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

Last change on this file since 18324 was 18324, checked in by Klumbumbus, 2 years ago

fix #17034 - Add power=connection (partly patch by gaben, icon self created PD and CC0 licensed)

  • Property svn:eol-style set to native
File size: 15.6 KB
Line 
1/* {0} on a node, should be a way */
2node[area=no],
3node[oneway],
4node[bridge],
5node[sidewalk],
6node[footway][footway!=crossing], /* footway=crossing has own warning in highway.mapcss */
7node[man_made=embankment],
8node[man_made=groyne],
9node[man_made=cutline],
10node[power=line],
11node[cutline],
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],
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],
34node[waterway=river],
35node[waterway=canal],
36node[waterway=stream],
37node[waterway=ditch],
38node[waterway=drain],
39node[natural=coastline],
40node[natural=ridge],
41node[natural=valley],
42node[natural=tree_row] {
43 throwWarning: tr("{0} on a node. Should be used on a way.", "{0.tag}");
44 assertMatch: "node oneway=-1";
45 assertNoMatch: "way oneway=-1";
46 assertMatch: "node bridge=yes";
47 assertMatch: "node bridge=viaduct";
48}
49
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
55/* {0} on a node, should be an area; #10679 #16528 #16792 #12502 #17402*/
56node[golf=green],
57node[golf=bunker],
58node[golf=fairway],
59node[area=yes],
60node[area:highway],
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],
75node[natural=glacier],
76node[leisure=park][natural!=tree], /* For nodes with both tags another warning is created in combinations.mapcss */
77node[leisure=nature_reserve],
78node[waterway=riverbank],
79node[man_made=bridge],
80node[man_made=breakwater],
81node[aeroway=apron],
82node[power=plant],
83node[power=switchgear],
84node[building:part],
85node[source:outline] {
86 throwWarning: tr("{0} on a node. Should be drawn as an area.", "{0.tag}");
87}
88
89/* {0} on a node, should be a relation; Error level; #10252, #10769, #14288 */
90node[type=multipolygon],
91node[interval],
92node[route],
93node[restriction] {
94 throwError: tr("{0} on a node. Should be used in a relation", "{0.tag}");
95}
96
97/* {0} on a way, should be a node */
98way[line_attachment],
99way[line_management],
100way[emergency=fire_hydrant],
101way[emergency=defibrillator],
102way[entrance],
103way[door],
104way[railway=subway_entrance],
105way[man_made=survey_point],
106way[power=transformer],
107way[transformer],
108way[power=pole],
109way[power=catenary_mast],
110way[power=connection],
111way[power=terminal],
112way[power=tower]!:closed,
113way[amenity=vending_machine],
114way[natural=peak],
115way[natural=saddle],
116way[natural=volcano],
117way[natural=tree],
118way[highway=give_way],
119way[highway=milestone],
120way[highway=mini_roundabout],
121way[highway=stop],
122way[highway=street_lamp],
123way[highway=traffic_signals],
124way[highway=turning_loop],
125way[highway=turning_circle],
126way[highway=motorway_junction] {
127 throwWarning: tr("{0} on a way. Should be used on a node.", "{0.tag}");
128}
129
130/* {0} on a way, should be a relation; #15642, #10252, #14288 */
131way[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)$/],
132way[type=multipolygon],
133way[interval][route!=ferry],
134way[route=bus] {
135 throwError: tr("{0} on a way. Should be used in a relation", "{0.tag}");
136}
137
138/* {0} on a closed way, should be a unclosed way; #19981 */
139way:closed[power=line] {
140 throwWarning: tr("{0} on a closed way. Should be used on an unclosed way.", "{1.tag}");
141}
142
143/* #20902 */
144relation[area?] {
145 throwWarning: tr("{0} on a relation", "{0.key}");
146 fixRemove: "{0.key}";
147}
148
149/* #14395, #17025, #19506 */
150way[highway][area!=yes][!tunnel][!covered] > node {
151 set node_in_highway;
152}
153way[highway][area!=yes][!tunnel][!covered]:closed > node {
154 set node_in_closed_highway;
155}
156way[highway][area!=yes][!tunnel][!covered] >[index=1] node,
157way[highway][area!=yes][!tunnel][!covered] >[index=-1] node {
158 set first_last_highway_node;
159}
160way[building][building!=no] > node[!entrance].node_in_closed_highway {
161 set node_connects_highway_and_building; /* avoids duplicate warnings with following rule */
162 throwWarning: tr("node connects highway and building");
163}
164way[building][building!=no] > node[!entrance].node_in_highway!.first_last_highway_node!.node_connects_highway_and_building {
165 throwWarning: tr("node connects highway and building");
166}
167
168/* #15035, must not warn for node 3815077900*/
169node[man_made!=monitoring_station][at(0.0,0.0)] {
170 throwError: tr("Object at Position 0.00E 0.00N. There is nothing at this position except an already mapped weather buoy.");
171 fixDeleteObject: this;
172}
173
174/* #10125 */
175node[source:geometry] {
176 throwWarning: tr("{0} on a node", "{0.key}");
177 fixChangeKey: "source:geometry => source:position";
178}
179
180/* Building inside building (spatial test) */
181*[building][building!~/no|entrance/][any(tag("layer"),"0") = any(parent_tag("layer"),"0")]
182area[building][building!~/no|entrance/] {
183 throwWarning: tr("Building inside building");
184}
185
186/* Building overlapping building or building:part (spatial test) */
187area[building][building!~/no|entrance/] area[building:part][building:part!~/no|entrance/],
188area[building][building!~/no|entrance/] area[building][building!~/no|entrance/] {
189 throwWarning: tr("Overlapping buildings");
190}
191
192/* Overlapping areas (spatial test) */
193area[natural =~ /^(water|wetland|coastline)$/], area[waterway=riverbank], area[landuse=reservoir] {
194 set water_area;
195}
196
197/* area:closed.water_area ⧉ area:closed.water_area -- does not work for now -- see ticket#10215 */
198area:closed[natural =~ /^(water|wetland|coastline)$/] area:closed.water_area,
199area:closed[waterway=riverbank] area:closed.water_area,
200area:closed[landuse=reservoir] area:closed.water_area {
201 throwWarning: tr("Overlapping Water Areas");
202}
203
204/* Water area inside water area (spatial test) */
205area:closed[natural =~ /^(water|wetland|coastline)$/] area:closed.water_area,
206area:closed[waterway=riverbank] area:closed.water_area,
207area:closed[landuse=reservoir] area:closed.water_area,
208area:closed[natural =~ /^(water|wetland|coastline)$/] area:closed.water_area,
209area:closed[waterway=riverbank] area:closed.water_area,
210area:closed[landuse=reservoir] area:closed.water_area {
211 throwWarning: tr("Water area inside water area");
212}
213
214area:completely_downloaded:closed:areaStyle area:completely_downloaded:closed:areaStyle {
215 throwOther: tr("Overlapping Areas");
216}
217
218/* #9311 */
219node[amenity=parking]["capacity:disabled" !~ /^(yes|[0-9]+)$/] area[amenity=parking] {
220 throwWarning: tr("{0} inside {1}", "amenity=parking", "amenity=parking");
221 group: tr("{0} inside {1}", "amenity", "amenity");
222}
223
224/* #9556, #20570 */
225area:closed:areaStyle[tag("natural") = parent_tag("natural")] area:closed:areaStyle[natural][natural !~ /^(water|wetland|coastline)$/] {
226 throwWarning: tr("Overlapping Identical Natural Areas");
227}
228
229area:closed[tag("landuse") = parent_tag("landuse")] area:closed[landuse] {
230 throwWarning: tr("Overlapping Identical Landuses");
231}
232
233/* #9522 */
234node[tag("amenity") = parent_tag("amenity")] area[amenity][amenity != parking] {
235 throwWarning: tr("{0} inside {1}", concat("amenity=", tag("amenity")), concat("amenity=", tag("amenity")));
236 group: tr("{0} inside {1}", "amenity", "amenity");
237}
238node[tag("leisure") = parent_tag("leisure")] area[leisure] {
239 throwWarning: tr("{0} inside {1}", concat("leisure=", tag("leisure")), concat("leisure=", tag("leisure")));
240 group: tr("{0} inside {1}", "leisure", "leisure");
241}
242node[tag("tourism") = parent_tag("tourism")] area[tourism] {
243 throwWarning: tr("{0} inside {1}", concat("tourism=", tag("tourism")), concat("tourism=", tag("tourism")));
244 group: tr("{0} inside {1}", "tourism", "tourism");
245}
246node[tag("shop") = parent_tag("shop")] area[shop] {
247 throwWarning: tr("{0} inside {1}", concat("shop=", tag("shop")), concat("shop=", tag("shop")));
248 group: tr("{0} inside {1}", "shop", "shop");
249}
250node[tag("power") = parent_tag("power")] area[power] {
251 throwWarning: tr("{0} inside {1}", concat("power=", tag("power")), concat("power=", tag("power")));
252 group: tr("{0} inside {1}", "power", "power");
253}
254
255/* isolated nodes which should be part of a way; #10825, #15478 */
256node:unconnected:in-downloaded-area[entrance],
257node:unconnected:in-downloaded-area[traffic_calming],
258node:unconnected:in-downloaded-area[highway=passing_place],
259node:unconnected:in-downloaded-area[highway=mini_roundabout],
260node:unconnected:in-downloaded-area[highway=motorway_junction],
261node:unconnected:in-downloaded-area[highway=turning_loop],
262node:unconnected:in-downloaded-area[highway=turning_circle],
263node:unconnected:in-downloaded-area[highway=stop],
264node:unconnected:in-downloaded-area[highway=give_way],
265node:unconnected:in-downloaded-area[highway=traffic_signals],
266node:unconnected:in-downloaded-area[highway=crossing],
267node:unconnected:in-downloaded-area[crossing],
268node:unconnected:in-downloaded-area[highway=milestone],
269node:unconnected:in-downloaded-area[railway=milestone],
270node:unconnected:in-downloaded-area[railway=crossing],
271node:unconnected:in-downloaded-area[railway=level_crossing],
272node:unconnected:in-downloaded-area[railway=buffer_stop],
273node:unconnected:in-downloaded-area[public_transport=stop_position],
274node:unconnected:in-downloaded-area[aeroway=holding_position],
275node:unconnected:in-downloaded-area[noexit],
276node:unconnected:in-downloaded-area[waterway=dam],
277node:unconnected:in-downloaded-area[waterway=weir],
278node:unconnected:in-downloaded-area[waterway=waterfall],
279node:unconnected:in-downloaded-area[amenity=ferry_terminal],
280node:unconnected:in-downloaded-area[leisure=slipway],
281node:unconnected:in-downloaded-area[mountain_pass=yes],
282node:unconnected:in-downloaded-area[barrier=gate],
283node:unconnected:in-downloaded-area[barrier=lift_gate],
284node:unconnected:in-downloaded-area[barrier=swing_gate],
285node:unconnected:in-downloaded-area[barrier=toll_booth],
286node:unconnected:in-downloaded-area[barrier=turnstile],
287node:unconnected:in-downloaded-area[barrier=full-height_turnstile],
288node:unconnected:in-downloaded-area[barrier=motorcycle_barrier],
289node:unconnected:in-downloaded-area[barrier=rope],
290node:unconnected:in-downloaded-area[barrier=sally_port],
291node:unconnected:in-downloaded-area[barrier=spikes],
292node:unconnected:in-downloaded-area[barrier=stile],
293node:unconnected:in-downloaded-area[barrier=sump_buster],
294node:unconnected:in-downloaded-area[barrier=kerb],
295node:unconnected:in-downloaded-area[barrier=border_control],
296node:unconnected:in-downloaded-area[barrier=bump_gate],
297node:unconnected:in-downloaded-area[barrier=bus_trap],
298node:unconnected:in-downloaded-area[barrier=cattle_grid],
299node:unconnected:in-downloaded-area[barrier=chain],
300node:unconnected:in-downloaded-area[barrier=cycle_barrier],
301node:unconnected:in-downloaded-area[barrier=hampshire_gate],
302node:unconnected:in-downloaded-area[barrier=height_restrictor],
303node:unconnected:in-downloaded-area[barrier=debris] {
304 throwWarning: tr("{0}", "{2.tag}");
305 group: tr("isolated node which must be connected to a way");
306}
307
308/* #11127 */
309way[railway][bridge] > node,
310way[highway][bridge] > node {
311 set node_in_bridge;
312}
313way[waterway] > node.node_in_bridge {
314 throwWarning: tr("node connects waterway and bridge");
315}
316
317/* #11128, #14812, #15032 */
318way[highway] > node[tourism=information][information=guidepost] {
319 set guidepost;
320 throwOther: tr("{0} node connected to a highway", "{1.tag}");
321}
322way >[index=1] node,
323way >[index=-1] node {
324 set first_last_node;
325}
326way[highway] > node[amenity][!entrance][amenity!~/^(parking|parking_space|parking_entrance|motorcycle_parking|bicycle_parking|bus_station|car_wash|ferry_terminal|weighbridge|taxi|toilets)$/],
327way[highway] > node[building][!entrance],
328way[highway] > node[leisure][!entrance][leisure!=slipway][leisure!=fitness_station],
329way[highway] > node[office][!entrance],
330way[highway][highway!=corridor] > node[shop][!entrance],
331way[highway] > node[tourism][!entrance][tourism!=viewpoint]!.guidepost.first_last_node:connection,
332way[highway] > node[tourism][!entrance][tourism!=viewpoint]!.guidepost!.first_last_node {
333 throwWarning: tr("{0} node connected to a highway", "{0.key}");
334}
335
336/* #18817 */
337way[man_made=pipeline][location=underground] > node[marker],
338way[power=cable ][location=underground] > node[marker] {
339 throwWarning: tr("{0} node connected to an underground object", "{0.key}");
340}
341
342way[junction=roundabout]:righthandtraffic:clockwise,
343way[junction=roundabout]!:righthandtraffic:anticlockwise {
344 throwWarning: tr("suspicious roundabout direction");
345}
346
347/* #12496 */
348area:closed[place=islet][eval(areasize()) > 1500000] {
349 throwWarning: tr("{0} on a large area", "{1.tag}");
350 suggestAlternative: "place=island";
351 fixAdd: "place=island";
352}
353
354area:closed[place=island][eval(areasize()) < 500000] {
355 throwWarning: tr("{0} on a small area", "{1.tag}");
356 suggestAlternative: "place=islet";
357 fixAdd: "place=islet";
358}
359
360/* #12561 - building larger than Aalsmeer Flower Auction (518000) and Tesla factory (510000) */
361area:closed[building][building!=no][eval(areasize()) > 520000] {
362 throwError: tr("Too large building");
363}
364
365/* #12646, #12992, #16334 */
366way[waterway=~/^(stream|river|drain)$/]!:closed >[index=-1] node[natural!=sinkhole][natural!=cave_entrance][waterway!=stream_end]!:connection:in-downloaded-area {
367 throwWarning: tr("Waterway ends without a connection to another waterway or the direction of the waterway is wrong.");
368}
369
370/* #10717, #14535 */
371way:closed[natural=coastline] area[natural=water],
372way:closed[natural=coastline] area[waterway=riverbank] {
373 throwError: tr("Coastline inside {1}", "{0.tag}");
374}
375
376/* #10471 */
377way[waterway] > node[ford?] { set ford_on_waterway; }
378way[highway] > node[ford?] { set ford_on_highway; }
379node[ford?]:in-downloaded-area!.ford_on_waterway, node[ford?]:in-downloaded-area!.ford_on_highway {
380 throwWarning: tr("{0} should be on the node where {1} and {2} intersect", "ford", "highway", "waterway");
381}
382
383/* #13877 */
384area:closed[waterway = canal][area!=no],
385area:closed[waterway = drain][area!=no],
386area:closed[waterway = ditch][area!=no],
387area:closed[waterway = stream][area!=no],
388area:closed[waterway = river][area!=no] {
389 throwWarning: tr("{0} is the tag for the linear waterway. To tag the water area use {1} + {2} instead.", "{1.tag}", "natural=water", "water=*");
390}
391
392/* #15097 */
393way[highway][area!=yes] > node,
394way[man_made=pier] > node {
395 set node_in_highway_pier;
396}
397way[route=ferry][tunnel=yes] > node,
398way[route=ferry][bridge=yes] > node {
399 set node_in_ferry_bridge_tunnel;
400}
401way[route=ferry]!:closed >[index= 1] node!.node_in_highway_pier!.node_in_ferry_bridge_tunnel:in-downloaded-area,
402way[route=ferry]!:closed >[index=-1] node!.node_in_highway_pier!.node_in_ferry_bridge_tunnel:in-downloaded-area {
403 throwWarning: tr("Ferry route is not connected to the road network or branches.");
404}
405way[amenity=ferry_terminal] > node,
406way[man_made=pier] > node {
407 set node_in_terminal_pier;
408}
409way[route=ferry]!:closed >[index= 1] node[amenity!=ferry_terminal][man_made!=pier]!.node_in_terminal_pier!.node_in_ferry_bridge_tunnel:in-downloaded-area,
410way[route=ferry]!:closed >[index=-1] node[amenity!=ferry_terminal][man_made!=pier]!.node_in_terminal_pier!.node_in_ferry_bridge_tunnel:in-downloaded-area {
411 throwWarning: tr("Ferry route is not connected to a ferry terminal or branches.");
412}
Note: See TracBrowser for help on using the repository browser.