Changeset 17561 in josm for trunk/resources/styles


Ignore:
Timestamp:
2021-03-15T12:16:10+01:00 (4 years ago)
Author:
Don-vip
Message:

fix #20577 - Add shop=general

File:
1 edited

Legend:

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

    r17529 r17561  
    21692169area[shop=frame],
    21702170area[shop=gas],
     2171area[shop=general],
    21712172area[shop=gift],
    21722173area[shop=greengrocer],
     
    23922393    set icon_z17;
    23932394}
     2395node[shop=general] {
     2396    icon-image: "presets/shop/mall.svg";
     2397    set icon_z17;
     2398}
    23942399node[shop=gift] {
    23952400    icon-image: "presets/shop/present.svg";
Note: See TracChangeset for help on using the changeset viewer.