Changes between Initial Version and Version 1 of Ticket #15107


Ignore:
Timestamp:
2017-08-02T16:46:33+02:00 (7 years ago)
Author:
Don-vip
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #15107

    • Property Keywords runway aerodrome added
    • Property Summary Check runways,aerodromes for missing tags in validator[Patch] Check runways,aerodromes for missing tags in validator
  • Ticket #15107 – Description

    initial v1  
    11They aren't well adapted for global use but the simple rules I use locally flag many easy improvements:
    22
    3 
     3{{{
     4#!mapcss
    45*[aeroway=aerodrome][!faa]{
    56  group: tr("Airport Tagging");
     
    2324  throwWarning: tr("Runway missing {0}.", "{1.key}");
    2425}
     26}}}
    2527
    26 
    27 The [faa!~/\d/] selector suppresses the warnings for small US airports, where the faa usually assigns an identifier that contains a number.
     28The [faa!~/\d/] selector suppresses the warnings for small US airports, where the FAA usually assigns an identifier that contains a number.