source: josm/trunk/data/tagchecker.cfg@ 5899

Last change on this file since 5899 was 5788, checked in by Don-vip, 11 years ago

fix #8527 - Validator warning in case of multiple traffic signs

  • Property svn:eol-style set to native
File size: 15.0 KB
Line 
1# JOSM TagChecker validator file
2
3# Format:
4# Each line specifies a certain error to be reported
5# <data type> : messagetype : <key><expression><value>
6# Lines starting with a # are considered as comments.
7#
8# Data type can be:
9# node - a node point
10# way - a way
11# relation - a relation
12# * - all data types
13#
14# Message type can be:
15# E - an error
16# W - a warning
17# I - an low priority informational warning
18#
19# Key and value are expressions describing certain keys and values of these keys.
20# Regulator expressions are supported. In this case the expressions starts and
21# ends with a / sign. If an 'i' is appended, the regular expression is
22# case insensitive. For instance, /foo|bar/i
23#
24# The * sign indicates any string.
25# The texts BOOLEAN_TRUE and BOOLEAN_FALSE in the value part indicate a special
26# handling for boolean values (yes, true, 0, false, no, ...).
27#
28# Expression can be:
29# != - the key/value combination does not match
30# == - the key/value combination does match
31#
32# To have more complicated expressions, multiple elements can be grouped together
33# with an logical and (&&).
34#
35# The comment at the end of a rule is displayed in validator description
36#
37# Empty lines and space signs are ignored
38
39way : W : highway == * && name == /.* (Ave|Blvd|Cct|Cir|Cl|Cr|Crct|Cres|Crt|Ct|Dr|Drv|Esp|Espl|Hwy|Ln|Mw|Mwy|Pl|Rd|Qy|Qys|Sq|St|Str|Ter|Tce|Tr|Wy)\.?$/i # abbreviated street name
40
41node : W : oneway == * # oneway tag on a node
42node : W : bridge == BOOLEAN_TRUE # bridge tag on a node
43node : W : highway == tertiary # wrong highway tag on a node
44node : W : highway == secondary # wrong highway tag on a node
45node : W : highway == residential # wrong highway tag on a node
46node : W : highway == unclassified # wrong highway tag on a node
47node : W : highway == track # wrong highway tag on a node
48way : I : highway == unclassified && name != * # Unnamed unclassified highway
49way : I : highway == secondary && ref != * # highway without a reference
50way : I : highway == tertiary && ref != * # highway without a reference
51way : I : highway == motorway && nat_ref != * # highway without a reference
52* : W : highway == road # temporary highway type
53* : W : / *name */i == * && name != * # misspelled key name
54
55# The following could replace unnamed way check. Still at the moment we keep it as it is
56#way : W : junction == roundabout && highway == /motorway|trunk|primary|secondary|tertiary|residential|pedestrian/ && /name|ref|(name:.*)|(.*_name)|(.*_ref)/ != * # Unnamed junction
57#way : W : highway == /motorway|trunk|primary|secondary|tertiary|residential|pedestrian/ && /name|ref|(name:.*)|(.*_name)|(.*_ref)/ != * # Unnamed
58
59way : W : highway == cycleway && bicycle == BOOLEAN_FALSE # cycleway with tag bicycle
60way : W : highway == footway && foot == BOOLEAN_FALSE # footway with tag foot
61#way : I : highway == cycleway && bicycle == * # cycleway with tag bicycle
62#way : I : highway == footway && foot == * # footway with tag foot
63way : W : highway == cycleway && cycleway == lane # separate cycleway as lane on a cycleway
64way : W : highway == * && barrier == * # barrier used on a way
65
66#way : I : waterway == * && layer != * # waterway without layer tag
67way : I : highway == footway && maxspeed == * # maxspeed used for footway
68way : I : highway == steps && maxspeed == * # maxspeed used for footway
69
70# see #5844, #6760
71#way : W : oneway != BOOLEAN_FALSE && /.*:(backward|forward)/ == * # oneway combined with *:backward/forward
72
73* : W : layer == /\+.*/ # layer tag with + sign
74
75* : I : name == /.*Strasse.*/i # street name contains ss
76
77relation : E : type != * # relation without type
78
79node : I : amenity == /restaurant|cafe|fast_food/ && name != * # restaurant without name
80#way : I : highway != * && railway != * && waterway != * && name == * # unusual named way type
81#* : W : natural == water && waterway == * # unusual tag combination (natural=water & waterway)
82* : W : highway == * && waterway == * # unusual tag combination (highway & waterway)
83* : W : highway == * && natural == * # unusual tag combination (highway & natural)
84
85* : W : natural == water && leisure == swimming_pool # natural water used for swimming pool
86* : W : natural == water && amenity == swimming_pool # natural water used for swimming pool
87
88########################################
89# Rules derived from Taginfo statistics
90########################################
91
92# see ticket #5017
93# Taginfo query: select keypairs.key1, keypairs.key2, keypairs.count_all, keys.count_all, cast(keypairs.count_all as real)/keys.count_all as from_fraction_all from keys, keypairs where key1='waterway' and keys.key=keypairs.key2 and (key1<>'highway' or keypairs.count_all>12000) and (key1<>'railway' or keypairs.count_all>3000) and (key1<>'waterway' or keypairs.count_all>800) and key2 not like '%:%' and from_fraction_all>0.97 and 1 union select keypairs.key2, keypairs.key1, keypairs.count_all, keys.count_all, cast(keypairs.count_all as real)/keys.count_all as from_fraction_all from keys, keypairs where key2='waterway' and keys.key=keypairs.key1 and (key2<>'highway' or keypairs.count_all>12000) and (key2<>'railway' or keypairs.count_all>3000) and (key2<>'waterway' or keypairs.count_all>800) and key1 not like '%:%' and from_fraction_all>0.97 and 1 order by keypairs.count_all desc limit 1000;
94* : W : incline == * && highway != * # incline without highway
95way : W : junction == * && highway != * # junction without highway
96* : W : lanes == * && highway != * # lanes without highway
97* : W : lcn == * && highway != * # lcn without highway
98* : W : lit == * && highway != * && public_transport != platform # lit without highway
99* : W : living_street == * && highway != * # living_street without highway
100* : W : maintenance == * && highway != * # maintenance without highway
101* : W : median == * && highway != * # median without highway
102* : W : motorroad == * && highway != * # motorroad without highway
103* : W : ntd_id == * && highway != * # ntd_id without highway
104* : W : oneway == * && highway != * # oneway without highway
105* : W : sac_scale == * && highway != * # sac_scale without highway
106* : W : segregated == * && highway != * # segregated without highway
107* : W : sidewalk == * && highway != * # sidewalk without highway
108* : W : smoothness == * && highway != * # smoothness without highway
109* : W : snowplowing == * && highway != * # snowplowing without highway
110* : W : step_count == * && highway != * # step_count without highway
111* : W : toll == * && highway != * # toll without highway
112* : W : tracktype == * && highway != * # tracktype without highway
113* : W : trail_visibility == * && highway != * # trail_visibility without highway
114* : W : trolley_wire == * && highway != * # trolley_wire without highway
115* : W : zip_left == * && highway != * # zip_left without highway
116* : W : zip_right == * && highway != * # zip_right without highway
117* : W : detail == * && railway != * # detail without railway
118* : W : eddy_current_brake == * && railway != * # eddy_current_brake without railway
119* : W : electrified == * && railway != * # electrified without railway
120* : W : etcs == * && railway != * # etcs without railway
121* : W : gauge == * && railway != * # gauge without railway
122* : W : grade_of_track == * && railway != * # grade_of_track without railway
123* : W : kursbuchstrecke == * && railway != * # kursbuchstrecke without railway
124* : W : lzb == * && railway != * # lzb without railway
125* : W : old_railway_operator == * && railway != * # old_railway_operator without railway
126* : W : operating_procedure == * && railway != * # operating_procedure without railway
127* : W : pzb == * && railway != * # pzb without railway
128* : W : radio == * && railway != * # radio without railway
129* : W : structure_gauge == * && railway != * # structure_gauge without railway
130* : W : tilting_technology == * && railway != * # tilting_technologie without railway
131* : W : track_class == * && railway != * # track_class without railway
132* : W : tracks == * && railway != * # tracks without railway
133* : W : traffic_mode == * && railway != * # traffic_mode without railway
134* : W : usage == * && railway != * # usage without railway
135* : W : workrules == * && railway != * # workrules without railway
136* : W : stream == * && waterway != * # stream without waterway
137* : W : intermittent == * && waterway != * # intermittent without waterway
138* : W : boat == * && waterway != * && natural != water # boat without waterway / natural=water
139* : W : length_unit == * && waterway != * # length_unit without waterway
140* : W : llid == * && waterway != * # llid without waterway
141* : W : canal == * && waterway != * # canal without waterway
142* : W : have_riverbank == * && waterway != * # have_riverbank without waterway
143* : W : tunnel == * && highway != * && railway != * && waterway != * # tunnel without highway/railway/waterway
144* : W : bridge == * && highway != * && railway != * && waterway != * # bridge without highway/railway/waterway
145* : W : psv == * && highway != * && railway != * && waterway != * # psv without highway/railway/waterway
146* : W : width == * && highway != * && railway != * && waterway != * && aeroway != * # width without highway/railway/waterway/aeroway
147* : W : maxspeed == * && highway != * && railway != * && traffic_sign != /(.*;)?maxspeed(;.*)?/ && type != enforcement # maxspeed without highway/railway/traffic_sign
148
149################################
150# Religion / Denomination tests
151################################
152
153* : I : religion == /christian|jewish|muslim/ && denomination != * # religion without denomination
154* : 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
155* : I : religion == muslim && denomination == * && denomination != /alaouite|druze|ibadi|ismaili|nondenominational|shia|sunni/ # unknown muslim denomination
156* : 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
157
158#####################################
159# validation for the wikipedia=* tag
160#####################################
161
162# see ticket #8383
163# If there is no language at all, this is broken. Also catches 'wikipedia' used as 'email', 'website', 'ele' [sic!] ...
164* : E : wikipedia == * && wikipedia != /[a-zA-Z_-]{2,12}:.*/ # no wikipedia-language given, use ''wikipedia''=''language:page title''
165# Valid languages are extracted from <http://de.wikipedia.org/w/api.php?action=sitematrix&format=xml>, which may change, so this is a warning only.
166* : W : wikipedia == /[a-zA-Z_-]{2,12}:.*/ && wikipedia != /(aa|ab|ace|af|ak|als|am|an|ang|ar|arc|arz|as|ast|av|ay|az|ba|bar|bat-smg|bcl|be|be-x-old|bg|bh|bi|bjn|bm|bn|bo|bpy|br|bs|bug|bxr|ca|cbk-zam|cdo|ce|ceb|ch|cho|chr|chy|ckb|co|cr|crh|cs|csb|cu|cv|cy|cz|da|de|diq|dk|dsb|dv|dz|ee|el|eml|en|eo|epo|es|et|eu|ext|fa|ff|fi|fiu-vro|fj|fo|fr|frp|frr|fur|fy|ga|gag|gan|gd|gl|glk|gn|got|gu|gv|ha|hak|haw|he|hi|hif|ho|hr|hsb|ht|hu|hy|hz|ia|id|ie|ig|ii|ik|ilo|io|is|it|iu|ja|jbo|jp|jv|ka|kaa|kab|kbd|kg|ki|kj|kk|kl|km|kn|ko|koi|kr|krc|ks|ksh|ku|kv|kw|ky|la|lad|lb|lbe|lez|lg|li|lij|lmo|ln|lo|lt|ltg|lv|map-bms|mdf|mg|mh|mhr|mi|minnan|mk|ml|mn|mo|mr|mrj|ms|mt|mus|mwl|my|myv|mzn|na|nah|nan|nap|nb|nds|nds-nl|ne|new|ng|nl|nn|no|nov|nrm|nso|nv|ny|oc|om|or|os|pa|pag|pam|pap|pcd|pdc|pfl|pi|pih|pl|pms|pnb|pnt|ps|pt|qu|rm|rmy|rn|ro|roa-rup|roa-tara|ru|rue|rw|sa|sah|sc|scn|sco|sd|se|sg|sh|si|simple|sk|sl|sm|sn|so|sq|sr|srn|ss|st|stq|su|sv|sw|szl|ta|te|tet|tg|th|ti|tk|tl|tn|to|tpi|tr|ts|tt|tum|tw|ty|udm|ug|uk|ur|uz|ve|vec|vep|vi|vls|vo|wa|war|wo|wuu|xal|xh|xmf|yi|yo|za|zea|zh|zh-cfr|zh-classical|zh-min-nan|zh-yue|zu):.*/ # unkown language prefix in wikipedia tag
Note: See TracBrowser for help on using the repository browser.