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


Ignore:
Timestamp:
2020-09-14T18:40:02+02:00 (4 years ago)
Author:
Klumbumbus
Message:

fix #19797 - Add man_made=pumping_station, icon self created, PD and CC0 licensed

File:
1 edited

Legend:

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

    r17027 r17028  
    13951395area[man_made=lighthouse],
    13961396area[man_made=monitoring_station],
     1397area[man_made=pumping_station],
    13971398area[man_made=mineshaft] {
    13981399    fill-color: manmade#d8d8d8;
     
    14731474node[man_made=monitoring_station] {
    14741475    icon-image: "presets/misc/monitoring_station.svg";
     1476    set icon_z17;
     1477}
     1478node[man_made=pumping_station] {
     1479    icon-image: "presets/misc/pumping_station.svg";
    14751480    set icon_z17;
    14761481}
Note: See TracChangeset for help on using the changeset viewer.