Changeset 7705 in josm for trunk/styles


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

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.