Changeset 14874 in josm for trunk/styles


Ignore:
Timestamp:
2019-03-10T18:31:00+01:00 (5 years ago)
Author:
Klumbumbus
Message:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/styles/standard/elemstyles.mapcss

    r14867 r14874  
    19411941area[shop=kitchen],
    19421942area[shop=mall],
     1943area[shop=massage],
    19431944area[shop=mobile_phone],
    19441945area[shop=motorcycle],
     
    19641965area[shop=bookmaker],
    19651966area[shop=lottery],
    1966 area[shop=shopping_centre],
    19671967area[shop=pet],
    19681968area[shop=photo],
     
    21682168    set icon_z17;
    21692169}
     2170node[shop=massage] {
     2171    icon-image: "presets/shop/massage.svg";
     2172    set icon_z17;
     2173}
    21702174node[shop=mobile_phone] {
    21712175    icon-image: "presets/shop/mobile_phone.svg";
     
    22582262node[shop=lottery] {
    22592263    icon-image: "presets/shop/lottery.svg";
    2260     set icon_z17;
    2261 }
    2262 /* duplicate of shopping_centre? */
    2263 node[shop=shopping_centre] {
    2264     icon-image: "presets/shop/mall.svg";
    22652264    set icon_z17;
    22662265}
Note: See TracChangeset for help on using the changeset viewer.