Changeset 7705 in josm


Ignore:
Timestamp:
2014-11-04T14:20:52+01:00 (9 years ago)
Author:
Klumbumbus
Message:

see #10653 - add shop=art, shop=tattoo and shop=farm to preset and mappaint style (farm preset already availible)

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/data/defaultpresets.xml

    r7703 r7705  
    62726272            <reference ref="link_contact" />
    62736273        </item> <!-- Curtain -->
     6274        <item name="Art" icon="styles/standard/shop/art.svg" type="node,closedway" preset_name_label="true">
     6275            <link href="http://wiki.openstreetmap.org/wiki/Tag:shop=art" />
     6276            <space />
     6277            <key key="shop" value="art" />
     6278            <reference ref="name_operator_oh" />
     6279            <reference ref="link_contact" />
     6280        </item> <!-- Art -->
    62746281        <item name="Frame" icon="presets/frame.png" type="node,closedway" preset_name_label="true">
    62756282            <link href="http://wiki.openstreetmap.org/wiki/Tag:shop=frame"
     
    64266433            <reference ref="link_contact" />
    64276434        </item> <!-- Beauty -->
     6435        <item name="Tattoo" icon="styles/standard/shop/tattoo.svg" type="node,closedway" preset_name_label="true">
     6436            <link href="http://wiki.openstreetmap.org/wiki/Tag:shop=tattoo" />
     6437            <space />
     6438            <key key="shop" value="tattoo" />
     6439            <reference ref="name_oh" />
     6440            <reference ref="link_contact" />
     6441        </item> <!-- Tattoo -->
    64286442        <item name="Optician" icon="styles/standard/shop/optician.png" type="node,closedway" preset_name_label="true">
    64296443            <link href="http://wiki.openstreetmap.org/wiki/Tag:shop=optician"
  • trunk/styles/standard/elemstyles.mapcss

    r7686 r7705  
    15261526area[shop=funeral_directors],
    15271527area[shop=wine],
     1528area[shop=farm],
     1529area[shop=tattoo],
     1530area[shop=art],
    15281531area[shop=bag] {
    15291532    fill-color: shop#00005f;
     
    18951898node[shop=wine] {
    18961899    icon-image: "shop/wine.svg";
     1900    set icon_z17;
     1901    text: auto;
     1902}
     1903node[shop=farm] {
     1904    icon-image: "presets/apple.png";
     1905    set icon_z17;
     1906    text: auto;
     1907}
     1908node[shop=tattoo] {
     1909    icon-image: "shop/tattoo.svg";
     1910    set icon_z17;
     1911    text: auto;
     1912}
     1913node[shop=art] {
     1914    icon-image: "shop/art.svg";
    18971915    set icon_z17;
    18981916    text: auto;
Note: See TracChangeset for help on using the changeset viewer.