source: josm/trunk/resources/data/validator/geometry.mapcss@ 19467

Last change on this file since 19467 was 19467, checked in by stoecker, 6 days ago

improve Power circuits relations presets and validation, fix #24456 - patch by francois.lacombe

  • Property svn:eol-style set to native
File size: 17.0 KB
RevLine 
[7735]1/* {0} on a node, should be a way */
[11477]2node[area=no],
[6550]3node[oneway],
[7960]4node[bridge],
[7707]5node[sidewalk],
[15312]6node[footway][footway!=crossing], /* footway=crossing has own warning in highway.mapcss */
[7960]7node[man_made=embankment],
[7975]8node[man_made=groyne],
[8147]9node[man_made=cutline],
[9494]10node[power=line],
[8147]11node[cutline],
[7915]12node[aerialway=cable_car],
13node[aerialway=gondola],
14node[aerialway=chair_lift],
15node[aerialway=mixed_lift],
16node[aerialway=drag_lift],
17node[aerialway=t-bar],
18node[aerialway=j-bar],
19node[aerialway=platter],
20node[aerialway=magic_carpet],
21node[aerialway=rope_tow],
22node[aerialway=goods],
[7977]23node[aeroway=taxiway],
24node[aeroway=runway],
25node[railway=rail],
26node[railway=narrow_gauge],
27node[railway=monorail],
28node[railway=preserved],
29node[railway=light_rail],
30node[railway=subway],
31node[railway=tram],
32node[railway=disused],
33node[railway=abandoned],
[7737]34node[waterway=river],
35node[waterway=canal],
36node[waterway=stream],
37node[waterway=ditch],
[7975]38node[waterway=drain],
[7735]39node[natural=coastline],
40node[natural=ridge],
[8135]41node[natural=valley],
[7735]42node[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 */
51node[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]56node[golf=green],
57node[golf=bunker],
58node[golf=fairway],
[11477]59node[area=yes],
[14577]60node[area:highway],
[7735]61node[landuse],
[18653]62node[natural=bare_rock],
63node[natural=beach],
[7735]64node[natural=fell],
[18653]65node[natural=glacier],
66node[natural=grassland],
[7735]67node[natural=heath],
68node[natural=mud],
69node[natural=sand],
[18653]70node[natural=scree],
71node[natural=scrub],
[18687]72node[natural=shrubbery],
[18653]73node[natural=water],
74node[natural=wetland],
[7735]75node[natural=wood],
[14830]76node[leisure=park][natural!=tree], /* For nodes with both tags another warning is created in combinations.mapcss */
77node[leisure=nature_reserve],
[7735]78node[waterway=riverbank],
[7960]79node[man_made=bridge],
[7975]80node[man_made=breakwater],
[7977]81node[aeroway=apron],
[7967]82node[power=plant],
[14299]83node[power=switchgear],
[8139]84node[building:part],
[7735]85node[source:outline] {
86 throwWarning: tr("{0} on a node. Should be drawn as an area.", "{0.tag}");
[7468]87}
88
[17249]89/* {0} on a node, should be a relation; Error level; #10252, #10769, #14288 */
[11500]90node[type=multipolygon],
[14712]91node[interval],
[7744]92node[route],
[19467]93node[restriction],
94node[power=circuit],
95node[power=line_section] {
[11500]96 throwError: tr("{0} on a node. Should be used in a relation", "{0.tag}");
[7744]97}
98
[18536]99/* {0} on a way, should be a node (0.tag) */
[14593]100way[emergency=fire_hydrant],
[17106]101way[emergency=defibrillator],
[10429]102way[railway=subway_entrance],
[7960]103way[man_made=survey_point],
[9500]104way[power=transformer],
[7967]105way[power=pole],
[14123]106way[power=catenary_mast],
[18324]107way[power=connection],
[14123]108way[power=terminal],
[9494]109way[power=tower]!:closed,
[7977]110way[amenity=vending_machine],
[7942]111way[natural=peak],
112way[natural=saddle],
113way[natural=volcano],
[12708]114way[natural=tree],
[12775]115way[highway=give_way],
116way[highway=milestone],
117way[highway=mini_roundabout],
118way[highway=stop],
119way[highway=street_lamp],
120way[highway=traffic_signals],
121way[highway=turning_loop],
122way[highway=turning_circle],
[12708]123way[highway=motorway_junction] {
[7942]124 throwWarning: tr("{0} on a way. Should be used on a node.", "{0.tag}");
125}
126
[18536]127/* {0} on a way, should be a node (0.key) */
128way[voltage:primary],
129way[voltage:secondary],
130way[voltage:tertiary],
131way[transformer],
[18834]132way[line_arrangement],
[18536]133way[line_attachment],
134way[line_management],
135way[entrance],
136way[door] {
137 throwWarning: tr("{0} on a way. Should be used on a node.", "{0.key}");
138}
139
[17249]140/* {0} on a way, should be a relation; #15642, #10252, #14288 */
[13217]141way[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]142way[type=multipolygon],
[14712]143way[interval][route!=ferry],
[19467]144way[route=bus],
145way[power=circuit],
146way[power=line_section] {
[11500]147 throwError: tr("{0} on a way. Should be used in a relation", "{0.tag}");
[7744]148}
149
[17249]150/* {0} on a closed way, should be a unclosed way; #19981 */
[19467]151way:closed[power=line],
152way:closed[power=cable],
153way:closed[power=minor_line] {
[17249]154 throwWarning: tr("{0} on a closed way. Should be used on an unclosed way.", "{1.tag}");
155}
156
[17957]157/* #20902 */
158relation[area?] {
159 throwWarning: tr("{0} on a relation", "{0.key}");
160 fixRemove: "{0.key}";
161}
162
[17088]163/* #14395, #17025, #19506 */
[13006]164way[highway][area!=yes][!tunnel][!covered] > node {
165 set node_in_highway;
166}
[15016]167way[highway][area!=yes][!tunnel][!covered]:closed > node {
168 set node_in_closed_highway;
169}
170way[highway][area!=yes][!tunnel][!covered] >[index=1] node,
171way[highway][area!=yes][!tunnel][!covered] >[index=-1] node {
172 set first_last_highway_node;
173}
[17088]174way[building][building!=no] > node[!entrance].node_in_closed_highway {
[17105]175 set node_connects_highway_and_building; /* avoids duplicate warnings with following rule */
[13006]176 throwWarning: tr("node connects highway and building");
177}
[17088]178way[building][building!=no] > node[!entrance].node_in_highway!.first_last_highway_node!.node_connects_highway_and_building {
179 throwWarning: tr("node connects highway and building");
180}
[13006]181
182/* #15035, must not warn for node 3815077900*/
183node[man_made!=monitoring_station][at(0.0,0.0)] {
184 throwError: tr("Object at Position 0.00E 0.00N. There is nothing at this position except an already mapped weather buoy.");
185 fixDeleteObject: this;
186}
187
[17249]188/* #10125 */
[7279]189node[source:geometry] {
190 throwWarning: tr("{0} on a node", "{0.key}");
191 fixChangeKey: "source:geometry => source:position";
192}
193
[6611]194/* Building inside building (spatial test) */
[7164]195*[building][building!~/no|entrance/][any(tag("layer"),"0") = any(parent_tag("layer"),"0")]
[15105]196area[building][building!~/no|entrance/] {
[6611]197 throwWarning: tr("Building inside building");
[6613]198}
199
[16783]200/* Building overlapping building or building:part (spatial test) */
201area[building][building!~/no|entrance/] area[building:part][building:part!~/no|entrance/],
[15961]202area[building][building!~/no|entrance/] area[building][building!~/no|entrance/] {
203 throwWarning: tr("Overlapping buildings");
204}
205
[6613]206/* Overlapping areas (spatial test) */
[18921]207area[natural =~ /^(water|wetland)$/],
208area[natural=coastline]:clockwise,
209area[waterway=riverbank],
210area[landuse=reservoir] {
[6613]211 set water_area;
212}
213
[17680]214/* area:closed.water_area ⧉ area:closed.water_area -- does not work for now -- see ticket#10215 */
215area:closed[natural =~ /^(water|wetland|coastline)$/] area:closed.water_area,
216area:closed[waterway=riverbank] area:closed.water_area,
217area:closed[landuse=reservoir] area:closed.water_area {
[6613]218 throwWarning: tr("Overlapping Water Areas");
219}
220
[16145]221/* Water area inside water area (spatial test) */
[18921]222area:closed[natural =~ /^(water|wetland)$/] area:closed.water_area,
223area:closed[natural=coastline]:clockwise area:closed.water_area,
[17680]224area:closed[waterway=riverbank] area:closed.water_area,
225area:closed[landuse=reservoir] area:closed.water_area,
[18921]226area:closed[natural =~ /^(water|wetland)$/] area:closed.water_area,
227area:closed[natural=coastline]:clockwise area:closed.water_area,
[17680]228area:closed[waterway=riverbank] area:closed.water_area,
229area:closed[landuse=reservoir] area:closed.water_area {
[16145]230 throwWarning: tr("Water area inside water area");
231}
232
[18019]233area:completely_downloaded:closed:areaStyle area:completely_downloaded:closed:areaStyle {
[6613]234 throwOther: tr("Overlapping Areas");
235}
[6614]236
[17249]237/* #9311 */
[15105]238node[amenity=parking]["capacity:disabled" !~ /^(yes|[0-9]+)$/] area[amenity=parking] {
[6614]239 throwWarning: tr("{0} inside {1}", "amenity=parking", "amenity=parking");
[11353]240 group: tr("{0} inside {1}", "amenity", "amenity");
[6680]241}
242
[17629]243/* #9556, #20570 */
244area:closed:areaStyle[tag("natural") = parent_tag("natural")] area:closed:areaStyle[natural][natural !~ /^(water|wetland|coastline)$/] {
[6680]245 throwWarning: tr("Overlapping Identical Natural Areas");
246}
247
[17680]248area:closed[tag("landuse") = parent_tag("landuse")] area:closed[landuse] {
[6680]249 throwWarning: tr("Overlapping Identical Landuses");
[6719]250}
251
[17249]252/* #9522 */
[15105]253node[tag("amenity") = parent_tag("amenity")] area[amenity][amenity != parking] {
[6719]254 throwWarning: tr("{0} inside {1}", concat("amenity=", tag("amenity")), concat("amenity=", tag("amenity")));
[10710]255 group: tr("{0} inside {1}", "amenity", "amenity");
[6719]256}
[15105]257node[tag("leisure") = parent_tag("leisure")] area[leisure] {
[6719]258 throwWarning: tr("{0} inside {1}", concat("leisure=", tag("leisure")), concat("leisure=", tag("leisure")));
[10710]259 group: tr("{0} inside {1}", "leisure", "leisure");
[6719]260}
[15105]261node[tag("tourism") = parent_tag("tourism")] area[tourism] {
[6719]262 throwWarning: tr("{0} inside {1}", concat("tourism=", tag("tourism")), concat("tourism=", tag("tourism")));
[10710]263 group: tr("{0} inside {1}", "tourism", "tourism");
[6719]264}
[15105]265node[tag("shop") = parent_tag("shop")] area[shop] {
[6719]266 throwWarning: tr("{0} inside {1}", concat("shop=", tag("shop")), concat("shop=", tag("shop")));
[10710]267 group: tr("{0} inside {1}", "shop", "shop");
[6759]268}
[15105]269node[tag("power") = parent_tag("power")] area[power] {
[6759]270 throwWarning: tr("{0} inside {1}", concat("power=", tag("power")), concat("power=", tag("power")));
[10710]271 group: tr("{0} inside {1}", "power", "power");
[7793]272}
273
[18355]274/* isolated nodes which should be part of a way; #10825, #15478, #21688 */
[8522]275node:unconnected:in-downloaded-area[entrance],
276node:unconnected:in-downloaded-area[traffic_calming],
277node:unconnected:in-downloaded-area[highway=passing_place],
278node:unconnected:in-downloaded-area[highway=mini_roundabout],
279node:unconnected:in-downloaded-area[highway=motorway_junction],
280node:unconnected:in-downloaded-area[highway=turning_loop],
281node:unconnected:in-downloaded-area[highway=turning_circle],
282node:unconnected:in-downloaded-area[highway=stop],
283node:unconnected:in-downloaded-area[highway=give_way],
284node:unconnected:in-downloaded-area[highway=traffic_signals],
285node:unconnected:in-downloaded-area[highway=crossing],
286node:unconnected:in-downloaded-area[crossing],
[18914]287node:unconnected:in-downloaded-area[railway=buffer_stop],
[8522]288node:unconnected:in-downloaded-area[railway=crossing],
289node:unconnected:in-downloaded-area[railway=level_crossing],
[18914]290node:unconnected:in-downloaded-area[railway=milestone],
[8522]291node:unconnected:in-downloaded-area[public_transport=stop_position],
[11005]292node:unconnected:in-downloaded-area[aeroway=holding_position],
[8522]293node:unconnected:in-downloaded-area[noexit],
294node:unconnected:in-downloaded-area[waterway=dam],
295node:unconnected:in-downloaded-area[waterway=weir],
296node:unconnected:in-downloaded-area[waterway=waterfall],
297node:unconnected:in-downloaded-area[amenity=ferry_terminal],
[11133]298node:unconnected:in-downloaded-area[leisure=slipway],
[8522]299node:unconnected:in-downloaded-area[mountain_pass=yes],
300node:unconnected:in-downloaded-area[barrier=gate],
301node:unconnected:in-downloaded-area[barrier=lift_gate],
302node:unconnected:in-downloaded-area[barrier=swing_gate],
303node:unconnected:in-downloaded-area[barrier=toll_booth],
304node:unconnected:in-downloaded-area[barrier=turnstile],
305node:unconnected:in-downloaded-area[barrier=full-height_turnstile],
306node:unconnected:in-downloaded-area[barrier=motorcycle_barrier],
307node:unconnected:in-downloaded-area[barrier=rope],
308node:unconnected:in-downloaded-area[barrier=sally_port],
309node:unconnected:in-downloaded-area[barrier=spikes],
310node:unconnected:in-downloaded-area[barrier=stile],
311node:unconnected:in-downloaded-area[barrier=sump_buster],
312node:unconnected:in-downloaded-area[barrier=kerb],
313node:unconnected:in-downloaded-area[barrier=border_control],
314node:unconnected:in-downloaded-area[barrier=bump_gate],
315node:unconnected:in-downloaded-area[barrier=bus_trap],
316node:unconnected:in-downloaded-area[barrier=cattle_grid],
317node:unconnected:in-downloaded-area[barrier=chain],
318node:unconnected:in-downloaded-area[barrier=cycle_barrier],
319node:unconnected:in-downloaded-area[barrier=hampshire_gate],
320node:unconnected:in-downloaded-area[barrier=height_restrictor],
321node:unconnected:in-downloaded-area[barrier=debris] {
[11138]322 throwWarning: tr("{0}", "{2.tag}");
323 group: tr("isolated node which must be connected to a way");
[8089]324}
325
[11049]326/* #11127 */
[8089]327way[railway][bridge] > node,
328way[highway][bridge] > node {
329 set node_in_bridge;
330}
331way[waterway] > node.node_in_bridge {
332 throwWarning: tr("node connects waterway and bridge");
[9540]333}
334
[13006]335/* #11128, #14812, #15032 */
[10037]336way[highway] > node[tourism=information][information=guidepost] {
337 set guidepost;
338 throwOther: tr("{0} node connected to a highway", "{1.tag}");
339}
[15016]340way >[index=1] node,
341way >[index=-1] node {
342 set first_last_node;
343}
[18459]344way[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)$/],
[10026]345way[highway] > node[building][!entrance],
[15641]346way[highway] > node[leisure][!entrance][leisure!=slipway][leisure!=fitness_station],
[10026]347way[highway] > node[office][!entrance],
[18229]348way[highway][highway!=corridor] > node[shop][!entrance],
[13006]349way[highway] > node[tourism][!entrance][tourism!=viewpoint]!.guidepost.first_last_node:connection,
350way[highway] > node[tourism][!entrance][tourism!=viewpoint]!.guidepost!.first_last_node {
[10028]351 throwWarning: tr("{0} node connected to a highway", "{0.key}");
[10026]352}
353
[15964]354/* #18817 */
355way[man_made=pipeline][location=underground] > node[marker],
356way[power=cable ][location=underground] > node[marker] {
357 throwWarning: tr("{0} node connected to an underground object", "{0.key}");
358}
359
[9540]360way[junction=roundabout]:righthandtraffic:clockwise,
361way[junction=roundabout]!:righthandtraffic:anticlockwise {
362 throwWarning: tr("suspicious roundabout direction");
[9843]363}
364
365/* #12496 */
[10328]366area:closed[place=islet][eval(areasize()) > 1500000] {
[9843]367 throwWarning: tr("{0} on a large area", "{1.tag}");
368 suggestAlternative: "place=island";
369 fixAdd: "place=island";
370}
371
[10328]372area:closed[place=island][eval(areasize()) < 500000] {
[9843]373 throwWarning: tr("{0} on a small area", "{1.tag}");
374 suggestAlternative: "place=islet";
375 fixAdd: "place=islet";
[9985]376}
377
[18328]378/* #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*/
379area:closed[building][building!=no][eval(areasize()) > 920000] {
[11049]380 throwError: tr("Too large building");
[9985]381}
[10028]382
[15413]383/* #12646, #12992, #16334 */
[18175]384way[waterway=~/^(stream|river|drain)$/]!:closed >[index=-1] node[natural!=sinkhole][natural!=cave_entrance][waterway!=stream_end]!:connection:in-downloaded-area {
[10232]385 throwWarning: tr("Waterway ends without a connection to another waterway or the direction of the waterway is wrong.");
[10389]386}
387
[11744]388/* #10717, #14535 */
389way:closed[natural=coastline] area[natural=water],
390way:closed[natural=coastline] area[waterway=riverbank] {
[10389]391 throwError: tr("Coastline inside {1}", "{0.tag}");
[11146]392}
393
394/* #10471 */
395way[waterway] > node[ford?] { set ford_on_waterway; }
396way[highway] > node[ford?] { set ford_on_highway; }
397node[ford?]:in-downloaded-area!.ford_on_waterway, node[ford?]:in-downloaded-area!.ford_on_highway {
398 throwWarning: tr("{0} should be on the node where {1} and {2} intersect", "ford", "highway", "waterway");
[11232]399}
[11736]400
[11232]401/* #13877 */
402area:closed[waterway = canal][area!=no],
403area:closed[waterway = drain][area!=no],
404area:closed[waterway = ditch][area!=no],
405area:closed[waterway = stream][area!=no],
406area:closed[waterway = river][area!=no] {
407 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]408}
409
[12572]410/* #15097 */
411way[highway][area!=yes] > node,
412way[man_made=pier] > node {
413 set node_in_highway_pier;
414}
415way[route=ferry][tunnel=yes] > node,
416way[route=ferry][bridge=yes] > node {
417 set node_in_ferry_bridge_tunnel;
418}
419way[route=ferry]!:closed >[index= 1] node!.node_in_highway_pier!.node_in_ferry_bridge_tunnel:in-downloaded-area,
420way[route=ferry]!:closed >[index=-1] node!.node_in_highway_pier!.node_in_ferry_bridge_tunnel:in-downloaded-area {
421 throwWarning: tr("Ferry route is not connected to the road network or branches.");
422}
423way[amenity=ferry_terminal] > node,
424way[man_made=pier] > node {
425 set node_in_terminal_pier;
426}
427way[route=ferry]!:closed >[index= 1] node[amenity!=ferry_terminal][man_made!=pier]!.node_in_terminal_pier!.node_in_ferry_bridge_tunnel:in-downloaded-area,
428way[route=ferry]!:closed >[index=-1] node[amenity!=ferry_terminal][man_made!=pier]!.node_in_terminal_pier!.node_in_ferry_bridge_tunnel:in-downloaded-area {
429 throwWarning: tr("Ferry route is not connected to a ferry terminal or branches.");
[12708]430}
[19163]431
432/* #21801 */
[19342]433way[railway][railway !~ /^(turntable|traverser|platform_edge|roundhouse|workshop|platform)$/] > node[/railway$/ !~ /^(switch|railway_crossing)$/][count(parent_osm_primitives("railway")) > 2]:connection,
434way[railway][railway !~ /^(turntable|traverser|platform_edge|roundhouse|workshop|platform)$/] >[index!=1][index!=-1] node[/railway$/ !~ /^(switch|railway_crossing)$/][count(parent_osm_primitives("railway")) == 2]:connection {
[19163]435 set missing_switch_railway_crossing;
436}
437node.missing_switch_railway_crossing {
438 throwWarning: tr("Railways connection node without {0} or {1}", "railway=switch", "railway=railway_crossing");
439 group: tr("missing tag");
440}
441node[railway=railway_crossing]!:connection:in-downloaded-area,
442node[railway=switch]!:connection:in-downloaded-area {
443 throwWarning: tr("{0}", "{0.tag}");
444 group: tr("Node should be connected to two or more ways");
445}
Note: See TracBrowser for help on using the repository browser.