Ignore:
Timestamp:
2020-05-24T22:05:54+02:00 (4 years ago)
Author:
Klumbumbus
Message:
  • fix #18693 - typo (no is twice in the values for door)
  • see #18134 - add area style for healthcare=laboratory
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/resources/styles/standard/elemstyles.mapcss

    r16483 r16496  
    25582558}
    25592559
     2560/*******************/
     2561/* healthcare tags */
     2562/*******************/
     2563
     2564area[healthcare=laboratory] {
     2565    fill-color: healthcare#3771c8;
     2566}
     2567node[healthcare=laboratory] {
     2568    icon-image: "presets/health/laboratory.svg";
     2569    set icon_z17;
     2570}
     2571
    25602572/****************/
    25612573/* amenity tags */
     
    30083020node[amenity=veterinary] {
    30093021    icon-image: "presets/health/veterinary.svg";
    3010     set icon_z17;
    3011 }
    3012 node[healthcare=laboratory] {
    3013     icon-image: "presets/health/laboratory.svg";
    30143022    set icon_z17;
    30153023}
Note: See TracChangeset for help on using the changeset viewer.