Changeset 5041 in josm for trunk/src/org/openstreetmap
- Timestamp:
- 2012-03-04T22:45:08+01:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/SplitWayAction.java
r4982 r5041 291 291 Iterator<List<Node>> chunkIt = wayChunks.iterator(); 292 292 Collection<String> nowarnroles = Main.pref.getCollection("way.split.roles.nowarn", 293 Arrays.asList(new String[]{"outer", "inner", "forward", "backward"}));293 Arrays.asList("outer", "inner", "forward", "backward", "north", "south", "east", "west")); 294 294 295 295 // First, change the original way
Note:
See TracChangeset
for help on using the changeset viewer.