Changeset 15699 in josm for trunk/scripts
- Timestamp:
- 2020-01-13T20:05:45+01:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/scripts/SyncEditorLayerIndex.java
r15698 r15699 993 993 numtxt += '/' + Integer.toString(jnums+1); 994 994 } 995 myprintln("* Different number of points for shape "+numtxt+" ("+ep.size()+" ! = "+jp.size()+") ): "995 myprintln("* Different number of points for shape "+numtxt+" ("+ep.size()+" ! = "+jp.size()+"): " 996 996 + getDescription(j)); 997 997 edone[enums] = true; … … 1059 1059 myprintln("- No JOSM category: "+getDescription(j)); 1060 1060 } else if (cjok && ceok && !Objects.equals(cj, ce)) { 1061 myprintln("* Different categories : "+getDescription(j));1061 myprintln("* Different categories ('"+ce+"' != '"+cj+"'): "+getDescription(j)); 1062 1062 } 1063 1063 }
Note:
See TracChangeset
for help on using the changeset viewer.