Changeset 9718 in josm


Ignore:
Timestamp:
2016-02-02T23:45:34+01:00 (9 years ago)
Author:
Don-vip
Message:

fix #12423 - add shop=houseware to default presets and map paint style (icon by zermes, CC0/PD)

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/data/defaultpresets.xml

    r9690 r9718  
    74407440            <reference ref="link_contact_address_payment" />
    74417441        </item> <!-- Kitchen -->
     7442        <item name="Houseware" icon="styles/standard/shop/houseware.svg" type="node,closedway,multipolygon" preset_name_label="true">
     7443            <link href="http://wiki.openstreetmap.org/wiki/Tag:shop=houseware"
     7444                  de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:shop=houseware"
     7445                  es.href="http://wiki.openstreetmap.org/wiki/ES:Tag:shop=houseware"
     7446                  pl.href="http://wiki.openstreetmap.org/wiki/Pl:Tag:shop=houseware"
     7447                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:shop=houseware" />
     7448            <space />
     7449            <key key="shop" value="houseware" />
     7450            <reference ref="name_brand_operator_oh_wheelchair" />
     7451            <reference ref="link_contact_address_payment" />
     7452        </item> <!-- Houseware -->
    74427453        <item name="Curtain" icon="presets/curtain.png" type="node,closedway,multipolygon" preset_name_label="true">
    74437454            <link href="http://wiki.openstreetmap.org/wiki/Tag:shop=curtain"
  • trunk/styles/standard/elemstyles.mapcss

    r9681 r9718  
    20282028area[shop=hearing_aids],
    20292029area[shop=hifi],
     2030area[shop=houseware],
    20302031area[shop=jewelry],
    20312032area[shop=kitchen],
     
    22712272    text: auto;
    22722273}
     2274node[shop=houseware] {
     2275    icon-image: "shop/houseware.svg";
     2276    set icon_z17;
     2277    text: auto;
     2278}
    22732279node[shop=jewelry] {
    22742280    icon-image: "shop/jewelry.png";
Note: See TracChangeset for help on using the changeset viewer.