Changeset 16496 in josm for trunk/resources/styles
- Timestamp:
- 2020-05-24T22:05:54+02:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/resources/styles/standard/elemstyles.mapcss
r16483 r16496 2558 2558 } 2559 2559 2560 /*******************/ 2561 /* healthcare tags */ 2562 /*******************/ 2563 2564 area[healthcare=laboratory] { 2565 fill-color: healthcare#3771c8; 2566 } 2567 node[healthcare=laboratory] { 2568 icon-image: "presets/health/laboratory.svg"; 2569 set icon_z17; 2570 } 2571 2560 2572 /****************/ 2561 2573 /* amenity tags */ … … 3008 3020 node[amenity=veterinary] { 3009 3021 icon-image: "presets/health/veterinary.svg"; 3010 set icon_z17;3011 }3012 node[healthcare=laboratory] {3013 icon-image: "presets/health/laboratory.svg";3014 3022 set icon_z17; 3015 3023 }
Note:
See TracChangeset
for help on using the changeset viewer.