[6548] | 1 | /* Rules partially derived from Taginfo statistics - see ticket #5017
|
---|
| 2 | * 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;
|
---|
| 3 | */
|
---|
| 4 |
|
---|
[15268] | 5 | way[surface=~/^(unpaved|compacted|gravel|fine_gravel|pebblestone|ground|earth|dirt|grass|sand|mud|ice|salt|snow|woodchips)$/] { /* without grass_paver as it is controversial */
|
---|
| 6 | set unpaved_surface;
|
---|
| 7 | }
|
---|
| 8 |
|
---|
[7229] | 9 | /* {0.key} without {1.key} (warning level) */
|
---|
[7906] | 10 | way[junction ][!highway][junction!=yes],
|
---|
[11407] | 11 | way[lanes ][!highway][leisure!=track][leisure!=swimming_pool],
|
---|
[11305] | 12 | way[living_street ][!highway],
|
---|
| 13 | way[maintenance ][!highway],
|
---|
| 14 | way[median ][!highway],
|
---|
| 15 | way[motorroad ][!highway],
|
---|
| 16 | node[ntd_id ][!highway],
|
---|
| 17 | way[sac_scale ][!highway],
|
---|
| 18 | way[sidewalk ][!highway],
|
---|
[13566] | 19 | way[step_count ][!highway][man_made!=tower],
|
---|
[11305] | 20 | way[tracktype ][!highway],
|
---|
[13092] | 21 | way[trail_visibility ][!highway], /* #15029 */
|
---|
[11305] | 22 | way[trolley_wire ][!highway],
|
---|
| 23 | way[zip_left ][!highway],
|
---|
| 24 | way[zip_right ][!highway],
|
---|
| 25 | way[detail ][!railway][route!=railway],
|
---|
| 26 | way[eddy_current_brake ][!railway][route!=railway],
|
---|
[13452] | 27 | way[electrified ][!railway][route!=railway][!highway], /* #16007 */
|
---|
[11305] | 28 | way[etcs ][!railway][route!=railway],
|
---|
| 29 | way[gauge ][!railway][route!=railway],
|
---|
| 30 | way[grade_of_track ][!railway][route!=railway],
|
---|
| 31 | way[kursbuchstrecke ][!railway][route!=railway],
|
---|
| 32 | way[lzb ][!railway][route!=railway],
|
---|
| 33 | way[old_railway_operator ][!railway][route!=railway],
|
---|
| 34 | way[operating_procedure ][!railway][route!=railway],
|
---|
| 35 | way[pzb ][!railway][route!=railway],
|
---|
| 36 | way[structure_gauge ][!railway][route!=railway],
|
---|
| 37 | way[tilting_technology ][!railway][route!=railway],
|
---|
| 38 | way[track_class ][!railway][route!=railway],
|
---|
| 39 | way[tracks ][!railway][route!=railway],
|
---|
| 40 | way[traffic_mode ][!railway][route!=railway],
|
---|
| 41 | way[workrules ][!railway][route!=railway],
|
---|
| 42 | way[stream ][!waterway],
|
---|
| 43 | way[length_unit ][!waterway],
|
---|
| 44 | way[canal ][!waterway],
|
---|
| 45 | way[have_riverbank ][!waterway],
|
---|
[6548] | 46 | *[border_type ][!boundary],
|
---|
[8121] | 47 | *[piste:difficulty ][!piste:type],
|
---|
[14799] | 48 | *[place ][!name][place!=islet],
|
---|
[15260] | 49 | *[transformer ][!power],
|
---|
[6548] | 50 | *[source:date ][!source],
|
---|
| 51 | *[source:name ][!name],
|
---|
[13032] | 52 | *[source:maxspeed:forward ][!maxspeed:forward][!maxspeed],
|
---|
| 53 | *[source:maxspeed:backward ][!maxspeed:backward][!maxspeed],
|
---|
[6548] | 54 | *[source:building ][!building],
|
---|
| 55 | *[source:ref ][!ref],
|
---|
| 56 | *[source:population ][!population],
|
---|
| 57 | *[source:postal_code ][!postal_code],
|
---|
| 58 | *[source:ele ][!ele],
|
---|
| 59 | *[source:ref:INSEE ][!ref:INSEE],
|
---|
| 60 | *[source:lit ][!lit],
|
---|
| 61 | *[source:hgv ][!hgv],
|
---|
| 62 | *[source:highway ][!highway],
|
---|
| 63 | *[source:maxaxleload ][!maxaxleload],
|
---|
| 64 | *[source:surface ][!surface],
|
---|
| 65 | *[source:bridge ][!bridge],
|
---|
| 66 | *[source:old_name ][!old_name],
|
---|
| 67 | *[source:bicycle ][!bicycle],
|
---|
| 68 | *[source:designation ][!designation],
|
---|
| 69 | *[source:height ][!height],
|
---|
| 70 | *[source:lanes ][!lanes],
|
---|
[6645] | 71 | *[source:postcode ][!addr:postcode],
|
---|
| 72 | *[source:housenumber ][!addr:housenumber],
|
---|
| 73 | *[source:addr:postcode ][!addr:postcode],
|
---|
| 74 | *[source:addr:housenumber ][!addr:housenumber],
|
---|
[6548] | 75 | *[source:addr ][!/^addr:/],
|
---|
| 76 | *[source:maxspeed ][!/^maxspeed:?/] {
|
---|
| 77 | throwWarning: tr("{0} without {1}", "{0.key}", "{1.key}");
|
---|
[11146] | 78 | group: tr("missing tag");
|
---|
[6548] | 79 | assertMatch: "way lanes=42";
|
---|
| 80 | assertNoMatch: "way lanes=42 highway=unclassified";
|
---|
| 81 | assertMatch: "node source:addr:postcode=postman";
|
---|
| 82 | assertMatch: "node source:addr=postman";
|
---|
| 83 | assertNoMatch: "node source:addr=postman addr:housenumber=42";
|
---|
| 84 | }
|
---|
| 85 |
|
---|
[7229] | 86 | /* {0.key} without {1.key} (info level) */
|
---|
[11305] | 87 | way[lanes:forward][!lanes:backward][oneway!=yes][oneway!=-1],
|
---|
| 88 | way[lanes:backward][!lanes:forward][oneway!=yes][oneway!=-1],
|
---|
[7229] | 89 | *[leaf_type ][!leaf_cycle],
|
---|
| 90 | *[leaf_cycle][!leaf_type] {
|
---|
| 91 | throwOther: tr("{0} without {1}", "{0.key}", "{1.key}");
|
---|
[11146] | 92 | group: tr("missing tag");
|
---|
[7229] | 93 | }
|
---|
| 94 |
|
---|
[15267] | 95 | /* {0.key} without {1.tag}, #17997 */
|
---|
[15433] | 96 | node[railway:switch ][railway!=switch],
|
---|
[15267] | 97 | *[generator:source ][power!=generator],
|
---|
| 98 | *[generator:method ][power!=generator],
|
---|
| 99 | *[generator:type ][power!=generator],
|
---|
[14593] | 100 | node[fire_hydrant:type ][emergency!=fire_hydrant][disused:emergency!=fire_hydrant],
|
---|
[15260] | 101 | node[manhole ][man_made!=manhole],
|
---|
[11305] | 102 | way[fence_type ][barrier!=fence],
|
---|
[6548] | 103 | *[recycling_type ][amenity!=recycling],
|
---|
[7996] | 104 | *[information ][tourism!=information],
|
---|
[11305] | 105 | node[board_type ][information!=board],
|
---|
[6548] | 106 | *[shelter_type ][amenity!=shelter],
|
---|
[11305] | 107 | node[lamp_type ][highway!=street_lamp],
|
---|
| 108 | node[map_type ][information!=map],
|
---|
[6548] | 109 | *[site_type ][historic!=archaeological_site],
|
---|
[13508] | 110 | *[artwork_type ][tourism!=artwork][exhibit!=artwork],
|
---|
[6548] | 111 | *[castle_type ][historic!=castle],
|
---|
[15624] | 112 | *[parking ][amenity!~/^(parking|parking_space|parking_entrance|motorcycle_parking)$/][parking!=yes][parking!=no],
|
---|
[11305] | 113 | way[cutline ][man_made!=cutline],
|
---|
[15695] | 114 | *[ref:FR:ARCEP ][telecom!=connection_point],
|
---|
| 115 | *[ref:FR:ARCEP ][telecom:medium!=fibre],
|
---|
| 116 | *[ref:FR:Orange ][telecom:medium!=fibre],
|
---|
| 117 | *[ref:FR:SFR ][telecom:medium!=fibre],
|
---|
| 118 | *[ref:FR:PTT ][telecom:medium!=copper],
|
---|
[6548] | 119 | *[bunker_type ][military!=bunker] {
|
---|
| 120 | throwWarning: tr("{0} without {1}", "{0.key}", "{1.tag}");
|
---|
[11146] | 121 | group: tr("missing tag");
|
---|
[6548] | 122 | }
|
---|
| 123 |
|
---|
[15325] | 124 | /* {0.key} without {1.tag} or {2.tag}, #15107 */
|
---|
| 125 | *[iata ][aeroway!=aerodrome][aeroway!=helipad],
|
---|
| 126 | *[icao ][aeroway!=aerodrome][aeroway!=helipad],
|
---|
[12677] | 127 | *[bridge:movable ][bridge!=movable][man_made!=bridge],
|
---|
[9903] | 128 | *[substation ][power!=substation][pipeline!=substation],
|
---|
[13972] | 129 | *[reservoir_type ][landuse!=reservoir][water!=reservoir],
|
---|
| 130 | way[waterway=pressurised ][tunnel!=flooded][man_made!=pipeline] {
|
---|
[9903] | 131 | throwWarning: tr("{0} without {1} or {2}", "{0.key}", "{1.tag}", "{2.tag}");
|
---|
[11146] | 132 | group: tr("missing tag");
|
---|
[9903] | 133 | }
|
---|
| 134 |
|
---|
[15584] | 135 | /* {0.tag} without {1.key} (warning level), #18411, #18246 */
|
---|
| 136 | way[railway=construction][!construction],
|
---|
[15467] | 137 | way[highway=construction][!construction],
|
---|
[15190] | 138 | node[traffic_sign=maxspeed][!maxspeed],
|
---|
[15139] | 139 | node[actuator=manual][!handle],
|
---|
[14593] | 140 | node[emergency=fire_hydrant][!fire_hydrant:type],
|
---|
[14800] | 141 | way[ boundary=administrative][!admin_level],
|
---|
[13084] | 142 | relation[boundary=administrative][!admin_level],
|
---|
[14798] | 143 | relation[route=bicycle ][!network][type=route],
|
---|
| 144 | relation[route=hiking ][!network][type=route],
|
---|
| 145 | relation[route=foot ][!network][type=route],
|
---|
| 146 | relation[route=horse ][!network][type=route],
|
---|
[10320] | 147 | relation[route=piste][!piste:type][type=route],
|
---|
[14798] | 148 | relation[route=ski ][!piste:type][type=route],
|
---|
[7996] | 149 | *[tourism=information][!information],
|
---|
[11153] | 150 | *[leisure=pitch][!sport],
|
---|
[7929] | 151 | *[aeroway=terminal][!building],
|
---|
[15634] | 152 | *[office=government][!government],
|
---|
[7967] | 153 | *[power=generator][!generator:source],
|
---|
[15552] | 154 | *[amenity=recycling][!/^recycling:/][recycling_type!=centre],
|
---|
[11398] | 155 | *[amenity=social_facility][!social_facility],
|
---|
[7929] | 156 | *[amenity=place_of_worship][!religion] {
|
---|
[7923] | 157 | throwWarning: tr("{0} without {1}", "{0.tag}", "{1.key}");
|
---|
[11146] | 158 | group: tr("missing tag");
|
---|
[7923] | 159 | }
|
---|
| 160 |
|
---|
[15325] | 161 | /* {0.tag} without {1.key} (info level), #15107 */
|
---|
| 162 | *[aeroway=runway ][!ref],
|
---|
| 163 | *[aeroway=runway ][!surface],
|
---|
[15635] | 164 | node[highway=crossing ][!crossing],
|
---|
[11428] | 165 | way[highway=track ][!tracktype],
|
---|
[9495] | 166 | way[power=cable ][!location],
|
---|
[13814] | 167 | node[power=transformer ][!voltage:primary],
|
---|
| 168 | node[power=transformer ][!voltage:secondary],
|
---|
| 169 | node[transformer=distribution ][!voltage:primary][power=pole],
|
---|
| 170 | node[transformer=distribution ][!voltage:secondary][power=pole],
|
---|
[9500] | 171 | way[power=line ][!voltage],
|
---|
| 172 | way[power=minor_line ][!voltage],
|
---|
| 173 | way[power=cable ][!voltage],
|
---|
| 174 | *[power=generator ][!voltage][generator:output:electricity],
|
---|
| 175 | *[power=plant ][!voltage][plant:output:electricity],
|
---|
| 176 | *[power=substation ][!substation],
|
---|
[12997] | 177 | *[power=switch ][!switch],
|
---|
[9500] | 178 | *[power=transformer ][!transformer],
|
---|
[14799] | 179 | *[amenity=bank ][!operator],
|
---|
| 180 | *[amenity=cinema ][!operator],
|
---|
| 181 | *[amenity=fast_food ][!operator],
|
---|
| 182 | *[amenity=fuel ][!operator],
|
---|
| 183 | *[mountain_pass=yes ][!ele],
|
---|
| 184 | *[natural=peak ][!ele],
|
---|
[15568] | 185 | *[natural=water ][!water],
|
---|
[14818] | 186 | *[amenity=place_of_worship ][!denomination],
|
---|
[8080] | 187 | *[amenity=parking ][!parking],
|
---|
| 188 | *[amenity=parking_entrance ][!parking] {
|
---|
| 189 | throwOther: tr("{0} without {1}", "{0.tag}", "{1.key}");
|
---|
[11146] | 190 | group: tr("missing tag");
|
---|
[9500] | 191 | assertMatch: "way power=line";
|
---|
| 192 | assertNoMatch: "way power=line voltage=1";
|
---|
[12997] | 193 | assertMatch: "way power=switch";
|
---|
[9500] | 194 | assertMatch: "way power=substation";
|
---|
| 195 | assertMatch: "way power=substation transformer=foobar";
|
---|
| 196 | assertNoMatch: "way power=substation substation=foobar";
|
---|
| 197 | assertMatch: "way power=generator generator:output:electricity=yes";
|
---|
| 198 | assertNoMatch: "way power=generator";
|
---|
| 199 | assertNoMatch: "way power=generator generator:output:electricity=yes voltage=1";
|
---|
[8080] | 200 | }
|
---|
| 201 |
|
---|
[6548] | 202 | /* {0.key} without {1.key} or {2.tag} */
|
---|
[13026] | 203 | way[bridge:structure ][!bridge][man_made!=bridge],
|
---|
[10068] | 204 | *[smoothness ][!highway][amenity!~/^(parking|parking_space|parking_entrance|motorcycle_parking|bicycle_parking)$/],
|
---|
[9003] | 205 | *[segregated ][!highway][railway!=crossing] {
|
---|
[6548] | 206 | throwWarning: tr("{0} without {1} or {2}", "{0.key}", "{1.key}", "{2.tag}");
|
---|
[11146] | 207 | group: tr("missing tag");
|
---|
[6548] | 208 | }
|
---|
| 209 |
|
---|
[8746] | 210 | /* {0.tag} without {1.tag} (info level) see #11600 #11393 #11850 */
|
---|
[11305] | 211 | way[highway=motorway][!oneway][junction!=roundabout],
|
---|
| 212 | way[highway=motorway_link][!oneway][junction!=roundabout] {
|
---|
[8591] | 213 | throwOther: tr("{0} without {1}", "{0.tag}", "{1.tag}");
|
---|
[11146] | 214 | group: tr("missing tag");
|
---|
[8545] | 215 | }
|
---|
| 216 |
|
---|
[13972] | 217 | /* {0.tag} without {1.tag} */
|
---|
| 218 | way[usage=penstock][man_made!=pipeline],
|
---|
| 219 | way[usage=penstock][waterway!=pressurised] {
|
---|
| 220 | throwWarning: tr("{0} without {1}", "{0.tag}", "{1.tag}");
|
---|
| 221 | group: tr("missing tag");
|
---|
| 222 | }
|
---|
| 223 |
|
---|
[8411] | 224 | /* {0.tag} without {1.tag} or {2.tag} */
|
---|
| 225 | *[amenity=recycling][recycling_type!=container][recycling_type!=centre] {
|
---|
| 226 | throwWarning: tr("{0} without {1} or {2}", "{0.tag}", "{1.tag}", "{2.tag}");
|
---|
[11146] | 227 | group: tr("missing tag");
|
---|
[8411] | 228 | }
|
---|
| 229 |
|
---|
[8057] | 230 | /* {0.key} without {1.key}, {2.tag} or {3.tag} */
|
---|
[14127] | 231 | *[intermittent ][!waterway][natural!~/^(water|spring)$/][landuse!~/^(basin|reservoir)$/][ford!=yes],
|
---|
| 232 | *[boat ][!waterway][natural!=water ][landuse!~/^(basin|reservoir)$/][ford!=yes] {
|
---|
| 233 | throwWarning: tr("{0} without {1}, {2}, {3} or {4}", "{0.key}", "{1.key}", "{2.tag}", "{3.tag}", "{4.tag}");
|
---|
[11146] | 234 | group: tr("missing tag");
|
---|
[7767] | 235 | }
|
---|
| 236 |
|
---|
[14735] | 237 | /* {0.key} without {1.key}, {2.key} or {3.key}, #17253 */
|
---|
[15254] | 238 | way[oneway ][!highway][!railway][!aerialway][attraction!=summer_toboggan][aeroway!~/^(runway|taxiway)$/],
|
---|
[14735] | 239 | *[snowplowing][!highway][!amenity][!leisure] {
|
---|
[6880] | 240 | throwWarning: tr("{0} without {1}, {2} or {3}", "{0.key}", "{1.key}", "{2.key}", "{3.key}");
|
---|
[11146] | 241 | group: tr("missing tag");
|
---|
[6880] | 242 | }
|
---|
| 243 |
|
---|
[14735] | 244 | /* {0.key} without {1.key}, {2.key} or {3.tag}, #17255 */
|
---|
| 245 | way[incline ][!highway][!railway][aeroway!~/^(runway|taxiway)$/][attraction!=summer_toboggan],
|
---|
[7250] | 246 | *[toll ][!highway][!barrier][route!~/^(ferry|road)$/] {
|
---|
| 247 | throwWarning: tr("{0} without {1}, {2} or {3}", "{0.key}", "{1.key}", "{2.key}", "{3.tag}");
|
---|
[11146] | 248 | group: tr("missing tag");
|
---|
[7250] | 249 | }
|
---|
| 250 |
|
---|
[15110] | 251 | /* {0.tag} together with {1.key}, see #17664, #17707, #16464, #10837, #14034, #9389, #11977, #13156, #16888 */
|
---|
| 252 | *[power=plant][/^generator:/],
|
---|
| 253 | *[power=generator][/^plant:/],
|
---|
[15075] | 254 | *[power=plant][voltage],
|
---|
| 255 | *[power=plant][frequency],
|
---|
[14042] | 256 | *[internet_access=no][internet_access:fee],
|
---|
[13814] | 257 | node[power=transformer][voltage],
|
---|
| 258 | node[transformer=distribution][voltage][power=pole],
|
---|
[11346] | 259 | *[amenity=vending_machine][shop],
|
---|
[13401] | 260 | *[noname?][name],
|
---|
[14364] | 261 | way[oneway=yes][/:backward/][!traffic_sign:backward][bicycle:backward!=use_sidepath][oneway:bicycle!=no][oneway:psv!=no],
|
---|
| 262 | way[oneway=yes][/:forward/ ][!traffic_sign:forward ][bicycle:forward!=use_sidepath ][oneway:bicycle!=no][oneway:psv!=no],
|
---|
| 263 | way[oneway=-1 ][/:backward/][!traffic_sign:backward][bicycle:backward!=use_sidepath][oneway:bicycle!=no][oneway:psv!=no],
|
---|
| 264 | way[oneway=-1 ][/:forward/ ][!traffic_sign:forward ][bicycle:forward!=use_sidepath ][oneway:bicycle!=no][oneway:psv!=no] {
|
---|
[8077] | 265 | throwWarning: tr("{0} together with {1}", "{0.tag}", "{1.key}");
|
---|
[11146] | 266 | group: tr("suspicious tag combination");
|
---|
[15110] | 267 | assertMatch: "way power=plant generator:source=wind";
|
---|
| 268 | assertMatch: "way power=generator plant:source=combustion";
|
---|
[8077] | 269 | }
|
---|
| 270 |
|
---|
[8044] | 271 | /* {0.tag} together with {1.tag} (info level), see #9696 */
|
---|
[11305] | 272 | way[highway=footway][oneway=no] {
|
---|
[8044] | 273 | throwOther: tr("{0} together with {1}", "{0.tag}", "{1.tag}");
|
---|
[11146] | 274 | group: tr("suspicious tag combination");
|
---|
[8044] | 275 | }
|
---|
| 276 |
|
---|
[15648] | 277 | /* {0.tag} together with {1.tag}, see #18411, #17950, #17330, #17623, #17592, #17594, #17542, #16861, #16147, #10186 */
|
---|
| 278 | *[barrier=kerb][kerb=no],
|
---|
| 279 | way[highway=construction][construction=yes],
|
---|
| 280 | way[railway=construction][construction=yes],
|
---|
[15595] | 281 | *[man_made=bridge][bridge=yes],
|
---|
| 282 | *[man_made=tunnel][tunnel=yes],
|
---|
[15307] | 283 | *[amenity=police][police],
|
---|
[15286] | 284 | node[highway=crossing][crossing=no],
|
---|
| 285 | node[railway=crossing][crossing=no],
|
---|
[15094] | 286 | way[junction=yes][highway],
|
---|
[15268] | 287 | way[tracktype=grade1][surface].unpaved_surface,
|
---|
[14987] | 288 | way[tracktype=grade2][surface][surface=~/^(sand|mud)$/],
|
---|
[14356] | 289 | way[segregated][bicycle=no],
|
---|
| 290 | way[segregated][foot=no],
|
---|
[14041] | 291 | way[man_made=pipeline][tunnel=flooded],
|
---|
[14943] | 292 | way[waterway=canal][tunnel=yes] {
|
---|
[8117] | 293 | throwWarning: tr("{0} together with {1}", "{0.tag}", "{1.tag}");
|
---|
[11146] | 294 | group: tr("suspicious tag combination");
|
---|
[8117] | 295 | }
|
---|
| 296 |
|
---|
[14808] | 297 | /* {0.tag} together with {1.tag} (error level) */
|
---|
| 298 | relation[type=multipolygon][area=no] {
|
---|
| 299 | throwError: tr("{0} together with {1}", "{0.tag}", "{1.tag}");
|
---|
| 300 | group: tr("suspicious tag combination");
|
---|
| 301 | }
|
---|
| 302 |
|
---|
[15526] | 303 | /* {0.key} together with {1.key}, #18267, #17630, #17604 */
|
---|
| 304 | node[marker][cover],
|
---|
| 305 | node[marker][voltage],
|
---|
| 306 | node[marker][pressure],
|
---|
| 307 | node[marker][diameter],
|
---|
| 308 | node[marker][substance],
|
---|
[15004] | 309 | *[building:part][building],
|
---|
[15256] | 310 | *[addr:street][addr:place][outside("CZ,DK")] {
|
---|
[14998] | 311 | throwWarning: tr("{0} together with {1}", "{0.key}", "{1.key}");
|
---|
[13401] | 312 | group: tr("suspicious tag combination");
|
---|
| 313 | }
|
---|
| 314 |
|
---|
[11074] | 315 | /* #11127, #13727 */
|
---|
| 316 | way[waterway][bridge=yes][waterway!=weir] {
|
---|
[8089] | 317 | throwWarning: tr("{0} together with {1}", "{0.key}", "{1.tag}");
|
---|
| 318 | suggestAlternative: "bridge=aqueduct";
|
---|
[11146] | 319 | group: tr("suspicious tag combination");
|
---|
[8089] | 320 | fixAdd: "bridge=aqueduct";
|
---|
| 321 | }
|
---|
[11074] | 322 | way[waterway=weir][bridge=yes][highway] {
|
---|
| 323 | throwWarning: tr("{0} together with {1}", "{0.tag}", "{1.tag}");
|
---|
| 324 | suggestAlternative: "waterway=weir + ford=yes";
|
---|
| 325 | suggestAlternative: "waterway=dam";
|
---|
| 326 | suggestAlternative: tr("two objects, one with {0} and one with {1} + {2} + {3}", "{0.tag}", "{2.key}", "{1.tag}", "layer");
|
---|
[11146] | 327 | group: tr("suspicious tag combination");
|
---|
[11074] | 328 | }
|
---|
[8089] | 329 |
|
---|
[13787] | 330 | /* #16214 */
|
---|
| 331 | relation[type=multipolygon] >[role="inner"] way[area][eval(number_of_tags()) = 1] {
|
---|
| 332 | throwWarning: tr("{0} on an inner multipolygon ring without further tags", "{0.tag}");
|
---|
| 333 | fixRemove: "area";
|
---|
| 334 | set area_yes_autofix;
|
---|
| 335 | group: tr("suspicious tag combination");
|
---|
| 336 | }
|
---|
| 337 |
|
---|
[12416] | 338 | /* only {0.key}, see #11104 #12422 #14950 */
|
---|
| 339 | *[access][eval(number_of_tags()) = 1],
|
---|
[13787] | 340 | *[area][eval(number_of_tags()) = 1]!.area_yes_autofix,
|
---|
[8054] | 341 | *[name][eval(number_of_tags()) = 1],
|
---|
[9837] | 342 | *[ref][eval(number_of_tags()) = 1],
|
---|
| 343 | *[lit][eval(number_of_tags()) = 1] {
|
---|
[8054] | 344 | throwWarning: tr("incomplete object: only {0}", "{0.key}");
|
---|
[11146] | 345 | group: tr("missing tag");
|
---|
[8054] | 346 | }
|
---|
[13086] | 347 | /* only {0.key} and {1.key} */
|
---|
[8054] | 348 | *[name][area][eval(number_of_tags()) = 2],
|
---|
| 349 | *[name][ref][eval(number_of_tags()) = 2] {
|
---|
| 350 | throwWarning: tr("incomplete object: only {0} and {1}", "{0.key}", "{1.key}");
|
---|
[11146] | 351 | group: tr("missing tag");
|
---|
[8054] | 352 | }
|
---|
[13086] | 353 | /* only {0.tag}, #15269 */
|
---|
| 354 | *[tourism=attraction][eval(number_of_tags()) = 1] {
|
---|
| 355 | throwWarning: tr("incomplete object: only {0}", "{0.tag}");
|
---|
| 356 | group: tr("missing tag");
|
---|
| 357 | }
|
---|
| 358 | /* only {0.key} and {1.tag} */
|
---|
| 359 | *[name][tourism=attraction][eval(number_of_tags()) = 2] {
|
---|
| 360 | throwWarning: tr("incomplete object: only {0} and {1}", "{0.key}", "{1.tag}");
|
---|
| 361 | group: tr("missing tag");
|
---|
| 362 | }
|
---|
[8054] | 363 |
|
---|
[11548] | 364 | /* #9811, #11491, #12865, #14310 */
|
---|
| 365 | *[place][place!=farm][/^(addr:housenumber|addr:housename|addr:flats|addr:conscriptionnumber|addr:street|addr:place|addr:city|addr:country|addr:full|addr:hamlet|addr:suburb|addr:subdistrict|addr:district|addr:province|addr:state|addr:interpolation|addr:interpolation|addr:inclusion)$/],
|
---|
| 366 | /* addr:postcode is used together with place in some countries */
|
---|
[8043] | 367 | *[boundary][/^addr:/],
|
---|
[8730] | 368 | *[highway][/^addr:/][highway!=services][highway!=rest_area][!"addr:postcode"] {
|
---|
[8043] | 369 | throwWarning: tr("{0} together with addr:*", "{0.key}");
|
---|
[11146] | 370 | group: tr("suspicious tag combination");
|
---|
[11548] | 371 | assertMatch: "node place=foo addr:housenumber=5";
|
---|
| 372 | assertMatch: "node place=foo addr:housenumber=5 addr:postcode=12345";
|
---|
| 373 | assertNoMatch: "node place=foo addr:postcode=12345";
|
---|
[8043] | 374 | }
|
---|
[8730] | 375 | *[!highway][postal_code]["addr:postcode"][postal_code=*"addr:postcode"] {
|
---|
| 376 | throwWarning: tr("{0} together with {1}", "{1.key}", "{2.key}");
|
---|
[11146] | 377 | group: tr("suspicious tag combination");
|
---|
[8730] | 378 | }
|
---|
| 379 | *[!highway][postal_code]["addr:postcode"][postal_code!=*"addr:postcode"] {
|
---|
| 380 | throwWarning: tr("{0} together with {1} and conflicting values", "{1.key}", "{2.key}");
|
---|
[11146] | 381 | group: tr("suspicious tag combination");
|
---|
[8730] | 382 | }
|
---|
| 383 | way[highway][postal_code]["addr:postcode"][postal_code=*"addr:postcode"] {
|
---|
| 384 | throwWarning: tr("{0} together with {1}", "{1.key}", "{2.key}");
|
---|
[11146] | 385 | group: tr("suspicious tag combination");
|
---|
[8730] | 386 | fixRemove: "addr:postcode";
|
---|
| 387 | }
|
---|
| 388 | way[highway][postal_code]["addr:postcode"][postal_code!=*"addr:postcode"] {
|
---|
| 389 | throwWarning: tr("{0} together with {1} and conflicting values", "{1.key}", "{2.key}");
|
---|
[11146] | 390 | group: tr("suspicious tag combination");
|
---|
[8730] | 391 | }
|
---|
[10272] | 392 | way[highway][highway!=services][highway!=rest_area][!postal_code]["addr:postcode"] {
|
---|
[11052] | 393 | throwWarning: tr("{0} together with {1}", "{0.key}", "{4.key}");
|
---|
[8730] | 394 | suggestAlternative: "postal_code";
|
---|
[11146] | 395 | group: tr("suspicious tag combination");
|
---|
[8730] | 396 | fixChangeKey: "addr:postcode=>postal_code";
|
---|
| 397 | }
|
---|
[8043] | 398 |
|
---|
[10350] | 399 | /* #9195 */
|
---|
[11305] | 400 | way[highway=footway][cycleway=lane] {
|
---|
[8042] | 401 | throwWarning: tr("{0} together with {1}", "{0.tag}", "{1.tag}");
|
---|
[8046] | 402 | suggestAlternative: "highway=path + foot=designated + bicycle=designated + segregated=yes";
|
---|
[11146] | 403 | group: tr("suspicious tag combination");
|
---|
[8042] | 404 | }
|
---|
| 405 |
|
---|
[6548] | 406 | /* {0} on suspicious object */
|
---|
[15595] | 407 | *[tunnel ][!highway][!railway][!waterway][!piste:type][public_transport!=platform][route!=ferry][man_made!=pipeline][man_made!=goods_conveyor][man_made!=wildlife_crossing][man_made!=tunnel],
|
---|
[14972] | 408 | *[bridge ][!highway][!railway][!waterway][!piste:type][public_transport!=platform][route!=ferry][man_made!=pipeline][man_made!=goods_conveyor][man_made!=wildlife_crossing][man_made!=bridge][building!=bridge],
|
---|
[14975] | 409 | *[psv ][!highway][!railway][!waterway][barrier!=bollard][amenity !~ /^parking.*/],
|
---|
[14915] | 410 | *[width ][!highway][!railway][!waterway][!aeroway][!cycleway][!footway][!barrier][!man_made][!entrance][natural!=stone][leisure!=track],
|
---|
[15194] | 411 | *[maxspeed][!highway][!railway][traffic_sign !~ /^((.*;)?maxspeed(;.*)?|[A-Z][A-Z]:.+)$/][traffic_sign:forward !~ /^((.*;)?maxspeed(;.*)?|[A-Z][A-Z]:.+)$/][traffic_sign:backward !~ /^((.*;)?maxspeed(;.*)?|[A-Z][A-Z]:.+)$/][type != enforcement][waterway !~ /^(river|canal|lock)$/][!traffic_calming][aerialway!=zip_line] {
|
---|
[6548] | 412 | throwWarning: tr("{0} on suspicious object", "{0.key}");
|
---|
[11146] | 413 | group: tr("suspicious tag combination");
|
---|
[6548] | 414 | }
|
---|
| 415 |
|
---|
[14798] | 416 | *[amenity][amenity =~ /^(restaurant|cafe|fast_food|pub|place_of_worship|school|university|hospital|library|theatre|courthouse|bank|cinema|pharmacy|fuel)$/][!name][noname!=yes] {
|
---|
[11146] | 417 | throwOther: tr("{0} without {1}", "{0.tag}", "{2.key}");
|
---|
| 418 | group: tr("missing tag");
|
---|
[6548] | 419 | assertMatch: "node amenity=restaurant";
|
---|
[7932] | 420 | assertNoMatch: "node amenity=restaurant noname=yes";
|
---|
[6548] | 421 | assertNoMatch: "node amenity=restaurant name=Foobar";
|
---|
| 422 | }
|
---|
| 423 |
|
---|
[13645] | 424 | /* #10193, #16157 */
|
---|
[6550] | 425 | way[highway][barrier],
|
---|
[8559] | 426 | *[highway][waterway][waterway!=dam][waterway!=weir],
|
---|
[11429] | 427 | way[highway][natural][natural!=ridge],
|
---|
[14275] | 428 | *[landuse][building][landuse!=retail] {
|
---|
[11146] | 429 | throwWarning: tr("{0} together with {1}", "{0.key}", "{1.key}");
|
---|
| 430 | group: tr("suspicious tag combination");
|
---|
[13645] | 431 | assertNoMatch: "node highway=street_lamp natural=birds_nest";
|
---|
[6548] | 432 | }
|
---|
| 433 |
|
---|
[10350] | 434 | /* #6932 */
|
---|
[10798] | 435 | *[natural=water][leisure=swimming_pool] {
|
---|
[6548] | 436 | throwWarning: tr("natural water used for swimming pool");
|
---|
[11146] | 437 | group: tr("suspicious tag combination");
|
---|
[7274] | 438 | fixRemove: "natural";
|
---|
[6548] | 439 | }
|
---|
[6860] | 440 |
|
---|
[14735] | 441 | /* #9593, #11183, #12418, #12761, #17254 */
|
---|
| 442 | *[sport][sport!=skiing][!building][!club][tourism != hotel][highway != raceway][!leisure][natural !~ /^(beach|bare_rock|cliff|peak|water)$/][amenity !~ /^(pub|restaurant|swimming_pool)$/][landuse !~ /^(recreation_ground|piste|farm|farmland)$/][barrier !~ /^(wall|retaining_wall)$/][!"piste:type"][shop!=sports][attraction!=summer_toboggan] {
|
---|
[6860] | 443 | throwWarning: tr("sport without physical feature");
|
---|
[11146] | 444 | group: tr("missing tag");
|
---|
[6860] | 445 | assertMatch: "node sport=tennis";
|
---|
| 446 | assertNoMatch: "node sport=tennis leisure=pitch";
|
---|
| 447 | assertNoMatch: "node sport=beachvolleyball natural=beach";
|
---|
[11159] | 448 | assertNoMatch: "node sport=skiing"; /* skiing has deprecated warning */
|
---|
[6860] | 449 | assertNoMatch: "node sport=swimming tourism=hotel";
|
---|
| 450 | assertNoMatch: "node sport=10pin amenity=restaurant";
|
---|
[7243] | 451 | }
|
---|
| 452 |
|
---|
[13972] | 453 | /* {0.key} without {1.key} or {2.key} see #10140 */
|
---|
| 454 | *[building:levels][!building][!building:part],
|
---|
| 455 | way[usage][!railway][!waterway][route!=railway][man_made!=pipeline] {
|
---|
[7243] | 456 | throwWarning: tr("{0} without {1} or {2}", "{0.key}", "{1.key}", "{2.key}");
|
---|
[11146] | 457 | group: tr("missing tag");
|
---|
[7243] | 458 | }
|
---|
[7488] | 459 |
|
---|
[13981] | 460 | /* any other *_name tag (with some exceptions) but not a name , see #10837 #11297 #11539 #16437 */
|
---|
| 461 | *[/_name$/][!name][!old_name][!loc_name][!uic_name][!artist_name][!lock_name][!"osak:municipality_name"][!"osak:street_name"][noname!=yes] {
|
---|
[7818] | 462 | throwWarning: tr("alternative name without {0}", "{1.key}");
|
---|
[11146] | 463 | group: tr("missing tag");
|
---|
[7818] | 464 | }
|
---|
| 465 |
|
---|
[10350] | 466 | /* #10837 */
|
---|
[9386] | 467 | way[destination][!oneway?][junction!=roundabout][highway] {
|
---|
[7818] | 468 | throwWarning: tr("incomplete usage of {0} on a way without {1}", "{0.key}", "{1.key}");
|
---|
| 469 | suggestAlternative: "destination:forward";
|
---|
| 470 | suggestAlternative: "destination:backward";
|
---|
[8700] | 471 | }
|
---|
| 472 |
|
---|
[10350] | 473 | /* #11389 */
|
---|
[8700] | 474 | way["maxspeed:forward"=*"maxspeed:backward"][!maxspeed] {
|
---|
| 475 | throwWarning: tr("Same value of {0} and {1}", "{0.key}", "{1.key}");
|
---|
| 476 | suggestAlternative: "maxspeed";
|
---|
[11146] | 477 | group: tr("suspicious tag combination");
|
---|
[8700] | 478 | fixChangeKey: "maxspeed:forward=>maxspeed";
|
---|
| 479 | fixRemove: "maxspeed:backward";
|
---|
| 480 | }
|
---|
| 481 | way["maxspeed:forward"=*maxspeed]["maxspeed:backward"=*maxspeed][maxspeed] {
|
---|
| 482 | throwWarning: tr("Same value of {0}, {1} and {2}", "{0.key}", "{1.key}", "{2.key}");
|
---|
| 483 | set AllSameMaxspeed;
|
---|
| 484 | suggestAlternative: "maxspeed";
|
---|
[11146] | 485 | group: tr("suspicious tag combination");
|
---|
[8700] | 486 | fixRemove: "maxspeed:forward";
|
---|
| 487 | fixRemove: "maxspeed:backward";
|
---|
| 488 | }
|
---|
| 489 | way["maxspeed:forward"]["maxspeed:backward"][maxspeed]!.AllSameMaxspeed {
|
---|
| 490 | throwWarning: tr("{0} and {1} together with {2} and conflicting values", "{0.key}", "{1.key}", "{2.key}");
|
---|
[11146] | 491 | group: tr("suspicious tag combination");
|
---|
[8700] | 492 | }
|
---|
| 493 | way["maxspeed:forward"][maxspeed][!"maxspeed:backward"],
|
---|
| 494 | way["maxspeed:backward"][maxspeed][!"maxspeed:forward"] {
|
---|
| 495 | throwWarning: tr("{0} together with {1}", "{0.key}", "{1.key}");
|
---|
[11146] | 496 | group: tr("suspicious tag combination");
|
---|
[8754] | 497 | }
|
---|
| 498 |
|
---|
[10350] | 499 | /* #11837 */
|
---|
[8754] | 500 | way[layer][layer<0][bridge][bridge!=no][location!=underground][indoor!=yes][!tunnel],
|
---|
| 501 | way[layer][layer>0][tunnel][tunnel!=no][location!=overground][indoor!=yes][!bridge] {
|
---|
[11146] | 502 | throwWarning: tr("{0} together with {1}", "{2.tag}", "{0.tag}");
|
---|
| 503 | group: tr("suspicious tag combination");
|
---|
[10350] | 504 | }
|
---|
| 505 |
|
---|
| 506 | /* #12942 */
|
---|
| 507 | relation[oneway][type!=route] {
|
---|
| 508 | throwWarning: tr("{0} on a relation without {1}", "{0.key}", "{1.tag}");
|
---|
[10388] | 509 | }
|
---|
| 510 |
|
---|
| 511 | /* #9182 */
|
---|
[10419] | 512 | way[waterway][layer][layer=~/^(-1|-2|-3|-4|-5)$/][!tunnel][culvert!=yes][covered!=yes][pipeline!=yes][location!=underground][eval(waylength()) > 400] {
|
---|
| 513 | throwWarning: tr("Long waterway with {0} but without a tag which defines it as tunnel or underground. Remove {1} or add a tunnel tag if applicable. Also check crossing bridges and their {1} tags.", "{1.tag}", "{1.key}");
|
---|
[11146] | 514 | group: tr("suspicious tag combination");
|
---|
[10388] | 515 | }
|
---|
[10419] | 516 | way[waterway][layer][layer=~/^(-1|-2|-3|-4|-5)$/][!tunnel][culvert!=yes][covered!=yes][pipeline!=yes][location!=underground][eval(waylength()) <= 400] {
|
---|
| 517 | throwOther: tr("Short waterway with {0} but without a tag which defines it as tunnel or underground. Remove {1} or add a tunnel tag if applicable. Also check crossing bridges and their {1} tags.", "{1.tag}", "{1.key}");
|
---|
[11146] | 518 | group: tr("suspicious tag combination");
|
---|
[10537] | 519 | }
|
---|
| 520 |
|
---|
[13102] | 521 | /* #13144, #15536 */
|
---|
| 522 | *[unisex=yes][female=yes][male!=yes][shop=hairdresser],
|
---|
| 523 | *[unisex=yes][male=yes][female!=yes][shop=hairdresser] {
|
---|
[10537] | 524 | throwWarning: tr("{0} together with {1}", "{0.tag}", "{1.tag}");
|
---|
[11146] | 525 | group: tr("suspicious tag combination");
|
---|
[10537] | 526 | }
|
---|
[13102] | 527 | *[unisex=yes][female=yes][male=yes][shop=hairdresser] {
|
---|
[10537] | 528 | throwWarning: tr("{0} together with {1} and {2}. Remove {1} and {2}", "{0.tag}", "{1.tag}", "{2.tag}");
|
---|
[11146] | 529 | group: tr("suspicious tag combination");
|
---|
[10537] | 530 | fixRemove: "female";
|
---|
| 531 | fixRemove: "male";
|
---|
| 532 | }
|
---|
[13102] | 533 | *[female=yes][male=yes][!unisex][shop=hairdresser] {
|
---|
[10537] | 534 | throwWarning: tr("{0} together with {1}", "{0.tag}", "{1.tag}");
|
---|
| 535 | suggestAlternative: "unisex=yes";
|
---|
[11146] | 536 | group: tr("suspicious tag combination");
|
---|
[10537] | 537 | fixRemove: "female";
|
---|
| 538 | fixRemove: "male";
|
---|
| 539 | fixAdd: "unisex=yes";
|
---|
[10538] | 540 | }
|
---|
| 541 |
|
---|
[14883] | 542 | /* {1.key} without {2.tag} see #13138, #14468 */
|
---|
| 543 | way!:closed[water][natural!~/water|bay|strait/][water!=intermittent][amenity!=lavoir], /* water=intermittent is deprecated and has an own warning */
|
---|
| 544 | area:closed[water][natural!~/water|bay|strait/][water!=intermittent][amenity!=lavoir] {
|
---|
[10538] | 545 | throwWarning: tr("{0} without {1}", "{1.key}", "{2.tag}");
|
---|
[11146] | 546 | group: tr("missing tag");
|
---|
[10538] | 547 | }
|
---|
[10995] | 548 |
|
---|
| 549 | /* see #8519, #11529, limited to motorways and trunks to avoid false positives for streets with lanes for non motorized traffic */
|
---|
| 550 | way[highway =~ /^(motorway|motorway_link|trunk|trunk_link)$/][lanes][turn:lanes ][tag(lanes)!=eval(count(split("|", tag("turn:lanes"))))],
|
---|
| 551 | way[highway =~ /^(motorway|motorway_link|trunk|trunk_link)$/][lanes][change:lanes ][tag(lanes)!=eval(count(split("|", tag("change:lanes"))))],
|
---|
| 552 | way[highway =~ /^(motorway|motorway_link|trunk|trunk_link)$/][lanes][maxspeed:lanes ][tag(lanes)!=eval(count(split("|", tag("maxspeed:lanes"))))],
|
---|
| 553 | way[highway =~ /^(motorway|motorway_link|trunk|trunk_link)$/][lanes][minspeed:lanes ][tag(lanes)!=eval(count(split("|", tag("minspeed:lanes"))))],
|
---|
| 554 | way[highway =~ /^(motorway|motorway_link|trunk|trunk_link)$/][lanes][destination:lanes ][tag(lanes)!=eval(count(split("|", tag("destination:lanes"))))],
|
---|
| 555 | way[highway =~ /^(motorway|motorway_link|trunk|trunk_link)$/][lanes][destination:ref:lanes ][tag(lanes)!=eval(count(split("|", tag("destination:ref:lanes"))))],
|
---|
| 556 | way[highway =~ /^(motorway|motorway_link|trunk|trunk_link)$/][lanes][destination:symbol:lanes][tag(lanes)!=eval(count(split("|", tag("destination:symbol:lanes"))))] {
|
---|
| 557 | throwWarning: tr("Different number of lanes in the keys {0} and {1}", "{1.key}", "{2.key}");
|
---|
[11146] | 558 | group: tr("suspicious tag combination");
|
---|
[11047] | 559 | }
|
---|
| 560 |
|
---|
| 561 | /* #13680 */
|
---|
| 562 | area[golf=bunker][natural=beach] {
|
---|
| 563 | throwWarning: tr("{0} together with {1}", "{0.tag}", "{1.tag}");
|
---|
| 564 | suggestAlternative: "natural=sand";
|
---|
| 565 | suggestAlternative: "surface=sand";
|
---|
[11146] | 566 | group: tr("suspicious tag combination");
|
---|
[11080] | 567 | }
|
---|
| 568 |
|
---|
| 569 | /* #13705 */
|
---|
| 570 | relation[type=multipolygon][building] > way {
|
---|
| 571 | set part_of_building_MP;
|
---|
| 572 | }
|
---|
| 573 | way["addr:housenumber"][!building][!"building:part"][!"demolished:building"][!note][!amenity][!leisure][!landuse][!man_made][!tourism][!barrier]!.part_of_building_MP {
|
---|
| 574 | /* don't exclude shop because a lot of real missing bulding tag cases have a shop tag. */
|
---|
[11146] | 575 | throwOther: tr("possibly missing {0} tag", "{1.key}");
|
---|
| 576 | group: tr("missing tag");
|
---|
[11371] | 577 | }
|
---|
| 578 |
|
---|
[15393] | 579 | /* #14125, #14323, #18185 */
|
---|
| 580 | way[highway][lanes][!lanes:forward][!lanes:backward][oneway!=yes][oneway!=-1][oneway!=reversible][junction!=roundabout][lanes>2][get(split(".", tag(lanes)/2), 1)=5] {
|
---|
[11406] | 581 | throwWarning: tr("street with odd number of {0}, but without {1} and {2} or {3}", "{1.key}", "{2.key}", "{3.key}", "{4.key}");
|
---|
[11371] | 582 | group: tr("missing tag");
|
---|
| 583 | assertNoMatch: "way highway=primary lanes=2";
|
---|
| 584 | assertNoMatch: "way highway=primary lanes=3 lanes:backward=2";
|
---|
| 585 | assertNoMatch: "way highway=primary lanes=3 oneway=-1";
|
---|
[11406] | 586 | assertNoMatch: "way highway=primary lanes=4";
|
---|
[11371] | 587 | assertMatch: "way highway=primary lanes=3";
|
---|
[14593] | 588 | }
|
---|
| 589 |
|
---|
| 590 | /* #15774 */
|
---|
| 591 | node[emergency=fire_hydrant][fire_hydrant:count][fire_hydrant:count!=1] {
|
---|
| 592 | throwOther: tr("{0} together with {1}. Tag each hydrant separately.", "{0.tag}", "{1.tag}");
|
---|
[14798] | 593 | }
|
---|
[14830] | 594 |
|
---|
| 595 | /* #12502 */
|
---|
| 596 | node[leisure=park][natural=tree] {
|
---|
| 597 | throwWarning: tr("{0} together with {1} on a node. Remove {0}.", "{0.tag}", "{1.tag}");
|
---|
| 598 | group: tr("suspicious tag combination");
|
---|
| 599 | fixRemove: "leisure";
|
---|
[14831] | 600 | }
|
---|
| 601 |
|
---|
| 602 | /* #17305 */
|
---|
| 603 | area[boundary=administrative][landuse=residential] {
|
---|
| 604 | throwWarning: tr("{0} together with {1}", "{0.tag}", "{1.tag}");
|
---|
| 605 | group: tr("suspicious tag combination");
|
---|
| 606 | }
|
---|
| 607 |
|
---|
| 608 | /* #17391 */
|
---|
[14910] | 609 | way[highway=pedestrian][width][width<3] {
|
---|
[14831] | 610 | throwWarning: tr("{0} together with {1}", "{0.tag}", "{1.tag}");
|
---|
| 611 | suggestAlternative: "highway=footway";
|
---|
| 612 | group: tr("suspicious tag combination");
|
---|
| 613 | fixAdd: "highway=footway";
|
---|
| 614 | assertMatch: "way highway=pedestrian width=0.8";
|
---|
| 615 | assertMatch: "way highway=pedestrian width=1";
|
---|
[14910] | 616 | assertNoMatch: "way highway=pedestrian width=3";
|
---|
[14831] | 617 | assertNoMatch: "way highway=pedestrian width=5.5";
|
---|
[15094] | 618 | }
|
---|
| 619 |
|
---|
| 620 | /* see #17623 */
|
---|
[15131] | 621 | way:areaStyle[highway][highway =~ /motorway|trunk|primary|secondary|tertiary|unclassified|residential|service$|living_street|pedestrian|track|path|footway|cycleway|bus_guideway|bridleway/][area!=yes] {
|
---|
[15094] | 622 | throwOther: tr("A linear object {0} without {1} has a tag indicating that it is an area.", "{1.tag}", "{3.tag}");
|
---|
| 623 | group: tr("suspicious tag combination");
|
---|
[15169] | 624 | }
|
---|
| 625 |
|
---|
| 626 | /* #17804 */
|
---|
| 627 | area[cemetery=sector][landuse=cemetery] {
|
---|
| 628 | throwWarning: tr("{0} together with {1}", "{0.tag}", "{1.tag}");
|
---|
| 629 | group: tr("suspicious tag combination");
|
---|
[15265] | 630 | }
|
---|
| 631 |
|
---|
| 632 | /* #17967 */
|
---|
| 633 | *[highway=cycleway][cycleway=track] {
|
---|
| 634 | throwWarning: tr("{0} together with {1}. Remove {1}.", "{0.tag}", "{1.tag}");
|
---|
| 635 | group: tr("suspicious tag combination");
|
---|
| 636 | fixRemove: "cycleway";
|
---|
[15268] | 637 | }
|
---|
| 638 |
|
---|
[15524] | 639 | /* #17973, #18183, #18331 */
|
---|
| 640 | way[highway=path ][foot][foot!=no ][foot!=use_sidepath ][!segregated][bicycle][bicycle!=no][bicycle!=use_sidepath][bicycle!=dismount]!.unpaved_surface,
|
---|
| 641 | way[highway=footway ][bicycle][bicycle!=no][bicycle!=use_sidepath][!segregated][bicycle!=dismount]!.unpaved_surface,
|
---|
[15402] | 642 | way[highway=cycleway][foot][foot!=no ][foot!=use_sidepath ][!segregated]!.unpaved_surface {
|
---|
[15403] | 643 | throwWarning: tr("Combined foot- and cycleway without {0}.", "{4.key}");
|
---|
[15268] | 644 | group: tr("missing tag");
|
---|
[15311] | 645 | }
|
---|
| 646 |
|
---|
| 647 | /* #17989 */
|
---|
| 648 | node[emergency_ward_entrance][emergency!=emergency_ward_entrance] {
|
---|
| 649 | throwWarning: tr("{0} without {1}", "{0.tag}", "{1.tag}");
|
---|
| 650 | group: tr("missing tag");
|
---|
| 651 | fixAdd: "emergency=emergency_ward_entrance";
|
---|
[15414] | 652 | }
|
---|
| 653 |
|
---|
| 654 | /* #18203 */
|
---|
[15619] | 655 | way[construction][construction!=yes][construction!=minor][highway][highway!=construction] {
|
---|
[15414] | 656 | throwWarning: tr("{0} together with {1}", "{2.tag}", "{0.tag}");
|
---|
| 657 | group: tr("suspicious tag combination");
|
---|
[15648] | 658 | }
|
---|
| 659 |
|
---|
| 660 | /* #18374 */
|
---|
| 661 | *[amenity=recycling][collection_times="24/7"][!opening_hours],
|
---|
| 662 | *[amenity=recycling][collection_times ][!opening_hours][collection_times=~/[a-z]-[A-Z].*[0-9]-[0-9]/] {
|
---|
| 663 | throwWarning: tr("{0} together with {1}. Probably {2} is meant.", "{1.key}", "{0.tag}", "{2.key}");
|
---|
| 664 | group: tr("suspicious tag combination");
|
---|
| 665 | fixChangeKey: "collection_times => opening_hours";
|
---|
| 666 | /* spaces in asserts are not yet supported
|
---|
| 667 | assertMatch: "node amenity=recycling collection_times=Mo-Fr 06:00-20:00";
|
---|
| 668 | assertNoMatch: "node amenity=recycling collection_times=Mo-Fr 15:00";
|
---|
| 669 | assertNoMatch: "node amenity=recycling collection_times=Mo 08:00-11:00";
|
---|
| 670 | assertNoMatch: "node amenity=recycling collection_times=Sa[2,4] 8:00-11:00";
|
---|
| 671 | */
|
---|
| 672 | }
|
---|
| 673 | *[amenity=recycling][collection_times="24/7"][opening_hours],
|
---|
| 674 | *[amenity=recycling][collection_times ][opening_hours][collection_times=~/[a-z]-[A-Z].*[0-9]-[0-9]/] {
|
---|
| 675 | throwWarning: tr("{0} together with {1}. Probably {2} is meant.", "{1.key}", "{0.tag}", "{2.key}");
|
---|
| 676 | group: tr("suspicious tag combination");
|
---|
[14830] | 677 | }
|
---|