Changeset 19449 in josm


Ignore:
Timestamp:
2025-12-01T16:18:25+01:00 (2 weeks ago)
Author:
stoecker
Message:

better output to find the position

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/scripts/SyncEditorLayerIndex.java

    r19375 r19449  
    10271027                for (int nump = 1; nump < p.size(); ++nump) {
    10281028                    if (Objects.equals(p.get(nump-1), p.get(nump))) {
    1029                         myprintln("~~~ JOSM shape "+num+" double point at "+(nump-1)+": "+getDescription(j));
     1029                        myprintln("~~~ JOSM shape "+num+" double point at "+(nump-1)+" ("
     1030                        +p.get(nump).getLat()+", "+p.get(nump).getLon()+"): "+getDescription(j));
    10301031                    }
    10311032                }
Note: See TracChangeset for help on using the changeset viewer.