Changeset 13511 in josm for trunk/scripts


Ignore:
Timestamp:
2018-03-08T18:53:26+01:00 (6 years ago)
Author:
stoecker
Message:

LayerSync: Add check for WMS layers without projections, which is a suboptimal situation in JOSM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/scripts/SyncEditorLayerIndex.groovy

    r13476 r13511  
    648648            def j = josmUrls.get(url)
    649649            def id = getId(j)
     650            if("wms".equals(getType(j)) && !getProjections(j)) {
     651                myprintln "* WMS without projections: ${getDescription(j)}"
     652            }
    650653            if(josmMirrors.containsKey(url)) {
    651654                continue
Note: See TracChangeset for help on using the changeset viewer.