source: josm/trunk/data/validator/geometry.mapcss@ 11133

Last change on this file since 11133 was 11133, checked in by Klumbumbus, 8 years ago

different small adjustments: allow leisure=horse_riding as physical feature for sport=*; print the key with the uncommon character; leisure=slipway node should be connected to a way; update lanes preset and ignore list

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