Changeset 12417 in josm for trunk/styles/standard


Ignore:
Timestamp:
2017-06-20T20:23:33+02:00 (7 years ago)
Author:
Klumbumbus
Message:

fix #14417 - add airmark=beacon and ​aeroway=navigationaid and improve icon of ​man_made=beacon (icons self created, plane from terminal icon, all CC0 and PD licensed)

File:
1 edited

Legend:

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

    r12083 r12417  
    35973597    set icon_z17;
    35983598}
     3599node[airmark=beacon] {
     3600    icon-image: "presets/transport/airport/airmark_beacon.svg";
     3601    set icon_z17;
     3602}
     3603node[aeroway=navigationaid] {
     3604    icon-image: "presets/transport/airport/navigationaid.svg";
     3605    set icon_z17;
     3606}
    35993607node[aeroway=windsock] {
    36003608    icon-image: "presets/transport/airport/windsock.svg";
Note: See TracChangeset for help on using the changeset viewer.