Changes between Version 2 and Version 3 of Help/Plugin/Scripting


Ignore:
Timestamp:
2011-01-16T19:44:35+01:00 (15 years ago)
Author:
anonymous
Comment:

typo

Legend:

Unmodified
Added
Removed
Modified
  • Help/Plugin/Scripting

    v2 v3  
    4242preferred language.
    4343
    44 Here are three examples which display the number of layers in JOSM. If you want to write more complex scripts you will have to get familiar with the JOSM object model and in consequence with the JOSM code base, because there isn't a neither an explicit scripting API nor any documentation outside of the JOSM code.
     44Here are three examples which display the number of layers in JOSM. If you want to write more complex scripts you will have to get familiar with the JOSM object model and in consequence with the JOSM code base, because there is neither an explicit scripting API nor any documentation outside of the JOSM code.
    4545
    4646=== Groovy ===