Changeset 14019 in josm for trunk/scripts
- Timestamp:
- 2018-07-08T17:12:38+02:00 (6 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:ignore
-
old new 1 *-josm.xml 1 2 bin 2 3 bin2 4 bintest 5 build 6 build2 3 7 dist 4 build 8 foobar 9 hs_err_pid* 10 imagery_* 11 javadoc 12 junit*.properties 5 13 plugin-check 6 *-josm.xml 7 javadoc 14 taginfo-img 8 15 taginfo_*.json 9 taginfo-img 10 build2 11 junit*.properties 12 foobar 13 imagery_* 16 test_BLOCK_v2.* 14 17 validator-* 15 test_BLOCK_v2.*16 hs_err_pid*
-
- Property svn:ignore
-
trunk/scripts/SyncEditorLayerIndex.groovy
r13997 r14019 18 18 */ 19 19 import java.text.DecimalFormat 20 20 21 import javax.json.Json 21 22 import javax.json.JsonArray … … 33 34 import org.openstreetmap.josm.io.imagery.ImageryReader 34 35 import org.openstreetmap.josm.spi.preferences.Config 36 37 import groovy.cli.commons.CliBuilder 35 38 36 39 class SyncEditorLayerIndex { … … 727 730 } catch(IllegalArgumentException err) { 728 731 def desc = getDescription(e) 729 myprintln("* Invalid data in ELI geometry for $desc: ${err.getMessage()}") 732 myprintln("* Invalid data in ELI geometry for $desc: ${err.getMessage()}") 730 733 } 731 734 if (s == null || !josmUrls.containsKey(url)) { -
trunk/scripts/TagInfoExtract.groovy
r13022 r14019 53 53 54 54 import edu.umd.cs.findbugs.annotations.SuppressFBWarnings 55 import groovy.cli.commons.CliBuilder 55 56 import groovy.json.JsonBuilder 56 57
Note:
See TracChangeset
for help on using the changeset viewer.