Ignore:
Timestamp:
2019-08-29T21:53:59+02:00 (7 years ago)
Author:
Klumbumbus
Message:

fix #15107 - add various airport validator rules (based on patches by maxerickson and naoliv)

  • warn about iata and icao without aeroway=helipad or aeroway=aerodrome
  • warn about wrong iata and icao codes
  • warn about aeroway=helipad or aeroway=aerodrome without faa (info level, US only)
  • warn about aeroway=helipad or aeroway=aerodrome without icao and iata (info level, US only and only if faa does not contain nunbers, which indicates small airports)
  • warn about aeroway=runway without ref and surface (info level)
  • enhance Helipad preset
File:
1 edited

Legend:

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

    r15311 r15325  
    116116}
    117117
    118 /* {0.key} without {1.tag} or {2.tag} */
     118/* {0.key} without {1.tag} or {2.tag}, #15107 */
     119*[iata                         ][aeroway!=aerodrome][aeroway!=helipad],
     120*[icao                         ][aeroway!=aerodrome][aeroway!=helipad],
    119121*[bridge:movable               ][bridge!=movable][man_made!=bridge],
    120122*[substation                   ][power!=substation][pipeline!=substation],
     
    147149}
    148150
    149 /* {0.tag} without {1.key} (info level) */
     151/* {0.tag} without {1.key} (info level), #15107 */
     152*[aeroway=runway               ][!ref],
     153*[aeroway=runway               ][!surface],
    150154way[highway=track              ][!tracktype],
    151155way[power=cable                ][!location],
Note: See TracChangeset for help on using the changeset viewer.