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


Ignore:
Timestamp:
2023-01-09T22:25:21+01:00 (2 years ago)
Author:
Klumbumbus
Message:

fix #22574 - Add amenity=animal_breeding (icon from https://freesvg.org/colt-and-a-mother-vector-illustration, modified by Hufkratzer; PD and CC0 licensed)

File:
1 edited

Legend:

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

    r18588 r18627  
    32053205}
    32063206area[amenity=animal_boarding],
     3207area[amenity=animal_breeding],
    32073208area[amenity=place_of_worship],
    32083209area[amenity=monastery],
     
    32223223node[amenity=animal_boarding] {
    32233224    icon-image: "presets/accommodation/animal_boarding.svg";
     3225    set icon_z17;
     3226}
     3227node[amenity=animal_breeding] {
     3228    icon-image: "presets/misc/animal_breeding.svg";
    32243229    set icon_z17;
    32253230}
Note: See TracChangeset for help on using the changeset viewer.