Changes between Version 2 and Version 3 of Help/Plugin/Scripting
- Timestamp:
- 2011-01-16T19:44:35+01:00 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Help/Plugin/Scripting
v2 v3 42 42 preferred language. 43 43 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 is n't aneither an explicit scripting API nor any documentation outside of the JOSM code.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 is neither an explicit scripting API nor any documentation outside of the JOSM code. 45 45 46 46 === Groovy ===