| 1 | /* {0} on a node, should be a way */
|
|---|
| 2 | node[area=no],
|
|---|
| 3 | node[oneway],
|
|---|
| 4 | node[bridge],
|
|---|
| 5 | node[sidewalk],
|
|---|
| 6 | node[footway][footway!=crossing], /* footway=crossing has own warning in highway.mapcss */
|
|---|
| 7 | node[man_made=embankment],
|
|---|
| 8 | node[man_made=groyne],
|
|---|
| 9 | node[man_made=cutline],
|
|---|
| 10 | node[power=line],
|
|---|
| 11 | node[cutline],
|
|---|
| 12 | node[aerialway=cable_car],
|
|---|
| 13 | node[aerialway=gondola],
|
|---|
| 14 | node[aerialway=chair_lift],
|
|---|
| 15 | node[aerialway=mixed_lift],
|
|---|
| 16 | node[aerialway=drag_lift],
|
|---|
| 17 | node[aerialway=t-bar],
|
|---|
| 18 | node[aerialway=j-bar],
|
|---|
| 19 | node[aerialway=platter],
|
|---|
| 20 | node[aerialway=magic_carpet],
|
|---|
| 21 | node[aerialway=rope_tow],
|
|---|
| 22 | node[aerialway=goods],
|
|---|
| 23 | node[aeroway=taxiway],
|
|---|
| 24 | node[aeroway=runway],
|
|---|
| 25 | node[railway=rail],
|
|---|
| 26 | node[railway=narrow_gauge],
|
|---|
| 27 | node[railway=monorail],
|
|---|
| 28 | node[railway=preserved],
|
|---|
| 29 | node[railway=light_rail],
|
|---|
| 30 | node[railway=subway],
|
|---|
| 31 | node[railway=tram],
|
|---|
| 32 | node[railway=disused],
|
|---|
| 33 | node[railway=abandoned],
|
|---|
| 34 | node[waterway=river],
|
|---|
| 35 | node[waterway=canal],
|
|---|
| 36 | node[waterway=stream],
|
|---|
| 37 | node[waterway=ditch],
|
|---|
| 38 | node[waterway=drain],
|
|---|
| 39 | node[natural=coastline],
|
|---|
| 40 | node[natural=ridge],
|
|---|
| 41 | node[natural=valley],
|
|---|
| 42 | node[natural=tree_row] {
|
|---|
| 43 | throwWarning: tr("{0} on a node. Should be used on a way.", "{0.tag}");
|
|---|
| 44 | assertMatch: "node oneway=-1";
|
|---|
| 45 | assertNoMatch: "way oneway=-1";
|
|---|
| 46 | assertMatch: "node bridge=yes";
|
|---|
| 47 | assertMatch: "node bridge=viaduct";
|
|---|
| 48 | }
|
|---|
| 49 |
|
|---|
| 50 | /* {0} on a node, should be a way or relation */
|
|---|
| 51 | node[boundary=administrative] {
|
|---|
| 52 | throwWarning: tr("{0} on a node. Should be used on a way or relation.", "{0.tag}");
|
|---|
| 53 | }
|
|---|
| 54 |
|
|---|
| 55 | /* {0} on a node, should be an area; #10679 #16528 #16792 #12502 #17402*/
|
|---|
| 56 | node[golf=green],
|
|---|
| 57 | node[golf=bunker],
|
|---|
| 58 | node[golf=fairway],
|
|---|
| 59 | node[area=yes],
|
|---|
| 60 | node[area:highway],
|
|---|
| 61 | node[landuse],
|
|---|
| 62 | node[natural=bare_rock],
|
|---|
| 63 | node[natural=beach],
|
|---|
| 64 | node[natural=fell],
|
|---|
| 65 | node[natural=glacier],
|
|---|
| 66 | node[natural=grassland],
|
|---|
| 67 | node[natural=heath],
|
|---|
| 68 | node[natural=mud],
|
|---|
| 69 | node[natural=sand],
|
|---|
| 70 | node[natural=scree],
|
|---|
| 71 | node[natural=scrub],
|
|---|
| 72 | node[natural=shrubbery],
|
|---|
| 73 | node[natural=water],
|
|---|
| 74 | node[natural=wetland],
|
|---|
| 75 | node[natural=wood],
|
|---|
| 76 | node[leisure=park][natural!=tree], /* For nodes with both tags another warning is created in combinations.mapcss */
|
|---|
| 77 | node[leisure=nature_reserve],
|
|---|
| 78 | node[waterway=riverbank],
|
|---|
| 79 | node[man_made=bridge],
|
|---|
| 80 | node[man_made=breakwater],
|
|---|
| 81 | node[aeroway=apron],
|
|---|
| 82 | node[power=plant],
|
|---|
| 83 | node[power=switchgear],
|
|---|
| 84 | node[building:part],
|
|---|
| 85 | node[source:outline] {
|
|---|
| 86 | throwWarning: tr("{0} on a node. Should be drawn as an area.", "{0.tag}");
|
|---|
| 87 | }
|
|---|
| 88 |
|
|---|
| 89 | /* {0} on a node, should be a relation; Error level; #10252, #10769, #14288 */
|
|---|
| 90 | node[type=multipolygon],
|
|---|
| 91 | node[interval],
|
|---|
| 92 | node[route],
|
|---|
| 93 | node[restriction] {
|
|---|
| 94 | throwError: tr("{0} on a node. Should be used in a relation", "{0.tag}");
|
|---|
| 95 | }
|
|---|
| 96 |
|
|---|
| 97 | /* {0} on a way, should be a node (0.tag) */
|
|---|
| 98 | way[emergency=fire_hydrant],
|
|---|
| 99 | way[emergency=defibrillator],
|
|---|
| 100 | way[railway=subway_entrance],
|
|---|
| 101 | way[man_made=survey_point],
|
|---|
| 102 | way[power=transformer],
|
|---|
| 103 | way[power=pole],
|
|---|
| 104 | way[power=catenary_mast],
|
|---|
| 105 | way[power=connection],
|
|---|
| 106 | way[power=terminal],
|
|---|
| 107 | way[power=tower]!:closed,
|
|---|
| 108 | way[amenity=vending_machine],
|
|---|
| 109 | way[natural=peak],
|
|---|
| 110 | way[natural=saddle],
|
|---|
| 111 | way[natural=volcano],
|
|---|
| 112 | way[natural=tree],
|
|---|
| 113 | way[highway=give_way],
|
|---|
| 114 | way[highway=milestone],
|
|---|
| 115 | way[highway=mini_roundabout],
|
|---|
| 116 | way[highway=stop],
|
|---|
| 117 | way[highway=street_lamp],
|
|---|
| 118 | way[highway=traffic_signals],
|
|---|
| 119 | way[highway=turning_loop],
|
|---|
| 120 | way[highway=turning_circle],
|
|---|
| 121 | way[highway=motorway_junction] {
|
|---|
| 122 | throwWarning: tr("{0} on a way. Should be used on a node.", "{0.tag}");
|
|---|
| 123 | }
|
|---|
| 124 |
|
|---|
| 125 | /* {0} on a way, should be a node (0.key) */
|
|---|
| 126 | way[voltage:primary],
|
|---|
| 127 | way[voltage:secondary],
|
|---|
| 128 | way[voltage:tertiary],
|
|---|
| 129 | way[transformer],
|
|---|
| 130 | way[line_arrangement],
|
|---|
| 131 | way[line_attachment],
|
|---|
| 132 | way[line_management],
|
|---|
| 133 | way[entrance],
|
|---|
| 134 | way[door] {
|
|---|
| 135 | throwWarning: tr("{0} on a way. Should be used on a node.", "{0.key}");
|
|---|
| 136 | }
|
|---|
| 137 |
|
|---|
| 138 | /* {0} on a way, should be a relation; #15642, #10252, #14288 */
|
|---|
| 139 | way[restriction][restriction =~ /^(no_right_turn|no_left_turn|no_u_turn|no_straight_on|only_right_turn|only_left_turn|only_straight_on|no_entry|no_exit)$/],
|
|---|
| 140 | way[type=multipolygon],
|
|---|
| 141 | way[interval][route!=ferry],
|
|---|
| 142 | way[route=bus] {
|
|---|
| 143 | throwError: tr("{0} on a way. Should be used in a relation", "{0.tag}");
|
|---|
| 144 | }
|
|---|
| 145 |
|
|---|
| 146 | /* {0} on a closed way, should be a unclosed way; #19981 */
|
|---|
| 147 | way:closed[power=line] {
|
|---|
| 148 | throwWarning: tr("{0} on a closed way. Should be used on an unclosed way.", "{1.tag}");
|
|---|
| 149 | }
|
|---|
| 150 |
|
|---|
| 151 | /* #20902 */
|
|---|
| 152 | relation[area?] {
|
|---|
| 153 | throwWarning: tr("{0} on a relation", "{0.key}");
|
|---|
| 154 | fixRemove: "{0.key}";
|
|---|
| 155 | }
|
|---|
| 156 |
|
|---|
| 157 | /* #14395, #17025, #19506 */
|
|---|
| 158 | way[highway][area!=yes][!tunnel][!covered] > node {
|
|---|
| 159 | set node_in_highway;
|
|---|
| 160 | }
|
|---|
| 161 | way[highway][area!=yes][!tunnel][!covered]:closed > node {
|
|---|
| 162 | set node_in_closed_highway;
|
|---|
| 163 | }
|
|---|
| 164 | way[highway][area!=yes][!tunnel][!covered] >[index=1] node,
|
|---|
| 165 | way[highway][area!=yes][!tunnel][!covered] >[index=-1] node {
|
|---|
| 166 | set first_last_highway_node;
|
|---|
| 167 | }
|
|---|
| 168 | way[building][building!=no] > node[!entrance].node_in_closed_highway {
|
|---|
| 169 | set node_connects_highway_and_building; /* avoids duplicate warnings with following rule */
|
|---|
| 170 | throwWarning: tr("node connects highway and building");
|
|---|
| 171 | }
|
|---|
| 172 | way[building][building!=no] > node[!entrance].node_in_highway!.first_last_highway_node!.node_connects_highway_and_building {
|
|---|
| 173 | throwWarning: tr("node connects highway and building");
|
|---|
| 174 | }
|
|---|
| 175 |
|
|---|
| 176 | /* #15035, must not warn for node 3815077900*/
|
|---|
| 177 | node[man_made!=monitoring_station][at(0.0,0.0)] {
|
|---|
| 178 | throwError: tr("Object at Position 0.00E 0.00N. There is nothing at this position except an already mapped weather buoy.");
|
|---|
| 179 | fixDeleteObject: this;
|
|---|
| 180 | }
|
|---|
| 181 |
|
|---|
| 182 | /* #10125 */
|
|---|
| 183 | node[source:geometry] {
|
|---|
| 184 | throwWarning: tr("{0} on a node", "{0.key}");
|
|---|
| 185 | fixChangeKey: "source:geometry => source:position";
|
|---|
| 186 | }
|
|---|
| 187 |
|
|---|
| 188 | /* Building inside building (spatial test) */
|
|---|
| 189 | *[building][building!~/no|entrance/][any(tag("layer"),"0") = any(parent_tag("layer"),"0")] ∈
|
|---|
| 190 | area[building][building!~/no|entrance/] {
|
|---|
| 191 | throwWarning: tr("Building inside building");
|
|---|
| 192 | }
|
|---|
| 193 |
|
|---|
| 194 | /* Building overlapping building or building:part (spatial test) */
|
|---|
| 195 | area[building][building!~/no|entrance/] ⧉ area[building:part][building:part!~/no|entrance/],
|
|---|
| 196 | area[building][building!~/no|entrance/] ⧉ area[building][building!~/no|entrance/] {
|
|---|
| 197 | throwWarning: tr("Overlapping buildings");
|
|---|
| 198 | }
|
|---|
| 199 |
|
|---|
| 200 | /* Overlapping areas (spatial test) */
|
|---|
| 201 | area[natural =~ /^(water|wetland|coastline)$/], area[waterway=riverbank], area[landuse=reservoir] {
|
|---|
| 202 | set water_area;
|
|---|
| 203 | }
|
|---|
| 204 |
|
|---|
| 205 | /* area:closed.water_area ⧉ area:closed.water_area -- does not work for now -- see ticket#10215 */
|
|---|
| 206 | area:closed[natural =~ /^(water|wetland|coastline)$/] ⧉ area:closed.water_area,
|
|---|
| 207 | area:closed[waterway=riverbank] ⧉ area:closed.water_area,
|
|---|
| 208 | area:closed[landuse=reservoir] ⧉ area:closed.water_area {
|
|---|
| 209 | throwWarning: tr("Overlapping Water Areas");
|
|---|
| 210 | }
|
|---|
| 211 |
|
|---|
| 212 | /* Water area inside water area (spatial test) */
|
|---|
| 213 | area:closed[natural =~ /^(water|wetland|coastline)$/] ⊆ area:closed.water_area,
|
|---|
| 214 | area:closed[waterway=riverbank] ⊆ area:closed.water_area,
|
|---|
| 215 | area:closed[landuse=reservoir] ⊆ area:closed.water_area,
|
|---|
| 216 | area:closed[natural =~ /^(water|wetland|coastline)$/] ⊇ area:closed.water_area,
|
|---|
| 217 | area:closed[waterway=riverbank] ⊇ area:closed.water_area,
|
|---|
| 218 | area:closed[landuse=reservoir] ⊇ area:closed.water_area {
|
|---|
| 219 | throwWarning: tr("Water area inside water area");
|
|---|
| 220 | }
|
|---|
| 221 |
|
|---|
| 222 | area:completely_downloaded:closed:areaStyle ⧉ area:completely_downloaded:closed:areaStyle {
|
|---|
| 223 | throwOther: tr("Overlapping Areas");
|
|---|
| 224 | }
|
|---|
| 225 |
|
|---|
| 226 | /* #9311 */
|
|---|
| 227 | node[amenity=parking]["capacity:disabled" !~ /^(yes|[0-9]+)$/] ∈ area[amenity=parking] {
|
|---|
| 228 | throwWarning: tr("{0} inside {1}", "amenity=parking", "amenity=parking");
|
|---|
| 229 | group: tr("{0} inside {1}", "amenity", "amenity");
|
|---|
| 230 | }
|
|---|
| 231 |
|
|---|
| 232 | /* #9556, #20570 */
|
|---|
| 233 | area:closed:areaStyle[tag("natural") = parent_tag("natural")] ⧉ area:closed:areaStyle[natural][natural !~ /^(water|wetland|coastline)$/] {
|
|---|
| 234 | throwWarning: tr("Overlapping Identical Natural Areas");
|
|---|
| 235 | }
|
|---|
| 236 |
|
|---|
| 237 | area:closed[tag("landuse") = parent_tag("landuse")] ⧉ area:closed[landuse] {
|
|---|
| 238 | throwWarning: tr("Overlapping Identical Landuses");
|
|---|
| 239 | }
|
|---|
| 240 |
|
|---|
| 241 | /* #9522 */
|
|---|
| 242 | node[tag("amenity") = parent_tag("amenity")] ∈ area[amenity][amenity != parking] {
|
|---|
| 243 | throwWarning: tr("{0} inside {1}", concat("amenity=", tag("amenity")), concat("amenity=", tag("amenity")));
|
|---|
| 244 | group: tr("{0} inside {1}", "amenity", "amenity");
|
|---|
| 245 | }
|
|---|
| 246 | node[tag("leisure") = parent_tag("leisure")] ∈ area[leisure] {
|
|---|
| 247 | throwWarning: tr("{0} inside {1}", concat("leisure=", tag("leisure")), concat("leisure=", tag("leisure")));
|
|---|
| 248 | group: tr("{0} inside {1}", "leisure", "leisure");
|
|---|
| 249 | }
|
|---|
| 250 | node[tag("tourism") = parent_tag("tourism")] ∈ area[tourism] {
|
|---|
| 251 | throwWarning: tr("{0} inside {1}", concat("tourism=", tag("tourism")), concat("tourism=", tag("tourism")));
|
|---|
| 252 | group: tr("{0} inside {1}", "tourism", "tourism");
|
|---|
| 253 | }
|
|---|
| 254 | node[tag("shop") = parent_tag("shop")] ∈ area[shop] {
|
|---|
| 255 | throwWarning: tr("{0} inside {1}", concat("shop=", tag("shop")), concat("shop=", tag("shop")));
|
|---|
| 256 | group: tr("{0} inside {1}", "shop", "shop");
|
|---|
| 257 | }
|
|---|
| 258 | node[tag("power") = parent_tag("power")] ∈ area[power] {
|
|---|
| 259 | throwWarning: tr("{0} inside {1}", concat("power=", tag("power")), concat("power=", tag("power")));
|
|---|
| 260 | group: tr("{0} inside {1}", "power", "power");
|
|---|
| 261 | }
|
|---|
| 262 |
|
|---|
| 263 | /* isolated nodes which should be part of a way; #10825, #15478, #21688 */
|
|---|
| 264 | node:unconnected:in-downloaded-area[entrance],
|
|---|
| 265 | node:unconnected:in-downloaded-area[traffic_calming],
|
|---|
| 266 | node:unconnected:in-downloaded-area[highway=passing_place],
|
|---|
| 267 | node:unconnected:in-downloaded-area[highway=mini_roundabout],
|
|---|
| 268 | node:unconnected:in-downloaded-area[highway=motorway_junction],
|
|---|
| 269 | node:unconnected:in-downloaded-area[highway=turning_loop],
|
|---|
| 270 | node:unconnected:in-downloaded-area[highway=turning_circle],
|
|---|
| 271 | node:unconnected:in-downloaded-area[highway=stop],
|
|---|
| 272 | node:unconnected:in-downloaded-area[highway=give_way],
|
|---|
| 273 | node:unconnected:in-downloaded-area[highway=traffic_signals],
|
|---|
| 274 | node:unconnected:in-downloaded-area[highway=crossing],
|
|---|
| 275 | node:unconnected:in-downloaded-area[crossing],
|
|---|
| 276 | node:unconnected:in-downloaded-area[railway=buffer_stop],
|
|---|
| 277 | node:unconnected:in-downloaded-area[railway=crossing],
|
|---|
| 278 | node:unconnected:in-downloaded-area[railway=level_crossing],
|
|---|
| 279 | node:unconnected:in-downloaded-area[railway=milestone],
|
|---|
| 280 | node:unconnected:in-downloaded-area[railway=railway_crossing],
|
|---|
| 281 | node:unconnected:in-downloaded-area[railway=switch],
|
|---|
| 282 | node:unconnected:in-downloaded-area[public_transport=stop_position],
|
|---|
| 283 | node:unconnected:in-downloaded-area[aeroway=holding_position],
|
|---|
| 284 | node:unconnected:in-downloaded-area[noexit],
|
|---|
| 285 | node:unconnected:in-downloaded-area[waterway=dam],
|
|---|
| 286 | node:unconnected:in-downloaded-area[waterway=weir],
|
|---|
| 287 | node:unconnected:in-downloaded-area[waterway=waterfall],
|
|---|
| 288 | node:unconnected:in-downloaded-area[amenity=ferry_terminal],
|
|---|
| 289 | node:unconnected:in-downloaded-area[leisure=slipway],
|
|---|
| 290 | node:unconnected:in-downloaded-area[mountain_pass=yes],
|
|---|
| 291 | node:unconnected:in-downloaded-area[barrier=gate],
|
|---|
| 292 | node:unconnected:in-downloaded-area[barrier=lift_gate],
|
|---|
| 293 | node:unconnected:in-downloaded-area[barrier=swing_gate],
|
|---|
| 294 | node:unconnected:in-downloaded-area[barrier=toll_booth],
|
|---|
| 295 | node:unconnected:in-downloaded-area[barrier=turnstile],
|
|---|
| 296 | node:unconnected:in-downloaded-area[barrier=full-height_turnstile],
|
|---|
| 297 | node:unconnected:in-downloaded-area[barrier=motorcycle_barrier],
|
|---|
| 298 | node:unconnected:in-downloaded-area[barrier=rope],
|
|---|
| 299 | node:unconnected:in-downloaded-area[barrier=sally_port],
|
|---|
| 300 | node:unconnected:in-downloaded-area[barrier=spikes],
|
|---|
| 301 | node:unconnected:in-downloaded-area[barrier=stile],
|
|---|
| 302 | node:unconnected:in-downloaded-area[barrier=sump_buster],
|
|---|
| 303 | node:unconnected:in-downloaded-area[barrier=kerb],
|
|---|
| 304 | node:unconnected:in-downloaded-area[barrier=border_control],
|
|---|
| 305 | node:unconnected:in-downloaded-area[barrier=bump_gate],
|
|---|
| 306 | node:unconnected:in-downloaded-area[barrier=bus_trap],
|
|---|
| 307 | node:unconnected:in-downloaded-area[barrier=cattle_grid],
|
|---|
| 308 | node:unconnected:in-downloaded-area[barrier=chain],
|
|---|
| 309 | node:unconnected:in-downloaded-area[barrier=cycle_barrier],
|
|---|
| 310 | node:unconnected:in-downloaded-area[barrier=hampshire_gate],
|
|---|
| 311 | node:unconnected:in-downloaded-area[barrier=height_restrictor],
|
|---|
| 312 | node:unconnected:in-downloaded-area[barrier=debris] {
|
|---|
| 313 | throwWarning: tr("{0}", "{2.tag}");
|
|---|
| 314 | group: tr("isolated node which must be connected to a way");
|
|---|
| 315 | }
|
|---|
| 316 |
|
|---|
| 317 | /* #11127 */
|
|---|
| 318 | way[railway][bridge] > node,
|
|---|
| 319 | way[highway][bridge] > node {
|
|---|
| 320 | set node_in_bridge;
|
|---|
| 321 | }
|
|---|
| 322 | way[waterway] > node.node_in_bridge {
|
|---|
| 323 | throwWarning: tr("node connects waterway and bridge");
|
|---|
| 324 | }
|
|---|
| 325 |
|
|---|
| 326 | /* #11128, #14812, #15032 */
|
|---|
| 327 | way[highway] > node[tourism=information][information=guidepost] {
|
|---|
| 328 | set guidepost;
|
|---|
| 329 | throwOther: tr("{0} node connected to a highway", "{1.tag}");
|
|---|
| 330 | }
|
|---|
| 331 | way >[index=1] node,
|
|---|
| 332 | way >[index=-1] node {
|
|---|
| 333 | set first_last_node;
|
|---|
| 334 | }
|
|---|
| 335 | way[highway] > node[amenity][!entrance][amenity!~/^(parking|parking_space|parking_entrance|motorcycle_parking|bicycle_parking|bus_station|car_wash|ferry_terminal|weighbridge|taxi|toilets|ticket_validator)$/],
|
|---|
| 336 | way[highway] > node[building][!entrance],
|
|---|
| 337 | way[highway] > node[leisure][!entrance][leisure!=slipway][leisure!=fitness_station],
|
|---|
| 338 | way[highway] > node[office][!entrance],
|
|---|
| 339 | way[highway][highway!=corridor] > node[shop][!entrance],
|
|---|
| 340 | way[highway] > node[tourism][!entrance][tourism!=viewpoint]!.guidepost.first_last_node:connection,
|
|---|
| 341 | way[highway] > node[tourism][!entrance][tourism!=viewpoint]!.guidepost!.first_last_node {
|
|---|
| 342 | throwWarning: tr("{0} node connected to a highway", "{0.key}");
|
|---|
| 343 | }
|
|---|
| 344 |
|
|---|
| 345 | /* #18817 */
|
|---|
| 346 | way[man_made=pipeline][location=underground] > node[marker],
|
|---|
| 347 | way[power=cable ][location=underground] > node[marker] {
|
|---|
| 348 | throwWarning: tr("{0} node connected to an underground object", "{0.key}");
|
|---|
| 349 | }
|
|---|
| 350 |
|
|---|
| 351 | way[junction=roundabout]:righthandtraffic:clockwise,
|
|---|
| 352 | way[junction=roundabout]!:righthandtraffic:anticlockwise {
|
|---|
| 353 | throwWarning: tr("suspicious roundabout direction");
|
|---|
| 354 | }
|
|---|
| 355 |
|
|---|
| 356 | /* #12496 */
|
|---|
| 357 | area:closed[place=islet][eval(areasize()) > 1500000] {
|
|---|
| 358 | throwWarning: tr("{0} on a large area", "{1.tag}");
|
|---|
| 359 | suggestAlternative: "place=island";
|
|---|
| 360 | fixAdd: "place=island";
|
|---|
| 361 | }
|
|---|
| 362 |
|
|---|
| 363 | area:closed[place=island][eval(areasize()) < 500000] {
|
|---|
| 364 | throwWarning: tr("{0} on a small area", "{1.tag}");
|
|---|
| 365 | suggestAlternative: "place=islet";
|
|---|
| 366 | fixAdd: "place=islet";
|
|---|
| 367 | }
|
|---|
| 368 |
|
|---|
| 369 | /* #12561 - building larger than Lada car factory (906280 m^2 in OSM) way id 47121317 at N53.56, E49.25, https://en.wikipedia.org/wiki/List_of_largest_buildings#Largest_footprint*/
|
|---|
| 370 | area:closed[building][building!=no][eval(areasize()) > 920000] {
|
|---|
| 371 | throwError: tr("Too large building");
|
|---|
| 372 | }
|
|---|
| 373 |
|
|---|
| 374 | /* #12646, #12992, #16334 */
|
|---|
| 375 | way[waterway=~/^(stream|river|drain)$/]!:closed >[index=-1] node[natural!=sinkhole][natural!=cave_entrance][waterway!=stream_end]!:connection:in-downloaded-area {
|
|---|
| 376 | throwWarning: tr("Waterway ends without a connection to another waterway or the direction of the waterway is wrong.");
|
|---|
| 377 | }
|
|---|
| 378 |
|
|---|
| 379 | /* #10717, #14535 */
|
|---|
| 380 | way:closed[natural=coastline] ∈ area[natural=water],
|
|---|
| 381 | way:closed[natural=coastline] ∈ area[waterway=riverbank] {
|
|---|
| 382 | throwError: tr("Coastline inside {1}", "{0.tag}");
|
|---|
| 383 | }
|
|---|
| 384 |
|
|---|
| 385 | /* #10471 */
|
|---|
| 386 | way[waterway] > node[ford?] { set ford_on_waterway; }
|
|---|
| 387 | way[highway] > node[ford?] { set ford_on_highway; }
|
|---|
| 388 | node[ford?]:in-downloaded-area!.ford_on_waterway, node[ford?]:in-downloaded-area!.ford_on_highway {
|
|---|
| 389 | throwWarning: tr("{0} should be on the node where {1} and {2} intersect", "ford", "highway", "waterway");
|
|---|
| 390 | }
|
|---|
| 391 |
|
|---|
| 392 | /* #13877 */
|
|---|
| 393 | area:closed[waterway = canal][area!=no],
|
|---|
| 394 | area:closed[waterway = drain][area!=no],
|
|---|
| 395 | area:closed[waterway = ditch][area!=no],
|
|---|
| 396 | area:closed[waterway = stream][area!=no],
|
|---|
| 397 | area:closed[waterway = river][area!=no] {
|
|---|
| 398 | throwWarning: tr("{0} is the tag for the linear waterway. To tag the water area use {1} + {2} instead.", "{1.tag}", "natural=water", "water=*");
|
|---|
| 399 | }
|
|---|
| 400 |
|
|---|
| 401 | /* #15097 */
|
|---|
| 402 | way[highway][area!=yes] > node,
|
|---|
| 403 | way[man_made=pier] > node {
|
|---|
| 404 | set node_in_highway_pier;
|
|---|
| 405 | }
|
|---|
| 406 | way[route=ferry][tunnel=yes] > node,
|
|---|
| 407 | way[route=ferry][bridge=yes] > node {
|
|---|
| 408 | set node_in_ferry_bridge_tunnel;
|
|---|
| 409 | }
|
|---|
| 410 | way[route=ferry]!:closed >[index= 1] node!.node_in_highway_pier!.node_in_ferry_bridge_tunnel:in-downloaded-area,
|
|---|
| 411 | way[route=ferry]!:closed >[index=-1] node!.node_in_highway_pier!.node_in_ferry_bridge_tunnel:in-downloaded-area {
|
|---|
| 412 | throwWarning: tr("Ferry route is not connected to the road network or branches.");
|
|---|
| 413 | }
|
|---|
| 414 | way[amenity=ferry_terminal] > node,
|
|---|
| 415 | way[man_made=pier] > node {
|
|---|
| 416 | set node_in_terminal_pier;
|
|---|
| 417 | }
|
|---|
| 418 | way[route=ferry]!:closed >[index= 1] node[amenity!=ferry_terminal][man_made!=pier]!.node_in_terminal_pier!.node_in_ferry_bridge_tunnel:in-downloaded-area,
|
|---|
| 419 | way[route=ferry]!:closed >[index=-1] node[amenity!=ferry_terminal][man_made!=pier]!.node_in_terminal_pier!.node_in_ferry_bridge_tunnel:in-downloaded-area {
|
|---|
| 420 | throwWarning: tr("Ferry route is not connected to a ferry terminal or branches.");
|
|---|
| 421 | }
|
|---|