Changeset 13592 in josm for trunk/scripts
- Timestamp:
- 2018-04-01T12:12:03+02:00 (7 years ago)
- Location:
- trunk/scripts
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/scripts/SyncEditorLayerIndex.groovy
r13580 r13592 607 607 if (!et.equals(jt)) { 608 608 if (!jt) { 609 myprintln "- Missing JOSM projections (${et}): ${getDescription(j)}" 609 def t = getType(e) 610 if(t == "wms_endpoint" || t == "tms") { 611 myprintln "+ ELI projections for type ${t}: ${getDescription(j)}" 612 } 613 else { 614 myprintln "- Missing JOSM projections (${et}): ${getDescription(j)}" 615 } 610 616 } else if (et) { 611 617 if("EPSG:3857 EPSG:4326".equals(et) || "EPSG:3857".equals(et) || "EPSG:4326".equals(et)) { -
trunk/scripts/TestHTTPS.pl
r13585 r13592 23 23 wms.openstreetmap.de 24 24 www.jgoodies.com 25 www.muenchen.de 25 26 www.osm-tools.org 26 27 www.webatlasde.de
Note:
See TracChangeset
for help on using the changeset viewer.