[7735] | 1 | /* {0} on a node, should be a way */
|
---|
[11477] | 2 | node[area=no],
|
---|
[6550] | 3 | node[oneway],
|
---|
[7960] | 4 | node[bridge],
|
---|
[7707] | 5 | node[sidewalk],
|
---|
[7814] | 6 | node[footway],
|
---|
[7960] | 7 | node[man_made=embankment],
|
---|
[7975] | 8 | node[man_made=groyne],
|
---|
[8147] | 9 | node[man_made=cutline],
|
---|
[9494] | 10 | node[power=line],
|
---|
[8147] | 11 | node[cutline],
|
---|
[7915] | 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],
|
---|
[7977] | 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],
|
---|
[7737] | 34 | node[waterway=river],
|
---|
| 35 | node[waterway=canal],
|
---|
| 36 | node[waterway=stream],
|
---|
| 37 | node[waterway=ditch],
|
---|
[7975] | 38 | node[waterway=drain],
|
---|
[7735] | 39 | node[natural=coastline],
|
---|
| 40 | node[natural=ridge],
|
---|
[8135] | 41 | node[natural=valley],
|
---|
[7735] | 42 | node[natural=tree_row] {
|
---|
[7942] | 43 | throwWarning: tr("{0} on a node. Should be used on a way.", "{0.tag}");
|
---|
[6550] | 44 | assertMatch: "node oneway=-1";
|
---|
| 45 | assertNoMatch: "way oneway=-1";
|
---|
| 46 | assertMatch: "node bridge=yes";
|
---|
[7963] | 47 | assertMatch: "node bridge=viaduct";
|
---|
[6611] | 48 | }
|
---|
| 49 |
|
---|
[13083] | 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 |
|
---|
[7735] | 55 | /* {0} on a node, should be an area; see ticket #10679 */
|
---|
[11477] | 56 | node[area=yes],
|
---|
[7735] | 57 | node[landuse],
|
---|
| 58 | node[natural=scree],
|
---|
| 59 | node[natural=scrub],
|
---|
| 60 | node[natural=fell],
|
---|
| 61 | node[natural=heath],
|
---|
| 62 | node[natural=wood],
|
---|
| 63 | node[natural=grassland],
|
---|
| 64 | node[natural=wetland],
|
---|
| 65 | node[natural=water],
|
---|
| 66 | node[natural=mud],
|
---|
| 67 | node[natural=beach],
|
---|
| 68 | node[natural=sand],
|
---|
| 69 | node[natural=wood],
|
---|
| 70 | node[natural=bare_rock],
|
---|
[9022] | 71 | node[natural=glacier],
|
---|
[7735] | 72 | node[waterway=riverbank],
|
---|
[7960] | 73 | node[man_made=bridge],
|
---|
[7975] | 74 | node[man_made=breakwater],
|
---|
[7977] | 75 | node[aeroway=apron],
|
---|
[7967] | 76 | node[power=plant],
|
---|
[8139] | 77 | node[building:part],
|
---|
[7735] | 78 | node[source:outline] {
|
---|
| 79 | throwWarning: tr("{0} on a node. Should be drawn as an area.", "{0.tag}");
|
---|
[7468] | 80 | }
|
---|
| 81 |
|
---|
[11500] | 82 | /* {0} on a node, should be a relation; Error level; see #10252, #10769, #14288 */
|
---|
| 83 | node[type=multipolygon],
|
---|
[7744] | 84 | node[route],
|
---|
| 85 | node[restriction] {
|
---|
[11500] | 86 | throwError: tr("{0} on a node. Should be used in a relation", "{0.tag}");
|
---|
[7744] | 87 | }
|
---|
| 88 |
|
---|
[7942] | 89 | /* {0} on a way, should be a node */
|
---|
[7960] | 90 | way[entrance],
|
---|
[10429] | 91 | way[railway=subway_entrance],
|
---|
[7960] | 92 | way[man_made=survey_point],
|
---|
[11005] | 93 | way[aeroway=holding_position],
|
---|
[9500] | 94 | way[power=transformer],
|
---|
[7967] | 95 | way[power=pole],
|
---|
[9494] | 96 | way[power=tower]!:closed,
|
---|
[7977] | 97 | way[amenity=vending_machine],
|
---|
[7942] | 98 | way[natural=peak],
|
---|
| 99 | way[natural=saddle],
|
---|
| 100 | way[natural=volcano],
|
---|
[12708] | 101 | way[natural=tree],
|
---|
[12775] | 102 | way[highway=give_way],
|
---|
| 103 | way[highway=milestone],
|
---|
| 104 | way[highway=mini_roundabout],
|
---|
| 105 | way[highway=stop],
|
---|
| 106 | way[highway=street_lamp],
|
---|
| 107 | way[highway=traffic_signals],
|
---|
| 108 | way[highway=turning_loop],
|
---|
| 109 | way[highway=turning_circle],
|
---|
[12708] | 110 | way[highway=motorway_junction] {
|
---|
[7942] | 111 | throwWarning: tr("{0} on a way. Should be used on a node.", "{0.tag}");
|
---|
| 112 | }
|
---|
| 113 |
|
---|
[13217] | 114 | /* {0} on a way, should be a relation; see #15642, #10252, #14288 */
|
---|
| 115 | 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)$/],
|
---|
[11500] | 116 | way[type=multipolygon],
|
---|
[7744] | 117 | way[route=bus] {
|
---|
[11500] | 118 | throwError: tr("{0} on a way. Should be used in a relation", "{0.tag}");
|
---|
[7744] | 119 | }
|
---|
| 120 |
|
---|
[13006] | 121 | /* #14395 */
|
---|
| 122 | way >[index=1] node,
|
---|
| 123 | way >[index=-1] node {
|
---|
| 124 | set first_last_node;
|
---|
| 125 | }
|
---|
| 126 | way[highway][area!=yes][!tunnel][!covered] > node {
|
---|
| 127 | set node_in_highway;
|
---|
| 128 | }
|
---|
| 129 | way[building][building!=no] > node.node_in_highway!.first_last_node {
|
---|
| 130 | throwWarning: tr("node connects highway and building");
|
---|
| 131 | }
|
---|
| 132 |
|
---|
| 133 | /* #15035, must not warn for node 3815077900*/
|
---|
| 134 | node[man_made!=monitoring_station][at(0.0,0.0)] {
|
---|
| 135 | throwError: tr("Object at Position 0.00E 0.00N. There is nothing at this position except an already mapped weather buoy.");
|
---|
| 136 | fixDeleteObject: this;
|
---|
| 137 | }
|
---|
| 138 |
|
---|
[9745] | 139 | /* #12502 */
|
---|
| 140 | node[leisure=park][natural=tree] {
|
---|
| 141 | throwWarning: tr("{0} together with {1} on a node. Remove {0}.", "{0.tag}", "{1.tag}");
|
---|
[11146] | 142 | group: tr("suspicious tag combination");
|
---|
[9745] | 143 | fixRemove: "leisure";
|
---|
| 144 | }
|
---|
| 145 | node[leisure=park][natural!=tree] {
|
---|
| 146 | throwWarning: tr("{0} on a node. Should be drawn as an area.", "{0.tag}");
|
---|
| 147 | }
|
---|
| 148 |
|
---|
[7279] | 149 | /* see ticket:#10125 */
|
---|
| 150 | node[source:geometry] {
|
---|
| 151 | throwWarning: tr("{0} on a node", "{0.key}");
|
---|
| 152 | fixChangeKey: "source:geometry => source:position";
|
---|
| 153 | }
|
---|
| 154 |
|
---|
[6611] | 155 | /* Building inside building (spatial test) */
|
---|
[7164] | 156 | *[building][building!~/no|entrance/][any(tag("layer"),"0") = any(parent_tag("layer"),"0")] ∈
|
---|
[6861] | 157 | *[building][building!~/no|entrance/] {
|
---|
[6611] | 158 | throwWarning: tr("Building inside building");
|
---|
[6613] | 159 | }
|
---|
| 160 |
|
---|
| 161 | /* Overlapping areas (spatial test) */
|
---|
| 162 | area[natural =~ /^(water|wetland|coastline)$/], area[landuse=reservoir] {
|
---|
| 163 | set water_area;
|
---|
| 164 | }
|
---|
| 165 |
|
---|
[7280] | 166 | /* area:closed:areaStyle.water_area ⧉ area:closed:areaStyle.water_area -- does not work for now -- see ticket#10215 */
|
---|
| 167 | area:closed:areaStyle[natural =~ /^(water|wetland|coastline)$/] ⧉ area:closed:areaStyle.water_area,
|
---|
| 168 | area:closed:areaStyle[landuse=reservoir] ⧉ area:closed:areaStyle.water_area {
|
---|
[6613] | 169 | throwWarning: tr("Overlapping Water Areas");
|
---|
| 170 | }
|
---|
| 171 |
|
---|
[6630] | 172 | area:closed:areaStyle ⧉ area:closed:areaStyle {
|
---|
[6613] | 173 | throwOther: tr("Overlapping Areas");
|
---|
| 174 | }
|
---|
[6614] | 175 |
|
---|
| 176 | /* see ticket #9311 */
|
---|
[6628] | 177 | node[amenity=parking]["capacity:disabled" !~ /^(yes|[0-9]+)$/] ∈ *[amenity=parking] {
|
---|
[6614] | 178 | throwWarning: tr("{0} inside {1}", "amenity=parking", "amenity=parking");
|
---|
[11353] | 179 | group: tr("{0} inside {1}", "amenity", "amenity");
|
---|
[6680] | 180 | }
|
---|
| 181 |
|
---|
| 182 | /* see ticket #9556 */
|
---|
| 183 | area:closed:areaStyle[tag("natural") = parent_tag("natural")] ⧉ area:closed:areaStyle[natural] {
|
---|
| 184 | throwWarning: tr("Overlapping Identical Natural Areas");
|
---|
| 185 | }
|
---|
| 186 |
|
---|
| 187 | area:closed:areaStyle[tag("landuse") = parent_tag("landuse")] ⧉ area:closed:areaStyle[landuse] {
|
---|
| 188 | throwWarning: tr("Overlapping Identical Landuses");
|
---|
[6719] | 189 | }
|
---|
| 190 |
|
---|
| 191 | /* see ticket:#9522 */
|
---|
| 192 | node[tag("amenity") = parent_tag("amenity")] ∈ *[amenity][amenity != parking] {
|
---|
| 193 | throwWarning: tr("{0} inside {1}", concat("amenity=", tag("amenity")), concat("amenity=", tag("amenity")));
|
---|
[10710] | 194 | group: tr("{0} inside {1}", "amenity", "amenity");
|
---|
[6719] | 195 | }
|
---|
| 196 | node[tag("leisure") = parent_tag("leisure")] ∈ *[leisure] {
|
---|
| 197 | throwWarning: tr("{0} inside {1}", concat("leisure=", tag("leisure")), concat("leisure=", tag("leisure")));
|
---|
[10710] | 198 | group: tr("{0} inside {1}", "leisure", "leisure");
|
---|
[6719] | 199 | }
|
---|
| 200 | node[tag("tourism") = parent_tag("tourism")] ∈ *[tourism] {
|
---|
| 201 | throwWarning: tr("{0} inside {1}", concat("tourism=", tag("tourism")), concat("tourism=", tag("tourism")));
|
---|
[10710] | 202 | group: tr("{0} inside {1}", "tourism", "tourism");
|
---|
[6719] | 203 | }
|
---|
| 204 | node[tag("shop") = parent_tag("shop")] ∈ *[shop] {
|
---|
| 205 | throwWarning: tr("{0} inside {1}", concat("shop=", tag("shop")), concat("shop=", tag("shop")));
|
---|
[10710] | 206 | group: tr("{0} inside {1}", "shop", "shop");
|
---|
[6759] | 207 | }
|
---|
| 208 | node[tag("power") = parent_tag("power")] ∈ *[power] {
|
---|
| 209 | throwWarning: tr("{0} inside {1}", concat("power=", tag("power")), concat("power=", tag("power")));
|
---|
[10710] | 210 | group: tr("{0} inside {1}", "power", "power");
|
---|
[7793] | 211 | }
|
---|
| 212 |
|
---|
[13074] | 213 | /* isolated nodes which should be part of a way, see #10825, #15478 */
|
---|
[8522] | 214 | node:unconnected:in-downloaded-area[entrance],
|
---|
| 215 | node:unconnected:in-downloaded-area[traffic_calming],
|
---|
| 216 | node:unconnected:in-downloaded-area[highway=passing_place],
|
---|
| 217 | node:unconnected:in-downloaded-area[highway=mini_roundabout],
|
---|
| 218 | node:unconnected:in-downloaded-area[highway=motorway_junction],
|
---|
| 219 | node:unconnected:in-downloaded-area[highway=turning_loop],
|
---|
| 220 | node:unconnected:in-downloaded-area[highway=turning_circle],
|
---|
| 221 | node:unconnected:in-downloaded-area[highway=stop],
|
---|
| 222 | node:unconnected:in-downloaded-area[highway=give_way],
|
---|
| 223 | node:unconnected:in-downloaded-area[highway=traffic_signals],
|
---|
| 224 | node:unconnected:in-downloaded-area[highway=crossing],
|
---|
| 225 | node:unconnected:in-downloaded-area[crossing],
|
---|
[13074] | 226 | node:unconnected:in-downloaded-area[highway=milestone],
|
---|
| 227 | node:unconnected:in-downloaded-area[railway=milestone],
|
---|
[8522] | 228 | node:unconnected:in-downloaded-area[railway=crossing],
|
---|
| 229 | node:unconnected:in-downloaded-area[railway=level_crossing],
|
---|
| 230 | node:unconnected:in-downloaded-area[railway=buffer_stop],
|
---|
| 231 | node:unconnected:in-downloaded-area[public_transport=stop_position],
|
---|
[11005] | 232 | node:unconnected:in-downloaded-area[aeroway=holding_position],
|
---|
[8522] | 233 | node:unconnected:in-downloaded-area[noexit],
|
---|
| 234 | node:unconnected:in-downloaded-area[waterway=dam],
|
---|
| 235 | node:unconnected:in-downloaded-area[waterway=weir],
|
---|
| 236 | node:unconnected:in-downloaded-area[waterway=waterfall],
|
---|
| 237 | node:unconnected:in-downloaded-area[amenity=ferry_terminal],
|
---|
[11133] | 238 | node:unconnected:in-downloaded-area[leisure=slipway],
|
---|
[8522] | 239 | node:unconnected:in-downloaded-area[mountain_pass=yes],
|
---|
| 240 | node:unconnected:in-downloaded-area[barrier=gate],
|
---|
| 241 | node:unconnected:in-downloaded-area[barrier=lift_gate],
|
---|
| 242 | node:unconnected:in-downloaded-area[barrier=swing_gate],
|
---|
| 243 | node:unconnected:in-downloaded-area[barrier=toll_booth],
|
---|
| 244 | node:unconnected:in-downloaded-area[barrier=turnstile],
|
---|
| 245 | node:unconnected:in-downloaded-area[barrier=full-height_turnstile],
|
---|
| 246 | node:unconnected:in-downloaded-area[barrier=motorcycle_barrier],
|
---|
| 247 | node:unconnected:in-downloaded-area[barrier=rope],
|
---|
| 248 | node:unconnected:in-downloaded-area[barrier=sally_port],
|
---|
| 249 | node:unconnected:in-downloaded-area[barrier=spikes],
|
---|
| 250 | node:unconnected:in-downloaded-area[barrier=stile],
|
---|
| 251 | node:unconnected:in-downloaded-area[barrier=sump_buster],
|
---|
| 252 | node:unconnected:in-downloaded-area[barrier=kerb],
|
---|
| 253 | node:unconnected:in-downloaded-area[barrier=border_control],
|
---|
| 254 | node:unconnected:in-downloaded-area[barrier=bump_gate],
|
---|
| 255 | node:unconnected:in-downloaded-area[barrier=bus_trap],
|
---|
| 256 | node:unconnected:in-downloaded-area[barrier=cattle_grid],
|
---|
| 257 | node:unconnected:in-downloaded-area[barrier=chain],
|
---|
| 258 | node:unconnected:in-downloaded-area[barrier=cycle_barrier],
|
---|
| 259 | node:unconnected:in-downloaded-area[barrier=hampshire_gate],
|
---|
| 260 | node:unconnected:in-downloaded-area[barrier=height_restrictor],
|
---|
| 261 | node:unconnected:in-downloaded-area[barrier=debris] {
|
---|
[11138] | 262 | throwWarning: tr("{0}", "{2.tag}");
|
---|
| 263 | group: tr("isolated node which must be connected to a way");
|
---|
[8089] | 264 | }
|
---|
| 265 |
|
---|
[11049] | 266 | /* #11127 */
|
---|
[8089] | 267 | way[railway][bridge] > node,
|
---|
| 268 | way[highway][bridge] > node {
|
---|
| 269 | set node_in_bridge;
|
---|
| 270 | }
|
---|
| 271 | way[waterway] > node.node_in_bridge {
|
---|
| 272 | throwWarning: tr("node connects waterway and bridge");
|
---|
[9540] | 273 | }
|
---|
| 274 |
|
---|
[13006] | 275 | /* #11128, #14812, #15032 */
|
---|
[10037] | 276 | way[highway] > node[tourism=information][information=guidepost] {
|
---|
| 277 | set guidepost;
|
---|
| 278 | throwOther: tr("{0} node connected to a highway", "{1.tag}");
|
---|
| 279 | }
|
---|
[12201] | 280 | way[highway] > node[amenity][!entrance][amenity!~/^(parking|parking_space|parking_entrance|motorcycle_parking|bicycle_parking|bus_station|car_wash|ferry_terminal|weighbridge)$/],
|
---|
[10026] | 281 | way[highway] > node[building][!entrance],
|
---|
[10272] | 282 | way[highway] > node[leisure][!entrance][leisure!=slipway],
|
---|
[10026] | 283 | way[highway] > node[office][!entrance],
|
---|
| 284 | way[highway] > node[shop][!entrance],
|
---|
[13006] | 285 | way[highway] > node[tourism][!entrance][tourism!=viewpoint]!.guidepost.first_last_node:connection,
|
---|
| 286 | way[highway] > node[tourism][!entrance][tourism!=viewpoint]!.guidepost!.first_last_node {
|
---|
[10028] | 287 | throwWarning: tr("{0} node connected to a highway", "{0.key}");
|
---|
[10026] | 288 | }
|
---|
| 289 |
|
---|
[9540] | 290 | way[junction=roundabout]:righthandtraffic:clockwise,
|
---|
| 291 | way[junction=roundabout]!:righthandtraffic:anticlockwise {
|
---|
| 292 | throwWarning: tr("suspicious roundabout direction");
|
---|
[9843] | 293 | }
|
---|
| 294 |
|
---|
| 295 | /* #12496 */
|
---|
[10328] | 296 | area:closed[place=islet][eval(areasize()) > 1500000] {
|
---|
[9843] | 297 | throwWarning: tr("{0} on a large area", "{1.tag}");
|
---|
| 298 | suggestAlternative: "place=island";
|
---|
| 299 | fixAdd: "place=island";
|
---|
| 300 | }
|
---|
| 301 |
|
---|
[10328] | 302 | area:closed[place=island][eval(areasize()) < 500000] {
|
---|
[9843] | 303 | throwWarning: tr("{0} on a small area", "{1.tag}");
|
---|
| 304 | suggestAlternative: "place=islet";
|
---|
| 305 | fixAdd: "place=islet";
|
---|
[9985] | 306 | }
|
---|
| 307 |
|
---|
[13394] | 308 | /* #15648 */
|
---|
| 309 | way[place=island]!:closed {
|
---|
| 310 | throwError: tr("Way with {1} not closed.", "{0.tag}");
|
---|
| 311 | }
|
---|
| 312 |
|
---|
[11049] | 313 | /* #12561 - building larger than Aalsmeer Flower Auction (518000) and Tesla factory (510000) */
|
---|
| 314 | area:closed[building][building!=no][eval(areasize()) > 520000] {
|
---|
| 315 | throwError: tr("Too large building");
|
---|
[9985] | 316 | }
|
---|
[10028] | 317 |
|
---|
| 318 | /* #12577 */
|
---|
| 319 | way[power=line] > node,
|
---|
| 320 | way[power=minor_line] > node,
|
---|
| 321 | way[power=cable] > node {
|
---|
| 322 | set node_in_power_way;
|
---|
[10029] | 323 | }
|
---|
[10028] | 324 | way[!power][!building] > node.node_in_power_way {
|
---|
| 325 | throwWarning: tr("Node connects a power line or cable with an object which is not related to the power infrastructure.");
|
---|
[10029] | 326 | }
|
---|
[10232] | 327 |
|
---|
[10427] | 328 | /* #12646, #12992 */
|
---|
[10530] | 329 | way[waterway=~/^(stream|ditch|river|drain)$/]!:closed >[index=-1] node[natural!=sinkhole][natural!=cave_entrance]!:connection:in-downloaded-area {
|
---|
[10232] | 330 | throwWarning: tr("Waterway ends without a connection to another waterway or the direction of the waterway is wrong.");
|
---|
[10389] | 331 | }
|
---|
| 332 |
|
---|
[11744] | 333 | /* #10717, #14535 */
|
---|
| 334 | way:closed[natural=coastline] ∈ area[natural=water],
|
---|
| 335 | way:closed[natural=coastline] ∈ area[waterway=riverbank] {
|
---|
[10389] | 336 | throwError: tr("Coastline inside {1}", "{0.tag}");
|
---|
[11146] | 337 | }
|
---|
| 338 |
|
---|
| 339 | /* #10471 */
|
---|
| 340 | way[waterway] > node[ford?] { set ford_on_waterway; }
|
---|
| 341 | way[highway] > node[ford?] { set ford_on_highway; }
|
---|
| 342 | node[ford?]:in-downloaded-area!.ford_on_waterway, node[ford?]:in-downloaded-area!.ford_on_highway {
|
---|
| 343 | throwWarning: tr("{0} should be on the node where {1} and {2} intersect", "ford", "highway", "waterway");
|
---|
[11232] | 344 | }
|
---|
[11736] | 345 |
|
---|
[11232] | 346 | /* #13877 */
|
---|
| 347 | area:closed[waterway = canal][area!=no],
|
---|
| 348 | area:closed[waterway = drain][area!=no],
|
---|
| 349 | area:closed[waterway = ditch][area!=no],
|
---|
| 350 | area:closed[waterway = stream][area!=no],
|
---|
| 351 | area:closed[waterway = river][area!=no] {
|
---|
| 352 | throwWarning: tr("{0} is the tag for the linear waterway. To tag the water area use {1} + {2} instead.", "{1.tag}", "natural=water", "water=*");
|
---|
[11736] | 353 | }
|
---|
| 354 |
|
---|
[12572] | 355 | /* #15097 */
|
---|
| 356 | way[highway][area!=yes] > node,
|
---|
| 357 | way[man_made=pier] > node {
|
---|
| 358 | set node_in_highway_pier;
|
---|
| 359 | }
|
---|
| 360 | way[route=ferry][tunnel=yes] > node,
|
---|
| 361 | way[route=ferry][bridge=yes] > node {
|
---|
| 362 | set node_in_ferry_bridge_tunnel;
|
---|
| 363 | }
|
---|
| 364 | way[route=ferry]!:closed >[index= 1] node!.node_in_highway_pier!.node_in_ferry_bridge_tunnel:in-downloaded-area,
|
---|
| 365 | way[route=ferry]!:closed >[index=-1] node!.node_in_highway_pier!.node_in_ferry_bridge_tunnel:in-downloaded-area {
|
---|
| 366 | throwWarning: tr("Ferry route is not connected to the road network or branches.");
|
---|
| 367 | }
|
---|
| 368 | way[amenity=ferry_terminal] > node,
|
---|
| 369 | way[man_made=pier] > node {
|
---|
| 370 | set node_in_terminal_pier;
|
---|
| 371 | }
|
---|
| 372 | 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,
|
---|
| 373 | 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 {
|
---|
| 374 | throwWarning: tr("Ferry route is not connected to a ferry terminal or branches.");
|
---|
[12708] | 375 | }
|
---|