[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 |
|
---|
[7229] | 5 | /* {0.key} without {1.key} (warning level) */
|
---|
[7906] | 6 | way[junction ][!highway][junction!=yes],
|
---|
[6548] | 7 | *[lanes ][!highway],
|
---|
| 8 | *[lcn ][!highway],
|
---|
| 9 | *[living_street ][!highway],
|
---|
| 10 | *[maintenance ][!highway],
|
---|
| 11 | *[median ][!highway],
|
---|
| 12 | *[motorroad ][!highway],
|
---|
| 13 | *[ntd_id ][!highway],
|
---|
| 14 | *[sac_scale ][!highway],
|
---|
| 15 | *[sidewalk ][!highway],
|
---|
| 16 | *[step_count ][!highway],
|
---|
| 17 | *[tracktype ][!highway],
|
---|
| 18 | *[trail_visibility ][!highway],
|
---|
| 19 | *[trolley_wire ][!highway],
|
---|
| 20 | *[zip_left ][!highway],
|
---|
| 21 | *[zip_right ][!highway],
|
---|
[6812] | 22 | *[detail ][!railway][route!=railway],
|
---|
| 23 | *[eddy_current_brake ][!railway][route!=railway],
|
---|
| 24 | *[electrified ][!railway][route!=railway],
|
---|
| 25 | *[etcs ][!railway][route!=railway],
|
---|
| 26 | *[gauge ][!railway][route!=railway],
|
---|
| 27 | *[grade_of_track ][!railway][route!=railway],
|
---|
| 28 | *[kursbuchstrecke ][!railway][route!=railway],
|
---|
| 29 | *[lzb ][!railway][route!=railway],
|
---|
| 30 | *[old_railway_operator ][!railway][route!=railway],
|
---|
| 31 | *[operating_procedure ][!railway][route!=railway],
|
---|
| 32 | *[pzb ][!railway][route!=railway],
|
---|
| 33 | *[radio ][!railway][route!=railway],
|
---|
| 34 | *[structure_gauge ][!railway][route!=railway],
|
---|
| 35 | *[tilting_technology ][!railway][route!=railway],
|
---|
| 36 | *[track_class ][!railway][route!=railway],
|
---|
| 37 | *[tracks ][!railway][route!=railway],
|
---|
| 38 | *[traffic_mode ][!railway][route!=railway],
|
---|
| 39 | *[usage ][!railway][route!=railway],
|
---|
| 40 | *[workrules ][!railway][route!=railway],
|
---|
[6548] | 41 | *[stream ][!waterway],
|
---|
| 42 | *[length_unit ][!waterway],
|
---|
| 43 | *[llid ][!waterway],
|
---|
| 44 | *[canal ][!waterway],
|
---|
| 45 | *[have_riverbank ][!waterway],
|
---|
| 46 | *[border_type ][!boundary],
|
---|
[7490] | 47 | *[bridge:structure ][!bridge],
|
---|
[8121] | 48 | *[piste:difficulty ][!piste:type],
|
---|
[6548] | 49 | *[source:date ][!source],
|
---|
| 50 | *[source:name ][!name],
|
---|
| 51 | *[source:maxspeed:forward ][!maxspeed:forward],
|
---|
| 52 | *[source:maxspeed:backward ][!maxspeed:backward],
|
---|
| 53 | *[source:maxspeed:forward ][!source:maxspeed:backward],
|
---|
| 54 | *[source:maxspeed:backward ][!source:maxspeed:forward],
|
---|
| 55 | *[source:building ][!building],
|
---|
| 56 | *[source:ref ][!ref],
|
---|
| 57 | *[source:population ][!population],
|
---|
| 58 | *[source:postal_code ][!postal_code],
|
---|
| 59 | *[source:ele ][!ele],
|
---|
| 60 | *[source:ref:INSEE ][!ref:INSEE],
|
---|
| 61 | *[source:lit ][!lit],
|
---|
| 62 | *[source:hgv ][!hgv],
|
---|
| 63 | *[source:highway ][!highway],
|
---|
| 64 | *[source:maxaxleload ][!maxaxleload],
|
---|
| 65 | *[source:surface ][!surface],
|
---|
| 66 | *[source:bridge ][!bridge],
|
---|
| 67 | *[source:old_name ][!old_name],
|
---|
| 68 | *[source:bicycle ][!bicycle],
|
---|
| 69 | *[source:designation ][!designation],
|
---|
| 70 | *[source:height ][!height],
|
---|
| 71 | *[source:lanes ][!lanes],
|
---|
[6645] | 72 | *[source:postcode ][!addr:postcode],
|
---|
| 73 | *[source:housenumber ][!addr:housenumber],
|
---|
| 74 | *[source:addr:postcode ][!addr:postcode],
|
---|
| 75 | *[source:addr:housenumber ][!addr:housenumber],
|
---|
[6548] | 76 | *[source:addr ][!/^addr:/],
|
---|
| 77 | *[source:maxspeed ][!/^maxspeed:?/] {
|
---|
| 78 | throwWarning: tr("{0} without {1}", "{0.key}", "{1.key}");
|
---|
| 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) */
|
---|
[8077] | 87 | *[lanes:forward][!lanes:backward][oneway!=yes][oneway!=-1],
|
---|
| 88 | *[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}");
|
---|
| 92 | }
|
---|
| 93 |
|
---|
[6548] | 94 | /* {0.key} without {1.tag} */
|
---|
| 95 | *[fence_type ][barrier!=fence],
|
---|
| 96 | *[recycling_type ][amenity!=recycling],
|
---|
[7996] | 97 | *[information ][tourism!=information],
|
---|
[6548] | 98 | *[board_type ][information!=board],
|
---|
| 99 | *[shelter_type ][amenity!=shelter],
|
---|
| 100 | *[lamp_type ][highway!=street_lamp],
|
---|
| 101 | *[map_type ][information!=map],
|
---|
| 102 | *[site_type ][historic!=archaeological_site],
|
---|
| 103 | *[artwork_type ][tourism!=artwork],
|
---|
| 104 | *[castle_type ][historic!=castle],
|
---|
| 105 | *[reservoir_type ][landuse!=reservoir][water!=reservoir],
|
---|
[7490] | 106 | *[bridge:movable ][bridge!=movable],
|
---|
[8147] | 107 | *[parking ][amenity!~/^(parking|parking_space|parking_entrance|motorcycle_parking)$/],
|
---|
| 108 | *[cutline ][man_made!=cutline],
|
---|
[6548] | 109 | *[bunker_type ][military!=bunker] {
|
---|
| 110 | throwWarning: tr("{0} without {1}", "{0.key}", "{1.tag}");
|
---|
| 111 | }
|
---|
| 112 |
|
---|
[8080] | 113 | /* {0.tag} without {1.key} (warning level) */
|
---|
[7996] | 114 | *[tourism=information][!information],
|
---|
[7929] | 115 | *[aeroway=terminal][!building],
|
---|
[7967] | 116 | *[power=generator][!generator:source],
|
---|
[7929] | 117 | *[amenity=place_of_worship][!religion] {
|
---|
[7923] | 118 | throwWarning: tr("{0} without {1}", "{0.tag}", "{1.key}");
|
---|
| 119 | }
|
---|
| 120 |
|
---|
[8080] | 121 | /* {0.tag} without {1.key} (info level) */
|
---|
| 122 | *[amenity=parking ][!parking],
|
---|
| 123 | *[amenity=parking_entrance ][!parking] {
|
---|
| 124 | throwOther: tr("{0} without {1}", "{0.tag}", "{1.key}");
|
---|
| 125 | }
|
---|
| 126 |
|
---|
[6548] | 127 | /* {0.key} without {1.key} or {2.key} */
|
---|
| 128 | *[incline ][!highway][!railway],
|
---|
| 129 | *[oneway ][!highway][!railway] {
|
---|
| 130 | throwWarning: tr("{0} without {1} or {2}", "{0.key}", "{1.key}", "{2.key}");
|
---|
| 131 | }
|
---|
| 132 |
|
---|
| 133 | /* {0.key} without {1.key} or {2.tag} */
|
---|
[8057] | 134 | *[smoothness ][!highway][amenity!~/^(parking|parking_space|parking_entrance|motorcycle_parking)$/],
|
---|
[7286] | 135 | *[segregated ][!highway][railway!=crossing],
|
---|
[8057] | 136 | *[boat ][!waterway][natural!=water] {
|
---|
[6548] | 137 | throwWarning: tr("{0} without {1} or {2}", "{0.key}", "{1.key}", "{2.tag}");
|
---|
| 138 | }
|
---|
| 139 |
|
---|
[8411] | 140 | /* {0.tag} without {1.tag} or {2.tag} */
|
---|
| 141 | *[amenity=recycling][recycling_type!=container][recycling_type!=centre] {
|
---|
| 142 | throwWarning: tr("{0} without {1} or {2}", "{0.tag}", "{1.tag}", "{2.tag}");
|
---|
| 143 | }
|
---|
| 144 |
|
---|
[8057] | 145 | /* {0.key} without {1.key}, {2.tag} or {3.tag} */
|
---|
| 146 | *[intermittent ][!waterway][natural!~/^(water|spring)$/][ford!=yes] {
|
---|
| 147 | throwWarning: tr("{0} without {1}, {2} or {3}", "{0.key}", "{1.key}", "{2.tag}", "{3.tag}");
|
---|
[7767] | 148 | }
|
---|
| 149 |
|
---|
[6880] | 150 | /* {0.key} without {1.key}, {2.key} or {3.key} */
|
---|
| 151 | *[snowplowing ][!highway][!amenity][!leisure] {
|
---|
| 152 | throwWarning: tr("{0} without {1}, {2} or {3}", "{0.key}", "{1.key}", "{2.key}", "{3.key}");
|
---|
| 153 | }
|
---|
| 154 |
|
---|
[7250] | 155 | /* {0.key} without {1.key}, {2.key} or {3.tag} */
|
---|
| 156 | *[toll ][!highway][!barrier][route!~/^(ferry|road)$/] {
|
---|
| 157 | throwWarning: tr("{0} without {1}, {2} or {3}", "{0.key}", "{1.key}", "{2.key}", "{3.tag}");
|
---|
| 158 | }
|
---|
| 159 |
|
---|
[8437] | 160 | /* {0.tag} together with {1.key}, see #10837 */
|
---|
[8043] | 161 | *[noname?][name] {
|
---|
[8437] | 162 | throwWarning: tr("{0} together with {1}", "{0.tag}", "{1.key}");
|
---|
[7818] | 163 | }
|
---|
| 164 |
|
---|
[8077] | 165 | /* {0.tag} together with {1.key}, see #9389 */
|
---|
| 166 | *[oneway=yes][/:backward/],
|
---|
| 167 | *[oneway=yes][/:forward/],
|
---|
| 168 | *[oneway=-1 ][/:backward/],
|
---|
| 169 | *[oneway=-1 ][/:forward/] {
|
---|
| 170 | throwWarning: tr("{0} together with {1}", "{0.tag}", "{1.key}");
|
---|
| 171 | }
|
---|
| 172 |
|
---|
[8044] | 173 | /* {0.tag} together with {1.tag} (info level), see #9696 */
|
---|
| 174 | *[highway=footway][oneway=no] {
|
---|
| 175 | throwOther: tr("{0} together with {1}", "{0.tag}", "{1.tag}");
|
---|
| 176 | }
|
---|
| 177 |
|
---|
[8117] | 178 | /* {0.tag} together with {1.tag}, see #10186 */
|
---|
| 179 | *[highway=footway][bicycle=designated] {
|
---|
| 180 | throwWarning: tr("{0} together with {1}", "{0.tag}", "{1.tag}");
|
---|
| 181 | }
|
---|
| 182 |
|
---|
[8089] | 183 | /*see #11127*/
|
---|
| 184 | way[waterway][bridge=yes] {
|
---|
| 185 | throwWarning: tr("{0} together with {1}", "{0.key}", "{1.tag}");
|
---|
| 186 | suggestAlternative: "bridge=aqueduct";
|
---|
| 187 | fixAdd: "bridge=aqueduct";
|
---|
| 188 | }
|
---|
| 189 |
|
---|
[8054] | 190 | /* only {0.key}, see #11104 */
|
---|
| 191 | *[area][eval(number_of_tags()) = 1],
|
---|
| 192 | *[name][eval(number_of_tags()) = 1],
|
---|
| 193 | *[ref][eval(number_of_tags()) = 1] {
|
---|
| 194 | throwWarning: tr("incomplete object: only {0}", "{0.key}");
|
---|
| 195 | }
|
---|
| 196 | /* only {0.key} and {1.key}, see #11104 */
|
---|
| 197 | *[name][area][eval(number_of_tags()) = 2],
|
---|
| 198 | *[name][ref][eval(number_of_tags()) = 2] {
|
---|
| 199 | throwWarning: tr("incomplete object: only {0} and {1}", "{0.key}", "{1.key}");
|
---|
| 200 | }
|
---|
| 201 |
|
---|
[8043] | 202 | /* see #9811 */
|
---|
[8049] | 203 | *[place][place!=farm][/^addr:/],
|
---|
[8043] | 204 | *[boundary][/^addr:/],
|
---|
[8245] | 205 | *[highway][/^addr:/][highway!=services][highway!=rest_area] {
|
---|
[8043] | 206 | throwWarning: tr("{0} together with addr:*", "{0.key}");
|
---|
| 207 | }
|
---|
| 208 |
|
---|
[8042] | 209 | /* see #9195 */
|
---|
| 210 | *[highway=footway][cycleway=lane] {
|
---|
| 211 | throwWarning: tr("{0} together with {1}", "{0.tag}", "{1.tag}");
|
---|
[8046] | 212 | suggestAlternative: "highway=path + foot=designated + bicycle=designated + segregated=yes";
|
---|
[8042] | 213 | }
|
---|
| 214 |
|
---|
[6548] | 215 | /* {0} on suspicious object */
|
---|
| 216 | *[tunnel ][!highway][!railway][!waterway][public_transport != platform][man_made != pipeline],
|
---|
| 217 | *[bridge ][!highway][!railway][!waterway][!piste:type][public_transport != platform][man_made !~ /^(bridge|pipeline)$/][building != bridge],
|
---|
| 218 | *[psv ][!highway][!railway][!waterway][amenity !~ /^parking.*/],
|
---|
| 219 | *[width ][!highway][!railway][!waterway][!aeroway][!cycleway][!footway][!barrier][!man_made][!entrance],
|
---|
[8431] | 220 | *[maxspeed][!highway][!railway][traffic_sign !~ /^(.*;)?maxspeed(;.*)?$/][type != enforcement][waterway !~ /^(river|canal|lock)$/][!traffic_calming],
|
---|
[8094] | 221 | *[lit ][!highway][!railway][!piste:type][!amenity][public_transport!=platform][advertising!=billboard][!leisure][!tourism] {
|
---|
[6548] | 222 | throwWarning: tr("{0} on suspicious object", "{0.key}");
|
---|
| 223 | }
|
---|
| 224 |
|
---|
[7932] | 225 | node[amenity =~ /^(restaurant|cafe|fast_food)$/][!name][noname!=yes] {
|
---|
[6548] | 226 | throwOther: tr("restaurant without name");
|
---|
| 227 | assertMatch: "node amenity=restaurant";
|
---|
[7932] | 228 | assertNoMatch: "node amenity=restaurant noname=yes";
|
---|
[6548] | 229 | assertNoMatch: "node amenity=restaurant name=Foobar";
|
---|
| 230 | }
|
---|
| 231 |
|
---|
[6550] | 232 | way[highway][barrier],
|
---|
[6548] | 233 | *[highway][waterway][waterway!=dam],
|
---|
[7265] | 234 | way[highway][natural],
|
---|
[6548] | 235 | *[landuse][building] {
|
---|
| 236 | throwWarning: tr("{0} used with {1}", "{0.key}", "{1.key}");
|
---|
[7265] | 237 | assertNoMatch: "node highway=street_lamp natural=birds_nest note=josm#10193";
|
---|
[6548] | 238 | }
|
---|
| 239 |
|
---|
| 240 | *[natural=water][leisure=swimming_pool],
|
---|
| 241 | *[natural=water][amenity=swimming_pool] {
|
---|
| 242 | /* see #6932 */
|
---|
| 243 | throwWarning: tr("natural water used for swimming pool");
|
---|
[7274] | 244 | fixRemove: "natural";
|
---|
[6548] | 245 | }
|
---|
[6860] | 246 |
|
---|
[8120] | 247 | /* see #9593, #11183 */
|
---|
[8383] | 248 | *[sport][!building][!club][tourism != hotel][highway != raceway][leisure !~ /^(sports_centre|stadium|track|pitch|golf_course|water_park|swimming_pool|recreation_ground|ice_rink)$/][natural !~ /^(beach|bare_rock|peak)$/][amenity !~ /^(pub|restaurant|swimming_pool)$/][landuse !~ /^(recreation_ground|piste|farm|farmland)$/][barrier !~ /^(wall|retaining_wall)$/][!"piste:type"] {
|
---|
[6860] | 249 | throwWarning: tr("sport without physical feature");
|
---|
| 250 | assertMatch: "node sport=tennis";
|
---|
| 251 | assertNoMatch: "node sport=tennis leisure=pitch";
|
---|
| 252 | assertNoMatch: "node sport=beachvolleyball natural=beach";
|
---|
| 253 | assertNoMatch: "node sport=skiiing landuse=piste";
|
---|
| 254 | assertNoMatch: "node sport=swimming tourism=hotel";
|
---|
| 255 | assertNoMatch: "node sport=10pin amenity=restaurant";
|
---|
[7243] | 256 | }
|
---|
| 257 |
|
---|
| 258 | /* see #10140 */
|
---|
| 259 | *[building:levels][!building][!building:part] {
|
---|
| 260 | throwWarning: tr("{0} without {1} or {2}", "{0.key}", "{1.key}", "{2.key}");
|
---|
| 261 | }
|
---|
[7488] | 262 |
|
---|
| 263 | /* see #10471 */
|
---|
| 264 | way[waterway] > node[ford?] { set ford_on_waterway; }
|
---|
| 265 | way[highway] > node[ford?] { set ford_on_highway; }
|
---|
| 266 | node[ford?]!.ford_on_waterway, node[ford?]!.ford_on_highway {
|
---|
| 267 | throwWarning: tr("{0} should be on the node where {1} and {2} intersect", "ford", "highway", "waterway");
|
---|
| 268 | }
|
---|
[7818] | 269 |
|
---|
[8480] | 270 | /* any other *_name tag (with some exceptions) but not a name , see #10837 #11297 #11539 */
|
---|
| 271 | *[/_name$/][!name][!old_name][!loc_name][!uic_name][!artist_name][!"osak:municipality_name"][!"osak:street_name"][noname!=yes] {
|
---|
[7818] | 272 | throwWarning: tr("alternative name without {0}", "{1.key}");
|
---|
| 273 | }
|
---|
| 274 |
|
---|
| 275 | /* see #10837 */
|
---|
| 276 | way[destination][!oneway?] {
|
---|
| 277 | throwWarning: tr("incomplete usage of {0} on a way without {1}", "{0.key}", "{1.key}");
|
---|
| 278 | suggestAlternative: "destination:forward";
|
---|
| 279 | suggestAlternative: "destination:backward";
|
---|
| 280 | }
|
---|