Changeset 12908 in osm for applications


Ignore:
Timestamp:
2009-01-04T16:17:34+01:00 (16 years ago)
Author:
stoecker
Message:

added some tests from wiki

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/validator/tagchecker.cfg

    r12676 r12908  
    4545way  : I : highway == secondary && ref != *                    # highway without a reference
    4646way  : I : highway == tertiary && ref != *                     # highway without a reference
     47way  : I : highway == motorway && nat_ref != *                 # highway without a reference
    4748*    : W : highway == road                                     # temporary highway type
    4849*    : W : / *name */i == * && name != *                       # misspelled key name
     
    6263*    : I : name == /.*Strasse.*/i                              # street name contains ss
    6364*    : W : name == /.*Str\.?/i                                 # abbreviated street name
     65
     66relation : E : type != *                                       # relation without type
     67
     68node : I : amenity == /restaurant|cafe|fast_food/ && name != * # Restaurant without name
     69way  : I : highway != * && railway != * && waterway != * && name == * # unusual named way type
     70*    : W : natural == water && waterway == *                   # unusual tag combination
     71*    : W : highway == * && waterway == *                       # unusual tag combination
     72*    : W : highway == * && natural == *                        # unusual tag combination
Note: See TracChangeset for help on using the changeset viewer.