Ignore:
Timestamp:
2020-02-25T21:34:48+01:00 (4 years ago)
Author:
Klumbumbus
Message:

fix #18767 - Add navigationaid=als|papi|vasi combo to aeroway=navigationaid preset, add own icons for papi and vasi, icons self created, PD and CC0 licensed (inspired by https://en.wikipedia.org/wiki/File:Comparison_visual_landing_systems.svg), warn about navigationaid=approach_light and navigationaid="ALS (Approach lighting system)"

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/data/validator/deprecated.mapcss

    r15867 r15930  
    19361936  fixChangeKey: "car => motorcar";
    19371937}
     1938
     1939/* #18767 */
     1940*[navigationaid=approach_light],
     1941*[navigationaid="ALS (Approach lighting system)"] {
     1942  throwWarning: tr("{0} is deprecated", "{0.tag}");
     1943  suggestAlternative: "navigationaid=als";
     1944  group: tr("deprecated tagging");
     1945  fixAdd: "navigationaid=als";
     1946}
Note: See TracChangeset for help on using the changeset viewer.