Changeset 15092 in josm for trunk


Ignore:
Timestamp:
2019-05-18T19:15:26+02:00 (5 years ago)
Author:
Klumbumbus
Message:

fix #17519 - add shop=watches (icon from https://wiki.openstreetmap.org/wiki/File:Watch_symbol.svg, color changed, CC0 and PD licensed)

Location:
trunk
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/data/defaultpresets.xml

    r15091 r15092  
    56575657            <reference ref="link_contact_address_payment" />
    56585658        </item> <!-- Mobile Phone -->
     5659        <item name="Watches" icon="presets/shop/watches.svg" type="node,closedway,multipolygon" preset_name_label="true">
     5660            <link wiki="Tag:shop=watches" />
     5661            <space />
     5662            <key key="shop" value="watches" />
     5663            <reference ref="name_operator_oh_wheelchair" />
     5664            <reference ref="link_contact_address_payment" />
     5665        </item> <!-- Watches -->
    56595666        <item name="Vacuum Cleaner" icon="presets/shop/vacuum_cleaner.svg" type="node,closedway,multipolygon" preset_name_label="true">
    56605667            <link wiki="Tag:shop=vacuum_cleaner" />
  • trunk/styles/standard/elemstyles.mapcss

    r15086 r15092  
    19461946area[shop=massage],
    19471947area[shop=mobile_phone],
     1948area[shop=watches],
    19481949area[shop=motorcycle],
    19491950area[shop=musical_instrument],
     
    21802181    set icon_z17;
    21812182}
     2183node[shop=watches] {
     2184    icon-image: "presets/shop/watches.svg";
     2185    set icon_z17;
     2186}
    21822187node[shop=motorcycle] {
    21832188    icon-image: "presets/vehicle/motorbike.svg";
Note: See TracChangeset for help on using the changeset viewer.