Changeset 12143 in josm for trunk/scripts
- Timestamp:
- 2017-05-14T14:38:05+02:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/scripts/SyncEditorLayerIndex.groovy
r12126 r12143 483 483 myprintln "+ SKIP - Missing JOSM description (${et}): ${getDescription(j)}" 484 484 } else if (et) { 485 myprintln " + SKIP* Description differs (${et} != '${jt}'): ${getDescription(j)}"485 myprintln "* Description differs (${et} != '${jt}'): ${getDescription(j)}" 486 486 } else if (!options.nomissingeli) { 487 487 myprintln "+ Missing ELI description ('${jt}'): ${getDescription(j)}" … … 506 506 if (!et.equals(jt)) { 507 507 if (!jt) { 508 myprintln " + SKIP- Missing JOSM attribution URL (${et}): ${getDescription(j)}"508 myprintln "- Missing JOSM attribution URL (${et}): ${getDescription(j)}" 509 509 } else if (et) { 510 510 myprintln "+ SKIP * Attribution URL differs (${et} != '${jt}'): ${getDescription(j)}" … … 518 518 if (!et.equals(jt)) { 519 519 if (!jt) { 520 myprintln " + SKIP- Missing JOSM attribution text (${et}): ${getDescription(j)}"520 myprintln "- Missing JOSM attribution text (${et}): ${getDescription(j)}" 521 521 } else if (et) { 522 522 myprintln "+ SKIP * Attribution text differs (${et} != '${jt}'): ${getDescription(j)}" … … 532 532 if (!et.equals(jt)) { 533 533 if (!jt) { 534 myprintln " + SKIP- Missing JOSM projections (${et}): ${getDescription(j)}"534 myprintln "- Missing JOSM projections (${et}): ${getDescription(j)}" 535 535 } else if (et) { 536 536 myprintln "+ SKIP * Projections differ (${et} != '${jt}'): ${getDescription(j)}"
Note:
See TracChangeset
for help on using the changeset viewer.