Changeset 15536 in josm


Ignore:
Timestamp:
2019-11-20T22:09:01+01:00 (4 years ago)
Author:
Klumbumbus
Message:

fix #18337 - add shop=scuba_diving (icon derived from internal sport=scuba_diving icon, CC0 and PD licensed)

Location:
trunk
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/data/defaultpresets.xml

    r15535 r15536  
    62686268            <reference ref="link_contact_address_payment" />
    62696269        </item> <!-- Travel Agency -->
     6270        <item name="Scuba diving" icon="presets/shop/scuba_diving.svg" type="node,closedway,multipolygon" preset_name_label="true">
     6271            <link wiki="Tag:shop=scuba_diving" />
     6272            <space />
     6273            <key key="shop" value="scuba_diving" />
     6274            <reference ref="name_brand_oh_wheelchair" />
     6275            <reference ref="link_contact_address_payment" />
     6276        </item> <!-- Scuba diving -->
    62706277        <item name="Musical Instrument" icon="presets/shop/musical_instrument.svg" type="node,closedway,multipolygon" preset_name_label="true">
    62716278            <link wiki="Tag:shop=musical_instrument" />
  • trunk/styles/standard/elemstyles.mapcss

    r15535 r15536  
    20382038area[shop=tailor],
    20392039area[shop=travel_agency],
     2040area[shop=scuba_diving],
    20402041area[shop=toys],
    20412042area[shop=vacuum_cleaner],
     
    23332334node[shop=travel_agency] {
    23342335    icon-image: "presets/shop/travel_agency.svg";
     2336    set icon_z17;
     2337}
     2338node[shop=scuba_diving] {
     2339    icon-image: "presets/shop/scuba_diving.svg";
    23352340    set icon_z17;
    23362341}
Note: See TracChangeset for help on using the changeset viewer.