Changeset 6481 in josm


Ignore:
Timestamp:
2013-12-16T17:25:58+01:00 (10 years ago)
Author:
Don-vip
Message:

see #9400 - tagchecker: warnings for source:* tags without their main tag

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/data/tagchecker.cfg

    r6462 r6481  
    170170*    : W : reservoir_type       == * && landuse != reservoir && water != reservoir     # reservoir_type without landuse/water=reservoir
    171171*    : W : bunker_type          == * && military != bunker                             # bunker_type without military=bunker
     172*    : W : source:addr           == * && /addr:*/         != *                         # source:addr without addr:*
     173*    : W : source:date           == * && source           != *                         # source:date without source
     174*    : W : source:name           == * && name             != *                         # source:name without name
     175*    : W : source:maxspeed       == * && maxspeed         != *                         # source:maxspeed without maxspeed
     176*    : W : source:building       == * && building         != *                         # source:building without building
     177*    : W : source:ref            == * && ref              != *                         # source:ref without ref
     178*    : W : source:population     == * && population       != *                         # source:population without population
     179node : W : source:geometry       == *                                                  # source:geometry on a node
     180*    : W : /source:*postcode/    == * && addr:postcode    != *                         # source:[addr:]postcode without addr:postcode
     181*    : W : source:postal_code    == * && addr:postcode    != *                         # source:postal_code without addr:postcode
     182*    : W : source:ele            == * && ele              != *                         # source:ele without ele
     183*    : W : source:ref:INSEE      == * && ref:INSEE        != *                         # source:ref:INSEE without ref:INSEE
     184*    : W : source:lit            == * && lit              != *                         # source:lit without lit
     185*    : W : source:hgv            == * && hgv              != *                         # source:hgv without hgv
     186node : W : source:outline        == *                                                  # source:outline on a node
     187*    : W : source:highway        == * && highway          != *                         # source:highway without highway
     188*    : W : source:maxaxleload    == * && maxaxleload      != *                         # source:maxaxleload without maxaxleload
     189*    : W : source:surface        == * && surface          != *                         # source:surface without surface
     190*    : W : source:bridge         == * && bridge           != *                         # source:bridge without bridge
     191*    : W : source:old_name       == * && old_name         != *                         # source:old_name without old_name
     192*    : W : source:bicycle        == * && bicycle          != *                         # source:bicycle without bicycle
     193*    : W : source:designation    == * && designation      != *                         # source:designation without designation
     194*    : W : /source:*housenumber/ == * && addr:housenumber != *                         # source:[addr:]housenumber without addr:housenumber
     195*    : W : source:height         == * && height           != *                         # source:height without height
     196*    : W : source:lanes          == * && lanes            != *                         # source:lanes without lanes
     197
    172198
    173199################################
Note: See TracChangeset for help on using the changeset viewer.