Ticket #17931: 17931.patch
File 17931.patch, 534 bytes (added by , 5 years ago) |
---|
-
src/org/openstreetmap/josm/command/SplitWayCommand.java
64 64 static { 65 65 relationSpecialTypes.put("restriction", "restriction"); 66 66 relationSpecialTypes.put("destination_sign", "restriction"); 67 relationSpecialTypes.put("connectivity", "restriction"); 67 68 } 68 69 69 70 /**