Changeset 13714 in josm for trunk/scripts
- Timestamp:
- 2018-05-08T11:31:08+02:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/scripts/SyncEditorLayerIndex.groovy
r13621 r13714 396 396 if(lj.contains(urlhttps)) 397 397 { 398 myprintln l +="+ Missing https: ${getDescription(e)}"398 myprintln "+ Missing https: ${getDescription(e)}" 399 399 eliUrls.put(urlhttps, eliUrls.get(urle)) 400 400 eliUrls.remove(urle) 401 401 le.remove(urle) 402 lj.remove(url j)402 lj.remove(urlhttps) 403 403 } else if(ide) { 404 404 def kj = new LinkedList<String>(lj) … … 406 406 def j = josmUrls.get(urlj) 407 407 def idj = getId(j) 408 408 409 409 if (ide.equals(idj) && getType(j) == getType(e)) { 410 410 myprintln "* URL for id ${idj} differs ($urle): ${getDescription(j)}" … … 420 420 } 421 421 } 422 422 423 423 myprintln "*** URLs found in ELI but not in JOSM (${le.size()}): ***" 424 424 le.sort()
Note:
See TracChangeset
for help on using the changeset viewer.