Changeset 8053 in josm


Ignore:
Timestamp:
2015-02-12T16:05:24+01:00 (9 years ago)
Author:
Klumbumbus
Message:

fix #11102 - add shop=medical_supply to our fancy preset and mappaint style

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/data/defaultpresets.xml

    r8052 r8053  
    66446644            <reference ref="link_contact_address" />
    66456645        </item> <!-- Hearing Aids -->
     6646        <item name="Medical Supply" icon="styles/standard/shop/medical_supply.svg" type="node,closedway" preset_name_label="true">
     6647            <link href="http://wiki.openstreetmap.org/wiki/Tag:shop=medical_supply" />
     6648            <space />
     6649            <key key="shop" value="medical_supply" />
     6650            <reference ref="name_operator_oh_wheelchair" />
     6651            <combo key="dispensing" text="Dispensing" values="yes,no" />
     6652            <reference ref="link_contact_address" />
     6653        </item> <!-- Medical Supply -->
    66466654        <item name="Jewellery" icon="styles/standard/shop/jewelry.png" type="node,closedway" preset_name_label="true">
    66476655            <link href="http://wiki.openstreetmap.org/wiki/Tag:shop=jewelry"
  • trunk/styles/standard/elemstyles.mapcss

    r8050 r8053  
    16781678area[shop=newsagent],
    16791679area[shop=optician],
     1680area[shop=medical_supply],
    16801681area[shop=paint],
    16811682area[shop=pawnbroker],
     
    19441945    text: auto;
    19451946}
     1947node[shop=medical_supply] {
     1948    icon-image: "shop/medical_supply.svg";
     1949    set icon_z17;
     1950    text: auto;
     1951}
    19461952node[shop=paint] {
    19471953    icon-image: "shop/paint.png";
Note: See TracChangeset for help on using the changeset viewer.