Changeset 17142 in josm for trunk/resources/styles/standard/elemstyles.mapcss
- Timestamp:
- 2020-10-10T13:57:49+02:00 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/resources/styles/standard/elemstyles.mapcss
r17124 r17142 3013 3013 set icon_z17; 3014 3014 } 3015 area[amenity=animal_boarding], 3015 3016 area[amenity=place_of_worship], 3016 3017 area[amenity=monastery], … … 3028 3029 fill-color: amenity_light#f7efb7; 3029 3030 } 3031 node[amenity=animal_boarding] { 3032 icon-image: "presets/accommodation/animal_boarding.svg"; 3033 set icon_z17; 3034 } 3030 3035 node[amenity=place_of_worship] { 3031 3036 icon-image: "presets/religion/religion.svg"; … … 3152 3157 area[amenity=doctors], 3153 3158 area[amenity=dentist], 3159 area[amenity=animal_shelter], 3154 3160 area[amenity=veterinary] { 3155 3161 fill-color: health#eeeeee; … … 3202 3208 node[amenity=dentist] { 3203 3209 icon-image: "presets/health/dentist.svg"; 3210 set icon_z17; 3211 } 3212 node[amenity=animal_shelter] { 3213 icon-image: "presets/health/animal_shelter.svg"; 3204 3214 set icon_z17; 3205 3215 }
Note: See TracChangeset
for help on using the changeset viewer.