source: josm/trunk/data/validator/combinations.mapcss@ 8054

Last change on this file since 8054 was 8054, checked in by Klumbumbus, 9 years ago

fix #11104 - add validator tests for incomplete objects (modified patch by naoliv)

  • Property svn:eol-style set to native
File size: 11.4 KB
Line 
1/* Rules partially derived from Taginfo statistics - see ticket #5017
2 * Taginfo query: select keypairs.key1, keypairs.key2, keypairs.count_all, keys.count_all, cast(keypairs.count_all as real)/keys.count_all as from_fraction_all from keys, keypairs where key1='waterway' and keys.key=keypairs.key2 and (key1<>'highway' or keypairs.count_all>12000) and (key1<>'railway' or keypairs.count_all>3000) and (key1<>'waterway' or keypairs.count_all>800) and key2 not like '%:%' and from_fraction_all>0.97 and 1 union select keypairs.key2, keypairs.key1, keypairs.count_all, keys.count_all, cast(keypairs.count_all as real)/keys.count_all as from_fraction_all from keys, keypairs where key2='waterway' and keys.key=keypairs.key1 and (key2<>'highway' or keypairs.count_all>12000) and (key2<>'railway' or keypairs.count_all>3000) and (key2<>'waterway' or keypairs.count_all>800) and key1 not like '%:%' and from_fraction_all>0.97 and 1 order by keypairs.count_all desc limit 1000;
3 */
4
5/* {0.key} without {1.key} (warning level) */
6way[junction ][!highway][junction!=yes],
7*[lanes ][!highway],
8*[lcn ][!highway],
9*[living_street ][!highway],
10*[maintenance ][!highway],
11*[median ][!highway],
12*[motorroad ][!highway],
13*[ntd_id ][!highway],
14*[sac_scale ][!highway],
15*[sidewalk ][!highway],
16*[step_count ][!highway],
17*[tracktype ][!highway],
18*[trail_visibility ][!highway],
19*[trolley_wire ][!highway],
20*[zip_left ][!highway],
21*[zip_right ][!highway],
22*[detail ][!railway][route!=railway],
23*[eddy_current_brake ][!railway][route!=railway],
24*[electrified ][!railway][route!=railway],
25*[etcs ][!railway][route!=railway],
26*[gauge ][!railway][route!=railway],
27*[grade_of_track ][!railway][route!=railway],
28*[kursbuchstrecke ][!railway][route!=railway],
29*[lzb ][!railway][route!=railway],
30*[old_railway_operator ][!railway][route!=railway],
31*[operating_procedure ][!railway][route!=railway],
32*[pzb ][!railway][route!=railway],
33*[radio ][!railway][route!=railway],
34*[structure_gauge ][!railway][route!=railway],
35*[tilting_technology ][!railway][route!=railway],
36*[track_class ][!railway][route!=railway],
37*[tracks ][!railway][route!=railway],
38*[traffic_mode ][!railway][route!=railway],
39*[usage ][!railway][route!=railway],
40*[workrules ][!railway][route!=railway],
41*[stream ][!waterway],
42*[length_unit ][!waterway],
43*[llid ][!waterway],
44*[canal ][!waterway],
45*[have_riverbank ][!waterway],
46*[border_type ][!boundary],
47*[bridge:structure ][!bridge],
48*[source:date ][!source],
49*[source:name ][!name],
50*[source:maxspeed:forward ][!maxspeed:forward],
51*[source:maxspeed:backward ][!maxspeed:backward],
52*[source:maxspeed:forward ][!source:maxspeed:backward],
53*[source:maxspeed:backward ][!source:maxspeed:forward],
54*[source:building ][!building],
55*[source:ref ][!ref],
56*[source:population ][!population],
57*[source:postal_code ][!postal_code],
58*[source:ele ][!ele],
59*[source:ref:INSEE ][!ref:INSEE],
60*[source:lit ][!lit],
61*[source:hgv ][!hgv],
62*[source:highway ][!highway],
63*[source:maxaxleload ][!maxaxleload],
64*[source:surface ][!surface],
65*[source:bridge ][!bridge],
66*[source:old_name ][!old_name],
67*[source:bicycle ][!bicycle],
68*[source:designation ][!designation],
69*[source:height ][!height],
70*[source:lanes ][!lanes],
71*[source:postcode ][!addr:postcode],
72*[source:housenumber ][!addr:housenumber],
73*[source:addr:postcode ][!addr:postcode],
74*[source:addr:housenumber ][!addr:housenumber],
75*[source:addr ][!/^addr:/],
76*[source:maxspeed ][!/^maxspeed:?/] {
77 throwWarning: tr("{0} without {1}", "{0.key}", "{1.key}");
78 assertMatch: "way lanes=42";
79 assertNoMatch: "way lanes=42 highway=unclassified";
80 assertMatch: "node source:addr:postcode=postman";
81 assertMatch: "node source:addr=postman";
82 assertNoMatch: "node source:addr=postman addr:housenumber=42";
83}
84
85/* {0.key} without {1.key} (info level) */
86*[leaf_type ][!leaf_cycle],
87*[leaf_cycle][!leaf_type] {
88 throwOther: tr("{0} without {1}", "{0.key}", "{1.key}");
89}
90
91/* {0.key} without {1.tag} */
92*[fence_type ][barrier!=fence],
93*[recycling_type ][amenity!=recycling],
94*[information ][tourism!=information],
95*[board_type ][information!=board],
96*[shelter_type ][amenity!=shelter],
97*[lamp_type ][highway!=street_lamp],
98*[map_type ][information!=map],
99*[site_type ][historic!=archaeological_site],
100*[artwork_type ][tourism!=artwork],
101*[castle_type ][historic!=castle],
102*[reservoir_type ][landuse!=reservoir][water!=reservoir],
103*[bridge:movable ][bridge!=movable],
104*[bunker_type ][military!=bunker] {
105 throwWarning: tr("{0} without {1}", "{0.key}", "{1.tag}");
106}
107
108/* {0.tag} without {1.key} */
109*[tourism=information][!information],
110*[aeroway=terminal][!building],
111*[power=generator][!generator:source],
112*[amenity=place_of_worship][!religion] {
113 throwWarning: tr("{0} without {1}", "{0.tag}", "{1.key}");
114}
115
116/* {0.key} without {1.key} or {2.key} */
117*[incline ][!highway][!railway],
118*[oneway ][!highway][!railway] {
119 throwWarning: tr("{0} without {1} or {2}", "{0.key}", "{1.key}", "{2.key}");
120}
121
122/* {0.key} without {1.key} or {2.tag} */
123*[smoothness ][!highway][amenity!=parking][amenity!=parking_space][amenity!=parking_entrance][amenity!=motorcycle_parking],
124*[segregated ][!highway][railway!=crossing],
125*[boat ][!waterway][natural!=water],
126*[intermittent ][!waterway][natural!=water] {
127 throwWarning: tr("{0} without {1} or {2}", "{0.key}", "{1.key}", "{2.tag}");
128}
129
130/* {0.key} without {1.tag}, {2.tag} or {3.tag} */
131*[parking ][amenity!=parking][amenity!=parking_entrance][amenity!=motorcycle_parking] {
132 throwWarning: tr("{0} without {1}, {2} or {3}", "{0.key}", "{1.tag}", "{2.tag}", "{3.tag}");
133}
134
135/* {0.key} without {1.key}, {2.key} or {3.key} */
136*[snowplowing ][!highway][!amenity][!leisure] {
137 throwWarning: tr("{0} without {1}, {2} or {3}", "{0.key}", "{1.key}", "{2.key}", "{3.key}");
138}
139
140/* {0.key} without {1.key}, {2.key} or {3.tag} */
141*[toll ][!highway][!barrier][route!~/^(ferry|road)$/] {
142 throwWarning: tr("{0} without {1}, {2} or {3}", "{0.key}", "{1.key}", "{2.key}", "{3.tag}");
143}
144
145/* {0.key} together with {1.key}, see #10837 */
146*[noname?][name] {
147 throwWarning: tr("{0} together with {1}", "{0.key}", "{1.key}");
148}
149
150/* {0.tag} together with {1.tag} (info level), see #9696 */
151*[highway=footway][oneway=no] {
152 throwOther: tr("{0} together with {1}", "{0.tag}", "{1.tag}");
153}
154
155/* only {0.key}, see #11104 */
156*[area][eval(number_of_tags()) = 1],
157*[name][eval(number_of_tags()) = 1],
158*[ref][eval(number_of_tags()) = 1] {
159 throwWarning: tr("incomplete object: only {0}", "{0.key}");
160}
161/* only {0.key} and {1.key}, see #11104 */
162*[name][area][eval(number_of_tags()) = 2],
163*[name][ref][eval(number_of_tags()) = 2] {
164 throwWarning: tr("incomplete object: only {0} and {1}", "{0.key}", "{1.key}");
165}
166
167/* see #9811 */
168*[place][place!=farm][/^addr:/],
169*[boundary][/^addr:/],
170*[highway][/^addr:/] {
171 throwWarning: tr("{0} together with addr:*", "{0.key}");
172}
173
174/* see #9195 */
175*[highway=footway][cycleway=lane] {
176 throwWarning: tr("{0} together with {1}", "{0.tag}", "{1.tag}");
177 suggestAlternative: "highway=path + foot=designated + bicycle=designated + segregated=yes";
178}
179
180/* {0} on suspicious object */
181*[tunnel ][!highway][!railway][!waterway][public_transport != platform][man_made != pipeline],
182*[bridge ][!highway][!railway][!waterway][!piste:type][public_transport != platform][man_made !~ /^(bridge|pipeline)$/][building != bridge],
183*[psv ][!highway][!railway][!waterway][amenity !~ /^parking.*/],
184*[width ][!highway][!railway][!waterway][!aeroway][!cycleway][!footway][!barrier][!man_made][!entrance],
185*[maxspeed][!highway][!railway][traffic_sign !~ /^(.*;)?maxspeed(;.*)?$/][type != enforcement][waterway !~ /^(river|canal|lock)$/],
186*[lit ][!highway][!railway][!piste:type][amenity !~ /^(parking|shelter)/][public_transport!=platform][advertising!=billboard][!leisure][!tourism] {
187 throwWarning: tr("{0} on suspicious object", "{0.key}");
188}
189
190node[amenity =~ /^(restaurant|cafe|fast_food)$/][!name][noname!=yes] {
191 throwOther: tr("restaurant without name");
192 assertMatch: "node amenity=restaurant";
193 assertNoMatch: "node amenity=restaurant noname=yes";
194 assertNoMatch: "node amenity=restaurant name=Foobar";
195}
196
197way[highway][barrier],
198*[highway][waterway][waterway!=dam],
199way[highway][natural],
200*[landuse][building] {
201 throwWarning: tr("{0} used with {1}", "{0.key}", "{1.key}");
202 assertNoMatch: "node highway=street_lamp natural=birds_nest note=josm#10193";
203}
204
205*[natural=water][leisure=swimming_pool],
206*[natural=water][amenity=swimming_pool] {
207 /* see #6932 */
208 throwWarning: tr("natural water used for swimming pool");
209 fixRemove: "natural";
210}
211
212/* see #9593 */
213*[sport][!building][tourism != hotel][highway != raceway][leisure !~ /^(sports_centre|stadium|track|pitch|golf_course|water_park|swimming_pool|recreation_ground)$/][natural !~ /^(beach|bare_rock|peak)$/][amenity !~ /^(pub|restaurant|swimming_pool)$/][landuse !~ /^(recreation_ground|piste|farm|farmland)$/] {
214 throwWarning: tr("sport without physical feature");
215 assertMatch: "node sport=tennis";
216 assertNoMatch: "node sport=tennis leisure=pitch";
217 assertNoMatch: "node sport=beachvolleyball natural=beach";
218 assertNoMatch: "node sport=skiiing landuse=piste";
219 assertNoMatch: "node sport=swimming tourism=hotel";
220 assertNoMatch: "node sport=10pin amenity=restaurant";
221}
222
223/* see #10140 */
224*[building:levels][!building][!building:part] {
225 throwWarning: tr("{0} without {1} or {2}", "{0.key}", "{1.key}", "{2.key}");
226}
227
228/* see #10471 */
229way[waterway] > node[ford?] { set ford_on_waterway; }
230way[highway] > node[ford?] { set ford_on_highway; }
231node[ford?]!.ford_on_waterway, node[ford?]!.ford_on_highway {
232 throwWarning: tr("{0} should be on the node where {1} and {2} intersect", "ford", "highway", "waterway");
233}
234
235/* any other *_name tag (except old_name, loc_name and uic_name) but not a name , see #10837 */
236*[/_name$/][!name][!old_name][!loc_name][!uic_name] {
237 throwWarning: tr("alternative name without {0}", "{1.key}");
238}
239
240/* see #10837 */
241way[destination][!oneway?] {
242 throwWarning: tr("incomplete usage of {0} on a way without {1}", "{0.key}", "{1.key}");
243 suggestAlternative: "destination:forward";
244 suggestAlternative: "destination:backward";
245}
Note: See TracBrowser for help on using the repository browser.