Changeset 12086 in josm for trunk/scripts/SyncEditorLayerIndex.groovy
- Timestamp:
- 2017-05-07T22:27:04+02:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/scripts/SyncEditorLayerIndex.groovy
r12068 r12086 467 467 et = (et.size() > 0) ? et["en"] : "" 468 468 jt = (jt.size() > 0) ? jt["en"] : "" 469 if (!et.equals(jt) && !(et && jt && et.endsWith(jt))) {469 if (!et.equals(jt)) { 470 470 if (!jt) { 471 471 myprintln "+ SKIP - Missing JOSM description (${et}): ${getDescription(j)}"
Note:
See TracChangeset
for help on using the changeset viewer.