Changeset 12612 in josm


Ignore:
Timestamp:
2017-08-19T16:33:33+02:00 (7 years ago)
Author:
Klumbumbus
Message:

fix #15116 - add shop=charity (icon self created, PD and CC0 licensed)

Location:
trunk
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/data/defaultpresets.xml

    r12611 r12612  
    90099009            <reference ref="link_contact_address_payment" />
    90109010        </item> <!-- Variety Store -->
     9011        <item name="Charity" icon="presets/shop/charity.svg" type="node,closedway,multipolygon" preset_name_label="true">
     9012            <link href="http://wiki.openstreetmap.org/wiki/Tag:shop=charity"
     9013                  cs.href="http://wiki.openstreetmap.org/wiki/Cs:Tag:shop=charity"
     9014                  de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:shop=charity"
     9015                  ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:shop=charity"
     9016                  pt.href="http://wiki.openstreetmap.org/wiki/Pt:Tag:shop=charity"
     9017                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:shop=charity" />
     9018            <space />
     9019            <key key="shop" value="charity" />
     9020            <reference ref="name_operator_oh_wheelchair" />
     9021            <reference ref="link_contact_address_payment" />
     9022        </item> <!-- Charity -->
    90119023        <item name="Bookmaker" icon="presets/shop/lottery.svg" type="node,closedway,multipolygon" preset_name_label="true">
    90129024            <link href="http://wiki.openstreetmap.org/wiki/Tag:shop=bookmaker"
  • trunk/styles/standard/elemstyles.mapcss

    r12446 r12612  
    19001900area[shop=vacuum_cleaner],
    19011901area[shop=variety_store],
     1902area[shop=charity],
    19021903area[shop=video],
    19031904area[shop=bookmaker],
     
    21772178node[shop=variety_store] {
    21782179    icon-image: "presets/shop/variety_store.svg";
     2180    set icon_z17;
     2181}
     2182node[shop=charity] {
     2183    icon-image: "presets/shop/charity.svg";
    21792184    set icon_z17;
    21802185}
Note: See TracChangeset for help on using the changeset viewer.