Changeset 17069 in josm for trunk


Ignore:
Timestamp:
2020-09-28T20:45:38+02:00 (4 years ago)
Author:
Klumbumbus
Message:

fix #18336 - Add shop=fishing (icon from https://publicdomainvectors.org/en/free-clipart/US-National-Park-Maps-pictogram-for-an-angling-area-vector-image/15743.html, modified, PD and CC0 licensed)

Location:
trunk/resources
Files:
1 added
2 edited

Legend:

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

    r17068 r17069  
    71967196            <reference ref="link_contact_address_payment" />
    71977197        </item> <!-- Scuba diving -->
     7198        <item name="Fishing" icon="presets/shop/fishing.svg" name_context="shop" type="node,closedway,multipolygon" preset_name_label="true">
     7199            <link wiki="Tag:shop=fishing" />
     7200            <space />
     7201            <key key="shop" value="fishing" />
     7202            <reference ref="name_brand_oh_wheelchair" />
     7203            <reference ref="link_contact_address_payment" />
     7204        </item> <!-- Fishing -->
    71987205        <item name="Musical Instrument" icon="presets/shop/musical_instrument.svg" type="node,closedway,multipolygon" preset_name_label="true">
    71997206            <link wiki="Tag:shop=musical_instrument" />
  • trunk/resources/styles/standard/elemstyles.mapcss

    r17068 r17069  
    21812181area[shop=travel_agency],
    21822182area[shop=scuba_diving],
     2183area[shop=fishing],
    21832184area[shop=toys],
    21842185area[shop=vacuum_cleaner],
     
    24922493    set icon_z17;
    24932494}
     2495node[shop=fishing] {
     2496    icon-image: "presets/shop/fishing.svg";
     2497    set icon_z17;
     2498}
    24942499node[shop=toys] {
    24952500    icon-image: "presets/shop/toys.svg";
Note: See TracChangeset for help on using the changeset viewer.