Changeset 17072 in josm for trunk/resources/styles


Ignore:
Timestamp:
2020-09-28T21:45:47+02:00 (4 years ago)
Author:
Klumbumbus
Message:

fix #17138 - Add shop=swimming_pool (icon derived from presets/sport/swimming, PD and CC0 licensed)

File:
1 edited

Legend:

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

    r17071 r17072  
    22072207area[shop=coffee],
    22082208area[shop=antiques],
     2209area[shop=swimming_pool],
    22092210area[shop=storage_rental],
    22102211area[shop=music],
     
    25972598node[shop=antiques] {
    25982599    icon-image: "presets/shop/antique.svg";
     2600    set icon_z17;
     2601}
     2602node[shop=swimming_pool] {
     2603    icon-image: "presets/shop/swimming_pool.svg";
    25992604    set icon_z17;
    26002605}
Note: See TracChangeset for help on using the changeset viewer.