1 | # JOSM IgnoreTags
|
---|
2 | ; This is used for checks "key/tag not in presets"
|
---|
3 | ; K: the given tag will not produce a "tag not in presets" error, but it is
|
---|
4 | ; used as dictionary entry for spell checking the given key and also
|
---|
5 | ; for the key/value combination.
|
---|
6 | ; E: ignore tags with this key and add the key to the spell check dictionary.
|
---|
7 | ; S: ignore tag if key starts with this string.
|
---|
8 | ; F: ignore tag if key ends with this string.
|
---|
9 | ;
|
---|
10 | ;
|
---|
11 | ; Ignore valid and semi-valid keys that start with...
|
---|
12 | ;
|
---|
13 | S:opengeodb
|
---|
14 | S:openGeoDB
|
---|
15 | S:name:
|
---|
16 | S:note:
|
---|
17 | S:description:
|
---|
18 | S:ref:
|
---|
19 | S:CLC:
|
---|
20 | S:tiger:
|
---|
21 | S:gnis:
|
---|
22 | S:census:
|
---|
23 | S:local_authority:
|
---|
24 | S:au.gov.abs:
|
---|
25 | S:qroti:
|
---|
26 | S:is_in
|
---|
27 | S:wikipedia
|
---|
28 | S:source:
|
---|
29 | S:source_ref:
|
---|
30 | S:historic:
|
---|
31 | S:proposed:
|
---|
32 | S:planned:
|
---|
33 | S:construction:
|
---|
34 | S:disused:
|
---|
35 | S:abandoned:
|
---|
36 | S:removed:
|
---|
37 | S:demolished:
|
---|
38 | S:TMC:
|
---|
39 | S:tmc:
|
---|
40 | S:parking:lane
|
---|
41 | S:josm
|
---|
42 | S:capacity:
|
---|
43 | ;
|
---|
44 | ; Ignore valid and semi-valid keys that equal...
|
---|
45 | ;
|
---|
46 | E:name
|
---|
47 | E:loc_name
|
---|
48 | E:attribution
|
---|
49 | E:heritage
|
---|
50 | E:old_name
|
---|
51 | E:operator
|
---|
52 | E:usage
|
---|
53 | E:construction
|
---|
54 | E:collection
|
---|
55 | E:addr:state
|
---|
56 | E:import_uuid
|
---|
57 | E:image
|
---|
58 | E:mapillary
|
---|
59 | E:url
|
---|
60 | E:website
|
---|
61 | E:postal_code
|
---|
62 | E:source:boundary
|
---|
63 | E:hour_on
|
---|
64 | E:hour_off
|
---|
65 | E:tower:type
|
---|
66 | E:icn
|
---|
67 | E:ncn
|
---|
68 | E:rcn
|
---|
69 | E:lcn
|
---|
70 | E:icn_ref
|
---|
71 | E:ncn_ref
|
---|
72 | E:rcn_ref
|
---|
73 | E:lcn_ref
|
---|
74 | E:place_name
|
---|
75 | E:cycleway
|
---|
76 | E:abutters
|
---|
77 | E:survey_date
|
---|
78 | E:survey:date
|
---|
79 | E:right:state
|
---|
80 | E:left:state
|
---|
81 | E:height
|
---|
82 | E:opening_hours
|
---|
83 | E:service_times
|
---|
84 | E:collection_times
|
---|
85 | E:maxspeed
|
---|
86 | E:maxstay
|
---|
87 | E:colour
|
---|
88 | E:level
|
---|
89 | E:brand
|
---|
90 | E:network
|
---|
91 | E:incline
|
---|
92 | E:wikidata
|
---|
93 | E:zone:maxspeed
|
---|
94 | E:osmc:symbol
|
---|
95 | E:de:amtlicher_gemeindeschluessel
|
---|
96 | E:de:regionalschluessel
|
---|
97 | E:building:colour
|
---|
98 | E:building:material
|
---|
99 | E:roof:colour
|
---|
100 | E:roof:material
|
---|
101 | E:roof:height
|
---|
102 | E:roof:orientation
|
---|
103 | E:roof:shape
|
---|
104 | E:turn:lanes
|
---|
105 | E:turn:lanes:forward
|
---|
106 | E:turn:lanes:backward
|
---|
107 | E:maxspeed:lanes
|
---|
108 | E:maxspeed:lanes:forward
|
---|
109 | E:maxspeed:lanes:backward
|
---|
110 | E:minspeed:lanes
|
---|
111 | E:minspeed:lanes:forward
|
---|
112 | E:minspeed:lanes:backward
|
---|
113 | E:cycleway:lanes
|
---|
114 | E:cycleway:lanes:forward
|
---|
115 | E:cycleway:lanes:backward
|
---|
116 | E:area:highway
|
---|
117 | E:tmc
|
---|
118 | E:memorial:addr
|
---|
119 | E:memorial:text
|
---|
120 | E:memorial:ref
|
---|
121 | E:wheelchair:description
|
---|
122 | E:denotation
|
---|
123 | E:seamark:type
|
---|
124 | E:traffic_sign
|
---|
125 | E:building:levels
|
---|
126 | E:exit_to
|
---|
127 | E:distance
|
---|
128 | E:voltage
|
---|
129 | E:amperage
|
---|
130 | E:capacity
|
---|
131 | E:cables
|
---|
132 | E:circuits
|
---|
133 | E:direction
|
---|
134 | E:fire_hydrant:pressure
|
---|
135 | E:width
|
---|
136 | E:length
|
---|
137 | E:layer
|
---|
138 | E:end_date
|
---|
139 | E:start_date
|
---|
140 | E:expressway
|
---|
141 | E:border_type
|
---|
142 | E:faa
|
---|
143 | E:dataset
|
---|
144 | ;
|
---|
145 | ; Ignore valid and semi-valid keys that end with...
|
---|
146 | ;
|
---|
147 | F::nswgnb
|
---|
148 | F::forward
|
---|
149 | F::backward
|
---|
150 | F::left
|
---|
151 | F::right
|
---|
152 | F::conditional
|
---|
153 | ;
|
---|
154 | ; Misc Tags
|
---|
155 | ;
|
---|
156 | K:type=is_in
|
---|
157 | K:type=benchmark
|
---|
158 | K:noref=yes
|
---|
159 | K:bridge=swing
|
---|
160 | K:residential=rural
|
---|
161 | K:residential=urban
|
---|
162 | K:surface=earth
|
---|
163 | K:waterway=rapids
|
---|
164 | K:bicycle=dismount
|
---|
165 | K:wall=no
|
---|
166 | K:man_made=petroleum_well
|
---|
167 | K:man_made=yes
|
---|
168 | K:railway=construction
|
---|
169 | K:railway=razed
|
---|
170 | K:railway=stop
|
---|
171 | K:station=subway
|
---|
172 | K:office=yes
|
---|
173 | K:pilgrimage=yes
|
---|
174 | K:bdouble=yes
|
---|
175 | K:bdouble=no
|
---|
176 | K:seasonal=no
|
---|
177 | K:memorial:type=stolperstein
|
---|
178 | K:toilets:wheelchair=yes
|
---|
179 | K:toilets:wheelchair=no
|
---|
180 | K:locality=townland
|
---|
181 | K:place=allotments
|
---|
182 | K:place=city_block
|
---|
183 | K:place=plot
|
---|
184 | K:building=bank
|
---|
185 | K:building=bunker
|
---|
186 | K:building=chalet
|
---|
187 | K:building=civic
|
---|
188 | K:building=clinic
|
---|
189 | K:building=houseboat
|
---|
190 | K:building=shop
|
---|
191 | K:building=static_caravan
|
---|
192 | K:building=semi
|
---|
193 | K:building=semidetached_house
|
---|
194 | K:building=slurry_tank
|
---|
195 | K:building=trullo
|
---|
196 | K:leisure=recreation_ground
|
---|
197 | E:old_railway_operator
|
---|
198 | K:maintenance=gritting
|
---|
199 | K:glacier:edge=calving_line
|
---|
200 | K:glacier:edge=grounding_line
|
---|
201 | K:glacier:type=shelf
|
---|
202 | K:glacier:type=rock
|
---|
203 | K:glacier:type=mountain
|
---|
204 | K:glacier:type=ice_tongue
|
---|
205 | K:glacier:type=icecap
|
---|
206 | K:waterway=artificial
|
---|
207 | K:waterway=drystream
|
---|
208 | K:allotments=plot
|
---|
209 | K:land_area=administrative
|
---|
210 | K:attraction=summer_toboggan
|
---|
211 | ;
|
---|
212 | ; Highway Key/Value Pairs
|
---|
213 | ;
|
---|
214 | K:highway=proposed
|
---|
215 | E:proposed
|
---|
216 | E:tracktype
|
---|
217 | K:living_street=yes
|
---|
218 | K:priority_road=designated
|
---|
219 | K:priority_road=yes_unposted
|
---|
220 | K:priority_road=end
|
---|
221 | K:hazmat=designated
|
---|
222 | K:hazmat=no
|
---|
223 | K:hazmat:water=no
|
---|
224 | K:hazmat:water=permissive
|
---|
225 | K:lanes=7
|
---|
226 | K:lanes=8
|
---|
227 | K:lanes=9
|
---|
228 | K:oneway=-1
|
---|
229 | K:traffic_signals=blinker
|
---|
230 | K:traffic_signals=blink_mode
|
---|
231 | K:traffic_signals=emergency
|
---|
232 | K:traffic_signals=ramp_meter
|
---|
233 | K:traffic_signals=signal
|
---|
234 | K:traffic_signals=crossing
|
---|
235 | ;
|
---|
236 | ; Amenity Key/Value Pairs
|
---|
237 | ;
|
---|
238 | K:amenity=crematorium
|
---|
239 | K:amenity=gallery
|
---|
240 | K:amenity=gym
|
---|
241 | K:amenity=signpost
|
---|
242 | ;
|
---|
243 | ; Cuisine Tags
|
---|
244 | ;
|
---|
245 | K:cuisine=pie
|
---|
246 | ;
|
---|
247 | ; Historic Tags
|
---|
248 | ;
|
---|
249 | K:historic=building
|
---|
250 | K:historic=wreck
|
---|
251 | K:historic=charcoal_pile
|
---|
252 | K:historic=heritage
|
---|
253 | ;
|
---|
254 | ; Landcover Tags
|
---|
255 | ;
|
---|
256 | K:landcover=grass
|
---|
257 | K:landcover=trees
|
---|
258 | ;
|
---|
259 | ; Lifecycle Tags
|
---|
260 | ;
|
---|
261 | ;K:historic=yes
|
---|
262 | K:planned=yes
|
---|
263 | K:construction=yes
|
---|
264 | ;K:disused=yes
|
---|
265 | K:abandoned=yes
|
---|
266 | K:removed=yes
|
---|
267 | K:demolished=yes
|
---|
268 | ;
|
---|
269 | ; Military Tags
|
---|
270 | ;
|
---|
271 | K:military=danger_area
|
---|
272 | K:military=naval_base
|
---|
273 | ;
|
---|
274 | ; Natural Tags
|
---|
275 | ;
|
---|
276 | K:natural=marsh
|
---|
277 | K:natural=shrub
|
---|
278 | ;
|
---|
279 | ; Relation Tags
|
---|
280 | ;
|
---|
281 | K:relation=to
|
---|
282 | K:relation=from
|
---|
283 | ;
|
---|
284 | ; Christian Denominations
|
---|
285 | ;
|
---|
286 | K:denomination=apostolic
|
---|
287 | K:denomination=christian_community
|
---|
288 | K:denomination=christian_scientist
|
---|
289 | K:denomination=coptic_orthodox
|
---|
290 | K:denomination=czechoslovak_hussite
|
---|
291 | K:denomination=dutch_reformed
|
---|
292 | K:denomination=foursquare
|
---|
293 | K:denomination=kabbalah
|
---|
294 | K:denomination=karaite
|
---|
295 | K:denomination=living_waters_church
|
---|
296 | K:denomination=maronite
|
---|
297 | K:denomination=mennonite
|
---|
298 | K:denomination=salvation_army
|
---|
299 | K:denomination=united_reformed
|
---|
300 | K:denomination=uniting
|
---|
301 | ;
|
---|
302 | ; Jewish Denominations
|
---|
303 | ;
|
---|
304 | K:denomination=alternative
|
---|
305 | K:denomination=ashkenazi
|
---|
306 | K:denomination=hasidic
|
---|
307 | K:denomination=humanistic
|
---|
308 | K:denomination=liberal
|
---|
309 | K:denomination=modern_orthodox
|
---|
310 | K:denomination=neo_orthodox
|
---|
311 | K:denomination=progressive
|
---|
312 | K:denomination=reconstructionist
|
---|
313 | K:denomination=renewal
|
---|
314 | K:denomination=samaritan
|
---|
315 | K:denomination=ultra_orthodox
|
---|
316 | ;
|
---|
317 | ; Muslim Denominations
|
---|
318 | ;
|
---|
319 | K:denomination=alaouite
|
---|
320 | K:denomination=druze
|
---|
321 | K:denomination=ismaili
|
---|
322 | ;
|
---|
323 | ; Pastafarian Denominations
|
---|
324 | ;
|
---|
325 | K:denomination=EVKdFSMiD
|
---|
326 | ;
|
---|
327 | ; Other Denominations
|
---|
328 | ;
|
---|
329 | K:denomination=masonic
|
---|
330 | ;
|
---|
331 | ; Shop Key/Value Pairs
|
---|
332 | ;
|
---|
333 | K:shop=boat
|
---|
334 | K:shop=ice_cream
|
---|
335 | K:shop=organic
|
---|
336 | K:shop=pasta
|
---|
337 | K:shop=tiles
|
---|
338 | K:shop=vacant
|
---|
339 | K:shop=games
|
---|
340 | ;
|
---|
341 | ; Craft Key/Value Pairs
|
---|
342 | K:craft=tailor
|
---|
343 | ;
|
---|
344 | ; Sports Tags
|
---|
345 | ;
|
---|
346 | K:sport=boxing
|
---|
347 | K:sport=netball
|
---|
348 | K:sport=cliff_diving
|
---|
349 | ;
|
---|
350 | ; Tourism Tags
|
---|
351 | ;
|
---|
352 | K:tourism=yes
|
---|
353 | ;
|
---|
354 | ; Type Key/Value Pairs
|
---|
355 | ;
|
---|
356 | K:type=tmc
|
---|
357 | K:type=TMC
|
---|
358 | ;
|
---|
359 | ; Other tags that might produce false positives
|
---|
360 | ;
|
---|
361 | K:crop=rape
|
---|
362 | K:crossing=marked
|
---|
363 | K:crossing=controlled
|
---|
364 | K:highway=trail
|
---|
365 | K:highway=ford
|
---|
366 | K:indoor=door
|
---|
367 | K:natural=land
|
---|
368 | K:natural=hill
|
---|
369 | K:natural=arete
|
---|
370 | K:natural=slope
|
---|
371 | K:piste:grooming=classic;skating
|
---|
372 | K:power=sub_station
|
---|
373 | K:product=wine
|
---|
374 | K:railway=derail
|
---|
375 | K:railway=radio
|
---|
376 | K:resource=peat
|
---|
377 | K:resource=sand
|
---|
378 | K:shop=trade
|
---|
379 | K:sidewalk=none
|
---|
380 | K:sport=skating
|
---|
381 | K:surface=hard
|
---|
382 | ;
|
---|
383 | ; Tags not yet decided (to remove from this section when added or deprecated)
|
---|
384 | ; see josm tickets: 17770 10759 15309 15774 16315 16658 16793 17541
|
---|
385 | ;
|
---|
386 | K:service=irrigation
|
---|
387 | K:man_made=mast
|
---|
388 | K:amenity=childcare
|
---|
389 | K:landuse=logging
|
---|
390 | K:indoor=wall
|
---|
391 | K:indoor=room
|
---|
392 | K:indoor=corridor
|
---|
393 | K:highway=corridor
|
---|
394 | K:historic=citywalls
|
---|
395 | K:crossing=zebra
|
---|
396 | K:healthcare=dentist
|
---|
397 | K:golf=cartpath
|
---|
398 | K:historic=fort
|
---|