| 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=scree], | 
|---|
| 63 | node[natural=scrub], | 
|---|
| 64 | node[natural=fell], | 
|---|
| 65 | node[natural=heath], | 
|---|
| 66 | node[natural=wood], | 
|---|
| 67 | node[natural=grassland], | 
|---|
| 68 | node[natural=wetland], | 
|---|
| 69 | node[natural=water], | 
|---|
| 70 | node[natural=mud], | 
|---|
| 71 | node[natural=beach], | 
|---|
| 72 | node[natural=sand], | 
|---|
| 73 | node[natural=wood], | 
|---|
| 74 | node[natural=bare_rock], | 
|---|
| 75 | node[natural=glacier], | 
|---|
| 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 */ | 
|---|
| 98 | way[line_attachment], | 
|---|
| 99 | way[line_management], | 
|---|
| 100 | way[emergency=fire_hydrant], | 
|---|
| 101 | way[emergency=defibrillator], | 
|---|
| 102 | way[entrance], | 
|---|
| 103 | way[door], | 
|---|
| 104 | way[railway=subway_entrance], | 
|---|
| 105 | way[man_made=survey_point], | 
|---|
| 106 | way[aeroway=holding_position], | 
|---|
| 107 | way[power=transformer], | 
|---|
| 108 | way[transformer], | 
|---|
| 109 | way[power=pole], | 
|---|
| 110 | way[power=catenary_mast], | 
|---|
| 111 | way[power=terminal], | 
|---|
| 112 | way[power=tower]!:closed, | 
|---|
| 113 | way[amenity=vending_machine], | 
|---|
| 114 | way[natural=peak], | 
|---|
| 115 | way[natural=saddle], | 
|---|
| 116 | way[natural=volcano], | 
|---|
| 117 | way[natural=tree], | 
|---|
| 118 | way[highway=give_way], | 
|---|
| 119 | way[highway=milestone], | 
|---|
| 120 | way[highway=mini_roundabout], | 
|---|
| 121 | way[highway=stop], | 
|---|
| 122 | way[highway=street_lamp], | 
|---|
| 123 | way[highway=traffic_signals], | 
|---|
| 124 | way[highway=turning_loop], | 
|---|
| 125 | way[highway=turning_circle], | 
|---|
| 126 | way[highway=motorway_junction] { | 
|---|
| 127 | throwWarning: tr("{0} on a way. Should be used on a node.", "{0.tag}"); | 
|---|
| 128 | } | 
|---|
| 129 |  | 
|---|
| 130 | /* {0} on a way, should be a relation; #15642, #10252, #14288 */ | 
|---|
| 131 | 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)$/], | 
|---|
| 132 | way[type=multipolygon], | 
|---|
| 133 | way[interval][route!=ferry], | 
|---|
| 134 | way[route=bus] { | 
|---|
| 135 | throwError: tr("{0} on a way. Should be used in a relation", "{0.tag}"); | 
|---|
| 136 | } | 
|---|
| 137 |  | 
|---|
| 138 | /* {0} on a closed way, should be a unclosed way; #19981 */ | 
|---|
| 139 | way:closed[power=line] { | 
|---|
| 140 | throwWarning: tr("{0} on a closed way. Should be used on an unclosed way.", "{1.tag}"); | 
|---|
| 141 | } | 
|---|
| 142 |  | 
|---|
| 143 | /* #14395, #17025, #19506 */ | 
|---|
| 144 | way[highway][area!=yes][!tunnel][!covered] > node { | 
|---|
| 145 | set node_in_highway; | 
|---|
| 146 | } | 
|---|
| 147 | way[highway][area!=yes][!tunnel][!covered]:closed > node { | 
|---|
| 148 | set node_in_closed_highway; | 
|---|
| 149 | } | 
|---|
| 150 | way[highway][area!=yes][!tunnel][!covered] >[index=1] node, | 
|---|
| 151 | way[highway][area!=yes][!tunnel][!covered] >[index=-1] node { | 
|---|
| 152 | set first_last_highway_node; | 
|---|
| 153 | } | 
|---|
| 154 | way[building][building!=no] > node[!entrance].node_in_closed_highway { | 
|---|
| 155 | set node_connects_highway_and_building; /* avoids duplicate warnings with following rule */ | 
|---|
| 156 | throwWarning: tr("node connects highway and building"); | 
|---|
| 157 | } | 
|---|
| 158 | way[building][building!=no] > node[!entrance].node_in_highway!.first_last_highway_node!.node_connects_highway_and_building { | 
|---|
| 159 | throwWarning: tr("node connects highway and building"); | 
|---|
| 160 | } | 
|---|
| 161 |  | 
|---|
| 162 | /* #15035, must not warn for node 3815077900*/ | 
|---|
| 163 | node[man_made!=monitoring_station][at(0.0,0.0)] { | 
|---|
| 164 | throwError: tr("Object at Position 0.00E 0.00N. There is nothing at this position except an already mapped weather buoy."); | 
|---|
| 165 | fixDeleteObject: this; | 
|---|
| 166 | } | 
|---|
| 167 |  | 
|---|
| 168 | /* #10125 */ | 
|---|
| 169 | node[source:geometry] { | 
|---|
| 170 | throwWarning: tr("{0} on a node", "{0.key}"); | 
|---|
| 171 | fixChangeKey: "source:geometry => source:position"; | 
|---|
| 172 | } | 
|---|
| 173 |  | 
|---|
| 174 | /* Building inside building (spatial test) */ | 
|---|
| 175 | *[building][building!~/no|entrance/][any(tag("layer"),"0") = any(parent_tag("layer"),"0")] ∈ | 
|---|
| 176 | area[building][building!~/no|entrance/] { | 
|---|
| 177 | throwWarning: tr("Building inside building"); | 
|---|
| 178 | } | 
|---|
| 179 |  | 
|---|
| 180 | /* Building overlapping building or building:part (spatial test) */ | 
|---|
| 181 | area[building][building!~/no|entrance/] ⧉ area[building:part][building:part!~/no|entrance/], | 
|---|
| 182 | area[building][building!~/no|entrance/] ⧉ area[building][building!~/no|entrance/] { | 
|---|
| 183 | throwWarning: tr("Overlapping buildings"); | 
|---|
| 184 | } | 
|---|
| 185 |  | 
|---|
| 186 | /* Overlapping areas (spatial test) */ | 
|---|
| 187 | area[natural =~ /^(water|wetland|coastline)$/], area[waterway=riverbank], area[landuse=reservoir] { | 
|---|
| 188 | set water_area; | 
|---|
| 189 | } | 
|---|
| 190 |  | 
|---|
| 191 | /* area:closed.water_area ⧉ area:closed.water_area -- does not work for now -- see ticket#10215 */ | 
|---|
| 192 | area:closed[natural =~ /^(water|wetland|coastline)$/] ⧉ area:closed.water_area, | 
|---|
| 193 | area:closed[waterway=riverbank]                       ⧉ area:closed.water_area, | 
|---|
| 194 | area:closed[landuse=reservoir]                        ⧉ area:closed.water_area { | 
|---|
| 195 | throwWarning: tr("Overlapping Water Areas"); | 
|---|
| 196 | } | 
|---|
| 197 |  | 
|---|
| 198 | /* Water area inside water area (spatial test) */ | 
|---|
| 199 | area:closed[natural =~ /^(water|wetland|coastline)$/] ⊆  area:closed.water_area, | 
|---|
| 200 | area:closed[waterway=riverbank]                       ⊆  area:closed.water_area, | 
|---|
| 201 | area:closed[landuse=reservoir]                        ⊆  area:closed.water_area, | 
|---|
| 202 | area:closed[natural =~ /^(water|wetland|coastline)$/] ⊇  area:closed.water_area, | 
|---|
| 203 | area:closed[waterway=riverbank]                       ⊇  area:closed.water_area, | 
|---|
| 204 | area:closed[landuse=reservoir]                        ⊇  area:closed.water_area { | 
|---|
| 205 | throwWarning: tr("Water area inside water area"); | 
|---|
| 206 | } | 
|---|
| 207 |  | 
|---|
| 208 | area:closed:areaStyle ⧉ area:closed:areaStyle { | 
|---|
| 209 | throwOther: tr("Overlapping Areas"); | 
|---|
| 210 | } | 
|---|
| 211 |  | 
|---|
| 212 | /* #9311 */ | 
|---|
| 213 | node[amenity=parking]["capacity:disabled" !~ /^(yes|[0-9]+)$/] ∈ area[amenity=parking] { | 
|---|
| 214 | throwWarning: tr("{0} inside {1}", "amenity=parking", "amenity=parking"); | 
|---|
| 215 | group: tr("{0} inside {1}", "amenity", "amenity"); | 
|---|
| 216 | } | 
|---|
| 217 |  | 
|---|
| 218 | /* #9556, #20570 */ | 
|---|
| 219 | area:closed:areaStyle[tag("natural") = parent_tag("natural")] ⧉ area:closed:areaStyle[natural][natural !~ /^(water|wetland|coastline)$/] { | 
|---|
| 220 | throwWarning: tr("Overlapping Identical Natural Areas"); | 
|---|
| 221 | } | 
|---|
| 222 |  | 
|---|
| 223 | area:closed[tag("landuse") = parent_tag("landuse")] ⧉ area:closed[landuse] { | 
|---|
| 224 | throwWarning: tr("Overlapping Identical Landuses"); | 
|---|
| 225 | } | 
|---|
| 226 |  | 
|---|
| 227 | /* #9522 */ | 
|---|
| 228 | node[tag("amenity") = parent_tag("amenity")] ∈ area[amenity][amenity != parking] { | 
|---|
| 229 | throwWarning: tr("{0} inside {1}", concat("amenity=", tag("amenity")), concat("amenity=", tag("amenity"))); | 
|---|
| 230 | group: tr("{0} inside {1}", "amenity", "amenity"); | 
|---|
| 231 | } | 
|---|
| 232 | node[tag("leisure") = parent_tag("leisure")] ∈ area[leisure] { | 
|---|
| 233 | throwWarning: tr("{0} inside {1}", concat("leisure=", tag("leisure")), concat("leisure=", tag("leisure"))); | 
|---|
| 234 | group: tr("{0} inside {1}", "leisure", "leisure"); | 
|---|
| 235 | } | 
|---|
| 236 | node[tag("tourism") = parent_tag("tourism")] ∈ area[tourism] { | 
|---|
| 237 | throwWarning: tr("{0} inside {1}", concat("tourism=", tag("tourism")), concat("tourism=", tag("tourism"))); | 
|---|
| 238 | group: tr("{0} inside {1}", "tourism", "tourism"); | 
|---|
| 239 | } | 
|---|
| 240 | node[tag("shop") = parent_tag("shop")] ∈ area[shop] { | 
|---|
| 241 | throwWarning: tr("{0} inside {1}", concat("shop=", tag("shop")), concat("shop=", tag("shop"))); | 
|---|
| 242 | group: tr("{0} inside {1}", "shop", "shop"); | 
|---|
| 243 | } | 
|---|
| 244 | node[tag("power") = parent_tag("power")] ∈ area[power] { | 
|---|
| 245 | throwWarning: tr("{0} inside {1}", concat("power=", tag("power")), concat("power=", tag("power"))); | 
|---|
| 246 | group: tr("{0} inside {1}", "power", "power"); | 
|---|
| 247 | } | 
|---|
| 248 |  | 
|---|
| 249 | /* isolated nodes which should be part of a way; #10825, #15478 */ | 
|---|
| 250 | node:unconnected:in-downloaded-area[entrance], | 
|---|
| 251 | node:unconnected:in-downloaded-area[traffic_calming], | 
|---|
| 252 | node:unconnected:in-downloaded-area[highway=passing_place], | 
|---|
| 253 | node:unconnected:in-downloaded-area[highway=mini_roundabout], | 
|---|
| 254 | node:unconnected:in-downloaded-area[highway=motorway_junction], | 
|---|
| 255 | node:unconnected:in-downloaded-area[highway=turning_loop], | 
|---|
| 256 | node:unconnected:in-downloaded-area[highway=turning_circle], | 
|---|
| 257 | node:unconnected:in-downloaded-area[highway=stop], | 
|---|
| 258 | node:unconnected:in-downloaded-area[highway=give_way], | 
|---|
| 259 | node:unconnected:in-downloaded-area[highway=traffic_signals], | 
|---|
| 260 | node:unconnected:in-downloaded-area[highway=crossing], | 
|---|
| 261 | node:unconnected:in-downloaded-area[crossing], | 
|---|
| 262 | node:unconnected:in-downloaded-area[highway=milestone], | 
|---|
| 263 | node:unconnected:in-downloaded-area[railway=milestone], | 
|---|
| 264 | node:unconnected:in-downloaded-area[railway=crossing], | 
|---|
| 265 | node:unconnected:in-downloaded-area[railway=level_crossing], | 
|---|
| 266 | node:unconnected:in-downloaded-area[railway=buffer_stop], | 
|---|
| 267 | node:unconnected:in-downloaded-area[public_transport=stop_position], | 
|---|
| 268 | node:unconnected:in-downloaded-area[aeroway=holding_position], | 
|---|
| 269 | node:unconnected:in-downloaded-area[noexit], | 
|---|
| 270 | node:unconnected:in-downloaded-area[waterway=dam], | 
|---|
| 271 | node:unconnected:in-downloaded-area[waterway=weir], | 
|---|
| 272 | node:unconnected:in-downloaded-area[waterway=waterfall], | 
|---|
| 273 | node:unconnected:in-downloaded-area[amenity=ferry_terminal], | 
|---|
| 274 | node:unconnected:in-downloaded-area[leisure=slipway], | 
|---|
| 275 | node:unconnected:in-downloaded-area[mountain_pass=yes], | 
|---|
| 276 | node:unconnected:in-downloaded-area[barrier=gate], | 
|---|
| 277 | node:unconnected:in-downloaded-area[barrier=lift_gate], | 
|---|
| 278 | node:unconnected:in-downloaded-area[barrier=swing_gate], | 
|---|
| 279 | node:unconnected:in-downloaded-area[barrier=toll_booth], | 
|---|
| 280 | node:unconnected:in-downloaded-area[barrier=turnstile], | 
|---|
| 281 | node:unconnected:in-downloaded-area[barrier=full-height_turnstile], | 
|---|
| 282 | node:unconnected:in-downloaded-area[barrier=motorcycle_barrier], | 
|---|
| 283 | node:unconnected:in-downloaded-area[barrier=rope], | 
|---|
| 284 | node:unconnected:in-downloaded-area[barrier=sally_port], | 
|---|
| 285 | node:unconnected:in-downloaded-area[barrier=spikes], | 
|---|
| 286 | node:unconnected:in-downloaded-area[barrier=stile], | 
|---|
| 287 | node:unconnected:in-downloaded-area[barrier=sump_buster], | 
|---|
| 288 | node:unconnected:in-downloaded-area[barrier=kerb], | 
|---|
| 289 | node:unconnected:in-downloaded-area[barrier=border_control], | 
|---|
| 290 | node:unconnected:in-downloaded-area[barrier=bump_gate], | 
|---|
| 291 | node:unconnected:in-downloaded-area[barrier=bus_trap], | 
|---|
| 292 | node:unconnected:in-downloaded-area[barrier=cattle_grid], | 
|---|
| 293 | node:unconnected:in-downloaded-area[barrier=chain], | 
|---|
| 294 | node:unconnected:in-downloaded-area[barrier=cycle_barrier], | 
|---|
| 295 | node:unconnected:in-downloaded-area[barrier=hampshire_gate], | 
|---|
| 296 | node:unconnected:in-downloaded-area[barrier=height_restrictor], | 
|---|
| 297 | node:unconnected:in-downloaded-area[barrier=debris] { | 
|---|
| 298 | throwWarning: tr("{0}", "{2.tag}"); | 
|---|
| 299 | group: tr("isolated node which must be connected to a way"); | 
|---|
| 300 | } | 
|---|
| 301 |  | 
|---|
| 302 | /* #11127 */ | 
|---|
| 303 | way[railway][bridge] > node, | 
|---|
| 304 | way[highway][bridge] > node { | 
|---|
| 305 | set node_in_bridge; | 
|---|
| 306 | } | 
|---|
| 307 | way[waterway] > node.node_in_bridge { | 
|---|
| 308 | throwWarning: tr("node connects waterway and bridge"); | 
|---|
| 309 | } | 
|---|
| 310 |  | 
|---|
| 311 | /* #11128, #14812, #15032 */ | 
|---|
| 312 | way[highway] > node[tourism=information][information=guidepost] { | 
|---|
| 313 | set guidepost; | 
|---|
| 314 | throwOther: tr("{0} node connected to a highway", "{1.tag}"); | 
|---|
| 315 | } | 
|---|
| 316 | way >[index=1] node, | 
|---|
| 317 | way >[index=-1] node { | 
|---|
| 318 | set first_last_node; | 
|---|
| 319 | } | 
|---|
| 320 | way[highway] > node[amenity][!entrance][amenity!~/^(parking|parking_space|parking_entrance|motorcycle_parking|bicycle_parking|bus_station|car_wash|ferry_terminal|weighbridge|taxi|toilets)$/], | 
|---|
| 321 | way[highway] > node[building][!entrance], | 
|---|
| 322 | way[highway] > node[leisure][!entrance][leisure!=slipway][leisure!=fitness_station], | 
|---|
| 323 | way[highway] > node[office][!entrance], | 
|---|
| 324 | way[highway] > node[shop][!entrance], | 
|---|
| 325 | way[highway] > node[tourism][!entrance][tourism!=viewpoint]!.guidepost.first_last_node:connection, | 
|---|
| 326 | way[highway] > node[tourism][!entrance][tourism!=viewpoint]!.guidepost!.first_last_node { | 
|---|
| 327 | throwWarning: tr("{0} node connected to a highway", "{0.key}"); | 
|---|
| 328 | } | 
|---|
| 329 |  | 
|---|
| 330 | /* #18817 */ | 
|---|
| 331 | way[man_made=pipeline][location=underground] > node[marker], | 
|---|
| 332 | way[power=cable      ][location=underground] > node[marker] { | 
|---|
| 333 | throwWarning: tr("{0} node connected to an underground object", "{0.key}"); | 
|---|
| 334 | } | 
|---|
| 335 |  | 
|---|
| 336 | way[junction=roundabout]:righthandtraffic:clockwise, | 
|---|
| 337 | way[junction=roundabout]!:righthandtraffic:anticlockwise { | 
|---|
| 338 | throwWarning: tr("suspicious roundabout direction"); | 
|---|
| 339 | } | 
|---|
| 340 |  | 
|---|
| 341 | /* #12496 */ | 
|---|
| 342 | area:closed[place=islet][eval(areasize()) > 1500000] { | 
|---|
| 343 | throwWarning: tr("{0} on a large area", "{1.tag}"); | 
|---|
| 344 | suggestAlternative: "place=island"; | 
|---|
| 345 | fixAdd: "place=island"; | 
|---|
| 346 | } | 
|---|
| 347 |  | 
|---|
| 348 | area:closed[place=island][eval(areasize()) < 500000] { | 
|---|
| 349 | throwWarning: tr("{0} on a small area", "{1.tag}"); | 
|---|
| 350 | suggestAlternative: "place=islet"; | 
|---|
| 351 | fixAdd: "place=islet"; | 
|---|
| 352 | } | 
|---|
| 353 |  | 
|---|
| 354 | /* #12561 - building larger than Aalsmeer Flower Auction (518000) and Tesla factory (510000) */ | 
|---|
| 355 | area:closed[building][building!=no][eval(areasize()) > 520000] { | 
|---|
| 356 | throwError: tr("Too large building"); | 
|---|
| 357 | } | 
|---|
| 358 |  | 
|---|
| 359 | /* #12646, #12992, #16334 */ | 
|---|
| 360 | way[waterway=~/^(stream|river|drain)$/]!:closed >[index=-1] node[natural!=sinkhole][natural!=cave_entrance]!:connection:in-downloaded-area { | 
|---|
| 361 | throwWarning: tr("Waterway ends without a connection to another waterway or the direction of the waterway is wrong."); | 
|---|
| 362 | } | 
|---|
| 363 |  | 
|---|
| 364 | /* #10717, #14535 */ | 
|---|
| 365 | way:closed[natural=coastline] ∈ area[natural=water], | 
|---|
| 366 | way:closed[natural=coastline] ∈ area[waterway=riverbank] { | 
|---|
| 367 | throwError: tr("Coastline inside {1}", "{0.tag}"); | 
|---|
| 368 | } | 
|---|
| 369 |  | 
|---|
| 370 | /* #10471 */ | 
|---|
| 371 | way[waterway] > node[ford?] { set ford_on_waterway; } | 
|---|
| 372 | way[highway] > node[ford?] { set ford_on_highway; } | 
|---|
| 373 | node[ford?]:in-downloaded-area!.ford_on_waterway, node[ford?]:in-downloaded-area!.ford_on_highway { | 
|---|
| 374 | throwWarning: tr("{0} should be on the node where {1} and {2} intersect", "ford", "highway", "waterway"); | 
|---|
| 375 | } | 
|---|
| 376 |  | 
|---|
| 377 | /* #13877 */ | 
|---|
| 378 | area:closed[waterway = canal][area!=no], | 
|---|
| 379 | area:closed[waterway = drain][area!=no], | 
|---|
| 380 | area:closed[waterway = ditch][area!=no], | 
|---|
| 381 | area:closed[waterway = stream][area!=no], | 
|---|
| 382 | area:closed[waterway = river][area!=no] { | 
|---|
| 383 | throwWarning: tr("{0} is the tag for the linear waterway. To tag the water area use {1} + {2} instead.", "{1.tag}", "natural=water", "water=*"); | 
|---|
| 384 | } | 
|---|
| 385 |  | 
|---|
| 386 | /* #15097 */ | 
|---|
| 387 | way[highway][area!=yes] > node, | 
|---|
| 388 | way[man_made=pier] > node { | 
|---|
| 389 | set node_in_highway_pier; | 
|---|
| 390 | } | 
|---|
| 391 | way[route=ferry][tunnel=yes] > node, | 
|---|
| 392 | way[route=ferry][bridge=yes] > node { | 
|---|
| 393 | set node_in_ferry_bridge_tunnel; | 
|---|
| 394 | } | 
|---|
| 395 | way[route=ferry]!:closed >[index= 1] node!.node_in_highway_pier!.node_in_ferry_bridge_tunnel:in-downloaded-area, | 
|---|
| 396 | way[route=ferry]!:closed >[index=-1] node!.node_in_highway_pier!.node_in_ferry_bridge_tunnel:in-downloaded-area { | 
|---|
| 397 | throwWarning: tr("Ferry route is not connected to the road network or branches."); | 
|---|
| 398 | } | 
|---|
| 399 | way[amenity=ferry_terminal] > node, | 
|---|
| 400 | way[man_made=pier] > node { | 
|---|
| 401 | set node_in_terminal_pier; | 
|---|
| 402 | } | 
|---|
| 403 | 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, | 
|---|
| 404 | 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 { | 
|---|
| 405 | throwWarning: tr("Ferry route is not connected to a ferry terminal or branches."); | 
|---|
| 406 | } | 
|---|