Changeset 12612 in josm for trunk/styles/standard


Ignore:
Timestamp:
2017-08-19T16:33:33+02:00 (8 years ago)
Author:
Klumbumbus
Message:

fix #15116 - add shop=charity (icon self created, PD and CC0 licensed)

File:
1 edited

Legend:

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

    r12446 r12612  
    19001900area[shop=vacuum_cleaner],
    19011901area[shop=variety_store],
     1902area[shop=charity],
    19021903area[shop=video],
    19031904area[shop=bookmaker],
     
    21772178node[shop=variety_store] {
    21782179    icon-image: "presets/shop/variety_store.svg";
     2180    set icon_z17;
     2181}
     2182node[shop=charity] {
     2183    icon-image: "presets/shop/charity.svg";
    21792184    set icon_z17;
    21802185}
Note: See TracChangeset for help on using the changeset viewer.