Ignore:
Timestamp:
2008-04-07T22:04:53+02:00 (16 years ago)
Author:
ramack
Message:
  • implement ticket #671: add option to draw only interesting direction arrows, where interesting means: they way is tagged with a key oneway, incline, incline_steep or aerialway
File:
1 edited

Legend:

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

    r582 r597  
    264264                                wnew2.keys = new HashMap<String, String>(wnew.keys);
    265265                                wnew2.checkTagged();
     266                                wnew2.checkDirectionTagged();
    266267                        }
    267268                        wnew2.nodes.addAll(n2);
Note: See TracChangeset for help on using the changeset viewer.