Files
comaps/data/mapcss-mapping.csv
2025-07-26 12:39:08 +02:00

96 KiB

1# This file is used to map OSM tags to OM classificator types.
2# OSM tags are preprocessed according to data/replaced_tags.txt before this mapping.
3#
4# Example row (mind the last semicolon!):
5# highway|bus_stop;[highway=bus_stop];;name;int_name;22;
6# It contains:
7# - type id, sequential starting from 1
8# - optional: a replacement type for a deprecated one
9# then leave only the longest types (there could be a few of them). Equal arity types are kept.
10# - highway-primary-bridge is left while highway-primary is removed;
11# - building-garages is left while building is removed;
12# - amenity-parking-underground-fee is left while amenity-parking and amenity-parking-fee are removed;
13# - both amenity-charging_station-motorcar and amenity-charging_station-bicycle are left;
14#
15# A shorter format for the above example:
16# highway|bus_stop;22;
17# It leaves only columns 1, 6 and 7.
18#
19# A deprecated type is not drawn, not searchable, etc. even when using old map files.
20# An example of a deprecated type:
21# deprecated:railway|yard:06.2023;447;x
22# Note there is the old type name and the deprecation date added into a first column.
23# Usually we don't re-use deprecated type ids for at least a year
24# to avoid breaking experience for users with old maps but a new app version.
25# An example of a deprecated type with a replacement:
26# deprecated:highway|unsurfaced|disused:05.2020;[highway=unsurfaced][disused?];x;name;int_name;838;highway|unclassified
27# or in the short format:
28# deprecated:highway|unsurfaced|disused:05.2020;838;highway|unclassified
29#
30# First 128 ids are reserved for the most frequently occuring types (they're encoded in 1 byte only).
31#
32# Every time you edit this file add/amend unit tests for new/changed matching cases
33# in generator/generator_tests/osm_type_test.cpp, build and run the tests:
34#
35# A C++ parser implementation used by the generator is in generator/utils.cpp::ParseMapCSS().
36# A python parser implementation used to compile *.mapcss style files is in tools/kothic/src/libkomwm.py::komap_mapswithme().
37# The app doesn't use this file directly, it loads a data/types.txt
38# which is derived from this file during style files compilation.
39#
40# Types that don't have any style defined are discarded by the generator.
41# To prevent discarding, add them to the exceptions in indexer/feature_visibility.cpp::IsUsefulNondrawableType()
42building;[building];;addr:housenumber;name;1;
43highway|residential;2;
44highway|service;3;
45waterway|stream;4;
46highway|unclassified;5;
47natural|water;6;
48# Paved/formed urban looking footpaths (e.g. paved highway=path are converted into footways, see osm2type.cpp).
49highway|footway;7;
50highway|track;8;
51highway|tertiary;9;
52# ~17M usages.
53power|tower;10;
54landuse|forest;[landuse=forest],[natural=wood];;name;int_name;11;
55landuse|grass;12;
56highway|secondary;13;
57# Main railway lines, ~1M usages.
58# Using service= together with usage=main is a mismapping, but people do it, so exclude explicitly.
59railway|rail|main;[railway=rail][usage=main][!highspeed][!service];;name;int_name;14;
60landuse|residential;15;
61# Unpaved paths and trails (e.g. unpaved highway=footway are converted into paths,
62# while segregated shared paths into footway + cycleway, see osm2type.cpp).
63highway|path;16;
64highway|bus_stop;17;
65# ~4M usages.
66highway|footway|sidewalk;[highway=footway][footway=sidewalk];;name;int_name;18;
67place|locality;19;
68natural|coastline;20;
69place|village;21;
70# Service railway lines, ~1M usages. All service=siding/yard/crossover except =spur (see replaced_tags.txt).
71railway|rail|service;[railway=rail][service=service];;name;int_name;22;
72waterway|river;23;
73hwtag|oneway;24;
74hwtag|private;25;
75amenity|parking;26;
76highway|primary;27;
77# TODO: railway-rail was deprecated in June 2023 in favor of more detailed railway-rail-main/branch/etc.
78# But the type should be kept for some time to retain original styling and translations in older mwms
79# and to match some rare combinations like railway=rail usage/service=rare_unsupported_value,
80railway|rail;28;
81highway|service|parking_aisle;[highway=service][service=parking_aisle];;name;int_name;29;
82place|hamlet;30;
83moved:highway|road:05.2024;31;highway|road
84deprecated:highway|track|grade2:04.2024;[highway=track][tracktype=grade2];x;name;int_name;32;highway|track
85# ~1.5M usages w/o a more specific wetland=*
86natural|wetland;33;
87deprecated:highway|track|grade3:04.4024;[highway=track][tracktype=grade3];x;name;int_name;34;highway|track
88# ~1M usages.
89power|minor_line;[power=minor_line][!location];;;;35;
90amenity|school;36;
91# Dedicated/segregated cycleways (e.g. segregated paths are converted into cycleways + footways, see osm2type.cpp).
92highway|cycleway;37;
93# ~16M usages.
94power|pole;38;
95moved:amenity|place_of_worship:05.2024;39;amenity|place_of_worship
96deprecated:highway|track|grade1:04.2024;[highway=track][tracktype=grade1];x;name;int_name;40;highway|track
97addr:interpolation|odd;41;
98highway|service|driveway;[highway=service][service=driveway];;name;int_name;42;
99addr:interpolation|even;43;
100highway|motorway_link;44;
101waterway|stream|intermittent;[waterway=stream][intermittent=yes];;name;int_name;45;
102deprecated:highway|track|grade4:04.2024;[highway=track][tracktype=grade4];x;name;int_name;46;highway|track
103natural|water|pond;[natural=water][water=pond];;name;int_name;47;
104landuse|farmland;48;
105barrier|fence;49;
106natural|water|lake;[natural=water][water=lake];;name;int_name;50;
107# ~3M usages. TODO: consolidate all other footway=link/etc. values into highway-footway-minor.
108highway|footway|crossing;[highway=footway][footway=crossing];;name;int_name;51;
109deprecated:waterway|riverbank:05.2024;52;x
110# 600k+ usages.
111highway|path|bicycle;[highway=path][bicycle=designated];;;;53;
112landuse|meadow;54;
113highway|living_street;55;
114# ~400k usages.
115man_made|survey_point;56;
116natural|peak;57;
117highway|motorway;58;
118highway|steps;59;
119waterway|ditch;60;
120amenity|restaurant;61;
121# TODO: deprecated, 250k, replace with natural=water + water=reservoir?
122landuse|reservoir;62;
123deprecated:highway|track|grade5:04.2024;[highway=track][tracktype=grade5];x;name;int_name;63;highway|track
124amenity|bench;64;
125# Branch railway lines include ordinary railway=rail w/o any specific usage= or service=, ~500k usages.
126# Using service= together with usage=branch is a mismapping, but people do it, so exclude explicitly.
127railway|rail|branch;[railway=rail][usage=branch][!highspeed][!service],[railway=rail][!usage][!service][!highspeed];;name;int_name;65;
128highway|trunk;66;
129amenity|fuel;67;
130leisure|park;68;
131leisure|pitch;69;
132highway|pedestrian;70;
133natural|scrub;71;
134highway|motorway|bridge;[highway=motorway][bridge?];;name;int_name;72;
135# -spur doesn't include spurs w/ usage= (they're matched to -utility), ~400k usages.
136railway|rail|spur;[railway=rail][service=spur][!usage];;name;int_name;73;
137railway|level_crossing;74;
138landuse|industrial;75;
139barrier|wall;76;
140amenity|post_box;77;
141place|town;78;
142# ~1M usages.
143power|line;[power=line][!location];;name;int_name;79;
144landuse|farmyard;80;
145highway|residential|bridge;[highway=residential][bridge?];;name;int_name;81;
146# TODO: do not match this type, so that new railway-rail-main/branch/etc-bridge types are used,
147# but retain the old type for compatibility with old mwms for some time.
148# In the meantime railway=rail bridge=yes usage=rare_unsupported_value will be matched to railway-rail (not a bridge!).
149# Currently its impossible to make unsupported values fallback to railway-rail-bridge
150# same way unsupported values fallback to railway-rail, because railway-rail-bridge
151# is not a prefix of railway-rail-main|branch|etc-bridge.
152# Using a [dont=match] and falling back to just railway-rail seems like the best compromise for now.
153# When there is a != and | operators supports, we'll drop this workaround and match like
154# railway|rail|spur|bridge;...,[railway=rail][!service][usage?][usage!=main|branch|tourism|utility][bridge?];...
155# railway|rail|service|bridge;[railway=rail][service?][service!=spur][bridge?];...
156railway|rail|bridge;[railway=rail][bridge?][dont=match];;name;int_name;82;
157deprecated:boundary|administrative|10:04.2024;[boundary=administrative][admin_level=10];x;name;int_name;83;
158deprecated:boundary|administrative|6:04.2024;[boundary=administrative][admin_level=6];x;name;int_name;84;
159highway|secondary|bridge;[highway=secondary][bridge?];;name;int_name;85;
160highway|tertiary|bridge;[highway=tertiary][bridge?];;name;int_name;86;
161barrier|bollard;87;
162leisure|playground;88;
163waterway|drain;89;
164waterway|canal;90;
165highway|trunk_link;91;
166highway|unclassified|bridge;[highway=unclassified][bridge?];;name;int_name;92;
167landuse|forest|deciduous;[landuse=forest][wood=deciduous],[landuse=forest][leaf_type=deciduous],[landuse=forest][leaf_cycle=deciduous],[natural=wood][wood=deciduous],[natural=wood][leaf_type=deciduous],[natural=wood][leaf_cycle=deciduous];;name;int_name;93;
168place|island;94;
169highway|primary|bridge;[highway=primary][bridge?];;name;int_name;95;
170highway|primary_link;96;
171amenity|fast_food;97;
172highway|footway|bridge;[highway=footway][bridge?];;name;int_name;98;
173amenity|bank;99;
174barrier|hedge;100;
175# TODO: ~190k usages.
176amenity|pub;101;
177leisure|swimming_pool;[leisure=swimming_pool],[amenity=swimming_pool];;name;int_name;102;
178# TODO: deprecated, <70k as nodes and 95% automated Canada import, we have no point style anyway
179natural|land;103;
180tourism|hotel;[tourism=hotel],[hotel=yes];;name;int_name;104;
181landuse|cemetery;105;
182sport|soccer;106;
183moved:boundary|administrative|4:05.2024;[boundary=administrative][admin_level=4];x;;;107;boundary|administrative|4
184amenity|cafe;108;
185amenity|recycling|container;[amenity=recycling][recycling_type=container];;name;int_name;109;
186leisure|garden;110;
187landuse|commercial;111;
188moved:railway|station:05.2024;112;railway|station
189deprecated:highway|path|hiking:04.2024;[highway=path][route=hiking],[highway=path][sac_scale=hiking];x;name;int_name;113;highway|path
190# ~200k usages.
191amenity|hospital;114;
192waterway|stream|ephemeral;[waterway=stream][intermittent=ephemeral];;name;int_name;115;
193highway|trunk|bridge;[highway=trunk][bridge?];;name;int_name;116;
194# ~200k usages.
195amenity|post_office;117;
196# ~230k usages.
197landuse|quarry;118;
198amenity|pharmacy;119;
199man_made|pier;120;
200# ~220k usages.
201highway|motorway_junction;121;
202moved:amenity|telephone:05.2024;122;amenity|telephone
203waterway|stream|tunnel;[waterway=stream][tunnel?];;name;int_name;123;
204tourism|information|guidepost;[tourism=information][information=guidepost];;name;int_name;124;
205amenity|parking|fee;[amenity=parking][fee];;name;int_name;125;
206amenity|kindergarten;126;
207leisure|swimming_pool|private;[leisure=swimming_pool][access=private],[amenity=swimming_pool][access=private];;name;int_name;127;
208# ~160k usages.
209place|suburb;128;
210landuse|allotments;129;
211landuse|forest|coniferous;[landuse=forest][wood=coniferous],[landuse=forest][leaf_type=coniferous],[natural=wood][wood=coniferous],[natural=wood][leaf_type=coniferous];;name;int_name;130;
212landuse|forest|mixed;[landuse=forest][wood=mixed],[landuse=forest][leaf_type=mixed],[landuse=forest][leaf_cycle=mixed],[natural=wood][wood=mixed],[natural=wood][leaf_type=mixed],[natural=wood][leaf_cycle=mixed];;name;int_name;131;
213deprecated:natural|wood|mixed:01.2020;[natural=wood][wood=mixed],[natural=wood][leaf_type=mixed],[natural=wood][leaf_cycle=mixed];x;name;int_name;132;landuse|forest|mixed
214sport|tennis;133;
215# ~730k usages.
216landuse|vineyard;134;
217aeroway|taxiway;135;
218aeroway|aerodrome;136;
219leisure|garden|residential;[leisure=garden][garden:type=residential];;name;int_name;137;
220amenity|fire_station;138;
221landuse|retail;139;
222leisure|nature_reserve;140;
223highway|footway|bicycle;[highway=footway][bicycle=designated];;;;141;
224tourism|information;142;
225highway|motorway_link|bridge;[highway=motorway_link][bridge?];;name;int_name;143;
226# Usually there is something else in place of the old railway, e.g. highway=path,
227# but seems like its being used standalone still in which case usefull for e.g. hiking.
228railway|abandoned;144;
229amenity|parking|private;[amenity=parking][access=private];;name;int_name;145;
230deprecated:boundary|administrative|7:04.2024;[boundary=administrative][admin_level=7];x;name;int_name;146;
231tourism|attraction;147;
232natural|water|reservoir;[natural=water][water=reservoir];;name;int_name;148;
233# ~430k usages.
234natural|water|river;[natural=water][water=river];;name;int_name;149;
235railway|tram;150;
236# ~430k usages.
237amenity|toilets;151;
238natural|water|basin;[natural=water][water=basin];;name;int_name;152;
239deprecated:highway|footway|permissive:12.2023;[highway=footway][access=permissive],[highway=footway][foot=permissive];x;name;int_name;153;highway|footway
240leisure|picnic_table;154;
241landuse|construction;155;
242tourism|viewpoint;156;
243amenity|atm;157;
244highway|pedestrian|area;[highway=pedestrian][area?];;name;int_name;158;
245tourism|picnic_site;159;
246# ~460k usages.
247shop|supermarket;160;
248# ~730k usages.
249shop|convenience;161;
250shop|bakery;162;
251highway|construction;163;
252highway|cycleway|bridge;[highway=cycleway][bridge?];;name;int_name;164;
253leisure|sports_centre;165;
254deprecated:highway|path|mountain_hiking:04.2024;[highway=path][sac_scale=mountain_hiking];x;name;int_name;166;highway|path
255tourism|camp_site;167;
256highway|bridleway;168;
257natural|heath;169;
258landuse|basin;170;
259amenity|library;171;
260deprecated:natural|wood|coniferous:01.2020;[natural=wood][wood=coniferous],[natural=wood][leaf_type=coniferous];x;name;int_name;172;landuse|forest|coniferous
261landuse|recreation_ground;173;
262landuse|village_green;174;
263amenity|drinking_water;175;
264amenity|university;176;
265highway|secondary_link;177;
266power|substation;178;
267railway|tram_stop;179;
268place|city;180;
269amenity|shelter;181;
270natural|beach;182;
271highway|footway|tunnel;[highway=footway][tunnel?],[highway=footway][location=underground];;name;int_name;183;
272shop|hairdresser;184;
273amenity|hunting_stand;185;
274deprecated:boundary|administrative|9:04.2024;[boundary=administrative][admin_level=9];x;name;int_name;186;
275amenity|fountain;187;
276natural|beach|sand;[natural=beach][surface=sand];;name;int_name;188;
277amenity|bar;189;
278landuse|garages;190;
279boundary|administrative|2;[boundary=administrative][admin_level=2];;name;int_name;191;
280leisure|common;192;
281highway|track|bridge;[highway=track][bridge?];;name;int_name;193;
282highway|path|bridge;[highway=path][bridge?];;name;int_name;194;
283piste:type|nordic;195;
284natural|beach|gravel;[natural=beach][surface=gravel];;name;int_name;196;
285railway|crossing;197;
286boundary|national_park;198;
287deprecated:natural|wood|deciduous:01.2020;[natural=wood][wood=deciduous],[natural=wood][leaf_type=deciduous],[natural=wood][leaf_cycle=deciduous];x;name;int_name;199;landuse|forest|deciduous
288waterway|dam;200;
289amenity|charging_station|motorcar;[amenity=charging_station][motorcar?];;name;int_name;201;
290leisure|golf_course;202;
291highway|service|bridge;[highway=service][bridge?];;name;int_name;203;
292deprecated:power|minor_line:01.2017;204;x
293# Marsh 500K usages, wet_meadow 160K
294natural|wetland|marsh;[natural=wetland][wetland=marsh],[natural=wetland][wetland=wet_meadow],[natural=wetland][wetland=dambo];;;;205;
295leisure|stadium;206;
296amenity|doctors;207;
297railway|disused;208;
298aeroway|runway;209;
299railway|halt;210;
300man_made|mast;211;
301# TODO: see the railway-rail-bridge comment.
302railway|rail|tunnel;[railway=rail][tunnel?][dont=match];;name;int_name;212;
303man_made|wastewater_plant;213;
304man_made|flagpole;214;
305place|county;215;
306sport|table_tennis;216;
307sport|beachvolleyball;217;
308sport|volleyball;218;
309deprecated:power|station:07.2025;219;x
310sport|swimming;220;
311leisure|track;221;
312sport|skateboard;222;
313barrier|retaining_wall;223;
314amenity|college;224;
315sport|baseball;225;
316highway|service|area;[highway=service][area?];;name;int_name;226;
317highway|residential|area;[highway=residential][area?];;name;int_name;227;
318amenity|bus_station;228;
319deprecated:highway|track|permissive:12.2023;[highway=track][access=permissive];x;name;int_name;229;highway|track
320waterway|drain|tunnel;[waterway=drain][tunnel?];;name;int_name;230;
321landuse|cemetery|christian;[landuse=cemetery][religion=christian];;name;int_name;231;
322highway|cycleway|tunnel;[highway=cycleway][tunnel?];;name;int_name;232;
323amenity|parking|permissive;[amenity=parking][access=permissive];;name;int_name;233;
324deprecated:boundary|administrative|5:04.2024;[boundary=administrative][admin_level=5];x;name;int_name;234;
325highway|unclassified|tunnel;[highway=unclassified][tunnel?];;name;int_name;235;
326amenity|recycling|centre;[amenity=recycling][recycling_type=centre];;name;int_name;236;
327amenity|recycling;237;
328highway|residential|tunnel;[highway=residential][tunnel?];;name;int_name;238;
329aeroway|helipad;239;
330deprecated:highway|path|permissive:12.2023;[highway=path][access=permissive];x;name;int_name;240;highway|path
331# ~530k usages.
332place|islet;241;
333sport|basketball;242;
334amenity|cinema;243;
335amenity|theatre;244;
336sport|chess;245;
337deprecated:railway|spur:06.2023;246;x
338aerialway|station;247;
339landuse|brownfield;248;
340aeroway|apron;249;
341natural|glacier;250;
342amenity|grave_yard;251;
343waterway|canal|tunnel;[waterway=canal][tunnel?];;name;int_name;252;
344piste:type|downhill|easy;[piste:type=downhill][piste:difficulty=easy];;name;int_name;253;
345waterway|ditch|tunnel;[waterway=ditch][tunnel?];;name;int_name;254;
346hwtag|nosidewalk;255;
347piste:type|downhill|intermediate;[piste:type=downhill][piste:difficulty=intermediate];;name;int_name;256;
348railway|subway_entrance;257;
349amenity|charging_station|bicycle;[amenity=charging_station][bicycle?];;name;int_name;258;
350man_made|pipeline;[man_made=pipeline][!location];;name;int_name;259;
351route|ferry;260;
352highway|trunk_link|bridge;[highway=trunk_link][bridge?];;name;int_name;261;
353landuse|military;262;
354highway|service|tunnel;[highway=service][tunnel?];;name;int_name;263;
355railway|light_rail;264;
356place|region;265;
357railway|narrow_gauge;266;
358railway|subway;267;
359natural|cave_entrance;[natural=cave_entrance],[natural=cave];;name;int_name;268;
360highway|tertiary|tunnel;[highway=tertiary][tunnel?];;name;int_name;269;
361landuse|landfill;270;
362amenity|bicycle_rental;271;
363amenity|bicycle_repair_station;272;
364highway|tertiary_link;273;
365landuse|greenfield;274;
366tourism|alpine_hut;275;
367highway|footway|area;[highway=footway][area?];;name;int_name;276;
368tourism|hostel;277;
369waterway|river|tunnel;[waterway=river][tunnel?];;name;int_name;278;
370deprecated:boundary|administrative|county:04.2024;[boundary=administrative][border_type=county];x;name;int_name;279;
371highway|road|bridge;[highway=road][bridge?];;name;int_name;280;
372boundary|administrative|3;[boundary=administrative][admin_level=3];;name;int_name;281;
373power|generator|solar;[power=generator][generator:source=solar];;name;int_name;282;
374boundary|administrative;283;
375power|generator|wind;[power=generator][generator:source=wind];;name;int_name;284;
376power|generator|gas;[power=generator][generator:source=gas];;name;int_name;285;
377sport|athletics;286;
378landuse|railway;287;
379leisure|slipway;288;
380tourism|caravan_site;289;
381place|state;290;
382power|generator|hydro;[power=generator][generator:source=hydro];;name;int_name;291;
383railway|subway|tunnel;[railway=subway][tunnel?];;name;int_name;292;
384barrier|city_wall;293;
385place|farm;294;
386deprecated:boundary|administrative|11:04.2024;[boundary=administrative][admin_level=11];x;name;int_name;295;
387waterway|weir;296;
388highway|secondary|tunnel;[highway=secondary][tunnel?];;name;int_name;297;
389# TODO: its a mismapping likely, if there is a bridge structure still, then it should be railway=disused.
390railway|abandoned|bridge;[railway=abandoned][bridge?];;name;int_name;298;
391man_made|lighthouse;299;
392deprecated:highway|path|demanding_mountain_hiking:04.2024;[highway=path][sac_scale=demanding_mountain_hiking];x;name;int_name;300;highway|path|difficult
393man_made|storage_tank;301;
394man_made|silo;302;
395power|generator;303;
396highway|pedestrian|bridge;[highway=pedestrian][bridge?];;name;int_name;304;
397deprecated:man_made|pipeline|overground:02.2022;[man_made=pipeline][location=overground];x;name;int_name;305;man_made|pipeline
398natural|saddle;306;
399mountain_pass;[mountain_pass];;name;int_name;307;
400highway|raceway;308;
401highway|primary|tunnel;[highway=primary][tunnel?];;name;int_name;309;
402highway|primary_link|bridge;[highway=primary_link][bridge?];;name;int_name;310;
403man_made|tower|communication;[man_made=tower][tower:type=communication],[man_made=mast][tower:type=communication];;name;int_name;311;
404sport|equestrian;312;
405tourism|information|office;[tourism=information][information=office];;name;int_name;313;
406deprecated:highway|footway|hiking:04.2024;[highway=footway][sac_scale=hiking];x;name;int_name;314;highway|path
407aeroway|gate;315;
408# TODO: railway=preserved is deprecated in OSM, recommended mapping is railway:preserved=yes + railway=*
409railway|preserved;316;
410highway|path|horse;[highway=path][horse?];;name;int_name;317;
411deprecated:landuse|field:06.2025;318;x
412hwtag|nocycleway;319;
413leisure|water_park;320;
414# 1M usages
415natural|wetland|bog;[natural=wetland][wetland=bog],[natural=wetland][wetland=string_bog];;;;321;
416man_made|windmill;322;
417military|bunker;323;
418aerialway|chair_lift;324;
419amenity|grave_yard|christian;[amenity=grave_yard][religion=christian];;name;int_name;325;
420highway|trunk|tunnel;[highway=trunk][tunnel?];;name;int_name;326;
421highway|steps|tunnel;[highway=steps][tunnel?],[highway=steps][location=underground];;name;int_name;327;
422amenity|car_sharing;328;
423deprecated:sport|football:10.2021;329;sport|soccer
424highway|steps|bridge;[highway=steps][bridge?];;name;int_name;330;
425highway|track|tunnel;[highway=track][tunnel?];;name;int_name;331;
426highway|pedestrian|tunnel;[highway=pedestrian][tunnel?],[highway=pedestrian][location=underground];;name;int_name;332;
427boundary|aboriginal_lands;333;
428sport|cricket;334;
429sport|bowls;335;
430highway|path|tunnel;[highway=path][tunnel?],[highway=path][location=underground];;name;int_name;336;
431man_made|breakwater;337;
432deprecated:amenity|parking|permissive|fee:01.2020;[amenity=parking][access=permissive][fee?];x;name;int_name;338;amenity|parking|permissive
433# -utility includes all usage=industrial/military/test/science/freight (see replaced_tags.txt) incl. w/ service=spur, but not w/ other service= values.
434# TODO: add [key=value1|value2|etc] (and [key!=value1|value2|etc]) support to avoid referring to replaced_tags.txt.
435railway|rail|utility;[railway=rail][usage=utility][!service],[railway=rail][usage=utility][service=spur];;name;int_name;339;
436tourism|zoo;340;
437sport|gymnastics;341;
438railway|rail|main|bridge;[railway=rail][usage=main][!highspeed][!service][bridge?];;name;int_name;342;
439railway|subway|bridge;[railway=subway][bridge?];;name;int_name;343;
440railway|light_rail|bridge;[railway=light_rail][bridge?];;name;int_name;344;
441aeroway|terminal;345;
442railway|tram|bridge;[railway=tram][bridge?];;name;int_name;346;
443piste:type|downhill|advanced;[piste:type=downhill][piste:difficulty=advanced];;name;int_name;347;
444sport|shooting;348;
445place|country;349;
446deprecated:highway|path|alpine_hiking:04.2024;[highway=path][sac_scale=alpine_hiking];x;name;int_name;350;highway|path|expert
447tourism|zoo|petting;[tourism=zoo][zoo=petting_zoo];;name;int_name;351;
448sport|scuba_diving;352;
449deprecated:highway|cycleway|permissive:12.2023;[highway=cycleway][access=permissive];x;name;int_name;353;highway|cycleway
450highway|unclassified|area;[highway=unclassified][area?];;name;int_name;354;
451natural|volcano;355;
452amenity|parking|underground|fee;[amenity=parking][location=underground][fee],[amenity=parking][parking=underground][fee];;name;int_name;356;
453amenity|parking|underground;[amenity=parking][location=underground],[amenity=parking][parking=underground];;name;int_name;357;
454amenity|parking|street_side;[amenity=parking][parking=street_side];;name;int_name;358;
455amenity|parking|multi-storey;[amenity=parking][parking=multi-storey];;name;int_name;359;
456# TODO: its being replaced by landuse-recreation_ground, merge in there.
457leisure|recreation_ground;360;
458deprecated:highway|footway|mountain_hiking:04.2024;[highway=footway][sac_scale=mountain_hiking];x;name;int_name;361;highway|path
459deprecated:highway|service|driveway|bridge:01.2020;[highway=service][service=driveway][bridge?];x;name;int_name;362;highway|service|driveway
460amenity|parking|multi-storey|fee;[amenity=parking][parking=multi-storey][fee];;name;int_name;363;
461sport|9pin;364;
462sport|10pin;365;
463piste:type|downhill|novice;[piste:type=downhill][piste:difficulty=novice];;name;int_name;366;
464railway|narrow_gauge|bridge;[railway=narrow_gauge][bridge?];;name;int_name;367;
465amenity|parking|lane;[amenity=parking][parking=lane];;name;int_name;368;
466railway|rail|main|tunnel;[railway=rail][usage=main][!highspeed][!service][tunnel?];;name;int_name;369;
467deprecated:highway|bridleway|permissive:12.2023;[highway=bridleway][access=permissive];x;name;int_name;370;highway|bridleway
468railway|construction;371;
469railway|rail|branch|bridge;[railway=rail][usage=branch][!highspeed][!service][bridge?],[railway=rail][!usage][!service][!highspeed][bridge?];;name;int_name;372;
470landuse|greenhouse_horticulture;373;
471railway|rail|branch|tunnel;[railway=rail][usage=branch][!highspeed][!service][tunnel?],[railway=rail][!usage][!service][!highspeed][tunnel?];;name;int_name;374;
472amenity|bureau_de_change;375;
473railway|rail|service|bridge;[railway=rail][service=service][bridge?];;name;int_name;376;
474railway|rail|service|tunnel;[railway=rail][service=service][tunnel?];;name;int_name;377;
475highway|bridleway|bridge;[highway=bridleway][bridge?];;name;int_name;378;
476deprecated:highway|service|driveway|tunnel:01.2020;[highway=service][service=driveway][tunnel?];x;name;int_name;379;highway|service|driveway
477railway|rail|utility|bridge;[railway=rail][usage=utility][!service][bridge?],[railway=rail][usage=utility][service=spur][bridge?];;name;int_name;380;
478amenity|events_venue;381;
479railway|narrow_gauge|tunnel;[railway=narrow_gauge][tunnel?];;name;int_name;382;
480amenity|loading_dock;383;
481waterway|dock;384;
482railway|rail|utility|tunnel;[railway=rail][usage=utility][!service][tunnel?],[railway=rail][usage=utility][service=spur][tunnel?];;name;int_name;385;
483deprecated:highway|service|driveway|area:01.2020;[highway=service][service=driveway][area?];x;name;int_name;386;highway|service|driveway
484railway|rail|spur|bridge;[railway=rail][service=spur][!usage][bridge?];;name;int_name;387;
485place|city|capital;[place=city][capital?];;name;int_name;388;
486aerialway|cable_car;389;
487piste:type|downhill;390;
488sport|american_football;391;
489landuse|education;392;
490man_made|cairn;393;
491railway|preserved|bridge;[railway=preserved][bridge?];;name;int_name;394;
492deprecated:highway|path|demanding_alpine_hiking:04.2024;[highway=path][sac_scale=demanding_alpine_hiking];x;name;int_name;395;highway|path|expert
493railway|rail|spur|tunnel;[railway=rail][service=spur][!usage][tunnel?];;name;int_name;396;
494highway|secondary_link|bridge;[highway=secondary_link][bridge?];;name;int_name;397;
495railway|tram|tunnel;[railway=tram][tunnel?];;name;int_name;398;
496railway|rail|tourism;[railway=rail][usage=tourism][!service];;name;int_name;399;
497# TODO: its a mismapping likely, if there is a tunnel structure still, then it should be railway=disused.
498railway|abandoned|tunnel;[railway=abandoned][tunnel?];;name;int_name;400;
499area:highway|living_street;401;
500piste:type|sled;402;
501leisure|beach_resort;403;
502leisure|dog_park;404;
503aerialway|gondola;405;
504deprecated:historic|museum:10.2021;[historic=museum];x;name;int_name;406;tourism|museum
505highway|living_street|bridge;[highway=living_street][bridge?];;name;int_name;407;
506leisure|track|area;[leisure=track][area?];;name;int_name;408;
507railway|monorail;409;
508railway|rail|highspeed;[railway=rail][highspeed?][!service];;name;int_name;410;
509# ~50k usages; ID hardcoded in vehicle_model.hpp.
510highway|road;411;
511leisure|park|private;[leisure=park][access=private];;name;int_name;412;
512healthcare|physiotherapist;413;
513noexit;[noexit?];;name;int_name;414;
514healthcare|laboratory;415;
515highway|motorway|tunnel;[highway=motorway][tunnel?];;name;int_name;416;
516railway|light_rail|tunnel;[railway=light_rail][tunnel?];;name;int_name;417;
517area:highway|service;418;
518healthcare|alternative;419;
519healthcare|audiologist;420;
520healthcare|blood_donation;421;
521healthcare|optometrist;422;
522highway|road|tunnel;[highway=road][tunnel?];;name;int_name;423;
523sport|archery;424;
524healthcare|podiatrist;425;
525healthcare|psychotherapist;426;
526# TODO: deprecated, migrate to ford=*
527highway|ford;427;
528area:highway|path;428;
529deprecated:railway|siding:06.2023;429;x
530highway|track|area;[highway=track][area?];;name;int_name;430;
531amenity|sanitary_dump_station;431;
532railway|funicular;432;
533amenity|waste_transfer_station;433;
534historic|battlefield;434;
535healthcare|sample_collection;435;
536sport|australian_football;436;
537leisure|bowling_alley;437;
538healthcare|speech_therapist;438;
539natural|scree;439;
540natural|shingle;440;
541aerialway|t-bar;441;
542amenity|parking|lane|fee;[amenity=parking][parking=lane][fee];;name;int_name;442;
543amenity|parking|street_side|fee;[amenity=parking][parking=street_side][fee];;name;int_name;443;
544deprecated:highway|path|difficult_alpine_hiking:04.2024;[highway=path][sac_scale=difficult_alpine_hiking];x;name;int_name;444;highway|path|expert
545earthquake:damage|spontaneous_camp;445;
546natural|water|drain;[natural=water][water=drain];;name;int_name;446;
547deprecated:railway|yard:06.2023;447;x
548natural|water|ditch;[natural=water][water=ditch];;name;int_name;448;
549natural|water|moat;[natural=water][water=moat];;name;int_name;449;
550natural|water|wastewater;[natural=water][water=wastewater];;name;int_name;450;
551deprecated:railway|razed:06.2023;451;x
552deprecated:highway|footway|demanding_mountain_hiking:04.2024;[highway=footway][sac_scale=demanding_mountain_hiking];x;name;int_name;452;highway|path|difficult
553amenity|shelter|basic_hut;[amenity=shelter][shelter_type=basic_hut];;name;int_name;453;
554amenity|shelter|lean_to;[amenity=shelter][shelter_type=lean_to];;name;int_name;454;
555landuse|orchard;455;
556amenity|shelter|public_transport;[amenity=shelter][shelter_type=public_transport];;name;int_name;456;
557highway|living_street|tunnel;[highway=living_street][tunnel?];;name;int_name;457;
558# ~100k usages w/o religion=*.
559amenity|place_of_worship;458;
560# ~80k usages.
561boundary|administrative|4;[boundary=administrative][admin_level=4];;;;459;
562# ~100k usages.
563railway|station;460;
564sport|handball;461;
565deprecated:boundary|administrative|city:04.2024;[boundary=administrative][border_type=city];x;name;int_name;462;
566piste:type|downhill|freeride;[piste:type=downhill][piste:difficulty=freeride],[piste:type=downhill][piste:grooming=backcountry][!piste:difficulty];;name;int_name;463;
567# _path_grade is a surrogate tag which combines sac_scale and trail_visibility, see osm2type.cpp
568highway|path|difficult;[highway=path][_path_grade=difficult];;name;int_name;464;
569highway|path|expert;[highway=path][_path_grade=expert];;name;int_name;465;
570piste:type|downhill|expert;[piste:type=downhill][piste:difficulty=expert];;name;int_name;466;
571landuse|salt_pond;467;
572cemetery|grave;468;
573railway|monorail|bridge;[railway=monorail][bridge?];;name;int_name;469;
574area:highway|steps;470;
575# ~90k usages.
576amenity|telephone;471;
577man_made|communications_tower;472;
578# ~260k uses.
579man_made|petroleum_well;[man_made=petroleum_well],[man_made=gas_well];;;;473;
580natural|grassland;474;
581emergency|lifeguard;475;
582emergency|mountain_rescue;476;
583aerialway|platter;477;
584man_made|flare;478;
585highway|ladder;479;
586railway|preserved|tunnel;[railway=preserved][tunnel?];;name;int_name;480;
587boundary|protected_area|1;[boundary=protected_area][protect_class=1],[boundary=protected_area][protect_class=1a],[boundary=protected_area][protect_class=1b];;name;int_name;481;
588boundary|protected_area|2;[boundary=protected_area][protect_class=2];;name;int_name;482;
589boundary|protected_area|3;[boundary=protected_area][protect_class=3];;name;int_name;483;
590boundary|protected_area|4;[boundary=protected_area][protect_class=4];;name;int_name;484;
591boundary|protected_area|5;[boundary=protected_area][protect_class=5];;name;int_name;485;
592boundary|protected_area|6;[boundary=protected_area][protect_class=6];;name;int_name;486;
593leisure|park|permissive;[leisure=park][access=permissive];;name;int_name;487;
594highway|bridleway|tunnel;[highway=bridleway][tunnel?];;name;int_name;488;
595highway|motorway_link|tunnel;[highway=motorway_link][tunnel?];;name;int_name;489;
596deprecated|deprecated;490;x
597deprecated|deprecated;491;x
598deprecated|deprecated;492;x
599highway|tertiary_link|bridge;[highway=tertiary_link][bridge?];;name;int_name;493;
600tourism|information|visitor_centre;[tourism=information][information=visitor_centre];;name;int_name;494;
601amenity|parking|park_and_ride;[amenity=parking][parking=park_and_ride];;name;int_name;495;
602waterway|fish_pass;496;
603waterway|fish_pass|tunnel;[waterway=fish_pass][tunnel?];;name;int_name;497;
604natural|water|lock;[natural=water][water=lock];;name;int_name;498;
605deprecated:waterway|lock:06.2022;499;waterway|canal
606fee|yes;[fee?];;name;int_name;500;
607fee|no;[fee=no];;name;int_name;501;
608toilets|yes;502;
609highway|trunk_link|tunnel;[highway=trunk_link][tunnel?];;name;int_name;503;
610drinking_water|yes;[drinking_water=yes],[drinking_water=treated],[drinking_water:refill=yes];;;;504;
611drinking_water|no;505;
612deprecated|deprecated;506;x
613deprecated|deprecated;507;x
614deprecated|deprecated;508;x
615deprecated:railway|spur|bridge:06.2023;509;x
616deprecated|deprecated;510;x
617deprecated|deprecated;511;x
618deprecated|deprecated;512;x
619sport|curling;513;
620deprecated|deprecated;514;x
621deprecated|deprecated;515;x
622deprecated|deprecated;516;x
623deprecated|deprecated;517;x
624deprecated|deprecated;518;x
625deprecated|deprecated;519;x
626sport|diving;520;
627#~270k uses.
628man_made|utility_pole;521;
629deprecated:boundary|administrative|suburb:04.2024;[boundary=administrative][border_type=suburb];x;name;int_name;522;
630deprecated|deprecated;523;x
631railway|monorail|tunnel;[railway=monorail][tunnel?];;name;int_name;524;
632railway|funicular|bridge;[railway=funicular][bridge?];;name;int_name;525;
633deprecated|deprecated;526;x
634deprecated|deprecated;527;x
635highway|primary_link|tunnel;[highway=primary_link][tunnel?];;name;int_name;528;
636deprecated:highway|footway|alpine_hiking:04.2024;[highway=footway][sac_scale=alpine_hiking];x;name;int_name;529;highway|path|expert
637deprecated|deprecated;530;x
638deprecated|deprecated;531;x
639deprecated|deprecated;532;x
640deprecated:leisure|landscape_reserve:01.2024;533;leisure|nature_reserve
641deprecated|deprecated;534;x
642deprecated|deprecated;535;x
643deprecated:boundary|administrative|state:04.2024;[boundary=administrative][border_type=state];x;name;int_name;536;
644deprecated|deprecated;537;x
645deprecated|deprecated;538;x
646railway|funicular|tunnel;[railway=funicular][tunnel?];;name;int_name;539;
647barrier|cycle_barrier;540;
648addr:interpolation;[addr:interpolation];;addr:housenumber;name;541;
649deprecated:amenity|speed_trap:10.2021;542;highway|speed_camera
650area:highway|track;543;
651area:highway|primary;544;
652deprecated|deprecated;545;x
653deprecated|deprecated;546;x
654deprecated|deprecated;547;x
655deprecated|deprecated;548;x
656deprecated|deprecated;549;x
657waterway|lock_gate;550;
658leisure|firepit;551;
659barrier|guard_rail;552;
660amenity|studio;553;
661amenity|love_hotel;554;
662deprecated:highway|footway|demanding_alpine_hiking:04.2024;[highway=footway][sac_scale=demanding_alpine_hiking];x;name;int_name;555;highway|path|expert
663deprecated|deprecated;556;x
664deprecated|deprecated;557;x
665deprecated|deprecated;558;x
666deprecated|deprecated;559;x
667deprecated|deprecated;560;x
668deprecated|deprecated;561;x
669deprecated|deprecated;562;x
670deprecated|deprecated;563;x
671natural|lake;564;natural|water|lake
672power|plant;565;
673power|plant|solar;[power=plant][plant:source=solar];;name;int_name;566;
674power|plant|hydro;[power=plant][plant:source=hydro];;name;int_name;567;
675power|plant|wind;[power=plant][plant:source=wind];;name;int_name;568;
676power|plant|gas;[power=plant][plant:source=gas];;name;int_name;569;
677power|plant|coal;[power=plant][plant:source=coal];;name;int_name;570;
678deprecated|deprecated;571;x
679deprecated|deprecated;572;x
680deprecated|deprecated;573;x
681deprecated|deprecated;574;x
682aerialway|rope_tow;575;
683natural|pond;576;natural|water|pond
684railway|station|funicular;[railway=station][station=funicular],[railway=halt][station=funicular];;name;int_name;577;
685highway|secondary_link|tunnel;[highway=secondary_link][tunnel?];;name;int_name;578;
686deprecated|deprecated;579;x
687deprecated|deprecated;580;x
688deprecated|deprecated;581;x
689deprecated|deprecated;582;x
690deprecated|deprecated;583;x
691deprecated|deprecated;584;x
692deprecated|deprecated;585;x
693deprecated|deprecated;586;x
694aerialway|mixed_lift;587;
695deprecated|deprecated;588;x
696deprecated|deprecated;589;x
697deprecated|deprecated;590;x
698highway|track|grade3|permissive;[highway=track][tracktype=grade3][access=permissive];x;name;int_name;591;highway|track
699deprecated|deprecated;592;x
700deprecated|deprecated;593;x
701deprecated|deprecated;594;x
702deprecated|deprecated;595;x
703deprecated|deprecated;596;x
704deprecated:boundary|administrative|region:04.2024;[boundary=administrative][border_type=region];x;name;int_name;597;
705deprecated|deprecated;598;x
706deprecated|deprecated;599;x
707deprecated|deprecated;600;x
708place|continent;601;
709deprecated|deprecated;602;x
710deprecated|deprecated;603;x
711deprecated:boundary|administrative|nation:04.2024;[boundary=administrative][border_type=nation];x;name;int_name;604;
712piste:type|hike;605;
713piste:type|connection;606;
714piste:type|skitour;607;
715aerialway|magic_carpet;608;
716piste:type|downhill|novice|area;[piste:type=downhill][piste:difficulty=novice][area?];;;;609;
717piste:type|downhill|easy|area;[piste:type=downhill][piste:difficulty=easy][area?];;;;610;
718piste:type|downhill|intermediate|area;[piste:type=downhill][piste:difficulty=intermediate][area?];;;;611;
719piste:type|downhill|advanced|area;[piste:type=downhill][piste:difficulty=advanced][area?];;;;612;
720piste:type|downhill|expert|area;[piste:type=downhill][piste:difficulty=expert][area?];;;;613;
721piste:type|downhill|area;[piste:type=downhill][area?];;;;614;
722piste:type|sled|area;[piste:type=sled][area?];;;;615;
723piste:type|snow_park;616;
724deprecated|deprecated;617;x
725deprecated|deprecated;618;x
726aerialway|j-bar;619;
727deprecated|deprecated;620;x
728deprecated|deprecated;621;x
729deprecated|deprecated;622;x
730deprecated|deprecated;623;x
731deprecated|deprecated;624;x
732deprecated|deprecated;625;x
733deprecated:railway|siding|bridge:06.2023;626;x
734deprecated:highway|footway|difficult_alpine_hiking:04.2024;[highway=footway][sac_scale=difficult_alpine_hiking];x;name;int_name;627;highway|path|expert
735deprecated|deprecated;628;x
736deprecated|deprecated;629;x
737deprecated|deprecated;630;x
738highway|track|grade5|permissive;[highway=track][tracktype=grade5][access=permissive];x;name;int_name;631;highway|track
739deprecated|deprecated;632;x
740deprecated|deprecated;633;x
741highway|tertiary_link|tunnel;[highway=tertiary_link][tunnel?];;name;int_name;634;
742deprecated|deprecated;635;x
743deprecated|deprecated;636;x
744deprecated|deprecated;637;x
745deprecated|deprecated;638;x
746deprecated|deprecated;639;x
747deprecated|deprecated;640;x
748deprecated|deprecated;641;x
749deprecated|deprecated;642;x
750deprecated|deprecated;643;x
751deprecated|deprecated;644;x
752deprecated|deprecated;645;x
753deprecated|deprecated;646;x
754deprecated|deprecated;647;x
755deprecated|deprecated;648;x
756deprecated|deprecated;649;x
757deprecated|deprecated;650;x
758deprecated:railway|spur|tunnel:06.2023;651;x
759deprecated|deprecated;652;x
760deprecated|deprecated;653;x
761deprecated|deprecated;654;x
762deprecated|deprecated;655;x
763deprecated|deprecated;656;x
764deprecated:boundary|administrative|municipality:04.2024;[boundary=administrative][border_type=municipality];x;name;int_name;657;
765natural|wetland|saltmarsh;[natural=wetland][wetland=saltmarsh];;;;658;
766natural|wetland|saltmarsh|tidal;[natural=wetland][wetland=saltmarsh][tidal=yes];;;;659;
767natural|wetland|fen;[natural=wetland][wetland=fen];;;;660;
768natural|wetland|reedbed;[natural=wetland][wetland=reedbed];;;;661;
769natural|wetland|swamp;[natural=wetland][wetland=swamp];;;;662;
770natural|wetland|mangrove;[natural=wetland][wetland=mangrove];;;;663;
771natural|wetland|tidalflat;[natural=wetland][wetland=tidalflat];;;;664;
772deprecated|railway|yard|bridge:06.2023;665;x
773deprecated|deprecated;666;x
774deprecated|deprecated;667;x
775deprecated|deprecated;668;x
776deprecated|deprecated;669;x
777deprecated|deprecated;670;x
778deprecated|deprecated;671;x
779deprecated|deprecated;672;x
780deprecated|deprecated;673;x
781deprecated|deprecated;674;x
782highway|track|grade4|permissive;[highway=track][tracktype=grade4][access=permissive];x;name;int_name;675;highway|track
783deprecated|deprecated;676;x
784deprecated|deprecated;677;x
785deprecated|deprecated;678;x
786deprecated|deprecated;679;x
787deprecated|deprecated;680;x
788deprecated|deprecated;681;x
789deprecated|deprecated;682;x
790deprecated|deprecated;683;x
791deprecated|deprecated;684;x
792deprecated|deprecated;685;x
793natural|vineyard;686;landuse|vineyard
794deprecated|deprecated;687;x
795deprecated|deprecated;688;x
796deprecated|deprecated;689;x
797deprecated|deprecated;690;x
798deprecated:boundary|administrative|country:04.2024;[boundary=administrative][border_type=country];x;name;int_name;691;
799man_made|cross;692;
800natural|orchard;693;landuse|orchard
801landuse|plant_nursery;694;
802deprecated|deprecated;695;x
803deprecated|deprecated;696;x
804deprecated|deprecated;697;x
805deprecated|deprecated;698;x
806deprecated|deprecated;699;x
807deprecated|deprecated;700;x
808deprecated|deprecated;701;x
809office|diplomatic;702;
810railway|station|subway;[railway=station][transport=subway],[railway=station][station=subway];;name;int_name;703;
811amenity|police;704;
812amenity|car_rental;705;
813amenity|taxi;706;
814amenity|marketplace;707;
815amenity|nightclub;708;
816amenity|embassy;709;office|diplomatic
817amenity|townhall;710;
818barrier|gate;711;
819barrier|lift_gate;712;
820barrier|stile;713;
821barrier|block;714;
822barrier|toll_booth;715;
823historic|memorial;716;
824historic|ruins;717;
825historic|monument;[historic=monument],[man_made=obelisk];;;;718;
826historic|castle;719;
827historic|archaeological_site;720;
828shop|caravan;721;
829man_made|cutline;722;
830natural|bay;723;
831natural|spring;724;
832railway|platform;725;
833shop|clothes;[shop=clothes],[shop=fashion];;name;int_name;726;
834shop|car_repair;727;
835shop|car;728;
836shop|kiosk;729;
837sport|multi;730;
838sport|golf;[sport=golf],[sport=miniature_golf];;name;int_name;731;
839sport|skiing;732;
840tourism|museum;733;
841tourism|guest_house;734;
842tourism|motel;735;
843deprecated:boundary|administrative|4|state:01.2022;[boundary=administrative][admin_level=4][border_type=state];x;name;int_name;736;boundary|administrative|4
844place|state|USA;[place=state][addr:country=US],[place=state][is_in=USA],[place=state][is_in:country=USA],[place=state][is_in:country_code=us];;name;int_name;737;
845building|address;[addr:housenumber][addr:street];;addr:housenumber;name;738;
846amenity|parking|no-access;[amenity=parking][access=no];;name;int_name;739;
847barrier|swing_gate;740;
848barrier|chain;741;
849sport|climbing;742;
850sport|yoga;743;
851amenity|parking_entrance;[amenity=parking_entrance];;name;int_name;744;
852amenity|parking_entrance|private;[amenity=parking_entrance][access=private];;name;int_name;745;
853amenity|parking_entrance|permissive;[amenity=parking_entrance][access=permissive];;name;int_name;746;
854barrier|cattle_grid;747;
855barrier|ditch;748;
856barrier|kissing_gate;749;
857barrier|turnstile;750;
858landuse|industrial|mine;[landuse=industrial][industrial=mine];;name;int_name;751;
859landuse|flowerbed;752;
860deprecated|deprecated;753;x
861deprecated|deprecated;754;x
862deprecated|deprecated;755;x
863deprecated|deprecated;756;x
864deprecated|deprecated;757;x
865deprecated|deprecated;758;x
866deprecated|deprecated;759;x
867deprecated|deprecated;760;x
868deprecated|deprecated;761;x
869deprecated|deprecated;762;x
870deprecated|deprecated;763;x
871deprecated|deprecated;764;x
872deprecated|deprecated;765;x
873deprecated|deprecated;766;x
874deprecated|deprecated;767;x
875deprecated|deprecated;768;x
876deprecated|deprecated;769;x
877deprecated|deprecated;770;x
878deprecated|deprecated;771;x
879deprecated|deprecated;772;x
880deprecated|deprecated;773;x
881deprecated|deprecated;774;x
882deprecated|deprecated;775;x
883deprecated|deprecated;776;x
884deprecated|deprecated;777;x
885deprecated|deprecated;778;x
886deprecated|deprecated;779;x
887deprecated|deprecated;780;x
888deprecated|deprecated;781;x
889deprecated|deprecated;782;x
890deprecated|deprecated;783;x
891deprecated|deprecated;784;x
892deprecated|deprecated;785;x
893deprecated|deprecated;786;x
894deprecated|deprecated;787;x
895deprecated|deprecated;788;x
896deprecated|deprecated;789;x
897deprecated|deprecated;790;x
898deprecated|deprecated;791;x
899deprecated|deprecated;792;x
900deprecated|deprecated;793;x
901deprecated|deprecated;794;x
902deprecated|deprecated;795;x
903deprecated|deprecated;796;x
904deprecated|deprecated;797;x
905deprecated|deprecated;798;x
906deprecated|deprecated;799;x
907deprecated|deprecated;800;x
908deprecated|deprecated;801;x
909deprecated|deprecated;802;x
910deprecated|deprecated;803;x
911deprecated|deprecated;804;x
912deprecated|deprecated;805;x
913deprecated|deprecated;806;x
914deprecated|deprecated;807;x
915deprecated|deprecated;808;x
916deprecated|deprecated;809;x
917deprecated|deprecated;810;x
918deprecated|deprecated;811;x
919deprecated|deprecated;812;x
920deprecated|deprecated;813;x
921deprecated|deprecated;814;x
922deprecated|deprecated;815;x
923deprecated|deprecated;816;x
924deprecated|deprecated;817;x
925deprecated|deprecated;818;x
926deprecated|deprecated;819;x
927deprecated|deprecated;820;x
928highway|track|grade3|no-access;[highway=track][tracktype=grade3][access=no];x;name;int_name;821;highway|track
929highway|track|grade4|no-access;[highway=track][tracktype=grade4][access=no];x;name;int_name;822;highway|track
930highway|track|grade5|no-access;[highway=track][tracktype=grade5][access=no];x;name;int_name;823;highway|track
931highway|track|no-access;[highway=track][access=no];;name;int_name;824;
932deprecated|deprecated;825;x
933deprecated|deprecated;826;x
934deprecated|deprecated;827;x
935deprecated|deprecated;828;x
936deprecated|deprecated;829;x
937deprecated|deprecated;830;x
938deprecated|deprecated;831;x
939deprecated|deprecated;832;x
940deprecated|deprecated;833;x
941deprecated|deprecated;834;x
942deprecated|deprecated;835;x
943deprecated|deprecated;836;x
944deprecated|deprecated;837;x
945deprecated|deprecated;838;x
946landuse|military|danger_area;[landuse=military][military=danger_area][wikipedia?],[landuse=military][military=cordon][wikipedia?];;name;int_name;839;
947boundary|protected_area;840;
948deprecated|deprecated;841;x
949deprecated|deprecated;842;x
950deprecated|deprecated;843;x
951deprecated|deprecated;844;x
952deprecated|deprecated;845;x
953deprecated|deprecated;846;x
954leisure|park|no-access;[leisure=park][access=no];;name;int_name;847;
955deprecated|deprecated;848;x
956deprecated|deprecated;849;x
957deprecated|deprecated;850;x
958deprecated|deprecated;851;x
959railway|rail|highspeed|bridge;[railway=rail][highspeed?][!service][bridge?];;name;int_name;852;
960railway|rail|tourism|bridge;[railway=rail][usage=tourism][!service][bridge?];;name;int_name;853;
961railway|rail|highspeed|tunnel;[railway=rail][highspeed?][!service][tunnel?];;name;int_name;854;
962railway|rail|tourism|tunnel;[railway=rail][usage=tourism][!service][tunnel?];;name;int_name;855;
963mapswithme|grid;856;
964# service=bus/busway is deprecated in OSM
965deprecated:highway|service|busway:10.2023;[highway=service][service=busway];x;name;int_name;857;highway|busway
966highway|busway;[highway=busway],[highway=service][service=busway],[highway=service][service=bus];;name;int_name;858;
967highway|busway|bridge;[highway=busway][bridge?];;name;int_name;859;
968highway|busway|tunnel;[highway=busway][tunnel?];;name;int_name;860;
969natural|salt_pond;861;landuse|salt_pond
970amenity|conference_centre;862;
971amenity|exhibition_centre;863;
972deprecated:railway|siding|tunnel:06.2023;864;x
973deprecated:railway|yard|tunnel:06.2023;865;x
974area:highway|footway;866;
975junction|circular;867;
976area:highway|residential;868;
977area:highway|secondary;869;
978area:highway|tertiary;870;
979deprecated|deprecated;871;x
980deprecated|deprecated;872;x
981area:highway|pedestrian;873;
982area:highway|unclassified;874;
983deprecated|deprecated;875;x
984deprecated|deprecated;876;x
985area:highway|cycleway;877;
986entrance|exit;878;
987area:highway|motorway;879;
988area:highway|trunk;880;
989man_made|bridge;881;
990entrance;[entrance];;ref;addr:flats;882;
991entrance|main;[entrance=main];;ref;addr:flats;883;
992shop|agrarian;884;
993tourism|artwork;885;
994railway|subway|red;[railway=subway][colour=red];x;name;int_name;886;railway|subway|tunnel
995railway|subway|blue;[railway=subway][colour=blue];x;name;int_name;887;railway|subway|tunnel
996railway|subway|orange;[railway=subway][colour=orange];x;name;int_name;888;railway|subway|tunnel
997railway|subway|green;[railway=subway][colour=green];x;name;int_name;889;railway|subway|tunnel
998railway|subway|brown;[railway=subway][colour=brown];x;name;int_name;890;railway|subway|tunnel
999railway|subway|yellow;[railway=subway][colour=yellow];x;name;int_name;891;railway|subway|tunnel
1000railway|subway|purple;[railway=subway][colour=purple];x;name;int_name;892;railway|subway|tunnel
1001historic|memorial|stolperstein;[historic=memorial][memorial=stolperstein],[historic=memorial][memorial:type=stolperstein];;name;int_name;893;
1002historic|memorial|war_memorial;[historic=memorial][memorial=war_memorial],[historic=memorial][memorial:type=war_memorial];;name;int_name;894;
1003historic|memorial|cross;[historic=memorial][memorial=cross];;name;int_name;895;
1004historic|gallows;[historic=gallows];;name;int_name;896;
1005historic|pillory;[historic=pillory];;name;int_name;897;
1006amenity|money_transfer;898;
1007man_made|crane;899;
1008railway|subway|darkgreen;[railway=subway][colour=darkgreen];x;name;int_name;900;railway|subway|tunnel
1009deprecated|deprecated;901;x
1010railway|subway|gray;[railway=subway][colour=gray];x;name;int_name;902;railway|subway|tunnel
1011deprecated|deprecated;903;x
1012railway|subway|lightblue;[railway=subway][colour=lightblue];x;name;int_name;904;railway|subway|tunnel
1013amenity|motorcycle_rental;[amenity=motorcycle_rental],[shop=motorcycle][motorcycle:rental=yes],[shop=motorcycle][rental=yes],[amenity=scooter_rental];;;;905;
1014railway|subway|lightgreen;[railway=subway][colour=lightgreen];x;name;int_name;906;railway|subway|tunnel
1015place|quarter;907;
1016railway|subway|violet;[railway=subway][colour=violet];x;name;int_name;908;railway|subway|tunnel
1017shop|rental;909;
1018railway|subway|grey;[railway=subway][colour=grey];x;name;int_name;910;railway|subway|tunnel
1019shop|rental|bike;[shop=rental][rental=bike];;name;int_name;911;
1020historic|ship;912;
1021shop|tobacco;913;
1022shop|farm;914;
1023shop|storage_rental;915;
1024shop|trade;916;
1025shop|deli;917;
1026shop|mall;918;
1027shop|doityourself;919;
1028place|sea;920;
1029place|ocean;921;
1030natural|cliff;922;
1031shop|butcher;923;
1032shop|florist;924;
1033shop|bicycle;925;
1034shop|alcohol;926;
1035shop|books;927;
1036shop|electronics;928;
1037shop|shoes;929;
1038shop|department_store;930;
1039shop|hardware;931;
1040shop|jewelry;932;
1041shop|chemist;933;
1042shop|optician;934;
1043shop|garden_centre;935;
1044shop|gift;936;
1045shop|computer;937;
1046shop|mobile_phone;938;
1047shop|greengrocer;939;
1048shop|beverages;940;
1049shop|toys;941;
1050shop|confectionery;942;
1051shop;[shop?];;name;int_name;943;
1052hwtag|lit;944;
1053office|company;945;
1054office|telecommunication;946;
1055office|government;947;
1056office|estate_agent;[office=estate_agent],[shop=estate_agent];;name;int_name;948;
1057office|lawyer;949;
1058office;[office];;name;int_name;950;
1059natural|earth_bank;951;
1060man_made|embankment;952;
1061amenity|ferry_terminal;953;
1062amenity;[amenity];;name;int_name;954;
1063shop|furniture;955;
1064craft|winery;956;
1065waterway|waterfall;957;
1066craft|electronics_repair;958;
1067shop|appliance;959;
1068amenity|casino;960;
1069amenity|brothel;961;
1070place|neighbourhood;962;
1071place|isolated_dwelling;963;
1072historic|wayside_cross;964;
1073historic|wayside_shrine;965;
1074historic|boundary_stone;966;
1075historic|citywalls;967;
1076historic|tomb;968;
1077natural|rock;[natural=rock],[natural=stone];;;;969;
1078natural|bare_rock;970;
1079natural|tree_row;971;
1080natural|cape;972;
1081craft|carpenter;973;
1082craft|shoemaker;974;
1083craft|photographer;975;
1084craft|electrician;976;
1085craft|tailor;[craft=tailor],[shop=tailor];;name;int_name;977;
1086craft|plumber;978;
1087craft|brewery;979;
1088craft|metal_construction;980;
1089craft|hvac;981;
1090craft|painter;982;
1091craft|gardener;983;
1092internet_access;[internet_access];;name;int_name;984;
1093internet_access|wlan;985;
1094amenity|waste_disposal;986;
1095amenity|bbq;987;
1096craft|sawmill;988;
1097route|ferry|motorcar;[route=ferry][motorcar];x;name;int_name;989;route|ferry
1098junction|roundabout;990;
1099highway|speed_camera;991;
1100shop|beauty;992;
1101shop|sports;993;
1102deprecated:route|ferry|motor_vehicle:09.2021;[route=ferry][motor_vehicle];x;name;int_name;994;route|ferry
1103deprecated:railway|rail|motor_vehicle:06.2023;[railway=rail][motor_vehicle],[railway=rail][motorcar];x;name;int_name;995;railway|rail
1104hwtag|nofoot;996;
1105place|city|capital|2;[place=city][capital=2],[place=city][capital?][admin_level=2];;name;int_name;997;
1106place|city|capital|3;[place=city][capital=3],[place=city][capital?][admin_level=3];;name;int_name;998;
1107place|city|capital|4;[place=city][capital=4],[place=city][capital?][admin_level=4];;name;int_name;999;
1108place|city|capital|5;[place=city][capital=5],[place=city][capital?][admin_level=5];;name;int_name;1000;
1109place|city|capital|6;[place=city][capital=6],[place=city][capital?][admin_level=6];;name;int_name;1001;
1110place|city|capital|7;[place=city][capital=7],[place=city][capital?][admin_level=7];;name;int_name;1002;
1111place|city|capital|8;[place=city][capital=8],[place=city][capital?][admin_level=8];;name;int_name;1003;
1112place|city|capital|9;[place=city][capital=9],[place=city][capital?][admin_level=9];;name;int_name;1004;
1113place|city|capital|10;[place=city][capital=10],[place=city][capital?][admin_level=10];;name;int_name;1005;
1114place|city|capital|11;[place=city][capital=11],[place=city][capital?][admin_level=11];;name;int_name;1006;
1115hwtag|yesfoot;1007;
1116public_transport|platform;1008;
1117# Useless now, it is detected by the classifier, but has no any rules and isn't set as an exception.
1118junction;[junction];;name;int_name;1009;
1119aeroway|aerodrome|international;[aeroway=aerodrome][aerodrome=international],[aeroway=aerodrome][aerodrome:type=international];;name;int_name;1010;
1120railway|station|light_rail;[railway=station][station=light_rail],[railway=station][transport=light_rail];;name;int_name;1011;
1121railway|station|monorail;[railway=station][station=monorail],[railway=station][transport=monorail],[railway=halt][station=monorail];;name;int_name;1012;
1122railway|station|subway|london;[railway=station][transport=subway][city=london],[railway=station][station=subway][city=london];;name;int_name;1013;
1123railway|station|subway|newyork;[railway=station][transport=subway][city=newyork],[railway=station][station=subway][city=newyork];;name;int_name;1014;
1124railway|station|subway|moscow;[railway=station][transport=subway][city=moscow],[railway=station][station=subway][city=moscow];;name;int_name;1015;
1125railway|station|subway|berlin;[railway=station][transport=subway][city=berlin],[railway=station][station=subway][city=berlin];;name;int_name;1016;
1126railway|station|subway|minsk;[railway=station][transport=subway][city=minsk],[railway=station][station=subway][city=minsk];;name;int_name;1017;
1127railway|station|subway|kiev;[railway=station][transport=subway][city=kiev],[railway=station][station=subway][city=kiev];;name;int_name;1018;
1128railway|station|subway|barcelona;[railway=station][transport=subway][city=barcelona],[railway=station][station=subway][city=barcelona];;name;int_name;1019;
1129railway|station|subway|paris;[railway=station][transport=subway][city=paris],[railway=station][station=subway][city=paris];;name;int_name;1020;
1130railway|station|subway|madrid;[railway=station][transport=subway][city=madrid],[railway=station][station=subway][city=madrid];;name;int_name;1021;
1131railway|station|subway|roma;[railway=station][transport=subway][city=roma],[railway=station][station=subway][city=roma];;name;int_name;1022;
1132railway|station|subway|spb;[railway=station][transport=subway][city=spb],[railway=station][station=subway][city=spb];;name;int_name;1023;
1133railway|subway_entrance|london;[railway=subway_entrance][city=london];;name;int_name;1024;
1134railway|subway_entrance|newyork;[railway=subway_entrance][city=newyork];;name;int_name;1025;
1135railway|subway_entrance|moscow;[railway=subway_entrance][city=moscow];;name;int_name;1026;
1136railway|subway_entrance|berlin;[railway=subway_entrance][city=berlin];;name;int_name;1027;
1137railway|subway_entrance|minsk;[railway=subway_entrance][city=minsk];;name;int_name;1028;
1138railway|subway_entrance|kiev;[railway=subway_entrance][city=kiev];;name;int_name;1029;
1139railway|subway_entrance|barcelona;[railway=subway_entrance][city=barcelona];;name;int_name;1030;
1140railway|subway_entrance|paris;[railway=subway_entrance][city=paris];;name;int_name;1031;
1141railway|subway_entrance|madrid;[railway=subway_entrance][city=madrid];;name;int_name;1032;
1142railway|subway_entrance|roma;[railway=subway_entrance][city=roma];;name;int_name;1033;
1143railway|subway_entrance|spb;[railway=subway_entrance][city=spb];;name;int_name;1034;
1144aerialway|drag_lift;1035;
1145amenity|dentist;1036;
1146amenity|clinic;1037;
1147barrier|entrance;1038;
1148barrier|border_control;1039;
1149shop|laundry;1040;
1150amenity|vending_machine|parking_tickets;[amenity=vending_machine][vending=parking_tickets];;name;int_name;1041;
1151amenity|vending_machine|public_transport_tickets;[amenity=vending_machine][vending=public_transport_tickets];;name;int_name;1042;
1152building:part;[building:part];;name;int_name;1043;
1153amenity|place_of_worship|christian;[amenity=place_of_worship][religion=christian];;name;int_name;1044;
1154amenity|place_of_worship|muslim;[amenity=place_of_worship][religion=muslim];;name;int_name;1045;
1155amenity|place_of_worship|buddhist;[amenity=place_of_worship][religion=buddhist];;name;int_name;1046;
1156amenity|place_of_worship|hindu;[amenity=place_of_worship][religion=hindu];;name;int_name;1047;
1157amenity|place_of_worship|shinto;[amenity=place_of_worship][religion=shinto];;name;int_name;1048;
1158amenity|place_of_worship|jewish;[amenity=place_of_worship][religion=jewish];;name;int_name;1049;
1159amenity|place_of_worship|taoist;[amenity=place_of_worship][religion=taoist];;name;int_name;1050;
1160man_made|water_tower;1051;
1161highway|world_level;1052;
1162highway|world_towns_level;1053;
1163building|train_station;1054;
1164route|shuttle_train;[route=shuttle_train],[route=train][shuttle];;;;1055;
1165shop|copyshop;1056;
1166shop|photo;1057;
1167shop|travel_agency;[shop=travel_agency],[office=travel_agent];;name;int_name;1058;
1168highway|elevator;1059;
1169shop|outdoor;1060;
1170craft|confectionery;1061;
1171craft|handicraft;1062;
1172shop|dry_cleaning;1063;
1173shop|tyres;1064;
1174craft|beekeeper;1065;
1175amenity|car_wash;1066;
1176amenity|veterinary;1067;
1177amenity|charging_station;1068;
1178amenity|childcare;1069;
1179craft|blacksmith;1070;
1180amenity|bicycle_parking;1071;
1181amenity|community_centre;1072;
1182amenity|courthouse;1073;
1183amenity|vending_machine|cigarettes;[amenity=vending_machine][vending=cigarettes];;name;int_name;1074;
1184amenity|vending_machine|drinks;[amenity=vending_machine][vending=drinks];;name;int_name;1075;
1185amenity|waste_basket;1076;
1186building|garage;[building=garage],[building=yes][garage],[building=garages],[amenity=garage],[amenity=garages];;addr:housenumber;name;1077;
1187shop|pastry;1078;
1188emergency|phone;1079;
1189highway|rest_area;1080;
1190highway|traffic_signals;1081;
1191leisure|fitness_centre;[leisure=fitness_centre],[leisure=sports_centre][sport=fitness],[amenity=gym];;name;int_name;1082;
1192amenity|vending_machine|excrement_bags;[amenity=vending_machine][vending=excrement_bags];;name;int_name;1083;
1193amenity|parcel_locker;1084;
1194leisure|sauna;[leisure=sauna],[amenity=sauna];;name;int_name;1085;
1195amenity|vending_machine|fuel;[amenity=vending_machine][vending=fuel];;name;int_name;1086;
1196man_made|chimney;1087;
1197man_made|tower;1088;
1198man_made|water_well;1089;
1199amenity|vending_machine;[amenity=vending_machine];;name;int_name;1090;
1200shop|bookmaker;1091;
1201shop|car_repair|tyres;[shop=car_repair][service=tyres];;name;int_name;1092;
1202shop|cosmetics;1093;
1203shop|pet;1094;
1204shop|seafood;1095;
1205shop|ticket;1096;
1206shop|wine;1097;
1207tourism|chalet;1098;
1208tourism|information|board;[tourism=information][information=board];;name;int_name;1099;
1209tourism|information|map;[tourism=information][information=map];;name;int_name;1100;
1210shop|paint;1101;
1211traffic_calming|bump;1102;
1212traffic_calming|hump;1103;
1213shop|car_parts;1104;
1214leisure|sports_centre|climbing;[leisure=sports_centre][sport=climbing];x;name;int_name;1105;leisure|sports_centre
1215leisure|sports_centre|shooting;[leisure=sports_centre][sport=shooting];x;name;int_name;1106;leisure|sports_centre
1216leisure|sports_centre|swimming;[leisure=sports_centre][sport=swimming];x;name;int_name;1107;leisure|sports_centre
1217leisure|sports_centre|yoga;[leisure=sports_centre][sport=yoga];x;name;int_name;1108;leisure|sports_centre
1218amenity|public_bookcase;1109;
1219tourism|apartment;1110;
1220leisure|resort;[leisure=resort],[tourism=resort],[leisure=summer_camp];;name;int_name;1111;
1221shop|interior_decoration;1112;
1222shop|houseware;1113;
1223hwtag|nobicycle;1114;
1224hwtag|yesbicycle;1115;
1225hwtag|bidir_bicycle;1116;
1226psurface|paved_good;1117;
1227psurface|paved_bad;1118;
1228psurface|unpaved_good;1119;
1229psurface|unpaved_bad;1120;
1230wheelchair|yes;1121;
1231wheelchair|no;1122;
1232wheelchair|limited;1123;
1233building|has_parts;1124;
1234organic|only;1125;
1235organic|yes;1126;
1236amenity|vending_machine|coffee;[amenity=vending_machine][vending=coffee];;name;int_name;1127;
1237amenity|vending_machine|condoms;[amenity=vending_machine][vending=condoms];;name;int_name;1128;
1238amenity|vending_machine|food;[amenity=vending_machine][vending=food];;name;int_name;1129;
1239amenity|vending_machine|newspapers;[amenity=vending_machine][vending=newspapers];;name;int_name;1130;
1240amenity|vending_machine|sweets;[amenity=vending_machine][vending=sweets];;name;int_name;1131;
1241leisure|dance;[leisure=dance],[amenity=dancing_school];;;;1132;
1242amenity|music_school;1133;
1243amenity|language_school;1134;
1244historic|city_gate;1135;
1245sport|padel;1136;
1246sport|futsal;1137;
1247sport|ice_hockey;1138;
1248sport|field_hockey;1139;
1249sport|badminton;1140;
1250sport|pelota;1141;
1251historic|castle|castrum;[historic=castle][castle_type=castrum];;name;int_name;1142;
1252historic|castle|fortified_church;[historic=castle][castle_type=fortified_church];;name;int_name;1143;
1253historic|castle|fortress;[historic=castle][castle_type=fortress],[historic=fortress];;name;int_name;1144;
1254historic|castle|hillfort;[historic=castle][castle_type=hillfort];;name;int_name;1145;
1255historic|castle|kremlin;[historic=castle][castle_type=kremlin];;name;int_name;1146;
1256historic|castle|manor;[historic=castle][castle_type=manor],[historic=manor];;name;int_name;1147;
1257historic|castle|palace;[historic=castle][castle_type=palace];;name;int_name;1148;
1258historic|castle|shiro;[historic=castle][castle_type=shiro];;name;int_name;1149;
1259hwtag|yescar;1150;
1260hwtag|nocar;1151;
1261tourism|gallery;1152;
1262historic|fort;1153;
1263shop|coffee;1154;
1264shop|tea;1155;
1265shop|art;1156;
1266shop|charity;1157;
1267hwtag|toll;1158;
1268amenity|arts_centre;1159;
1269amenity|biergarten;1160;
1270amenity|driving_school;1161;
1271amenity|food_court;1162;
1272amenity|ice_cream;1163;
1273amenity|internet_cafe;1164;
1274amenity|motorcycle_parking;1165;
1275amenity|nursing_home;1166;
1276amenity|payment_terminal;1167;
1277amenity|prison;1168;
1278amenity|shower;1169;
1279amenity|water_point;1170;
1280emergency|defibrillator;1171;
1281emergency|fire_hydrant;1172;
1282highway|services;1173;
1283leisure|fitness_station;1174;
1284leisure|ice_rink;1175;
1285leisure|marina;1176;
1286shop|medical_supply;1177;
1287man_made|surveillance;1178;
1288man_made|water_tap;1179;
1289man_made|works;1180;
1290office|insurance;1181;
1291office|ngo;1182;
1292shop|chocolate;1183;
1293shop|erotic;1184;
1294shop|kitchen;1185;
1295shop|fabric;1186;
1296shop|funeral_directors;1187;
1297shop|massage;1188;
1298shop|motorcycle;1189;
1299shop|music;1190;
1300shop|musical_instrument;1191;
1301shop|newsagent;1192;
1302shop|pawnbroker;1193;
1303shop|stationery;1194;
1304shop|tattoo;1195;
1305shop|variety_store;1196;
1306shop|video;1197;
1307tourism|theme_park;1198;
1308tourism|wilderness_hut;1199;
1309shop|boutique;1200;
1310shop|lottery;1201;
1311shop|antiques;1202;
1312shop|wholesale;1203;
1313shop|perfumery;1204;
1314shop|baby_goods;1205;
1315shop|bag;1206;
1316shop|dairy;1207;
1317shop|electrical;1208;
1318shop|cheese;1209;
1319shop|money_lender;1210;
1320shop|health_food;1211;
1321shop|fishing;1212;
1322shop|grocery;1213;
1323shop|nutrition_supplements;1214;
1324shop|watches;1215;
1325shop|second_hand;1216;
1326shop|craft;1217;
1327shop|sewing;1218;
1328railway|station|subway|warszawa;[railway=station][transport=subway][city=warszawa],[railway=station][station=subway][city=warszawa];;name;int_name;1219;
1329railway|subway_entrance|warszawa;[railway=subway_entrance][city=warszawa];;name;int_name;1220;
1330shop|bed;1221;
1331shop|outpost;1222;
1332shop|gas;1223;
1333natural|desert;[natural=desert],[natural=sand][desert=erg];;name;int_name;1224;
1334natural|water|tunnel;[natural=water][tunnel?];;name;int_name;1225;
1335place|square;1226;
1336tourism|artwork|architecture;[tourism=artwork][artwork_type=architecture],[tourism=artwork][type=architecture];;name;int_name;1227;
1337tourism|artwork|sculpture;[tourism=artwork][artwork_type=sculpture],[tourism=artwork][type=sculpture];;name;int_name;1228;
1338tourism|artwork|statue;[tourism=artwork][artwork_type=statue],[tourism=artwork][type=statue];;name;int_name;1229;
1339tourism|artwork|painting;[tourism=artwork][artwork_type=painting],[tourism=artwork][type=painting];;name;int_name;1230;
1340historic|memorial|sculpture;[historic=memorial][memorial=sculpture],[historic=memorial][memorial:type=sculpture];;name;int_name;1231;
1341historic|memorial|statue;[historic=memorial][memorial=statue],[historic=memorial][memorial:type=statue];;name;int_name;1232;
1342historic|memorial|plaque;[historic=memorial][memorial=plaque],[historic=memorial][memorial:type=plaque];;name;int_name;1233;
1343historic|castle|defensive;[historic=castle][castle_type=defensive];;name;int_name;1234;
1344historic|castle|stately;[historic=castle][castle_type=stately];;name;int_name;1235;
1345attraction|animal;1236;
1346deprecated:tourism|attraction|specified:03.2024;[tourism=attraction][attraction=specified];x;name;int_name;1237;tourism|attraction
1347cuisine|regional;1238;
1348cuisine|pizza;1239;
1349cuisine|burger;1240;
1350cuisine|italian;1241;
1351cuisine|chinese;1242;
1352cuisine|coffee_shop;1243;
1353cuisine|sandwich;1244;
1354cuisine|german;1245;
1355cuisine|japanese;1246;
1356cuisine|kebab;1247;
1357cuisine|mexican;1248;
1358cuisine|indian;1249;
1359cuisine|american;1250;
1360cuisine|french;1251;
1361cuisine|ice_cream;1252;
1362cuisine|asian;1253;
1363cuisine|chicken;1254;
1364cuisine|greek;1255;
1365cuisine|thai;1256;
1366cuisine|international;1257;
1367cuisine|sushi;1258;
1368cuisine|fish_and_chips;1259;
1369cuisine|turkish;1260;
1370cuisine|seafood;1261;
1371cuisine|steak_house;1262;
1372cuisine|spanish;1263;
1373cuisine|fish;1264;
1374cuisine|vietnamese;1265;
1375cuisine|noodles;1266;
1376cuisine|vegetarian;1267;
1377cuisine|korean;1268;
1378cuisine|friture;1269;
1379cuisine|barbecue;1270;
1380cuisine|bavarian;1271;
1381cuisine|ramen;1272;
1382cuisine|italian_pizza;1273;
1383cuisine|mediterranean;1274;
1384cuisine|donut;1275;
1385cuisine|beef_bowl;1276;
1386cuisine|cake;1277;
1387cuisine|crepe;1278;
1388cuisine|heuriger;1279;
1389cuisine|lebanese;1280;
1390cuisine|local;1281;
1391cuisine|curry;1282;
1392cuisine|filipino;1283;
1393cuisine|russian;1284;
1394cuisine|breakfast;1285;
1395cuisine|tapas;1286;
1396cuisine|bagel;1287;
1397cuisine|pasta;1288;
1398cuisine|buschenschank;1289;
1399cuisine|sausage;1290;
1400cuisine|portuguese;1291;
1401cuisine|grill;1292;
1402cuisine|pancake;1293;
1403cuisine|malagasy;1294;
1404cuisine|polish;1295;
1405cuisine|diner;1296;
1406cuisine|african;1297;
1407cuisine|georgian;1298;
1408cuisine|croatian;1299;
1409cuisine|arab;1300;
1410cuisine|balkan;1301;
1411cuisine|brazilian;1302;
1412cuisine|caribbean;1303;
1413cuisine|austrian;1304;
1414cuisine|vegan;1305;
1415cuisine|argentinian;1306;
1416cuisine|persian;1307;
1417cuisine|soba;1308;
1418cuisine|malaysian;1309;
1419cuisine|indonesian;1310;
1420cuisine|ethiopian;1311;
1421cuisine|deli;1312;
1422cuisine|irish;1313;
1423cuisine|hungarian;1314;
1424cuisine|lao;1315;
1425cuisine|hotdog;1316;
1426cuisine|oriental;1317;
1427cuisine|savory_pancakes;1318;
1428cuisine|moroccan;1319;
1429cuisine|peruvian;1320;
1430cuisine|fine_dining;1321;
1431cuisine|tea;1322;
1432natural|geyser;1323;
1433cuisine|bubble_tea;1324;
1434natural|hot_spring;1325;
1435amenity|parking_space;1326;
1436amenity|parking_space|underground;[amenity=parking_space][parking=underground];;name;int_name;1327;
1437amenity|parking_space|private;[amenity=parking_space][access=private];;name;int_name;1328;
1438amenity|parking_space|permissive;[amenity=parking_space][access=permissive];;name;int_name;1329;
1439landuse|religious;1330;
1440isoline|step_1000;1331;
1441isoline|step_500;1332;
1442isoline|step_100;1333;
1443isoline|step_50;1334;
1444isoline|step_10;1335;
1445isoline|zero;1336;
1446complex_entry;[complex_entry];;name;int_name;1337;
1447recycling|batteries;[recycling:batteries=yes];;name;int_name;1338;
1448recycling|clothes;[recycling:clothes=yes];;name;int_name;1339;
1449recycling|glass_bottles;[recycling:glass_bottles=yes];;name;int_name;1340;
1450recycling|paper;[recycling:paper=yes];;name;int_name;1341;
1451recycling|plastic;[recycling:plastic=yes];;name;int_name;1342;
1452recycling|plastic_bottles;[recycling:plastic_bottles=yes];;name;int_name;1343;
1453recycling|scrap_metal;[recycling:scrap_metal=yes];;name;int_name;1344;
1454recycling|small_appliances;[recycling:small_appliances=yes];;name;int_name;1345;
1455amenity|recycling_container;[amenity=recycling][recycling_type=container],[amenity=recycling][!recycling_type];x;name;int_name;1346;amenity|recycling|container
1456hwtag|onedir_bicycle;1347;
1457shop|video_games;1348;
1458natural|strait;1349;
1459recycling|cardboard;[recycling:cardboard=yes];;name;int_name;1350;
1460recycling|cans;[recycling:cans=yes];;name;int_name;1351;
1461recycling|shoes;[recycling:shoes=yes];;name;int_name;1352;
1462recycling|green_waste;[recycling:green_waste=yes];;name;int_name;1353;
1463recycling|cartons;[recycling:cartons=yes];;name;int_name;1354;
1464amenity|parking_space|disabled;[amenity=parking_space][parking_space=disabled];;name;int_name;1355;
1465railway|station|subway|adana;[railway=station][transport=subway][city=adana],[railway=station][station=subway][city=adana];;name;int_name;1356;
1466railway|station|subway|algiers;[railway=station][transport=subway][city=algiers],[railway=station][station=subway][city=algiers];;name;int_name;1357;
1467railway|station|subway|almaty;[railway=station][transport=subway][city=almaty],[railway=station][station=subway][city=almaty];;name;int_name;1358;
1468railway|station|subway|amsterdam;[railway=station][transport=subway][city=amsterdam],[railway=station][station=subway][city=amsterdam];;name;int_name;1359;
1469railway|station|subway|ankara;[railway=station][transport=subway][city=ankara],[railway=station][station=subway][city=ankara];;name;int_name;1360;
1470railway|station|subway|athens;[railway=station][transport=subway][city=athens],[railway=station][station=subway][city=athens];;name;int_name;1361;
1471railway|station|subway|baku;[railway=station][transport=subway][city=baku],[railway=station][station=subway][city=baku];;name;int_name;1362;
1472railway|station|subway|bangkok;[railway=station][transport=subway][city=bangkok],[railway=station][station=subway][city=bangkok];;name;int_name;1363;
1473railway|station|subway|beijing;[railway=station][transport=subway][city=beijing],[railway=station][station=subway][city=beijing];;name;int_name;1364;
1474railway|station|subway|bengalore;[railway=station][transport=subway][city=bengalore],[railway=station][station=subway][city=bengalore];;name;int_name;1365;
1475railway|station|subway|brasilia;[railway=station][transport=subway][city=brasilia],[railway=station][station=subway][city=brasilia];;name;int_name;1366;
1476railway|station|subway|brescia;[railway=station][transport=subway][city=brescia],[railway=station][station=subway][city=brescia];;name;int_name;1367;
1477railway|station|subway|brussels;[railway=station][transport=subway][city=brussels],[railway=station][station=subway][city=brussels];;name;int_name;1368;
1478railway|station|subway|bucharest;[railway=station][transport=subway][city=bucharest],[railway=station][station=subway][city=bucharest];;name;int_name;1369;
1479railway|station|subway|budapest;[railway=station][transport=subway][city=budapest],[railway=station][station=subway][city=budapest];;name;int_name;1370;
1480railway|station|subway|buenos_aires;[railway=station][transport=subway][city=buenos_aires],[railway=station][station=subway][city=buenos_aires];;name;int_name;1371;
1481railway|station|subway|bursa;[railway=station][transport=subway][city=bursa],[railway=station][station=subway][city=bursa];;name;int_name;1372;
1482railway|station|subway|cairo;[railway=station][transport=subway][city=cairo],[railway=station][station=subway][city=cairo];;name;int_name;1373;
1483railway|station|subway|caracas;[railway=station][transport=subway][city=caracas],[railway=station][station=subway][city=caracas];;name;int_name;1374;
1484railway|station|subway|catania;[railway=station][transport=subway][city=catania],[railway=station][station=subway][city=catania];;name;int_name;1375;
1485railway|station|subway|changchun;[railway=station][transport=subway][city=changchun],[railway=station][station=subway][city=changchun];;name;int_name;1376;
1486railway|station|subway|chengdu;[railway=station][transport=subway][city=chengdu],[railway=station][station=subway][city=chengdu];;name;int_name;1377;
1487railway|station|subway|chicago;[railway=station][transport=subway][city=chicago],[railway=station][station=subway][city=chicago];;name;int_name;1378;
1488railway|station|subway|chongqing;[railway=station][transport=subway][city=chongqing],[railway=station][station=subway][city=chongqing];;name;int_name;1379;
1489railway|station|subway|dalian;[railway=station][transport=subway][city=dalian],[railway=station][station=subway][city=dalian];;name;int_name;1380;
1490railway|station|subway|delhi;[railway=station][transport=subway][city=delhi],[railway=station][station=subway][city=delhi];;name;int_name;1381;
1491railway|station|subway|dnepro;[railway=station][transport=subway][city=dnepro],[railway=station][station=subway][city=dnepro];;name;int_name;1382;
1492railway|station|subway|dubai;[railway=station][transport=subway][city=dubai],[railway=station][station=subway][city=dubai];;name;int_name;1383;
1493railway|station|subway|ekb;[railway=station][transport=subway][city=ekb],[railway=station][station=subway][city=ekb];;name;int_name;1384;
1494railway|station|subway|fukuoka;[railway=station][transport=subway][city=fukuoka],[railway=station][station=subway][city=fukuoka];;name;int_name;1385;
1495railway|station|subway|glasgow;[railway=station][transport=subway][city=glasgow],[railway=station][station=subway][city=glasgow];;name;int_name;1386;
1496railway|station|subway|guangzhou;[railway=station][transport=subway][city=guangzhou],[railway=station][station=subway][city=guangzhou];;name;int_name;1387;
1497railway|station|subway|hamburg;[railway=station][transport=subway][city=hamburg],[railway=station][station=subway][city=hamburg];;name;int_name;1388;
1498railway|station|subway|helsinki;[railway=station][transport=subway][city=helsinki],[railway=station][station=subway][city=helsinki];;name;int_name;1389;
1499railway|station|subway|hiroshima;[railway=station][transport=subway][city=hiroshima],[railway=station][station=subway][city=hiroshima];;name;int_name;1390;
1500railway|station|subway|isfahan;[railway=station][transport=subway][city=isfahan],[railway=station][station=subway][city=isfahan];;name;int_name;1391;
1501railway|station|subway|istanbul;[railway=station][transport=subway][city=istanbul],[railway=station][station=subway][city=istanbul];;name;int_name;1392;
1502railway|station|subway|izmir;[railway=station][transport=subway][city=izmir],[railway=station][station=subway][city=izmir];;name;int_name;1393;
1503railway|station|subway|kazan;[railway=station][transport=subway][city=kazan],[railway=station][station=subway][city=kazan];;name;int_name;1394;
1504railway|station|subway|kharkiv;[railway=station][transport=subway][city=kharkiv],[railway=station][station=subway][city=kharkiv];;name;int_name;1395;
1505railway|station|subway|kobe;[railway=station][transport=subway][city=kobe],[railway=station][station=subway][city=kobe];;name;int_name;1396;
1506railway|station|subway|kolkata;[railway=station][transport=subway][city=kolkata],[railway=station][station=subway][city=kolkata];;name;int_name;1397;
1507railway|station|subway|kunming;[railway=station][transport=subway][city=kunming],[railway=station][station=subway][city=kunming];;name;int_name;1398;
1508railway|station|subway|kyoto;[railway=station][transport=subway][city=kyoto],[railway=station][station=subway][city=kyoto];;name;int_name;1399;
1509railway|station|subway|la;[railway=station][transport=subway][city=la],[railway=station][station=subway][city=la];;name;int_name;1400;
1510railway|station|subway|lausanne;[railway=station][transport=subway][city=lausanne],[railway=station][station=subway][city=lausanne];;name;int_name;1401;
1511railway|station|subway|lille;[railway=station][transport=subway][city=lille],[railway=station][station=subway][city=lille];;name;int_name;1402;
1512railway|station|subway|lima;[railway=station][transport=subway][city=lima],[railway=station][station=subway][city=lima];;name;int_name;1403;
1513railway|station|subway|lisboa;[railway=station][transport=subway][city=lisboa],[railway=station][station=subway][city=lisboa];;name;int_name;1404;
1514railway|station|subway|bilbao;[railway=station][transport=subway][city=bilbao],[railway=station][station=subway][city=bilbao];;name;int_name;1405;
1515railway|station|subway|lyon;[railway=station][transport=subway][city=lyon],[railway=station][station=subway][city=lyon];;name;int_name;1406;
1516railway|station|subway|malaga;[railway=station][transport=subway][city=malaga],[railway=station][station=subway][city=malaga];;name;int_name;1407;
1517railway|station|subway|manila;[railway=station][transport=subway][city=manila],[railway=station][station=subway][city=manila];;name;int_name;1408;
1518railway|station|subway|maracaibo;[railway=station][transport=subway][city=maracaibo],[railway=station][station=subway][city=maracaibo];;name;int_name;1409;
1519railway|station|subway|mashhad;[railway=station][transport=subway][city=mashhad],[railway=station][station=subway][city=mashhad];;name;int_name;1410;
1520railway|station|subway|mecca;[railway=station][transport=subway][city=mecca],[railway=station][station=subway][city=mecca];;name;int_name;1411;
1521railway|station|subway|medellin;[railway=station][transport=subway][city=medellin],[railway=station][station=subway][city=medellin];;name;int_name;1412;
1522railway|station|subway|mexico;[railway=station][transport=subway][city=mexico],[railway=station][station=subway][city=mexico];;name;int_name;1413;
1523railway|station|subway|milan;[railway=station][transport=subway][city=milan],[railway=station][station=subway][city=milan];;name;int_name;1414;
1524railway|station|subway|montreal;[railway=station][transport=subway][city=montreal],[railway=station][station=subway][city=montreal];;name;int_name;1415;
1525railway|station|subway|munchen;[railway=station][transport=subway][city=munchen],[railway=station][station=subway][city=munchen];;name;int_name;1416;
1526railway|station|subway|nagoya;[railway=station][transport=subway][city=nagoya],[railway=station][station=subway][city=nagoya];;name;int_name;1417;
1527railway|station|subway|nnov;[railway=station][transport=subway][city=nnov],[railway=station][station=subway][city=nnov];;name;int_name;1418;
1528railway|station|subway|novosibirsk;[railway=station][transport=subway][city=novosibirsk],[railway=station][station=subway][city=novosibirsk];;name;int_name;1419;
1529railway|station|subway|osaka;[railway=station][transport=subway][city=osaka],[railway=station][station=subway][city=osaka];;name;int_name;1420;
1530railway|station|subway|oslo;[railway=station][transport=subway][city=oslo],[railway=station][station=subway][city=oslo];;name;int_name;1421;
1531railway|station|subway|palma;[railway=station][transport=subway][city=palma],[railway=station][station=subway][city=palma];;name;int_name;1422;
1532railway|station|subway|panama;[railway=station][transport=subway][city=panama],[railway=station][station=subway][city=panama];;name;int_name;1423;
1533railway|station|subway|philadelphia;[railway=station][transport=subway][city=philadelphia],[railway=station][station=subway][city=philadelphia];;name;int_name;1424;
1534railway|station|subway|pyongyang;[railway=station][transport=subway][city=pyongyang],[railway=station][station=subway][city=pyongyang];;name;int_name;1425;
1535railway|station|subway|rennes;[railway=station][transport=subway][city=rennes],[railway=station][station=subway][city=rennes];;name;int_name;1426;
1536railway|station|subway|rio;[railway=station][transport=subway][city=rio],[railway=station][station=subway][city=rio];;name;int_name;1427;
1537railway|station|subway|rotterdam;[railway=station][transport=subway][city=rotterdam],[railway=station][station=subway][city=rotterdam];;name;int_name;1428;
1538railway|station|subway|samara;[railway=station][transport=subway][city=samara],[railway=station][station=subway][city=samara];;name;int_name;1429;
1539railway|station|subway|santiago;[railway=station][transport=subway][city=santiago],[railway=station][station=subway][city=santiago];;name;int_name;1430;
1540railway|station|subway|santo_domingo;[railway=station][transport=subway][city=santo_domingo],[railway=station][station=subway][city=santo_domingo];;name;int_name;1431;
1541railway|station|subway|saopaulo;[railway=station][transport=subway][city=saopaulo],[railway=station][station=subway][city=saopaulo];;name;int_name;1432;
1542railway|station|subway|sapporo;[railway=station][transport=subway][city=sapporo],[railway=station][station=subway][city=sapporo];;name;int_name;1433;
1543railway|station|subway|sendai;[railway=station][transport=subway][city=sendai],[railway=station][station=subway][city=sendai];;name;int_name;1434;
1544railway|station|subway|sf;[railway=station][transport=subway][city=sf],[railway=station][station=subway][city=sf];;name;int_name;1435;
1545railway|station|subway|shanghai;[railway=station][transport=subway][city=shanghai],[railway=station][station=subway][city=shanghai];;name;int_name;1436;
1546railway|station|subway|shiraz;[railway=station][transport=subway][city=shiraz],[railway=station][station=subway][city=shiraz];;name;int_name;1437;
1547railway|station|subway|sofia;[railway=station][transport=subway][city=sofia],[railway=station][station=subway][city=sofia];;name;int_name;1438;
1548railway|station|subway|stockholm;[railway=station][transport=subway][city=stockholm],[railway=station][station=subway][city=stockholm];;name;int_name;1439;
1549railway|station|subway|tabriz;[railway=station][transport=subway][city=tabriz],[railway=station][station=subway][city=tabriz];;name;int_name;1440;
1550railway|station|subway|taipei;[railway=station][transport=subway][city=taipei],[railway=station][station=subway][city=taipei];;name;int_name;1441;
1551railway|station|subway|taoyuan;[railway=station][transport=subway][city=taoyuan],[railway=station][station=subway][city=taoyuan];;name;int_name;1442;
1552railway|station|subway|tashkent;[railway=station][transport=subway][city=tashkent],[railway=station][station=subway][city=tashkent];;name;int_name;1443;
1553railway|station|subway|tbilisi;[railway=station][transport=subway][city=tbilisi],[railway=station][station=subway][city=tbilisi];;name;int_name;1444;
1554railway|station|subway|tianjin;[railway=station][transport=subway][city=tianjin],[railway=station][station=subway][city=tianjin];;name;int_name;1445;
1555railway|station|subway|tokyo;[railway=station][transport=subway][city=tokyo],[railway=station][station=subway][city=tokyo];;name;int_name;1446;
1556railway|station|subway|valencia;[railway=station][transport=subway][city=valencia],[railway=station][station=subway][city=valencia];;name;int_name;1447;
1557railway|station|subway|vienna;[railway=station][transport=subway][city=vienna],[railway=station][station=subway][city=vienna];;name;int_name;1448;
1558railway|station|subway|washington;[railway=station][transport=subway][city=washington],[railway=station][station=subway][city=washington];;name;int_name;1449;
1559railway|station|subway|wuhan;[railway=station][transport=subway][city=wuhan],[railway=station][station=subway][city=wuhan];;name;int_name;1450;
1560railway|station|subway|yerevan;[railway=station][transport=subway][city=yerevan],[railway=station][station=subway][city=yerevan];;name;int_name;1451;
1561railway|station|subway|yokohama;[railway=station][transport=subway][city=yokohama],[railway=station][station=subway][city=yokohama];;name;int_name;1452;
1562railway|subway_entrance|adana;[railway=subway_entrance][city=adana];;name;int_name;1453;
1563railway|subway_entrance|algiers;[railway=subway_entrance][city=algiers];;name;int_name;1454;
1564railway|subway_entrance|almaty;[railway=subway_entrance][city=almaty];;name;int_name;1455;
1565railway|subway_entrance|amsterdam;[railway=subway_entrance][city=amsterdam];;name;int_name;1456;
1566railway|subway_entrance|ankara;[railway=subway_entrance][city=ankara];;name;int_name;1457;
1567railway|subway_entrance|athens;[railway=subway_entrance][city=athens];;name;int_name;1458;
1568railway|subway_entrance|baku;[railway=subway_entrance][city=baku];;name;int_name;1459;
1569railway|subway_entrance|bangkok;[railway=subway_entrance][city=bangkok];;name;int_name;1460;
1570railway|subway_entrance|beijing;[railway=subway_entrance][city=beijing];;name;int_name;1461;
1571railway|subway_entrance|bengalore;[railway=subway_entrance][city=bengalore];;name;int_name;1462;
1572railway|subway_entrance|brasilia;[railway=subway_entrance][city=brasilia];;name;int_name;1463;
1573railway|subway_entrance|brescia;[railway=subway_entrance][city=brescia];;name;int_name;1464;
1574railway|subway_entrance|brussels;[railway=subway_entrance][city=brussels];;name;int_name;1465;
1575railway|subway_entrance|bucharest;[railway=subway_entrance][city=bucharest];;name;int_name;1466;
1576railway|subway_entrance|budapest;[railway=subway_entrance][city=budapest];;name;int_name;1467;
1577railway|subway_entrance|buenos_aires;[railway=subway_entrance][city=buenos_aires];;name;int_name;1468;
1578railway|subway_entrance|bursa;[railway=subway_entrance][city=bursa];;name;int_name;1469;
1579railway|subway_entrance|cairo;[railway=subway_entrance][city=cairo];;name;int_name;1470;
1580railway|subway_entrance|caracas;[railway=subway_entrance][city=caracas];;name;int_name;1471;
1581railway|subway_entrance|catania;[railway=subway_entrance][city=catania];;name;int_name;1472;
1582railway|subway_entrance|changchun;[railway=subway_entrance][city=changchun];;name;int_name;1473;
1583railway|subway_entrance|chengdu;[railway=subway_entrance][city=chengdu];;name;int_name;1474;
1584railway|subway_entrance|chicago;[railway=subway_entrance][city=chicago];;name;int_name;1475;
1585railway|subway_entrance|chongqing;[railway=subway_entrance][city=chongqing];;name;int_name;1476;
1586railway|subway_entrance|dalian;[railway=subway_entrance][city=dalian];;name;int_name;1477;
1587railway|subway_entrance|delhi;[railway=subway_entrance][city=delhi];;name;int_name;1478;
1588railway|subway_entrance|dnepro;[railway=subway_entrance][city=dnepro];;name;int_name;1479;
1589railway|subway_entrance|dubai;[railway=subway_entrance][city=dubai];;name;int_name;1480;
1590railway|subway_entrance|ekb;[railway=subway_entrance][city=ekb];;name;int_name;1481;
1591railway|subway_entrance|fukuoka;[railway=subway_entrance][city=fukuoka];;name;int_name;1482;
1592railway|subway_entrance|glasgow;[railway=subway_entrance][city=glasgow];;name;int_name;1483;
1593railway|subway_entrance|guangzhou;[railway=subway_entrance][city=guangzhou];;name;int_name;1484;
1594railway|subway_entrance|hamburg;[railway=subway_entrance][city=hamburg];;name;int_name;1485;
1595railway|subway_entrance|helsinki;[railway=subway_entrance][city=helsinki];;name;int_name;1486;
1596railway|subway_entrance|hiroshima;[railway=subway_entrance][city=hiroshima];;name;int_name;1487;
1597railway|subway_entrance|isfahan;[railway=subway_entrance][city=isfahan];;name;int_name;1488;
1598railway|subway_entrance|istanbul;[railway=subway_entrance][city=istanbul];;name;int_name;1489;
1599railway|subway_entrance|izmir;[railway=subway_entrance][city=izmir];;name;int_name;1490;
1600railway|subway_entrance|kazan;[railway=subway_entrance][city=kazan];;name;int_name;1491;
1601railway|subway_entrance|kharkiv;[railway=subway_entrance][city=kharkiv];;name;int_name;1492;
1602railway|subway_entrance|kobe;[railway=subway_entrance][city=kobe];;name;int_name;1493;
1603railway|subway_entrance|kolkata;[railway=subway_entrance][city=kolkata];;name;int_name;1494;
1604railway|subway_entrance|kunming;[railway=subway_entrance][city=kunming];;name;int_name;1495;
1605railway|subway_entrance|kyoto;[railway=subway_entrance][city=kyoto];;name;int_name;1496;
1606railway|subway_entrance|la;[railway=subway_entrance][city=la];;name;int_name;1497;
1607railway|subway_entrance|lausanne;[railway=subway_entrance][city=lausanne];;name;int_name;1498;
1608railway|subway_entrance|lille;[railway=subway_entrance][city=lille];;name;int_name;1499;
1609railway|subway_entrance|lima;[railway=subway_entrance][city=lima];;name;int_name;1500;
1610railway|subway_entrance|lisboa;[railway=subway_entrance][city=lisboa];;name;int_name;1501;
1611railway|subway_entrance|tehran;[railway=subway_entrance][city=tehran];;name;int_name;1502;
1612railway|subway_entrance|lyon;[railway=subway_entrance][city=lyon];;name;int_name;1503;
1613railway|subway_entrance|malaga;[railway=subway_entrance][city=malaga];;name;int_name;1504;
1614railway|subway_entrance|manila;[railway=subway_entrance][city=manila];;name;int_name;1505;
1615railway|subway_entrance|maracaibo;[railway=subway_entrance][city=maracaibo];;name;int_name;1506;
1616railway|subway_entrance|mashhad;[railway=subway_entrance][city=mashhad];;name;int_name;1507;
1617railway|subway_entrance|mecca;[railway=subway_entrance][city=mecca];;name;int_name;1508;
1618railway|subway_entrance|medellin;[railway=subway_entrance][city=medellin];;name;int_name;1509;
1619railway|subway_entrance|mexico;[railway=subway_entrance][city=mexico];;name;int_name;1510;
1620railway|subway_entrance|milan;[railway=subway_entrance][city=milan];;name;int_name;1511;
1621railway|subway_entrance|montreal;[railway=subway_entrance][city=montreal];;name;int_name;1512;
1622railway|subway_entrance|munchen;[railway=subway_entrance][city=munchen];;name;int_name;1513;
1623railway|subway_entrance|nagoya;[railway=subway_entrance][city=nagoya];;name;int_name;1514;
1624railway|subway_entrance|nnov;[railway=subway_entrance][city=nnov];;name;int_name;1515;
1625railway|subway_entrance|novosibirsk;[railway=subway_entrance][city=novosibirsk];;name;int_name;1516;
1626railway|subway_entrance|osaka;[railway=subway_entrance][city=osaka];;name;int_name;1517;
1627railway|subway_entrance|oslo;[railway=subway_entrance][city=oslo];;name;int_name;1518;
1628railway|subway_entrance|palma;[railway=subway_entrance][city=palma];;name;int_name;1519;
1629railway|subway_entrance|panama;[railway=subway_entrance][city=panama];;name;int_name;1520;
1630railway|subway_entrance|philadelphia;[railway=subway_entrance][city=philadelphia];;name;int_name;1521;
1631railway|subway_entrance|pyongyang;[railway=subway_entrance][city=pyongyang];;name;int_name;1522;
1632railway|subway_entrance|rennes;[railway=subway_entrance][city=rennes];;name;int_name;1523;
1633railway|subway_entrance|rio;[railway=subway_entrance][city=rio];;name;int_name;1524;
1634railway|subway_entrance|rotterdam;[railway=subway_entrance][city=rotterdam];;name;int_name;1525;
1635railway|subway_entrance|samara;[railway=subway_entrance][city=samara];;name;int_name;1526;
1636railway|subway_entrance|santiago;[railway=subway_entrance][city=santiago];;name;int_name;1527;
1637railway|subway_entrance|santo_domingo;[railway=subway_entrance][city=santo_domingo];;name;int_name;1528;
1638railway|subway_entrance|saopaulo;[railway=subway_entrance][city=saopaulo];;name;int_name;1529;
1639railway|subway_entrance|sapporo;[railway=subway_entrance][city=sapporo];;name;int_name;1530;
1640railway|subway_entrance|sendai;[railway=subway_entrance][city=sendai];;name;int_name;1531;
1641railway|subway_entrance|sf;[railway=subway_entrance][city=sf];;name;int_name;1532;
1642railway|subway_entrance|shanghai;[railway=subway_entrance][city=shanghai];;name;int_name;1533;
1643railway|subway_entrance|shiraz;[railway=subway_entrance][city=shiraz];;name;int_name;1534;
1644railway|subway_entrance|sofia;[railway=subway_entrance][city=sofia];;name;int_name;1535;
1645railway|subway_entrance|stockholm;[railway=subway_entrance][city=stockholm];;name;int_name;1536;
1646railway|subway_entrance|tabriz;[railway=subway_entrance][city=tabriz];;name;int_name;1537;
1647railway|subway_entrance|taipei;[railway=subway_entrance][city=taipei];;name;int_name;1538;
1648railway|subway_entrance|taoyuan;[railway=subway_entrance][city=taoyuan];;name;int_name;1539;
1649railway|subway_entrance|tashkent;[railway=subway_entrance][city=tashkent];;name;int_name;1540;
1650railway|subway_entrance|tbilisi;[railway=subway_entrance][city=tbilisi];;name;int_name;1541;
1651railway|subway_entrance|tianjin;[railway=subway_entrance][city=tianjin];;name;int_name;1542;
1652railway|subway_entrance|tokyo;[railway=subway_entrance][city=tokyo];;name;int_name;1543;
1653railway|subway_entrance|valencia;[railway=subway_entrance][city=valencia];;name;int_name;1544;
1654railway|subway_entrance|vienna;[railway=subway_entrance][city=vienna];;name;int_name;1545;
1655railway|subway_entrance|washington;[railway=subway_entrance][city=washington];;name;int_name;1546;
1656railway|subway_entrance|wuhan;[railway=subway_entrance][city=wuhan];;name;int_name;1547;
1657railway|subway_entrance|yerevan;[railway=subway_entrance][city=yerevan];;name;int_name;1548;
1658railway|subway_entrance|yokohama;[railway=subway_entrance][city=yokohama];;name;int_name;1549;
1659railway|subway_entrance|bilbao;[railway=subway_entrance][city=bilbao];;name;int_name;1550;
1660craft|key_cutter;1551;
1661craft|locksmith;1552;
1662shop|carpet;1553;
1663shop|motorcycle_repair;1554;
1664shop|pet_grooming;1555;
1665shop|hifi;1556;
1666shop|bathroom_furnishing;1557;
1667shop|curtain;1558;
1668shop|fashion_accessories;1559;
1669shop|cannabis;1560;
1670shop|herbalist;1561;
1671shop|camera;1562;
1672shop|auction;1563;
1673shop|collector;1564;
1674railway|station|subway|tehran;[railway=station][transport=subway][city=tehran],[railway=station][station=subway][city=tehran];;name;int_name;1565;
1675amenity|stripclub;1566;
1676tourism|aquarium;1567;
1677emergency|assembly_point;1568;
1678amenity|gambling;1569;
1679leisure|adult_gaming_centre;1570;
1680leisure|amusement_arcade;1571;
1681amenity|place_of_worship|christian|mormon;[amenity=place_of_worship][religion=christian][denomination=mormon];;name;int_name;1572;
1682amenity|public_bath;1573;
1683amenity|vehicle_inspection;1574;
1684historic|cannon;1575;
1685historic|anchor;1576;
1686historic|stone;1577;
1687historic|aircraft;1578;
1688historic|tank;1579;
1689historic|mine;1580;
1690historic|wreck;1581;
1691historic|locomotive;1582;
1692craft|caterer;1583;
1693craft|grinding_mill;1584;
1694leisure|outdoor_seating;1585;
1695railway|station|light_rail|london;[railway=station][station=light_rail][city=london];;name;int_name;1586;
1696railway|station|light_rail|porto;[railway=station][station=light_rail][city=porto];;name;int_name;1587;
1697amenity|place_of_worship|christian|jehovahs_witness;[amenity=place_of_worship][religion=christian][denomination=jehovahs_witness];;name;int_name;1588;
1698amenity|parking|underground|private;[amenity=parking][location=underground][access=private],[amenity=parking][parking=underground][access=private];;name;int_name;1589;
1699amenity|parking|street_side|private;[amenity=parking][parking=street_side][access=private];;name;int_name;1590;
1700amenity|parking|lane|private;[amenity=parking][parking=lane][access=private];;name;int_name;1591;
1701amenity|compressed_air;1592;
1702leisure|hackerspace;1593;
1703railway|station|subway|singapore;[railway=station][transport=subway][city=singapore],[railway=station][station=subway][city=singapore];;name;int_name;1594;
1704railway|subway_entrance|singapore;[railway=subway_entrance][city=singapore];;name;int_name;1595;
1705railway|station|subway|boston;[railway=station][transport=subway][city=boston],[railway=station][station=subway][city=boston];;name;int_name;1596;
1706railway|subway_entrance|boston;[railway=subway_entrance][city=boston];;name;int_name;1597;
1707leisure|miniature_golf;1598;
1708amenity|social_facility;1599;
1709craft;[craft?];;name;int_name;1600;
1710emergency|emergency_ward_entrance;1601;
1711amenity|dojo;1602;
1712leisure|sports_hall;1603;
1713man_made|water_tap|drinking_water_no;[man_made=water_tap][drinking_water=not],[man_made=water_tap][drinking_water=no],[man_made=water_tap][drinking_water:legal=no];;;;1604;
1714man_made|water_well|drinking_water_no;[man_made=water_well][drinking_water=not],[man_made=water_well][drinking_water=no],[man_made=water_well][drinking_water:legal=no];;;;1605;
1715natural|spring|drinking_water_no;[natural=spring][drinking_water=not],[natural=spring][drinking_water=no];;;;1606;
1716amenity|water_point|drinking_water_no;[amenity=water_point][drinking_water=not],[amenity=water_point][drinking_water=no];;;;1607;
1717shop|pasta;1608;
1718attraction|water_slide;1609;
1719attraction|amusement_ride;1610;
1720attraction|carousel;1611;
1721attraction|roller_coaster;1612;
1722attraction|maze;1613;
1723attraction|historic;1614;
1724attraction|big_wheel;1615;
1725attraction|bumper_car;1616;
1726railway|station|subway|hongkong;[railway=station][transport=subway][city=hongkong],[railway=station][station=subway][city=hongkong];;name;int_name;1617;
1727railway|subway_entrance|hongkong;[railway=subway_entrance][city=hongkong];;name;int_name;1618;
1728railway|station|light_rail|berlin;[railway=station][station=light_rail][city=berlin],[railway=halt][station=light_rail][city=berlin];;name;int_name;1619;
1729railway|station|subway|shenzhen;[railway=station][transport=subway][city=shenzhen],[railway=station][station=subway][city=shenzhen];;name;int_name;1620;
1730railway|subway_entrance|shenzhen;[railway=subway_entrance][city=shenzhen];;name;int_name;1621;
1731shop|hearing_aids;1622;
1732railway|station|subway|qingdao;[railway=station][transport=subway][city=qingdao],[railway=station][station=subway][city=qingdao];;name;int_name;1623;
1733railway|subway_entrance|qingdao;[railway=subway_entrance][city=qingdao];;name;int_name;1624;
1734amenity|bicycle_parking|covered;[amenity=bicycle_parking][covered=yes];;;;1625;
1735post_office|post_partner;1626;
1736amenity|ranger_station;1627;
1737leisure|escape_game;1628;
1738amenity|luggage_locker;1629;