Files
comaps/data/mapcss-mapping.csv
Konstantin Pastbin f81bff512a [styles] Add amenity=animal_shelter
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
2025-08-21 15:57:15 +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;
630# Generic unspecified barrier, could be node (50k) or way (100k)
631barrier|yes;523;
632railway|monorail|tunnel;[railway=monorail][tunnel?];;name;int_name;524;
633railway|funicular|bridge;[railway=funicular][bridge?];;name;int_name;525;
634deprecated|deprecated;526;x
635deprecated|deprecated;527;x
636highway|primary_link|tunnel;[highway=primary_link][tunnel?];;name;int_name;528;
637deprecated:highway|footway|alpine_hiking:04.2024;[highway=footway][sac_scale=alpine_hiking];x;name;int_name;529;highway|path|expert
638deprecated|deprecated;530;x
639deprecated|deprecated;531;x
640deprecated|deprecated;532;x
641deprecated:leisure|landscape_reserve:01.2024;533;leisure|nature_reserve
642deprecated|deprecated;534;x
643deprecated|deprecated;535;x
644deprecated:boundary|administrative|state:04.2024;[boundary=administrative][border_type=state];x;name;int_name;536;
645deprecated|deprecated;537;x
646deprecated|deprecated;538;x
647railway|funicular|tunnel;[railway=funicular][tunnel?];;name;int_name;539;
648barrier|cycle_barrier;540;
649addr:interpolation;[addr:interpolation];;addr:housenumber;name;541;
650deprecated:amenity|speed_trap:10.2021;542;highway|speed_camera
651area:highway|track;543;
652area:highway|primary;544;
653deprecated|deprecated;545;x
654deprecated|deprecated;546;x
655deprecated|deprecated;547;x
656deprecated|deprecated;548;x
657deprecated|deprecated;549;x
658waterway|lock_gate;550;
659leisure|firepit;551;
660barrier|guard_rail;552;
661amenity|studio;553;
662amenity|love_hotel;554;
663deprecated:highway|footway|demanding_alpine_hiking:04.2024;[highway=footway][sac_scale=demanding_alpine_hiking];x;name;int_name;555;highway|path|expert
664deprecated|deprecated;556;x
665deprecated|deprecated;557;x
666deprecated|deprecated;558;x
667deprecated|deprecated;559;x
668deprecated|deprecated;560;x
669deprecated|deprecated;561;x
670deprecated|deprecated;562;x
671deprecated|deprecated;563;x
672natural|lake;564;natural|water|lake
673power|plant;565;
674power|plant|solar;[power=plant][plant:source=solar];;name;int_name;566;
675power|plant|hydro;[power=plant][plant:source=hydro];;name;int_name;567;
676power|plant|wind;[power=plant][plant:source=wind];;name;int_name;568;
677power|plant|gas;[power=plant][plant:source=gas];;name;int_name;569;
678power|plant|coal;[power=plant][plant:source=coal];;name;int_name;570;
679deprecated|deprecated;571;x
680deprecated|deprecated;572;x
681deprecated|deprecated;573;x
682deprecated|deprecated;574;x
683aerialway|rope_tow;575;
684natural|pond;576;natural|water|pond
685railway|station|funicular;[railway=station][station=funicular],[railway=halt][station=funicular];;name;int_name;577;
686highway|secondary_link|tunnel;[highway=secondary_link][tunnel?];;name;int_name;578;
687deprecated|deprecated;579;x
688deprecated|deprecated;580;x
689deprecated|deprecated;581;x
690deprecated|deprecated;582;x
691deprecated|deprecated;583;x
692deprecated|deprecated;584;x
693deprecated|deprecated;585;x
694deprecated|deprecated;586;x
695aerialway|mixed_lift;587;
696deprecated|deprecated;588;x
697deprecated|deprecated;589;x
698deprecated|deprecated;590;x
699highway|track|grade3|permissive;[highway=track][tracktype=grade3][access=permissive];x;name;int_name;591;highway|track
700deprecated|deprecated;592;x
701deprecated|deprecated;593;x
702deprecated|deprecated;594;x
703deprecated|deprecated;595;x
704deprecated|deprecated;596;x
705deprecated:boundary|administrative|region:04.2024;[boundary=administrative][border_type=region];x;name;int_name;597;
706deprecated|deprecated;598;x
707deprecated|deprecated;599;x
708deprecated|deprecated;600;x
709place|continent;601;
710deprecated|deprecated;602;x
711deprecated|deprecated;603;x
712deprecated:boundary|administrative|nation:04.2024;[boundary=administrative][border_type=nation];x;name;int_name;604;
713piste:type|hike;605;
714piste:type|connection;606;
715piste:type|skitour;607;
716aerialway|magic_carpet;608;
717piste:type|downhill|novice|area;[piste:type=downhill][piste:difficulty=novice][area?];;;;609;
718piste:type|downhill|easy|area;[piste:type=downhill][piste:difficulty=easy][area?];;;;610;
719piste:type|downhill|intermediate|area;[piste:type=downhill][piste:difficulty=intermediate][area?];;;;611;
720piste:type|downhill|advanced|area;[piste:type=downhill][piste:difficulty=advanced][area?];;;;612;
721piste:type|downhill|expert|area;[piste:type=downhill][piste:difficulty=expert][area?];;;;613;
722piste:type|downhill|area;[piste:type=downhill][area?];;;;614;
723piste:type|sled|area;[piste:type=sled][area?];;;;615;
724piste:type|snow_park;616;
725deprecated|deprecated;617;x
726deprecated|deprecated;618;x
727aerialway|j-bar;619;
728deprecated|deprecated;620;x
729deprecated|deprecated;621;x
730deprecated|deprecated;622;x
731deprecated|deprecated;623;x
732deprecated|deprecated;624;x
733deprecated|deprecated;625;x
734deprecated:railway|siding|bridge:06.2023;626;x
735deprecated:highway|footway|difficult_alpine_hiking:04.2024;[highway=footway][sac_scale=difficult_alpine_hiking];x;name;int_name;627;highway|path|expert
736deprecated|deprecated;628;x
737deprecated|deprecated;629;x
738deprecated|deprecated;630;x
739highway|track|grade5|permissive;[highway=track][tracktype=grade5][access=permissive];x;name;int_name;631;highway|track
740deprecated|deprecated;632;x
741deprecated|deprecated;633;x
742highway|tertiary_link|tunnel;[highway=tertiary_link][tunnel?];;name;int_name;634;
743deprecated|deprecated;635;x
744deprecated|deprecated;636;x
745deprecated|deprecated;637;x
746deprecated|deprecated;638;x
747deprecated|deprecated;639;x
748deprecated|deprecated;640;x
749deprecated|deprecated;641;x
750deprecated|deprecated;642;x
751deprecated|deprecated;643;x
752deprecated|deprecated;644;x
753deprecated|deprecated;645;x
754deprecated|deprecated;646;x
755deprecated|deprecated;647;x
756deprecated|deprecated;648;x
757deprecated|deprecated;649;x
758deprecated|deprecated;650;x
759deprecated:railway|spur|tunnel:06.2023;651;x
760deprecated|deprecated;652;x
761deprecated|deprecated;653;x
762deprecated|deprecated;654;x
763deprecated|deprecated;655;x
764deprecated|deprecated;656;x
765deprecated:boundary|administrative|municipality:04.2024;[boundary=administrative][border_type=municipality];x;name;int_name;657;
766natural|wetland|saltmarsh;[natural=wetland][wetland=saltmarsh];;;;658;
767natural|wetland|saltmarsh|tidal;[natural=wetland][wetland=saltmarsh][tidal=yes];;;;659;
768natural|wetland|fen;[natural=wetland][wetland=fen];;;;660;
769natural|wetland|reedbed;[natural=wetland][wetland=reedbed];;;;661;
770natural|wetland|swamp;[natural=wetland][wetland=swamp];;;;662;
771natural|wetland|mangrove;[natural=wetland][wetland=mangrove];;;;663;
772natural|wetland|tidalflat;[natural=wetland][wetland=tidalflat];;;;664;
773deprecated|railway|yard|bridge:06.2023;665;x
774deprecated|deprecated;666;x
775deprecated|deprecated;667;x
776deprecated|deprecated;668;x
777deprecated|deprecated;669;x
778deprecated|deprecated;670;x
779deprecated|deprecated;671;x
780deprecated|deprecated;672;x
781deprecated|deprecated;673;x
782deprecated|deprecated;674;x
783highway|track|grade4|permissive;[highway=track][tracktype=grade4][access=permissive];x;name;int_name;675;highway|track
784deprecated|deprecated;676;x
785deprecated|deprecated;677;x
786deprecated|deprecated;678;x
787deprecated|deprecated;679;x
788deprecated|deprecated;680;x
789deprecated|deprecated;681;x
790deprecated|deprecated;682;x
791deprecated|deprecated;683;x
792deprecated|deprecated;684;x
793deprecated|deprecated;685;x
794natural|vineyard;686;landuse|vineyard
795deprecated|deprecated;687;x
796deprecated|deprecated;688;x
797deprecated|deprecated;689;x
798deprecated|deprecated;690;x
799deprecated:boundary|administrative|country:04.2024;[boundary=administrative][border_type=country];x;name;int_name;691;
800man_made|cross;692;
801natural|orchard;693;landuse|orchard
802landuse|plant_nursery;694;
803deprecated|deprecated;695;x
804deprecated|deprecated;696;x
805deprecated|deprecated;697;x
806deprecated|deprecated;698;x
807deprecated|deprecated;699;x
808deprecated|deprecated;700;x
809deprecated|deprecated;701;x
810office|diplomatic;702;
811railway|station|subway;[railway=station][transport=subway],[railway=station][station=subway];;name;int_name;703;
812amenity|police;704;
813amenity|car_rental;705;
814amenity|taxi;706;
815amenity|marketplace;707;
816amenity|nightclub;708;
817amenity|embassy;709;office|diplomatic
818amenity|townhall;710;
819barrier|gate;711;
820barrier|lift_gate;712;
821barrier|stile;713;
822barrier|block;714;
823barrier|toll_booth;715;
824historic|memorial;716;
825historic|ruins;717;
826historic|monument;[historic=monument],[man_made=obelisk];;;;718;
827historic|castle;719;
828historic|archaeological_site;720;
829shop|caravan;721;
830man_made|cutline;722;
831natural|bay;723;
832natural|spring;724;
833railway|platform;725;
834shop|clothes;[shop=clothes],[shop=fashion];;name;int_name;726;
835shop|car_repair;727;
836shop|car;728;
837shop|kiosk;729;
838sport|multi;730;
839sport|golf;[sport=golf],[sport=miniature_golf];;name;int_name;731;
840sport|skiing;732;
841tourism|museum;733;
842tourism|guest_house;734;
843tourism|motel;735;
844deprecated:boundary|administrative|4|state:01.2022;[boundary=administrative][admin_level=4][border_type=state];x;name;int_name;736;boundary|administrative|4
845place|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;
846building|address;[addr:housenumber][addr:street];;addr:housenumber;name;738;
847amenity|parking|no-access;[amenity=parking][access=no];;name;int_name;739;
848barrier|swing_gate;740;
849barrier|chain;741;
850sport|climbing;742;
851sport|yoga;743;
852amenity|parking_entrance;[amenity=parking_entrance];;name;int_name;744;
853amenity|parking_entrance|private;[amenity=parking_entrance][access=private];;name;int_name;745;
854amenity|parking_entrance|permissive;[amenity=parking_entrance][access=permissive];;name;int_name;746;
855barrier|cattle_grid;747;
856barrier|ditch;748;
857barrier|kissing_gate;749;
858barrier|turnstile;750;
859landuse|industrial|mine;[landuse=industrial][industrial=mine];;name;int_name;751;
860landuse|flowerbed;752;
861deprecated|deprecated;753;x
862deprecated|deprecated;754;x
863deprecated|deprecated;755;x
864deprecated|deprecated;756;x
865deprecated|deprecated;757;x
866deprecated|deprecated;758;x
867deprecated|deprecated;759;x
868deprecated|deprecated;760;x
869deprecated|deprecated;761;x
870deprecated|deprecated;762;x
871deprecated|deprecated;763;x
872deprecated|deprecated;764;x
873deprecated|deprecated;765;x
874deprecated|deprecated;766;x
875deprecated|deprecated;767;x
876deprecated|deprecated;768;x
877deprecated|deprecated;769;x
878deprecated|deprecated;770;x
879deprecated|deprecated;771;x
880deprecated|deprecated;772;x
881deprecated|deprecated;773;x
882deprecated|deprecated;774;x
883deprecated|deprecated;775;x
884deprecated|deprecated;776;x
885deprecated|deprecated;777;x
886deprecated|deprecated;778;x
887deprecated|deprecated;779;x
888deprecated|deprecated;780;x
889deprecated|deprecated;781;x
890deprecated|deprecated;782;x
891deprecated|deprecated;783;x
892deprecated|deprecated;784;x
893deprecated|deprecated;785;x
894deprecated|deprecated;786;x
895deprecated|deprecated;787;x
896deprecated|deprecated;788;x
897deprecated|deprecated;789;x
898deprecated|deprecated;790;x
899deprecated|deprecated;791;x
900deprecated|deprecated;792;x
901deprecated|deprecated;793;x
902deprecated|deprecated;794;x
903deprecated|deprecated;795;x
904deprecated|deprecated;796;x
905deprecated|deprecated;797;x
906deprecated|deprecated;798;x
907deprecated|deprecated;799;x
908deprecated|deprecated;800;x
909deprecated|deprecated;801;x
910deprecated|deprecated;802;x
911deprecated|deprecated;803;x
912deprecated|deprecated;804;x
913deprecated|deprecated;805;x
914deprecated|deprecated;806;x
915deprecated|deprecated;807;x
916deprecated|deprecated;808;x
917deprecated|deprecated;809;x
918deprecated|deprecated;810;x
919deprecated|deprecated;811;x
920deprecated|deprecated;812;x
921deprecated|deprecated;813;x
922deprecated|deprecated;814;x
923deprecated|deprecated;815;x
924deprecated|deprecated;816;x
925deprecated|deprecated;817;x
926deprecated|deprecated;818;x
927deprecated|deprecated;819;x
928deprecated|deprecated;820;x
929highway|track|grade3|no-access;[highway=track][tracktype=grade3][access=no];x;name;int_name;821;highway|track
930highway|track|grade4|no-access;[highway=track][tracktype=grade4][access=no];x;name;int_name;822;highway|track
931highway|track|grade5|no-access;[highway=track][tracktype=grade5][access=no];x;name;int_name;823;highway|track
932highway|track|no-access;[highway=track][access=no];;name;int_name;824;
933deprecated|deprecated;825;x
934deprecated|deprecated;826;x
935deprecated|deprecated;827;x
936deprecated|deprecated;828;x
937deprecated|deprecated;829;x
938deprecated|deprecated;830;x
939deprecated|deprecated;831;x
940deprecated|deprecated;832;x
941deprecated|deprecated;833;x
942deprecated|deprecated;834;x
943deprecated|deprecated;835;x
944deprecated|deprecated;836;x
945deprecated|deprecated;837;x
946deprecated|deprecated;838;x
947landuse|military|danger_area;[landuse=military][military=danger_area][wikipedia?],[landuse=military][military=cordon][wikipedia?];;name;int_name;839;
948boundary|protected_area;840;
949deprecated|deprecated;841;x
950deprecated|deprecated;842;x
951deprecated|deprecated;843;x
952deprecated|deprecated;844;x
953deprecated|deprecated;845;x
954deprecated|deprecated;846;x
955leisure|park|no-access;[leisure=park][access=no];;name;int_name;847;
956deprecated|deprecated;848;x
957deprecated|deprecated;849;x
958deprecated|deprecated;850;x
959deprecated|deprecated;851;x
960railway|rail|highspeed|bridge;[railway=rail][highspeed?][!service][bridge?];;name;int_name;852;
961railway|rail|tourism|bridge;[railway=rail][usage=tourism][!service][bridge?];;name;int_name;853;
962railway|rail|highspeed|tunnel;[railway=rail][highspeed?][!service][tunnel?];;name;int_name;854;
963railway|rail|tourism|tunnel;[railway=rail][usage=tourism][!service][tunnel?];;name;int_name;855;
964mapswithme|grid;856;
965# service=bus/busway is deprecated in OSM
966deprecated:highway|service|busway:10.2023;[highway=service][service=busway];x;name;int_name;857;highway|busway
967highway|busway;[highway=busway],[highway=service][service=busway],[highway=service][service=bus];;name;int_name;858;
968highway|busway|bridge;[highway=busway][bridge?];;name;int_name;859;
969highway|busway|tunnel;[highway=busway][tunnel?];;name;int_name;860;
970natural|salt_pond;861;landuse|salt_pond
971amenity|conference_centre;862;
972amenity|exhibition_centre;863;
973deprecated:railway|siding|tunnel:06.2023;864;x
974deprecated:railway|yard|tunnel:06.2023;865;x
975area:highway|footway;866;
976junction|circular;867;
977area:highway|residential;868;
978area:highway|secondary;869;
979area:highway|tertiary;870;
980deprecated|deprecated;871;x
981deprecated|deprecated;872;x
982area:highway|pedestrian;873;
983area:highway|unclassified;874;
984deprecated|deprecated;875;x
985deprecated|deprecated;876;x
986area:highway|cycleway;877;
987entrance|exit;878;
988area:highway|motorway;879;
989area:highway|trunk;880;
990man_made|bridge;881;
991entrance;[entrance];;ref;addr:flats;882;
992entrance|main;[entrance=main];;ref;addr:flats;883;
993shop|agrarian;884;
994tourism|artwork;885;
995railway|subway|red;[railway=subway][colour=red];x;name;int_name;886;railway|subway|tunnel
996railway|subway|blue;[railway=subway][colour=blue];x;name;int_name;887;railway|subway|tunnel
997railway|subway|orange;[railway=subway][colour=orange];x;name;int_name;888;railway|subway|tunnel
998railway|subway|green;[railway=subway][colour=green];x;name;int_name;889;railway|subway|tunnel
999railway|subway|brown;[railway=subway][colour=brown];x;name;int_name;890;railway|subway|tunnel
1000railway|subway|yellow;[railway=subway][colour=yellow];x;name;int_name;891;railway|subway|tunnel
1001railway|subway|purple;[railway=subway][colour=purple];x;name;int_name;892;railway|subway|tunnel
1002historic|memorial|stolperstein;[historic=memorial][memorial=stolperstein],[historic=memorial][memorial:type=stolperstein];;name;int_name;893;
1003historic|memorial|war_memorial;[historic=memorial][memorial=war_memorial],[historic=memorial][memorial:type=war_memorial];;name;int_name;894;
1004historic|memorial|cross;[historic=memorial][memorial=cross];;name;int_name;895;
1005historic|gallows;[historic=gallows];;name;int_name;896;
1006historic|pillory;[historic=pillory];;name;int_name;897;
1007amenity|money_transfer;898;
1008man_made|crane;899;
1009railway|subway|darkgreen;[railway=subway][colour=darkgreen];x;name;int_name;900;railway|subway|tunnel
1010barrier|wicket_gate;901;
1011railway|subway|gray;[railway=subway][colour=gray];x;name;int_name;902;railway|subway|tunnel
1012amenity|animal_shelter;903;
1013railway|subway|lightblue;[railway=subway][colour=lightblue];x;name;int_name;904;railway|subway|tunnel
1014amenity|motorcycle_rental;[amenity=motorcycle_rental],[shop=motorcycle][motorcycle:rental=yes],[shop=motorcycle][rental=yes],[amenity=scooter_rental];;;;905;
1015railway|subway|lightgreen;[railway=subway][colour=lightgreen];x;name;int_name;906;railway|subway|tunnel
1016place|quarter;907;
1017railway|subway|violet;[railway=subway][colour=violet];x;name;int_name;908;railway|subway|tunnel
1018shop|rental;909;
1019railway|subway|grey;[railway=subway][colour=grey];x;name;int_name;910;railway|subway|tunnel
1020shop|rental|bike;[shop=rental][rental=bike];;name;int_name;911;
1021historic|ship;912;
1022shop|tobacco;913;
1023shop|farm;914;
1024shop|storage_rental;915;
1025shop|trade;916;
1026shop|deli;917;
1027shop|mall;918;
1028shop|doityourself;919;
1029place|sea;920;
1030place|ocean;921;
1031natural|cliff;922;
1032shop|butcher;923;
1033shop|florist;924;
1034shop|bicycle;925;
1035shop|alcohol;926;
1036shop|books;927;
1037shop|electronics;928;
1038shop|shoes;929;
1039shop|department_store;930;
1040shop|hardware;931;
1041shop|jewelry;932;
1042shop|chemist;933;
1043shop|optician;934;
1044shop|garden_centre;935;
1045shop|gift;936;
1046shop|computer;937;
1047shop|mobile_phone;938;
1048shop|greengrocer;939;
1049shop|beverages;940;
1050shop|toys;941;
1051shop|confectionery;942;
1052shop;[shop?];;name;int_name;943;
1053hwtag|lit;944;
1054office|company;945;
1055office|telecommunication;946;
1056office|government;947;
1057office|estate_agent;[office=estate_agent],[shop=estate_agent];;name;int_name;948;
1058office|lawyer;949;
1059office;[office];;name;int_name;950;
1060natural|earth_bank;951;
1061man_made|embankment;952;
1062amenity|ferry_terminal;953;
1063amenity;[amenity];;name;int_name;954;
1064shop|furniture;955;
1065craft|winery;956;
1066waterway|waterfall;957;
1067craft|electronics_repair;958;
1068shop|appliance;959;
1069amenity|casino;960;
1070amenity|brothel;961;
1071place|neighbourhood;962;
1072place|isolated_dwelling;963;
1073historic|wayside_cross;964;
1074historic|wayside_shrine;965;
1075historic|boundary_stone;966;
1076historic|citywalls;967;
1077historic|tomb;968;
1078natural|rock;[natural=rock],[natural=stone];;;;969;
1079natural|bare_rock;970;
1080natural|tree_row;971;
1081natural|cape;972;
1082craft|carpenter;973;
1083craft|shoemaker;974;
1084craft|photographer;975;
1085craft|electrician;976;
1086craft|tailor;[craft=tailor],[shop=tailor];;name;int_name;977;
1087craft|plumber;978;
1088craft|brewery;979;
1089craft|metal_construction;980;
1090craft|hvac;981;
1091craft|painter;982;
1092craft|gardener;983;
1093internet_access;[internet_access];;name;int_name;984;
1094internet_access|wlan;985;
1095amenity|waste_disposal;986;
1096amenity|bbq;987;
1097craft|sawmill;988;
1098route|ferry|motorcar;[route=ferry][motorcar];x;name;int_name;989;route|ferry
1099junction|roundabout;990;
1100highway|speed_camera;991;
1101shop|beauty;992;
1102shop|sports;993;
1103deprecated:route|ferry|motor_vehicle:09.2021;[route=ferry][motor_vehicle];x;name;int_name;994;route|ferry
1104deprecated:railway|rail|motor_vehicle:06.2023;[railway=rail][motor_vehicle],[railway=rail][motorcar];x;name;int_name;995;railway|rail
1105hwtag|nofoot;996;
1106place|city|capital|2;[place=city][capital=2],[place=city][capital?][admin_level=2];;name;int_name;997;
1107place|city|capital|3;[place=city][capital=3],[place=city][capital?][admin_level=3];;name;int_name;998;
1108place|city|capital|4;[place=city][capital=4],[place=city][capital?][admin_level=4];;name;int_name;999;
1109place|city|capital|5;[place=city][capital=5],[place=city][capital?][admin_level=5];;name;int_name;1000;
1110place|city|capital|6;[place=city][capital=6],[place=city][capital?][admin_level=6];;name;int_name;1001;
1111place|city|capital|7;[place=city][capital=7],[place=city][capital?][admin_level=7];;name;int_name;1002;
1112place|city|capital|8;[place=city][capital=8],[place=city][capital?][admin_level=8];;name;int_name;1003;
1113place|city|capital|9;[place=city][capital=9],[place=city][capital?][admin_level=9];;name;int_name;1004;
1114place|city|capital|10;[place=city][capital=10],[place=city][capital?][admin_level=10];;name;int_name;1005;
1115place|city|capital|11;[place=city][capital=11],[place=city][capital?][admin_level=11];;name;int_name;1006;
1116hwtag|yesfoot;1007;
1117public_transport|platform;1008;
1118# Useless now, it is detected by the classifier, but has no any rules and isn't set as an exception.
1119junction;[junction];;name;int_name;1009;
1120aeroway|aerodrome|international;[aeroway=aerodrome][aerodrome=international],[aeroway=aerodrome][aerodrome:type=international];;name;int_name;1010;
1121railway|station|light_rail;[railway=station][station=light_rail],[railway=station][transport=light_rail];;name;int_name;1011;
1122railway|station|monorail;[railway=station][station=monorail],[railway=station][transport=monorail],[railway=halt][station=monorail];;name;int_name;1012;
1123railway|station|subway|london;[railway=station][transport=subway][city=london],[railway=station][station=subway][city=london];;name;int_name;1013;
1124railway|station|subway|newyork;[railway=station][transport=subway][city=newyork],[railway=station][station=subway][city=newyork];;name;int_name;1014;
1125railway|station|subway|moscow;[railway=station][transport=subway][city=moscow],[railway=station][station=subway][city=moscow];;name;int_name;1015;
1126railway|station|subway|berlin;[railway=station][transport=subway][city=berlin],[railway=station][station=subway][city=berlin];;name;int_name;1016;
1127railway|station|subway|minsk;[railway=station][transport=subway][city=minsk],[railway=station][station=subway][city=minsk];;name;int_name;1017;
1128railway|station|subway|kiev;[railway=station][transport=subway][city=kiev],[railway=station][station=subway][city=kiev];;name;int_name;1018;
1129railway|station|subway|barcelona;[railway=station][transport=subway][city=barcelona],[railway=station][station=subway][city=barcelona];;name;int_name;1019;
1130railway|station|subway|paris;[railway=station][transport=subway][city=paris],[railway=station][station=subway][city=paris];;name;int_name;1020;
1131railway|station|subway|madrid;[railway=station][transport=subway][city=madrid],[railway=station][station=subway][city=madrid];;name;int_name;1021;
1132railway|station|subway|roma;[railway=station][transport=subway][city=roma],[railway=station][station=subway][city=roma];;name;int_name;1022;
1133railway|station|subway|spb;[railway=station][transport=subway][city=spb],[railway=station][station=subway][city=spb];;name;int_name;1023;
1134railway|subway_entrance|london;[railway=subway_entrance][city=london];;name;int_name;1024;
1135railway|subway_entrance|newyork;[railway=subway_entrance][city=newyork];;name;int_name;1025;
1136railway|subway_entrance|moscow;[railway=subway_entrance][city=moscow];;name;int_name;1026;
1137railway|subway_entrance|berlin;[railway=subway_entrance][city=berlin];;name;int_name;1027;
1138railway|subway_entrance|minsk;[railway=subway_entrance][city=minsk];;name;int_name;1028;
1139railway|subway_entrance|kiev;[railway=subway_entrance][city=kiev];;name;int_name;1029;
1140railway|subway_entrance|barcelona;[railway=subway_entrance][city=barcelona];;name;int_name;1030;
1141railway|subway_entrance|paris;[railway=subway_entrance][city=paris];;name;int_name;1031;
1142railway|subway_entrance|madrid;[railway=subway_entrance][city=madrid];;name;int_name;1032;
1143railway|subway_entrance|roma;[railway=subway_entrance][city=roma];;name;int_name;1033;
1144railway|subway_entrance|spb;[railway=subway_entrance][city=spb];;name;int_name;1034;
1145aerialway|drag_lift;1035;
1146amenity|dentist;1036;
1147amenity|clinic;1037;
1148barrier|entrance;1038;
1149barrier|border_control;1039;
1150shop|laundry;1040;
1151amenity|vending_machine|parking_tickets;[amenity=vending_machine][vending=parking_tickets];;name;int_name;1041;
1152amenity|vending_machine|public_transport_tickets;[amenity=vending_machine][vending=public_transport_tickets];;name;int_name;1042;
1153building:part;[building:part];;name;int_name;1043;
1154amenity|place_of_worship|christian;[amenity=place_of_worship][religion=christian];;name;int_name;1044;
1155amenity|place_of_worship|muslim;[amenity=place_of_worship][religion=muslim];;name;int_name;1045;
1156amenity|place_of_worship|buddhist;[amenity=place_of_worship][religion=buddhist];;name;int_name;1046;
1157amenity|place_of_worship|hindu;[amenity=place_of_worship][religion=hindu];;name;int_name;1047;
1158amenity|place_of_worship|shinto;[amenity=place_of_worship][religion=shinto];;name;int_name;1048;
1159amenity|place_of_worship|jewish;[amenity=place_of_worship][religion=jewish];;name;int_name;1049;
1160amenity|place_of_worship|taoist;[amenity=place_of_worship][religion=taoist];;name;int_name;1050;
1161man_made|water_tower;1051;
1162highway|world_level;1052;
1163highway|world_towns_level;1053;
1164building|train_station;1054;
1165route|shuttle_train;[route=shuttle_train],[route=train][shuttle];;;;1055;
1166shop|copyshop;1056;
1167shop|photo;1057;
1168shop|travel_agency;[shop=travel_agency],[office=travel_agent];;name;int_name;1058;
1169highway|elevator;1059;
1170shop|outdoor;1060;
1171craft|confectionery;1061;
1172craft|handicraft;1062;
1173shop|dry_cleaning;1063;
1174shop|tyres;1064;
1175craft|beekeeper;1065;
1176amenity|car_wash;1066;
1177amenity|veterinary;1067;
1178amenity|charging_station;1068;
1179amenity|childcare;1069;
1180craft|blacksmith;1070;
1181amenity|bicycle_parking;1071;
1182amenity|community_centre;1072;
1183amenity|courthouse;1073;
1184amenity|vending_machine|cigarettes;[amenity=vending_machine][vending=cigarettes];;name;int_name;1074;
1185amenity|vending_machine|drinks;[amenity=vending_machine][vending=drinks];;name;int_name;1075;
1186amenity|waste_basket;1076;
1187building|garage;[building=garage],[building=yes][garage],[building=garages],[amenity=garage],[amenity=garages];;addr:housenumber;name;1077;
1188shop|pastry;1078;
1189emergency|phone;1079;
1190highway|rest_area;1080;
1191highway|traffic_signals;1081;
1192leisure|fitness_centre;[leisure=fitness_centre],[leisure=sports_centre][sport=fitness],[amenity=gym];;name;int_name;1082;
1193amenity|vending_machine|excrement_bags;[amenity=vending_machine][vending=excrement_bags];;name;int_name;1083;
1194amenity|parcel_locker;1084;
1195leisure|sauna;[leisure=sauna],[amenity=sauna];;name;int_name;1085;
1196amenity|vending_machine|fuel;[amenity=vending_machine][vending=fuel];;name;int_name;1086;
1197man_made|chimney;1087;
1198man_made|tower;1088;
1199man_made|water_well;1089;
1200amenity|vending_machine;[amenity=vending_machine];;name;int_name;1090;
1201shop|bookmaker;1091;
1202shop|car_repair|tyres;[shop=car_repair][service=tyres];;name;int_name;1092;
1203shop|cosmetics;1093;
1204shop|pet;1094;
1205shop|seafood;1095;
1206shop|ticket;1096;
1207shop|wine;1097;
1208tourism|chalet;1098;
1209tourism|information|board;[tourism=information][information=board];;name;int_name;1099;
1210tourism|information|map;[tourism=information][information=map];;name;int_name;1100;
1211shop|paint;1101;
1212traffic_calming|bump;1102;
1213traffic_calming|hump;1103;
1214shop|car_parts;1104;
1215leisure|sports_centre|climbing;[leisure=sports_centre][sport=climbing];x;name;int_name;1105;leisure|sports_centre
1216leisure|sports_centre|shooting;[leisure=sports_centre][sport=shooting];x;name;int_name;1106;leisure|sports_centre
1217leisure|sports_centre|swimming;[leisure=sports_centre][sport=swimming];x;name;int_name;1107;leisure|sports_centre
1218leisure|sports_centre|yoga;[leisure=sports_centre][sport=yoga];x;name;int_name;1108;leisure|sports_centre
1219amenity|public_bookcase;1109;
1220tourism|apartment;1110;
1221leisure|resort;[leisure=resort],[tourism=resort],[leisure=summer_camp];;name;int_name;1111;
1222shop|interior_decoration;1112;
1223shop|houseware;1113;
1224hwtag|nobicycle;1114;
1225hwtag|yesbicycle;1115;
1226hwtag|bidir_bicycle;1116;
1227psurface|paved_good;1117;
1228psurface|paved_bad;1118;
1229psurface|unpaved_good;1119;
1230psurface|unpaved_bad;1120;
1231wheelchair|yes;1121;
1232wheelchair|no;1122;
1233wheelchair|limited;1123;
1234building|has_parts;1124;
1235organic|only;1125;
1236organic|yes;1126;
1237amenity|vending_machine|coffee;[amenity=vending_machine][vending=coffee];;name;int_name;1127;
1238amenity|vending_machine|condoms;[amenity=vending_machine][vending=condoms];;name;int_name;1128;
1239amenity|vending_machine|food;[amenity=vending_machine][vending=food];;name;int_name;1129;
1240amenity|vending_machine|newspapers;[amenity=vending_machine][vending=newspapers];;name;int_name;1130;
1241amenity|vending_machine|sweets;[amenity=vending_machine][vending=sweets];;name;int_name;1131;
1242leisure|dance;[leisure=dance],[amenity=dancing_school];;;;1132;
1243amenity|music_school;1133;
1244amenity|language_school;1134;
1245historic|city_gate;1135;
1246sport|padel;1136;
1247sport|futsal;1137;
1248sport|ice_hockey;1138;
1249sport|field_hockey;1139;
1250sport|badminton;1140;
1251sport|pelota;1141;
1252historic|castle|castrum;[historic=castle][castle_type=castrum];;name;int_name;1142;
1253historic|castle|fortified_church;[historic=castle][castle_type=fortified_church];;name;int_name;1143;
1254historic|castle|fortress;[historic=castle][castle_type=fortress],[historic=fortress];;name;int_name;1144;
1255historic|castle|hillfort;[historic=castle][castle_type=hillfort];;name;int_name;1145;
1256historic|castle|kremlin;[historic=castle][castle_type=kremlin];;name;int_name;1146;
1257historic|castle|manor;[historic=castle][castle_type=manor],[historic=manor];;name;int_name;1147;
1258historic|castle|palace;[historic=castle][castle_type=palace];;name;int_name;1148;
1259historic|castle|shiro;[historic=castle][castle_type=shiro];;name;int_name;1149;
1260hwtag|yescar;1150;
1261hwtag|nocar;1151;
1262tourism|gallery;1152;
1263historic|fort;1153;
1264shop|coffee;1154;
1265shop|tea;1155;
1266shop|art;1156;
1267shop|charity;1157;
1268hwtag|toll;1158;
1269amenity|arts_centre;1159;
1270amenity|biergarten;1160;
1271amenity|driving_school;1161;
1272amenity|food_court;1162;
1273amenity|ice_cream;1163;
1274amenity|internet_cafe;1164;
1275amenity|motorcycle_parking;1165;
1276amenity|nursing_home;1166;
1277amenity|payment_terminal;1167;
1278amenity|prison;1168;
1279amenity|shower;1169;
1280amenity|water_point;1170;
1281emergency|defibrillator;1171;
1282emergency|fire_hydrant;1172;
1283highway|services;1173;
1284leisure|fitness_station;1174;
1285leisure|ice_rink;1175;
1286leisure|marina;1176;
1287shop|medical_supply;1177;
1288man_made|surveillance;1178;
1289man_made|water_tap;1179;
1290man_made|works;1180;
1291office|insurance;1181;
1292office|ngo;1182;
1293shop|chocolate;1183;
1294shop|erotic;1184;
1295shop|kitchen;1185;
1296shop|fabric;1186;
1297shop|funeral_directors;1187;
1298shop|massage;1188;
1299shop|motorcycle;1189;
1300shop|music;1190;
1301shop|musical_instrument;1191;
1302shop|newsagent;1192;
1303shop|pawnbroker;1193;
1304shop|stationery;1194;
1305shop|tattoo;1195;
1306shop|variety_store;1196;
1307shop|video;1197;
1308tourism|theme_park;1198;
1309tourism|wilderness_hut;1199;
1310shop|boutique;1200;
1311shop|lottery;1201;
1312shop|antiques;1202;
1313shop|wholesale;1203;
1314shop|perfumery;1204;
1315shop|baby_goods;1205;
1316shop|bag;1206;
1317shop|dairy;1207;
1318shop|electrical;1208;
1319shop|cheese;1209;
1320shop|money_lender;1210;
1321shop|health_food;1211;
1322shop|fishing;1212;
1323shop|grocery;1213;
1324shop|nutrition_supplements;1214;
1325shop|watches;1215;
1326shop|second_hand;1216;
1327shop|craft;1217;
1328shop|sewing;1218;
1329railway|station|subway|warszawa;[railway=station][transport=subway][city=warszawa],[railway=station][station=subway][city=warszawa];;name;int_name;1219;
1330railway|subway_entrance|warszawa;[railway=subway_entrance][city=warszawa];;name;int_name;1220;
1331shop|bed;1221;
1332shop|outpost;1222;
1333shop|gas;1223;
1334natural|desert;[natural=desert],[natural=sand][desert=erg];;name;int_name;1224;
1335natural|water|tunnel;[natural=water][tunnel?];;name;int_name;1225;
1336place|square;1226;
1337tourism|artwork|architecture;[tourism=artwork][artwork_type=architecture],[tourism=artwork][type=architecture];;name;int_name;1227;
1338tourism|artwork|sculpture;[tourism=artwork][artwork_type=sculpture],[tourism=artwork][type=sculpture];;name;int_name;1228;
1339tourism|artwork|statue;[tourism=artwork][artwork_type=statue],[tourism=artwork][type=statue];;name;int_name;1229;
1340tourism|artwork|painting;[tourism=artwork][artwork_type=painting],[tourism=artwork][type=painting];;name;int_name;1230;
1341historic|memorial|sculpture;[historic=memorial][memorial=sculpture],[historic=memorial][memorial:type=sculpture];;name;int_name;1231;
1342historic|memorial|statue;[historic=memorial][memorial=statue],[historic=memorial][memorial:type=statue];;name;int_name;1232;
1343historic|memorial|plaque;[historic=memorial][memorial=plaque],[historic=memorial][memorial:type=plaque];;name;int_name;1233;
1344historic|castle|defensive;[historic=castle][castle_type=defensive];;name;int_name;1234;
1345historic|castle|stately;[historic=castle][castle_type=stately];;name;int_name;1235;
1346attraction|animal;1236;
1347deprecated:tourism|attraction|specified:03.2024;[tourism=attraction][attraction=specified];x;name;int_name;1237;tourism|attraction
1348cuisine|regional;1238;
1349cuisine|pizza;1239;
1350cuisine|burger;1240;
1351cuisine|italian;1241;
1352cuisine|chinese;1242;
1353cuisine|coffee_shop;1243;
1354cuisine|sandwich;1244;
1355cuisine|german;1245;
1356cuisine|japanese;1246;
1357cuisine|kebab;1247;
1358cuisine|mexican;1248;
1359cuisine|indian;1249;
1360cuisine|american;1250;
1361cuisine|french;1251;
1362cuisine|ice_cream;1252;
1363cuisine|asian;1253;
1364cuisine|chicken;1254;
1365cuisine|greek;1255;
1366cuisine|thai;1256;
1367cuisine|international;1257;
1368cuisine|sushi;1258;
1369cuisine|fish_and_chips;1259;
1370cuisine|turkish;1260;
1371cuisine|seafood;1261;
1372cuisine|steak_house;1262;
1373cuisine|spanish;1263;
1374cuisine|fish;1264;
1375cuisine|vietnamese;1265;
1376cuisine|noodles;1266;
1377cuisine|vegetarian;1267;
1378cuisine|korean;1268;
1379cuisine|friture;1269;
1380cuisine|barbecue;1270;
1381cuisine|bavarian;1271;
1382cuisine|ramen;1272;
1383cuisine|italian_pizza;1273;
1384cuisine|mediterranean;1274;
1385cuisine|donut;1275;
1386cuisine|beef_bowl;1276;
1387cuisine|cake;1277;
1388cuisine|crepe;1278;
1389cuisine|heuriger;1279;
1390cuisine|lebanese;1280;
1391cuisine|local;1281;
1392cuisine|curry;1282;
1393cuisine|filipino;1283;
1394cuisine|russian;1284;
1395cuisine|breakfast;1285;
1396cuisine|tapas;1286;
1397cuisine|bagel;1287;
1398cuisine|pasta;1288;
1399cuisine|buschenschank;1289;
1400cuisine|sausage;1290;
1401cuisine|portuguese;1291;
1402cuisine|grill;1292;
1403cuisine|pancake;1293;
1404cuisine|malagasy;1294;
1405cuisine|polish;1295;
1406cuisine|diner;1296;
1407cuisine|african;1297;
1408cuisine|georgian;1298;
1409cuisine|croatian;1299;
1410cuisine|arab;1300;
1411cuisine|balkan;1301;
1412cuisine|brazilian;1302;
1413cuisine|caribbean;1303;
1414cuisine|austrian;1304;
1415cuisine|vegan;1305;
1416cuisine|argentinian;1306;
1417cuisine|persian;1307;
1418cuisine|soba;1308;
1419cuisine|malaysian;1309;
1420cuisine|indonesian;1310;
1421cuisine|ethiopian;1311;
1422cuisine|deli;1312;
1423cuisine|irish;1313;
1424cuisine|hungarian;1314;
1425cuisine|lao;1315;
1426cuisine|hotdog;1316;
1427cuisine|oriental;1317;
1428cuisine|savory_pancakes;1318;
1429cuisine|moroccan;1319;
1430cuisine|peruvian;1320;
1431cuisine|fine_dining;1321;
1432cuisine|tea;1322;
1433natural|geyser;1323;
1434cuisine|bubble_tea;1324;
1435natural|hot_spring;1325;
1436amenity|parking_space;1326;
1437amenity|parking_space|underground;[amenity=parking_space][parking=underground];;name;int_name;1327;
1438amenity|parking_space|private;[amenity=parking_space][access=private];;name;int_name;1328;
1439amenity|parking_space|permissive;[amenity=parking_space][access=permissive];;name;int_name;1329;
1440landuse|religious;1330;
1441isoline|step_1000;1331;
1442isoline|step_500;1332;
1443isoline|step_100;1333;
1444isoline|step_50;1334;
1445isoline|step_10;1335;
1446isoline|zero;1336;
1447complex_entry;[complex_entry];;name;int_name;1337;
1448recycling|batteries;[recycling:batteries=yes];;name;int_name;1338;
1449recycling|clothes;[recycling:clothes=yes];;name;int_name;1339;
1450recycling|glass_bottles;[recycling:glass_bottles=yes];;name;int_name;1340;
1451recycling|paper;[recycling:paper=yes];;name;int_name;1341;
1452recycling|plastic;[recycling:plastic=yes];;name;int_name;1342;
1453recycling|plastic_bottles;[recycling:plastic_bottles=yes];;name;int_name;1343;
1454recycling|scrap_metal;[recycling:scrap_metal=yes];;name;int_name;1344;
1455recycling|small_appliances;[recycling:small_appliances=yes];;name;int_name;1345;
1456amenity|recycling_container;[amenity=recycling][recycling_type=container],[amenity=recycling][!recycling_type];x;name;int_name;1346;amenity|recycling|container
1457hwtag|onedir_bicycle;1347;
1458shop|video_games;1348;
1459natural|strait;1349;
1460recycling|cardboard;[recycling:cardboard=yes];;name;int_name;1350;
1461recycling|cans;[recycling:cans=yes];;name;int_name;1351;
1462recycling|shoes;[recycling:shoes=yes];;name;int_name;1352;
1463recycling|green_waste;[recycling:green_waste=yes];;name;int_name;1353;
1464recycling|cartons;[recycling:cartons=yes];;name;int_name;1354;
1465amenity|parking_space|disabled;[amenity=parking_space][parking_space=disabled];;name;int_name;1355;
1466railway|station|subway|adana;[railway=station][transport=subway][city=adana],[railway=station][station=subway][city=adana];;name;int_name;1356;
1467railway|station|subway|algiers;[railway=station][transport=subway][city=algiers],[railway=station][station=subway][city=algiers];;name;int_name;1357;
1468railway|station|subway|almaty;[railway=station][transport=subway][city=almaty],[railway=station][station=subway][city=almaty];;name;int_name;1358;
1469railway|station|subway|amsterdam;[railway=station][transport=subway][city=amsterdam],[railway=station][station=subway][city=amsterdam];;name;int_name;1359;
1470railway|station|subway|ankara;[railway=station][transport=subway][city=ankara],[railway=station][station=subway][city=ankara];;name;int_name;1360;
1471railway|station|subway|athens;[railway=station][transport=subway][city=athens],[railway=station][station=subway][city=athens];;name;int_name;1361;
1472railway|station|subway|baku;[railway=station][transport=subway][city=baku],[railway=station][station=subway][city=baku];;name;int_name;1362;
1473railway|station|subway|bangkok;[railway=station][transport=subway][city=bangkok],[railway=station][station=subway][city=bangkok];;name;int_name;1363;
1474railway|station|subway|beijing;[railway=station][transport=subway][city=beijing],[railway=station][station=subway][city=beijing];;name;int_name;1364;
1475railway|station|subway|bengalore;[railway=station][transport=subway][city=bengalore],[railway=station][station=subway][city=bengalore];;name;int_name;1365;
1476railway|station|subway|brasilia;[railway=station][transport=subway][city=brasilia],[railway=station][station=subway][city=brasilia];;name;int_name;1366;
1477railway|station|subway|brescia;[railway=station][transport=subway][city=brescia],[railway=station][station=subway][city=brescia];;name;int_name;1367;
1478railway|station|subway|brussels;[railway=station][transport=subway][city=brussels],[railway=station][station=subway][city=brussels];;name;int_name;1368;
1479railway|station|subway|bucharest;[railway=station][transport=subway][city=bucharest],[railway=station][station=subway][city=bucharest];;name;int_name;1369;
1480railway|station|subway|budapest;[railway=station][transport=subway][city=budapest],[railway=station][station=subway][city=budapest];;name;int_name;1370;
1481railway|station|subway|buenos_aires;[railway=station][transport=subway][city=buenos_aires],[railway=station][station=subway][city=buenos_aires];;name;int_name;1371;
1482railway|station|subway|bursa;[railway=station][transport=subway][city=bursa],[railway=station][station=subway][city=bursa];;name;int_name;1372;
1483railway|station|subway|cairo;[railway=station][transport=subway][city=cairo],[railway=station][station=subway][city=cairo];;name;int_name;1373;
1484railway|station|subway|caracas;[railway=station][transport=subway][city=caracas],[railway=station][station=subway][city=caracas];;name;int_name;1374;
1485railway|station|subway|catania;[railway=station][transport=subway][city=catania],[railway=station][station=subway][city=catania];;name;int_name;1375;
1486railway|station|subway|changchun;[railway=station][transport=subway][city=changchun],[railway=station][station=subway][city=changchun];;name;int_name;1376;
1487railway|station|subway|chengdu;[railway=station][transport=subway][city=chengdu],[railway=station][station=subway][city=chengdu];;name;int_name;1377;
1488railway|station|subway|chicago;[railway=station][transport=subway][city=chicago],[railway=station][station=subway][city=chicago];;name;int_name;1378;
1489railway|station|subway|chongqing;[railway=station][transport=subway][city=chongqing],[railway=station][station=subway][city=chongqing];;name;int_name;1379;
1490railway|station|subway|dalian;[railway=station][transport=subway][city=dalian],[railway=station][station=subway][city=dalian];;name;int_name;1380;
1491railway|station|subway|delhi;[railway=station][transport=subway][city=delhi],[railway=station][station=subway][city=delhi];;name;int_name;1381;
1492railway|station|subway|dnepro;[railway=station][transport=subway][city=dnepro],[railway=station][station=subway][city=dnepro];;name;int_name;1382;
1493railway|station|subway|dubai;[railway=station][transport=subway][city=dubai],[railway=station][station=subway][city=dubai];;name;int_name;1383;
1494railway|station|subway|ekb;[railway=station][transport=subway][city=ekb],[railway=station][station=subway][city=ekb];;name;int_name;1384;
1495railway|station|subway|fukuoka;[railway=station][transport=subway][city=fukuoka],[railway=station][station=subway][city=fukuoka];;name;int_name;1385;
1496railway|station|subway|glasgow;[railway=station][transport=subway][city=glasgow],[railway=station][station=subway][city=glasgow];;name;int_name;1386;
1497railway|station|subway|guangzhou;[railway=station][transport=subway][city=guangzhou],[railway=station][station=subway][city=guangzhou];;name;int_name;1387;
1498railway|station|subway|hamburg;[railway=station][transport=subway][city=hamburg],[railway=station][station=subway][city=hamburg];;name;int_name;1388;
1499railway|station|subway|helsinki;[railway=station][transport=subway][city=helsinki],[railway=station][station=subway][city=helsinki];;name;int_name;1389;
1500railway|station|subway|hiroshima;[railway=station][transport=subway][city=hiroshima],[railway=station][station=subway][city=hiroshima];;name;int_name;1390;
1501railway|station|subway|isfahan;[railway=station][transport=subway][city=isfahan],[railway=station][station=subway][city=isfahan];;name;int_name;1391;
1502railway|station|subway|istanbul;[railway=station][transport=subway][city=istanbul],[railway=station][station=subway][city=istanbul];;name;int_name;1392;
1503railway|station|subway|izmir;[railway=station][transport=subway][city=izmir],[railway=station][station=subway][city=izmir];;name;int_name;1393;
1504railway|station|subway|kazan;[railway=station][transport=subway][city=kazan],[railway=station][station=subway][city=kazan];;name;int_name;1394;
1505railway|station|subway|kharkiv;[railway=station][transport=subway][city=kharkiv],[railway=station][station=subway][city=kharkiv];;name;int_name;1395;
1506railway|station|subway|kobe;[railway=station][transport=subway][city=kobe],[railway=station][station=subway][city=kobe];;name;int_name;1396;
1507railway|station|subway|kolkata;[railway=station][transport=subway][city=kolkata],[railway=station][station=subway][city=kolkata];;name;int_name;1397;
1508railway|station|subway|kunming;[railway=station][transport=subway][city=kunming],[railway=station][station=subway][city=kunming];;name;int_name;1398;
1509railway|station|subway|kyoto;[railway=station][transport=subway][city=kyoto],[railway=station][station=subway][city=kyoto];;name;int_name;1399;
1510railway|station|subway|la;[railway=station][transport=subway][city=la],[railway=station][station=subway][city=la];;name;int_name;1400;
1511railway|station|subway|lausanne;[railway=station][transport=subway][city=lausanne],[railway=station][station=subway][city=lausanne];;name;int_name;1401;
1512railway|station|subway|lille;[railway=station][transport=subway][city=lille],[railway=station][station=subway][city=lille];;name;int_name;1402;
1513railway|station|subway|lima;[railway=station][transport=subway][city=lima],[railway=station][station=subway][city=lima];;name;int_name;1403;
1514railway|station|subway|lisboa;[railway=station][transport=subway][city=lisboa],[railway=station][station=subway][city=lisboa];;name;int_name;1404;
1515railway|station|subway|bilbao;[railway=station][transport=subway][city=bilbao],[railway=station][station=subway][city=bilbao];;name;int_name;1405;
1516railway|station|subway|lyon;[railway=station][transport=subway][city=lyon],[railway=station][station=subway][city=lyon];;name;int_name;1406;
1517railway|station|subway|malaga;[railway=station][transport=subway][city=malaga],[railway=station][station=subway][city=malaga];;name;int_name;1407;
1518railway|station|subway|manila;[railway=station][transport=subway][city=manila],[railway=station][station=subway][city=manila];;name;int_name;1408;
1519railway|station|subway|maracaibo;[railway=station][transport=subway][city=maracaibo],[railway=station][station=subway][city=maracaibo];;name;int_name;1409;
1520railway|station|subway|mashhad;[railway=station][transport=subway][city=mashhad],[railway=station][station=subway][city=mashhad];;name;int_name;1410;
1521railway|station|subway|mecca;[railway=station][transport=subway][city=mecca],[railway=station][station=subway][city=mecca];;name;int_name;1411;
1522railway|station|subway|medellin;[railway=station][transport=subway][city=medellin],[railway=station][station=subway][city=medellin];;name;int_name;1412;
1523railway|station|subway|mexico;[railway=station][transport=subway][city=mexico],[railway=station][station=subway][city=mexico];;name;int_name;1413;
1524railway|station|subway|milan;[railway=station][transport=subway][city=milan],[railway=station][station=subway][city=milan];;name;int_name;1414;
1525railway|station|subway|montreal;[railway=station][transport=subway][city=montreal],[railway=station][station=subway][city=montreal];;name;int_name;1415;
1526railway|station|subway|munchen;[railway=station][transport=subway][city=munchen],[railway=station][station=subway][city=munchen];;name;int_name;1416;
1527railway|station|subway|nagoya;[railway=station][transport=subway][city=nagoya],[railway=station][station=subway][city=nagoya];;name;int_name;1417;
1528railway|station|subway|nnov;[railway=station][transport=subway][city=nnov],[railway=station][station=subway][city=nnov];;name;int_name;1418;
1529railway|station|subway|novosibirsk;[railway=station][transport=subway][city=novosibirsk],[railway=station][station=subway][city=novosibirsk];;name;int_name;1419;
1530railway|station|subway|osaka;[railway=station][transport=subway][city=osaka],[railway=station][station=subway][city=osaka];;name;int_name;1420;
1531railway|station|subway|oslo;[railway=station][transport=subway][city=oslo],[railway=station][station=subway][city=oslo];;name;int_name;1421;
1532railway|station|subway|palma;[railway=station][transport=subway][city=palma],[railway=station][station=subway][city=palma];;name;int_name;1422;
1533railway|station|subway|panama;[railway=station][transport=subway][city=panama],[railway=station][station=subway][city=panama];;name;int_name;1423;
1534railway|station|subway|philadelphia;[railway=station][transport=subway][city=philadelphia],[railway=station][station=subway][city=philadelphia];;name;int_name;1424;
1535railway|station|subway|pyongyang;[railway=station][transport=subway][city=pyongyang],[railway=station][station=subway][city=pyongyang];;name;int_name;1425;
1536railway|station|subway|rennes;[railway=station][transport=subway][city=rennes],[railway=station][station=subway][city=rennes];;name;int_name;1426;
1537railway|station|subway|rio;[railway=station][transport=subway][city=rio],[railway=station][station=subway][city=rio];;name;int_name;1427;
1538railway|station|subway|rotterdam;[railway=station][transport=subway][city=rotterdam],[railway=station][station=subway][city=rotterdam];;name;int_name;1428;
1539railway|station|subway|samara;[railway=station][transport=subway][city=samara],[railway=station][station=subway][city=samara];;name;int_name;1429;
1540railway|station|subway|santiago;[railway=station][transport=subway][city=santiago],[railway=station][station=subway][city=santiago];;name;int_name;1430;
1541railway|station|subway|santo_domingo;[railway=station][transport=subway][city=santo_domingo],[railway=station][station=subway][city=santo_domingo];;name;int_name;1431;
1542railway|station|subway|saopaulo;[railway=station][transport=subway][city=saopaulo],[railway=station][station=subway][city=saopaulo];;name;int_name;1432;
1543railway|station|subway|sapporo;[railway=station][transport=subway][city=sapporo],[railway=station][station=subway][city=sapporo];;name;int_name;1433;
1544railway|station|subway|sendai;[railway=station][transport=subway][city=sendai],[railway=station][station=subway][city=sendai];;name;int_name;1434;
1545railway|station|subway|sf;[railway=station][transport=subway][city=sf],[railway=station][station=subway][city=sf];;name;int_name;1435;
1546railway|station|subway|shanghai;[railway=station][transport=subway][city=shanghai],[railway=station][station=subway][city=shanghai];;name;int_name;1436;
1547railway|station|subway|shiraz;[railway=station][transport=subway][city=shiraz],[railway=station][station=subway][city=shiraz];;name;int_name;1437;
1548railway|station|subway|sofia;[railway=station][transport=subway][city=sofia],[railway=station][station=subway][city=sofia];;name;int_name;1438;
1549railway|station|subway|stockholm;[railway=station][transport=subway][city=stockholm],[railway=station][station=subway][city=stockholm];;name;int_name;1439;
1550railway|station|subway|tabriz;[railway=station][transport=subway][city=tabriz],[railway=station][station=subway][city=tabriz];;name;int_name;1440;
1551railway|station|subway|taipei;[railway=station][transport=subway][city=taipei],[railway=station][station=subway][city=taipei];;name;int_name;1441;
1552railway|station|subway|taoyuan;[railway=station][transport=subway][city=taoyuan],[railway=station][station=subway][city=taoyuan];;name;int_name;1442;
1553railway|station|subway|tashkent;[railway=station][transport=subway][city=tashkent],[railway=station][station=subway][city=tashkent];;name;int_name;1443;
1554railway|station|subway|tbilisi;[railway=station][transport=subway][city=tbilisi],[railway=station][station=subway][city=tbilisi];;name;int_name;1444;
1555railway|station|subway|tianjin;[railway=station][transport=subway][city=tianjin],[railway=station][station=subway][city=tianjin];;name;int_name;1445;
1556railway|station|subway|tokyo;[railway=station][transport=subway][city=tokyo],[railway=station][station=subway][city=tokyo];;name;int_name;1446;
1557railway|station|subway|valencia;[railway=station][transport=subway][city=valencia],[railway=station][station=subway][city=valencia];;name;int_name;1447;
1558railway|station|subway|vienna;[railway=station][transport=subway][city=vienna],[railway=station][station=subway][city=vienna];;name;int_name;1448;
1559railway|station|subway|washington;[railway=station][transport=subway][city=washington],[railway=station][station=subway][city=washington];;name;int_name;1449;
1560railway|station|subway|wuhan;[railway=station][transport=subway][city=wuhan],[railway=station][station=subway][city=wuhan];;name;int_name;1450;
1561railway|station|subway|yerevan;[railway=station][transport=subway][city=yerevan],[railway=station][station=subway][city=yerevan];;name;int_name;1451;
1562railway|station|subway|yokohama;[railway=station][transport=subway][city=yokohama],[railway=station][station=subway][city=yokohama];;name;int_name;1452;
1563railway|subway_entrance|adana;[railway=subway_entrance][city=adana];;name;int_name;1453;
1564railway|subway_entrance|algiers;[railway=subway_entrance][city=algiers];;name;int_name;1454;
1565railway|subway_entrance|almaty;[railway=subway_entrance][city=almaty];;name;int_name;1455;
1566railway|subway_entrance|amsterdam;[railway=subway_entrance][city=amsterdam];;name;int_name;1456;
1567railway|subway_entrance|ankara;[railway=subway_entrance][city=ankara];;name;int_name;1457;
1568railway|subway_entrance|athens;[railway=subway_entrance][city=athens];;name;int_name;1458;
1569railway|subway_entrance|baku;[railway=subway_entrance][city=baku];;name;int_name;1459;
1570railway|subway_entrance|bangkok;[railway=subway_entrance][city=bangkok];;name;int_name;1460;
1571railway|subway_entrance|beijing;[railway=subway_entrance][city=beijing];;name;int_name;1461;
1572railway|subway_entrance|bengalore;[railway=subway_entrance][city=bengalore];;name;int_name;1462;
1573railway|subway_entrance|brasilia;[railway=subway_entrance][city=brasilia];;name;int_name;1463;
1574railway|subway_entrance|brescia;[railway=subway_entrance][city=brescia];;name;int_name;1464;
1575railway|subway_entrance|brussels;[railway=subway_entrance][city=brussels];;name;int_name;1465;
1576railway|subway_entrance|bucharest;[railway=subway_entrance][city=bucharest];;name;int_name;1466;
1577railway|subway_entrance|budapest;[railway=subway_entrance][city=budapest];;name;int_name;1467;
1578railway|subway_entrance|buenos_aires;[railway=subway_entrance][city=buenos_aires];;name;int_name;1468;
1579railway|subway_entrance|bursa;[railway=subway_entrance][city=bursa];;name;int_name;1469;
1580railway|subway_entrance|cairo;[railway=subway_entrance][city=cairo];;name;int_name;1470;
1581railway|subway_entrance|caracas;[railway=subway_entrance][city=caracas];;name;int_name;1471;
1582railway|subway_entrance|catania;[railway=subway_entrance][city=catania];;name;int_name;1472;
1583railway|subway_entrance|changchun;[railway=subway_entrance][city=changchun];;name;int_name;1473;
1584railway|subway_entrance|chengdu;[railway=subway_entrance][city=chengdu];;name;int_name;1474;
1585railway|subway_entrance|chicago;[railway=subway_entrance][city=chicago];;name;int_name;1475;
1586railway|subway_entrance|chongqing;[railway=subway_entrance][city=chongqing];;name;int_name;1476;
1587railway|subway_entrance|dalian;[railway=subway_entrance][city=dalian];;name;int_name;1477;
1588railway|subway_entrance|delhi;[railway=subway_entrance][city=delhi];;name;int_name;1478;
1589railway|subway_entrance|dnepro;[railway=subway_entrance][city=dnepro];;name;int_name;1479;
1590railway|subway_entrance|dubai;[railway=subway_entrance][city=dubai];;name;int_name;1480;
1591railway|subway_entrance|ekb;[railway=subway_entrance][city=ekb];;name;int_name;1481;
1592railway|subway_entrance|fukuoka;[railway=subway_entrance][city=fukuoka];;name;int_name;1482;
1593railway|subway_entrance|glasgow;[railway=subway_entrance][city=glasgow];;name;int_name;1483;
1594railway|subway_entrance|guangzhou;[railway=subway_entrance][city=guangzhou];;name;int_name;1484;
1595railway|subway_entrance|hamburg;[railway=subway_entrance][city=hamburg];;name;int_name;1485;
1596railway|subway_entrance|helsinki;[railway=subway_entrance][city=helsinki];;name;int_name;1486;
1597railway|subway_entrance|hiroshima;[railway=subway_entrance][city=hiroshima];;name;int_name;1487;
1598railway|subway_entrance|isfahan;[railway=subway_entrance][city=isfahan];;name;int_name;1488;
1599railway|subway_entrance|istanbul;[railway=subway_entrance][city=istanbul];;name;int_name;1489;
1600railway|subway_entrance|izmir;[railway=subway_entrance][city=izmir];;name;int_name;1490;
1601railway|subway_entrance|kazan;[railway=subway_entrance][city=kazan];;name;int_name;1491;
1602railway|subway_entrance|kharkiv;[railway=subway_entrance][city=kharkiv];;name;int_name;1492;
1603railway|subway_entrance|kobe;[railway=subway_entrance][city=kobe];;name;int_name;1493;
1604railway|subway_entrance|kolkata;[railway=subway_entrance][city=kolkata];;name;int_name;1494;
1605railway|subway_entrance|kunming;[railway=subway_entrance][city=kunming];;name;int_name;1495;
1606railway|subway_entrance|kyoto;[railway=subway_entrance][city=kyoto];;name;int_name;1496;
1607railway|subway_entrance|la;[railway=subway_entrance][city=la];;name;int_name;1497;
1608railway|subway_entrance|lausanne;[railway=subway_entrance][city=lausanne];;name;int_name;1498;
1609railway|subway_entrance|lille;[railway=subway_entrance][city=lille];;name;int_name;1499;
1610railway|subway_entrance|lima;[railway=subway_entrance][city=lima];;name;int_name;1500;
1611railway|subway_entrance|lisboa;[railway=subway_entrance][city=lisboa];;name;int_name;1501;
1612railway|subway_entrance|tehran;[railway=subway_entrance][city=tehran];;name;int_name;1502;
1613railway|subway_entrance|lyon;[railway=subway_entrance][city=lyon];;name;int_name;1503;
1614railway|subway_entrance|malaga;[railway=subway_entrance][city=malaga];;name;int_name;1504;
1615railway|subway_entrance|manila;[railway=subway_entrance][city=manila];;name;int_name;1505;
1616railway|subway_entrance|maracaibo;[railway=subway_entrance][city=maracaibo];;name;int_name;1506;
1617railway|subway_entrance|mashhad;[railway=subway_entrance][city=mashhad];;name;int_name;1507;
1618railway|subway_entrance|mecca;[railway=subway_entrance][city=mecca];;name;int_name;1508;
1619railway|subway_entrance|medellin;[railway=subway_entrance][city=medellin];;name;int_name;1509;
1620railway|subway_entrance|mexico;[railway=subway_entrance][city=mexico];;name;int_name;1510;
1621railway|subway_entrance|milan;[railway=subway_entrance][city=milan];;name;int_name;1511;
1622railway|subway_entrance|montreal;[railway=subway_entrance][city=montreal];;name;int_name;1512;
1623railway|subway_entrance|munchen;[railway=subway_entrance][city=munchen];;name;int_name;1513;
1624railway|subway_entrance|nagoya;[railway=subway_entrance][city=nagoya];;name;int_name;1514;
1625railway|subway_entrance|nnov;[railway=subway_entrance][city=nnov];;name;int_name;1515;
1626railway|subway_entrance|novosibirsk;[railway=subway_entrance][city=novosibirsk];;name;int_name;1516;
1627railway|subway_entrance|osaka;[railway=subway_entrance][city=osaka];;name;int_name;1517;
1628railway|subway_entrance|oslo;[railway=subway_entrance][city=oslo];;name;int_name;1518;
1629railway|subway_entrance|palma;[railway=subway_entrance][city=palma];;name;int_name;1519;
1630railway|subway_entrance|panama;[railway=subway_entrance][city=panama];;name;int_name;1520;
1631railway|subway_entrance|philadelphia;[railway=subway_entrance][city=philadelphia];;name;int_name;1521;
1632railway|subway_entrance|pyongyang;[railway=subway_entrance][city=pyongyang];;name;int_name;1522;
1633railway|subway_entrance|rennes;[railway=subway_entrance][city=rennes];;name;int_name;1523;
1634railway|subway_entrance|rio;[railway=subway_entrance][city=rio];;name;int_name;1524;
1635railway|subway_entrance|rotterdam;[railway=subway_entrance][city=rotterdam];;name;int_name;1525;
1636railway|subway_entrance|samara;[railway=subway_entrance][city=samara];;name;int_name;1526;
1637railway|subway_entrance|santiago;[railway=subway_entrance][city=santiago];;name;int_name;1527;
1638railway|subway_entrance|santo_domingo;[railway=subway_entrance][city=santo_domingo];;name;int_name;1528;
1639railway|subway_entrance|saopaulo;[railway=subway_entrance][city=saopaulo];;name;int_name;1529;
1640railway|subway_entrance|sapporo;[railway=subway_entrance][city=sapporo];;name;int_name;1530;
1641railway|subway_entrance|sendai;[railway=subway_entrance][city=sendai];;name;int_name;1531;
1642railway|subway_entrance|sf;[railway=subway_entrance][city=sf];;name;int_name;1532;
1643railway|subway_entrance|shanghai;[railway=subway_entrance][city=shanghai];;name;int_name;1533;
1644railway|subway_entrance|shiraz;[railway=subway_entrance][city=shiraz];;name;int_name;1534;
1645railway|subway_entrance|sofia;[railway=subway_entrance][city=sofia];;name;int_name;1535;
1646railway|subway_entrance|stockholm;[railway=subway_entrance][city=stockholm];;name;int_name;1536;
1647railway|subway_entrance|tabriz;[railway=subway_entrance][city=tabriz];;name;int_name;1537;
1648railway|subway_entrance|taipei;[railway=subway_entrance][city=taipei];;name;int_name;1538;
1649railway|subway_entrance|taoyuan;[railway=subway_entrance][city=taoyuan];;name;int_name;1539;
1650railway|subway_entrance|tashkent;[railway=subway_entrance][city=tashkent];;name;int_name;1540;
1651railway|subway_entrance|tbilisi;[railway=subway_entrance][city=tbilisi];;name;int_name;1541;
1652railway|subway_entrance|tianjin;[railway=subway_entrance][city=tianjin];;name;int_name;1542;
1653railway|subway_entrance|tokyo;[railway=subway_entrance][city=tokyo];;name;int_name;1543;
1654railway|subway_entrance|valencia;[railway=subway_entrance][city=valencia];;name;int_name;1544;
1655railway|subway_entrance|vienna;[railway=subway_entrance][city=vienna];;name;int_name;1545;
1656railway|subway_entrance|washington;[railway=subway_entrance][city=washington];;name;int_name;1546;
1657railway|subway_entrance|wuhan;[railway=subway_entrance][city=wuhan];;name;int_name;1547;
1658railway|subway_entrance|yerevan;[railway=subway_entrance][city=yerevan];;name;int_name;1548;
1659railway|subway_entrance|yokohama;[railway=subway_entrance][city=yokohama];;name;int_name;1549;
1660railway|subway_entrance|bilbao;[railway=subway_entrance][city=bilbao];;name;int_name;1550;
1661craft|key_cutter;1551;
1662craft|locksmith;1552;
1663shop|carpet;1553;
1664shop|motorcycle_repair;1554;
1665shop|pet_grooming;1555;
1666shop|hifi;1556;
1667shop|bathroom_furnishing;1557;
1668shop|curtain;1558;
1669shop|fashion_accessories;1559;
1670shop|cannabis;1560;
1671shop|herbalist;1561;
1672shop|camera;1562;
1673shop|auction;1563;
1674shop|collector;1564;
1675railway|station|subway|tehran;[railway=station][transport=subway][city=tehran],[railway=station][station=subway][city=tehran];;name;int_name;1565;
1676amenity|stripclub;1566;
1677tourism|aquarium;1567;
1678emergency|assembly_point;1568;
1679amenity|gambling;1569;
1680leisure|adult_gaming_centre;1570;
1681leisure|amusement_arcade;1571;
1682amenity|place_of_worship|christian|mormon;[amenity=place_of_worship][religion=christian][denomination=mormon];;name;int_name;1572;
1683amenity|public_bath;1573;
1684amenity|vehicle_inspection;1574;
1685historic|cannon;1575;
1686historic|anchor;1576;
1687historic|stone;1577;
1688historic|aircraft;1578;
1689historic|tank;1579;
1690historic|mine;1580;
1691historic|wreck;1581;
1692historic|locomotive;1582;
1693craft|caterer;1583;
1694craft|grinding_mill;1584;
1695leisure|outdoor_seating;1585;
1696railway|station|light_rail|london;[railway=station][station=light_rail][city=london];;name;int_name;1586;
1697railway|station|light_rail|porto;[railway=station][station=light_rail][city=porto];;name;int_name;1587;
1698amenity|place_of_worship|christian|jehovahs_witness;[amenity=place_of_worship][religion=christian][denomination=jehovahs_witness];;name;int_name;1588;
1699amenity|parking|underground|private;[amenity=parking][location=underground][access=private],[amenity=parking][parking=underground][access=private];;name;int_name;1589;
1700amenity|parking|street_side|private;[amenity=parking][parking=street_side][access=private];;name;int_name;1590;
1701amenity|parking|lane|private;[amenity=parking][parking=lane][access=private];;name;int_name;1591;
1702amenity|compressed_air;1592;
1703leisure|hackerspace;1593;
1704railway|station|subway|singapore;[railway=station][transport=subway][city=singapore],[railway=station][station=subway][city=singapore];;name;int_name;1594;
1705railway|subway_entrance|singapore;[railway=subway_entrance][city=singapore];;name;int_name;1595;
1706railway|station|subway|boston;[railway=station][transport=subway][city=boston],[railway=station][station=subway][city=boston];;name;int_name;1596;
1707railway|subway_entrance|boston;[railway=subway_entrance][city=boston];;name;int_name;1597;
1708leisure|miniature_golf;1598;
1709amenity|social_facility;1599;
1710craft;[craft?];;name;int_name;1600;
1711emergency|emergency_ward_entrance;1601;
1712amenity|dojo;1602;
1713leisure|sports_hall;1603;
1714man_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;
1715man_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;
1716natural|spring|drinking_water_no;[natural=spring][drinking_water=not],[natural=spring][drinking_water=no];;;;1606;
1717amenity|water_point|drinking_water_no;[amenity=water_point][drinking_water=not],[amenity=water_point][drinking_water=no];;;;1607;
1718shop|pasta;1608;
1719attraction|water_slide;1609;
1720attraction|amusement_ride;1610;
1721attraction|carousel;1611;
1722attraction|roller_coaster;1612;
1723attraction|maze;1613;
1724attraction|historic;1614;
1725attraction|big_wheel;1615;
1726attraction|bumper_car;1616;
1727railway|station|subway|hongkong;[railway=station][transport=subway][city=hongkong],[railway=station][station=subway][city=hongkong];;name;int_name;1617;
1728railway|subway_entrance|hongkong;[railway=subway_entrance][city=hongkong];;name;int_name;1618;
1729railway|station|light_rail|berlin;[railway=station][station=light_rail][city=berlin],[railway=halt][station=light_rail][city=berlin];;name;int_name;1619;
1730railway|station|subway|shenzhen;[railway=station][transport=subway][city=shenzhen],[railway=station][station=subway][city=shenzhen];;name;int_name;1620;
1731railway|subway_entrance|shenzhen;[railway=subway_entrance][city=shenzhen];;name;int_name;1621;
1732shop|hearing_aids;1622;
1733railway|station|subway|qingdao;[railway=station][transport=subway][city=qingdao],[railway=station][station=subway][city=qingdao];;name;int_name;1623;
1734railway|subway_entrance|qingdao;[railway=subway_entrance][city=qingdao];;name;int_name;1624;
1735amenity|bicycle_parking|covered;[amenity=bicycle_parking][covered=yes];;;;1625;
1736post_office|post_partner;1626;
1737amenity|ranger_station;1627;
1738leisure|escape_game;1628;
1739amenity|luggage_locker;1629;