Ticket #8966: tagchecker.diff
| File tagchecker.diff, 4.2 KB (added by , 12 years ago) |
|---|
-
data/tagchecker.cfg
90 90 # see #9071 91 91 relation : W : type == route_master && route_master != * # route_master relation without route_master=* 92 92 93 # power related stuff (incomplete) 94 * : W : substation == * && power != substation # substation key without power=substation 95 * : W : transformer == * && power != * # transformer key without power 96 * : I : power == substation && substation != * # missing substation=* 97 * : I : power == transformer && transformer != * # missing transformer=* 98 93 99 ######################################## 94 100 # Rules derived from Taginfo statistics 95 101 ######################################## … … 100 106 way : W : junction == * && highway != * # junction without highway 101 107 * : W : lanes == * && highway != * # lanes without highway 102 108 * : W : lcn == * && highway != * # lcn without highway 103 * : W : lit == * && highway != * && amenity != /parking.*/ && public_transport != platform # lit without highway/parking/platform109 * : W : lit == * && highway != * && railway != * && piste:type != * && amenity != /parking.*/ && public_transport != platform # lit without highway/railway/piste/parking/platform 104 110 * : W : living_street == * && highway != * # living_street without highway 105 111 * : W : maintenance == * && highway != * # maintenance without highway 106 112 * : W : median == * && highway != * # median without highway … … 145 151 * : W : llid == * && waterway != * # llid without waterway 146 152 * : W : canal == * && waterway != * # canal without waterway 147 153 * : W : have_riverbank == * && waterway != * # have_riverbank without waterway 148 * : W : tunnel == * && highway != * && railway != * && waterway != * # tunnel without highway/railway/waterway149 * : W : bridge == * && highway != * && railway != * && waterway != * && p iste:type != * # bridge without highway/railway/waterway/piste150 * : W : psv == * && highway != * && railway != * && waterway != * # psv without highway/railway/waterway154 * : W : tunnel == * && highway != * && railway != * && waterway != * && public_transport != platform && man_made != pipeline # tunnel without highway/railway/waterway/platform/pipeline 155 * : W : bridge == * && highway != * && railway != * && waterway != * && public_transport != platform && piste:type != * && man_made != pipeline # bridge without highway/railway/waterway/platform/piste/pipeline 156 * : W : psv == * && highway != * && railway != * && waterway != * && amenity != /parking.*/ # psv without highway/railway/waterway/parking 151 157 * : W : width == * && highway != * && railway != * && waterway != * && aeroway != * && cycleway != * && footway != * && barrier != * && man_made != * && entrance != * # width without physical linear feature 152 * : W : maxspeed == * && highway != * && railway != * && traffic_sign != /(.*;)?maxspeed(;.*)?/ && type != enforcement # maxspeed without highway/railway/traffic_sign 158 * : W : maxspeed == * && highway != * && railway != * && traffic_sign != /(.*;)?maxspeed(;.*)?/ && type != enforcement # maxspeed without highway/railway/traffic_sign/enforcement 153 159 * : W : fence_type == * && barrier != fence # fence_type without barrier=fence 154 160 * : W : border_type == * && boundary != * # border_type without boundary 155 161 * : W : recycling_type == * && amenity != recycling # recycling_type without amenity=recycling
