Changeset 10897 in josm for trunk/styles/standard


Ignore:
Timestamp:
2016-08-25T21:55:44+02:00 (8 years ago)
Author:
Klumbumbus
Message:

fix #10566 - add shop=pastry to preset and mappaint style, icon from https://openclipart.org/detail/217049/slice-of-cake (modified, CC0 and PD licensed); rename Candy Store to Confectionery

File:
1 edited

Legend:

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

    r10896 r10897  
    18491849area[shop=computer],
    18501850area[shop=confectionery],
     1851area[shop=pastry],
    18511852area[shop=copyshop],
    18521853area[shop=curtain],
     
    20002001    set icon_z17;
    20012002}
     2003node[shop=pastry] {
     2004    icon-image: "presets/shop/groceries/pastry.svg";
     2005    set icon_z17;
     2006}
    20022007node[shop=copyshop] {
    20032008    icon-image: "presets/shop/copyshop.svg";
Note: See TracChangeset for help on using the changeset viewer.