Changeset 5041 in josm


Ignore:
Timestamp:
Mar 4, 2012 10:45:08 PM (15 months ago)
Author:
simon04
Message:

fix #6601, fix #6667 - SplitWayAction: improve warning prevention - don't warn for roles north/south/east/west

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/actions/SplitWayAction.java

    r4982 r5041  
    291291        Iterator<List<Node>> chunkIt = wayChunks.iterator(); 
    292292        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")); 
    294294 
    295295        // First, change the original way 
Note: See TracChangeset for help on using the changeset viewer.