Changeset 16496 in josm


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
Location:
trunk/resources
Files:
2 edited

Legend:

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

    r16492 r16496  
    49924992            <reference ref="wheelchair" />
    49934993            <optional>
    4994                 <combo key="door" text="Door" values="yes,no,folding,hinged,loadingdock,overhead,revolving,sliding,trapdoor,no" match="key" values_searchable="true" />
     4994                <combo key="door" text="Door" values="yes,no,folding,hinged,loadingdock,overhead,revolving,sliding,trapdoor" match="key" values_searchable="true" />
    49954995                <text key="ref" text="Entrance number" />
    49964996                <text key="addr:flats" text="Flat numbers" />
  • 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.