Changeset 13549 in josm
- Timestamp:
- 2018-03-20T20:56:05+01:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/scripts/SyncEditorLayerIndex.groovy
r13538 r13549 618 618 if (!et.equals(jt)) { 619 619 if (!jt) { 620 myprintln " !Missing JOSM overlay flag: ${getDescription(j)}"620 myprintln "- Missing JOSM overlay flag: ${getDescription(j)}" 621 621 } else if (!options.nomissingeli) { 622 622 myprintln "+ Missing ELI overlay flag: ${getDescription(j)}"
Note:
See TracChangeset
for help on using the changeset viewer.