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