Changeset 13592 in josm for trunk/scripts


Ignore:
Timestamp:
2018-04-01T12:12:03+02:00 (6 years ago)
Author:
stoecker
Message:

don't error for tms/wms_endpoint projection diffs

Location:
trunk/scripts
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/scripts/SyncEditorLayerIndex.groovy

    r13580 r13592  
    607607            if (!et.equals(jt)) {
    608608                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                    }
    610616                } else if (et) {
    611617                    if("EPSG:3857 EPSG:4326".equals(et) || "EPSG:3857".equals(et) || "EPSG:4326".equals(et)) {
  • trunk/scripts/TestHTTPS.pl

    r13585 r13592  
    2323  wms.openstreetmap.de
    2424  www.jgoodies.com
     25  www.muenchen.de
    2526  www.osm-tools.org
    2627  www.webatlasde.de
Note: See TracChangeset for help on using the changeset viewer.