Changeset 5041 in josm


Ignore:
Timestamp:
2012-03-04T22:45:08+01:00 (12 years 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.