| 1 | /* {0} on a node, should be a way */
|
|---|
| 2 | node[oneway],
|
|---|
| 3 | node[bridge],
|
|---|
| 4 | node[sidewalk],
|
|---|
| 5 | node[footway],
|
|---|
| 6 | node[man_made=embankment],
|
|---|
| 7 | node[man_made=groyne],
|
|---|
| 8 | node[man_made=cutline],
|
|---|
| 9 | node[power=line],
|
|---|
| 10 | node[cutline],
|
|---|
| 11 | node[aerialway=cable_car],
|
|---|
| 12 | node[aerialway=gondola],
|
|---|
| 13 | node[aerialway=chair_lift],
|
|---|
| 14 | node[aerialway=mixed_lift],
|
|---|
| 15 | node[aerialway=drag_lift],
|
|---|
| 16 | node[aerialway=t-bar],
|
|---|
| 17 | node[aerialway=j-bar],
|
|---|
| 18 | node[aerialway=platter],
|
|---|
| 19 | node[aerialway=magic_carpet],
|
|---|
| 20 | node[aerialway=rope_tow],
|
|---|
| 21 | node[aerialway=goods],
|
|---|
| 22 | node[aeroway=taxiway],
|
|---|
| 23 | node[aeroway=runway],
|
|---|
| 24 | node[railway=rail],
|
|---|
| 25 | node[railway=narrow_gauge],
|
|---|
| 26 | node[railway=monorail],
|
|---|
| 27 | node[railway=preserved],
|
|---|
| 28 | node[railway=light_rail],
|
|---|
| 29 | node[railway=subway],
|
|---|
| 30 | node[railway=tram],
|
|---|
| 31 | node[railway=disused],
|
|---|
| 32 | node[railway=abandoned],
|
|---|
| 33 | node[waterway=river],
|
|---|
| 34 | node[waterway=canal],
|
|---|
| 35 | node[waterway=stream],
|
|---|
| 36 | node[waterway=ditch],
|
|---|
| 37 | node[waterway=drain],
|
|---|
| 38 | node[natural=coastline],
|
|---|
| 39 | node[natural=ridge],
|
|---|
| 40 | node[natural=valley],
|
|---|
| 41 | node[natural=tree_row] {
|
|---|
| 42 | throwWarning: tr("{0} on a node. Should be used on a way.", "{0.tag}");
|
|---|
| 43 | assertMatch: "node oneway=-1";
|
|---|
| 44 | assertNoMatch: "way oneway=-1";
|
|---|
| 45 | assertMatch: "node bridge=yes";
|
|---|
| 46 | assertMatch: "node bridge=viaduct";
|
|---|
| 47 | }
|
|---|
| 48 |
|
|---|
| 49 | /* {0} on a node, should be an area; see ticket #10679 */
|
|---|
| 50 | node[landuse],
|
|---|
| 51 | node[natural=scree],
|
|---|
| 52 | node[natural=scrub],
|
|---|
| 53 | node[natural=fell],
|
|---|
| 54 | node[natural=heath],
|
|---|
| 55 | node[natural=wood],
|
|---|
| 56 | node[natural=grassland],
|
|---|
| 57 | node[natural=wetland],
|
|---|
| 58 | node[natural=water],
|
|---|
| 59 | node[natural=mud],
|
|---|
| 60 | node[natural=beach],
|
|---|
| 61 | node[natural=sand],
|
|---|
| 62 | node[natural=wood],
|
|---|
| 63 | node[natural=bare_rock],
|
|---|
| 64 | node[natural=glacier],
|
|---|
| 65 | node[waterway=riverbank],
|
|---|
| 66 | node[man_made=bridge],
|
|---|
| 67 | node[man_made=breakwater],
|
|---|
| 68 | node[aeroway=apron],
|
|---|
| 69 | node[power=plant],
|
|---|
| 70 | node[building:part],
|
|---|
| 71 | node[source:outline] {
|
|---|
| 72 | throwWarning: tr("{0} on a node. Should be drawn as an area.", "{0.tag}");
|
|---|
| 73 | }
|
|---|
| 74 |
|
|---|
| 75 | /* {0} on a node, should be a relation; Error level; see #10252, #10769 */
|
|---|
| 76 | node[route],
|
|---|
| 77 | node[restriction] {
|
|---|
| 78 | throwError: tr("{0}=* on a node. Should be used in a relation", "{0.key}");
|
|---|
| 79 | }
|
|---|
| 80 |
|
|---|
| 81 | /* {0} on a way, should be a node */
|
|---|
| 82 | way[entrance],
|
|---|
| 83 | way[railway=subway_entrance],
|
|---|
| 84 | way[man_made=survey_point],
|
|---|
| 85 | way[aeroway=holding_position],
|
|---|
| 86 | way[power=transformer],
|
|---|
| 87 | way[power=pole],
|
|---|
| 88 | way[power=tower]!:closed,
|
|---|
| 89 | way[amenity=vending_machine],
|
|---|
| 90 | way[natural=peak],
|
|---|
| 91 | way[natural=saddle],
|
|---|
| 92 | way[natural=volcano],
|
|---|
| 93 | way[natural=tree] {
|
|---|
| 94 | throwWarning: tr("{0} on a way. Should be used on a node.", "{0.tag}");
|
|---|
| 95 | }
|
|---|
| 96 |
|
|---|
| 97 | /* {0} on a way, should be a relation; see #10252 */
|
|---|
| 98 | way[route=bus] {
|
|---|
| 99 | throwWarning: tr("{0} on a way. Should be used in a relation", "{0.tag}");
|
|---|
| 100 | }
|
|---|
| 101 |
|
|---|
| 102 | /* #12502 */
|
|---|
| 103 | node[leisure=park][natural=tree] {
|
|---|
| 104 | throwWarning: tr("{0} together with {1} on a node. Remove {0}.", "{0.tag}", "{1.tag}");
|
|---|
| 105 | fixRemove: "leisure";
|
|---|
| 106 | }
|
|---|
| 107 | node[leisure=park][natural!=tree] {
|
|---|
| 108 | throwWarning: tr("{0} on a node. Should be drawn as an area.", "{0.tag}");
|
|---|
| 109 | }
|
|---|
| 110 |
|
|---|
| 111 | /* see ticket:#10125 */
|
|---|
| 112 | node[source:geometry] {
|
|---|
| 113 | throwWarning: tr("{0} on a node", "{0.key}");
|
|---|
| 114 | fixChangeKey: "source:geometry => source:position";
|
|---|
| 115 | }
|
|---|
| 116 |
|
|---|
| 117 | /* Building inside building (spatial test) */
|
|---|
| 118 | *[building][building!~/no|entrance/][any(tag("layer"),"0") = any(parent_tag("layer"),"0")] ∈
|
|---|
| 119 | *[building][building!~/no|entrance/] {
|
|---|
| 120 | throwWarning: tr("Building inside building");
|
|---|
| 121 | }
|
|---|
| 122 |
|
|---|
| 123 | /* Overlapping areas (spatial test) */
|
|---|
| 124 | area[natural =~ /^(water|wetland|coastline)$/], area[landuse=reservoir] {
|
|---|
| 125 | set water_area;
|
|---|
| 126 | }
|
|---|
| 127 |
|
|---|
| 128 | /* area:closed:areaStyle.water_area ⧉ area:closed:areaStyle.water_area -- does not work for now -- see ticket#10215 */
|
|---|
| 129 | area:closed:areaStyle[natural =~ /^(water|wetland|coastline)$/] ⧉ area:closed:areaStyle.water_area,
|
|---|
| 130 | area:closed:areaStyle[landuse=reservoir] ⧉ area:closed:areaStyle.water_area {
|
|---|
| 131 | throwWarning: tr("Overlapping Water Areas");
|
|---|
| 132 | }
|
|---|
| 133 |
|
|---|
| 134 | area:closed:areaStyle ⧉ area:closed:areaStyle {
|
|---|
| 135 | throwOther: tr("Overlapping Areas");
|
|---|
| 136 | }
|
|---|
| 137 |
|
|---|
| 138 | /* see ticket #9311 */
|
|---|
| 139 | node[amenity=parking]["capacity:disabled" !~ /^(yes|[0-9]+)$/] ∈ *[amenity=parking] {
|
|---|
| 140 | throwWarning: tr("{0} inside {1}", "amenity=parking", "amenity=parking");
|
|---|
| 141 | }
|
|---|
| 142 |
|
|---|
| 143 | /* see ticket #9556 */
|
|---|
| 144 | area:closed:areaStyle[tag("natural") = parent_tag("natural")] ⧉ area:closed:areaStyle[natural] {
|
|---|
| 145 | throwWarning: tr("Overlapping Identical Natural Areas");
|
|---|
| 146 | }
|
|---|
| 147 |
|
|---|
| 148 | area:closed:areaStyle[tag("landuse") = parent_tag("landuse")] ⧉ area:closed:areaStyle[landuse] {
|
|---|
| 149 | throwWarning: tr("Overlapping Identical Landuses");
|
|---|
| 150 | }
|
|---|
| 151 |
|
|---|
| 152 | /* see ticket:#9522 */
|
|---|
| 153 | node[tag("amenity") = parent_tag("amenity")] ∈ *[amenity][amenity != parking] {
|
|---|
| 154 | throwWarning: tr("{0} inside {1}", concat("amenity=", tag("amenity")), concat("amenity=", tag("amenity")));
|
|---|
| 155 | group: tr("{0} inside {1}", "amenity", "amenity");
|
|---|
| 156 | }
|
|---|
| 157 | node[tag("leisure") = parent_tag("leisure")] ∈ *[leisure] {
|
|---|
| 158 | throwWarning: tr("{0} inside {1}", concat("leisure=", tag("leisure")), concat("leisure=", tag("leisure")));
|
|---|
| 159 | group: tr("{0} inside {1}", "leisure", "leisure");
|
|---|
| 160 | }
|
|---|
| 161 | node[tag("tourism") = parent_tag("tourism")] ∈ *[tourism] {
|
|---|
| 162 | throwWarning: tr("{0} inside {1}", concat("tourism=", tag("tourism")), concat("tourism=", tag("tourism")));
|
|---|
| 163 | group: tr("{0} inside {1}", "tourism", "tourism");
|
|---|
| 164 | }
|
|---|
| 165 | node[tag("shop") = parent_tag("shop")] ∈ *[shop] {
|
|---|
| 166 | throwWarning: tr("{0} inside {1}", concat("shop=", tag("shop")), concat("shop=", tag("shop")));
|
|---|
| 167 | group: tr("{0} inside {1}", "shop", "shop");
|
|---|
| 168 | }
|
|---|
| 169 | node[tag("power") = parent_tag("power")] ∈ *[power] {
|
|---|
| 170 | throwWarning: tr("{0} inside {1}", concat("power=", tag("power")), concat("power=", tag("power")));
|
|---|
| 171 | group: tr("{0} inside {1}", "power", "power");
|
|---|
| 172 | }
|
|---|
| 173 |
|
|---|
| 174 | /* isolated nodes which should be part of a way, see #10825 */
|
|---|
| 175 | node:unconnected:in-downloaded-area[entrance],
|
|---|
| 176 | node:unconnected:in-downloaded-area[traffic_calming],
|
|---|
| 177 | node:unconnected:in-downloaded-area[highway=passing_place],
|
|---|
| 178 | node:unconnected:in-downloaded-area[highway=mini_roundabout],
|
|---|
| 179 | node:unconnected:in-downloaded-area[highway=motorway_junction],
|
|---|
| 180 | node:unconnected:in-downloaded-area[highway=turning_loop],
|
|---|
| 181 | node:unconnected:in-downloaded-area[highway=turning_circle],
|
|---|
| 182 | node:unconnected:in-downloaded-area[highway=stop],
|
|---|
| 183 | node:unconnected:in-downloaded-area[highway=give_way],
|
|---|
| 184 | node:unconnected:in-downloaded-area[highway=traffic_signals],
|
|---|
| 185 | node:unconnected:in-downloaded-area[highway=crossing],
|
|---|
| 186 | node:unconnected:in-downloaded-area[crossing],
|
|---|
| 187 | node:unconnected:in-downloaded-area[railway=crossing],
|
|---|
| 188 | node:unconnected:in-downloaded-area[railway=level_crossing],
|
|---|
| 189 | node:unconnected:in-downloaded-area[railway=buffer_stop],
|
|---|
| 190 | node:unconnected:in-downloaded-area[public_transport=stop_position],
|
|---|
| 191 | node:unconnected:in-downloaded-area[aeroway=holding_position],
|
|---|
| 192 | node:unconnected:in-downloaded-area[noexit],
|
|---|
| 193 | node:unconnected:in-downloaded-area[waterway=dam],
|
|---|
| 194 | node:unconnected:in-downloaded-area[waterway=weir],
|
|---|
| 195 | node:unconnected:in-downloaded-area[waterway=waterfall],
|
|---|
| 196 | node:unconnected:in-downloaded-area[amenity=ferry_terminal],
|
|---|
| 197 | node:unconnected:in-downloaded-area[mountain_pass=yes],
|
|---|
| 198 | node:unconnected:in-downloaded-area[barrier=gate],
|
|---|
| 199 | node:unconnected:in-downloaded-area[barrier=lift_gate],
|
|---|
| 200 | node:unconnected:in-downloaded-area[barrier=swing_gate],
|
|---|
| 201 | node:unconnected:in-downloaded-area[barrier=toll_booth],
|
|---|
| 202 | node:unconnected:in-downloaded-area[barrier=turnstile],
|
|---|
| 203 | node:unconnected:in-downloaded-area[barrier=full-height_turnstile],
|
|---|
| 204 | node:unconnected:in-downloaded-area[barrier=motorcycle_barrier],
|
|---|
| 205 | node:unconnected:in-downloaded-area[barrier=rope],
|
|---|
| 206 | node:unconnected:in-downloaded-area[barrier=sally_port],
|
|---|
| 207 | node:unconnected:in-downloaded-area[barrier=spikes],
|
|---|
| 208 | node:unconnected:in-downloaded-area[barrier=stile],
|
|---|
| 209 | node:unconnected:in-downloaded-area[barrier=sump_buster],
|
|---|
| 210 | node:unconnected:in-downloaded-area[barrier=kerb],
|
|---|
| 211 | node:unconnected:in-downloaded-area[barrier=border_control],
|
|---|
| 212 | node:unconnected:in-downloaded-area[barrier=bump_gate],
|
|---|
| 213 | node:unconnected:in-downloaded-area[barrier=bus_trap],
|
|---|
| 214 | node:unconnected:in-downloaded-area[barrier=cattle_grid],
|
|---|
| 215 | node:unconnected:in-downloaded-area[barrier=chain],
|
|---|
| 216 | node:unconnected:in-downloaded-area[barrier=cycle_barrier],
|
|---|
| 217 | node:unconnected:in-downloaded-area[barrier=hampshire_gate],
|
|---|
| 218 | node:unconnected:in-downloaded-area[barrier=height_restrictor],
|
|---|
| 219 | node:unconnected:in-downloaded-area[barrier=debris] {
|
|---|
| 220 | throwWarning: tr("{0} must be connected to a way", "{2.tag}");
|
|---|
| 221 | }
|
|---|
| 222 |
|
|---|
| 223 | /* #11127 */
|
|---|
| 224 | way[railway][bridge] > node,
|
|---|
| 225 | way[highway][bridge] > node {
|
|---|
| 226 | set node_in_bridge;
|
|---|
| 227 | }
|
|---|
| 228 | way[waterway] > node.node_in_bridge {
|
|---|
| 229 | throwWarning: tr("node connects waterway and bridge");
|
|---|
| 230 | }
|
|---|
| 231 |
|
|---|
| 232 | /* #11128 */
|
|---|
| 233 | way[highway] > node[tourism=information][information=guidepost] {
|
|---|
| 234 | set guidepost;
|
|---|
| 235 | throwOther: tr("{0} node connected to a highway", "{1.tag}");
|
|---|
| 236 | }
|
|---|
| 237 | way[highway] > node[amenity][!entrance][amenity!~/^(parking|parking_space|parking_entrance|motorcycle_parking|bicycle_parking|bus_station|car_wash|ferry_terminal)$/],
|
|---|
| 238 | way[highway] > node[building][!entrance],
|
|---|
| 239 | way[highway] > node[leisure][!entrance][leisure!=slipway],
|
|---|
| 240 | way[highway] > node[office][!entrance],
|
|---|
| 241 | way[highway] > node[shop][!entrance],
|
|---|
| 242 | way[highway] > node[tourism][!entrance][tourism!=viewpoint]!.guidepost {
|
|---|
| 243 | throwWarning: tr("{0} node connected to a highway", "{0.key}");
|
|---|
| 244 | }
|
|---|
| 245 |
|
|---|
| 246 | way[junction=roundabout]:righthandtraffic:clockwise,
|
|---|
| 247 | way[junction=roundabout]!:righthandtraffic:anticlockwise {
|
|---|
| 248 | throwWarning: tr("suspicious roundabout direction");
|
|---|
| 249 | }
|
|---|
| 250 |
|
|---|
| 251 | /* #12496 */
|
|---|
| 252 | area:closed[place=islet][eval(areasize()) > 1500000] {
|
|---|
| 253 | throwWarning: tr("{0} on a large area", "{1.tag}");
|
|---|
| 254 | suggestAlternative: "place=island";
|
|---|
| 255 | fixAdd: "place=island";
|
|---|
| 256 | }
|
|---|
| 257 |
|
|---|
| 258 | area:closed[place=island][eval(areasize()) < 500000] {
|
|---|
| 259 | throwWarning: tr("{0} on a small area", "{1.tag}");
|
|---|
| 260 | suggestAlternative: "place=islet";
|
|---|
| 261 | fixAdd: "place=islet";
|
|---|
| 262 | }
|
|---|
| 263 |
|
|---|
| 264 | /* #12561 - building larger than Aalsmeer Flower Auction (518000) and Tesla factory (510000) */
|
|---|
| 265 | area:closed[building][building!=no][eval(areasize()) > 520000] {
|
|---|
| 266 | throwError: tr("Too large building");
|
|---|
| 267 | }
|
|---|
| 268 |
|
|---|
| 269 | /* #12577 */
|
|---|
| 270 | way[power=line] > node,
|
|---|
| 271 | way[power=minor_line] > node,
|
|---|
| 272 | way[power=cable] > node {
|
|---|
| 273 | set node_in_power_way;
|
|---|
| 274 | }
|
|---|
| 275 | way[!power][!building] > node.node_in_power_way {
|
|---|
| 276 | throwWarning: tr("Node connects a power line or cable with an object which is not related to the power infrastructure.");
|
|---|
| 277 | }
|
|---|
| 278 |
|
|---|
| 279 | /* #12646, #12992 */
|
|---|
| 280 | way[waterway=~/^(stream|ditch|river|drain)$/]!:closed >[index=-1] node[natural!=sinkhole][natural!=cave_entrance]!:connection:in-downloaded-area {
|
|---|
| 281 | throwWarning: tr("Waterway ends without a connection to another waterway or the direction of the waterway is wrong.");
|
|---|
| 282 | }
|
|---|
| 283 |
|
|---|
| 284 | /* #10717 */
|
|---|
| 285 | way[natural=coastline] ∈ area[natural=water],
|
|---|
| 286 | way[natural=coastline] ∈ area[waterway=riverbank] {
|
|---|
| 287 | throwError: tr("Coastline inside {1}", "{0.tag}");
|
|---|
| 288 | }
|
|---|