Changeset 6435 in josm for trunk


Ignore:
Timestamp:
2013-12-04T01:20:26+01:00 (10 years ago)
Author:
Don-vip
Message:

fix #9279, fix #9380, fix #9391, fix #9392 - validator/tagchecker:

  • greek_catholic should not trigger "unknown christian denomination"
  • detect motor_vehicle=yes from highway=motorway, primary, secondary, tertiary etc.
  • detect highway=proposed with access=*
  • detect landuse tagged buildings
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/data/tagchecker.cfg

    r6430 r6435  
    7777*    : W : highway == * && waterway == * && waterway != dam    # unusual tag combination (highway & waterway)
    7878*    : W : highway == * && natural == *                        # unusual tag combination (highway & natural)
     79*    : W : landuse == * && building == *                       # unusual tag combination (landuse & building)
     80
     81*    : W : highway == proposed && access == *                  # unnecessary access key
     82*    : W : highway == /motorway*|trunk*|primary*|secondary*|tertiary*|unclassified|residential|service|living_street/ && motor_vehicle == BOOLEAN_TRUE # unnecessary motor_vehicle=yes
    7983
    8084*    : W : natural == water && leisure == swimming_pool        # natural water used for swimming pool
     
    9296*    : I : power == substation && substation != *              # missing substation=*
    9397*    : I : power == transformer && transformer != *            # missing transformer=*
     98
    9499
    95100########################################
     
    171176
    172177* : I : religion == /christian|jewish|muslim/ && denomination != * # religion without denomination
    173 * : I : religion == christian && denomination == * && denomination != /anglican|apostolic|baptist|catholic|christian_community|christian_scientist|coptic_orthodox|czechoslovak_hussite|dutch_reformed|evangelical|foursquare|greek_orthodox|jehovahs_witness|kabbalah|karaite|living_waters_church|lutheran|maronite|mennonite|methodist|mormon|new_apostolic|nondenominational|old_catholic|orthodox|pentecostal|presbyterian|protestant|quaker|roman_catholic|russian_orthodox|salvation_army|serbian_orthodox|seventh_day_adventist|united|united_reformed|uniting/  # unknown christian denomination
     178* : I : religion == christian && denomination == * && denomination != /anglican|apostolic|baptist|catholic|christian_community|christian_scientist|coptic_orthodox|czechoslovak_hussite|dutch_reformed|evangelical|foursquare|greek_catholic|greek_orthodox|jehovahs_witness|kabbalah|karaite|living_waters_church|lutheran|maronite|mennonite|methodist|mormon|new_apostolic|nondenominational|old_catholic|orthodox|pentecostal|presbyterian|protestant|quaker|roman_catholic|russian_orthodox|salvation_army|serbian_orthodox|seventh_day_adventist|united|united_reformed|uniting/  # unknown christian denomination
    174179* : I : religion == muslim && denomination == * && denomination != /alaouite|druze|ibadi|ismaili|nondenominational|shia|sunni/ # unknown muslim denomination
    175180* : I : religion == jewish && denomination == * && denomination != /alternative|ashkenazi|conservative|hasidic|humanistic|liberal|modern_orthodox|neo_orthodox|nondenominational|orthodox|progressive|reconstructionist|reform|renewal|samaritan|ultra_orthodox/ # unknown jewish denomination
Note: See TracChangeset for help on using the changeset viewer.