Ignore:
Timestamp:
2014-10-05T16:46:40+02:00 (10 years ago)
Author:
Don-vip
Message:

fix #10594 - add deprecation warnings for synonymous shop values + add preset/icon for shop=antiques

File:
1 edited

Legend:

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

    r7598 r7600  
    15051505area[shop=tea],
    15061506area[shop=coffee],
     1507area[shop=antiques],
    15071508area[shop=bag] {
    15081509    fill-color: shop#00005f;
     
    18541855node[shop=coffee] {
    18551856    icon-image: "shop/groceries/coffee.svg";
     1857    set icon_z17;
     1858    text: auto;
     1859}
     1860node[shop=antiques] {
     1861    icon-image: "shop/antique.svg";
    18561862    set icon_z17;
    18571863    text: auto;
Note: See TracChangeset for help on using the changeset viewer.