Ignore:
Timestamp:
2017-05-15T18:26:47+02:00 (7 years ago)
Author:
stoecker
Message:

see #14655 - drop two more skip types

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/scripts/SyncEditorLayerIndex.groovy

    r12145 r12179  
    481481            if (!et.equals(jt)) {
    482482                if (!jt) {
    483                     myprintln "+ SKIP - Missing JOSM description (${et}): ${getDescription(j)}"
     483                    myprintln "- Missing JOSM description (${et}): ${getDescription(j)}"
    484484                } else if (et) {
    485485                    myprintln "* Description differs ('${et}' != '${jt}'): ${getDescription(j)}"
     
    534534                    myprintln "- Missing JOSM projections (${et}): ${getDescription(j)}"
    535535                } else if (et) {
    536                     myprintln "+ SKIP * Projections differ ('${et}' != '${jt}'): ${getDescription(j)}"
     536                    myprintln "* Projections differ ('${et}' != '${jt}'): ${getDescription(j)}"
    537537                } else if (!options.nomissingeli && !getType(e).equals("tms")) {
    538538                    myprintln "+ Missing ELI projections ('${jt}'): ${getDescription(j)}"
Note: See TracChangeset for help on using the changeset viewer.