Changeset 15325 in josm for trunk/data/defaultpresets.xml


Ignore:
Timestamp:
2019-08-29T21:53:59+02:00 (6 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/defaultpresets.xml

    r15313 r15325  
    26712671            <optional>
    26722672                <text key="ref" text="Reference" />
     2673                <text key="iata" text="IATA" />
     2674                <text key="icao" text="ICAO" />
     2675                <text key="wikipedia" text="Wikipedia" />
    26732676            </optional>
    26742677        </item> <!-- Helipad -->
Note: See TracChangeset for help on using the changeset viewer.