Ignore:
Timestamp:
2016-11-10T22:57:06+01:00 (7 years ago)
Author:
Klumbumbus
Message:

fix #13910 - add amenity=watering_place to internal presets and mappaint style, icon from https://wiki.openstreetmap.org/wiki/File:Amenity_watering_place_20x20_svg.svg, modified, PD licensed

File:
1 edited

Legend:

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

    r11229 r11233  
    27242724area[amenity=bank],
    27252725area[amenity=bureau_de_change],
    2726 area[amenity=bbq] {
     2726area[amenity=bbq],
     2727area[amenity=watering_place] {
    27272728    fill-color: amenity_light#f7efb7;
    27282729}
     
    27972798node[amenity=compressed_air] {
    27982799    icon-image: "presets/vehicle/compressed_air.svg";
     2800    set icon_z17;
     2801}
     2802node[amenity=watering_place] {
     2803    icon-image: "presets/misc/watering_place.svg";
    27992804    set icon_z17;
    28002805}
Note: See TracChangeset for help on using the changeset viewer.