Changeset 9420 in josm for trunk/styles/standard


Ignore:
Timestamp:
2016-01-12T18:51:48+01:00 (8 years ago)
Author:
Klumbumbus
Message:

fix #12337 - add shop=tobacco to preset and mappaint style, icon (by Martin Koppenhoefer) see [o31978]

File:
1 edited

Legend:

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

    r9362 r9420  
    18361836area[shop=tyres],
    18371837area[shop=chemist],
     1838area[shop=tobacco],
    18381839area[shop=clothes],
    18391840area[shop=computer],
     
    19881989    text: auto;
    19891990}
     1991node[shop=tobacco] {
     1992    icon-image: "shop/tobacco.svg";
     1993    set icon_z17;
     1994    text: auto;
     1995}
    19901996node[shop=clothes] {
    19911997    icon-image: "shop/clothes.png";
Note: See TracChangeset for help on using the changeset viewer.