Changeset 16265 in josm for trunk/resources/styles/standard


Ignore:
Timestamp:
2020-04-11T23:11:07+02:00 (5 years ago)
Author:
Klumbumbus
Message:

fix #19072 - Add shop=storage_rental (icon from https://publicdomainvectors.org/en/free-clipart/Isometric-cardboard-box/72917.html, modified, CC0 and PD licensed)

File:
1 edited

Legend:

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

    r16250 r16265  
    20722072area[shop=coffee],
    20732073area[shop=antiques],
     2074area[shop=storage_rental],
    20742075area[shop=music],
    20752076area[shop=weapons],
     
    24372438node[shop=antiques] {
    24382439    icon-image: "presets/shop/antique.svg";
     2440    set icon_z17;
     2441}
     2442node[shop=storage_rental] {
     2443    icon-image: "presets/shop/storage_rental.svg";
    24392444    set icon_z17;
    24402445}
Note: See TracChangeset for help on using the changeset viewer.