Changeset 19449 in josm
- Timestamp:
- 2025-12-01T16:18:25+01:00 (2 weeks ago)
- File:
-
- 1 edited
-
trunk/scripts/SyncEditorLayerIndex.java (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/scripts/SyncEditorLayerIndex.java
r19375 r19449 1027 1027 for (int nump = 1; nump < p.size(); ++nump) { 1028 1028 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)); 1030 1031 } 1031 1032 }
Note:
See TracChangeset
for help on using the changeset viewer.
