Changes between Version 7 and Version 8 of Help/Plugin/Scripting


Ignore:
Timestamp:
2011-11-18T00:07:33+01:00 (14 years ago)
Author:
Polyglot
Comment:

added link to code that illustrates how to create a report based on OSM data

Legend:

Unmodified
Added
Removed
Modified
  • Help/Plugin/Scripting

    v7 v8  
    107107Here are some more examples:
    108108
    109 [wiki:Help/Plugin/Scripting/Python]
     109[wiki:Help/Plugin/Scripting/Python][[BR]]
     110    Various small scripts that are meant to illustrate how to do one thing.
     111[wiki:Help/Plugin/Scripting/Python/SurfaceTypesOfRoutes] (Interesting for cycle routes, both loops and linear ones)
     112    Short piece of code, but illustrates some interesting concepts and reports on OSM data. Doesn't make changes to the data
     113
     114[wiki:Help/Plugin/Scripting/Python/RCN_Route_Validator][[BR]]
     115    This is not a trivial script anymore. It does a lot in a complicated field (networks of cycle node routes with numbered nodes), makes changes to relations, writes to a file that can be pasted to the wiki. Analyzes routes, but also networks of routes or collections of networks of routes, depending on the selection in JOSM when the script was run.
    110116
    111117----