Changeset 12179 in josm for trunk/scripts
- Timestamp:
- 2017-05-15T18:26:47+02:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/scripts/SyncEditorLayerIndex.groovy
r12145 r12179 481 481 if (!et.equals(jt)) { 482 482 if (!jt) { 483 myprintln " + SKIP- Missing JOSM description (${et}): ${getDescription(j)}"483 myprintln "- Missing JOSM description (${et}): ${getDescription(j)}" 484 484 } else if (et) { 485 485 myprintln "* Description differs ('${et}' != '${jt}'): ${getDescription(j)}" … … 534 534 myprintln "- Missing JOSM projections (${et}): ${getDescription(j)}" 535 535 } else if (et) { 536 myprintln " + SKIP* Projections differ ('${et}' != '${jt}'): ${getDescription(j)}"536 myprintln "* Projections differ ('${et}' != '${jt}'): ${getDescription(j)}" 537 537 } else if (!options.nomissingeli && !getType(e).equals("tms")) { 538 538 myprintln "+ Missing ELI projections ('${jt}'): ${getDescription(j)}"
Note:
See TracChangeset
for help on using the changeset viewer.