Changeset 16455 in josm for trunk


Ignore:
Timestamp:
2020-05-17T20:49:02+02:00 (4 years ago)
Author:
simon04
Message:

fix #18134 Add support for healthcare=laboratory (icon by LeTopographeFou, patch by hiddewie, modified)

Location:
trunk/resources
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/resources/data/defaultpresets.xml

    r16382 r16455  
    38113811            <reference ref="link_contact_address_payment" />
    38123812        </item> <!-- Pharmacy -->
     3813        <item name="Laboratory" icon="presets/health/laboratory.svg" type="node,closedway,multipolygon" preset_name_label="true">
     3814            <link wiki="Tag:healthcare=laboratory" />
     3815            <space />
     3816            <key key="healthcare" value="laboratory" />
     3817            <optional>
     3818                <reference ref="name_operator" />
     3819                <combo key="healthcare:speciality" text="Speciality" values="biology,blood_check,clinical_pathology" values_context="healthcare" />
     3820                <reference ref="oh_wheelchair" />
     3821                <text key="ref" text="Reference" />
     3822                <reference ref="link_contact_address" />
     3823            </optional>
     3824        </item> <!-- Laboratory -->
    38133825        <separator/>
    38143826        <item name="Baby Hatch/Safe Haven" icon="presets/health/baby_hatch.svg" type="node,closedway" preset_name_label="true">
  • trunk/resources/styles/standard/elemstyles.mapcss

    r16389 r16455  
    29922992    set icon_z17;
    29932993}
     2994node[healthcare=laboratory] {
     2995    icon-image: "presets/health/laboratory.svg";
     2996    set icon_z17;
     2997}
    29942998area[amenity=library],
    29952999area[amenity=police],
Note: See TracChangeset for help on using the changeset viewer.