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

Last change on this file since 16131 was 16131, checked in by Don-vip, 4 years ago

see #17533 - revert r15833, doesn't work

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