Ignore:
Timestamp:
2020-06-25T19:57:23+02:00 (4 years ago)
Author:
Klumbumbus
Message:

fix #18265 - Add shop=lighting, shop=security, shop=wholesale and shop=trade (icons from https://publicdomainvectors.org/en/free-clipart/Yellow-lamp-shade/61718.html, https://publicdomainvectors.org/en/free-clipart/Alarm-system/75822.html, https://wiki.openstreetmap.org/wiki/File:Trade-14.svg and https://openclipart.org/detail/312240/forklift, all except wholesale modified, all PD and CC0 licensed), thanks to francians, deprecate shop=lamps

File:
1 edited

Legend:

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

    r16706 r16714  
    21432143area[shop=tattoo],
    21442144area[shop=art],
     2145area[shop=lighting],
     2146area[shop=security],
     2147area[shop=wholesale],
     2148area[shop=trade],
    21452149area[shop=bag] {
    21462150    fill-color: shop#00005f;
     
    25332537node[shop=art] {
    25342538    icon-image: "presets/shop/art.svg";
     2539    set icon_z17;
     2540}
     2541node[shop=lighting] {
     2542    icon-image: "presets/shop/lighting.svg";
     2543    set icon_z17;
     2544}
     2545node[shop=security] {
     2546    icon-image: "presets/shop/security.svg";
     2547    set icon_z17;
     2548}
     2549node[shop=wholesale] {
     2550    icon-image: "presets/shop/wholesale.svg";
     2551    set icon_z17;
     2552}
     2553node[shop=trade] {
     2554    icon-image: "presets/shop/trade.svg";
    25352555    set icon_z17;
    25362556}
Note: See TracChangeset for help on using the changeset viewer.