Changeset 10896 in josm
- Timestamp:
- 2016-08-25T16:26:06+02:00 (8 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/osm/OsmPrimitive.java
r10728 r10896 128 128 String directionDefault = "oneway? | (aerialway=* -aerialway=station) | "+ 129 129 "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) | "+ 131 131 "junction=roundabout | (highway=motorway & -oneway=no & -oneway=reversible) | "+ 132 132 "(highway=motorway_link & -oneway=no & -oneway=reversible)"; -
trunk/styles/standard/elemstyles.mapcss
r10825 r10896 1061 1061 color: ski#809bc0; 1062 1062 } 1063 area[piste:difficulty=easy][!highway] :closed::core_piste {1063 area[piste:difficulty=easy][!highway][area=yes]::core_piste { 1064 1064 fill-color: piste_easy#0000ff; 1065 1065 } … … 1070 1070 color: piste_easy#0000ff; 1071 1071 } 1072 area[piste:difficulty=intermediate][!highway] :closed::core_piste {1072 area[piste:difficulty=intermediate][!highway][area=yes]::core_piste { 1073 1073 fill-color: piste_intermediate#ff0000; 1074 1074 } … … 1079 1079 color: piste_intermediate#ff0000; 1080 1080 } 1081 area[piste:difficulty=advanced][!highway] :closed::core_piste {1081 area[piste:difficulty=advanced][!highway][area=yes]::core_piste { 1082 1082 fill-color: piste_advanced#606060; 1083 1083 } … … 1088 1088 color: piste_advanced#606060; 1089 1089 } 1090 area[piste:difficulty=expert][!highway] :closed::core_piste {1090 area[piste:difficulty=expert][!highway][area=yes]::core_piste { 1091 1091 fill-color: piste_expert#606060; 1092 1092 } … … 1097 1097 color: piste_expert#606060; 1098 1098 } 1099 area[piste:difficulty=freeride][!highway] :closed::core_piste {1099 area[piste:difficulty=freeride][!highway][area=yes]::core_piste { 1100 1100 fill-color: piste_freeride#ffff00; 1101 1101 } … … 1106 1106 color: piste_freeride#ffff00; 1107 1107 } 1108 area[piste:difficulty=novice][!highway] :closed::core_piste {1108 area[piste:difficulty=novice][!highway][area=yes]::core_piste { 1109 1109 fill-color: piste_novice#00ff00; 1110 1110 }
Note:
See TracChangeset
for help on using the changeset viewer.