Ignore:
Timestamp:
2016-08-25T16:26:06+02:00 (8 years ago)
Author:
Klumbumbus
Message:

fix #6708 - Pistes can be drawn as area or linear. If linear they can be closed or not. So draw area style only if area=yes is tagged and oneway arrows only if area=yes is not tagged.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/osm/OsmPrimitive.java

    r10728 r10896  
    128128        String directionDefault = "oneway? | (aerialway=* -aerialway=station) | "+
    129129                "waterway=stream | waterway=river | waterway=ditch | waterway=drain | "+
    130                 "\"piste:type\"=downhill | \"piste:type\"=sled | man_made=\"piste:halfpipe\" | "+
     130                "(\"piste:type\"=downhill & -area=yes) | (\"piste:type\"=sled & -area=yes) | (man_made=\"piste:halfpipe\" & -area=yes) | "+
    131131                "junction=roundabout | (highway=motorway & -oneway=no & -oneway=reversible) | "+
    132132                "(highway=motorway_link & -oneway=no & -oneway=reversible)";
Note: See TracChangeset for help on using the changeset viewer.