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

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

fix #9696 - add validator warning for highway=footway + oneway=no (info level)

  • Property svn:eol-style set to native
File size: 10.9 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/* see #9811 */
156*[place][/^addr:/],
157*[boundary][/^addr:/],
158*[highway][/^addr:/] {
159 throwWarning: tr("{0} together with addr:*", "{0.key}");
160}
161
162/* see #9195 */
163*[highway=footway][cycleway=lane] {
164 throwWarning: tr("{0} together with {1}", "{0.tag}", "{1.tag}");
165 suggestAlternative: "bicycle=designated + segregated=yes";
166}
167
168/* {0} on suspicious object */
169*[tunnel ][!highway][!railway][!waterway][public_transport != platform][man_made != pipeline],
170*[bridge ][!highway][!railway][!waterway][!piste:type][public_transport != platform][man_made !~ /^(bridge|pipeline)$/][building != bridge],
171*[psv ][!highway][!railway][!waterway][amenity !~ /^parking.*/],
172*[width ][!highway][!railway][!waterway][!aeroway][!cycleway][!footway][!barrier][!man_made][!entrance],
173*[maxspeed][!highway][!railway][traffic_sign !~ /^(.*;)?maxspeed(;.*)?$/][type != enforcement][waterway !~ /^(river|canal|lock)$/],
174*[lit ][!highway][!railway][!piste:type][amenity !~ /^(parking|shelter)/][public_transport!=platform][advertising!=billboard][!leisure][!tourism] {
175 throwWarning: tr("{0} on suspicious object", "{0.key}");
176}
177
178node[amenity =~ /^(restaurant|cafe|fast_food)$/][!name][noname!=yes] {
179 throwOther: tr("restaurant without name");
180 assertMatch: "node amenity=restaurant";
181 assertNoMatch: "node amenity=restaurant noname=yes";
182 assertNoMatch: "node amenity=restaurant name=Foobar";
183}
184
185way[highway][barrier],
186*[highway][waterway][waterway!=dam],
187way[highway][natural],
188*[landuse][building] {
189 throwWarning: tr("{0} used with {1}", "{0.key}", "{1.key}");
190 assertNoMatch: "node highway=street_lamp natural=birds_nest note=josm#10193";
191}
192
193*[natural=water][leisure=swimming_pool],
194*[natural=water][amenity=swimming_pool] {
195 /* see #6932 */
196 throwWarning: tr("natural water used for swimming pool");
197 fixRemove: "natural";
198}
199
200/* see #9593 */
201*[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)$/] {
202 throwWarning: tr("sport without physical feature");
203 assertMatch: "node sport=tennis";
204 assertNoMatch: "node sport=tennis leisure=pitch";
205 assertNoMatch: "node sport=beachvolleyball natural=beach";
206 assertNoMatch: "node sport=skiiing landuse=piste";
207 assertNoMatch: "node sport=swimming tourism=hotel";
208 assertNoMatch: "node sport=10pin amenity=restaurant";
209}
210
211/* see #10140 */
212*[building:levels][!building][!building:part] {
213 throwWarning: tr("{0} without {1} or {2}", "{0.key}", "{1.key}", "{2.key}");
214}
215
216/* see #10471 */
217way[waterway] > node[ford?] { set ford_on_waterway; }
218way[highway] > node[ford?] { set ford_on_highway; }
219node[ford?]!.ford_on_waterway, node[ford?]!.ford_on_highway {
220 throwWarning: tr("{0} should be on the node where {1} and {2} intersect", "ford", "highway", "waterway");
221}
222
223/* any other *_name tag (except old_name, loc_name and uic_name) but not a name , see #10837 */
224*[/_name$/][!name][!old_name][!loc_name][!uic_name] {
225 throwWarning: tr("alternative name without {0}", "{1.key}");
226}
227
228/* see #10837 */
229way[destination][!oneway?] {
230 throwWarning: tr("incomplete usage of {0} on a way without {1}", "{0.key}", "{1.key}");
231 suggestAlternative: "destination:forward";
232 suggestAlternative: "destination:backward";
233}
Note: See TracBrowser for help on using the repository browser.