Changeset 9880 in josm for trunk/scripts/TagInfoExtract.groovy
- Timestamp:
- 2016-02-25T00:50:30+01:00 (9 years ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/scripts/TagInfoExtract.groovy
r9879 r9880 47 47 import org.openstreetmap.josm.tools.Utils 48 48 49 class taginfoextract {49 class TagInfoExtract { 50 50 51 51 static def options … … 187 187 static main(def args) { 188 188 parse_command_line_arguments(args) 189 def script = new taginfoextract()189 def script = new TagInfoExtract() 190 190 if (!options.t || options.t == 'mappaint') { 191 191 script.run()
Note:
See TracChangeset
for help on using the changeset viewer.