Changeset 11584 in josm
- Timestamp:
- 2017-02-19T17:51:44+01:00 (8 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/data/validator/ignoretags.cfg
r11561 r11584 153 153 K:locality=townland 154 154 K:place=allotments 155 K:building=bunker 155 156 K:building=civic 156 157 K:building=houseboat … … 166 167 K:glacier:type=ice_tongue 167 168 K:glacier:type=icecap 169 K:place=city_block 170 K:waterway=drystream 168 171 ; 169 172 ; Highway Key/Value Pairs -
trunk/styles/standard/elemstyles.mapcss
r11583 r11584 3041 3041 set icon_z17; 3042 3042 } 3043 area[tourism=attraction]:closed { 3044 fill-color: tourism#e180a2; 3045 } 3046 way[tourism=attraction] { 3047 width: 2; 3048 color: tourism#e180a2; 3049 } 3050 node[tourism=attraction] { 3051 icon-image: "presets/sightseeing/attraction.svg"; 3052 set icon_z17; 3053 } 3043 3054 area[tourism=picnic_site], 3044 3055 area[tourism=viewpoint], 3045 3056 area[tourism=theme_park], 3046 area[tourism=attraction],3047 3057 area[tourism=zoo], 3048 3058 area[tourism=museum] { … … 3059 3069 node[tourism=theme_park] { 3060 3070 icon-image: "presets/leisure/theme_park.svg"; 3061 set icon_z17;3062 }3063 node[tourism=attraction] {3064 icon-image: "presets/sightseeing/attraction.svg";3065 3071 set icon_z17; 3066 3072 }
Note:
See TracChangeset
for help on using the changeset viewer.