]> git.openstreetmap.org Git - rails.git/blob - vendor/assets/iD/presets.js
Scale total distance to metres for Mapzen
[rails.git] / vendor / assets / iD / presets.js
1 iD.data.presets = {
2     "presets": {
3         "address": {
4             "fields": [
5                 "address"
6             ],
7             "geometry": [
8                 "point"
9             ],
10             "tags": {
11                 "addr:housenumber": "*"
12             },
13             "addTags": {},
14             "removeTags": {},
15             "matchScore": 0.2,
16             "name": "Address"
17         },
18         "aerialway": {
19             "fields": [
20                 "aerialway"
21             ],
22             "geometry": [
23                 "point",
24                 "vertex",
25                 "line"
26             ],
27             "tags": {
28                 "aerialway": "*"
29             },
30             "terms": [
31                 "ski lift",
32                 "funifor",
33                 "funitel"
34             ],
35             "searchable": false,
36             "name": "Aerialway"
37         },
38         "aerialway/cable_car": {
39             "geometry": [
40                 "line"
41             ],
42             "terms": [
43                 "tramway",
44                 "ropeway"
45             ],
46             "fields": [
47                 "aerialway/occupancy",
48                 "aerialway/capacity",
49                 "aerialway/duration",
50                 "aerialway/heating"
51             ],
52             "tags": {
53                 "aerialway": "cable_car"
54             },
55             "name": "Cable Car"
56         },
57         "aerialway/chair_lift": {
58             "geometry": [
59                 "line"
60             ],
61             "fields": [
62                 "aerialway/occupancy",
63                 "aerialway/capacity",
64                 "aerialway/duration",
65                 "aerialway/bubble",
66                 "aerialway/heating"
67             ],
68             "tags": {
69                 "aerialway": "chair_lift"
70             },
71             "name": "Chair Lift"
72         },
73         "aerialway/gondola": {
74             "geometry": [
75                 "line"
76             ],
77             "fields": [
78                 "aerialway/occupancy",
79                 "aerialway/capacity",
80                 "aerialway/duration",
81                 "aerialway/bubble",
82                 "aerialway/heating"
83             ],
84             "tags": {
85                 "aerialway": "gondola"
86             },
87             "name": "Gondola"
88         },
89         "aerialway/magic_carpet": {
90             "geometry": [
91                 "line"
92             ],
93             "fields": [
94                 "aerialway/capacity",
95                 "aerialway/duration",
96                 "aerialway/heating"
97             ],
98             "tags": {
99                 "aerialway": "magic_carpet"
100             },
101             "name": "Magic Carpet Lift"
102         },
103         "aerialway/platter": {
104             "geometry": [
105                 "line"
106             ],
107             "terms": [
108                 "button lift",
109                 "poma lift"
110             ],
111             "fields": [
112                 "aerialway/capacity",
113                 "aerialway/duration"
114             ],
115             "tags": {
116                 "aerialway": "platter"
117             },
118             "name": "Platter Lift"
119         },
120         "aerialway/pylon": {
121             "geometry": [
122                 "point",
123                 "vertex"
124             ],
125             "fields": [
126                 "ref"
127             ],
128             "tags": {
129                 "aerialway": "pylon"
130             },
131             "name": "Aerialway Pylon"
132         },
133         "aerialway/rope_tow": {
134             "geometry": [
135                 "line"
136             ],
137             "terms": [
138                 "handle tow",
139                 "bugel lift"
140             ],
141             "fields": [
142                 "aerialway/capacity",
143                 "aerialway/duration"
144             ],
145             "tags": {
146                 "aerialway": "rope_tow"
147             },
148             "name": "Rope Tow Lift"
149         },
150         "aerialway/station": {
151             "geometry": [
152                 "point",
153                 "vertex"
154             ],
155             "fields": [
156                 "aerialway/access",
157                 "aerialway/summer/access",
158                 "elevation"
159             ],
160             "tags": {
161                 "aerialway": "station"
162             },
163             "name": "Aerialway Station"
164         },
165         "aerialway/t-bar": {
166             "geometry": [
167                 "line"
168             ],
169             "fields": [
170                 "aerialway/capacity",
171                 "aerialway/duration"
172             ],
173             "tags": {
174                 "aerialway": "t-bar"
175             },
176             "name": "T-bar Lift"
177         },
178         "aeroway": {
179             "icon": "airport",
180             "fields": [
181                 "aeroway"
182             ],
183             "geometry": [
184                 "point",
185                 "vertex",
186                 "line",
187                 "area"
188             ],
189             "tags": {
190                 "aeroway": "*"
191             },
192             "searchable": false,
193             "name": "Aeroway"
194         },
195         "aeroway/aerodrome": {
196             "icon": "airport",
197             "geometry": [
198                 "point",
199                 "area"
200             ],
201             "terms": [
202                 "airplane",
203                 "airport",
204                 "aerodrome"
205             ],
206             "fields": [
207                 "ref",
208                 "iata",
209                 "icao",
210                 "operator"
211             ],
212             "tags": {
213                 "aeroway": "aerodrome"
214             },
215             "name": "Airport"
216         },
217         "aeroway/apron": {
218             "icon": "airport",
219             "geometry": [
220                 "area"
221             ],
222             "terms": [
223                 "ramp"
224             ],
225             "fields": [
226                 "ref",
227                 "surface"
228             ],
229             "tags": {
230                 "aeroway": "apron"
231             },
232             "name": "Apron"
233         },
234         "aeroway/gate": {
235             "icon": "airport",
236             "geometry": [
237                 "point"
238             ],
239             "fields": [
240                 "ref"
241             ],
242             "tags": {
243                 "aeroway": "gate"
244             },
245             "name": "Airport gate"
246         },
247         "aeroway/hangar": {
248             "geometry": [
249                 "area"
250             ],
251             "fields": [
252                 "building_area"
253             ],
254             "tags": {
255                 "aeroway": "hangar"
256             },
257             "name": "Hangar"
258         },
259         "aeroway/helipad": {
260             "icon": "heliport",
261             "geometry": [
262                 "point",
263                 "area"
264             ],
265             "terms": [
266                 "helicopter",
267                 "helipad",
268                 "heliport"
269             ],
270             "tags": {
271                 "aeroway": "helipad"
272             },
273             "name": "Helipad"
274         },
275         "aeroway/runway": {
276             "geometry": [
277                 "line",
278                 "area"
279             ],
280             "terms": [
281                 "landing strip"
282             ],
283             "fields": [
284                 "ref",
285                 "surface",
286                 "length",
287                 "width"
288             ],
289             "tags": {
290                 "aeroway": "runway"
291             },
292             "name": "Runway"
293         },
294         "aeroway/taxiway": {
295             "geometry": [
296                 "line"
297             ],
298             "fields": [
299                 "ref",
300                 "surface"
301             ],
302             "tags": {
303                 "aeroway": "taxiway"
304             },
305             "name": "Taxiway"
306         },
307         "aeroway/terminal": {
308             "geometry": [
309                 "point",
310                 "area"
311             ],
312             "terms": [
313                 "airport",
314                 "aerodrome"
315             ],
316             "fields": [
317                 "operator",
318                 "building_area"
319             ],
320             "tags": {
321                 "aeroway": "terminal"
322             },
323             "name": "Airport terminal"
324         },
325         "amenity": {
326             "fields": [
327                 "amenity"
328             ],
329             "geometry": [
330                 "point",
331                 "vertex",
332                 "area"
333             ],
334             "tags": {
335                 "amenity": "*"
336             },
337             "searchable": false,
338             "name": "Amenity"
339         },
340         "amenity/arts_centre": {
341             "icon": "theatre",
342             "fields": [
343                 "address",
344                 "building_area",
345                 "opening_hours"
346             ],
347             "geometry": [
348                 "point",
349                 "area"
350             ],
351             "terms": [],
352             "tags": {
353                 "amenity": "arts_centre"
354             },
355             "name": "Arts Center"
356         },
357         "amenity/atm": {
358             "icon": "bank",
359             "fields": [
360                 "operator",
361                 "drive_through"
362             ],
363             "geometry": [
364                 "point",
365                 "vertex"
366             ],
367             "terms": [
368                 "money",
369                 "cash",
370                 "machine"
371             ],
372             "tags": {
373                 "amenity": "atm"
374             },
375             "name": "ATM"
376         },
377         "amenity/bank": {
378             "icon": "bank",
379             "fields": [
380                 "atm",
381                 "operator",
382                 "address",
383                 "building_area",
384                 "opening_hours",
385                 "drive_through"
386             ],
387             "geometry": [
388                 "point",
389                 "area"
390             ],
391             "terms": [
392                 "credit union",
393                 "check",
394                 "deposit",
395                 "fund",
396                 "investment",
397                 "repository",
398                 "reserve",
399                 "safe",
400                 "savings",
401                 "stock",
402                 "treasury",
403                 "trust",
404                 "vault"
405             ],
406             "tags": {
407                 "amenity": "bank"
408             },
409             "name": "Bank"
410         },
411         "amenity/bar": {
412             "icon": "bar",
413             "fields": [
414                 "operator",
415                 "address",
416                 "building_area",
417                 "opening_hours",
418                 "smoking"
419             ],
420             "geometry": [
421                 "point",
422                 "area"
423             ],
424             "terms": [
425                 "dive",
426                 "beer",
427                 "bier",
428                 "booze"
429             ],
430             "tags": {
431                 "amenity": "bar"
432             },
433             "name": "Bar"
434         },
435         "amenity/bbq": {
436             "fields": [
437                 "covered",
438                 "fuel"
439             ],
440             "geometry": [
441                 "point"
442             ],
443             "terms": [
444                 "bbq"
445             ],
446             "tags": {
447                 "amenity": "bbq"
448             },
449             "name": "Barbecue/Grill"
450         },
451         "amenity/bench": {
452             "fields": [
453                 "backrest"
454             ],
455             "geometry": [
456                 "point",
457                 "vertex",
458                 "line"
459             ],
460             "tags": {
461                 "amenity": "bench"
462             },
463             "name": "Bench"
464         },
465         "amenity/bicycle_parking": {
466             "icon": "bicycle",
467             "fields": [
468                 "bicycle_parking",
469                 "capacity",
470                 "operator",
471                 "covered",
472                 "access_simple"
473             ],
474             "geometry": [
475                 "point",
476                 "vertex",
477                 "area"
478             ],
479             "terms": [
480                 "bike"
481             ],
482             "tags": {
483                 "amenity": "bicycle_parking"
484             },
485             "name": "Bicycle Parking"
486         },
487         "amenity/bicycle_rental": {
488             "icon": "bicycle",
489             "fields": [
490                 "capacity",
491                 "network",
492                 "operator"
493             ],
494             "geometry": [
495                 "point",
496                 "vertex",
497                 "area"
498             ],
499             "terms": [
500                 "bike"
501             ],
502             "tags": {
503                 "amenity": "bicycle_rental"
504             },
505             "name": "Bicycle Rental"
506         },
507         "amenity/bicycle_repair_station": {
508             "icon": "bicycle",
509             "fields": [
510                 "operator",
511                 "brand",
512                 "opening_hours",
513                 "fee",
514                 "service/bicycle/chain_tool",
515                 "service/bicycle/pump"
516             ],
517             "geometry": [
518                 "point",
519                 "vertex",
520                 "area"
521             ],
522             "terms": [
523                 "bike"
524             ],
525             "tags": {
526                 "amenity": "bicycle_repair_station"
527             },
528             "name": "Bicycle Repair Station"
529         },
530         "amenity/biergarten": {
531             "icon": "beer",
532             "fields": [
533                 "address",
534                 "building_area",
535                 "opening_hours",
536                 "smoking"
537             ],
538             "geometry": [
539                 "point",
540                 "area"
541             ],
542             "tags": {
543                 "amenity": "biergarten"
544             },
545             "terms": [
546                 "beer",
547                 "bier",
548                 "booze"
549             ],
550             "name": "Beer Garden"
551         },
552         "amenity/boat_rental": {
553             "fields": [
554                 "operator"
555             ],
556             "geometry": [
557                 "point",
558                 "area"
559             ],
560             "tags": {
561                 "amenity": "boat_rental"
562             },
563             "name": "Boat Rental"
564         },
565         "amenity/bureau_de_change": {
566             "icon": "bank",
567             "fields": [
568                 "operator"
569             ],
570             "geometry": [
571                 "point",
572                 "vertex"
573             ],
574             "terms": [
575                 "bureau de change",
576                 "money changer"
577             ],
578             "tags": {
579                 "amenity": "bureau_de_change"
580             },
581             "name": "Currency Exchange"
582         },
583         "amenity/bus_station": {
584             "icon": "bus",
585             "fields": [
586                 "building_area",
587                 "operator"
588             ],
589             "geometry": [
590                 "point",
591                 "area"
592             ],
593             "tags": {
594                 "amenity": "bus_station"
595             },
596             "name": "Bus Station"
597         },
598         "amenity/cafe": {
599             "icon": "cafe",
600             "fields": [
601                 "cuisine",
602                 "internet_access",
603                 "address",
604                 "building_area",
605                 "opening_hours",
606                 "smoking"
607             ],
608             "geometry": [
609                 "point",
610                 "area"
611             ],
612             "terms": [
613                 "coffee",
614                 "tea"
615             ],
616             "tags": {
617                 "amenity": "cafe"
618             },
619             "name": "Cafe"
620         },
621         "amenity/car_rental": {
622             "icon": "car",
623             "fields": [
624                 "operator"
625             ],
626             "geometry": [
627                 "point",
628                 "area"
629             ],
630             "tags": {
631                 "amenity": "car_rental"
632             },
633             "name": "Car Rental"
634         },
635         "amenity/car_sharing": {
636             "icon": "car",
637             "fields": [
638                 "operator",
639                 "capacity"
640             ],
641             "geometry": [
642                 "point",
643                 "area"
644             ],
645             "tags": {
646                 "amenity": "car_sharing"
647             },
648             "name": "Car Sharing"
649         },
650         "amenity/car_wash": {
651             "icon": "car",
652             "fields": [
653                 "address",
654                 "building_area",
655                 "opening_hours"
656             ],
657             "geometry": [
658                 "point",
659                 "area"
660             ],
661             "tags": {
662                 "amenity": "car_wash"
663             },
664             "name": "Car Wash"
665         },
666         "amenity/casino": {
667             "fields": [
668                 "operator",
669                 "address",
670                 "building_area",
671                 "opening_hours",
672                 "smoking"
673             ],
674             "geometry": [
675                 "point",
676                 "area"
677             ],
678             "terms": [
679                 "gambling",
680                 "roulette",
681                 "craps",
682                 "poker",
683                 "blackjack"
684             ],
685             "tags": {
686                 "amenity": "casino"
687             },
688             "name": "Casino"
689         },
690         "amenity/charging_station": {
691             "icon": "car",
692             "fields": [
693                 "operator"
694             ],
695             "geometry": [
696                 "point",
697                 "area"
698             ],
699             "tags": {
700                 "amenity": "charging_station"
701             },
702             "terms": [
703                 "EV",
704                 "Electric Vehicle",
705                 "Supercharger"
706             ],
707             "name": "Charging Station"
708         },
709         "amenity/childcare": {
710             "icon": "school",
711             "fields": [
712                 "operator",
713                 "address",
714                 "building_area",
715                 "opening_hours"
716             ],
717             "geometry": [
718                 "point",
719                 "area"
720             ],
721             "terms": [
722                 "daycare",
723                 "orphanage",
724                 "playgroup"
725             ],
726             "tags": {
727                 "amenity": "childcare"
728             },
729             "name": "Nursery/Childcare"
730         },
731         "amenity/cinema": {
732             "icon": "cinema",
733             "fields": [
734                 "address",
735                 "building_area",
736                 "opening_hours"
737             ],
738             "geometry": [
739                 "point",
740                 "area"
741             ],
742             "terms": [
743                 "drive-in",
744                 "film",
745                 "flick",
746                 "movie",
747                 "theater",
748                 "picture",
749                 "show",
750                 "screen"
751             ],
752             "tags": {
753                 "amenity": "cinema"
754             },
755             "name": "Cinema"
756         },
757         "amenity/clinic": {
758             "icon": "hospital",
759             "fields": [
760                 "address",
761                 "building_area",
762                 "opening_hours"
763             ],
764             "geometry": [
765                 "point",
766                 "area"
767             ],
768             "terms": [
769                 "medical",
770                 "urgentcare"
771             ],
772             "tags": {
773                 "amenity": "clinic"
774             },
775             "name": "Clinic"
776         },
777         "amenity/clock": {
778             "geometry": [
779                 "point",
780                 "vertex"
781             ],
782             "tags": {
783                 "amenity": "clock"
784             },
785             "name": "Clock"
786         },
787         "amenity/college": {
788             "icon": "college",
789             "fields": [
790                 "operator",
791                 "address"
792             ],
793             "geometry": [
794                 "point",
795                 "area"
796             ],
797             "terms": [
798                 "university"
799             ],
800             "tags": {
801                 "amenity": "college"
802             },
803             "name": "College Grounds"
804         },
805         "amenity/community_centre": {
806             "icon": "town-hall",
807             "fields": [
808                 "operator",
809                 "address",
810                 "building_area"
811             ],
812             "geometry": [
813                 "point",
814                 "area"
815             ],
816             "terms": [
817                 "event",
818                 "hall"
819             ],
820             "tags": {
821                 "amenity": "community_centre"
822             },
823             "name": "Community Center"
824         },
825         "amenity/compressed_air": {
826             "icon": "car",
827             "geometry": [
828                 "point",
829                 "area"
830             ],
831             "tags": {
832                 "amenity": "compressed_air"
833             },
834             "name": "Compressed Air"
835         },
836         "amenity/courthouse": {
837             "icon": "town-hall",
838             "fields": [
839                 "operator",
840                 "address",
841                 "building_area"
842             ],
843             "geometry": [
844                 "point",
845                 "area"
846             ],
847             "tags": {
848                 "amenity": "courthouse"
849             },
850             "name": "Courthouse"
851         },
852         "amenity/dentist": {
853             "icon": "hospital",
854             "fields": [
855                 "address",
856                 "building_area",
857                 "opening_hours"
858             ],
859             "geometry": [
860                 "point",
861                 "area"
862             ],
863             "terms": [
864                 "tooth",
865                 "teeth"
866             ],
867             "tags": {
868                 "amenity": "dentist"
869             },
870             "name": "Dentist"
871         },
872         "amenity/doctor": {
873             "icon": "hospital",
874             "fields": [
875                 "address",
876                 "building_area",
877                 "opening_hours"
878             ],
879             "geometry": [
880                 "point",
881                 "area"
882             ],
883             "terms": [
884                 "medic*"
885             ],
886             "tags": {
887                 "amenity": "doctors"
888             },
889             "name": "Doctor"
890         },
891         "amenity/dojo": {
892             "icon": "pitch",
893             "fields": [
894                 "sport",
895                 "address",
896                 "building_area",
897                 "opening_hours"
898             ],
899             "geometry": [
900                 "point",
901                 "area"
902             ],
903             "terms": [
904                 "martial arts",
905                 "dojang"
906             ],
907             "tags": {
908                 "amenity": "dojo"
909             },
910             "name": "Dojo / Martial Arts Academy"
911         },
912         "amenity/drinking_water": {
913             "icon": "water",
914             "geometry": [
915                 "point"
916             ],
917             "tags": {
918                 "amenity": "drinking_water"
919             },
920             "terms": [
921                 "fountain",
922                 "potable"
923             ],
924             "name": "Drinking Water"
925         },
926         "amenity/embassy": {
927             "icon": "embassy",
928             "fields": [
929                 "country",
930                 "address",
931                 "building_area"
932             ],
933             "geometry": [
934                 "point",
935                 "area"
936             ],
937             "tags": {
938                 "amenity": "embassy"
939             },
940             "name": "Embassy"
941         },
942         "amenity/fast_food": {
943             "icon": "fast-food",
944             "fields": [
945                 "cuisine",
946                 "operator",
947                 "address",
948                 "building_area",
949                 "opening_hours",
950                 "takeaway",
951                 "delivery",
952                 "drive_through",
953                 "smoking"
954             ],
955             "geometry": [
956                 "point",
957                 "area"
958             ],
959             "tags": {
960                 "amenity": "fast_food"
961             },
962             "terms": [
963                 "restaurant"
964             ],
965             "name": "Fast Food"
966         },
967         "amenity/fire_station": {
968             "icon": "fire-station",
969             "fields": [
970                 "operator",
971                 "address",
972                 "building_area"
973             ],
974             "geometry": [
975                 "point",
976                 "area"
977             ],
978             "terms": [],
979             "tags": {
980                 "amenity": "fire_station"
981             },
982             "name": "Fire Station"
983         },
984         "amenity/fountain": {
985             "geometry": [
986                 "point",
987                 "area"
988             ],
989             "tags": {
990                 "amenity": "fountain"
991             },
992             "name": "Fountain"
993         },
994         "amenity/fuel": {
995             "icon": "fuel",
996             "fields": [
997                 "operator",
998                 "address",
999                 "building_area",
1000                 "opening_hours"
1001             ],
1002             "geometry": [
1003                 "point",
1004                 "area"
1005             ],
1006             "terms": [
1007                 "petrol",
1008                 "fuel",
1009                 "propane",
1010                 "diesel",
1011                 "lng",
1012                 "cng",
1013                 "biodiesel"
1014             ],
1015             "tags": {
1016                 "amenity": "fuel"
1017             },
1018             "name": "Gas Station"
1019         },
1020         "amenity/grave_yard": {
1021             "icon": "cemetery",
1022             "fields": [
1023                 "religion",
1024                 "denomination"
1025             ],
1026             "geometry": [
1027                 "point",
1028                 "area"
1029             ],
1030             "tags": {
1031                 "amenity": "grave_yard"
1032             },
1033             "name": "Graveyard"
1034         },
1035         "amenity/grit_bin": {
1036             "fields": [
1037                 "access_simple"
1038             ],
1039             "geometry": [
1040                 "point",
1041                 "vertex"
1042             ],
1043             "tags": {
1044                 "amenity": "grit_bin"
1045             },
1046             "terms": [
1047                 "salt",
1048                 "sand"
1049             ],
1050             "name": "Grit Bin"
1051         },
1052         "amenity/hospital": {
1053             "icon": "hospital",
1054             "fields": [
1055                 "operator",
1056                 "address",
1057                 "emergency"
1058             ],
1059             "geometry": [
1060                 "point",
1061                 "area"
1062             ],
1063             "terms": [
1064                 "clinic",
1065                 "doctor",
1066                 "emergency room",
1067                 "health service",
1068                 "hospice",
1069                 "infirmary",
1070                 "institution",
1071                 "nursing home",
1072                 "sanatorium",
1073                 "sanitarium",
1074                 "sick",
1075                 "surgery",
1076                 "ward"
1077             ],
1078             "tags": {
1079                 "amenity": "hospital"
1080             },
1081             "name": "Hospital Grounds"
1082         },
1083         "amenity/kindergarten": {
1084             "icon": "school",
1085             "fields": [
1086                 "operator",
1087                 "address"
1088             ],
1089             "geometry": [
1090                 "point",
1091                 "area"
1092             ],
1093             "terms": [
1094                 "kindergarden",
1095                 "pre-school"
1096             ],
1097             "tags": {
1098                 "amenity": "kindergarten"
1099             },
1100             "name": "Preschool/Kindergarten Grounds"
1101         },
1102         "amenity/library": {
1103             "icon": "library",
1104             "fields": [
1105                 "operator",
1106                 "building_area",
1107                 "address",
1108                 "opening_hours"
1109             ],
1110             "geometry": [
1111                 "point",
1112                 "area"
1113             ],
1114             "terms": [
1115                 "book"
1116             ],
1117             "tags": {
1118                 "amenity": "library"
1119             },
1120             "name": "Library"
1121         },
1122         "amenity/marketplace": {
1123             "fields": [
1124                 "operator",
1125                 "address",
1126                 "building_area",
1127                 "opening_hours"
1128             ],
1129             "geometry": [
1130                 "point",
1131                 "area"
1132             ],
1133             "tags": {
1134                 "amenity": "marketplace"
1135             },
1136             "name": "Marketplace"
1137         },
1138         "amenity/nightclub": {
1139             "icon": "bar",
1140             "fields": [
1141                 "operator",
1142                 "address",
1143                 "building_area",
1144                 "opening_hours",
1145                 "smoking"
1146             ],
1147             "geometry": [
1148                 "point",
1149                 "area"
1150             ],
1151             "tags": {
1152                 "amenity": "nightclub"
1153             },
1154             "terms": [
1155                 "disco*",
1156                 "night club",
1157                 "dancing",
1158                 "dance club"
1159             ],
1160             "name": "Nightclub"
1161         },
1162         "amenity/parking": {
1163             "icon": "parking",
1164             "fields": [
1165                 "operator",
1166                 "parking",
1167                 "capacity",
1168                 "fee",
1169                 "access_simple",
1170                 "supervised",
1171                 "park_ride",
1172                 "address"
1173             ],
1174             "geometry": [
1175                 "point",
1176                 "vertex",
1177                 "area"
1178             ],
1179             "tags": {
1180                 "amenity": "parking"
1181             },
1182             "terms": [],
1183             "name": "Car Parking"
1184         },
1185         "amenity/parking_entrance": {
1186             "icon": "entrance",
1187             "fields": [
1188                 "access_simple",
1189                 "ref"
1190             ],
1191             "geometry": [
1192                 "vertex"
1193             ],
1194             "tags": {
1195                 "amenity": "parking_entrance"
1196             },
1197             "name": "Parking Garage Entrance/Exit"
1198         },
1199         "amenity/pharmacy": {
1200             "icon": "pharmacy",
1201             "fields": [
1202                 "operator",
1203                 "address",
1204                 "building_area",
1205                 "opening_hours",
1206                 "drive_through"
1207             ],
1208             "geometry": [
1209                 "point",
1210                 "area"
1211             ],
1212             "tags": {
1213                 "amenity": "pharmacy"
1214             },
1215             "terms": [
1216                 "drug",
1217                 "medicine"
1218             ],
1219             "name": "Pharmacy"
1220         },
1221         "amenity/place_of_worship": {
1222             "icon": "place-of-worship",
1223             "fields": [
1224                 "religion",
1225                 "denomination",
1226                 "address",
1227                 "building_area"
1228             ],
1229             "geometry": [
1230                 "point",
1231                 "area"
1232             ],
1233             "terms": [
1234                 "abbey",
1235                 "basilica",
1236                 "bethel",
1237                 "cathedral",
1238                 "chancel",
1239                 "chantry",
1240                 "chapel",
1241                 "church",
1242                 "fold",
1243                 "house of God",
1244                 "house of prayer",
1245                 "house of worship",
1246                 "minster",
1247                 "mission",
1248                 "mosque",
1249                 "oratory",
1250                 "parish",
1251                 "sacellum",
1252                 "sanctuary",
1253                 "shrine",
1254                 "synagogue",
1255                 "tabernacle",
1256                 "temple"
1257             ],
1258             "tags": {
1259                 "amenity": "place_of_worship"
1260             },
1261             "name": "Place of Worship"
1262         },
1263         "amenity/place_of_worship/buddhist": {
1264             "icon": "place-of-worship",
1265             "fields": [
1266                 "denomination",
1267                 "building_area",
1268                 "address"
1269             ],
1270             "geometry": [
1271                 "point",
1272                 "area"
1273             ],
1274             "terms": [
1275                 "stupa",
1276                 "vihara",
1277                 "monastery",
1278                 "temple",
1279                 "pagoda",
1280                 "zendo",
1281                 "dojo"
1282             ],
1283             "tags": {
1284                 "amenity": "place_of_worship",
1285                 "religion": "buddhist"
1286             },
1287             "name": "Buddhist Temple"
1288         },
1289         "amenity/place_of_worship/christian": {
1290             "icon": "religious-christian",
1291             "fields": [
1292                 "denomination",
1293                 "building_area",
1294                 "address"
1295             ],
1296             "geometry": [
1297                 "point",
1298                 "area"
1299             ],
1300             "terms": [
1301                 "christian",
1302                 "abbey",
1303                 "basilica",
1304                 "bethel",
1305                 "cathedral",
1306                 "chancel",
1307                 "chantry",
1308                 "chapel",
1309                 "fold",
1310                 "house of God",
1311                 "house of prayer",
1312                 "house of worship",
1313                 "minster",
1314                 "mission",
1315                 "oratory",
1316                 "parish",
1317                 "sacellum",
1318                 "sanctuary",
1319                 "shrine",
1320                 "tabernacle",
1321                 "temple"
1322             ],
1323             "tags": {
1324                 "amenity": "place_of_worship",
1325                 "religion": "christian"
1326             },
1327             "name": "Church"
1328         },
1329         "amenity/place_of_worship/jewish": {
1330             "icon": "religious-jewish",
1331             "fields": [
1332                 "denomination",
1333                 "building_area",
1334                 "address"
1335             ],
1336             "geometry": [
1337                 "point",
1338                 "area"
1339             ],
1340             "terms": [
1341                 "jewish"
1342             ],
1343             "tags": {
1344                 "amenity": "place_of_worship",
1345                 "religion": "jewish"
1346             },
1347             "name": "Synagogue"
1348         },
1349         "amenity/place_of_worship/muslim": {
1350             "icon": "religious-muslim",
1351             "fields": [
1352                 "denomination",
1353                 "building_area",
1354                 "address"
1355             ],
1356             "geometry": [
1357                 "point",
1358                 "area"
1359             ],
1360             "terms": [
1361                 "muslim"
1362             ],
1363             "tags": {
1364                 "amenity": "place_of_worship",
1365                 "religion": "muslim"
1366             },
1367             "name": "Mosque"
1368         },
1369         "amenity/police": {
1370             "icon": "police",
1371             "fields": [
1372                 "operator",
1373                 "address",
1374                 "building_area"
1375             ],
1376             "geometry": [
1377                 "point",
1378                 "area"
1379             ],
1380             "terms": [
1381                 "badge",
1382                 "constable",
1383                 "constabulary",
1384                 "cop",
1385                 "detective",
1386                 "fed",
1387                 "law",
1388                 "enforcement",
1389                 "officer",
1390                 "patrol"
1391             ],
1392             "tags": {
1393                 "amenity": "police"
1394             },
1395             "name": "Police"
1396         },
1397         "amenity/post_box": {
1398             "icon": "post",
1399             "fields": [
1400                 "operator",
1401                 "collection_times",
1402                 "drive_through"
1403             ],
1404             "geometry": [
1405                 "point",
1406                 "vertex"
1407             ],
1408             "tags": {
1409                 "amenity": "post_box"
1410             },
1411             "terms": [
1412                 "letter",
1413                 "post"
1414             ],
1415             "name": "Mailbox"
1416         },
1417         "amenity/post_office": {
1418             "icon": "post",
1419             "fields": [
1420                 "operator",
1421                 "address",
1422                 "building_area",
1423                 "collection_times"
1424             ],
1425             "geometry": [
1426                 "point",
1427                 "area"
1428             ],
1429             "terms": [
1430                 "letter",
1431                 "mail"
1432             ],
1433             "tags": {
1434                 "amenity": "post_office"
1435             },
1436             "name": "Post Office"
1437         },
1438         "amenity/pub": {
1439             "icon": "beer",
1440             "fields": [
1441                 "address",
1442                 "building_area",
1443                 "opening_hours",
1444                 "smoking"
1445             ],
1446             "geometry": [
1447                 "point",
1448                 "area"
1449             ],
1450             "tags": {
1451                 "amenity": "pub"
1452             },
1453             "terms": [
1454                 "dive",
1455                 "beer",
1456                 "bier",
1457                 "booze"
1458             ],
1459             "name": "Pub"
1460         },
1461         "amenity/public_bookcase": {
1462             "icon": "library",
1463             "fields": [
1464                 "name",
1465                 "operator",
1466                 "capacity",
1467                 "website"
1468             ],
1469             "geometry": [
1470                 "point",
1471                 "area"
1472             ],
1473             "terms": [
1474                 "library",
1475                 "bookcrossing"
1476             ],
1477             "tags": {
1478                 "amenity": "public_bookcase"
1479             },
1480             "name": "Public Bookcase"
1481         },
1482         "amenity/ranger_station": {
1483             "fields": [
1484                 "operator",
1485                 "address",
1486                 "building_area",
1487                 "opening_hours"
1488             ],
1489             "geometry": [
1490                 "point",
1491                 "area"
1492             ],
1493             "terms": [
1494                 "visitor center",
1495                 "visitor centre",
1496                 "permit center",
1497                 "permit centre",
1498                 "backcountry office",
1499                 "warden office",
1500                 "warden center"
1501             ],
1502             "tags": {
1503                 "amenity": "ranger_station"
1504             },
1505             "name": "Ranger Station"
1506         },
1507         "amenity/recycling": {
1508             "icon": "waste-basket",
1509             "fields": [
1510                 "operator",
1511                 "address",
1512                 "recycling/type",
1513                 "recycling/cans",
1514                 "recycling/glass_bottles",
1515                 "recycling/paper",
1516                 "recycling/glass",
1517                 "recycling/plastic",
1518                 "recycling/clothes"
1519             ],
1520             "geometry": [
1521                 "point",
1522                 "area"
1523             ],
1524             "terms": [
1525                 "can",
1526                 "bottle",
1527                 "garbage",
1528                 "scrap",
1529                 "trash"
1530             ],
1531             "tags": {
1532                 "amenity": "recycling"
1533             },
1534             "name": "Recycling"
1535         },
1536         "amenity/register_office": {
1537             "icon": "town-hall",
1538             "fields": [
1539                 "address",
1540                 "building_area",
1541                 "opening_hours",
1542                 "operator"
1543             ],
1544             "geometry": [
1545                 "point",
1546                 "area"
1547             ],
1548             "terms": [],
1549             "tags": {
1550                 "amenity": "register_office"
1551             },
1552             "name": "Register Office"
1553         },
1554         "amenity/restaurant": {
1555             "icon": "restaurant",
1556             "fields": [
1557                 "cuisine",
1558                 "address",
1559                 "building_area",
1560                 "opening_hours",
1561                 "capacity",
1562                 "takeaway",
1563                 "delivery",
1564                 "smoking"
1565             ],
1566             "geometry": [
1567                 "point",
1568                 "area"
1569             ],
1570             "terms": [
1571                 "bar",
1572                 "breakfast",
1573                 "cafe",
1574                 "café",
1575                 "canteen",
1576                 "coffee",
1577                 "dine",
1578                 "dining",
1579                 "dinner",
1580                 "drive-in",
1581                 "eat",
1582                 "grill",
1583                 "lunch",
1584                 "table"
1585             ],
1586             "tags": {
1587                 "amenity": "restaurant"
1588             },
1589             "name": "Restaurant"
1590         },
1591         "amenity/sanitary_dump_station": {
1592             "fields": [
1593                 "operator",
1594                 "access_toilets",
1595                 "fee",
1596                 "water_point"
1597             ],
1598             "geometry": [
1599                 "point",
1600                 "vertex",
1601                 "area"
1602             ],
1603             "terms": [
1604                 "Motor Home",
1605                 "Camper",
1606                 "Sanitary",
1607                 "Dump Station",
1608                 "Elsan",
1609                 "CDP",
1610                 "CTDP",
1611                 "Chemical Toilet"
1612             ],
1613             "tags": {
1614                 "amenity": "sanitary_dump_station"
1615             },
1616             "name": "RV Toilet Disposal"
1617         },
1618         "amenity/school": {
1619             "icon": "school",
1620             "fields": [
1621                 "operator",
1622                 "address"
1623             ],
1624             "geometry": [
1625                 "point",
1626                 "area"
1627             ],
1628             "terms": [
1629                 "academy",
1630                 "elementary school",
1631                 "middle school",
1632                 "high school"
1633             ],
1634             "tags": {
1635                 "amenity": "school"
1636             },
1637             "name": "School Grounds"
1638         },
1639         "amenity/shelter": {
1640             "fields": [
1641                 "shelter_type"
1642             ],
1643             "geometry": [
1644                 "point",
1645                 "vertex",
1646                 "area"
1647             ],
1648             "terms": [
1649                 "lean-to",
1650                 "gazebo",
1651                 "picnic"
1652             ],
1653             "tags": {
1654                 "amenity": "shelter"
1655             },
1656             "name": "Shelter"
1657         },
1658         "amenity/social_facility": {
1659             "fields": [
1660                 "operator",
1661                 "address",
1662                 "building_area",
1663                 "opening_hours",
1664                 "wheelchair",
1665                 "social_facility_for"
1666             ],
1667             "geometry": [
1668                 "point",
1669                 "area"
1670             ],
1671             "terms": [],
1672             "tags": {
1673                 "amenity": "social_facility"
1674             },
1675             "name": "Social Facility"
1676         },
1677         "amenity/social_facility/food_bank": {
1678             "fields": [
1679                 "operator",
1680                 "address",
1681                 "building_area",
1682                 "opening_hours",
1683                 "social_facility_for"
1684             ],
1685             "geometry": [
1686                 "point",
1687                 "area"
1688             ],
1689             "terms": [],
1690             "tags": {
1691                 "amenity": "social_facility",
1692                 "social_facility": "food_bank"
1693             },
1694             "name": "Food Bank"
1695         },
1696         "amenity/social_facility/group_home": {
1697             "fields": [
1698                 "operator",
1699                 "address",
1700                 "building_area",
1701                 "opening_hours",
1702                 "wheelchair",
1703                 "social_facility_for"
1704             ],
1705             "geometry": [
1706                 "point",
1707                 "area"
1708             ],
1709             "terms": [
1710                 "old",
1711                 "senior",
1712                 "living"
1713             ],
1714             "tags": {
1715                 "amenity": "social_facility",
1716                 "social_facility": "group_home",
1717                 "social_facility:for": "senior"
1718             },
1719             "name": "Elderly Group Home"
1720         },
1721         "amenity/social_facility/homeless_shelter": {
1722             "fields": [
1723                 "operator",
1724                 "address",
1725                 "building_area",
1726                 "opening_hours",
1727                 "wheelchair",
1728                 "social_facility_for"
1729             ],
1730             "geometry": [
1731                 "point",
1732                 "area"
1733             ],
1734             "terms": [
1735                 "houseless",
1736                 "unhoused",
1737                 "displaced"
1738             ],
1739             "tags": {
1740                 "amenity": "social_facility",
1741                 "social_facility": "shelter",
1742                 "social_facility:for": "homeless"
1743             },
1744             "name": "Homeless Shelter"
1745         },
1746         "amenity/studio": {
1747             "icon": "music",
1748             "fields": [
1749                 "studio_type",
1750                 "address",
1751                 "building_area"
1752             ],
1753             "geometry": [
1754                 "point",
1755                 "area"
1756             ],
1757             "terms": [
1758                 "recording",
1759                 "radio",
1760                 "television"
1761             ],
1762             "tags": {
1763                 "amenity": "studio"
1764             },
1765             "name": "Studio"
1766         },
1767         "amenity/swimming_pool": {
1768             "icon": "swimming",
1769             "geometry": [
1770                 "point",
1771                 "vertex",
1772                 "area"
1773             ],
1774             "tags": {
1775                 "amenity": "swimming_pool"
1776             },
1777             "name": "Swimming Pool",
1778             "searchable": false
1779         },
1780         "amenity/taxi": {
1781             "icon": "car",
1782             "fields": [
1783                 "operator",
1784                 "capacity"
1785             ],
1786             "geometry": [
1787                 "point",
1788                 "vertex",
1789                 "area"
1790             ],
1791             "terms": [
1792                 "cab"
1793             ],
1794             "tags": {
1795                 "amenity": "taxi"
1796             },
1797             "name": "Taxi Stand"
1798         },
1799         "amenity/telephone": {
1800             "icon": "telephone",
1801             "geometry": [
1802                 "point",
1803                 "vertex"
1804             ],
1805             "tags": {
1806                 "amenity": "telephone"
1807             },
1808             "terms": [
1809                 "phone"
1810             ],
1811             "name": "Telephone"
1812         },
1813         "amenity/theatre": {
1814             "icon": "theatre",
1815             "fields": [
1816                 "operator",
1817                 "address",
1818                 "building_area"
1819             ],
1820             "geometry": [
1821                 "point",
1822                 "area"
1823             ],
1824             "terms": [
1825                 "theatre",
1826                 "performance",
1827                 "play",
1828                 "musical"
1829             ],
1830             "tags": {
1831                 "amenity": "theatre"
1832             },
1833             "name": "Theater"
1834         },
1835         "amenity/toilets": {
1836             "icon": "toilets",
1837             "fields": [
1838                 "toilets/disposal",
1839                 "operator",
1840                 "building_area",
1841                 "access_toilets",
1842                 "gender",
1843                 "fee"
1844             ],
1845             "geometry": [
1846                 "point",
1847                 "vertex",
1848                 "area"
1849             ],
1850             "terms": [
1851                 "bathroom",
1852                 "restroom",
1853                 "outhouse",
1854                 "privy",
1855                 "head",
1856                 "lavatory",
1857                 "latrine",
1858                 "water closet",
1859                 "WC",
1860                 "W.C."
1861             ],
1862             "tags": {
1863                 "amenity": "toilets"
1864             },
1865             "name": "Toilets"
1866         },
1867         "amenity/townhall": {
1868             "icon": "town-hall",
1869             "fields": [
1870                 "operator",
1871                 "address",
1872                 "building_area"
1873             ],
1874             "geometry": [
1875                 "point",
1876                 "area"
1877             ],
1878             "terms": [
1879                 "village",
1880                 "city",
1881                 "government",
1882                 "courthouse",
1883                 "municipal"
1884             ],
1885             "tags": {
1886                 "amenity": "townhall"
1887             },
1888             "name": "Town Hall"
1889         },
1890         "amenity/university": {
1891             "icon": "college",
1892             "fields": [
1893                 "operator",
1894                 "address"
1895             ],
1896             "geometry": [
1897                 "point",
1898                 "area"
1899             ],
1900             "terms": [
1901                 "college"
1902             ],
1903             "tags": {
1904                 "amenity": "university"
1905             },
1906             "name": "University Grounds"
1907         },
1908         "amenity/vending_machine": {
1909             "fields": [
1910                 "vending",
1911                 "operator"
1912             ],
1913             "geometry": [
1914                 "point"
1915             ],
1916             "terms": [
1917                 "snack",
1918                 "soda",
1919                 "ticket"
1920             ],
1921             "tags": {
1922                 "amenity": "vending_machine"
1923             },
1924             "name": "Vending Machine"
1925         },
1926         "amenity/veterinary": {
1927             "icon": "dog-park",
1928             "fields": [
1929                 "operator",
1930                 "address",
1931                 "building_area",
1932                 "opening_hours"
1933             ],
1934             "geometry": [
1935                 "point",
1936                 "area"
1937             ],
1938             "terms": [
1939                 "pet clinic",
1940                 "veterinarian",
1941                 "animal hospital",
1942                 "pet doctor"
1943             ],
1944             "tags": {
1945                 "amenity": "veterinary"
1946             },
1947             "name": "Veterinary"
1948         },
1949         "amenity/waste_basket": {
1950             "icon": "waste-basket",
1951             "geometry": [
1952                 "point",
1953                 "vertex"
1954             ],
1955             "tags": {
1956                 "amenity": "waste_basket"
1957             },
1958             "terms": [
1959                 "rubbish",
1960                 "litter",
1961                 "trash",
1962                 "garbage"
1963             ],
1964             "name": "Waste Basket"
1965         },
1966         "area": {
1967             "name": "Area",
1968             "tags": {
1969                 "area": "yes"
1970             },
1971             "geometry": [
1972                 "area"
1973             ],
1974             "matchScore": 0.1
1975         },
1976         "area/highway": {
1977             "fields": [
1978                 "area/highway"
1979             ],
1980             "geometry": [
1981                 "area"
1982             ],
1983             "tags": {
1984                 "area:highway": "*"
1985             },
1986             "name": "Road Surface"
1987         },
1988         "barrier": {
1989             "geometry": [
1990                 "point",
1991                 "vertex",
1992                 "line",
1993                 "area"
1994             ],
1995             "tags": {
1996                 "barrier": "*"
1997             },
1998             "fields": [
1999                 "barrier"
2000             ],
2001             "name": "Barrier"
2002         },
2003         "barrier/block": {
2004             "fields": [
2005                 "access"
2006             ],
2007             "geometry": [
2008                 "point",
2009                 "vertex"
2010             ],
2011             "tags": {
2012                 "barrier": "block"
2013             },
2014             "name": "Block"
2015         },
2016         "barrier/bollard": {
2017             "fields": [
2018                 "access"
2019             ],
2020             "geometry": [
2021                 "point",
2022                 "vertex",
2023                 "line"
2024             ],
2025             "tags": {
2026                 "barrier": "bollard"
2027             },
2028             "name": "Bollard"
2029         },
2030         "barrier/cattle_grid": {
2031             "geometry": [
2032                 "vertex"
2033             ],
2034             "tags": {
2035                 "barrier": "cattle_grid"
2036             },
2037             "name": "Cattle Grid"
2038         },
2039         "barrier/city_wall": {
2040             "geometry": [
2041                 "line",
2042                 "area"
2043             ],
2044             "tags": {
2045                 "barrier": "city_wall"
2046             },
2047             "name": "City Wall"
2048         },
2049         "barrier/cycle_barrier": {
2050             "fields": [
2051                 "access"
2052             ],
2053             "geometry": [
2054                 "vertex"
2055             ],
2056             "tags": {
2057                 "barrier": "cycle_barrier"
2058             },
2059             "name": "Cycle Barrier"
2060         },
2061         "barrier/ditch": {
2062             "geometry": [
2063                 "line",
2064                 "area"
2065             ],
2066             "tags": {
2067                 "barrier": "ditch"
2068             },
2069             "name": "Ditch"
2070         },
2071         "barrier/entrance": {
2072             "icon": "entrance",
2073             "geometry": [
2074                 "vertex"
2075             ],
2076             "tags": {
2077                 "barrier": "entrance"
2078             },
2079             "name": "Entrance",
2080             "searchable": false
2081         },
2082         "barrier/fence": {
2083             "geometry": [
2084                 "line"
2085             ],
2086             "tags": {
2087                 "barrier": "fence"
2088             },
2089             "name": "Fence"
2090         },
2091         "barrier/gate": {
2092             "fields": [
2093                 "access"
2094             ],
2095             "geometry": [
2096                 "point",
2097                 "vertex",
2098                 "line"
2099             ],
2100             "tags": {
2101                 "barrier": "gate"
2102             },
2103             "name": "Gate"
2104         },
2105         "barrier/hedge": {
2106             "geometry": [
2107                 "line",
2108                 "area"
2109             ],
2110             "tags": {
2111                 "barrier": "hedge"
2112             },
2113             "name": "Hedge"
2114         },
2115         "barrier/kissing_gate": {
2116             "fields": [
2117                 "access"
2118             ],
2119             "geometry": [
2120                 "vertex"
2121             ],
2122             "tags": {
2123                 "barrier": "kissing_gate"
2124             },
2125             "name": "Kissing Gate"
2126         },
2127         "barrier/lift_gate": {
2128             "fields": [
2129                 "access"
2130             ],
2131             "geometry": [
2132                 "point",
2133                 "vertex"
2134             ],
2135             "tags": {
2136                 "barrier": "lift_gate"
2137             },
2138             "name": "Lift Gate"
2139         },
2140         "barrier/retaining_wall": {
2141             "geometry": [
2142                 "line",
2143                 "area"
2144             ],
2145             "tags": {
2146                 "barrier": "retaining_wall"
2147             },
2148             "name": "Retaining Wall"
2149         },
2150         "barrier/stile": {
2151             "fields": [
2152                 "access"
2153             ],
2154             "geometry": [
2155                 "point",
2156                 "vertex"
2157             ],
2158             "tags": {
2159                 "barrier": "stile"
2160             },
2161             "name": "Stile"
2162         },
2163         "barrier/toll_booth": {
2164             "fields": [
2165                 "access"
2166             ],
2167             "geometry": [
2168                 "vertex"
2169             ],
2170             "tags": {
2171                 "barrier": "toll_booth"
2172             },
2173             "name": "Toll Booth"
2174         },
2175         "barrier/wall": {
2176             "geometry": [
2177                 "line",
2178                 "area"
2179             ],
2180             "tags": {
2181                 "barrier": "wall"
2182             },
2183             "name": "Wall"
2184         },
2185         "boundary/administrative": {
2186             "name": "Administrative Boundary",
2187             "geometry": [
2188                 "line"
2189             ],
2190             "tags": {
2191                 "boundary": "administrative"
2192             },
2193             "fields": [
2194                 "admin_level"
2195             ]
2196         },
2197         "building": {
2198             "icon": "building",
2199             "fields": [
2200                 "building",
2201                 "levels",
2202                 "address"
2203             ],
2204             "geometry": [
2205                 "area"
2206             ],
2207             "tags": {
2208                 "building": "*"
2209             },
2210             "terms": [],
2211             "name": "Building"
2212         },
2213         "building/apartments": {
2214             "icon": "commercial",
2215             "fields": [
2216                 "address",
2217                 "levels"
2218             ],
2219             "geometry": [
2220                 "point",
2221                 "area"
2222             ],
2223             "tags": {
2224                 "building": "apartments"
2225             },
2226             "name": "Apartments"
2227         },
2228         "building/barn": {
2229             "icon": "building",
2230             "fields": [
2231                 "address",
2232                 "levels"
2233             ],
2234             "geometry": [
2235                 "point",
2236                 "area"
2237             ],
2238             "tags": {
2239                 "building": "barn"
2240             },
2241             "name": "Barn"
2242         },
2243         "building/bunker": {
2244             "fields": [
2245                 "address",
2246                 "levels"
2247             ],
2248             "geometry": [
2249                 "point",
2250                 "area"
2251             ],
2252             "tags": {
2253                 "building": "bunker"
2254             },
2255             "name": "Bunker",
2256             "searchable": false
2257         },
2258         "building/cabin": {
2259             "icon": "building",
2260             "fields": [
2261                 "address",
2262                 "levels"
2263             ],
2264             "geometry": [
2265                 "point",
2266                 "area"
2267             ],
2268             "tags": {
2269                 "building": "cabin"
2270             },
2271             "name": "Cabin"
2272         },
2273         "building/cathedral": {
2274             "icon": "place-of-worship",
2275             "fields": [
2276                 "address",
2277                 "levels"
2278             ],
2279             "geometry": [
2280                 "point",
2281                 "area"
2282             ],
2283             "tags": {
2284                 "building": "cathedral"
2285             },
2286             "name": "Cathedral"
2287         },
2288         "building/chapel": {
2289             "icon": "place-of-worship",
2290             "fields": [
2291                 "address",
2292                 "levels"
2293             ],
2294             "geometry": [
2295                 "point",
2296                 "area"
2297             ],
2298             "tags": {
2299                 "building": "chapel"
2300             },
2301             "name": "Chapel"
2302         },
2303         "building/church": {
2304             "icon": "place-of-worship",
2305             "fields": [
2306                 "address",
2307                 "levels"
2308             ],
2309             "geometry": [
2310                 "point",
2311                 "area"
2312             ],
2313             "tags": {
2314                 "building": "church"
2315             },
2316             "name": "Church"
2317         },
2318         "building/college": {
2319             "icon": "building",
2320             "fields": [
2321                 "address",
2322                 "levels"
2323             ],
2324             "geometry": [
2325                 "point",
2326                 "area"
2327             ],
2328             "terms": [
2329                 "university"
2330             ],
2331             "tags": {
2332                 "building": "college"
2333             },
2334             "name": "College Building"
2335         },
2336         "building/commercial": {
2337             "icon": "commercial",
2338             "fields": [
2339                 "address",
2340                 "levels",
2341                 "smoking"
2342             ],
2343             "geometry": [
2344                 "point",
2345                 "area"
2346             ],
2347             "tags": {
2348                 "building": "commercial"
2349             },
2350             "name": "Commercial Building"
2351         },
2352         "building/construction": {
2353             "icon": "building",
2354             "fields": [
2355                 "address",
2356                 "levels"
2357             ],
2358             "geometry": [
2359                 "point",
2360                 "area"
2361             ],
2362             "tags": {
2363                 "building": "construction"
2364             },
2365             "name": "Building Under Construction"
2366         },
2367         "building/detached": {
2368             "icon": "building",
2369             "fields": [
2370                 "address",
2371                 "levels"
2372             ],
2373             "geometry": [
2374                 "point",
2375                 "area"
2376             ],
2377             "tags": {
2378                 "building": "detached"
2379             },
2380             "name": "Detached Home"
2381         },
2382         "building/dormitory": {
2383             "icon": "building",
2384             "fields": [
2385                 "address",
2386                 "levels",
2387                 "smoking"
2388             ],
2389             "geometry": [
2390                 "point",
2391                 "area"
2392             ],
2393             "tags": {
2394                 "building": "dormitory"
2395             },
2396             "name": "Dormitory"
2397         },
2398         "building/entrance": {
2399             "icon": "entrance",
2400             "geometry": [
2401                 "vertex"
2402             ],
2403             "tags": {
2404                 "building": "entrance"
2405             },
2406             "name": "Entrance/Exit",
2407             "searchable": false
2408         },
2409         "building/garage": {
2410             "fields": [
2411                 "capacity"
2412             ],
2413             "geometry": [
2414                 "point",
2415                 "area"
2416             ],
2417             "tags": {
2418                 "building": "garage"
2419             },
2420             "name": "Garage",
2421             "icon": "warehouse"
2422         },
2423         "building/garages": {
2424             "icon": "warehouse",
2425             "fields": [
2426                 "capacity"
2427             ],
2428             "geometry": [
2429                 "point",
2430                 "area"
2431             ],
2432             "tags": {
2433                 "building": "garages"
2434             },
2435             "name": "Garages"
2436         },
2437         "building/greenhouse": {
2438             "icon": "building",
2439             "fields": [
2440                 "address",
2441                 "levels"
2442             ],
2443             "geometry": [
2444                 "point",
2445                 "area"
2446             ],
2447             "tags": {
2448                 "building": "greenhouse"
2449             },
2450             "name": "Greenhouse"
2451         },
2452         "building/hospital": {
2453             "icon": "building",
2454             "fields": [
2455                 "address",
2456                 "levels"
2457             ],
2458             "geometry": [
2459                 "point",
2460                 "area"
2461             ],
2462             "tags": {
2463                 "building": "hospital"
2464             },
2465             "name": "Hospital Building"
2466         },
2467         "building/hotel": {
2468             "icon": "building",
2469             "fields": [
2470                 "address",
2471                 "levels",
2472                 "smoking"
2473             ],
2474             "geometry": [
2475                 "point",
2476                 "area"
2477             ],
2478             "tags": {
2479                 "building": "hotel"
2480             },
2481             "name": "Hotel Building"
2482         },
2483         "building/house": {
2484             "icon": "building",
2485             "fields": [
2486                 "address",
2487                 "levels"
2488             ],
2489             "geometry": [
2490                 "point",
2491                 "area"
2492             ],
2493             "tags": {
2494                 "building": "house"
2495             },
2496             "name": "House"
2497         },
2498         "building/hut": {
2499             "geometry": [
2500                 "point",
2501                 "area"
2502             ],
2503             "tags": {
2504                 "building": "hut"
2505             },
2506             "name": "Hut"
2507         },
2508         "building/industrial": {
2509             "icon": "industrial",
2510             "fields": [
2511                 "address",
2512                 "levels"
2513             ],
2514             "geometry": [
2515                 "point",
2516                 "area"
2517             ],
2518             "tags": {
2519                 "building": "industrial"
2520             },
2521             "name": "Industrial Building"
2522         },
2523         "building/kindergarten": {
2524             "icon": "building",
2525             "fields": [
2526                 "address",
2527                 "levels"
2528             ],
2529             "geometry": [
2530                 "point",
2531                 "area"
2532             ],
2533             "terms": [
2534                 "kindergarden",
2535                 "pre-school"
2536             ],
2537             "tags": {
2538                 "building": "kindergarten"
2539             },
2540             "name": "Preschool/Kindergarten Building"
2541         },
2542         "building/public": {
2543             "icon": "building",
2544             "fields": [
2545                 "address",
2546                 "levels",
2547                 "smoking"
2548             ],
2549             "geometry": [
2550                 "point",
2551                 "area"
2552             ],
2553             "tags": {
2554                 "building": "public"
2555             },
2556             "name": "Public Building"
2557         },
2558         "building/residential": {
2559             "icon": "building",
2560             "fields": [
2561                 "address",
2562                 "levels"
2563             ],
2564             "geometry": [
2565                 "point",
2566                 "area"
2567             ],
2568             "tags": {
2569                 "building": "residential"
2570             },
2571             "name": "Residential Building"
2572         },
2573         "building/retail": {
2574             "icon": "building",
2575             "fields": [
2576                 "address",
2577                 "levels",
2578                 "smoking"
2579             ],
2580             "geometry": [
2581                 "point",
2582                 "area"
2583             ],
2584             "tags": {
2585                 "building": "retail"
2586             },
2587             "name": "Retail Building"
2588         },
2589         "building/roof": {
2590             "icon": "building",
2591             "fields": [
2592                 "address"
2593             ],
2594             "geometry": [
2595                 "point",
2596                 "area"
2597             ],
2598             "tags": {
2599                 "building": "roof"
2600             },
2601             "name": "Roof"
2602         },
2603         "building/school": {
2604             "icon": "building",
2605             "fields": [
2606                 "address",
2607                 "levels"
2608             ],
2609             "geometry": [
2610                 "point",
2611                 "area"
2612             ],
2613             "terms": [
2614                 "academy",
2615                 "elementary school",
2616                 "middle school",
2617                 "high school"
2618             ],
2619             "tags": {
2620                 "building": "school"
2621             },
2622             "name": "School Building"
2623         },
2624         "building/shed": {
2625             "icon": "building",
2626             "fields": [
2627                 "address",
2628                 "levels"
2629             ],
2630             "geometry": [
2631                 "point",
2632                 "area"
2633             ],
2634             "tags": {
2635                 "building": "shed"
2636             },
2637             "name": "Shed"
2638         },
2639         "building/stable": {
2640             "icon": "building",
2641             "fields": [
2642                 "address",
2643                 "levels"
2644             ],
2645             "geometry": [
2646                 "point",
2647                 "area"
2648             ],
2649             "tags": {
2650                 "building": "stable"
2651             },
2652             "name": "Stable"
2653         },
2654         "building/static_caravan": {
2655             "icon": "building",
2656             "fields": [
2657                 "address",
2658                 "levels"
2659             ],
2660             "geometry": [
2661                 "point",
2662                 "area"
2663             ],
2664             "tags": {
2665                 "building": "static_caravan"
2666             },
2667             "name": "Static Mobile Home"
2668         },
2669         "building/terrace": {
2670             "icon": "building",
2671             "fields": [
2672                 "address",
2673                 "levels"
2674             ],
2675             "geometry": [
2676                 "point",
2677                 "area"
2678             ],
2679             "tags": {
2680                 "building": "terrace"
2681             },
2682             "name": "Row Houses"
2683         },
2684         "building/train_station": {
2685             "icon": "building",
2686             "fields": [
2687                 "address",
2688                 "levels"
2689             ],
2690             "geometry": [
2691                 "point",
2692                 "vertex",
2693                 "area"
2694             ],
2695             "tags": {
2696                 "building": "train_station"
2697             },
2698             "name": "Train Station",
2699             "searchable": false
2700         },
2701         "building/university": {
2702             "icon": "building",
2703             "fields": [
2704                 "address",
2705                 "levels"
2706             ],
2707             "geometry": [
2708                 "point",
2709                 "area"
2710             ],
2711             "terms": [
2712                 "college"
2713             ],
2714             "tags": {
2715                 "building": "university"
2716             },
2717             "name": "University Building"
2718         },
2719         "building/warehouse": {
2720             "icon": "building",
2721             "fields": [
2722                 "address",
2723                 "levels"
2724             ],
2725             "geometry": [
2726                 "point",
2727                 "area"
2728             ],
2729             "tags": {
2730                 "building": "warehouse"
2731             },
2732             "name": "Warehouse"
2733         },
2734         "craft": {
2735             "icon": "marker-stroked",
2736             "fields": [
2737                 "craft",
2738                 "operator",
2739                 "address",
2740                 "building_area",
2741                 "opening_hours"
2742             ],
2743             "geometry": [
2744                 "point",
2745                 "area"
2746             ],
2747             "tags": {
2748                 "craft": "*"
2749             },
2750             "terms": [],
2751             "name": "Craft"
2752         },
2753         "craft/basket_maker": {
2754             "icon": "art-gallery",
2755             "fields": [
2756                 "operator",
2757                 "address",
2758                 "building_area",
2759                 "opening_hours"
2760             ],
2761             "geometry": [
2762                 "point",
2763                 "area"
2764             ],
2765             "tags": {
2766                 "craft": "basket_maker"
2767             },
2768             "name": "Basket Maker"
2769         },
2770         "craft/beekeeper": {
2771             "icon": "farm",
2772             "fields": [
2773                 "operator",
2774                 "address",
2775                 "building_area",
2776                 "opening_hours"
2777             ],
2778             "geometry": [
2779                 "point",
2780                 "area"
2781             ],
2782             "tags": {
2783                 "craft": "beekeeper"
2784             },
2785             "name": "Beekeeper"
2786         },
2787         "craft/blacksmith": {
2788             "icon": "farm",
2789             "fields": [
2790                 "operator",
2791                 "address",
2792                 "building_area",
2793                 "opening_hours"
2794             ],
2795             "geometry": [
2796                 "point",
2797                 "area"
2798             ],
2799             "tags": {
2800                 "craft": "blacksmith"
2801             },
2802             "name": "Blacksmith"
2803         },
2804         "craft/boatbuilder": {
2805             "icon": "marker-stroked",
2806             "fields": [
2807                 "operator",
2808                 "address",
2809                 "building_area",
2810                 "opening_hours"
2811             ],
2812             "geometry": [
2813                 "point",
2814                 "area"
2815             ],
2816             "tags": {
2817                 "craft": "boatbuilder"
2818             },
2819             "name": "Boat Builder"
2820         },
2821         "craft/bookbinder": {
2822             "icon": "library",
2823             "fields": [
2824                 "operator",
2825                 "address",
2826                 "building_area",
2827                 "opening_hours"
2828             ],
2829             "geometry": [
2830                 "point",
2831                 "area"
2832             ],
2833             "terms": [
2834                 "book repair"
2835             ],
2836             "tags": {
2837                 "craft": "bookbinder"
2838             },
2839             "name": "Bookbinder"
2840         },
2841         "craft/brewery": {
2842             "icon": "beer",
2843             "fields": [
2844                 "operator",
2845                 "address",
2846                 "building_area",
2847                 "opening_hours"
2848             ],
2849             "geometry": [
2850                 "point",
2851                 "area"
2852             ],
2853             "terms": [
2854                 "beer",
2855                 "bier"
2856             ],
2857             "tags": {
2858                 "craft": "brewery"
2859             },
2860             "name": "Brewery"
2861         },
2862         "craft/carpenter": {
2863             "icon": "logging",
2864             "fields": [
2865                 "operator",
2866                 "address",
2867                 "building_area",
2868                 "opening_hours"
2869             ],
2870             "geometry": [
2871                 "point",
2872                 "area"
2873             ],
2874             "terms": [
2875                 "woodworker"
2876             ],
2877             "tags": {
2878                 "craft": "carpenter"
2879             },
2880             "name": "Carpenter"
2881         },
2882         "craft/carpet_layer": {
2883             "icon": "square",
2884             "fields": [
2885                 "operator",
2886                 "address",
2887                 "building_area",
2888                 "opening_hours"
2889             ],
2890             "geometry": [
2891                 "point",
2892                 "area"
2893             ],
2894             "tags": {
2895                 "craft": "carpet_layer"
2896             },
2897             "name": "Carpet Layer"
2898         },
2899         "craft/caterer": {
2900             "icon": "bakery",
2901             "fields": [
2902                 "cuisine",
2903                 "operator",
2904                 "address",
2905                 "building_area",
2906                 "opening_hours"
2907             ],
2908             "geometry": [
2909                 "point",
2910                 "area"
2911             ],
2912             "tags": {
2913                 "craft": "caterer"
2914             },
2915             "name": "Caterer"
2916         },
2917         "craft/clockmaker": {
2918             "icon": "circle-stroked",
2919             "fields": [
2920                 "operator",
2921                 "address",
2922                 "building_area",
2923                 "opening_hours"
2924             ],
2925             "geometry": [
2926                 "point",
2927                 "area"
2928             ],
2929             "tags": {
2930                 "craft": "clockmaker"
2931             },
2932             "name": "Clockmaker"
2933         },
2934         "craft/confectionery": {
2935             "icon": "bakery",
2936             "fields": [
2937                 "operator",
2938                 "address",
2939                 "building_area",
2940                 "opening_hours"
2941             ],
2942             "geometry": [
2943                 "point",
2944                 "area"
2945             ],
2946             "terms": [
2947                 "sweets",
2948                 "candy"
2949             ],
2950             "tags": {
2951                 "craft": "confectionery"
2952             },
2953             "name": "Confectionery"
2954         },
2955         "craft/dressmaker": {
2956             "icon": "clothing-store",
2957             "fields": [
2958                 "operator",
2959                 "address",
2960                 "building_area",
2961                 "opening_hours"
2962             ],
2963             "geometry": [
2964                 "point",
2965                 "area"
2966             ],
2967             "terms": [
2968                 "seamstress"
2969             ],
2970             "tags": {
2971                 "craft": "dressmaker"
2972             },
2973             "name": "Dressmaker"
2974         },
2975         "craft/electrician": {
2976             "icon": "marker-stroked",
2977             "fields": [
2978                 "operator",
2979                 "address",
2980                 "building_area",
2981                 "opening_hours"
2982             ],
2983             "geometry": [
2984                 "point",
2985                 "area"
2986             ],
2987             "terms": [
2988                 "power",
2989                 "wire"
2990             ],
2991             "tags": {
2992                 "craft": "electrician"
2993             },
2994             "name": "Electrician"
2995         },
2996         "craft/gardener": {
2997             "icon": "garden",
2998             "fields": [
2999                 "operator",
3000                 "address",
3001                 "building_area",
3002                 "opening_hours"
3003             ],
3004             "geometry": [
3005                 "point",
3006                 "area"
3007             ],
3008             "terms": [
3009                 "landscaper",
3010                 "grounds keeper"
3011             ],
3012             "tags": {
3013                 "craft": "gardener"
3014             },
3015             "name": "Gardener"
3016         },
3017         "craft/glaziery": {
3018             "icon": "fire-station",
3019             "fields": [
3020                 "operator",
3021                 "address",
3022                 "building_area",
3023                 "opening_hours"
3024             ],
3025             "geometry": [
3026                 "point",
3027                 "area"
3028             ],
3029             "terms": [
3030                 "glass",
3031                 "stained-glass",
3032                 "window"
3033             ],
3034             "tags": {
3035                 "craft": "glaziery"
3036             },
3037             "name": "Glaziery"
3038         },
3039         "craft/handicraft": {
3040             "icon": "art-gallery",
3041             "fields": [
3042                 "operator",
3043                 "address",
3044                 "building_area",
3045                 "opening_hours"
3046             ],
3047             "geometry": [
3048                 "point",
3049                 "area"
3050             ],
3051             "tags": {
3052                 "craft": "handicraft"
3053             },
3054             "name": "Handicraft"
3055         },
3056         "craft/hvac": {
3057             "icon": "marker-stroked",
3058             "fields": [
3059                 "operator",
3060                 "address",
3061                 "building_area",
3062                 "opening_hours"
3063             ],
3064             "geometry": [
3065                 "point",
3066                 "area"
3067             ],
3068             "terms": [
3069                 "heat*",
3070                 "vent*",
3071                 "air conditioning"
3072             ],
3073             "tags": {
3074                 "craft": "hvac"
3075             },
3076             "name": "HVAC"
3077         },
3078         "craft/insulator": {
3079             "icon": "marker-stroked",
3080             "fields": [
3081                 "operator",
3082                 "address",
3083                 "building_area",
3084                 "opening_hours"
3085             ],
3086             "geometry": [
3087                 "point",
3088                 "area"
3089             ],
3090             "tags": {
3091                 "craft": "insulation"
3092             },
3093             "name": "Insulator"
3094         },
3095         "craft/jeweler": {
3096             "icon": "marker-stroked",
3097             "fields": [
3098                 "operator",
3099                 "address",
3100                 "building_area",
3101                 "opening_hours"
3102             ],
3103             "geometry": [
3104                 "point",
3105                 "area"
3106             ],
3107             "tags": {
3108                 "craft": "jeweler"
3109             },
3110             "name": "Jeweler",
3111             "searchable": false
3112         },
3113         "craft/key_cutter": {
3114             "icon": "marker-stroked",
3115             "fields": [
3116                 "operator",
3117                 "address",
3118                 "building_area",
3119                 "opening_hours"
3120             ],
3121             "geometry": [
3122                 "point",
3123                 "area"
3124             ],
3125             "tags": {
3126                 "craft": "key_cutter"
3127             },
3128             "name": "Key Cutter"
3129         },
3130         "craft/locksmith": {
3131             "icon": "marker-stroked",
3132             "fields": [
3133                 "operator",
3134                 "address",
3135                 "building_area",
3136                 "opening_hours"
3137             ],
3138             "geometry": [
3139                 "point",
3140                 "area"
3141             ],
3142             "tags": {
3143                 "craft": "locksmith"
3144             },
3145             "name": "Locksmith",
3146             "searchable": false
3147         },
3148         "craft/metal_construction": {
3149             "icon": "marker-stroked",
3150             "fields": [
3151                 "operator",
3152                 "address",
3153                 "building_area",
3154                 "opening_hours"
3155             ],
3156             "geometry": [
3157                 "point",
3158                 "area"
3159             ],
3160             "tags": {
3161                 "craft": "metal_construction"
3162             },
3163             "name": "Metal Construction"
3164         },
3165         "craft/optician": {
3166             "icon": "marker-stroked",
3167             "fields": [
3168                 "operator",
3169                 "address",
3170                 "building_area",
3171                 "opening_hours"
3172             ],
3173             "geometry": [
3174                 "point",
3175                 "area"
3176             ],
3177             "tags": {
3178                 "craft": "optician"
3179             },
3180             "name": "Optician",
3181             "searchable": false
3182         },
3183         "craft/painter": {
3184             "icon": "art-gallery",
3185             "fields": [
3186                 "operator",
3187                 "address",
3188                 "building_area",
3189                 "opening_hours"
3190             ],
3191             "geometry": [
3192                 "point",
3193                 "area"
3194             ],
3195             "tags": {
3196                 "craft": "painter"
3197             },
3198             "name": "Painter"
3199         },
3200         "craft/photographer": {
3201             "icon": "camera",
3202             "fields": [
3203                 "operator",
3204                 "address",
3205                 "building_area",
3206                 "opening_hours"
3207             ],
3208             "geometry": [
3209                 "point",
3210                 "area"
3211             ],
3212             "tags": {
3213                 "craft": "photographer"
3214             },
3215             "name": "Photographer"
3216         },
3217         "craft/photographic_laboratory": {
3218             "icon": "camera",
3219             "fields": [
3220                 "operator",
3221                 "address",
3222                 "building_area",
3223                 "opening_hours"
3224             ],
3225             "geometry": [
3226                 "point",
3227                 "area"
3228             ],
3229             "terms": [
3230                 "film"
3231             ],
3232             "tags": {
3233                 "craft": "photographic_laboratory"
3234             },
3235             "name": "Photographic Laboratory"
3236         },
3237         "craft/plasterer": {
3238             "icon": "marker-stroked",
3239             "fields": [
3240                 "operator",
3241                 "address",
3242                 "building_area",
3243                 "opening_hours"
3244             ],
3245             "geometry": [
3246                 "point",
3247                 "area"
3248             ],
3249             "tags": {
3250                 "craft": "plasterer"
3251             },
3252             "name": "Plasterer"
3253         },
3254         "craft/plumber": {
3255             "icon": "marker-stroked",
3256             "fields": [
3257                 "operator",
3258                 "address",
3259                 "building_area",
3260                 "opening_hours"
3261             ],
3262             "geometry": [
3263                 "point",
3264                 "area"
3265             ],
3266             "terms": [
3267                 "pipe"
3268             ],
3269             "tags": {
3270                 "craft": "plumber"
3271             },
3272             "name": "Plumber"
3273         },
3274         "craft/pottery": {
3275             "icon": "art-gallery",
3276             "fields": [
3277                 "operator",
3278                 "address",
3279                 "building_area",
3280                 "opening_hours"
3281             ],
3282             "geometry": [
3283                 "point",
3284                 "area"
3285             ],
3286             "terms": [
3287                 "ceramic"
3288             ],
3289             "tags": {
3290                 "craft": "pottery"
3291             },
3292             "name": "Pottery"
3293         },
3294         "craft/rigger": {
3295             "icon": "marker-stroked",
3296             "fields": [
3297                 "operator",
3298                 "address",
3299                 "building_area",
3300                 "opening_hours"
3301             ],
3302             "geometry": [
3303                 "point",
3304                 "area"
3305             ],
3306             "tags": {
3307                 "craft": "rigger"
3308             },
3309             "name": "Rigger"
3310         },
3311         "craft/roofer": {
3312             "icon": "marker-stroked",
3313             "fields": [
3314                 "operator",
3315                 "address",
3316                 "building_area",
3317                 "opening_hours"
3318             ],
3319             "geometry": [
3320                 "point",
3321                 "area"
3322             ],
3323             "tags": {
3324                 "craft": "roofer"
3325             },
3326             "name": "Roofer"
3327         },
3328         "craft/saddler": {
3329             "icon": "marker-stroked",
3330             "fields": [
3331                 "operator",
3332                 "address",
3333                 "building_area",
3334                 "opening_hours"
3335             ],
3336             "geometry": [
3337                 "point",
3338                 "area"
3339             ],
3340             "tags": {
3341                 "craft": "saddler"
3342             },
3343             "name": "Saddler"
3344         },
3345         "craft/sailmaker": {
3346             "icon": "marker-stroked",
3347             "fields": [
3348                 "operator",
3349                 "address",
3350                 "building_area",
3351                 "opening_hours"
3352             ],
3353             "geometry": [
3354                 "point",
3355                 "area"
3356             ],
3357             "tags": {
3358                 "craft": "sailmaker"
3359             },
3360             "name": "Sailmaker"
3361         },
3362         "craft/sawmill": {
3363             "icon": "park",
3364             "fields": [
3365                 "operator",
3366                 "address",
3367                 "building_area",
3368                 "opening_hours"
3369             ],
3370             "geometry": [
3371                 "point",
3372                 "area"
3373             ],
3374             "terms": [
3375                 "lumber"
3376             ],
3377             "tags": {
3378                 "craft": "sawmill"
3379             },
3380             "name": "Sawmill"
3381         },
3382         "craft/scaffolder": {
3383             "icon": "marker-stroked",
3384             "fields": [
3385                 "operator",
3386                 "address",
3387                 "building_area",
3388                 "opening_hours"
3389             ],
3390             "geometry": [
3391                 "point",
3392                 "area"
3393             ],
3394             "tags": {
3395                 "craft": "scaffolder"
3396             },
3397             "name": "Scaffolder"
3398         },
3399         "craft/sculpter": {
3400             "icon": "art-gallery",
3401             "fields": [
3402                 "operator",
3403                 "address",
3404                 "building_area",
3405                 "opening_hours"
3406             ],
3407             "geometry": [
3408                 "point",
3409                 "area"
3410             ],
3411             "tags": {
3412                 "craft": "sculpter"
3413             },
3414             "name": "Sculpter"
3415         },
3416         "craft/shoemaker": {
3417             "icon": "marker-stroked",
3418             "fields": [
3419                 "operator",
3420                 "address",
3421                 "building_area",
3422                 "opening_hours"
3423             ],
3424             "geometry": [
3425                 "point",
3426                 "area"
3427             ],
3428             "terms": [
3429                 "cobbler"
3430             ],
3431             "tags": {
3432                 "craft": "shoemaker"
3433             },
3434             "name": "Shoemaker"
3435         },
3436         "craft/stonemason": {
3437             "icon": "marker-stroked",
3438             "fields": [
3439                 "operator",
3440                 "address",
3441                 "building_area",
3442                 "opening_hours"
3443             ],
3444             "geometry": [
3445                 "point",
3446                 "area"
3447             ],
3448             "terms": [
3449                 "masonry"
3450             ],
3451             "tags": {
3452                 "craft": "stonemason"
3453             },
3454             "name": "Stonemason"
3455         },
3456         "craft/sweep": {
3457             "icon": "marker-stroked",
3458             "fields": [
3459                 "operator",
3460                 "address",
3461                 "building_area",
3462                 "opening_hours"
3463             ],
3464             "geometry": [
3465                 "point",
3466                 "area"
3467             ],
3468             "tags": {
3469                 "craft": "sweep"
3470             },
3471             "name": "Chimney Sweep"
3472         },
3473         "craft/tailor": {
3474             "icon": "clothing-store",
3475             "fields": [
3476                 "operator",
3477                 "address",
3478                 "building_area",
3479                 "opening_hours"
3480             ],
3481             "geometry": [
3482                 "point",
3483                 "area"
3484             ],
3485             "terms": [
3486                 "clothes",
3487                 "suit"
3488             ],
3489             "tags": {
3490                 "craft": "tailor"
3491             },
3492             "name": "Tailor",
3493             "searchable": false
3494         },
3495         "craft/tiler": {
3496             "icon": "marker-stroked",
3497             "fields": [
3498                 "operator",
3499                 "address",
3500                 "building_area",
3501                 "opening_hours"
3502             ],
3503             "geometry": [
3504                 "point",
3505                 "area"
3506             ],
3507             "tags": {
3508                 "craft": "tiler"
3509             },
3510             "name": "Tiler"
3511         },
3512         "craft/tinsmith": {
3513             "icon": "marker-stroked",
3514             "fields": [
3515                 "operator",
3516                 "address",
3517                 "building_area",
3518                 "opening_hours"
3519             ],
3520             "geometry": [
3521                 "point",
3522                 "area"
3523             ],
3524             "tags": {
3525                 "craft": "tinsmith"
3526             },
3527             "name": "Tinsmith"
3528         },
3529         "craft/upholsterer": {
3530             "icon": "marker-stroked",
3531             "fields": [
3532                 "operator",
3533                 "address",
3534                 "building_area",
3535                 "opening_hours"
3536             ],
3537             "geometry": [
3538                 "point",
3539                 "area"
3540             ],
3541             "tags": {
3542                 "craft": "upholsterer"
3543             },
3544             "name": "Upholsterer"
3545         },
3546         "craft/watchmaker": {
3547             "icon": "circle-stroked",
3548             "fields": [
3549                 "operator",
3550                 "address",
3551                 "building_area",
3552                 "opening_hours"
3553             ],
3554             "geometry": [
3555                 "point",
3556                 "area"
3557             ],
3558             "tags": {
3559                 "craft": "watchmaker"
3560             },
3561             "name": "Watchmaker"
3562         },
3563         "craft/window_construction": {
3564             "icon": "marker-stroked",
3565             "fields": [
3566                 "operator",
3567                 "address",
3568                 "building_area",
3569                 "opening_hours"
3570             ],
3571             "geometry": [
3572                 "point",
3573                 "area"
3574             ],
3575             "terms": [
3576                 "glass"
3577             ],
3578             "tags": {
3579                 "craft": "window_construction"
3580             },
3581             "name": "Window Construction"
3582         },
3583         "craft/winery": {
3584             "icon": "alcohol-shop",
3585             "fields": [
3586                 "operator",
3587                 "address",
3588                 "building_area",
3589                 "opening_hours"
3590             ],
3591             "geometry": [
3592                 "point",
3593                 "area"
3594             ],
3595             "tags": {
3596                 "craft": "winery"
3597             },
3598             "name": "Winery"
3599         },
3600         "embankment": {
3601             "geometry": [
3602                 "line"
3603             ],
3604             "tags": {
3605                 "embankment": "yes"
3606             },
3607             "name": "Embankment",
3608             "matchScore": 0.2
3609         },
3610         "emergency/ambulance_station": {
3611             "icon": "hospital",
3612             "fields": [
3613                 "operator",
3614                 "building_area",
3615                 "address"
3616             ],
3617             "geometry": [
3618                 "point",
3619                 "area"
3620             ],
3621             "terms": [
3622                 "EMS",
3623                 "EMT",
3624                 "rescue"
3625             ],
3626             "tags": {
3627                 "emergency": "ambulance_station"
3628             },
3629             "name": "Ambulance Station"
3630         },
3631         "emergency/fire_hydrant": {
3632             "fields": [
3633                 "fire_hydrant/type"
3634             ],
3635             "geometry": [
3636                 "point",
3637                 "vertex"
3638             ],
3639             "tags": {
3640                 "emergency": "fire_hydrant"
3641             },
3642             "name": "Fire Hydrant"
3643         },
3644         "emergency/phone": {
3645             "icon": "emergency-telephone",
3646             "fields": [
3647                 "operator"
3648             ],
3649             "geometry": [
3650                 "point",
3651                 "vertex"
3652             ],
3653             "tags": {
3654                 "emergency": "phone"
3655             },
3656             "name": "Emergency Phone"
3657         },
3658         "entrance": {
3659             "icon": "entrance",
3660             "geometry": [
3661                 "vertex"
3662             ],
3663             "tags": {
3664                 "entrance": "*"
3665             },
3666             "fields": [
3667                 "entrance",
3668                 "access_simple",
3669                 "address"
3670             ],
3671             "name": "Entrance/Exit"
3672         },
3673         "footway/crossing": {
3674             "fields": [
3675                 "crossing",
3676                 "access",
3677                 "surface",
3678                 "sloped_curb",
3679                 "tactile_paving"
3680             ],
3681             "geometry": [
3682                 "line"
3683             ],
3684             "tags": {
3685                 "highway": "footway",
3686                 "footway": "crossing"
3687             },
3688             "terms": [],
3689             "name": "Street Crossing"
3690         },
3691         "footway/crosswalk": {
3692             "icon": "highway-footway",
3693             "fields": [
3694                 "crossing",
3695                 "access",
3696                 "surface",
3697                 "sloped_curb",
3698                 "tactile_paving"
3699             ],
3700             "geometry": [
3701                 "line"
3702             ],
3703             "tags": {
3704                 "highway": "footway",
3705                 "footway": "crossing",
3706                 "crossing": "zebra"
3707             },
3708             "terms": [
3709                 "zebra crossing"
3710             ],
3711             "name": "Pedestrian Crosswalk"
3712         },
3713         "footway/sidewalk": {
3714             "fields": [
3715                 "surface",
3716                 "lit",
3717                 "width",
3718                 "structure",
3719                 "access"
3720             ],
3721             "geometry": [
3722                 "line"
3723             ],
3724             "tags": {
3725                 "highway": "footway",
3726                 "footway": "sidewalk"
3727             },
3728             "terms": [],
3729             "name": "Sidewalk"
3730         },
3731         "ford": {
3732             "geometry": [
3733                 "vertex"
3734             ],
3735             "tags": {
3736                 "ford": "yes"
3737             },
3738             "name": "Ford"
3739         },
3740         "golf/bunker": {
3741             "icon": "golf",
3742             "geometry": [
3743                 "area"
3744             ],
3745             "tags": {
3746                 "golf": "bunker",
3747                 "natural": "sand"
3748             },
3749             "terms": [
3750                 "hazard",
3751                 "bunker"
3752             ],
3753             "name": "Sand Trap"
3754         },
3755         "golf/fairway": {
3756             "icon": "golf",
3757             "geometry": [
3758                 "area"
3759             ],
3760             "tags": {
3761                 "golf": "fairway",
3762                 "landuse": "grass"
3763             },
3764             "name": "Fairway"
3765         },
3766         "golf/green": {
3767             "icon": "golf",
3768             "geometry": [
3769                 "area"
3770             ],
3771             "tags": {
3772                 "golf": "green",
3773                 "landuse": "grass",
3774                 "leisure": "pitch",
3775                 "sport": "golf"
3776             },
3777             "name": "Putting Green"
3778         },
3779         "golf/hole": {
3780             "icon": "golf",
3781             "fields": [
3782                 "golf_hole",
3783                 "par",
3784                 "handicap"
3785             ],
3786             "geometry": [
3787                 "line"
3788             ],
3789             "tags": {
3790                 "golf": "hole"
3791             },
3792             "name": "Golf Hole"
3793         },
3794         "golf/lateral_water_hazard": {
3795             "icon": "golf",
3796             "geometry": [
3797                 "line",
3798                 "area"
3799             ],
3800             "tags": {
3801                 "golf": "lateral_water_hazard",
3802                 "natural": "water"
3803             },
3804             "name": "Lateral Water Hazard"
3805         },
3806         "golf/rough": {
3807             "icon": "golf",
3808             "geometry": [
3809                 "area"
3810             ],
3811             "tags": {
3812                 "golf": "rough",
3813                 "landuse": "grass"
3814             },
3815             "name": "Rough"
3816         },
3817         "golf/tee": {
3818             "icon": "golf",
3819             "geometry": [
3820                 "area"
3821             ],
3822             "tags": {
3823                 "golf": "tee",
3824                 "landuse": "grass"
3825             },
3826             "terms": [
3827                 "teeing ground"
3828             ],
3829             "name": "Tee Box"
3830         },
3831         "golf/water_hazard": {
3832             "icon": "golf",
3833             "geometry": [
3834                 "line",
3835                 "area"
3836             ],
3837             "tags": {
3838                 "golf": "water_hazard",
3839                 "natural": "water"
3840             },
3841             "name": "Water Hazard"
3842         },
3843         "highway": {
3844             "fields": [
3845                 "highway"
3846             ],
3847             "geometry": [
3848                 "point",
3849                 "vertex",
3850                 "line",
3851                 "area"
3852             ],
3853             "tags": {
3854                 "highway": "*"
3855             },
3856             "searchable": false,
3857             "name": "Highway"
3858         },
3859         "highway/bridleway": {
3860             "fields": [
3861                 "surface",
3862                 "width",
3863                 "structure",
3864                 "access"
3865             ],
3866             "icon": "highway-bridleway",
3867             "geometry": [
3868                 "line"
3869             ],
3870             "tags": {
3871                 "highway": "bridleway"
3872             },
3873             "terms": [
3874                 "bridleway",
3875                 "equestrian",
3876                 "horse"
3877             ],
3878             "name": "Bridle Path"
3879         },
3880         "highway/bus_stop": {
3881             "icon": "bus",
3882             "fields": [
3883                 "network",
3884                 "operator",
3885                 "bench",
3886                 "shelter",
3887                 "covered"
3888             ],
3889             "geometry": [
3890                 "point",
3891                 "vertex"
3892             ],
3893             "tags": {
3894                 "highway": "bus_stop"
3895             },
3896             "terms": [],
3897             "name": "Bus Stop"
3898         },
3899         "highway/corridor": {
3900             "icon": "highway-footway",
3901             "fields": [
3902                 "width",
3903                 "level",
3904                 "access_simple"
3905             ],
3906             "geometry": [
3907                 "line"
3908             ],
3909             "tags": {
3910                 "highway": "corridor"
3911             },
3912             "terms": [
3913                 "gallery",
3914                 "hall",
3915                 "hallway",
3916                 "indoor",
3917                 "passage",
3918                 "passageway"
3919             ],
3920             "name": "Indoor Corridor"
3921         },
3922         "highway/crossing": {
3923             "fields": [
3924                 "crossing",
3925                 "sloped_curb",
3926                 "tactile_paving"
3927             ],
3928             "geometry": [
3929                 "vertex"
3930             ],
3931             "tags": {
3932                 "highway": "crossing"
3933             },
3934             "terms": [],
3935             "name": "Street Crossing"
3936         },
3937         "highway/crosswalk": {
3938             "fields": [
3939                 "crossing",
3940                 "sloped_curb",
3941                 "tactile_paving"
3942             ],
3943             "geometry": [
3944                 "vertex"
3945             ],
3946             "tags": {
3947                 "highway": "crossing",
3948                 "crossing": "zebra"
3949             },
3950             "terms": [
3951                 "zebra crossing"
3952             ],
3953             "name": "Pedestrian Crosswalk"
3954         },
3955         "highway/cycleway": {
3956             "icon": "highway-cycleway",
3957             "fields": [
3958                 "surface",
3959                 "lit",
3960                 "width",
3961                 "oneway",
3962                 "structure",
3963                 "access"
3964             ],
3965             "geometry": [
3966                 "line"
3967             ],
3968             "tags": {
3969                 "highway": "cycleway"
3970             },
3971             "terms": [
3972                 "bike"
3973             ],
3974             "name": "Cycle Path"
3975         },
3976         "highway/footway": {
3977             "icon": "highway-footway",
3978             "fields": [
3979                 "surface",
3980                 "lit",
3981                 "width",
3982                 "structure",
3983                 "access"
3984             ],
3985             "geometry": [
3986                 "line",
3987                 "area"
3988             ],
3989             "terms": [
3990                 "hike",
3991                 "hiking",
3992                 "trackway",
3993                 "trail",
3994                 "walk"
3995             ],
3996             "tags": {
3997                 "highway": "footway"
3998             },
3999             "name": "Foot Path"
4000         },
4001         "highway/living_street": {
4002             "icon": "highway-living-street",
4003             "fields": [
4004                 "oneway",
4005                 "maxspeed",
4006                 "structure",
4007                 "access",
4008                 "surface",
4009                 "cycleway"
4010             ],
4011             "geometry": [
4012                 "line"
4013             ],
4014             "tags": {
4015                 "highway": "living_street"
4016             },
4017             "name": "Living Street"
4018         },
4019         "highway/mini_roundabout": {
4020             "geometry": [
4021                 "vertex"
4022             ],
4023             "tags": {
4024                 "highway": "mini_roundabout"
4025             },
4026             "fields": [
4027                 "clock_direction"
4028             ],
4029             "name": "Mini-Roundabout"
4030         },
4031         "highway/motorway": {
4032             "icon": "highway-motorway",
4033             "fields": [
4034                 "oneway_yes",
4035                 "maxspeed",
4036                 "structure",
4037                 "access",
4038                 "lanes",
4039                 "surface",
4040                 "ref"
4041             ],
4042             "geometry": [
4043                 "line"
4044             ],
4045             "tags": {
4046                 "highway": "motorway"
4047             },
4048             "terms": [],
4049             "name": "Motorway"
4050         },
4051         "highway/motorway_junction": {
4052             "geometry": [
4053                 "vertex"
4054             ],
4055             "tags": {
4056                 "highway": "motorway_junction"
4057             },
4058             "fields": [
4059                 "ref"
4060             ],
4061             "name": "Motorway Junction / Exit"
4062         },
4063         "highway/motorway_link": {
4064             "icon": "highway-motorway-link",
4065             "fields": [
4066                 "oneway_yes",
4067                 "maxspeed",
4068                 "structure",
4069                 "access",
4070                 "surface",
4071                 "ref"
4072             ],
4073             "geometry": [
4074                 "line"
4075             ],
4076             "tags": {
4077                 "highway": "motorway_link"
4078             },
4079             "addTags": {
4080                 "highway": "motorway_link",
4081                 "oneway": "yes"
4082             },
4083             "removeTags": {
4084                 "highway": "motorway_link",
4085                 "oneway": "yes"
4086             },
4087             "terms": [
4088                 "ramp",
4089                 "on ramp",
4090                 "off ramp"
4091             ],
4092             "name": "Motorway Link"
4093         },
4094         "highway/path": {
4095             "icon": "highway-path",
4096             "fields": [
4097                 "surface",
4098                 "width",
4099                 "structure",
4100                 "access",
4101                 "incline",
4102                 "sac_scale",
4103                 "trail_visibility",
4104                 "mtb/scale",
4105                 "mtb/scale/uphill",
4106                 "mtb/scale/imba",
4107                 "ref"
4108             ],
4109             "geometry": [
4110                 "line"
4111             ],
4112             "terms": [
4113                 "hike",
4114                 "hiking",
4115                 "trackway",
4116                 "trail",
4117                 "walk"
4118             ],
4119             "tags": {
4120                 "highway": "path"
4121             },
4122             "name": "Path"
4123         },
4124         "highway/pedestrian": {
4125             "icon": "highway-footway",
4126             "fields": [
4127                 "surface",
4128                 "lit",
4129                 "width",
4130                 "oneway",
4131                 "structure",
4132                 "access"
4133             ],
4134             "geometry": [
4135                 "line",
4136                 "area"
4137             ],
4138             "tags": {
4139                 "highway": "pedestrian"
4140             },
4141             "terms": [],
4142             "name": "Pedestrian Street"
4143         },
4144         "highway/primary": {
4145             "icon": "highway-primary",
4146             "fields": [
4147                 "oneway",
4148                 "maxspeed",
4149                 "structure",
4150                 "access",
4151                 "lanes",
4152                 "surface",
4153                 "ref",
4154                 "cycleway"
4155             ],
4156             "geometry": [
4157                 "line"
4158             ],
4159             "tags": {
4160                 "highway": "primary"
4161             },
4162             "terms": [],
4163             "name": "Primary Road"
4164         },
4165         "highway/primary_link": {
4166             "icon": "highway-primary-link",
4167             "fields": [
4168                 "oneway",
4169                 "maxspeed",
4170                 "structure",
4171                 "access",
4172                 "surface",
4173                 "ref",
4174                 "cycleway"
4175             ],
4176             "geometry": [
4177                 "line"
4178             ],
4179             "tags": {
4180                 "highway": "primary_link"
4181             },
4182             "terms": [
4183                 "ramp",
4184                 "on ramp",
4185                 "off ramp"
4186             ],
4187             "name": "Primary Link"
4188         },
4189         "highway/raceway": {
4190             "icon": "highway-unclassified",
4191             "fields": [
4192                 "oneway",
4193                 "surface",
4194                 "sport_racing",
4195                 "structure"
4196             ],
4197             "geometry": [
4198                 "line"
4199             ],
4200             "tags": {
4201                 "highway": "raceway"
4202             },
4203             "addTags": {
4204                 "highway": "raceway",
4205                 "sport": "motor"
4206             },
4207             "terms": [
4208                 "auto*",
4209                 "race*",
4210                 "nascar"
4211             ],
4212             "name": "Motor Raceway"
4213         },
4214         "highway/residential": {
4215             "icon": "highway-residential",
4216             "fields": [
4217                 "oneway",
4218                 "maxspeed",
4219                 "structure",
4220                 "access",
4221                 "surface",
4222                 "cycleway"
4223             ],
4224             "geometry": [
4225                 "line"
4226             ],
4227             "tags": {
4228                 "highway": "residential"
4229             },
4230             "terms": [],
4231             "name": "Residential Road"
4232         },
4233         "highway/rest_area": {
4234             "geometry": [
4235                 "point",
4236                 "vertex",
4237                 "area"
4238             ],
4239             "tags": {
4240                 "highway": "rest_area"
4241             },
4242             "terms": [
4243                 "rest stop"
4244             ],
4245             "name": "Rest Area"
4246         },
4247         "highway/road": {
4248             "icon": "highway-road",
4249             "fields": [
4250                 "oneway",
4251                 "maxspeed",
4252                 "structure",
4253                 "access",
4254                 "surface"
4255             ],
4256             "geometry": [
4257                 "line"
4258             ],
4259             "tags": {
4260                 "highway": "road"
4261             },
4262             "terms": [],
4263             "name": "Unknown Road"
4264         },
4265         "highway/secondary": {
4266             "icon": "highway-secondary",
4267             "fields": [
4268                 "oneway",
4269                 "maxspeed",
4270                 "structure",
4271                 "access",
4272                 "lanes",
4273                 "surface",
4274                 "ref",
4275                 "cycleway"
4276             ],
4277             "geometry": [
4278                 "line"
4279             ],
4280             "tags": {
4281                 "highway": "secondary"
4282             },
4283             "terms": [],
4284             "name": "Secondary Road"
4285         },
4286         "highway/secondary_link": {
4287             "icon": "highway-secondary-link",
4288             "fields": [
4289                 "oneway",
4290                 "maxspeed",
4291                 "structure",
4292                 "access",
4293                 "surface",
4294                 "ref",
4295                 "cycleway"
4296             ],
4297             "geometry": [
4298                 "line"
4299             ],
4300             "tags": {
4301                 "highway": "secondary_link"
4302             },
4303             "terms": [
4304                 "ramp",
4305                 "on ramp",
4306                 "off ramp"
4307             ],
4308             "name": "Secondary Link"
4309         },
4310         "highway/service": {
4311             "icon": "highway-service",
4312             "fields": [
4313                 "service",
4314                 "oneway",
4315                 "maxspeed",
4316                 "structure",
4317                 "access",
4318                 "surface",
4319                 "cycleway"
4320             ],
4321             "geometry": [
4322                 "line"
4323             ],
4324             "tags": {
4325                 "highway": "service"
4326             },
4327             "terms": [],
4328             "name": "Service Road"
4329         },
4330         "highway/service/alley": {
4331             "icon": "highway-service",
4332             "fields": [
4333                 "oneway",
4334                 "access",
4335                 "surface"
4336             ],
4337             "geometry": [
4338                 "line"
4339             ],
4340             "tags": {
4341                 "highway": "service",
4342                 "service": "alley"
4343             },
4344             "name": "Alley"
4345         },
4346         "highway/service/drive-through": {
4347             "icon": "highway-service",
4348             "fields": [
4349                 "oneway",
4350                 "access",
4351                 "surface"
4352             ],
4353             "geometry": [
4354                 "line"
4355             ],
4356             "tags": {
4357                 "highway": "service",
4358                 "service": "drive-through"
4359             },
4360             "name": "Drive-Through"
4361         },
4362         "highway/service/driveway": {
4363             "icon": "highway-service",
4364             "fields": [
4365                 "oneway",
4366                 "access",
4367                 "surface"
4368             ],
4369             "geometry": [
4370                 "line"
4371             ],
4372             "tags": {
4373                 "highway": "service",
4374                 "service": "driveway"
4375             },
4376             "name": "Driveway"
4377         },
4378         "highway/service/emergency_access": {
4379             "icon": "highway-service",
4380             "fields": [
4381                 "oneway",
4382                 "access",
4383                 "surface"
4384             ],
4385             "geometry": [
4386                 "line"
4387             ],
4388             "tags": {
4389                 "highway": "service",
4390                 "service": "emergency_access"
4391             },
4392             "name": "Emergency Access"
4393         },
4394         "highway/service/parking_aisle": {
4395             "icon": "highway-service",
4396             "fields": [
4397                 "oneway",
4398                 "access",
4399                 "surface"
4400             ],
4401             "geometry": [
4402                 "line"
4403             ],
4404             "tags": {
4405                 "highway": "service",
4406                 "service": "parking_aisle"
4407             },
4408             "name": "Parking Aisle"
4409         },
4410         "highway/services": {
4411             "geometry": [
4412                 "point",
4413                 "vertex",
4414                 "area"
4415             ],
4416             "tags": {
4417                 "highway": "services"
4418             },
4419             "terms": [
4420                 "services",
4421                 "travel plaza",
4422                 "service station"
4423             ],
4424             "name": "Service Area"
4425         },
4426         "highway/steps": {
4427             "fields": [
4428                 "surface",
4429                 "lit",
4430                 "width",
4431                 "incline_steps",
4432                 "access"
4433             ],
4434             "icon": "highway-steps",
4435             "geometry": [
4436                 "line"
4437             ],
4438             "tags": {
4439                 "highway": "steps"
4440             },
4441             "terms": [
4442                 "stairs",
4443                 "staircase"
4444             ],
4445             "name": "Steps"
4446         },
4447         "highway/stop": {
4448             "geometry": [
4449                 "vertex"
4450             ],
4451             "tags": {
4452                 "highway": "stop"
4453             },
4454             "terms": [
4455                 "stop sign"
4456             ],
4457             "name": "Stop Sign"
4458         },
4459         "highway/street_lamp": {
4460             "geometry": [
4461                 "point",
4462                 "vertex"
4463             ],
4464             "tags": {
4465                 "highway": "street_lamp"
4466             },
4467             "fields": [
4468                 "lamp_type",
4469                 "ref"
4470             ],
4471             "terms": [
4472                 "streetlight",
4473                 "street light",
4474                 "lamp",
4475                 "light",
4476                 "gaslight"
4477             ],
4478             "name": "Street Lamp"
4479         },
4480         "highway/tertiary": {
4481             "icon": "highway-tertiary",
4482             "fields": [
4483                 "oneway",
4484                 "maxspeed",
4485                 "structure",
4486                 "access",
4487                 "lanes",
4488                 "surface",
4489                 "ref",
4490                 "cycleway"
4491             ],
4492             "geometry": [
4493                 "line"
4494             ],
4495             "tags": {
4496                 "highway": "tertiary"
4497             },
4498             "terms": [],
4499             "name": "Tertiary Road"
4500         },
4501         "highway/tertiary_link": {
4502             "icon": "highway-tertiary-link",
4503             "fields": [
4504                 "oneway",
4505                 "maxspeed",
4506                 "structure",
4507                 "access",
4508                 "surface",
4509                 "ref",
4510                 "cycleway"
4511             ],
4512             "geometry": [
4513                 "line"
4514             ],
4515             "tags": {
4516                 "highway": "tertiary_link"
4517             },
4518             "terms": [
4519                 "ramp",
4520                 "on ramp",
4521                 "off ramp"
4522             ],
4523             "name": "Tertiary Link"
4524         },
4525         "highway/track": {
4526             "icon": "highway-track",
4527             "fields": [
4528                 "surface",
4529                 "width",
4530                 "structure",
4531                 "access",
4532                 "incline",
4533                 "tracktype",
4534                 "smoothness",
4535                 "mtb/scale",
4536                 "mtb/scale/uphill",
4537                 "mtb/scale/imba"
4538             ],
4539             "geometry": [
4540                 "line"
4541             ],
4542             "tags": {
4543                 "highway": "track"
4544             },
4545             "terms": [
4546                 "woods road",
4547                 "fire road"
4548             ],
4549             "name": "Track"
4550         },
4551         "highway/traffic_signals": {
4552             "geometry": [
4553                 "vertex"
4554             ],
4555             "tags": {
4556                 "highway": "traffic_signals"
4557             },
4558             "terms": [
4559                 "light",
4560                 "stoplight",
4561                 "traffic light"
4562             ],
4563             "name": "Traffic Signals"
4564         },
4565         "highway/trunk": {
4566             "icon": "highway-trunk",
4567             "fields": [
4568                 "oneway",
4569                 "maxspeed",
4570                 "structure",
4571                 "access",
4572                 "lanes",
4573                 "surface",
4574                 "ref"
4575             ],
4576             "geometry": [
4577                 "line"
4578             ],
4579             "tags": {
4580                 "highway": "trunk"
4581             },
4582             "terms": [],
4583             "name": "Trunk Road"
4584         },
4585         "highway/trunk_link": {
4586             "icon": "highway-trunk-link",
4587             "fields": [
4588                 "oneway",
4589                 "maxspeed",
4590                 "structure",
4591                 "access",
4592                 "surface",
4593                 "ref"
4594             ],
4595             "geometry": [
4596                 "line"
4597             ],
4598             "tags": {
4599                 "highway": "trunk_link"
4600             },
4601             "terms": [
4602                 "ramp",
4603                 "on ramp",
4604                 "off ramp"
4605             ],
4606             "name": "Trunk Link"
4607         },
4608         "highway/turning_circle": {
4609             "icon": "circle",
4610             "geometry": [
4611                 "vertex"
4612             ],
4613             "tags": {
4614                 "highway": "turning_circle"
4615             },
4616             "terms": [
4617                 "cul-de-sac"
4618             ],
4619             "name": "Turning Circle"
4620         },
4621         "highway/unclassified": {
4622             "icon": "highway-unclassified",
4623             "fields": [
4624                 "oneway",
4625                 "maxspeed",
4626                 "structure",
4627                 "access",
4628                 "surface",
4629                 "cycleway"
4630             ],
4631             "geometry": [
4632                 "line"
4633             ],
4634             "tags": {
4635                 "highway": "unclassified"
4636             },
4637             "terms": [],
4638             "name": "Unclassified Road"
4639         },
4640         "historic": {
4641             "fields": [
4642                 "historic"
4643             ],
4644             "geometry": [
4645                 "point",
4646                 "vertex",
4647                 "area"
4648             ],
4649             "tags": {
4650                 "historic": "*"
4651             },
4652             "name": "Historic Site"
4653         },
4654         "historic/archaeological_site": {
4655             "geometry": [
4656                 "point",
4657                 "vertex",
4658                 "area"
4659             ],
4660             "tags": {
4661                 "historic": "archaeological_site"
4662             },
4663             "name": "Archaeological Site"
4664         },
4665         "historic/boundary_stone": {
4666             "geometry": [
4667                 "point",
4668                 "vertex"
4669             ],
4670             "tags": {
4671                 "historic": "boundary_stone"
4672             },
4673             "name": "Boundary Stone"
4674         },
4675         "historic/castle": {
4676             "geometry": [
4677                 "point",
4678                 "area"
4679             ],
4680             "tags": {
4681                 "historic": "castle"
4682             },
4683             "name": "Castle"
4684         },
4685         "historic/memorial": {
4686             "icon": "monument",
4687             "geometry": [
4688                 "point",
4689                 "vertex",
4690                 "area"
4691             ],
4692             "tags": {
4693                 "historic": "memorial"
4694             },
4695             "name": "Memorial"
4696         },
4697         "historic/monument": {
4698             "icon": "monument",
4699             "geometry": [
4700                 "point",
4701                 "vertex",
4702                 "area"
4703             ],
4704             "tags": {
4705                 "historic": "monument"
4706             },
4707             "name": "Monument"
4708         },
4709         "historic/ruins": {
4710             "geometry": [
4711                 "point",
4712                 "vertex",
4713                 "area"
4714             ],
4715             "tags": {
4716                 "historic": "ruins"
4717             },
4718             "name": "Ruins"
4719         },
4720         "historic/wayside_cross": {
4721             "geometry": [
4722                 "point",
4723                 "vertex",
4724                 "area"
4725             ],
4726             "tags": {
4727                 "historic": "wayside_cross"
4728             },
4729             "name": "Wayside Cross"
4730         },
4731         "historic/wayside_shrine": {
4732             "geometry": [
4733                 "point",
4734                 "vertex",
4735                 "area"
4736             ],
4737             "tags": {
4738                 "historic": "wayside_shrine"
4739             },
4740             "name": "Wayside Shrine"
4741         },
4742         "junction": {
4743             "geometry": [
4744                 "vertex",
4745                 "area"
4746             ],
4747             "tags": {
4748                 "junction": "yes"
4749             },
4750             "name": "Junction"
4751         },
4752         "landuse": {
4753             "fields": [
4754                 "landuse"
4755             ],
4756             "geometry": [
4757                 "area"
4758             ],
4759             "tags": {
4760                 "landuse": "*"
4761             },
4762             "name": "Land Use"
4763         },
4764         "landuse/allotments": {
4765             "geometry": [
4766                 "area"
4767             ],
4768             "tags": {
4769                 "landuse": "allotments"
4770             },
4771             "terms": [],
4772             "name": "Allotments"
4773         },
4774         "landuse/basin": {
4775             "geometry": [
4776                 "area"
4777             ],
4778             "tags": {
4779                 "landuse": "basin"
4780             },
4781             "terms": [],
4782             "name": "Basin"
4783         },
4784         "landuse/cemetery": {
4785             "icon": "cemetery",
4786             "fields": [
4787                 "religion",
4788                 "denomination"
4789             ],
4790             "geometry": [
4791                 "area"
4792             ],
4793             "tags": {
4794                 "landuse": "cemetery"
4795             },
4796             "terms": [],
4797             "name": "Cemetery"
4798         },
4799         "landuse/churchyard": {
4800             "fields": [
4801                 "religion",
4802                 "denomination"
4803             ],
4804             "geometry": [
4805                 "area"
4806             ],
4807             "tags": {
4808                 "landuse": "churchyard"
4809             },
4810             "terms": [],
4811             "name": "Churchyard"
4812         },
4813         "landuse/commercial": {
4814             "icon": "commercial",
4815             "geometry": [
4816                 "area"
4817             ],
4818             "tags": {
4819                 "landuse": "commercial"
4820             },
4821             "terms": [],
4822             "name": "Commercial Area"
4823         },
4824         "landuse/construction": {
4825             "fields": [
4826                 "construction",
4827                 "operator"
4828             ],
4829             "geometry": [
4830                 "area"
4831             ],
4832             "tags": {
4833                 "landuse": "construction"
4834             },
4835             "terms": [],
4836             "name": "Construction"
4837         },
4838         "landuse/farm": {
4839             "icon": "farm",
4840             "fields": [
4841                 "crop"
4842             ],
4843             "geometry": [
4844                 "point",
4845                 "area"
4846             ],
4847             "tags": {
4848                 "landuse": "farm"
4849             },
4850             "terms": [],
4851             "name": "Farmland",
4852             "searchable": false
4853         },
4854         "landuse/farmland": {
4855             "icon": "farm",
4856             "fields": [
4857                 "crop"
4858             ],
4859             "geometry": [
4860                 "area"
4861             ],
4862             "tags": {
4863                 "landuse": "farmland"
4864             },
4865             "terms": [],
4866             "name": "Farmland"
4867         },
4868         "landuse/farmyard": {
4869             "icon": "farm",
4870             "fields": [
4871                 "crop"
4872             ],
4873             "geometry": [
4874                 "area"
4875             ],
4876             "tags": {
4877                 "landuse": "farmyard"
4878             },
4879             "terms": [],
4880             "name": "Farmyard"
4881         },
4882         "landuse/forest": {
4883             "icon": "park2",
4884             "fields": [
4885                 "leaf_type",
4886                 "leaf_cycle"
4887             ],
4888             "geometry": [
4889                 "area"
4890             ],
4891             "tags": {
4892                 "landuse": "forest"
4893             },
4894             "terms": [
4895                 "tree"
4896             ],
4897             "name": "Forest"
4898         },
4899         "landuse/garages": {
4900             "geometry": [
4901                 "area"
4902             ],
4903             "tags": {
4904                 "landuse": "garages"
4905             },
4906             "terms": [],
4907             "name": "Garages"
4908         },
4909         "landuse/grass": {
4910             "geometry": [
4911                 "area"
4912             ],
4913             "tags": {
4914                 "landuse": "grass"
4915             },
4916             "terms": [],
4917             "name": "Grass"
4918         },
4919         "landuse/industrial": {
4920             "icon": "industrial",
4921             "geometry": [
4922                 "area"
4923             ],
4924             "tags": {
4925                 "landuse": "industrial"
4926             },
4927             "terms": [],
4928             "name": "Industrial Area"
4929         },
4930         "landuse/landfill": {
4931             "geometry": [
4932                 "area"
4933             ],
4934             "tags": {
4935                 "landuse": "landfill"
4936             },
4937             "terms": [
4938                 "dump"
4939             ],
4940             "name": "Landfill"
4941         },
4942         "landuse/meadow": {
4943             "geometry": [
4944                 "area"
4945             ],
4946             "tags": {
4947                 "landuse": "meadow"
4948             },
4949             "terms": [],
4950             "name": "Meadow"
4951         },
4952         "landuse/military": {
4953             "geometry": [
4954                 "area"
4955             ],
4956             "tags": {
4957                 "landuse": "military"
4958             },
4959             "terms": [],
4960             "name": "Military Area"
4961         },
4962         "landuse/orchard": {
4963             "icon": "park2",
4964             "fields": [
4965                 "trees"
4966             ],
4967             "geometry": [
4968                 "area"
4969             ],
4970             "tags": {
4971                 "landuse": "orchard"
4972             },
4973             "terms": [],
4974             "name": "Orchard"
4975         },
4976         "landuse/plant_nursery": {
4977             "icon": "garden",
4978             "fields": [
4979                 "name"
4980             ],
4981             "geometry": [
4982                 "point",
4983                 "area"
4984             ],
4985             "tags": {
4986                 "landuse": "plant_nursery"
4987             },
4988             "terms": [
4989                 "vivero"
4990             ],
4991             "name": "Plant Nursery"
4992         },
4993         "landuse/quarry": {
4994             "geometry": [
4995                 "area"
4996             ],
4997             "tags": {
4998                 "landuse": "quarry"
4999             },
5000             "terms": [],
5001             "name": "Quarry"
5002         },
5003         "landuse/residential": {
5004             "icon": "building",
5005             "geometry": [
5006                 "area"
5007             ],
5008             "tags": {
5009                 "landuse": "residential"
5010             },
5011             "terms": [],
5012             "name": "Residential Area"
5013         },
5014         "landuse/retail": {
5015             "icon": "shop",
5016             "geometry": [
5017                 "area"
5018             ],
5019             "tags": {
5020                 "landuse": "retail"
5021             },
5022             "name": "Retail Area"
5023         },
5024         "landuse/vineyard": {
5025             "geometry": [
5026                 "area"
5027             ],
5028             "tags": {
5029                 "landuse": "vineyard"
5030             },
5031             "terms": [],
5032             "name": "Vineyard"
5033         },
5034         "leisure": {
5035             "fields": [
5036                 "leisure"
5037             ],
5038             "geometry": [
5039                 "point",
5040                 "vertex",
5041                 "area"
5042             ],
5043             "tags": {
5044                 "leisure": "*"
5045             },
5046             "name": "Leisure"
5047         },
5048         "leisure/adult_gaming_centre": {
5049             "fields": [
5050                 "operator",
5051                 "address",
5052                 "building_area",
5053                 "opening_hours",
5054                 "smoking"
5055             ],
5056             "geometry": [
5057                 "point",
5058                 "area"
5059             ],
5060             "terms": [
5061                 "gambling",
5062                 "slot machine"
5063             ],
5064             "tags": {
5065                 "leisure": "adult_gaming_centre"
5066             },
5067             "name": "Adult Gaming Center"
5068         },
5069         "leisure/bowling_alley": {
5070             "fields": [
5071                 "operator",
5072                 "address",
5073                 "building_area",
5074                 "opening_hours",
5075                 "smoking"
5076             ],
5077             "geometry": [
5078                 "point",
5079                 "area"
5080             ],
5081             "terms": [],
5082             "tags": {
5083                 "leisure": "bowling_alley"
5084             },
5085             "name": "Bowling Alley"
5086         },
5087         "leisure/common": {
5088             "geometry": [
5089                 "point",
5090                 "area"
5091             ],
5092             "terms": [
5093                 "open space"
5094             ],
5095             "tags": {
5096                 "leisure": "common"
5097             },
5098             "name": "Common"
5099         },
5100         "leisure/dog_park": {
5101             "icon": "dog-park",
5102             "geometry": [
5103                 "point",
5104                 "area"
5105             ],
5106             "terms": [],
5107             "tags": {
5108                 "leisure": "dog_park"
5109             },
5110             "name": "Dog Park"
5111         },
5112         "leisure/firepit": {
5113             "geometry": [
5114                 "point",
5115                 "area"
5116             ],
5117             "tags": {
5118                 "leisure": "firepit"
5119             },
5120             "terms": [
5121                 "fireplace",
5122                 "campfire"
5123             ],
5124             "name": "Firepit"
5125         },
5126         "leisure/garden": {
5127             "icon": "garden",
5128             "geometry": [
5129                 "point",
5130                 "vertex",
5131                 "area"
5132             ],
5133             "tags": {
5134                 "leisure": "garden"
5135             },
5136             "name": "Garden"
5137         },
5138         "leisure/golf_course": {
5139             "icon": "golf",
5140             "fields": [
5141                 "operator",
5142                 "address",
5143                 "opening_hours"
5144             ],
5145             "geometry": [
5146                 "point",
5147                 "area"
5148             ],
5149             "terms": [
5150                 "links"
5151             ],
5152             "tags": {
5153                 "leisure": "golf_course"
5154             },
5155             "name": "Golf Course"
5156         },
5157         "leisure/ice_rink": {
5158             "icon": "pitch",
5159             "fields": [
5160                 "seasonal",
5161                 "sport_ice",
5162                 "operator",
5163                 "address",
5164                 "building_area",
5165                 "opening_hours"
5166             ],
5167             "geometry": [
5168                 "point",
5169                 "area"
5170             ],
5171             "terms": [
5172                 "hockey",
5173                 "skating",
5174                 "curling"
5175             ],
5176             "tags": {
5177                 "leisure": "ice_rink"
5178             },
5179             "name": "Ice Rink"
5180         },
5181         "leisure/marina": {
5182             "icon": "harbor",
5183             "fields": [
5184                 "operator",
5185                 "address",
5186                 "capacity",
5187                 "fee",
5188                 "sanitary_dump_station",
5189                 "power_supply",
5190                 "internet_access"
5191             ],
5192             "geometry": [
5193                 "point",
5194                 "vertex",
5195                 "area"
5196             ],
5197             "terms": [
5198                 "boat"
5199             ],
5200             "tags": {
5201                 "leisure": "marina"
5202             },
5203             "name": "Marina"
5204         },
5205         "leisure/nature_reserve": {
5206             "icon": "park",
5207             "geometry": [
5208                 "point",
5209                 "area"
5210             ],
5211             "tags": {
5212                 "leisure": "nature_reserve"
5213             },
5214             "terms": [
5215                 "protected",
5216                 "wildlife"
5217             ],
5218             "name": "Nature Reserve"
5219         },
5220         "leisure/park": {
5221             "icon": "park",
5222             "geometry": [
5223                 "point",
5224                 "area"
5225             ],
5226             "terms": [
5227                 "esplanade",
5228                 "estate",
5229                 "forest",
5230                 "garden",
5231                 "grass",
5232                 "green",
5233                 "grounds",
5234                 "lawn",
5235                 "lot",
5236                 "meadow",
5237                 "parkland",
5238                 "place",
5239                 "playground",
5240                 "plaza",
5241                 "pleasure garden",
5242                 "recreation area",
5243                 "square",
5244                 "tract",
5245                 "village green",
5246                 "woodland"
5247             ],
5248             "tags": {
5249                 "leisure": "park"
5250             },
5251             "name": "Park"
5252         },
5253         "leisure/picnic_table": {
5254             "geometry": [
5255                 "point"
5256             ],
5257             "tags": {
5258                 "leisure": "picnic_table"
5259             },
5260             "terms": [
5261                 "bench"
5262             ],
5263             "name": "Picnic Table"
5264         },
5265         "leisure/pitch": {
5266             "icon": "pitch",
5267             "fields": [
5268                 "sport",
5269                 "surface",
5270                 "lit"
5271             ],
5272             "geometry": [
5273                 "point",
5274                 "area"
5275             ],
5276             "tags": {
5277                 "leisure": "pitch"
5278             },
5279             "terms": [
5280                 "field"
5281             ],
5282             "name": "Sport Pitch"
5283         },
5284         "leisure/pitch/american_football": {
5285             "icon": "america-football",
5286             "fields": [
5287                 "surface",
5288                 "lit"
5289             ],
5290             "geometry": [
5291                 "point",
5292                 "area"
5293             ],
5294             "tags": {
5295                 "leisure": "pitch",
5296                 "sport": "american_football"
5297             },
5298             "terms": [],
5299             "name": "American Football Field"
5300         },
5301         "leisure/pitch/baseball": {
5302             "icon": "baseball",
5303             "fields": [
5304                 "lit"
5305             ],
5306             "geometry": [
5307                 "point",
5308                 "area"
5309             ],
5310             "tags": {
5311                 "leisure": "pitch",
5312                 "sport": "baseball"
5313             },
5314             "terms": [],
5315             "name": "Baseball Diamond"
5316         },
5317         "leisure/pitch/basketball": {
5318             "icon": "basketball",
5319             "fields": [
5320                 "surface",
5321                 "hoops",
5322                 "lit"
5323             ],
5324             "geometry": [
5325                 "point",
5326                 "area"
5327             ],
5328             "tags": {
5329                 "leisure": "pitch",
5330                 "sport": "basketball"
5331             },
5332             "terms": [],
5333             "name": "Basketball Court"
5334         },
5335         "leisure/pitch/skateboard": {
5336             "icon": "pitch",
5337             "fields": [
5338                 "surface",
5339                 "lit"
5340             ],
5341             "geometry": [
5342                 "point",
5343                 "area"
5344             ],
5345             "tags": {
5346                 "leisure": "pitch",
5347                 "sport": "skateboard"
5348             },
5349             "terms": [],
5350             "name": "Skate Park"
5351         },
5352         "leisure/pitch/soccer": {
5353             "icon": "soccer",
5354             "fields": [
5355                 "surface",
5356                 "lit"
5357             ],
5358             "geometry": [
5359                 "point",
5360                 "area"
5361             ],
5362             "tags": {
5363                 "leisure": "pitch",
5364                 "sport": "soccer"
5365             },
5366             "terms": [],
5367             "name": "Soccer Field"
5368         },
5369         "leisure/pitch/tennis": {
5370             "icon": "tennis",
5371             "fields": [
5372                 "surface",
5373                 "lit"
5374             ],
5375             "geometry": [
5376                 "point",
5377                 "area"
5378             ],
5379             "tags": {
5380                 "leisure": "pitch",
5381                 "sport": "tennis"
5382             },
5383             "terms": [],
5384             "name": "Tennis Court"
5385         },
5386         "leisure/pitch/volleyball": {
5387             "icon": "pitch",
5388             "fields": [
5389                 "surface",
5390                 "lit"
5391             ],
5392             "geometry": [
5393                 "point",
5394                 "area"
5395             ],
5396             "tags": {
5397                 "leisure": "pitch",
5398                 "sport": "volleyball"
5399             },
5400             "terms": [],
5401             "name": "Volleyball Court"
5402         },
5403         "leisure/playground": {
5404             "icon": "playground",
5405             "geometry": [
5406                 "point",
5407                 "area"
5408             ],
5409             "terms": [
5410                 "jungle gym",
5411                 "play area"
5412             ],
5413             "tags": {
5414                 "leisure": "playground"
5415             },
5416             "name": "Playground"
5417         },
5418         "leisure/running_track": {
5419             "icon": "pitch",
5420             "fields": [
5421                 "surface",
5422                 "sport_racing",
5423                 "lit",
5424                 "width",
5425                 "lanes"
5426             ],
5427             "geometry": [
5428                 "point",
5429                 "line"
5430             ],
5431             "tags": {
5432                 "leisure": "track",
5433                 "sport": "running"
5434             },
5435             "name": "Running Track"
5436         },
5437         "leisure/slipway": {
5438             "geometry": [
5439                 "point",
5440                 "line"
5441             ],
5442             "terms": [
5443                 "boat launch",
5444                 "boat ramp"
5445             ],
5446             "tags": {
5447                 "leisure": "slipway"
5448             },
5449             "name": "Slipway"
5450         },
5451         "leisure/sports_center": {
5452             "icon": "pitch",
5453             "fields": [
5454                 "sport",
5455                 "address",
5456                 "building_area",
5457                 "opening_hours"
5458             ],
5459             "geometry": [
5460                 "point",
5461                 "area"
5462             ],
5463             "tags": {
5464                 "leisure": "sports_centre"
5465             },
5466             "terms": [
5467                 "gym"
5468             ],
5469             "name": "Sports Center / Gym"
5470         },
5471         "leisure/stadium": {
5472             "icon": "pitch",
5473             "fields": [
5474                 "sport",
5475                 "address"
5476             ],
5477             "geometry": [
5478                 "point",
5479                 "area"
5480             ],
5481             "tags": {
5482                 "leisure": "stadium"
5483             },
5484             "name": "Stadium"
5485         },
5486         "leisure/swimming_pool": {
5487             "icon": "swimming",
5488             "fields": [
5489                 "access_simple",
5490                 "operator",
5491                 "address"
5492             ],
5493             "geometry": [
5494                 "point",
5495                 "vertex",
5496                 "area"
5497             ],
5498             "tags": {
5499                 "leisure": "swimming_pool"
5500             },
5501             "name": "Swimming Pool"
5502         },
5503         "leisure/track": {
5504             "icon": "highway-road",
5505             "fields": [
5506                 "surface",
5507                 "sport_racing",
5508                 "lit",
5509                 "width",
5510                 "lanes"
5511             ],
5512             "geometry": [
5513                 "point",
5514                 "line"
5515             ],
5516             "tags": {
5517                 "leisure": "track"
5518             },
5519             "name": "Racetrack (non-Motorsport)"
5520         },
5521         "line": {
5522             "name": "Line",
5523             "tags": {},
5524             "geometry": [
5525                 "line"
5526             ],
5527             "matchScore": 0.1
5528         },
5529         "man_made": {
5530             "fields": [
5531                 "man_made"
5532             ],
5533             "geometry": [
5534                 "point",
5535                 "vertex",
5536                 "line",
5537                 "area"
5538             ],
5539             "tags": {
5540                 "man_made": "*"
5541             },
5542             "name": "Man Made"
5543         },
5544         "man_made/adit": {
5545             "geometry": [
5546                 "point",
5547                 "area"
5548             ],
5549             "fields": [
5550                 "operator"
5551             ],
5552             "terms": [
5553                 "entrance",
5554                 "underground",
5555                 "mine",
5556                 "cave"
5557             ],
5558             "tags": {
5559                 "man_made": "adit"
5560             },
5561             "name": "Adit"
5562         },
5563         "man_made/breakwater": {
5564             "geometry": [
5565                 "line",
5566                 "area"
5567             ],
5568             "tags": {
5569                 "man_made": "breakwater"
5570             },
5571             "name": "Breakwater"
5572         },
5573         "man_made/cutline": {
5574             "geometry": [
5575                 "line"
5576             ],
5577             "tags": {
5578                 "man_made": "cutline"
5579             },
5580             "name": "Cut line"
5581         },
5582         "man_made/embankment": {
5583             "geometry": [
5584                 "line"
5585             ],
5586             "tags": {
5587                 "man_made": "embankment"
5588             },
5589             "name": "Embankment",
5590             "searchable": false
5591         },
5592         "man_made/flagpole": {
5593             "geometry": [
5594                 "point"
5595             ],
5596             "tags": {
5597                 "man_made": "flagpole"
5598             },
5599             "name": "Flagpole",
5600             "icon": "embassy"
5601         },
5602         "man_made/lighthouse": {
5603             "icon": "lighthouse",
5604             "fields": [
5605                 "building_area"
5606             ],
5607             "geometry": [
5608                 "point",
5609                 "area"
5610             ],
5611             "tags": {
5612                 "man_made": "lighthouse"
5613             },
5614             "name": "Lighthouse"
5615         },
5616         "man_made/mast": {
5617             "geometry": [
5618                 "point"
5619             ],
5620             "terms": [
5621                 "broadcast tower",
5622                 "cell phone tower",
5623                 "cell tower",
5624                 "guyed tower",
5625                 "mobile phone tower",
5626                 "radio tower",
5627                 "television tower",
5628                 "transmission mast",
5629                 "transmission tower",
5630                 "tv tower"
5631             ],
5632             "tags": {
5633                 "man_made": "mast"
5634             },
5635             "name": "Radio Mast"
5636         },
5637         "man_made/observation": {
5638             "geometry": [
5639                 "point",
5640                 "area"
5641             ],
5642             "terms": [
5643                 "lookout tower",
5644                 "fire tower"
5645             ],
5646             "tags": {
5647                 "man_made": "tower",
5648                 "tower:type": "observation"
5649             },
5650             "name": "Observation Tower"
5651         },
5652         "man_made/petroleum_well": {
5653             "geometry": [
5654                 "point"
5655             ],
5656             "terms": [
5657                 "drilling rig",
5658                 "oil derrick",
5659                 "oil drill",
5660                 "oil horse",
5661                 "oil rig",
5662                 "oil pump",
5663                 "petroleum well",
5664                 "pumpjack"
5665             ],
5666             "tags": {
5667                 "man_made": "petroleum_well"
5668             },
5669             "name": "Oil Well"
5670         },
5671         "man_made/pier": {
5672             "geometry": [
5673                 "line",
5674                 "area"
5675             ],
5676             "tags": {
5677                 "man_made": "pier"
5678             },
5679             "name": "Pier"
5680         },
5681         "man_made/pipeline": {
5682             "icon": "pipeline",
5683             "fields": [
5684                 "location",
5685                 "operator"
5686             ],
5687             "geometry": [
5688                 "line"
5689             ],
5690             "tags": {
5691                 "man_made": "pipeline"
5692             },
5693             "name": "Pipeline"
5694         },
5695         "man_made/silo": {
5696             "fields": [
5697                 "building_area",
5698                 "crop"
5699             ],
5700             "geometry": [
5701                 "point",
5702                 "area"
5703             ],
5704             "terms": [
5705                 "grain",
5706                 "corn",
5707                 "wheat"
5708             ],
5709             "tags": {
5710                 "man_made": "silo"
5711             },
5712             "name": "Silo"
5713         },
5714         "man_made/storage_tank": {
5715             "fields": [
5716                 "building_area",
5717                 "content"
5718             ],
5719             "geometry": [
5720                 "point",
5721                 "area"
5722             ],
5723             "terms": [
5724                 "water",
5725                 "oil",
5726                 "gas",
5727                 "petrol"
5728             ],
5729             "tags": {
5730                 "man_made": "storage_tank"
5731             },
5732             "name": "Storage Tank"
5733         },
5734         "man_made/survey_point": {
5735             "icon": "monument",
5736             "fields": [
5737                 "ref"
5738             ],
5739             "geometry": [
5740                 "point",
5741                 "vertex"
5742             ],
5743             "tags": {
5744                 "man_made": "survey_point"
5745             },
5746             "name": "Survey Point"
5747         },
5748         "man_made/tower": {
5749             "fields": [
5750                 "towertype"
5751             ],
5752             "geometry": [
5753                 "point",
5754                 "area"
5755             ],
5756             "tags": {
5757                 "man_made": "tower"
5758             },
5759             "name": "Tower"
5760         },
5761         "man_made/wastewater_plant": {
5762             "icon": "water",
5763             "fields": [
5764                 "operator",
5765                 "address"
5766             ],
5767             "geometry": [
5768                 "point",
5769                 "area"
5770             ],
5771             "terms": [
5772                 "sewage*",
5773                 "water treatment plant",
5774                 "reclamation plant"
5775             ],
5776             "tags": {
5777                 "man_made": "wastewater_plant"
5778             },
5779             "name": "Wastewater Plant"
5780         },
5781         "man_made/water_tower": {
5782             "icon": "water",
5783             "fields": [
5784                 "operator"
5785             ],
5786             "geometry": [
5787                 "point",
5788                 "area"
5789             ],
5790             "tags": {
5791                 "man_made": "water_tower"
5792             },
5793             "name": "Water Tower"
5794         },
5795         "man_made/water_well": {
5796             "fields": [
5797                 "operator"
5798             ],
5799             "geometry": [
5800                 "point",
5801                 "area"
5802             ],
5803             "tags": {
5804                 "man_made": "water_well"
5805             },
5806             "name": "Water Well"
5807         },
5808         "man_made/water_works": {
5809             "icon": "water",
5810             "fields": [
5811                 "operator",
5812                 "address"
5813             ],
5814             "geometry": [
5815                 "point",
5816                 "area"
5817             ],
5818             "tags": {
5819                 "man_made": "water_works"
5820             },
5821             "name": "Water Works"
5822         },
5823         "military/airfield": {
5824             "icon": "airfield",
5825             "geometry": [
5826                 "point",
5827                 "vertex",
5828                 "area"
5829             ],
5830             "terms": [],
5831             "tags": {
5832                 "military": "airfield"
5833             },
5834             "name": "Airfield"
5835         },
5836         "military/barracks": {
5837             "geometry": [
5838                 "point",
5839                 "vertex",
5840                 "area"
5841             ],
5842             "terms": [],
5843             "tags": {
5844                 "military": "barracks"
5845             },
5846             "name": "Barracks"
5847         },
5848         "military/bunker": {
5849             "geometry": [
5850                 "point",
5851                 "vertex",
5852                 "area"
5853             ],
5854             "terms": [],
5855             "tags": {
5856                 "military": "bunker"
5857             },
5858             "name": "Bunker"
5859         },
5860         "military/range": {
5861             "geometry": [
5862                 "point",
5863                 "vertex",
5864                 "area"
5865             ],
5866             "terms": [],
5867             "tags": {
5868                 "military": "range"
5869             },
5870             "name": "Military Range"
5871         },
5872         "natural": {
5873             "fields": [
5874                 "natural"
5875             ],
5876             "geometry": [
5877                 "point",
5878                 "vertex",
5879                 "area"
5880             ],
5881             "tags": {
5882                 "natural": "*"
5883             },
5884             "name": "Natural"
5885         },
5886         "natural/bay": {
5887             "geometry": [
5888                 "point",
5889                 "area"
5890             ],
5891             "terms": [],
5892             "tags": {
5893                 "natural": "bay"
5894             },
5895             "name": "Bay"
5896         },
5897         "natural/beach": {
5898             "fields": [
5899                 "surface"
5900             ],
5901             "geometry": [
5902                 "point",
5903                 "area"
5904             ],
5905             "terms": [],
5906             "tags": {
5907                 "natural": "beach"
5908             },
5909             "name": "Beach"
5910         },
5911         "natural/cave_entrance": {
5912             "geometry": [
5913                 "point",
5914                 "area"
5915             ],
5916             "fields": [
5917                 "fee",
5918                 "access_simple"
5919             ],
5920             "terms": [
5921                 "cavern",
5922                 "hollow",
5923                 "grotto",
5924                 "shelter",
5925                 "cavity"
5926             ],
5927             "tags": {
5928                 "natural": "cave_entrance"
5929             },
5930             "name": "Cave Entrance"
5931         },
5932         "natural/cliff": {
5933             "geometry": [
5934                 "point",
5935                 "vertex",
5936                 "line",
5937                 "area"
5938             ],
5939             "terms": [],
5940             "tags": {
5941                 "natural": "cliff"
5942             },
5943             "name": "Cliff"
5944         },
5945         "natural/coastline": {
5946             "geometry": [
5947                 "line"
5948             ],
5949             "terms": [
5950                 "shore"
5951             ],
5952             "tags": {
5953                 "natural": "coastline"
5954             },
5955             "name": "Coastline"
5956         },
5957         "natural/fell": {
5958             "geometry": [
5959                 "area"
5960             ],
5961             "terms": [],
5962             "tags": {
5963                 "natural": "fell"
5964             },
5965             "name": "Fell"
5966         },
5967         "natural/glacier": {
5968             "geometry": [
5969                 "area"
5970             ],
5971             "terms": [],
5972             "tags": {
5973                 "natural": "glacier"
5974             },
5975             "name": "Glacier"
5976         },
5977         "natural/grassland": {
5978             "geometry": [
5979                 "point",
5980                 "area"
5981             ],
5982             "terms": [],
5983             "tags": {
5984                 "natural": "grassland"
5985             },
5986             "name": "Grassland"
5987         },
5988         "natural/heath": {
5989             "geometry": [
5990                 "area"
5991             ],
5992             "terms": [],
5993             "tags": {
5994                 "natural": "heath"
5995             },
5996             "name": "Heath"
5997         },
5998         "natural/peak": {
5999             "icon": "triangle",
6000             "fields": [
6001                 "elevation"
6002             ],
6003             "geometry": [
6004                 "point",
6005                 "vertex"
6006             ],
6007             "tags": {
6008                 "natural": "peak"
6009             },
6010             "terms": [
6011                 "acme",
6012                 "aiguille",
6013                 "alp",
6014                 "climax",
6015                 "crest",
6016                 "crown",
6017                 "hill",
6018                 "mount",
6019                 "mountain",
6020                 "pinnacle",
6021                 "summit",
6022                 "tip",
6023                 "top"
6024             ],
6025             "name": "Peak"
6026         },
6027         "natural/saddle": {
6028             "icon": "triangle-stroked",
6029             "fields": [
6030                 "elevation"
6031             ],
6032             "geometry": [
6033                 "point",
6034                 "vertex"
6035             ],
6036             "tags": {
6037                 "natural": "saddle"
6038             },
6039             "terms": [
6040                 "pass",
6041                 "mountain pass",
6042                 "top"
6043             ],
6044             "name": "Saddle"
6045         },
6046         "natural/scree": {
6047             "geometry": [
6048                 "area"
6049             ],
6050             "tags": {
6051                 "natural": "scree"
6052             },
6053             "terms": [
6054                 "loose rocks"
6055             ],
6056             "name": "Scree"
6057         },
6058         "natural/scrub": {
6059             "geometry": [
6060                 "area"
6061             ],
6062             "tags": {
6063                 "natural": "scrub"
6064             },
6065             "terms": [
6066                 "bush",
6067                 "shrubs"
6068             ],
6069             "name": "Scrub"
6070         },
6071         "natural/spring": {
6072             "geometry": [
6073                 "point",
6074                 "vertex"
6075             ],
6076             "terms": [],
6077             "tags": {
6078                 "natural": "spring"
6079             },
6080             "name": "Spring"
6081         },
6082         "natural/tree": {
6083             "fields": [
6084                 "leaf_type_singular",
6085                 "leaf_cycle_singular",
6086                 "denotation"
6087             ],
6088             "icon": "park",
6089             "geometry": [
6090                 "point",
6091                 "vertex"
6092             ],
6093             "terms": [],
6094             "tags": {
6095                 "natural": "tree"
6096             },
6097             "name": "Tree"
6098         },
6099         "natural/tree_row": {
6100             "fields": [
6101                 "leaf_type",
6102                 "leaf_cycle",
6103                 "denotation"
6104             ],
6105             "icon": "park",
6106             "geometry": [
6107                 "line"
6108             ],
6109             "terms": [],
6110             "tags": {
6111                 "natural": "tree_row"
6112             },
6113             "name": "Tree row"
6114         },
6115         "natural/volcano": {
6116             "icon": "triangle",
6117             "fields": [
6118                 "elevation"
6119             ],
6120             "geometry": [
6121                 "point",
6122                 "vertex"
6123             ],
6124             "tags": {
6125                 "natural": "volcano"
6126             },
6127             "terms": [
6128                 "mountain",
6129                 "crater"
6130             ],
6131             "name": "Volcano"
6132         },
6133         "natural/water": {
6134             "fields": [
6135                 "water"
6136             ],
6137             "geometry": [
6138                 "area"
6139             ],
6140             "tags": {
6141                 "natural": "water"
6142             },
6143             "icon": "water",
6144             "name": "Water"
6145         },
6146         "natural/water/lake": {
6147             "geometry": [
6148                 "area"
6149             ],
6150             "tags": {
6151                 "natural": "water",
6152                 "water": "lake"
6153             },
6154             "terms": [
6155                 "lakelet",
6156                 "loch",
6157                 "mere"
6158             ],
6159             "icon": "water",
6160             "name": "Lake"
6161         },
6162         "natural/water/pond": {
6163             "geometry": [
6164                 "area"
6165             ],
6166             "tags": {
6167                 "natural": "water",
6168                 "water": "pond"
6169             },
6170             "terms": [
6171                 "lakelet",
6172                 "millpond",
6173                 "tarn",
6174                 "pool",
6175                 "mere"
6176             ],
6177             "icon": "water",
6178             "name": "Pond"
6179         },
6180         "natural/water/reservoir": {
6181             "geometry": [
6182                 "area"
6183             ],
6184             "tags": {
6185                 "natural": "water",
6186                 "water": "reservoir"
6187             },
6188             "icon": "water",
6189             "name": "Reservoir"
6190         },
6191         "natural/wetland": {
6192             "icon": "wetland",
6193             "fields": [
6194                 "wetland"
6195             ],
6196             "geometry": [
6197                 "point",
6198                 "area"
6199             ],
6200             "tags": {
6201                 "natural": "wetland"
6202             },
6203             "terms": [],
6204             "name": "Wetland"
6205         },
6206         "natural/wood": {
6207             "icon": "park2",
6208             "fields": [
6209                 "leaf_type",
6210                 "leaf_cycle"
6211             ],
6212             "geometry": [
6213                 "point",
6214                 "area"
6215             ],
6216             "tags": {
6217                 "natural": "wood"
6218             },
6219             "terms": [
6220                 "tree"
6221             ],
6222             "name": "Wood"
6223         },
6224         "office": {
6225             "icon": "commercial",
6226             "fields": [
6227                 "office",
6228                 "address",
6229                 "building_area",
6230                 "opening_hours",
6231                 "smoking"
6232             ],
6233             "geometry": [
6234                 "point",
6235                 "vertex",
6236                 "area"
6237             ],
6238             "tags": {
6239                 "office": "*"
6240             },
6241             "terms": [],
6242             "name": "Office"
6243         },
6244         "office/accountant": {
6245             "icon": "commercial",
6246             "fields": [
6247                 "address",
6248                 "building_area",
6249                 "opening_hours"
6250             ],
6251             "geometry": [
6252                 "point",
6253                 "vertex",
6254                 "area"
6255             ],
6256             "tags": {
6257                 "office": "accountant"
6258             },
6259             "terms": [],
6260             "name": "Accountant"
6261         },
6262         "office/administrative": {
6263             "icon": "commercial",
6264             "fields": [
6265                 "address",
6266                 "building_area",
6267                 "opening_hours"
6268             ],
6269             "geometry": [
6270                 "point",
6271                 "vertex",
6272                 "area"
6273             ],
6274             "tags": {
6275                 "office": "administrative"
6276             },
6277             "terms": [],
6278             "name": "Administrative Office"
6279         },
6280         "office/architect": {
6281             "icon": "commercial",
6282             "fields": [
6283                 "address",
6284                 "building_area",
6285                 "opening_hours"
6286             ],
6287             "geometry": [
6288                 "point",
6289                 "vertex",
6290                 "area"
6291             ],
6292             "tags": {
6293                 "office": "architect"
6294             },
6295             "terms": [],
6296             "name": "Architect"
6297         },
6298         "office/company": {
6299             "icon": "commercial",
6300             "fields": [
6301                 "address",
6302                 "building_area",
6303                 "opening_hours",
6304                 "smoking"
6305             ],
6306             "geometry": [
6307                 "point",
6308                 "vertex",
6309                 "area"
6310             ],
6311             "tags": {
6312                 "office": "company"
6313             },
6314             "terms": [],
6315             "name": "Company Office"
6316         },
6317         "office/educational_institution": {
6318             "icon": "commercial",
6319             "fields": [
6320                 "address",
6321                 "building_area",
6322                 "opening_hours"
6323             ],
6324             "geometry": [
6325                 "point",
6326                 "vertex",
6327                 "area"
6328             ],
6329             "tags": {
6330                 "office": "educational_institution"
6331             },
6332             "terms": [],
6333             "name": "Educational Institution"
6334         },
6335         "office/employment_agency": {
6336             "icon": "commercial",
6337             "fields": [
6338                 "address",
6339                 "building_area",
6340                 "opening_hours"
6341             ],
6342             "geometry": [
6343                 "point",
6344                 "vertex",
6345                 "area"
6346             ],
6347             "tags": {
6348                 "office": "employment_agency"
6349             },
6350             "terms": [
6351                 "job"
6352             ],
6353             "name": "Employment Agency"
6354         },
6355         "office/estate_agent": {
6356             "icon": "commercial",
6357             "fields": [
6358                 "address",
6359                 "building_area",
6360                 "opening_hours"
6361             ],
6362             "geometry": [
6363                 "point",
6364                 "vertex",
6365                 "area"
6366             ],
6367             "tags": {
6368                 "office": "estate_agent"
6369             },
6370             "terms": [],
6371             "name": "Real Estate Office"
6372         },
6373         "office/financial": {
6374             "icon": "commercial",
6375             "fields": [
6376                 "address",
6377                 "building_area",
6378                 "opening_hours"
6379             ],
6380             "geometry": [
6381                 "point",
6382                 "vertex",
6383                 "area"
6384             ],
6385             "tags": {
6386                 "office": "financial"
6387             },
6388             "terms": [],
6389             "name": "Financial Office"
6390         },
6391         "office/government": {
6392             "icon": "commercial",
6393             "fields": [
6394                 "address",
6395                 "building_area",
6396                 "opening_hours"
6397             ],
6398             "geometry": [
6399                 "point",
6400                 "vertex",
6401                 "area"
6402             ],
6403             "tags": {
6404                 "office": "government"
6405             },
6406             "terms": [],
6407             "name": "Government Office"
6408         },
6409         "office/insurance": {
6410             "icon": "commercial",
6411             "fields": [
6412                 "address",
6413                 "building_area",
6414                 "opening_hours"
6415             ],
6416             "geometry": [
6417                 "point",
6418                 "vertex",
6419                 "area"
6420             ],
6421             "tags": {
6422                 "office": "insurance"
6423             },
6424             "terms": [],
6425             "name": "Insurance Office"
6426         },
6427         "office/it": {
6428             "icon": "commercial",
6429             "fields": [
6430                 "address",
6431                 "building_area",
6432                 "opening_hours"
6433             ],
6434             "geometry": [
6435                 "point",
6436                 "vertex",
6437                 "area"
6438             ],
6439             "tags": {
6440                 "office": "it"
6441             },
6442             "terms": [],
6443             "name": "IT Office"
6444         },
6445         "office/lawyer": {
6446             "icon": "commercial",
6447             "fields": [
6448                 "address",
6449                 "building_area",
6450                 "opening_hours"
6451             ],
6452             "geometry": [
6453                 "point",
6454                 "vertex",
6455                 "area"
6456             ],
6457             "tags": {
6458                 "office": "lawyer"
6459             },
6460             "terms": [],
6461             "name": "Law Office"
6462         },
6463         "office/newspaper": {
6464             "icon": "commercial",
6465             "fields": [
6466                 "address",
6467                 "building_area",
6468                 "opening_hours"
6469             ],
6470             "geometry": [
6471                 "point",
6472                 "vertex",
6473                 "area"
6474             ],
6475             "tags": {
6476                 "office": "newspaper"
6477             },
6478             "terms": [],
6479             "name": "Newspaper"
6480         },
6481         "office/ngo": {
6482             "icon": "commercial",
6483             "fields": [
6484                 "address",
6485                 "building_area",
6486                 "opening_hours",
6487                 "smoking"
6488             ],
6489             "geometry": [
6490                 "point",
6491                 "vertex",
6492                 "area"
6493             ],
6494             "tags": {
6495                 "office": "ngo"
6496             },
6497             "terms": [],
6498             "name": "NGO Office"
6499         },
6500         "office/physician": {
6501             "icon": "commercial",
6502             "fields": [
6503                 "address",
6504                 "building_area",
6505                 "opening_hours"
6506             ],
6507             "geometry": [
6508                 "point",
6509                 "vertex",
6510                 "area"
6511             ],
6512             "tags": {
6513                 "office": "physician"
6514             },
6515             "terms": [],
6516             "name": "Physician"
6517         },
6518         "office/political_party": {
6519             "icon": "commercial",
6520             "fields": [
6521                 "address",
6522                 "building_area",
6523                 "opening_hours"
6524             ],
6525             "geometry": [
6526                 "point",
6527                 "vertex",
6528                 "area"
6529             ],
6530             "tags": {
6531                 "office": "political_party"
6532             },
6533             "terms": [],
6534             "name": "Political Party"
6535         },
6536         "office/research": {
6537             "icon": "commercial",
6538             "fields": [
6539                 "address",
6540                 "building_area",
6541                 "opening_hours"
6542             ],
6543             "geometry": [
6544                 "point",
6545                 "vertex",
6546                 "area"
6547             ],
6548             "tags": {
6549                 "office": "research"
6550             },
6551             "terms": [],
6552             "name": "Research Office"
6553         },
6554         "office/telecommunication": {
6555             "icon": "commercial",
6556             "fields": [
6557                 "address",
6558                 "building_area",
6559                 "opening_hours"
6560             ],
6561             "geometry": [
6562                 "point",
6563                 "vertex",
6564                 "area"
6565             ],
6566             "tags": {
6567                 "office": "telecommunication"
6568             },
6569             "terms": [],
6570             "name": "Telecom Office"
6571         },
6572         "office/therapist": {
6573             "icon": "commercial",
6574             "fields": [
6575                 "address",
6576                 "building_area",
6577                 "opening_hours"
6578             ],
6579             "geometry": [
6580                 "point",
6581                 "vertex",
6582                 "area"
6583             ],
6584             "tags": {
6585                 "office": "therapist"
6586             },
6587             "terms": [],
6588             "name": "Therapist"
6589         },
6590         "office/travel_agent": {
6591             "icon": "suitcase",
6592             "fields": [
6593                 "address",
6594                 "building_area",
6595                 "opening_hours"
6596             ],
6597             "geometry": [
6598                 "point",
6599                 "vertex",
6600                 "area"
6601             ],
6602             "tags": {
6603                 "office": "travel_agent"
6604             },
6605             "terms": [],
6606             "name": "Travel Agency",
6607             "searchable": false
6608         },
6609         "piste": {
6610             "icon": "skiing",
6611             "fields": [
6612                 "piste/type",
6613                 "piste/difficulty",
6614                 "piste/grooming",
6615                 "oneway",
6616                 "lit"
6617             ],
6618             "geometry": [
6619                 "point",
6620                 "line",
6621                 "area"
6622             ],
6623             "terms": [
6624                 "ski",
6625                 "sled",
6626                 "sleigh",
6627                 "snowboard",
6628                 "nordic",
6629                 "downhill",
6630                 "snowmobile"
6631             ],
6632             "tags": {
6633                 "piste:type": "*"
6634             },
6635             "name": "Piste/Ski Trail"
6636         },
6637         "place": {
6638             "fields": [
6639                 "place"
6640             ],
6641             "geometry": [
6642                 "point",
6643                 "vertex",
6644                 "area"
6645             ],
6646             "tags": {
6647                 "place": "*"
6648             },
6649             "searchable": false,
6650             "name": "Place"
6651         },
6652         "place/city": {
6653             "icon": "city",
6654             "fields": [
6655                 "population"
6656             ],
6657             "geometry": [
6658                 "point",
6659                 "area"
6660             ],
6661             "tags": {
6662                 "place": "city"
6663             },
6664             "name": "City"
6665         },
6666         "place/farm": {
6667             "icon": "farm",
6668             "geometry": [
6669                 "point",
6670                 "area"
6671             ],
6672             "tags": {
6673                 "place": "farm"
6674             },
6675             "name": "Farm"
6676         },
6677         "place/hamlet": {
6678             "icon": "triangle-stroked",
6679             "fields": [
6680                 "population"
6681             ],
6682             "geometry": [
6683                 "point",
6684                 "area"
6685             ],
6686             "tags": {
6687                 "place": "hamlet"
6688             },
6689             "name": "Hamlet"
6690         },
6691         "place/island": {
6692             "geometry": [
6693                 "point",
6694                 "area"
6695             ],
6696             "terms": [
6697                 "archipelago",
6698                 "atoll",
6699                 "bar",
6700                 "cay",
6701                 "isle",
6702                 "islet",
6703                 "key",
6704                 "reef"
6705             ],
6706             "tags": {
6707                 "place": "island"
6708             },
6709             "name": "Island"
6710         },
6711         "place/isolated_dwelling": {
6712             "geometry": [
6713                 "point",
6714                 "area"
6715             ],
6716             "tags": {
6717                 "place": "isolated_dwelling"
6718             },
6719             "name": "Isolated Dwelling"
6720         },
6721         "place/locality": {
6722             "icon": "marker",
6723             "fields": [
6724                 "population"
6725             ],
6726             "geometry": [
6727                 "point",
6728                 "area"
6729             ],
6730             "tags": {
6731                 "place": "locality"
6732             },
6733             "name": "Locality"
6734         },
6735         "place/neighbourhood": {
6736             "icon": "triangle-stroked",
6737             "fields": [
6738                 "population"
6739             ],
6740             "geometry": [
6741                 "point",
6742                 "area"
6743             ],
6744             "tags": {
6745                 "place": "neighbourhood"
6746             },
6747             "terms": [
6748                 "neighbourhood"
6749             ],
6750             "name": "Neighborhood"
6751         },
6752         "place/suburb": {
6753             "icon": "triangle-stroked",
6754             "fields": [
6755                 "population"
6756             ],
6757             "geometry": [
6758                 "point",
6759                 "area"
6760             ],
6761             "tags": {
6762                 "place": "suburb"
6763             },
6764             "terms": [
6765                 "Boro",
6766                 "Quarter"
6767             ],
6768             "name": "Borough"
6769         },
6770         "place/town": {
6771             "icon": "town",
6772             "fields": [
6773                 "population"
6774             ],
6775             "geometry": [
6776                 "point",
6777                 "area"
6778             ],
6779             "tags": {
6780                 "place": "town"
6781             },
6782             "name": "Town"
6783         },
6784         "place/village": {
6785             "icon": "village",
6786             "fields": [
6787                 "population"
6788             ],
6789             "geometry": [
6790                 "point",
6791                 "area"
6792             ],
6793             "tags": {
6794                 "place": "village"
6795             },
6796             "name": "Village"
6797         },
6798         "point": {
6799             "name": "Point",
6800             "tags": {},
6801             "geometry": [
6802                 "point"
6803             ],
6804             "matchScore": 0.1
6805         },
6806         "power": {
6807             "geometry": [
6808                 "point",
6809                 "vertex",
6810                 "line",
6811                 "area"
6812             ],
6813             "tags": {
6814                 "power": "*"
6815             },
6816             "fields": [
6817                 "power"
6818             ],
6819             "searchable": false,
6820             "name": "Power"
6821         },
6822         "power/generator": {
6823             "fields": [
6824                 "operator",
6825                 "generator/source",
6826                 "generator/method",
6827                 "generator/type"
6828             ],
6829             "geometry": [
6830                 "point",
6831                 "vertex",
6832                 "area"
6833             ],
6834             "tags": {
6835                 "power": "generator"
6836             },
6837             "name": "Power Generator"
6838         },
6839         "power/line": {
6840             "geometry": [
6841                 "line"
6842             ],
6843             "tags": {
6844                 "power": "line"
6845             },
6846             "name": "Power Line",
6847             "icon": "power-line"
6848         },
6849         "power/minor_line": {
6850             "geometry": [
6851                 "line"
6852             ],
6853             "tags": {
6854                 "power": "minor_line"
6855             },
6856             "name": "Minor Power Line",
6857             "icon": "power-line"
6858         },
6859         "power/pole": {
6860             "geometry": [
6861                 "vertex"
6862             ],
6863             "tags": {
6864                 "power": "pole"
6865             },
6866             "name": "Power Pole"
6867         },
6868         "power/sub_station": {
6869             "fields": [
6870                 "substation",
6871                 "operator",
6872                 "building"
6873             ],
6874             "geometry": [
6875                 "point",
6876                 "area"
6877             ],
6878             "tags": {
6879                 "power": "sub_station"
6880             },
6881             "name": "Substation",
6882             "searchable": false
6883         },
6884         "power/substation": {
6885             "fields": [
6886                 "substation",
6887                 "operator",
6888                 "building"
6889             ],
6890             "geometry": [
6891                 "point",
6892                 "area"
6893             ],
6894             "tags": {
6895                 "power": "substation"
6896             },
6897             "name": "Substation"
6898         },
6899         "power/tower": {
6900             "geometry": [
6901                 "vertex"
6902             ],
6903             "tags": {
6904                 "power": "tower"
6905             },
6906             "name": "High-Voltage Tower"
6907         },
6908         "power/transformer": {
6909             "geometry": [
6910                 "point",
6911                 "vertex",
6912                 "area"
6913             ],
6914             "tags": {
6915                 "power": "transformer"
6916             },
6917             "name": "Transformer"
6918         },
6919         "public_transport/platform": {
6920             "fields": [
6921                 "ref",
6922                 "network",
6923                 "operator",
6924                 "shelter"
6925             ],
6926             "geometry": [
6927                 "point",
6928                 "vertex",
6929                 "line",
6930                 "area"
6931             ],
6932             "tags": {
6933                 "public_transport": "platform"
6934             },
6935             "name": "Platform"
6936         },
6937         "public_transport/stop_position": {
6938             "icon": "bus",
6939             "fields": [
6940                 "ref",
6941                 "network",
6942                 "operator"
6943             ],
6944             "geometry": [
6945                 "vertex"
6946             ],
6947             "tags": {
6948                 "public_transport": "stop_position"
6949             },
6950             "name": "Stop Position"
6951         },
6952         "railway": {
6953             "fields": [
6954                 "railway"
6955             ],
6956             "geometry": [
6957                 "point",
6958                 "vertex",
6959                 "line",
6960                 "area"
6961             ],
6962             "tags": {
6963                 "railway": "*"
6964             },
6965             "searchable": false,
6966             "name": "Railway"
6967         },
6968         "railway/abandoned": {
6969             "icon": "railway-abandoned",
6970             "geometry": [
6971                 "line"
6972             ],
6973             "tags": {
6974                 "railway": "abandoned"
6975             },
6976             "fields": [
6977                 "structure",
6978                 "service_rail"
6979             ],
6980             "terms": [],
6981             "name": "Abandoned Railway"
6982         },
6983         "railway/disused": {
6984             "icon": "railway-disused",
6985             "geometry": [
6986                 "line"
6987             ],
6988             "tags": {
6989                 "railway": "disused"
6990             },
6991             "fields": [
6992                 "structure",
6993                 "service_rail"
6994             ],
6995             "terms": [],
6996             "name": "Disused Railway"
6997         },
6998         "railway/funicular": {
6999             "geometry": [
7000                 "line"
7001             ],
7002             "terms": [
7003                 "venicular",
7004                 "cliff railway",
7005                 "cable car",
7006                 "cable railway",
7007                 "funicular railway"
7008             ],
7009             "fields": [
7010                 "structure",
7011                 "gauge",
7012                 "service_rail"
7013             ],
7014             "tags": {
7015                 "railway": "funicular"
7016             },
7017             "icon": "railway-rail",
7018             "name": "Funicular"
7019         },
7020         "railway/halt": {
7021             "icon": "rail",
7022             "geometry": [
7023                 "point",
7024                 "vertex"
7025             ],
7026             "tags": {
7027                 "railway": "halt"
7028             },
7029             "name": "Railway Halt",
7030             "terms": [
7031                 "break",
7032                 "interrupt",
7033                 "rest",
7034                 "wait",
7035                 "interruption"
7036             ]
7037         },
7038         "railway/level_crossing": {
7039             "icon": "cross",
7040             "geometry": [
7041                 "vertex"
7042             ],
7043             "tags": {
7044                 "railway": "level_crossing"
7045             },
7046             "terms": [
7047                 "crossing",
7048                 "railroad crossing",
7049                 "level crossing",
7050                 "grade crossing",
7051                 "road through railroad",
7052                 "train crossing"
7053             ],
7054             "name": "Railway Crossing"
7055         },
7056         "railway/monorail": {
7057             "icon": "railway-monorail",
7058             "geometry": [
7059                 "line"
7060             ],
7061             "tags": {
7062                 "railway": "monorail"
7063             },
7064             "fields": [
7065                 "structure",
7066                 "electrified",
7067                 "service_rail"
7068             ],
7069             "terms": [],
7070             "name": "Monorail"
7071         },
7072         "railway/narrow_gauge": {
7073             "icon": "railway-rail",
7074             "geometry": [
7075                 "line"
7076             ],
7077             "tags": {
7078                 "railway": "narrow_gauge"
7079             },
7080             "fields": [
7081                 "structure",
7082                 "gauge",
7083                 "electrified",
7084                 "service_rail"
7085             ],
7086             "terms": [
7087                 "narrow gauge railway",
7088                 "narrow gauge railroad"
7089             ],
7090             "name": "Narrow Gauge Rail"
7091         },
7092         "railway/platform": {
7093             "geometry": [
7094                 "point",
7095                 "vertex",
7096                 "line",
7097                 "area"
7098             ],
7099             "tags": {
7100                 "railway": "platform"
7101             },
7102             "name": "Railway Platform"
7103         },
7104         "railway/rail": {
7105             "icon": "railway-rail",
7106             "geometry": [
7107                 "line"
7108             ],
7109             "tags": {
7110                 "railway": "rail"
7111             },
7112             "fields": [
7113                 "structure",
7114                 "gauge",
7115                 "electrified",
7116                 "service_rail"
7117             ],
7118             "terms": [],
7119             "name": "Rail"
7120         },
7121         "railway/station": {
7122             "icon": "rail",
7123             "fields": [
7124                 "network",
7125                 "operator",
7126                 "address",
7127                 "building_area"
7128             ],
7129             "geometry": [
7130                 "point",
7131                 "vertex",
7132                 "area"
7133             ],
7134             "tags": {
7135                 "railway": "station"
7136             },
7137             "terms": [
7138                 "train station",
7139                 "station"
7140             ],
7141             "name": "Railway Station"
7142         },
7143         "railway/subway": {
7144             "icon": "railway-subway",
7145             "geometry": [
7146                 "line"
7147             ],
7148             "tags": {
7149                 "railway": "subway"
7150             },
7151             "fields": [
7152                 "structure",
7153                 "gauge",
7154                 "electrified",
7155                 "service_rail"
7156             ],
7157             "terms": [],
7158             "name": "Subway"
7159         },
7160         "railway/subway_entrance": {
7161             "icon": "rail-metro",
7162             "geometry": [
7163                 "point"
7164             ],
7165             "tags": {
7166                 "railway": "subway_entrance"
7167             },
7168             "terms": [],
7169             "name": "Subway Entrance"
7170         },
7171         "railway/tram": {
7172             "icon": "railway-light-rail",
7173             "geometry": [
7174                 "line"
7175             ],
7176             "tags": {
7177                 "railway": "tram"
7178             },
7179             "fields": [
7180                 "structure",
7181                 "gauge",
7182                 "electrified",
7183                 "service_rail"
7184             ],
7185             "terms": [
7186                 "streetcar"
7187             ],
7188             "name": "Tram"
7189         },
7190         "relation": {
7191             "name": "Relation",
7192             "icon": "relation",
7193             "tags": {},
7194             "geometry": [
7195                 "relation"
7196             ],
7197             "fields": [
7198                 "relation"
7199             ]
7200         },
7201         "roundabout": {
7202             "geometry": [
7203                 "vertex",
7204                 "line"
7205             ],
7206             "tags": {
7207                 "junction": "roundabout"
7208             },
7209             "name": "Roundabout",
7210             "searchable": false
7211         },
7212         "route/ferry": {
7213             "icon": "ferry",
7214             "geometry": [
7215                 "line"
7216             ],
7217             "tags": {
7218                 "route": "ferry"
7219             },
7220             "name": "Ferry Route"
7221         },
7222         "shop": {
7223             "icon": "shop",
7224             "fields": [
7225                 "shop",
7226                 "operator",
7227                 "address",
7228                 "building_area",
7229                 "opening_hours"
7230             ],
7231             "geometry": [
7232                 "point",
7233                 "area"
7234             ],
7235             "tags": {
7236                 "shop": "*"
7237             },
7238             "terms": [],
7239             "name": "Shop"
7240         },
7241         "shop/alcohol": {
7242             "icon": "alcohol-shop",
7243             "fields": [
7244                 "operator",
7245                 "address",
7246                 "building_area",
7247                 "opening_hours",
7248                 "drive_through"
7249             ],
7250             "geometry": [
7251                 "point",
7252                 "area"
7253             ],
7254             "terms": [
7255                 "alcohol",
7256                 "beer",
7257                 "booze",
7258                 "wine"
7259             ],
7260             "tags": {
7261                 "shop": "alcohol"
7262             },
7263             "name": "Liquor Store"
7264         },
7265         "shop/anime": {
7266             "icon": "shop",
7267             "fields": [
7268                 "operator",
7269                 "address",
7270                 "building_area",
7271                 "opening_hours"
7272             ],
7273             "geometry": [
7274                 "point",
7275                 "area"
7276             ],
7277             "tags": {
7278                 "shop": "anime"
7279             },
7280             "name": "Anime Shop"
7281         },
7282         "shop/antiques": {
7283             "icon": "shop",
7284             "fields": [
7285                 "operator",
7286                 "address",
7287                 "building_area",
7288                 "opening_hours"
7289             ],
7290             "geometry": [
7291                 "point",
7292                 "area"
7293             ],
7294             "tags": {
7295                 "shop": "antiques"
7296             },
7297             "name": "Antiques Shop"
7298         },
7299         "shop/art": {
7300             "icon": "art-gallery",
7301             "fields": [
7302                 "operator",
7303                 "address",
7304                 "building_area",
7305                 "opening_hours"
7306             ],
7307             "geometry": [
7308                 "point",
7309                 "area"
7310             ],
7311             "tags": {
7312                 "shop": "art"
7313             },
7314             "name": "Art Gallery"
7315         },
7316         "shop/baby_goods": {
7317             "icon": "shop",
7318             "fields": [
7319                 "operator",
7320                 "address",
7321                 "building_area",
7322                 "opening_hours"
7323             ],
7324             "geometry": [
7325                 "point",
7326                 "area"
7327             ],
7328             "tags": {
7329                 "shop": "baby_goods"
7330             },
7331             "name": "Baby Goods Store"
7332         },
7333         "shop/bag": {
7334             "icon": "shop",
7335             "fields": [
7336                 "operator",
7337                 "address",
7338                 "building_area",
7339                 "opening_hours"
7340             ],
7341             "geometry": [
7342                 "point",
7343                 "area"
7344             ],
7345             "terms": [
7346                 "handbag",
7347                 "purse"
7348             ],
7349             "tags": {
7350                 "shop": "bag"
7351             },
7352             "name": "Bag/Luggage Store"
7353         },
7354         "shop/bakery": {
7355             "icon": "bakery",
7356             "fields": [
7357                 "operator",
7358                 "address",
7359                 "building_area",
7360                 "opening_hours"
7361             ],
7362             "geometry": [
7363                 "point",
7364                 "area"
7365             ],
7366             "tags": {
7367                 "shop": "bakery"
7368             },
7369             "name": "Bakery"
7370         },
7371         "shop/bathroom_furnishing": {
7372             "icon": "shop",
7373             "fields": [
7374                 "operator",
7375                 "address",
7376                 "building_area",
7377                 "opening_hours"
7378             ],
7379             "geometry": [
7380                 "point",
7381                 "area"
7382             ],
7383             "tags": {
7384                 "shop": "bathroom_furnishing"
7385             },
7386             "name": "Bathroom Furnishing Store"
7387         },
7388         "shop/beauty": {
7389             "icon": "shop",
7390             "fields": [
7391                 "operator",
7392                 "address",
7393                 "building_area",
7394                 "opening_hours"
7395             ],
7396             "geometry": [
7397                 "point",
7398                 "area"
7399             ],
7400             "terms": [
7401                 "nail spa",
7402                 "spa",
7403                 "salon",
7404                 "tanning"
7405             ],
7406             "tags": {
7407                 "shop": "beauty"
7408             },
7409             "name": "Beauty Shop"
7410         },
7411         "shop/bed": {
7412             "icon": "lodging",
7413             "fields": [
7414                 "operator",
7415                 "address",
7416                 "building_area",
7417                 "opening_hours"
7418             ],
7419             "geometry": [
7420                 "point",
7421                 "area"
7422             ],
7423             "tags": {
7424                 "shop": "bed"
7425             },
7426             "name": "Bedding/Mattress Store"
7427         },
7428         "shop/beverages": {
7429             "icon": "shop",
7430             "fields": [
7431                 "operator",
7432                 "address",
7433                 "building_area",
7434                 "opening_hours"
7435             ],
7436             "geometry": [
7437                 "point",
7438                 "area"
7439             ],
7440             "tags": {
7441                 "shop": "beverages"
7442             },
7443             "name": "Beverage Store"
7444         },
7445         "shop/bicycle": {
7446             "icon": "bicycle",
7447             "fields": [
7448                 "operator",
7449                 "address",
7450                 "building_area",
7451                 "opening_hours"
7452             ],
7453             "geometry": [
7454                 "point",
7455                 "area"
7456             ],
7457             "tags": {
7458                 "shop": "bicycle"
7459             },
7460             "name": "Bicycle Shop"
7461         },
7462         "shop/bookmaker": {
7463             "icon": "shop",
7464             "fields": [
7465                 "operator",
7466                 "address",
7467                 "building_area",
7468                 "opening_hours"
7469             ],
7470             "geometry": [
7471                 "point",
7472                 "area"
7473             ],
7474             "tags": {
7475                 "shop": "bookmaker"
7476             },
7477             "name": "Bookmaker"
7478         },
7479         "shop/books": {
7480             "icon": "shop",
7481             "fields": [
7482                 "operator",
7483                 "address",
7484                 "building_area",
7485                 "opening_hours"
7486             ],
7487             "geometry": [
7488                 "point",
7489                 "area"
7490             ],
7491             "tags": {
7492                 "shop": "books"
7493             },
7494             "name": "Book Store"
7495         },
7496         "shop/boutique": {
7497             "icon": "shop",
7498             "fields": [
7499                 "operator",
7500                 "address",
7501                 "building_area",
7502                 "opening_hours"
7503             ],
7504             "geometry": [
7505                 "point",
7506                 "area"
7507             ],
7508             "tags": {
7509                 "shop": "boutique"
7510             },
7511             "name": "Boutique"
7512         },
7513         "shop/butcher": {
7514             "icon": "slaughterhouse",
7515             "fields": [
7516                 "operator",
7517                 "address",
7518                 "building_area",
7519                 "opening_hours"
7520             ],
7521             "geometry": [
7522                 "point",
7523                 "area"
7524             ],
7525             "terms": [
7526                 "meat"
7527             ],
7528             "tags": {
7529                 "shop": "butcher"
7530             },
7531             "name": "Butcher"
7532         },
7533         "shop/candles": {
7534             "icon": "shop",
7535             "fields": [
7536                 "operator",
7537                 "address",
7538                 "building_area",
7539                 "opening_hours"
7540             ],
7541             "geometry": [
7542                 "point",
7543                 "area"
7544             ],
7545             "tags": {
7546                 "shop": "candles"
7547             },
7548             "name": "Candle Shop"
7549         },
7550         "shop/car": {
7551             "icon": "car",
7552             "fields": [
7553                 "operator",
7554                 "address",
7555                 "building_area",
7556                 "opening_hours"
7557             ],
7558             "geometry": [
7559                 "point",
7560                 "area"
7561             ],
7562             "terms": [
7563                 "auto"
7564             ],
7565             "tags": {
7566                 "shop": "car"
7567             },
7568             "name": "Car Dealership"
7569         },
7570         "shop/car_parts": {
7571             "icon": "car",
7572             "fields": [
7573                 "operator",
7574                 "address",
7575                 "building_area",
7576                 "opening_hours"
7577             ],
7578             "geometry": [
7579                 "point",
7580                 "area"
7581             ],
7582             "terms": [
7583                 "auto"
7584             ],
7585             "tags": {
7586                 "shop": "car_parts"
7587             },
7588             "name": "Car Parts Store"
7589         },
7590         "shop/car_repair": {
7591             "icon": "car",
7592             "fields": [
7593                 "operator",
7594                 "address",
7595                 "building_area",
7596                 "opening_hours"
7597             ],
7598             "geometry": [
7599                 "point",
7600                 "area"
7601             ],
7602             "terms": [
7603                 "auto"
7604             ],
7605             "tags": {
7606                 "shop": "car_repair"
7607             },
7608             "name": "Car Repair Shop"
7609         },
7610         "shop/carpet": {
7611             "icon": "shop",
7612             "fields": [
7613                 "operator",
7614                 "address",
7615                 "building_area",
7616                 "opening_hours"
7617             ],
7618             "geometry": [
7619                 "point",
7620                 "area"
7621             ],
7622             "terms": [
7623                 "rug"
7624             ],
7625             "tags": {
7626                 "shop": "carpet"
7627             },
7628             "name": "Carpet Store"
7629         },
7630         "shop/cheese": {
7631             "icon": "shop",
7632             "fields": [
7633                 "operator",
7634                 "address",
7635                 "building_area",
7636                 "opening_hours"
7637             ],
7638             "geometry": [
7639                 "point",
7640                 "area"
7641             ],
7642             "tags": {
7643                 "shop": "cheese"
7644             },
7645             "name": "Cheese Store"
7646         },
7647         "shop/chemist": {
7648             "icon": "chemist",
7649             "fields": [
7650                 "operator",
7651                 "address",
7652                 "building_area",
7653                 "opening_hours"
7654             ],
7655             "geometry": [
7656                 "point",
7657                 "area"
7658             ],
7659             "tags": {
7660                 "shop": "chemist"
7661             },
7662             "name": "Chemist"
7663         },
7664         "shop/chocolate": {
7665             "icon": "shop",
7666             "fields": [
7667                 "operator",
7668                 "address",
7669                 "building_area",
7670                 "opening_hours"
7671             ],
7672             "geometry": [
7673                 "point",
7674                 "area"
7675             ],
7676             "tags": {
7677                 "shop": "chocolate"
7678             },
7679             "name": "Chocolate Store"
7680         },
7681         "shop/clothes": {
7682             "icon": "clothing-store",
7683             "fields": [
7684                 "operator",
7685                 "address",
7686                 "building_area",
7687                 "opening_hours"
7688             ],
7689             "geometry": [
7690                 "point",
7691                 "area"
7692             ],
7693             "tags": {
7694                 "shop": "clothes"
7695             },
7696             "name": "Clothing Store"
7697         },
7698         "shop/computer": {
7699             "icon": "shop",
7700             "fields": [
7701                 "operator",
7702                 "address",
7703                 "building_area",
7704                 "opening_hours"
7705             ],
7706             "geometry": [
7707                 "point",
7708                 "area"
7709             ],
7710             "tags": {
7711                 "shop": "computer"
7712             },
7713             "name": "Computer Store"
7714         },
7715         "shop/confectionery": {
7716             "icon": "shop",
7717             "fields": [
7718                 "operator",
7719                 "address",
7720                 "building_area",
7721                 "opening_hours"
7722             ],
7723             "geometry": [
7724                 "point",
7725                 "area"
7726             ],
7727             "tags": {
7728                 "shop": "confectionery"
7729             },
7730             "name": "Candy Store"
7731         },
7732         "shop/convenience": {
7733             "icon": "shop",
7734             "fields": [
7735                 "operator",
7736                 "address",
7737                 "building_area",
7738                 "opening_hours"
7739             ],
7740             "geometry": [
7741                 "point",
7742                 "area"
7743             ],
7744             "tags": {
7745                 "shop": "convenience"
7746             },
7747             "name": "Convenience Store"
7748         },
7749         "shop/copyshop": {
7750             "icon": "shop",
7751             "fields": [
7752                 "operator",
7753                 "address",
7754                 "building_area",
7755                 "opening_hours"
7756             ],
7757             "geometry": [
7758                 "point",
7759                 "area"
7760             ],
7761             "tags": {
7762                 "shop": "copyshop"
7763             },
7764             "name": "Copy Store"
7765         },
7766         "shop/cosmetics": {
7767             "icon": "shop",
7768             "fields": [
7769                 "operator",
7770                 "address",
7771                 "building_area",
7772                 "opening_hours"
7773             ],
7774             "geometry": [
7775                 "point",
7776                 "area"
7777             ],
7778             "tags": {
7779                 "shop": "cosmetics"
7780             },
7781             "name": "Cosmetics Store"
7782         },
7783         "shop/craft": {
7784             "icon": "art-gallery",
7785             "fields": [
7786                 "operator",
7787                 "address",
7788                 "building_area",
7789                 "opening_hours"
7790             ],
7791             "geometry": [
7792                 "point",
7793                 "area"
7794             ],
7795             "tags": {
7796                 "shop": "craft"
7797             },
7798             "name": "Arts and Crafts Store"
7799         },
7800         "shop/curtain": {
7801             "icon": "shop",
7802             "fields": [
7803                 "operator",
7804                 "address",
7805                 "building_area",
7806                 "opening_hours"
7807             ],
7808             "geometry": [
7809                 "point",
7810                 "area"
7811             ],
7812             "terms": [
7813                 "drape*",
7814                 "window"
7815             ],
7816             "tags": {
7817                 "shop": "curtain"
7818             },
7819             "name": "Curtain Store"
7820         },
7821         "shop/dairy": {
7822             "icon": "shop",
7823             "fields": [
7824                 "operator",
7825                 "address",
7826                 "building_area",
7827                 "opening_hours"
7828             ],
7829             "geometry": [
7830                 "point",
7831                 "area"
7832             ],
7833             "terms": [
7834                 "milk",
7835                 "egg",
7836                 "cheese"
7837             ],
7838             "tags": {
7839                 "shop": "dairy"
7840             },
7841             "name": "Dairy Store"
7842         },
7843         "shop/deli": {
7844             "icon": "restaurant",
7845             "fields": [
7846                 "operator",
7847                 "address",
7848                 "building_area",
7849                 "opening_hours"
7850             ],
7851             "geometry": [
7852                 "point",
7853                 "area"
7854             ],
7855             "terms": [
7856                 "lunch",
7857                 "meat",
7858                 "sandwich"
7859             ],
7860             "tags": {
7861                 "shop": "deli"
7862             },
7863             "name": "Deli"
7864         },
7865         "shop/department_store": {
7866             "icon": "shop",
7867             "fields": [
7868                 "operator",
7869                 "address",
7870                 "building_area",
7871                 "opening_hours"
7872             ],
7873             "geometry": [
7874                 "point",
7875                 "area"
7876             ],
7877             "tags": {
7878                 "shop": "department_store"
7879             },
7880             "name": "Department Store"
7881         },
7882         "shop/doityourself": {
7883             "icon": "shop",
7884             "fields": [
7885                 "operator",
7886                 "address",
7887                 "building_area",
7888                 "opening_hours"
7889             ],
7890             "geometry": [
7891                 "point",
7892                 "area"
7893             ],
7894             "tags": {
7895                 "shop": "doityourself"
7896             },
7897             "name": "DIY Store"
7898         },
7899         "shop/dry_cleaning": {
7900             "icon": "shop",
7901             "fields": [
7902                 "operator",
7903                 "address",
7904                 "building_area",
7905                 "opening_hours"
7906             ],
7907             "geometry": [
7908                 "point",
7909                 "area"
7910             ],
7911             "tags": {
7912                 "shop": "dry_cleaning"
7913             },
7914             "name": "Dry Cleaner"
7915         },
7916         "shop/electronics": {
7917             "icon": "shop",
7918             "fields": [
7919                 "operator",
7920                 "address",
7921                 "building_area",
7922                 "opening_hours"
7923             ],
7924             "geometry": [
7925                 "point",
7926                 "area"
7927             ],
7928             "terms": [
7929                 "appliance",
7930                 "audio",
7931                 "computer",
7932                 "tv"
7933             ],
7934             "tags": {
7935                 "shop": "electronics"
7936             },
7937             "name": "Electronics Store"
7938         },
7939         "shop/erotic": {
7940             "icon": "shop",
7941             "fields": [
7942                 "operator",
7943                 "address",
7944                 "building_area",
7945                 "opening_hours"
7946             ],
7947             "geometry": [
7948                 "point",
7949                 "area"
7950             ],
7951             "terms": [
7952                 "sex",
7953                 "porn"
7954             ],
7955             "tags": {
7956                 "shop": "erotic"
7957             },
7958             "name": "Erotic Store"
7959         },
7960         "shop/fabric": {
7961             "icon": "shop",
7962             "fields": [
7963                 "operator",
7964                 "address",
7965                 "building_area",
7966                 "opening_hours"
7967             ],
7968             "geometry": [
7969                 "point",
7970                 "area"
7971             ],
7972             "terms": [
7973                 "sew"
7974             ],
7975             "tags": {
7976                 "shop": "fabric"
7977             },
7978             "name": "Fabric Store"
7979         },
7980         "shop/farm": {
7981             "icon": "shop",
7982             "fields": [
7983                 "operator",
7984                 "address",
7985                 "building_area",
7986                 "opening_hours"
7987             ],
7988             "geometry": [
7989                 "point",
7990                 "area"
7991             ],
7992             "terms": [
7993                 "farm shop",
7994                 "farm stand"
7995             ],
7996             "tags": {
7997                 "shop": "farm"
7998             },
7999             "name": "Produce Stand"
8000         },
8001         "shop/fashion": {
8002             "icon": "shop",
8003             "fields": [
8004                 "operator",
8005                 "address",
8006                 "building_area",
8007                 "opening_hours"
8008             ],
8009             "geometry": [
8010                 "point",
8011                 "area"
8012             ],
8013             "tags": {
8014                 "shop": "fashion"
8015             },
8016             "name": "Fashion Store"
8017         },
8018         "shop/fishmonger": {
8019             "icon": "shop",
8020             "fields": [
8021                 "operator",
8022                 "address",
8023                 "building_area",
8024                 "opening_hours"
8025             ],
8026             "geometry": [
8027                 "point",
8028                 "area"
8029             ],
8030             "tags": {
8031                 "shop": "fishmonger"
8032             },
8033             "name": "Fishmonger",
8034             "searchable": false
8035         },
8036         "shop/florist": {
8037             "icon": "shop",
8038             "fields": [
8039                 "operator",
8040                 "address",
8041                 "building_area",
8042                 "opening_hours"
8043             ],
8044             "geometry": [
8045                 "point",
8046                 "area"
8047             ],
8048             "terms": [
8049                 "flower"
8050             ],
8051             "tags": {
8052                 "shop": "florist"
8053             },
8054             "name": "Florist"
8055         },
8056         "shop/frame": {
8057             "icon": "shop",
8058             "fields": [
8059                 "operator",
8060                 "address",
8061                 "building_area",
8062                 "opening_hours"
8063             ],
8064             "geometry": [
8065                 "point",
8066                 "area"
8067             ],
8068             "tags": {
8069                 "shop": "frame"
8070             },
8071             "name": "Framing Shop"
8072         },
8073         "shop/funeral_directors": {
8074             "icon": "cemetery",
8075             "fields": [
8076                 "operator",
8077                 "address",
8078                 "building_area",
8079                 "religion",
8080                 "denomination"
8081             ],
8082             "geometry": [
8083                 "point",
8084                 "area"
8085             ],
8086             "terms": [
8087                 "undertaker",
8088                 "memorial home"
8089             ],
8090             "tags": {
8091                 "shop": "funeral_directors"
8092             },
8093             "name": "Funeral Home"
8094         },
8095         "shop/furnace": {
8096             "icon": "shop",
8097             "fields": [
8098                 "operator",
8099                 "address",
8100                 "building_area",
8101                 "opening_hours"
8102             ],
8103             "geometry": [
8104                 "point",
8105                 "area"
8106             ],
8107             "terms": [
8108                 "oven",
8109                 "stove"
8110             ],
8111             "tags": {
8112                 "shop": "furnace"
8113             },
8114             "name": "Furnace Store"
8115         },
8116         "shop/furniture": {
8117             "icon": "shop",
8118             "fields": [
8119                 "operator",
8120                 "address",
8121                 "building_area",
8122                 "opening_hours"
8123             ],
8124             "geometry": [
8125                 "point",
8126                 "area"
8127             ],
8128             "terms": [
8129                 "chair",
8130                 "sofa",
8131                 "table"
8132             ],
8133             "tags": {
8134                 "shop": "furniture"
8135             },
8136             "name": "Furniture Store"
8137         },
8138         "shop/garden_centre": {
8139             "icon": "shop",
8140             "fields": [
8141                 "operator",
8142                 "address",
8143                 "building_area",
8144                 "opening_hours"
8145             ],
8146             "geometry": [
8147                 "point",
8148                 "area"
8149             ],
8150             "terms": [
8151                 "landscape",
8152                 "mulch",
8153                 "shrub",
8154                 "tree"
8155             ],
8156             "tags": {
8157                 "shop": "garden_centre"
8158             },
8159             "name": "Garden Center"
8160         },
8161         "shop/gift": {
8162             "icon": "gift",
8163             "fields": [
8164                 "operator",
8165                 "address",
8166                 "building_area",
8167                 "opening_hours"
8168             ],
8169             "geometry": [
8170                 "point",
8171                 "area"
8172             ],
8173             "tags": {
8174                 "shop": "gift"
8175             },
8176             "name": "Gift Shop"
8177         },
8178         "shop/greengrocer": {
8179             "icon": "shop",
8180             "fields": [
8181                 "operator",
8182                 "address",
8183                 "building_area",
8184                 "opening_hours"
8185             ],
8186             "geometry": [
8187                 "point",
8188                 "area"
8189             ],
8190             "terms": [
8191                 "fruit",
8192                 "vegetable"
8193             ],
8194             "tags": {
8195                 "shop": "greengrocer"
8196             },
8197             "name": "Greengrocer"
8198         },
8199         "shop/hairdresser": {
8200             "icon": "hairdresser",
8201             "fields": [
8202                 "operator",
8203                 "address",
8204                 "building_area",
8205                 "opening_hours"
8206             ],
8207             "geometry": [
8208                 "point",
8209                 "area"
8210             ],
8211             "tags": {
8212                 "shop": "hairdresser"
8213             },
8214             "name": "Hairdresser"
8215         },
8216         "shop/hardware": {
8217             "icon": "shop",
8218             "fields": [
8219                 "operator",
8220                 "address",
8221                 "building_area",
8222                 "opening_hours"
8223             ],
8224             "geometry": [
8225                 "point",
8226                 "area"
8227             ],
8228             "tags": {
8229                 "shop": "hardware"
8230             },
8231             "name": "Hardware Store"
8232         },
8233         "shop/hearing_aids": {
8234             "icon": "shop",
8235             "fields": [
8236                 "operator",
8237                 "address",
8238                 "building_area",
8239                 "opening_hours"
8240             ],
8241             "geometry": [
8242                 "point",
8243                 "area"
8244             ],
8245             "tags": {
8246                 "shop": "hearing_aids"
8247             },
8248             "name": "Hearing Aids Store"
8249         },
8250         "shop/herbalist": {
8251             "icon": "shop",
8252             "fields": [
8253                 "operator",
8254                 "address",
8255                 "building_area",
8256                 "opening_hours"
8257             ],
8258             "geometry": [
8259                 "point",
8260                 "area"
8261             ],
8262             "tags": {
8263                 "shop": "herbalist"
8264             },
8265             "name": "Herbalist"
8266         },
8267         "shop/hifi": {
8268             "icon": "shop",
8269             "fields": [
8270                 "operator",
8271                 "address",
8272                 "building_area",
8273                 "opening_hours"
8274             ],
8275             "geometry": [
8276                 "point",
8277                 "area"
8278             ],
8279             "terms": [
8280                 "stereo",
8281                 "video"
8282             ],
8283             "tags": {
8284                 "shop": "hifi"
8285             },
8286             "name": "Hifi Store"
8287         },
8288         "shop/houseware": {
8289             "icon": "shop",
8290             "fields": [
8291                 "operator",
8292                 "address",
8293                 "building_area",
8294                 "opening_hours"
8295             ],
8296             "geometry": [
8297                 "point",
8298                 "area"
8299             ],
8300             "terms": [
8301                 "home",
8302                 "household"
8303             ],
8304             "tags": {
8305                 "shop": "houseware"
8306             },
8307             "name": "Houseware Store"
8308         },
8309         "shop/interior_decoration": {
8310             "icon": "shop",
8311             "fields": [
8312                 "operator",
8313                 "address",
8314                 "building_area",
8315                 "opening_hours"
8316             ],
8317             "geometry": [
8318                 "point",
8319                 "area"
8320             ],
8321             "tags": {
8322                 "shop": "interior_decoration"
8323             },
8324             "name": "Interior Decoration Store"
8325         },
8326         "shop/jewelry": {
8327             "icon": "shop",
8328             "fields": [
8329                 "operator",
8330                 "address",
8331                 "building_area",
8332                 "opening_hours"
8333             ],
8334             "geometry": [
8335                 "point",
8336                 "area"
8337             ],
8338             "terms": [
8339                 "diamond",
8340                 "gem",
8341                 "ring"
8342             ],
8343             "tags": {
8344                 "shop": "jewelry"
8345             },
8346             "name": "Jeweler"
8347         },
8348         "shop/kiosk": {
8349             "icon": "shop",
8350             "fields": [
8351                 "operator",
8352                 "address",
8353                 "building_area",
8354                 "opening_hours"
8355             ],
8356             "geometry": [
8357                 "point",
8358                 "area"
8359             ],
8360             "tags": {
8361                 "shop": "kiosk"
8362             },
8363             "name": "News Kiosk"
8364         },
8365         "shop/kitchen": {
8366             "icon": "shop",
8367             "fields": [
8368                 "operator",
8369                 "address",
8370                 "building_area",
8371                 "opening_hours"
8372             ],
8373             "geometry": [
8374                 "point",
8375                 "area"
8376             ],
8377             "tags": {
8378                 "shop": "kitchen"
8379             },
8380             "name": "Kitchen Design Store"
8381         },
8382         "shop/laundry": {
8383             "icon": "laundry",
8384             "fields": [
8385                 "operator",
8386                 "address",
8387                 "building_area",
8388                 "opening_hours"
8389             ],
8390             "geometry": [
8391                 "point",
8392                 "area"
8393             ],
8394             "tags": {
8395                 "shop": "laundry"
8396             },
8397             "name": "Laundry"
8398         },
8399         "shop/leather": {
8400             "icon": "shop",
8401             "fields": [
8402                 "operator",
8403                 "address",
8404                 "building_area",
8405                 "opening_hours"
8406             ],
8407             "geometry": [
8408                 "point",
8409                 "area"
8410             ],
8411             "tags": {
8412                 "shop": "leather"
8413             },
8414             "name": "Leather Store"
8415         },
8416         "shop/locksmith": {
8417             "icon": "shop",
8418             "fields": [
8419                 "operator",
8420                 "address",
8421                 "building_area",
8422                 "opening_hours"
8423             ],
8424             "geometry": [
8425                 "point",
8426                 "area"
8427             ],
8428             "terms": [
8429                 "key",
8430                 "lockpick"
8431             ],
8432             "tags": {
8433                 "shop": "locksmith"
8434             },
8435             "name": "Locksmith"
8436         },
8437         "shop/lottery": {
8438             "icon": "shop",
8439             "fields": [
8440                 "operator",
8441                 "address",
8442                 "building_area",
8443                 "opening_hours"
8444             ],
8445             "geometry": [
8446                 "point",
8447                 "area"
8448             ],
8449             "tags": {
8450                 "shop": "lottery"
8451             },
8452             "name": "Lottery Shop"
8453         },
8454         "shop/mall": {
8455             "icon": "shop",
8456             "fields": [
8457                 "operator",
8458                 "address",
8459                 "building_area",
8460                 "opening_hours"
8461             ],
8462             "geometry": [
8463                 "point",
8464                 "area"
8465             ],
8466             "tags": {
8467                 "shop": "mall"
8468             },
8469             "name": "Mall"
8470         },
8471         "shop/massage": {
8472             "icon": "shop",
8473             "fields": [
8474                 "operator",
8475                 "address",
8476                 "building_area",
8477                 "opening_hours"
8478             ],
8479             "geometry": [
8480                 "point",
8481                 "area"
8482             ],
8483             "tags": {
8484                 "shop": "massage"
8485             },
8486             "name": "Massage Shop"
8487         },
8488         "shop/medical_supply": {
8489             "icon": "shop",
8490             "fields": [
8491                 "operator",
8492                 "address",
8493                 "building_area",
8494                 "opening_hours"
8495             ],
8496             "geometry": [
8497                 "point",
8498                 "area"
8499             ],
8500             "tags": {
8501                 "shop": "medical_supply"
8502             },
8503             "name": "Medical Supply Store"
8504         },
8505         "shop/mobile_phone": {
8506             "icon": "mobilephone",
8507             "fields": [
8508                 "operator",
8509                 "address",
8510                 "building_area",
8511                 "opening_hours"
8512             ],
8513             "geometry": [
8514                 "point",
8515                 "area"
8516             ],
8517             "tags": {
8518                 "shop": "mobile_phone"
8519             },
8520             "name": "Mobile Phone Store"
8521         },
8522         "shop/money_lender": {
8523             "icon": "bank",
8524             "fields": [
8525                 "operator",
8526                 "address",
8527                 "building_area",
8528                 "opening_hours"
8529             ],
8530             "geometry": [
8531                 "point",
8532                 "area"
8533             ],
8534             "tags": {
8535                 "shop": "money_lender"
8536             },
8537             "name": "Money Lender"
8538         },
8539         "shop/motorcycle": {
8540             "icon": "scooter",
8541             "fields": [
8542                 "operator",
8543                 "address",
8544                 "building_area",
8545                 "opening_hours"
8546             ],
8547             "geometry": [
8548                 "point",
8549                 "area"
8550             ],
8551             "tags": {
8552                 "shop": "motorcycle"
8553             },
8554             "name": "Motorcycle Dealership"
8555         },
8556         "shop/music": {
8557             "icon": "music",
8558             "fields": [
8559                 "operator",
8560                 "address",
8561                 "building_area",
8562                 "opening_hours"
8563             ],
8564             "geometry": [
8565                 "point",
8566                 "area"
8567             ],
8568             "terms": [
8569                 "CD",
8570                 "vinyl"
8571             ],
8572             "tags": {
8573                 "shop": "music"
8574             },
8575             "name": "Music Store"
8576         },
8577         "shop/musical_instrument": {
8578             "icon": "music",
8579             "fields": [
8580                 "operator",
8581                 "address",
8582                 "building_area",
8583                 "opening_hours"
8584             ],
8585             "geometry": [
8586                 "point",
8587                 "area"
8588             ],
8589             "tags": {
8590                 "shop": "musical_instrument"
8591             },
8592             "name": "Musical Instrument Store"
8593         },
8594         "shop/newsagent": {
8595             "icon": "shop",
8596             "fields": [
8597                 "operator",
8598                 "address",
8599                 "building_area",
8600                 "opening_hours"
8601             ],
8602             "geometry": [
8603                 "point",
8604                 "area"
8605             ],
8606             "tags": {
8607                 "shop": "newsagent"
8608             },
8609             "name": "Newspaper/Magazine Shop"
8610         },
8611         "shop/optician": {
8612             "icon": "shop",
8613             "fields": [
8614                 "operator",
8615                 "address",
8616                 "building_area",
8617                 "opening_hours"
8618             ],
8619             "geometry": [
8620                 "point",
8621                 "area"
8622             ],
8623             "terms": [
8624                 "eye",
8625                 "glasses"
8626             ],
8627             "tags": {
8628                 "shop": "optician"
8629             },
8630             "name": "Optician"
8631         },
8632         "shop/organic": {
8633             "icon": "shop",
8634             "fields": [
8635                 "operator",
8636                 "address",
8637                 "building_area",
8638                 "opening_hours"
8639             ],
8640             "geometry": [
8641                 "point",
8642                 "area"
8643             ],
8644             "tags": {
8645                 "shop": "supermarket",
8646                 "organic": "only"
8647             },
8648             "name": "Organic Goods Store"
8649         },
8650         "shop/outdoor": {
8651             "icon": "shop",
8652             "fields": [
8653                 "operator",
8654                 "address",
8655                 "building_area",
8656                 "opening_hours"
8657             ],
8658             "geometry": [
8659                 "point",
8660                 "area"
8661             ],
8662             "terms": [
8663                 "camping",
8664                 "climbing",
8665                 "hiking"
8666             ],
8667             "tags": {
8668                 "shop": "outdoor"
8669             },
8670             "name": "Outdoors Store"
8671         },
8672         "shop/paint": {
8673             "icon": "water",
8674             "fields": [
8675                 "operator",
8676                 "address",
8677                 "building_area",
8678                 "opening_hours"
8679             ],
8680             "geometry": [
8681                 "point",
8682                 "area"
8683             ],
8684             "tags": {
8685                 "shop": "paint"
8686             },
8687             "name": "Paint Store"
8688         },
8689         "shop/pawnbroker": {
8690             "icon": "shop",
8691             "fields": [
8692                 "operator",
8693                 "address",
8694                 "building_area",
8695                 "opening_hours"
8696             ],
8697             "geometry": [
8698                 "point",
8699                 "area"
8700             ],
8701             "tags": {
8702                 "shop": "pawnbroker"
8703             },
8704             "name": "Pawn Shop"
8705         },
8706         "shop/pet": {
8707             "icon": "dog-park",
8708             "fields": [
8709                 "operator",
8710                 "address",
8711                 "building_area",
8712                 "opening_hours"
8713             ],
8714             "geometry": [
8715                 "point",
8716                 "area"
8717             ],
8718             "terms": [
8719                 "cat",
8720                 "dog",
8721                 "fish"
8722             ],
8723             "tags": {
8724                 "shop": "pet"
8725             },
8726             "name": "Pet Store"
8727         },
8728         "shop/photo": {
8729             "icon": "camera",
8730             "fields": [
8731                 "operator",
8732                 "address",
8733                 "building_area",
8734                 "opening_hours"
8735             ],
8736             "geometry": [
8737                 "point",
8738                 "area"
8739             ],
8740             "terms": [
8741                 "camera",
8742                 "film"
8743             ],
8744             "tags": {
8745                 "shop": "photo"
8746             },
8747             "name": "Photography Store"
8748         },
8749         "shop/pyrotechnics": {
8750             "icon": "shop",
8751             "fields": [
8752                 "operator",
8753                 "address",
8754                 "building_area",
8755                 "opening_hours"
8756             ],
8757             "geometry": [
8758                 "point",
8759                 "area"
8760             ],
8761             "tags": {
8762                 "shop": "pyrotechnics"
8763             },
8764             "name": "Fireworks Store"
8765         },
8766         "shop/radiotechnics": {
8767             "icon": "shop",
8768             "fields": [
8769                 "operator",
8770                 "address",
8771                 "building_area",
8772                 "opening_hours"
8773             ],
8774             "geometry": [
8775                 "point",
8776                 "area"
8777             ],
8778             "tags": {
8779                 "shop": "radiotechnics"
8780             },
8781             "name": "Radio/Electronic Component Store"
8782         },
8783         "shop/religion": {
8784             "icon": "shop",
8785             "fields": [
8786                 "operator",
8787                 "address",
8788                 "building_area",
8789                 "opening_hours",
8790                 "religion",
8791                 "denomination"
8792             ],
8793             "geometry": [
8794                 "point",
8795                 "area"
8796             ],
8797             "tags": {
8798                 "shop": "religion"
8799             },
8800             "name": "Religious Store"
8801         },
8802         "shop/scuba_diving": {
8803             "icon": "swimming",
8804             "fields": [
8805                 "operator",
8806                 "address",
8807                 "building_area",
8808                 "opening_hours"
8809             ],
8810             "geometry": [
8811                 "point",
8812                 "area"
8813             ],
8814             "tags": {
8815                 "shop": "scuba_diving"
8816             },
8817             "name": "Scuba Diving Shop"
8818         },
8819         "shop/seafood": {
8820             "icon": "shop",
8821             "fields": [
8822                 "operator",
8823                 "address",
8824                 "building_area",
8825                 "opening_hours"
8826             ],
8827             "geometry": [
8828                 "point",
8829                 "area"
8830             ],
8831             "terms": [
8832                 "fishmonger"
8833             ],
8834             "tags": {
8835                 "shop": "seafood"
8836             },
8837             "name": "Seafood Shop"
8838         },
8839         "shop/second_hand": {
8840             "icon": "shop",
8841             "fields": [
8842                 "operator",
8843                 "address",
8844                 "building_area",
8845                 "opening_hours"
8846             ],
8847             "geometry": [
8848                 "point",
8849                 "area"
8850             ],
8851             "terms": [
8852                 "secondhand",
8853                 "second hand",
8854                 "resale",
8855                 "thrift",
8856                 "used"
8857             ],
8858             "tags": {
8859                 "shop": "second_hand"
8860             },
8861             "name": "Consignment/Thrift Store"
8862         },
8863         "shop/shoes": {
8864             "icon": "shop",
8865             "fields": [
8866                 "operator",
8867                 "address",
8868                 "building_area",
8869                 "opening_hours"
8870             ],
8871             "geometry": [
8872                 "point",
8873                 "area"
8874             ],
8875             "tags": {
8876                 "shop": "shoes"
8877             },
8878             "name": "Shoe Store"
8879         },
8880         "shop/sports": {
8881             "icon": "shop",
8882             "fields": [
8883                 "operator",
8884                 "address",
8885                 "building_area",
8886                 "opening_hours"
8887             ],
8888             "geometry": [
8889                 "point",
8890                 "area"
8891             ],
8892             "tags": {
8893                 "shop": "sports"
8894             },
8895             "name": "Sporting Goods Store"
8896         },
8897         "shop/stationery": {
8898             "icon": "shop",
8899             "fields": [
8900                 "operator",
8901                 "address",
8902                 "building_area",
8903                 "opening_hours"
8904             ],
8905             "geometry": [
8906                 "point",
8907                 "area"
8908             ],
8909             "terms": [
8910                 "card",
8911                 "paper"
8912             ],
8913             "tags": {
8914                 "shop": "stationery"
8915             },
8916             "name": "Stationery Store"
8917         },
8918         "shop/supermarket": {
8919             "icon": "grocery",
8920             "fields": [
8921                 "operator",
8922                 "address",
8923                 "building_area",
8924                 "opening_hours"
8925             ],
8926             "geometry": [
8927                 "point",
8928                 "area"
8929             ],
8930             "terms": [
8931                 "grocery",
8932                 "store",
8933                 "shop"
8934             ],
8935             "tags": {
8936                 "shop": "supermarket"
8937             },
8938             "name": "Supermarket"
8939         },
8940         "shop/tailor": {
8941             "icon": "clothing-store",
8942             "fields": [
8943                 "operator",
8944                 "address",
8945                 "building_area",
8946                 "opening_hours"
8947             ],
8948             "geometry": [
8949                 "point",
8950                 "area"
8951             ],
8952             "terms": [
8953                 "clothes",
8954                 "suit"
8955             ],
8956             "tags": {
8957                 "shop": "tailor"
8958             },
8959             "name": "Tailor"
8960         },
8961         "shop/tattoo": {
8962             "icon": "shop",
8963             "fields": [
8964                 "operator",
8965                 "address",
8966                 "building_area",
8967                 "opening_hours"
8968             ],
8969             "geometry": [
8970                 "point",
8971                 "area"
8972             ],
8973             "tags": {
8974                 "shop": "tattoo"
8975             },
8976             "name": "Tattoo Parlor"
8977         },
8978         "shop/tea": {
8979             "icon": "cafe",
8980             "fields": [
8981                 "operator",
8982                 "address",
8983                 "building_area",
8984                 "opening_hours"
8985             ],
8986             "geometry": [
8987                 "point",
8988                 "area"
8989             ],
8990             "tags": {
8991                 "shop": "tea"
8992             },
8993             "name": "Tea Store"
8994         },
8995         "shop/ticket": {
8996             "icon": "shop",
8997             "fields": [
8998                 "operator",
8999                 "address",
9000                 "building_area",
9001                 "opening_hours"
9002             ],
9003             "geometry": [
9004                 "point",
9005                 "area"
9006             ],
9007             "tags": {
9008                 "shop": "ticket"
9009             },
9010             "name": "Ticket Seller"
9011         },
9012         "shop/tobacco": {
9013             "icon": "shop",
9014             "fields": [
9015                 "operator",
9016                 "address",
9017                 "building_area",
9018                 "opening_hours"
9019             ],
9020             "geometry": [
9021                 "point",
9022                 "area"
9023             ],
9024             "tags": {
9025                 "shop": "tobacco"
9026             },
9027             "name": "Tobacco Shop"
9028         },
9029         "shop/toys": {
9030             "icon": "shop",
9031             "fields": [
9032                 "operator",
9033                 "address",
9034                 "building_area",
9035                 "opening_hours"
9036             ],
9037             "geometry": [
9038                 "point",
9039                 "area"
9040             ],
9041             "tags": {
9042                 "shop": "toys"
9043             },
9044             "name": "Toy Store"
9045         },
9046         "shop/travel_agency": {
9047             "icon": "suitcase",
9048             "fields": [
9049                 "operator",
9050                 "address",
9051                 "building_area",
9052                 "opening_hours"
9053             ],
9054             "geometry": [
9055                 "point",
9056                 "area"
9057             ],
9058             "tags": {
9059                 "shop": "travel_agency"
9060             },
9061             "name": "Travel Agency"
9062         },
9063         "shop/tyres": {
9064             "icon": "shop",
9065             "fields": [
9066                 "operator",
9067                 "address",
9068                 "building_area",
9069                 "opening_hours"
9070             ],
9071             "geometry": [
9072                 "point",
9073                 "area"
9074             ],
9075             "tags": {
9076                 "shop": "tyres"
9077             },
9078             "name": "Tire Store"
9079         },
9080         "shop/vacant": {
9081             "icon": "shop",
9082             "fields": [
9083                 "address",
9084                 "building_area"
9085             ],
9086             "geometry": [
9087                 "point",
9088                 "area"
9089             ],
9090             "tags": {
9091                 "shop": "vacant"
9092             },
9093             "name": "Vacant Shop",
9094             "searchable": false
9095         },
9096         "shop/vacuum_cleaner": {
9097             "icon": "shop",
9098             "fields": [
9099                 "operator",
9100                 "address",
9101                 "building_area",
9102                 "opening_hours"
9103             ],
9104             "geometry": [
9105                 "point",
9106                 "area"
9107             ],
9108             "tags": {
9109                 "shop": "vacuum_cleaner"
9110             },
9111             "name": "Vacuum Cleaner Store"
9112         },
9113         "shop/variety_store": {
9114             "icon": "shop",
9115             "fields": [
9116                 "operator",
9117                 "address",
9118                 "building_area",
9119                 "opening_hours"
9120             ],
9121             "geometry": [
9122                 "point",
9123                 "area"
9124             ],
9125             "tags": {
9126                 "shop": "variety_store"
9127             },
9128             "name": "Variety Store"
9129         },
9130         "shop/video": {
9131             "icon": "shop",
9132             "fields": [
9133                 "operator",
9134                 "address",
9135                 "building_area",
9136                 "opening_hours"
9137             ],
9138             "geometry": [
9139                 "point",
9140                 "area"
9141             ],
9142             "terms": [
9143                 "DVD"
9144             ],
9145             "tags": {
9146                 "shop": "video"
9147             },
9148             "name": "Video Store"
9149         },
9150         "shop/video_games": {
9151             "icon": "shop",
9152             "fields": [
9153                 "operator",
9154                 "address",
9155                 "building_area",
9156                 "opening_hours"
9157             ],
9158             "geometry": [
9159                 "point",
9160                 "area"
9161             ],
9162             "tags": {
9163                 "shop": "video_games"
9164             },
9165             "name": "Video Game Store"
9166         },
9167         "shop/water_sports": {
9168             "icon": "shop",
9169             "fields": [
9170                 "operator",
9171                 "address",
9172                 "building_area",
9173                 "opening_hours"
9174             ],
9175             "geometry": [
9176                 "point",
9177                 "area"
9178             ],
9179             "tags": {
9180                 "shop": "water_sports"
9181             },
9182             "name": "Watersport/Swim Shop"
9183         },
9184         "shop/weapons": {
9185             "icon": "shop",
9186             "fields": [
9187                 "operator",
9188                 "address",
9189                 "building_area",
9190                 "opening_hours"
9191             ],
9192             "geometry": [
9193                 "point",
9194                 "area"
9195             ],
9196             "terms": [
9197                 "ammo",
9198                 "gun",
9199                 "knife",
9200                 "knives"
9201             ],
9202             "tags": {
9203                 "shop": "weapons"
9204             },
9205             "name": "Weapon Shop"
9206         },
9207         "shop/window_blind": {
9208             "icon": "shop",
9209             "fields": [
9210                 "operator",
9211                 "address",
9212                 "building_area",
9213                 "opening_hours"
9214             ],
9215             "geometry": [
9216                 "point",
9217                 "area"
9218             ],
9219             "tags": {
9220                 "shop": "window_blind"
9221             },
9222             "name": "Window Blind Store"
9223         },
9224         "shop/wine": {
9225             "icon": "alcohol-shop",
9226             "fields": [
9227                 "operator",
9228                 "address",
9229                 "building_area",
9230                 "opening_hours"
9231             ],
9232             "geometry": [
9233                 "point",
9234                 "area"
9235             ],
9236             "tags": {
9237                 "shop": "wine"
9238             },
9239             "name": "Wine Shop"
9240         },
9241         "tourism": {
9242             "fields": [
9243                 "tourism"
9244             ],
9245             "geometry": [
9246                 "point",
9247                 "vertex",
9248                 "area"
9249             ],
9250             "tags": {
9251                 "tourism": "*"
9252             },
9253             "name": "Tourism"
9254         },
9255         "tourism/alpine_hut": {
9256             "icon": "lodging",
9257             "fields": [
9258                 "operator",
9259                 "address",
9260                 "building_area"
9261             ],
9262             "geometry": [
9263                 "point",
9264                 "area"
9265             ],
9266             "tags": {
9267                 "tourism": "alpine_hut"
9268             },
9269             "name": "Alpine Hut"
9270         },
9271         "tourism/artwork": {
9272             "icon": "art-gallery",
9273             "fields": [
9274                 "artwork_type",
9275                 "artist"
9276             ],
9277             "geometry": [
9278                 "point",
9279                 "vertex",
9280                 "area"
9281             ],
9282             "tags": {
9283                 "tourism": "artwork"
9284             },
9285             "terms": [
9286                 "mural",
9287                 "sculpture",
9288                 "statue"
9289             ],
9290             "name": "Artwork"
9291         },
9292         "tourism/attraction": {
9293             "icon": "monument",
9294             "fields": [
9295                 "operator",
9296                 "address"
9297             ],
9298             "geometry": [
9299                 "point",
9300                 "vertex",
9301                 "area"
9302             ],
9303             "tags": {
9304                 "tourism": "attraction"
9305             },
9306             "name": "Tourist Attraction"
9307         },
9308         "tourism/camp_site": {
9309             "icon": "campsite",
9310             "fields": [
9311                 "operator",
9312                 "address",
9313                 "capacity",
9314                 "fee"
9315             ],
9316             "geometry": [
9317                 "point",
9318                 "vertex",
9319                 "area"
9320             ],
9321             "terms": [
9322                 "Tent"
9323             ],
9324             "tags": {
9325                 "tourism": "camp_site"
9326             },
9327             "name": "Camp Site"
9328         },
9329         "tourism/caravan_site": {
9330             "icon": "bus",
9331             "fields": [
9332                 "operator",
9333                 "address",
9334                 "capacity",
9335                 "fee",
9336                 "sanitary_dump_station",
9337                 "power_supply",
9338                 "internet_access"
9339             ],
9340             "geometry": [
9341                 "point",
9342                 "vertex",
9343                 "area"
9344             ],
9345             "terms": [
9346                 "Motor Home",
9347                 "Camper"
9348             ],
9349             "tags": {
9350                 "tourism": "caravan_site"
9351             },
9352             "name": "RV Park"
9353         },
9354         "tourism/chalet": {
9355             "icon": "lodging",
9356             "fields": [
9357                 "operator",
9358                 "address",
9359                 "building_area",
9360                 "smoking"
9361             ],
9362             "geometry": [
9363                 "point",
9364                 "area"
9365             ],
9366             "tags": {
9367                 "tourism": "chalet"
9368             },
9369             "name": "Chalet"
9370         },
9371         "tourism/guest_house": {
9372             "icon": "lodging",
9373             "fields": [
9374                 "operator",
9375                 "address",
9376                 "building_area",
9377                 "smoking"
9378             ],
9379             "geometry": [
9380                 "point",
9381                 "area"
9382             ],
9383             "tags": {
9384                 "tourism": "guest_house"
9385             },
9386             "terms": [
9387                 "B&B",
9388                 "Bed and Breakfast"
9389             ],
9390             "name": "Guest House"
9391         },
9392         "tourism/hostel": {
9393             "icon": "lodging",
9394             "fields": [
9395                 "operator",
9396                 "address",
9397                 "building_area",
9398                 "smoking"
9399             ],
9400             "geometry": [
9401                 "point",
9402                 "area"
9403             ],
9404             "tags": {
9405                 "tourism": "hostel"
9406             },
9407             "name": "Hostel"
9408         },
9409         "tourism/hotel": {
9410             "icon": "lodging",
9411             "fields": [
9412                 "operator",
9413                 "address",
9414                 "building_area",
9415                 "smoking"
9416             ],
9417             "geometry": [
9418                 "point",
9419                 "area"
9420             ],
9421             "tags": {
9422                 "tourism": "hotel"
9423             },
9424             "name": "Hotel"
9425         },
9426         "tourism/information": {
9427             "fields": [
9428                 "information",
9429                 "operator",
9430                 "address",
9431                 "building_area"
9432             ],
9433             "geometry": [
9434                 "point",
9435                 "vertex",
9436                 "area"
9437             ],
9438             "tags": {
9439                 "tourism": "information"
9440             },
9441             "name": "Information"
9442         },
9443         "tourism/motel": {
9444             "icon": "lodging",
9445             "fields": [
9446                 "operator",
9447                 "address",
9448                 "building_area",
9449                 "smoking"
9450             ],
9451             "geometry": [
9452                 "point",
9453                 "area"
9454             ],
9455             "tags": {
9456                 "tourism": "motel"
9457             },
9458             "name": "Motel"
9459         },
9460         "tourism/museum": {
9461             "icon": "museum",
9462             "fields": [
9463                 "operator",
9464                 "address",
9465                 "building_area",
9466                 "opening_hours"
9467             ],
9468             "geometry": [
9469                 "point",
9470                 "area"
9471             ],
9472             "terms": [
9473                 "exhibition",
9474                 "foundation",
9475                 "gallery",
9476                 "hall",
9477                 "institution"
9478             ],
9479             "tags": {
9480                 "tourism": "museum"
9481             },
9482             "name": "Museum"
9483         },
9484         "tourism/picnic_site": {
9485             "icon": "park",
9486             "fields": [
9487                 "operator",
9488                 "address",
9489                 "smoking"
9490             ],
9491             "geometry": [
9492                 "point",
9493                 "vertex",
9494                 "area"
9495             ],
9496             "terms": [
9497                 "camp"
9498             ],
9499             "tags": {
9500                 "tourism": "picnic_site"
9501             },
9502             "name": "Picnic Site"
9503         },
9504         "tourism/theme_park": {
9505             "fields": [
9506                 "operator",
9507                 "address",
9508                 "opening_hours"
9509             ],
9510             "geometry": [
9511                 "point",
9512                 "area"
9513             ],
9514             "tags": {
9515                 "tourism": "theme_park"
9516             },
9517             "name": "Theme Park"
9518         },
9519         "tourism/viewpoint": {
9520             "geometry": [
9521                 "point",
9522                 "vertex"
9523             ],
9524             "tags": {
9525                 "tourism": "viewpoint"
9526             },
9527             "name": "Viewpoint"
9528         },
9529         "tourism/zoo": {
9530             "icon": "zoo",
9531             "fields": [
9532                 "operator",
9533                 "address",
9534                 "opening_hours"
9535             ],
9536             "geometry": [
9537                 "point",
9538                 "area"
9539             ],
9540             "tags": {
9541                 "tourism": "zoo"
9542             },
9543             "name": "Zoo"
9544         },
9545         "traffic_calming/bump": {
9546             "fields": [
9547                 "surface"
9548             ],
9549             "geometry": [
9550                 "vertex"
9551             ],
9552             "tags": {
9553                 "traffic_calming": "bump"
9554             },
9555             "terms": [
9556                 "speed hump"
9557             ],
9558             "name": "Speed Bump"
9559         },
9560         "traffic_calming/hump": {
9561             "fields": [
9562                 "surface"
9563             ],
9564             "geometry": [
9565                 "vertex"
9566             ],
9567             "tags": {
9568                 "traffic_calming": "hump"
9569             },
9570             "terms": [
9571                 "speed bump"
9572             ],
9573             "name": "Speed Hump"
9574         },
9575         "traffic_calming/rumble_strip": {
9576             "geometry": [
9577                 "vertex"
9578             ],
9579             "tags": {
9580                 "traffic_calming": "rumble_strip"
9581             },
9582             "terms": [
9583                 "sleeper lines",
9584                 "audible lines",
9585                 "growlers"
9586             ],
9587             "name": "Rumble Strip"
9588         },
9589         "traffic_calming/table": {
9590             "fields": [
9591                 "surface"
9592             ],
9593             "geometry": [
9594                 "vertex"
9595             ],
9596             "tags": {
9597                 "highway": "crossing",
9598                 "traffic_calming": "table"
9599             },
9600             "terms": [
9601                 "speed table",
9602                 "flat top hump"
9603             ],
9604             "name": "Raised Pedestrian Crossing"
9605         },
9606         "type/boundary": {
9607             "geometry": [
9608                 "relation"
9609             ],
9610             "tags": {
9611                 "type": "boundary"
9612             },
9613             "name": "Boundary",
9614             "icon": "boundary",
9615             "fields": [
9616                 "boundary"
9617             ]
9618         },
9619         "type/boundary/administrative": {
9620             "name": "Administrative Boundary",
9621             "geometry": [
9622                 "relation"
9623             ],
9624             "tags": {
9625                 "type": "boundary",
9626                 "boundary": "administrative"
9627             },
9628             "fields": [
9629                 "admin_level"
9630             ],
9631             "icon": "boundary"
9632         },
9633         "type/multipolygon": {
9634             "geometry": [
9635                 "area",
9636                 "relation"
9637             ],
9638             "tags": {
9639                 "type": "multipolygon"
9640             },
9641             "removeTags": {},
9642             "name": "Multipolygon",
9643             "icon": "multipolygon",
9644             "searchable": false,
9645             "matchScore": 0.1
9646         },
9647         "type/restriction": {
9648             "geometry": [
9649                 "relation"
9650             ],
9651             "tags": {
9652                 "type": "restriction"
9653             },
9654             "name": "Restriction",
9655             "icon": "restriction",
9656             "fields": [
9657                 "restriction",
9658                 "except"
9659             ]
9660         },
9661         "type/restriction/no_left_turn": {
9662             "name": "No Left Turn",
9663             "geometry": [
9664                 "relation"
9665             ],
9666             "tags": {
9667                 "type": "restriction",
9668                 "restriction": "no_left_turn"
9669             },
9670             "fields": [
9671                 "except"
9672             ],
9673             "icon": "restriction-no-left-turn"
9674         },
9675         "type/restriction/no_right_turn": {
9676             "name": "No Right Turn",
9677             "geometry": [
9678                 "relation"
9679             ],
9680             "tags": {
9681                 "type": "restriction",
9682                 "restriction": "no_right_turn"
9683             },
9684             "fields": [
9685                 "except"
9686             ],
9687             "icon": "restriction-no-right-turn"
9688         },
9689         "type/restriction/no_straight_on": {
9690             "name": "No Straight On",
9691             "geometry": [
9692                 "relation"
9693             ],
9694             "tags": {
9695                 "type": "restriction",
9696                 "restriction": "no_straight_on"
9697             },
9698             "fields": [
9699                 "except"
9700             ],
9701             "icon": "restriction-no-straight-on"
9702         },
9703         "type/restriction/no_u_turn": {
9704             "name": "No U-turn",
9705             "geometry": [
9706                 "relation"
9707             ],
9708             "tags": {
9709                 "type": "restriction",
9710                 "restriction": "no_u_turn"
9711             },
9712             "fields": [
9713                 "except"
9714             ],
9715             "icon": "restriction-no-u-turn"
9716         },
9717         "type/restriction/only_left_turn": {
9718             "name": "Left Turn Only",
9719             "geometry": [
9720                 "relation"
9721             ],
9722             "tags": {
9723                 "type": "restriction",
9724                 "restriction": "only_left_turn"
9725             },
9726             "fields": [
9727                 "except"
9728             ],
9729             "icon": "restriction-only-left-turn"
9730         },
9731         "type/restriction/only_right_turn": {
9732             "name": "Right Turn Only",
9733             "geometry": [
9734                 "relation"
9735             ],
9736             "tags": {
9737                 "type": "restriction",
9738                 "restriction": "only_right_turn"
9739             },
9740             "fields": [
9741                 "except"
9742             ],
9743             "icon": "restriction-only-right-turn"
9744         },
9745         "type/restriction/only_straight_on": {
9746             "name": "No Turns",
9747             "geometry": [
9748                 "relation"
9749             ],
9750             "tags": {
9751                 "type": "restriction",
9752                 "restriction": "only_straight_on"
9753             },
9754             "fields": [
9755                 "except"
9756             ],
9757             "icon": "restriction-only-straight-on"
9758         },
9759         "type/route": {
9760             "geometry": [
9761                 "relation"
9762             ],
9763             "tags": {
9764                 "type": "route"
9765             },
9766             "name": "Route",
9767             "icon": "route",
9768             "fields": [
9769                 "route",
9770                 "ref"
9771             ]
9772         },
9773         "type/route/bicycle": {
9774             "geometry": [
9775                 "relation"
9776             ],
9777             "tags": {
9778                 "type": "route",
9779                 "route": "bicycle"
9780             },
9781             "name": "Cycle Route",
9782             "icon": "route-bicycle",
9783             "fields": [
9784                 "ref",
9785                 "network"
9786             ]
9787         },
9788         "type/route/bus": {
9789             "geometry": [
9790                 "relation"
9791             ],
9792             "tags": {
9793                 "type": "route",
9794                 "route": "bus"
9795             },
9796             "name": "Bus Route",
9797             "icon": "route-bus",
9798             "fields": [
9799                 "ref",
9800                 "operator",
9801                 "network"
9802             ]
9803         },
9804         "type/route/detour": {
9805             "geometry": [
9806                 "relation"
9807             ],
9808             "tags": {
9809                 "type": "route",
9810                 "route": "detour"
9811             },
9812             "name": "Detour Route",
9813             "icon": "route-detour",
9814             "fields": [
9815                 "ref"
9816             ]
9817         },
9818         "type/route/ferry": {
9819             "geometry": [
9820                 "relation"
9821             ],
9822             "tags": {
9823                 "type": "route",
9824                 "route": "ferry"
9825             },
9826             "name": "Ferry Route",
9827             "icon": "route-ferry",
9828             "fields": [
9829                 "ref",
9830                 "operator",
9831                 "network"
9832             ]
9833         },
9834         "type/route/foot": {
9835             "geometry": [
9836                 "relation"
9837             ],
9838             "tags": {
9839                 "type": "route",
9840                 "route": "foot"
9841             },
9842             "name": "Foot Route",
9843             "icon": "route-foot",
9844             "fields": [
9845                 "ref",
9846                 "operator",
9847                 "network"
9848             ]
9849         },
9850         "type/route/hiking": {
9851             "geometry": [
9852                 "relation"
9853             ],
9854             "tags": {
9855                 "type": "route",
9856                 "route": "hiking"
9857             },
9858             "name": "Hiking Route",
9859             "icon": "route-foot",
9860             "fields": [
9861                 "ref",
9862                 "operator",
9863                 "network"
9864             ]
9865         },
9866         "type/route/pipeline": {
9867             "geometry": [
9868                 "relation"
9869             ],
9870             "tags": {
9871                 "type": "route",
9872                 "route": "pipeline"
9873             },
9874             "name": "Pipeline Route",
9875             "icon": "route-pipeline",
9876             "fields": [
9877                 "ref",
9878                 "operator"
9879             ]
9880         },
9881         "type/route/power": {
9882             "geometry": [
9883                 "relation"
9884             ],
9885             "tags": {
9886                 "type": "route",
9887                 "route": "power"
9888             },
9889             "name": "Power Route",
9890             "icon": "route-power",
9891             "fields": [
9892                 "ref",
9893                 "operator"
9894             ]
9895         },
9896         "type/route/road": {
9897             "geometry": [
9898                 "relation"
9899             ],
9900             "tags": {
9901                 "type": "route",
9902                 "route": "road"
9903             },
9904             "name": "Road Route",
9905             "icon": "route-road",
9906             "fields": [
9907                 "ref",
9908                 "network"
9909             ]
9910         },
9911         "type/route/train": {
9912             "geometry": [
9913                 "relation"
9914             ],
9915             "tags": {
9916                 "type": "route",
9917                 "route": "train"
9918             },
9919             "name": "Train Route",
9920             "icon": "route-train",
9921             "fields": [
9922                 "ref",
9923                 "operator"
9924             ]
9925         },
9926         "type/route/tram": {
9927             "geometry": [
9928                 "relation"
9929             ],
9930             "tags": {
9931                 "type": "route",
9932                 "route": "tram"
9933             },
9934             "name": "Tram Route",
9935             "icon": "route-tram",
9936             "fields": [
9937                 "ref",
9938                 "operator"
9939             ]
9940         },
9941         "type/route_master": {
9942             "geometry": [
9943                 "relation"
9944             ],
9945             "tags": {
9946                 "type": "route_master"
9947             },
9948             "name": "Route Master",
9949             "icon": "route-master",
9950             "fields": [
9951                 "route_master",
9952                 "ref",
9953                 "operator",
9954                 "network"
9955             ]
9956         },
9957         "vertex": {
9958             "name": "Other",
9959             "tags": {},
9960             "geometry": [
9961                 "vertex"
9962             ],
9963             "matchScore": 0.1
9964         },
9965         "waterway": {
9966             "fields": [
9967                 "waterway"
9968             ],
9969             "geometry": [
9970                 "point",
9971                 "vertex",
9972                 "line",
9973                 "area"
9974             ],
9975             "tags": {
9976                 "waterway": "*"
9977             },
9978             "searchable": false,
9979             "name": "Waterway"
9980         },
9981         "waterway/canal": {
9982             "icon": "waterway-canal",
9983             "fields": [
9984                 "width"
9985             ],
9986             "geometry": [
9987                 "line"
9988             ],
9989             "tags": {
9990                 "waterway": "canal"
9991             },
9992             "name": "Canal"
9993         },
9994         "waterway/dam": {
9995             "icon": "dam",
9996             "geometry": [
9997                 "point",
9998                 "vertex",
9999                 "line",
10000                 "area"
10001             ],
10002             "tags": {
10003                 "waterway": "dam"
10004             },
10005             "name": "Dam"
10006         },
10007         "waterway/ditch": {
10008             "icon": "waterway-ditch",
10009             "fields": [
10010                 "tunnel"
10011             ],
10012             "geometry": [
10013                 "line"
10014             ],
10015             "tags": {
10016                 "waterway": "ditch"
10017             },
10018             "name": "Ditch"
10019         },
10020         "waterway/drain": {
10021             "icon": "waterway-stream",
10022             "fields": [
10023                 "tunnel"
10024             ],
10025             "geometry": [
10026                 "line"
10027             ],
10028             "tags": {
10029                 "waterway": "drain"
10030             },
10031             "name": "Drain"
10032         },
10033         "waterway/fuel": {
10034             "icon": "fuel",
10035             "fields": [
10036                 "operator",
10037                 "address",
10038                 "building_area",
10039                 "opening_hours"
10040             ],
10041             "geometry": [
10042                 "point",
10043                 "area"
10044             ],
10045             "terms": [
10046                 "petrol",
10047                 "gas",
10048                 "diesel",
10049                 "boat"
10050             ],
10051             "tags": {
10052                 "waterway": "fuel"
10053             },
10054             "name": "Marine Fuel Station"
10055         },
10056         "waterway/river": {
10057             "icon": "waterway-river",
10058             "fields": [
10059                 "tunnel",
10060                 "width"
10061             ],
10062             "geometry": [
10063                 "line"
10064             ],
10065             "terms": [
10066                 "beck",
10067                 "branch",
10068                 "brook",
10069                 "course",
10070                 "creek",
10071                 "estuary",
10072                 "rill",
10073                 "rivulet",
10074                 "run",
10075                 "runnel",
10076                 "stream",
10077                 "tributary",
10078                 "watercourse"
10079             ],
10080             "tags": {
10081                 "waterway": "river"
10082             },
10083             "name": "River"
10084         },
10085         "waterway/riverbank": {
10086             "icon": "water",
10087             "geometry": [
10088                 "area"
10089             ],
10090             "tags": {
10091                 "waterway": "riverbank"
10092             },
10093             "name": "Riverbank"
10094         },
10095         "waterway/sanitary_dump_station": {
10096             "fields": [
10097                 "operator",
10098                 "access_toilets",
10099                 "fee",
10100                 "water_point"
10101             ],
10102             "geometry": [
10103                 "point",
10104                 "vertex",
10105                 "area"
10106             ],
10107             "terms": [
10108                 "Boat",
10109                 "Watercraft",
10110                 "Sanitary",
10111                 "Dump Station",
10112                 "Pumpout",
10113                 "Pump out",
10114                 "Elsan",
10115                 "CDP",
10116                 "CTDP",
10117                 "Chemical Toilet"
10118             ],
10119             "tags": {
10120                 "waterway": "sanitary_dump_station"
10121             },
10122             "name": "Marine Toilet Disposal"
10123         },
10124         "waterway/stream": {
10125             "icon": "waterway-stream",
10126             "fields": [
10127                 "tunnel",
10128                 "width"
10129             ],
10130             "geometry": [
10131                 "line"
10132             ],
10133             "terms": [
10134                 "beck",
10135                 "branch",
10136                 "brook",
10137                 "burn",
10138                 "course",
10139                 "creek",
10140                 "current",
10141                 "drift",
10142                 "flood",
10143                 "flow",
10144                 "freshet",
10145                 "race",
10146                 "rill",
10147                 "rindle",
10148                 "rivulet",
10149                 "run",
10150                 "runnel",
10151                 "rush",
10152                 "spate",
10153                 "spritz",
10154                 "surge",
10155                 "tide",
10156                 "torrent",
10157                 "tributary",
10158                 "watercourse"
10159             ],
10160             "tags": {
10161                 "waterway": "stream"
10162             },
10163             "name": "Stream"
10164         },
10165         "waterway/weir": {
10166             "icon": "dam",
10167             "geometry": [
10168                 "vertex",
10169                 "line"
10170             ],
10171             "tags": {
10172                 "waterway": "weir"
10173             },
10174             "name": "Weir"
10175         },
10176         "amenity/fuel/76": {
10177             "tags": {
10178                 "name": "76",
10179                 "amenity": "fuel"
10180             },
10181             "name": "76",
10182             "icon": "fuel",
10183             "geometry": [
10184                 "point",
10185                 "area"
10186             ],
10187             "fields": [
10188                 "operator",
10189                 "address",
10190                 "building_area",
10191                 "opening_hours"
10192             ],
10193             "suggestion": true
10194         },
10195         "amenity/fuel/Neste": {
10196             "tags": {
10197                 "name": "Neste",
10198                 "amenity": "fuel"
10199             },
10200             "name": "Neste",
10201             "icon": "fuel",
10202             "geometry": [
10203                 "point",
10204                 "area"
10205             ],
10206             "fields": [
10207                 "operator",
10208                 "address",
10209                 "building_area",
10210                 "opening_hours"
10211             ],
10212             "suggestion": true
10213         },
10214         "amenity/fuel/BP": {
10215             "tags": {
10216                 "name": "BP",
10217                 "amenity": "fuel"
10218             },
10219             "name": "BP",
10220             "icon": "fuel",
10221             "geometry": [
10222                 "point",
10223                 "area"
10224             ],
10225             "fields": [
10226                 "operator",
10227                 "address",
10228                 "building_area",
10229                 "opening_hours"
10230             ],
10231             "suggestion": true
10232         },
10233         "amenity/fuel/Shell": {
10234             "tags": {
10235                 "name": "Shell",
10236                 "amenity": "fuel"
10237             },
10238             "name": "Shell",
10239             "icon": "fuel",
10240             "geometry": [
10241                 "point",
10242                 "area"
10243             ],
10244             "fields": [
10245                 "operator",
10246                 "address",
10247                 "building_area",
10248                 "opening_hours"
10249             ],
10250             "suggestion": true
10251         },
10252         "amenity/fuel/Agip": {
10253             "tags": {
10254                 "name": "Agip",
10255                 "amenity": "fuel"
10256             },
10257             "name": "Agip",
10258             "icon": "fuel",
10259             "geometry": [
10260                 "point",
10261                 "area"
10262             ],
10263             "fields": [
10264                 "operator",
10265                 "address",
10266                 "building_area",
10267                 "opening_hours"
10268             ],
10269             "suggestion": true
10270         },
10271         "amenity/fuel/Migrol": {
10272             "tags": {
10273                 "name": "Migrol",
10274                 "amenity": "fuel"
10275             },
10276             "name": "Migrol",
10277             "icon": "fuel",
10278             "geometry": [
10279                 "point",
10280                 "area"
10281             ],
10282             "fields": [
10283                 "operator",
10284                 "address",
10285                 "building_area",
10286                 "opening_hours"
10287             ],
10288             "suggestion": true
10289         },
10290         "amenity/fuel/Avia": {
10291             "tags": {
10292                 "name": "Avia",
10293                 "amenity": "fuel"
10294             },
10295             "name": "Avia",
10296             "icon": "fuel",
10297             "geometry": [
10298                 "point",
10299                 "area"
10300             ],
10301             "fields": [
10302                 "operator",
10303                 "address",
10304                 "building_area",
10305                 "opening_hours"
10306             ],
10307             "suggestion": true
10308         },
10309         "amenity/fuel/Texaco": {
10310             "tags": {
10311                 "name": "Texaco",
10312                 "amenity": "fuel"
10313             },
10314             "name": "Texaco",
10315             "icon": "fuel",
10316             "geometry": [
10317                 "point",
10318                 "area"
10319             ],
10320             "fields": [
10321                 "operator",
10322                 "address",
10323                 "building_area",
10324                 "opening_hours"
10325             ],
10326             "suggestion": true
10327         },
10328         "amenity/fuel/Total": {
10329             "tags": {
10330                 "name": "Total",
10331                 "amenity": "fuel"
10332             },
10333             "name": "Total",
10334             "icon": "fuel",
10335             "geometry": [
10336                 "point",
10337                 "area"
10338             ],
10339             "fields": [
10340                 "operator",
10341                 "address",
10342                 "building_area",
10343                 "opening_hours"
10344             ],
10345             "suggestion": true
10346         },
10347         "amenity/fuel/Statoil": {
10348             "tags": {
10349                 "name": "Statoil",
10350                 "amenity": "fuel"
10351             },
10352             "name": "Statoil",
10353             "icon": "fuel",
10354             "geometry": [
10355                 "point",
10356                 "area"
10357             ],
10358             "fields": [
10359                 "operator",
10360                 "address",
10361                 "building_area",
10362                 "opening_hours"
10363             ],
10364             "suggestion": true
10365         },
10366         "amenity/fuel/Esso": {
10367             "tags": {
10368                 "name": "Esso",
10369                 "amenity": "fuel"
10370             },
10371             "name": "Esso",
10372             "icon": "fuel",
10373             "geometry": [
10374                 "point",
10375                 "area"
10376             ],
10377             "fields": [
10378                 "operator",
10379                 "address",
10380                 "building_area",
10381                 "opening_hours"
10382             ],
10383             "suggestion": true
10384         },
10385         "amenity/fuel/Jet": {
10386             "tags": {
10387                 "name": "Jet",
10388                 "amenity": "fuel"
10389             },
10390             "name": "Jet",
10391             "icon": "fuel",
10392             "geometry": [
10393                 "point",
10394                 "area"
10395             ],
10396             "fields": [
10397                 "operator",
10398                 "address",
10399                 "building_area",
10400                 "opening_hours"
10401             ],
10402             "suggestion": true
10403         },
10404         "amenity/fuel/Avanti": {
10405             "tags": {
10406                 "name": "Avanti",
10407                 "amenity": "fuel"
10408             },
10409             "name": "Avanti",
10410             "icon": "fuel",
10411             "geometry": [
10412                 "point",
10413                 "area"
10414             ],
10415             "fields": [
10416                 "operator",
10417                 "address",
10418                 "building_area",
10419                 "opening_hours"
10420             ],
10421             "suggestion": true
10422         },
10423         "amenity/fuel/OMV": {
10424             "tags": {
10425                 "name": "OMV",
10426                 "amenity": "fuel"
10427             },
10428             "name": "OMV",
10429             "icon": "fuel",
10430             "geometry": [
10431                 "point",
10432                 "area"
10433             ],
10434             "fields": [
10435                 "operator",
10436                 "address",
10437                 "building_area",
10438                 "opening_hours"
10439             ],
10440             "suggestion": true
10441         },
10442         "amenity/fuel/Aral": {
10443             "tags": {
10444                 "name": "Aral",
10445                 "amenity": "fuel"
10446             },
10447             "name": "Aral",
10448             "icon": "fuel",
10449             "geometry": [
10450                 "point",
10451                 "area"
10452             ],
10453             "fields": [
10454                 "operator",
10455                 "address",
10456                 "building_area",
10457                 "opening_hours"
10458             ],
10459             "suggestion": true
10460         },
10461         "amenity/fuel/JET": {
10462             "tags": {
10463                 "name": "JET",
10464                 "amenity": "fuel"
10465             },
10466             "name": "JET",
10467             "icon": "fuel",
10468             "geometry": [
10469                 "point",
10470                 "area"
10471             ],
10472             "fields": [
10473                 "operator",
10474                 "address",
10475                 "building_area",
10476                 "opening_hours"
10477             ],
10478             "suggestion": true
10479         },
10480         "amenity/fuel/United": {
10481             "tags": {
10482                 "name": "United",
10483                 "amenity": "fuel"
10484             },
10485             "name": "United",
10486             "icon": "fuel",
10487             "geometry": [
10488                 "point",
10489                 "area"
10490             ],
10491             "fields": [
10492                 "operator",
10493                 "address",
10494                 "building_area",
10495                 "opening_hours"
10496             ],
10497             "suggestion": true
10498         },
10499         "amenity/fuel/Mobil": {
10500             "tags": {
10501                 "name": "Mobil",
10502                 "amenity": "fuel"
10503             },
10504             "name": "Mobil",
10505             "icon": "fuel",
10506             "geometry": [
10507                 "point",
10508                 "area"
10509             ],
10510             "fields": [
10511                 "operator",
10512                 "address",
10513                 "building_area",
10514                 "opening_hours"
10515             ],
10516             "suggestion": true
10517         },
10518         "amenity/fuel/Caltex": {
10519             "tags": {
10520                 "name": "Caltex",
10521                 "amenity": "fuel"
10522             },
10523             "name": "Caltex",
10524             "icon": "fuel",
10525             "geometry": [
10526                 "point",
10527                 "area"
10528             ],
10529             "fields": [
10530                 "operator",
10531                 "address",
10532                 "building_area",
10533                 "opening_hours"
10534             ],
10535             "suggestion": true
10536         },
10537         "amenity/fuel/Sunoco": {
10538             "tags": {
10539                 "name": "Sunoco",
10540                 "amenity": "fuel"
10541             },
10542             "name": "Sunoco",
10543             "icon": "fuel",
10544             "geometry": [
10545                 "point",
10546                 "area"
10547             ],
10548             "fields": [
10549                 "operator",
10550                 "address",
10551                 "building_area",
10552                 "opening_hours"
10553             ],
10554             "suggestion": true
10555         },
10556         "amenity/fuel/Q8": {
10557             "tags": {
10558                 "name": "Q8",
10559                 "amenity": "fuel"
10560             },
10561             "name": "Q8",
10562             "icon": "fuel",
10563             "geometry": [
10564                 "point",
10565                 "area"
10566             ],
10567             "fields": [
10568                 "operator",
10569                 "address",
10570                 "building_area",
10571                 "opening_hours"
10572             ],
10573             "suggestion": true
10574         },
10575         "amenity/fuel/ARAL": {
10576             "tags": {
10577                 "name": "ARAL",
10578                 "amenity": "fuel"
10579             },
10580             "name": "ARAL",
10581             "icon": "fuel",
10582             "geometry": [
10583                 "point",
10584                 "area"
10585             ],
10586             "fields": [
10587                 "operator",
10588                 "address",
10589                 "building_area",
10590                 "opening_hours"
10591             ],
10592             "suggestion": true
10593         },
10594         "amenity/fuel/CEPSA": {
10595             "tags": {
10596                 "name": "CEPSA",
10597                 "amenity": "fuel"
10598             },
10599             "name": "CEPSA",
10600             "icon": "fuel",
10601             "geometry": [
10602                 "point",
10603                 "area"
10604             ],
10605             "fields": [
10606                 "operator",
10607                 "address",
10608                 "building_area",
10609                 "opening_hours"
10610             ],
10611             "suggestion": true
10612         },
10613         "amenity/fuel/BFT": {
10614             "tags": {
10615                 "name": "BFT",
10616                 "amenity": "fuel"
10617             },
10618             "name": "BFT",
10619             "icon": "fuel",
10620             "geometry": [
10621                 "point",
10622                 "area"
10623             ],
10624             "fields": [
10625                 "operator",
10626                 "address",
10627                 "building_area",
10628                 "opening_hours"
10629             ],
10630             "suggestion": true
10631         },
10632         "amenity/fuel/Petron": {
10633             "tags": {
10634                 "name": "Petron",
10635                 "amenity": "fuel"
10636             },
10637             "name": "Petron",
10638             "icon": "fuel",
10639             "geometry": [
10640                 "point",
10641                 "area"
10642             ],
10643             "fields": [
10644                 "operator",
10645                 "address",
10646                 "building_area",
10647                 "opening_hours"
10648             ],
10649             "suggestion": true
10650         },
10651         "amenity/fuel/Total Access": {
10652             "tags": {
10653                 "name": "Total Access",
10654                 "amenity": "fuel"
10655             },
10656             "name": "Total Access",
10657             "icon": "fuel",
10658             "geometry": [
10659                 "point",
10660                 "area"
10661             ],
10662             "fields": [
10663                 "operator",
10664                 "address",
10665                 "building_area",
10666                 "opening_hours"
10667             ],
10668             "suggestion": true
10669         },
10670         "amenity/fuel/Elf": {
10671             "tags": {
10672                 "name": "Elf",
10673                 "amenity": "fuel"
10674             },
10675             "name": "Elf",
10676             "icon": "fuel",
10677             "geometry": [
10678                 "point",
10679                 "area"
10680             ],
10681             "fields": [
10682                 "operator",
10683                 "address",
10684                 "building_area",
10685                 "opening_hours"
10686             ],
10687             "suggestion": true
10688         },
10689         "amenity/fuel/Station Service E. Leclerc": {
10690             "tags": {
10691                 "name": "Station Service E. Leclerc",
10692                 "amenity": "fuel"
10693             },
10694             "name": "Station Service E. Leclerc",
10695             "icon": "fuel",
10696             "geometry": [
10697                 "point",
10698                 "area"
10699             ],
10700             "fields": [
10701                 "operator",
10702                 "address",
10703                 "building_area",
10704                 "opening_hours"
10705             ],
10706             "suggestion": true
10707         },
10708         "amenity/fuel/Shell Express": {
10709             "tags": {
10710                 "name": "Shell Express",
10711                 "amenity": "fuel"
10712             },
10713             "name": "Shell Express",
10714             "icon": "fuel",
10715             "geometry": [
10716                 "point",
10717                 "area"
10718             ],
10719             "fields": [
10720                 "operator",
10721                 "address",
10722                 "building_area",
10723                 "opening_hours"
10724             ],
10725             "suggestion": true
10726         },
10727         "amenity/fuel/Hess": {
10728             "tags": {
10729                 "name": "Hess",
10730                 "amenity": "fuel"
10731             },
10732             "name": "Hess",
10733             "icon": "fuel",
10734             "geometry": [
10735                 "point",
10736                 "area"
10737             ],
10738             "fields": [
10739                 "operator",
10740                 "address",
10741                 "building_area",
10742                 "opening_hours"
10743             ],
10744             "suggestion": true
10745         },
10746         "amenity/fuel/Flying V": {
10747             "tags": {
10748                 "name": "Flying V",
10749                 "amenity": "fuel"
10750             },
10751             "name": "Flying V",
10752             "icon": "fuel",
10753             "geometry": [
10754                 "point",
10755                 "area"
10756             ],
10757             "fields": [
10758                 "operator",
10759                 "address",
10760                 "building_area",
10761                 "opening_hours"
10762             ],
10763             "suggestion": true
10764         },
10765         "amenity/fuel/bft": {
10766             "tags": {
10767                 "name": "bft",
10768                 "amenity": "fuel"
10769             },
10770             "name": "bft",
10771             "icon": "fuel",
10772             "geometry": [
10773                 "point",
10774                 "area"
10775             ],
10776             "fields": [
10777                 "operator",
10778                 "address",
10779                 "building_area",
10780                 "opening_hours"
10781             ],
10782             "suggestion": true
10783         },
10784         "amenity/fuel/Gulf": {
10785             "tags": {
10786                 "name": "Gulf",
10787                 "amenity": "fuel"
10788             },
10789             "name": "Gulf",
10790             "icon": "fuel",
10791             "geometry": [
10792                 "point",
10793                 "area"
10794             ],
10795             "fields": [
10796                 "operator",
10797                 "address",
10798                 "building_area",
10799                 "opening_hours"
10800             ],
10801             "suggestion": true
10802         },
10803         "amenity/fuel/PTT": {
10804             "tags": {
10805                 "name": "PTT",
10806                 "amenity": "fuel"
10807             },
10808             "name": "PTT",
10809             "icon": "fuel",
10810             "geometry": [
10811                 "point",
10812                 "area"
10813             ],
10814             "fields": [
10815                 "operator",
10816                 "address",
10817                 "building_area",
10818                 "opening_hours"
10819             ],
10820             "suggestion": true
10821         },
10822         "amenity/fuel/St1": {
10823             "tags": {
10824                 "name": "St1",
10825                 "amenity": "fuel"
10826             },
10827             "name": "St1",
10828             "icon": "fuel",
10829             "geometry": [
10830                 "point",
10831                 "area"
10832             ],
10833             "fields": [
10834                 "operator",
10835                 "address",
10836                 "building_area",
10837                 "opening_hours"
10838             ],
10839             "suggestion": true
10840         },
10841         "amenity/fuel/Teboil": {
10842             "tags": {
10843                 "name": "Teboil",
10844                 "amenity": "fuel"
10845             },
10846             "name": "Teboil",
10847             "icon": "fuel",
10848             "geometry": [
10849                 "point",
10850                 "area"
10851             ],
10852             "fields": [
10853                 "operator",
10854                 "address",
10855                 "building_area",
10856                 "opening_hours"
10857             ],
10858             "suggestion": true
10859         },
10860         "amenity/fuel/HEM": {
10861             "tags": {
10862                 "name": "HEM",
10863                 "amenity": "fuel"
10864             },
10865             "name": "HEM",
10866             "icon": "fuel",
10867             "geometry": [
10868                 "point",
10869                 "area"
10870             ],
10871             "fields": [
10872                 "operator",
10873                 "address",
10874                 "building_area",
10875                 "opening_hours"
10876             ],
10877             "suggestion": true
10878         },
10879         "amenity/fuel/GALP": {
10880             "tags": {
10881                 "name": "GALP",
10882                 "amenity": "fuel"
10883             },
10884             "name": "GALP",
10885             "icon": "fuel",
10886             "geometry": [
10887                 "point",
10888                 "area"
10889             ],
10890             "fields": [
10891                 "operator",
10892                 "address",
10893                 "building_area",
10894                 "opening_hours"
10895             ],
10896             "suggestion": true
10897         },
10898         "amenity/fuel/OK": {
10899             "tags": {
10900                 "name": "OK",
10901                 "amenity": "fuel"
10902             },
10903             "name": "OK",
10904             "icon": "fuel",
10905             "geometry": [
10906                 "point",
10907                 "area"
10908             ],
10909             "fields": [
10910                 "operator",
10911                 "address",
10912                 "building_area",
10913                 "opening_hours"
10914             ],
10915             "suggestion": true
10916         },
10917         "amenity/fuel/ÖMV": {
10918             "tags": {
10919                 "name": "ÖMV",
10920                 "amenity": "fuel"
10921             },
10922             "name": "ÖMV",
10923             "icon": "fuel",
10924             "geometry": [
10925                 "point",
10926                 "area"
10927             ],
10928             "fields": [
10929                 "operator",
10930                 "address",
10931                 "building_area",
10932                 "opening_hours"
10933             ],
10934             "suggestion": true
10935         },
10936         "amenity/fuel/Tinq": {
10937             "tags": {
10938                 "name": "Tinq",
10939                 "amenity": "fuel"
10940             },
10941             "name": "Tinq",
10942             "icon": "fuel",
10943             "geometry": [
10944                 "point",
10945                 "area"
10946             ],
10947             "fields": [
10948                 "operator",
10949                 "address",
10950                 "building_area",
10951                 "opening_hours"
10952             ],
10953             "suggestion": true
10954         },
10955         "amenity/fuel/OKQ8": {
10956             "tags": {
10957                 "name": "OKQ8",
10958                 "amenity": "fuel"
10959             },
10960             "name": "OKQ8",
10961             "icon": "fuel",
10962             "geometry": [
10963                 "point",
10964                 "area"
10965             ],
10966             "fields": [
10967                 "operator",
10968                 "address",
10969                 "building_area",
10970                 "opening_hours"
10971             ],
10972             "suggestion": true
10973         },
10974         "amenity/fuel/Repsol": {
10975             "tags": {
10976                 "name": "Repsol",
10977                 "amenity": "fuel"
10978             },
10979             "name": "Repsol",
10980             "icon": "fuel",
10981             "geometry": [
10982                 "point",
10983                 "area"
10984             ],
10985             "fields": [
10986                 "operator",
10987                 "address",
10988                 "building_area",
10989                 "opening_hours"
10990             ],
10991             "suggestion": true
10992         },
10993         "amenity/fuel/Westfalen": {
10994             "tags": {
10995                 "name": "Westfalen",
10996                 "amenity": "fuel"
10997             },
10998             "name": "Westfalen",
10999             "icon": "fuel",
11000             "geometry": [
11001                 "point",
11002                 "area"
11003             ],
11004             "fields": [
11005                 "operator",
11006                 "address",
11007                 "building_area",
11008                 "opening_hours"
11009             ],
11010             "suggestion": true
11011         },
11012         "amenity/fuel/Esso Express": {
11013             "tags": {
11014                 "name": "Esso Express",
11015                 "amenity": "fuel"
11016             },
11017             "name": "Esso Express",
11018             "icon": "fuel",
11019             "geometry": [
11020                 "point",
11021                 "area"
11022             ],
11023             "fields": [
11024                 "operator",
11025                 "address",
11026                 "building_area",
11027                 "opening_hours"
11028             ],
11029             "suggestion": true
11030         },
11031         "amenity/fuel/Tamoil": {
11032             "tags": {
11033                 "name": "Tamoil",
11034                 "amenity": "fuel"
11035             },
11036             "name": "Tamoil",
11037             "icon": "fuel",
11038             "geometry": [
11039                 "point",
11040                 "area"
11041             ],
11042             "fields": [
11043                 "operator",
11044                 "address",
11045                 "building_area",
11046                 "opening_hours"
11047             ],
11048             "suggestion": true
11049         },
11050         "amenity/fuel/Engen": {
11051             "tags": {
11052                 "name": "Engen",
11053                 "amenity": "fuel"
11054             },
11055             "name": "Engen",
11056             "icon": "fuel",
11057             "geometry": [
11058                 "point",
11059                 "area"
11060             ],
11061             "fields": [
11062                 "operator",
11063                 "address",
11064                 "building_area",
11065                 "opening_hours"
11066             ],
11067             "suggestion": true
11068         },
11069         "amenity/fuel/Sasol": {
11070             "tags": {
11071                 "name": "Sasol",
11072                 "amenity": "fuel"
11073             },
11074             "name": "Sasol",
11075             "icon": "fuel",
11076             "geometry": [
11077                 "point",
11078                 "area"
11079             ],
11080             "fields": [
11081                 "operator",
11082                 "address",
11083                 "building_area",
11084                 "opening_hours"
11085             ],
11086             "suggestion": true
11087         },
11088         "amenity/fuel/Topaz": {
11089             "tags": {
11090                 "name": "Topaz",
11091                 "amenity": "fuel"
11092             },
11093             "name": "Topaz",
11094             "icon": "fuel",
11095             "geometry": [
11096                 "point",
11097                 "area"
11098             ],
11099             "fields": [
11100                 "operator",
11101                 "address",
11102                 "building_area",
11103                 "opening_hours"
11104             ],
11105             "suggestion": true
11106         },
11107         "amenity/fuel/LPG": {
11108             "tags": {
11109                 "name": "LPG",
11110                 "amenity": "fuel"
11111             },
11112             "name": "LPG",
11113             "icon": "fuel",
11114             "geometry": [
11115                 "point",
11116                 "area"
11117             ],
11118             "fields": [
11119                 "operator",
11120                 "address",
11121                 "building_area",
11122                 "opening_hours"
11123             ],
11124             "suggestion": true
11125         },
11126         "amenity/fuel/Orlen": {
11127             "tags": {
11128                 "name": "Orlen",
11129                 "amenity": "fuel"
11130             },
11131             "name": "Orlen",
11132             "icon": "fuel",
11133             "geometry": [
11134                 "point",
11135                 "area"
11136             ],
11137             "fields": [
11138                 "operator",
11139                 "address",
11140                 "building_area",
11141                 "opening_hours"
11142             ],
11143             "suggestion": true
11144         },
11145         "amenity/fuel/Oilibya": {
11146             "tags": {
11147                 "name": "Oilibya",
11148                 "amenity": "fuel"
11149             },
11150             "name": "Oilibya",
11151             "icon": "fuel",
11152             "geometry": [
11153                 "point",
11154                 "area"
11155             ],
11156             "fields": [
11157                 "operator",
11158                 "address",
11159                 "building_area",
11160                 "opening_hours"
11161             ],
11162             "suggestion": true
11163         },
11164         "amenity/fuel/Tango": {
11165             "tags": {
11166                 "name": "Tango",
11167                 "amenity": "fuel"
11168             },
11169             "name": "Tango",
11170             "icon": "fuel",
11171             "geometry": [
11172                 "point",
11173                 "area"
11174             ],
11175             "fields": [
11176                 "operator",
11177                 "address",
11178                 "building_area",
11179                 "opening_hours"
11180             ],
11181             "suggestion": true
11182         },
11183         "amenity/fuel/Star": {
11184             "tags": {
11185                 "name": "Star",
11186                 "amenity": "fuel"
11187             },
11188             "name": "Star",
11189             "icon": "fuel",
11190             "geometry": [
11191                 "point",
11192                 "area"
11193             ],
11194             "fields": [
11195                 "operator",
11196                 "address",
11197                 "building_area",
11198                 "opening_hours"
11199             ],
11200             "suggestion": true
11201         },
11202         "amenity/fuel/Петрол": {
11203             "tags": {
11204                 "name": "Петрол",
11205                 "amenity": "fuel"
11206             },
11207             "name": "Петрол",
11208             "icon": "fuel",
11209             "geometry": [
11210                 "point",
11211                 "area"
11212             ],
11213             "fields": [
11214                 "operator",
11215                 "address",
11216                 "building_area",
11217                 "opening_hours"
11218             ],
11219             "suggestion": true
11220         },
11221         "amenity/fuel/Cepsa": {
11222             "tags": {
11223                 "name": "Cepsa",
11224                 "amenity": "fuel"
11225             },
11226             "name": "Cepsa",
11227             "icon": "fuel",
11228             "geometry": [
11229                 "point",
11230                 "area"
11231             ],
11232             "fields": [
11233                 "operator",
11234                 "address",
11235                 "building_area",
11236                 "opening_hours"
11237             ],
11238             "suggestion": true
11239         },
11240         "amenity/fuel/OIL!": {
11241             "tags": {
11242                 "name": "OIL!",
11243                 "amenity": "fuel"
11244             },
11245             "name": "OIL!",
11246             "icon": "fuel",
11247             "geometry": [
11248                 "point",
11249                 "area"
11250             ],
11251             "fields": [
11252                 "operator",
11253                 "address",
11254                 "building_area",
11255                 "opening_hours"
11256             ],
11257             "suggestion": true
11258         },
11259         "amenity/fuel/Ultramar": {
11260             "tags": {
11261                 "name": "Ultramar",
11262                 "amenity": "fuel"
11263             },
11264             "name": "Ultramar",
11265             "icon": "fuel",
11266             "geometry": [
11267                 "point",
11268                 "area"
11269             ],
11270             "fields": [
11271                 "operator",
11272                 "address",
11273                 "building_area",
11274                 "opening_hours"
11275             ],
11276             "suggestion": true
11277         },
11278         "amenity/fuel/Irving": {
11279             "tags": {
11280                 "name": "Irving",
11281                 "amenity": "fuel"
11282             },
11283             "name": "Irving",
11284             "icon": "fuel",
11285             "geometry": [
11286                 "point",
11287                 "area"
11288             ],
11289             "fields": [
11290                 "operator",
11291                 "address",
11292                 "building_area",
11293                 "opening_hours"
11294             ],
11295             "suggestion": true
11296         },
11297         "amenity/fuel/Lukoil": {
11298             "tags": {
11299                 "name": "Lukoil",
11300                 "amenity": "fuel"
11301             },
11302             "name": "Lukoil",
11303             "icon": "fuel",
11304             "geometry": [
11305                 "point",
11306                 "area"
11307             ],
11308             "fields": [
11309                 "operator",
11310                 "address",
11311                 "building_area",
11312                 "opening_hours"
11313             ],
11314             "suggestion": true
11315         },
11316         "amenity/fuel/Petro-Canada": {
11317             "tags": {
11318                 "name": "Petro-Canada",
11319                 "amenity": "fuel"
11320             },
11321             "name": "Petro-Canada",
11322             "icon": "fuel",
11323             "geometry": [
11324                 "point",
11325                 "area"
11326             ],
11327             "fields": [
11328                 "operator",
11329                 "address",
11330                 "building_area",
11331                 "opening_hours"
11332             ],
11333             "suggestion": true
11334         },
11335         "amenity/fuel/Agrola": {
11336             "tags": {
11337                 "name": "Agrola",
11338                 "amenity": "fuel"
11339             },
11340             "name": "Agrola",
11341             "icon": "fuel",
11342             "geometry": [
11343                 "point",
11344                 "area"
11345             ],
11346             "fields": [
11347                 "operator",
11348                 "address",
11349                 "building_area",
11350                 "opening_hours"
11351             ],
11352             "suggestion": true
11353         },
11354         "amenity/fuel/Husky": {
11355             "tags": {
11356                 "name": "Husky",
11357                 "amenity": "fuel"
11358             },
11359             "name": "Husky",
11360             "icon": "fuel",
11361             "geometry": [
11362                 "point",
11363                 "area"
11364             ],
11365             "fields": [
11366                 "operator",
11367                 "address",
11368                 "building_area",
11369                 "opening_hours"
11370             ],
11371             "suggestion": true
11372         },
11373         "amenity/fuel/Slovnaft": {
11374             "tags": {
11375                 "name": "Slovnaft",
11376                 "amenity": "fuel"
11377             },
11378             "name": "Slovnaft",
11379             "icon": "fuel",
11380             "geometry": [
11381                 "point",
11382                 "area"
11383             ],
11384             "fields": [
11385                 "operator",
11386                 "address",
11387                 "building_area",
11388                 "opening_hours"
11389             ],
11390             "suggestion": true
11391         },
11392         "amenity/fuel/Sheetz": {
11393             "tags": {
11394                 "name": "Sheetz",
11395                 "amenity": "fuel"
11396             },
11397             "name": "Sheetz",
11398             "icon": "fuel",
11399             "geometry": [
11400                 "point",
11401                 "area"
11402             ],
11403             "fields": [
11404                 "operator",
11405                 "address",
11406                 "building_area",
11407                 "opening_hours"
11408             ],
11409             "suggestion": true
11410         },
11411         "amenity/fuel/Mol": {
11412             "tags": {
11413                 "name": "Mol",
11414                 "amenity": "fuel"
11415             },
11416             "name": "Mol",
11417             "icon": "fuel",
11418             "geometry": [
11419                 "point",
11420                 "area"
11421             ],
11422             "fields": [
11423                 "operator",
11424                 "address",
11425                 "building_area",
11426                 "opening_hours"
11427             ],
11428             "suggestion": true
11429         },
11430         "amenity/fuel/Petronas": {
11431             "tags": {
11432                 "name": "Petronas",
11433                 "amenity": "fuel"
11434             },
11435             "name": "Petronas",
11436             "icon": "fuel",
11437             "geometry": [
11438                 "point",
11439                 "area"
11440             ],
11441             "fields": [
11442                 "operator",
11443                 "address",
11444                 "building_area",
11445                 "opening_hours"
11446             ],
11447             "suggestion": true
11448         },
11449         "amenity/fuel/Газпромнефть": {
11450             "tags": {
11451                 "name": "Газпромнефть",
11452                 "amenity": "fuel"
11453             },
11454             "name": "Газпромнефть",
11455             "icon": "fuel",
11456             "geometry": [
11457                 "point",
11458                 "area"
11459             ],
11460             "fields": [
11461                 "operator",
11462                 "address",
11463                 "building_area",
11464                 "opening_hours"
11465             ],
11466             "suggestion": true
11467         },
11468         "amenity/fuel/Лукойл": {
11469             "tags": {
11470                 "name": "Лукойл",
11471                 "amenity": "fuel"
11472             },
11473             "name": "Лукойл",
11474             "icon": "fuel",
11475             "geometry": [
11476                 "point",
11477                 "area"
11478             ],
11479             "fields": [
11480                 "operator",
11481                 "address",
11482                 "building_area",
11483                 "opening_hours"
11484             ],
11485             "suggestion": true
11486         },
11487         "amenity/fuel/Elan": {
11488             "tags": {
11489                 "name": "Elan",
11490                 "amenity": "fuel"
11491             },
11492             "name": "Elan",
11493             "icon": "fuel",
11494             "geometry": [
11495                 "point",
11496                 "area"
11497             ],
11498             "fields": [
11499                 "operator",
11500                 "address",
11501                 "building_area",
11502                 "opening_hours"
11503             ],
11504             "suggestion": true
11505         },
11506         "amenity/fuel/Роснефть": {
11507             "tags": {
11508                 "name": "Роснефть",
11509                 "amenity": "fuel"
11510             },
11511             "name": "Роснефть",
11512             "icon": "fuel",
11513             "geometry": [
11514                 "point",
11515                 "area"
11516             ],
11517             "fields": [
11518                 "operator",
11519                 "address",
11520                 "building_area",
11521                 "opening_hours"
11522             ],
11523             "suggestion": true
11524         },
11525         "amenity/fuel/Turmöl": {
11526             "tags": {
11527                 "name": "Turmöl",
11528                 "amenity": "fuel"
11529             },
11530             "name": "Turmöl",
11531             "icon": "fuel",
11532             "geometry": [
11533                 "point",
11534                 "area"
11535             ],
11536             "fields": [
11537                 "operator",
11538                 "address",
11539                 "building_area",
11540                 "opening_hours"
11541             ],
11542             "suggestion": true
11543         },
11544         "amenity/fuel/Neste A24": {
11545             "tags": {
11546                 "name": "Neste A24",
11547                 "amenity": "fuel"
11548             },
11549             "name": "Neste A24",
11550             "icon": "fuel",
11551             "geometry": [
11552                 "point",
11553                 "area"
11554             ],
11555             "fields": [
11556                 "operator",
11557                 "address",
11558                 "building_area",
11559                 "opening_hours"
11560             ],
11561             "suggestion": true
11562         },
11563         "amenity/fuel/Marathon": {
11564             "tags": {
11565                 "name": "Marathon",
11566                 "amenity": "fuel"
11567             },
11568             "name": "Marathon",
11569             "icon": "fuel",
11570             "geometry": [
11571                 "point",
11572                 "area"
11573             ],
11574             "fields": [
11575                 "operator",
11576                 "address",
11577                 "building_area",
11578                 "opening_hours"
11579             ],
11580             "suggestion": true
11581         },
11582         "amenity/fuel/Valero": {
11583             "tags": {
11584                 "name": "Valero",
11585                 "amenity": "fuel"
11586             },
11587             "name": "Valero",
11588             "icon": "fuel",
11589             "geometry": [
11590                 "point",
11591                 "area"
11592             ],
11593             "fields": [
11594                 "operator",
11595                 "address",
11596                 "building_area",
11597                 "opening_hours"
11598             ],
11599             "suggestion": true
11600         },
11601         "amenity/fuel/Eni": {
11602             "tags": {
11603                 "name": "Eni",
11604                 "amenity": "fuel"
11605             },
11606             "name": "Eni",
11607             "icon": "fuel",
11608             "geometry": [
11609                 "point",
11610                 "area"
11611             ],
11612             "fields": [
11613                 "operator",
11614                 "address",
11615                 "building_area",
11616                 "opening_hours"
11617             ],
11618             "suggestion": true
11619         },
11620         "amenity/fuel/Chevron": {
11621             "tags": {
11622                 "name": "Chevron",
11623                 "amenity": "fuel"
11624             },
11625             "name": "Chevron",
11626             "icon": "fuel",
11627             "geometry": [
11628                 "point",
11629                 "area"
11630             ],
11631             "fields": [
11632                 "operator",
11633                 "address",
11634                 "building_area",
11635                 "opening_hours"
11636             ],
11637             "suggestion": true
11638         },
11639         "amenity/fuel/ТНК": {
11640             "tags": {
11641                 "name": "ТНК",
11642                 "amenity": "fuel"
11643             },
11644             "name": "ТНК",
11645             "icon": "fuel",
11646             "geometry": [
11647                 "point",
11648                 "area"
11649             ],
11650             "fields": [
11651                 "operator",
11652                 "address",
11653                 "building_area",
11654                 "opening_hours"
11655             ],
11656             "suggestion": true
11657         },
11658         "amenity/fuel/REPSOL": {
11659             "tags": {
11660                 "name": "REPSOL",
11661                 "amenity": "fuel"
11662             },
11663             "name": "REPSOL",
11664             "icon": "fuel",
11665             "geometry": [
11666                 "point",
11667                 "area"
11668             ],
11669             "fields": [
11670                 "operator",
11671                 "address",
11672                 "building_area",
11673                 "opening_hours"
11674             ],
11675             "suggestion": true
11676         },
11677         "amenity/fuel/MOL": {
11678             "tags": {
11679                 "name": "MOL",
11680                 "amenity": "fuel"
11681             },
11682             "name": "MOL",
11683             "icon": "fuel",
11684             "geometry": [
11685                 "point",
11686                 "area"
11687             ],
11688             "fields": [
11689                 "operator",
11690                 "address",
11691                 "building_area",
11692                 "opening_hours"
11693             ],
11694             "suggestion": true
11695         },
11696         "amenity/fuel/Bliska": {
11697             "tags": {
11698                 "name": "Bliska",
11699                 "amenity": "fuel"
11700             },
11701             "name": "Bliska",
11702             "icon": "fuel",
11703             "geometry": [
11704                 "point",
11705                 "area"
11706             ],
11707             "fields": [
11708                 "operator",
11709                 "address",
11710                 "building_area",
11711                 "opening_hours"
11712             ],
11713             "suggestion": true
11714         },
11715         "amenity/fuel/Api": {
11716             "tags": {
11717                 "name": "Api",
11718                 "amenity": "fuel"
11719             },
11720             "name": "Api",
11721             "icon": "fuel",
11722             "geometry": [
11723                 "point",
11724                 "area"
11725             ],
11726             "fields": [
11727                 "operator",
11728                 "address",
11729                 "building_area",
11730                 "opening_hours"
11731             ],
11732             "suggestion": true
11733         },
11734         "amenity/fuel/Arco": {
11735             "tags": {
11736                 "name": "Arco",
11737                 "amenity": "fuel"
11738             },
11739             "name": "Arco",
11740             "icon": "fuel",
11741             "geometry": [
11742                 "point",
11743                 "area"
11744             ],
11745             "fields": [
11746                 "operator",
11747                 "address",
11748                 "building_area",
11749                 "opening_hours"
11750             ],
11751             "suggestion": true
11752         },
11753         "amenity/fuel/Pemex": {
11754             "tags": {
11755                 "name": "Pemex",
11756                 "amenity": "fuel"
11757             },
11758             "name": "Pemex",
11759             "icon": "fuel",
11760             "geometry": [
11761                 "point",
11762                 "area"
11763             ],
11764             "fields": [
11765                 "operator",
11766                 "address",
11767                 "building_area",
11768                 "opening_hours"
11769             ],
11770             "suggestion": true
11771         },
11772         "amenity/fuel/Exxon": {
11773             "tags": {
11774                 "name": "Exxon",
11775                 "amenity": "fuel"
11776             },
11777             "name": "Exxon",
11778             "icon": "fuel",
11779             "geometry": [
11780                 "point",
11781                 "area"
11782             ],
11783             "fields": [
11784                 "operator",
11785                 "address",
11786                 "building_area",
11787                 "opening_hours"
11788             ],
11789             "suggestion": true
11790         },
11791         "amenity/fuel/Coles Express": {
11792             "tags": {
11793                 "name": "Coles Express",
11794                 "amenity": "fuel"
11795             },
11796             "name": "Coles Express",
11797             "icon": "fuel",
11798             "geometry": [
11799                 "point",
11800                 "area"
11801             ],
11802             "fields": [
11803                 "operator",
11804                 "address",
11805                 "building_area",
11806                 "opening_hours"
11807             ],
11808             "suggestion": true
11809         },
11810         "amenity/fuel/Petrom": {
11811             "tags": {
11812                 "name": "Petrom",
11813                 "amenity": "fuel"
11814             },
11815             "name": "Petrom",
11816             "icon": "fuel",
11817             "geometry": [
11818                 "point",
11819                 "area"
11820             ],
11821             "fields": [
11822                 "operator",
11823                 "address",
11824                 "building_area",
11825                 "opening_hours"
11826             ],
11827             "suggestion": true
11828         },
11829         "amenity/fuel/PETRONOR": {
11830             "tags": {
11831                 "name": "PETRONOR",
11832                 "amenity": "fuel"
11833             },
11834             "name": "PETRONOR",
11835             "icon": "fuel",
11836             "geometry": [
11837                 "point",
11838                 "area"
11839             ],
11840             "fields": [
11841                 "operator",
11842                 "address",
11843                 "building_area",
11844                 "opening_hours"
11845             ],
11846             "suggestion": true
11847         },
11848         "amenity/fuel/Rompetrol": {
11849             "tags": {
11850                 "name": "Rompetrol",
11851                 "amenity": "fuel"
11852             },
11853             "name": "Rompetrol",
11854             "icon": "fuel",
11855             "geometry": [
11856                 "point",
11857                 "area"
11858             ],
11859             "fields": [
11860                 "operator",
11861                 "address",
11862                 "building_area",
11863                 "opening_hours"
11864             ],
11865             "suggestion": true
11866         },
11867         "amenity/fuel/Lotos": {
11868             "tags": {
11869                 "name": "Lotos",
11870                 "amenity": "fuel"
11871             },
11872             "name": "Lotos",
11873             "icon": "fuel",
11874             "geometry": [
11875                 "point",
11876                 "area"
11877             ],
11878             "fields": [
11879                 "operator",
11880                 "address",
11881                 "building_area",
11882                 "opening_hours"
11883             ],
11884             "suggestion": true
11885         },
11886         "amenity/fuel/ОМВ": {
11887             "tags": {
11888                 "name": "ОМВ",
11889                 "amenity": "fuel"
11890             },
11891             "name": "ОМВ",
11892             "icon": "fuel",
11893             "geometry": [
11894                 "point",
11895                 "area"
11896             ],
11897             "fields": [
11898                 "operator",
11899                 "address",
11900                 "building_area",
11901                 "opening_hours"
11902             ],
11903             "suggestion": true
11904         },
11905         "amenity/fuel/BR": {
11906             "tags": {
11907                 "name": "BR",
11908                 "amenity": "fuel"
11909             },
11910             "name": "BR",
11911             "icon": "fuel",
11912             "geometry": [
11913                 "point",
11914                 "area"
11915             ],
11916             "fields": [
11917                 "operator",
11918                 "address",
11919                 "building_area",
11920                 "opening_hours"
11921             ],
11922             "suggestion": true
11923         },
11924         "amenity/fuel/Copec": {
11925             "tags": {
11926                 "name": "Copec",
11927                 "amenity": "fuel"
11928             },
11929             "name": "Copec",
11930             "icon": "fuel",
11931             "geometry": [
11932                 "point",
11933                 "area"
11934             ],
11935             "fields": [
11936                 "operator",
11937                 "address",
11938                 "building_area",
11939                 "opening_hours"
11940             ],
11941             "suggestion": true
11942         },
11943         "amenity/fuel/Petrobras": {
11944             "tags": {
11945                 "name": "Petrobras",
11946                 "amenity": "fuel"
11947             },
11948             "name": "Petrobras",
11949             "icon": "fuel",
11950             "geometry": [
11951                 "point",
11952                 "area"
11953             ],
11954             "fields": [
11955                 "operator",
11956                 "address",
11957                 "building_area",
11958                 "opening_hours"
11959             ],
11960             "suggestion": true
11961         },
11962         "amenity/fuel/Liberty": {
11963             "tags": {
11964                 "name": "Liberty",
11965                 "amenity": "fuel"
11966             },
11967             "name": "Liberty",
11968             "icon": "fuel",
11969             "geometry": [
11970                 "point",
11971                 "area"
11972             ],
11973             "fields": [
11974                 "operator",
11975                 "address",
11976                 "building_area",
11977                 "opening_hours"
11978             ],
11979             "suggestion": true
11980         },
11981         "amenity/fuel/IP": {
11982             "tags": {
11983                 "name": "IP",
11984                 "amenity": "fuel"
11985             },
11986             "name": "IP",
11987             "icon": "fuel",
11988             "geometry": [
11989                 "point",
11990                 "area"
11991             ],
11992             "fields": [
11993                 "operator",
11994                 "address",
11995                 "building_area",
11996                 "opening_hours"
11997             ],
11998             "suggestion": true
11999         },
12000         "amenity/fuel/Erg": {
12001             "tags": {
12002                 "name": "Erg",
12003                 "amenity": "fuel"
12004             },
12005             "name": "Erg",
12006             "icon": "fuel",
12007             "geometry": [
12008                 "point",
12009                 "area"
12010             ],
12011             "fields": [
12012                 "operator",
12013                 "address",
12014                 "building_area",
12015                 "opening_hours"
12016             ],
12017             "suggestion": true
12018         },
12019         "amenity/fuel/Eneos": {
12020             "tags": {
12021                 "name": "Eneos",
12022                 "amenity": "fuel"
12023             },
12024             "name": "Eneos",
12025             "icon": "fuel",
12026             "geometry": [
12027                 "point",
12028                 "area"
12029             ],
12030             "fields": [
12031                 "operator",
12032                 "address",
12033                 "building_area",
12034                 "opening_hours"
12035             ],
12036             "suggestion": true
12037         },
12038         "amenity/fuel/Citgo": {
12039             "tags": {
12040                 "name": "Citgo",
12041                 "amenity": "fuel"
12042             },
12043             "name": "Citgo",
12044             "icon": "fuel",
12045             "geometry": [
12046                 "point",
12047                 "area"
12048             ],
12049             "fields": [
12050                 "operator",
12051                 "address",
12052                 "building_area",
12053                 "opening_hours"
12054             ],
12055             "suggestion": true
12056         },
12057         "amenity/fuel/Metano": {
12058             "tags": {
12059                 "name": "Metano",
12060                 "amenity": "fuel"
12061             },
12062             "name": "Metano",
12063             "icon": "fuel",
12064             "geometry": [
12065                 "point",
12066                 "area"
12067             ],
12068             "fields": [
12069                 "operator",
12070                 "address",
12071                 "building_area",
12072                 "opening_hours"
12073             ],
12074             "suggestion": true
12075         },
12076         "amenity/fuel/Сургутнефтегаз": {
12077             "tags": {
12078                 "name": "Сургутнефтегаз",
12079                 "amenity": "fuel"
12080             },
12081             "name": "Сургутнефтегаз",
12082             "icon": "fuel",
12083             "geometry": [
12084                 "point",
12085                 "area"
12086             ],
12087             "fields": [
12088                 "operator",
12089                 "address",
12090                 "building_area",
12091                 "opening_hours"
12092             ],
12093             "suggestion": true
12094         },
12095         "amenity/fuel/EKO": {
12096             "tags": {
12097                 "name": "EKO",
12098                 "amenity": "fuel"
12099             },
12100             "name": "EKO",
12101             "icon": "fuel",
12102             "geometry": [
12103                 "point",
12104                 "area"
12105             ],
12106             "fields": [
12107                 "operator",
12108                 "address",
12109                 "building_area",
12110                 "opening_hours"
12111             ],
12112             "suggestion": true
12113         },
12114         "amenity/fuel/Eko": {
12115             "tags": {
12116                 "name": "Eko",
12117                 "amenity": "fuel"
12118             },
12119             "name": "Eko",
12120             "icon": "fuel",
12121             "geometry": [
12122                 "point",
12123                 "area"
12124             ],
12125             "fields": [
12126                 "operator",
12127                 "address",
12128                 "building_area",
12129                 "opening_hours"
12130             ],
12131             "suggestion": true
12132         },
12133         "amenity/fuel/Indipend.": {
12134             "tags": {
12135                 "name": "Indipend.",
12136                 "amenity": "fuel"
12137             },
12138             "name": "Indipend.",
12139             "icon": "fuel",
12140             "geometry": [
12141                 "point",
12142                 "area"
12143             ],
12144             "fields": [
12145                 "operator",
12146                 "address",
12147                 "building_area",
12148                 "opening_hours"
12149             ],
12150             "suggestion": true
12151         },
12152         "amenity/fuel/IES": {
12153             "tags": {
12154                 "name": "IES",
12155                 "amenity": "fuel"
12156             },
12157             "name": "IES",
12158             "icon": "fuel",
12159             "geometry": [
12160                 "point",
12161                 "area"
12162             ],
12163             "fields": [
12164                 "operator",
12165                 "address",
12166                 "building_area",
12167                 "opening_hours"
12168             ],
12169             "suggestion": true
12170         },
12171         "amenity/fuel/TotalErg": {
12172             "tags": {
12173                 "name": "TotalErg",
12174                 "amenity": "fuel"
12175             },
12176             "name": "TotalErg",
12177             "icon": "fuel",
12178             "geometry": [
12179                 "point",
12180                 "area"
12181             ],
12182             "fields": [
12183                 "operator",
12184                 "address",
12185                 "building_area",
12186                 "opening_hours"
12187             ],
12188             "suggestion": true
12189         },
12190         "amenity/fuel/Cenex": {
12191             "tags": {
12192                 "name": "Cenex",
12193                 "amenity": "fuel"
12194             },
12195             "name": "Cenex",
12196             "icon": "fuel",
12197             "geometry": [
12198                 "point",
12199                 "area"
12200             ],
12201             "fields": [
12202                 "operator",
12203                 "address",
12204                 "building_area",
12205                 "opening_hours"
12206             ],
12207             "suggestion": true
12208         },
12209         "amenity/fuel/ПТК": {
12210             "tags": {
12211                 "name": "ПТК",
12212                 "amenity": "fuel"
12213             },
12214             "name": "ПТК",
12215             "icon": "fuel",
12216             "geometry": [
12217                 "point",
12218                 "area"
12219             ],
12220             "fields": [
12221                 "operator",
12222                 "address",
12223                 "building_area",
12224                 "opening_hours"
12225             ],
12226             "suggestion": true
12227         },
12228         "amenity/fuel/HP": {
12229             "tags": {
12230                 "name": "HP",
12231                 "amenity": "fuel"
12232             },
12233             "name": "HP",
12234             "icon": "fuel",
12235             "geometry": [
12236                 "point",
12237                 "area"
12238             ],
12239             "fields": [
12240                 "operator",
12241                 "address",
12242                 "building_area",
12243                 "opening_hours"
12244             ],
12245             "suggestion": true
12246         },
12247         "amenity/fuel/Phillips 66": {
12248             "tags": {
12249                 "name": "Phillips 66",
12250                 "amenity": "fuel"
12251             },
12252             "name": "Phillips 66",
12253             "icon": "fuel",
12254             "geometry": [
12255                 "point",
12256                 "area"
12257             ],
12258             "fields": [
12259                 "operator",
12260                 "address",
12261                 "building_area",
12262                 "opening_hours"
12263             ],
12264             "suggestion": true
12265         },
12266         "amenity/fuel/CARREFOUR": {
12267             "tags": {
12268                 "name": "CARREFOUR",
12269                 "amenity": "fuel"
12270             },
12271             "name": "CARREFOUR",
12272             "icon": "fuel",
12273             "geometry": [
12274                 "point",
12275                 "area"
12276             ],
12277             "fields": [
12278                 "operator",
12279                 "address",
12280                 "building_area",
12281                 "opening_hours"
12282             ],
12283             "suggestion": true
12284         },
12285         "amenity/fuel/ERG": {
12286             "tags": {
12287                 "name": "ERG",
12288                 "amenity": "fuel"
12289             },
12290             "name": "ERG",
12291             "icon": "fuel",
12292             "geometry": [
12293                 "point",
12294                 "area"
12295             ],
12296             "fields": [
12297                 "operator",
12298                 "address",
12299                 "building_area",
12300                 "opening_hours"
12301             ],
12302             "suggestion": true
12303         },
12304         "amenity/fuel/Speedway": {
12305             "tags": {
12306                 "name": "Speedway",
12307                 "amenity": "fuel"
12308             },
12309             "name": "Speedway",
12310             "icon": "fuel",
12311             "geometry": [
12312                 "point",
12313                 "area"
12314             ],
12315             "fields": [
12316                 "operator",
12317                 "address",
12318                 "building_area",
12319                 "opening_hours"
12320             ],
12321             "suggestion": true
12322         },
12323         "amenity/fuel/Benzina": {
12324             "tags": {
12325                 "name": "Benzina",
12326                 "amenity": "fuel"
12327             },
12328             "name": "Benzina",
12329             "icon": "fuel",
12330             "geometry": [
12331                 "point",
12332                 "area"
12333             ],
12334             "fields": [
12335                 "operator",
12336                 "address",
12337                 "building_area",
12338                 "opening_hours"
12339             ],
12340             "suggestion": true
12341         },
12342         "amenity/fuel/Татнефть": {
12343             "tags": {
12344                 "name": "Татнефть",
12345                 "amenity": "fuel"
12346             },
12347             "name": "Татнефть",
12348             "icon": "fuel",
12349             "geometry": [
12350                 "point",
12351                 "area"
12352             ],
12353             "fields": [
12354                 "operator",
12355                 "address",
12356                 "building_area",
12357                 "opening_hours"
12358             ],
12359             "suggestion": true
12360         },
12361         "amenity/fuel/Terpel": {
12362             "tags": {
12363                 "name": "Terpel",
12364                 "amenity": "fuel"
12365             },
12366             "name": "Terpel",
12367             "icon": "fuel",
12368             "geometry": [
12369                 "point",
12370                 "area"
12371             ],
12372             "fields": [
12373                 "operator",
12374                 "address",
12375                 "building_area",
12376                 "opening_hours"
12377             ],
12378             "suggestion": true
12379         },
12380         "amenity/fuel/WOG": {
12381             "tags": {
12382                 "name": "WOG",
12383                 "amenity": "fuel"
12384             },
12385             "name": "WOG",
12386             "icon": "fuel",
12387             "geometry": [
12388                 "point",
12389                 "area"
12390             ],
12391             "fields": [
12392                 "operator",
12393                 "address",
12394                 "building_area",
12395                 "opening_hours"
12396             ],
12397             "suggestion": true
12398         },
12399         "amenity/fuel/Seaoil": {
12400             "tags": {
12401                 "name": "Seaoil",
12402                 "amenity": "fuel"
12403             },
12404             "name": "Seaoil",
12405             "icon": "fuel",
12406             "geometry": [
12407                 "point",
12408                 "area"
12409             ],
12410             "fields": [
12411                 "operator",
12412                 "address",
12413                 "building_area",
12414                 "opening_hours"
12415             ],
12416             "suggestion": true
12417         },
12418         "amenity/fuel/АЗС": {
12419             "tags": {
12420                 "name": "АЗС",
12421                 "amenity": "fuel"
12422             },
12423             "name": "АЗС",
12424             "icon": "fuel",
12425             "geometry": [
12426                 "point",
12427                 "area"
12428             ],
12429             "fields": [
12430                 "operator",
12431                 "address",
12432                 "building_area",
12433                 "opening_hours"
12434             ],
12435             "suggestion": true
12436         },
12437         "amenity/fuel/Kwik Trip": {
12438             "tags": {
12439                 "name": "Kwik Trip",
12440                 "amenity": "fuel"
12441             },
12442             "name": "Kwik Trip",
12443             "icon": "fuel",
12444             "geometry": [
12445                 "point",
12446                 "area"
12447             ],
12448             "fields": [
12449                 "operator",
12450                 "address",
12451                 "building_area",
12452                 "opening_hours"
12453             ],
12454             "suggestion": true
12455         },
12456         "amenity/fuel/Pertamina": {
12457             "tags": {
12458                 "name": "Pertamina",
12459                 "amenity": "fuel"
12460             },
12461             "name": "Pertamina",
12462             "icon": "fuel",
12463             "geometry": [
12464                 "point",
12465                 "area"
12466             ],
12467             "fields": [
12468                 "operator",
12469                 "address",
12470                 "building_area",
12471                 "opening_hours"
12472             ],
12473             "suggestion": true
12474         },
12475         "amenity/fuel/COSMO": {
12476             "tags": {
12477                 "name": "COSMO",
12478                 "amenity": "fuel"
12479             },
12480             "name": "COSMO",
12481             "icon": "fuel",
12482             "geometry": [
12483                 "point",
12484                 "area"
12485             ],
12486             "fields": [
12487                 "operator",
12488                 "address",
12489                 "building_area",
12490                 "opening_hours"
12491             ],
12492             "suggestion": true
12493         },
12494         "amenity/fuel/Z": {
12495             "tags": {
12496                 "name": "Z",
12497                 "amenity": "fuel"
12498             },
12499             "name": "Z",
12500             "icon": "fuel",
12501             "geometry": [
12502                 "point",
12503                 "area"
12504             ],
12505             "fields": [
12506                 "operator",
12507                 "address",
12508                 "building_area",
12509                 "opening_hours"
12510             ],
12511             "suggestion": true
12512         },
12513         "amenity/fuel/Indian Oil": {
12514             "tags": {
12515                 "name": "Indian Oil",
12516                 "amenity": "fuel"
12517             },
12518             "name": "Indian Oil",
12519             "icon": "fuel",
12520             "geometry": [
12521                 "point",
12522                 "area"
12523             ],
12524             "fields": [
12525                 "operator",
12526                 "address",
12527                 "building_area",
12528                 "opening_hours"
12529             ],
12530             "suggestion": true
12531         },
12532         "amenity/fuel/АГЗС": {
12533             "tags": {
12534                 "name": "АГЗС",
12535                 "amenity": "fuel"
12536             },
12537             "name": "АГЗС",
12538             "icon": "fuel",
12539             "geometry": [
12540                 "point",
12541                 "area"
12542             ],
12543             "fields": [
12544                 "operator",
12545                 "address",
12546                 "building_area",
12547                 "opening_hours"
12548             ],
12549             "suggestion": true
12550         },
12551         "amenity/fuel/INA": {
12552             "tags": {
12553                 "name": "INA",
12554                 "amenity": "fuel"
12555             },
12556             "name": "INA",
12557             "icon": "fuel",
12558             "geometry": [
12559                 "point",
12560                 "area"
12561             ],
12562             "fields": [
12563                 "operator",
12564                 "address",
12565                 "building_area",
12566                 "opening_hours"
12567             ],
12568             "suggestion": true
12569         },
12570         "amenity/fuel/JOMO": {
12571             "tags": {
12572                 "name": "JOMO",
12573                 "amenity": "fuel"
12574             },
12575             "name": "JOMO",
12576             "icon": "fuel",
12577             "geometry": [
12578                 "point",
12579                 "area"
12580             ],
12581             "fields": [
12582                 "operator",
12583                 "address",
12584                 "building_area",
12585                 "opening_hours"
12586             ],
12587             "suggestion": true
12588         },
12589         "amenity/fuel/Holiday": {
12590             "tags": {
12591                 "name": "Holiday",
12592                 "amenity": "fuel"
12593             },
12594             "name": "Holiday",
12595             "icon": "fuel",
12596             "geometry": [
12597                 "point",
12598                 "area"
12599             ],
12600             "fields": [
12601                 "operator",
12602                 "address",
12603                 "building_area",
12604                 "opening_hours"
12605             ],
12606             "suggestion": true
12607         },
12608         "amenity/fuel/YPF": {
12609             "tags": {
12610                 "name": "YPF",
12611                 "amenity": "fuel"
12612             },
12613             "name": "YPF",
12614             "icon": "fuel",
12615             "geometry": [
12616                 "point",
12617                 "area"
12618             ],
12619             "fields": [
12620                 "operator",
12621                 "address",
12622                 "building_area",
12623                 "opening_hours"
12624             ],
12625             "suggestion": true
12626         },
12627         "amenity/fuel/IDEMITSU": {
12628             "tags": {
12629                 "name": "IDEMITSU",
12630                 "amenity": "fuel"
12631             },
12632             "name": "IDEMITSU",
12633             "icon": "fuel",
12634             "geometry": [
12635                 "point",
12636                 "area"
12637             ],
12638             "fields": [
12639                 "operator",
12640                 "address",
12641                 "building_area",
12642                 "opening_hours"
12643             ],
12644             "suggestion": true
12645         },
12646         "amenity/fuel/ENEOS": {
12647             "tags": {
12648                 "name": "ENEOS",
12649                 "amenity": "fuel"
12650             },
12651             "name": "ENEOS",
12652             "icon": "fuel",
12653             "geometry": [
12654                 "point",
12655                 "area"
12656             ],
12657             "fields": [
12658                 "operator",
12659                 "address",
12660                 "building_area",
12661                 "opening_hours"
12662             ],
12663             "suggestion": true
12664         },
12665         "amenity/fuel/Bharat Petroleum": {
12666             "tags": {
12667                 "name": "Bharat Petroleum",
12668                 "amenity": "fuel"
12669             },
12670             "name": "Bharat Petroleum",
12671             "icon": "fuel",
12672             "geometry": [
12673                 "point",
12674                 "area"
12675             ],
12676             "fields": [
12677                 "operator",
12678                 "address",
12679                 "building_area",
12680                 "opening_hours"
12681             ],
12682             "suggestion": true
12683         },
12684         "amenity/fuel/CAMPSA": {
12685             "tags": {
12686                 "name": "CAMPSA",
12687                 "amenity": "fuel"
12688             },
12689             "name": "CAMPSA",
12690             "icon": "fuel",
12691             "geometry": [
12692                 "point",
12693                 "area"
12694             ],
12695             "fields": [
12696                 "operator",
12697                 "address",
12698                 "building_area",
12699                 "opening_hours"
12700             ],
12701             "suggestion": true
12702         },
12703         "amenity/fuel/Casey's General Store": {
12704             "tags": {
12705                 "name": "Casey's General Store",
12706                 "amenity": "fuel"
12707             },
12708             "name": "Casey's General Store",
12709             "icon": "fuel",
12710             "geometry": [
12711                 "point",
12712                 "area"
12713             ],
12714             "fields": [
12715                 "operator",
12716                 "address",
12717                 "building_area",
12718                 "opening_hours"
12719             ],
12720             "suggestion": true
12721         },
12722         "amenity/fuel/Башнефть": {
12723             "tags": {
12724                 "name": "Башнефть",
12725                 "amenity": "fuel"
12726             },
12727             "name": "Башнефть",
12728             "icon": "fuel",
12729             "geometry": [
12730                 "point",
12731                 "area"
12732             ],
12733             "fields": [
12734                 "operator",
12735                 "address",
12736                 "building_area",
12737                 "opening_hours"
12738             ],
12739             "suggestion": true
12740         },
12741         "amenity/fuel/Kangaroo": {
12742             "tags": {
12743                 "name": "Kangaroo",
12744                 "amenity": "fuel"
12745             },
12746             "name": "Kangaroo",
12747             "icon": "fuel",
12748             "geometry": [
12749                 "point",
12750                 "area"
12751             ],
12752             "fields": [
12753                 "operator",
12754                 "address",
12755                 "building_area",
12756                 "opening_hours"
12757             ],
12758             "suggestion": true
12759         },
12760         "amenity/fuel/コスモ石油 (COSMO)": {
12761             "tags": {
12762                 "name": "コスモ石油 (COSMO)",
12763                 "amenity": "fuel"
12764             },
12765             "name": "コスモ石油 (COSMO)",
12766             "icon": "fuel",
12767             "geometry": [
12768                 "point",
12769                 "area"
12770             ],
12771             "fields": [
12772                 "operator",
12773                 "address",
12774                 "building_area",
12775                 "opening_hours"
12776             ],
12777             "suggestion": true
12778         },
12779         "amenity/fuel/MEROIL": {
12780             "tags": {
12781                 "name": "MEROIL",
12782                 "amenity": "fuel"
12783             },
12784             "name": "MEROIL",
12785             "icon": "fuel",
12786             "geometry": [
12787                 "point",
12788                 "area"
12789             ],
12790             "fields": [
12791                 "operator",
12792                 "address",
12793                 "building_area",
12794                 "opening_hours"
12795             ],
12796             "suggestion": true
12797         },
12798         "amenity/fuel/1-2-3": {
12799             "tags": {
12800                 "name": "1-2-3",
12801                 "amenity": "fuel"
12802             },
12803             "name": "1-2-3",
12804             "icon": "fuel",
12805             "geometry": [
12806                 "point",
12807                 "area"
12808             ],
12809             "fields": [
12810                 "operator",
12811                 "address",
12812                 "building_area",
12813                 "opening_hours"
12814             ],
12815             "suggestion": true
12816         },
12817         "amenity/fuel/出光": {
12818             "tags": {
12819                 "name": "出光",
12820                 "name:en": "IDEMITSU",
12821                 "amenity": "fuel"
12822             },
12823             "name": "出光",
12824             "icon": "fuel",
12825             "geometry": [
12826                 "point",
12827                 "area"
12828             ],
12829             "fields": [
12830                 "operator",
12831                 "address",
12832                 "building_area",
12833                 "opening_hours"
12834             ],
12835             "suggestion": true
12836         },
12837         "amenity/fuel/НК Альянс": {
12838             "tags": {
12839                 "name": "НК Альянс",
12840                 "amenity": "fuel"
12841             },
12842             "name": "НК Альянс",
12843             "icon": "fuel",
12844             "geometry": [
12845                 "point",
12846                 "area"
12847             ],
12848             "fields": [
12849                 "operator",
12850                 "address",
12851                 "building_area",
12852                 "opening_hours"
12853             ],
12854             "suggestion": true
12855         },
12856         "amenity/fuel/Sinclair": {
12857             "tags": {
12858                 "name": "Sinclair",
12859                 "amenity": "fuel"
12860             },
12861             "name": "Sinclair",
12862             "icon": "fuel",
12863             "geometry": [
12864                 "point",
12865                 "area"
12866             ],
12867             "fields": [
12868                 "operator",
12869                 "address",
12870                 "building_area",
12871                 "opening_hours"
12872             ],
12873             "suggestion": true
12874         },
12875         "amenity/fuel/Conoco": {
12876             "tags": {
12877                 "name": "Conoco",
12878                 "amenity": "fuel"
12879             },
12880             "name": "Conoco",
12881             "icon": "fuel",
12882             "geometry": [
12883                 "point",
12884                 "area"
12885             ],
12886             "fields": [
12887                 "operator",
12888                 "address",
12889                 "building_area",
12890                 "opening_hours"
12891             ],
12892             "suggestion": true
12893         },
12894         "amenity/fuel/SPBU": {
12895             "tags": {
12896                 "name": "SPBU",
12897                 "amenity": "fuel"
12898             },
12899             "name": "SPBU",
12900             "icon": "fuel",
12901             "geometry": [
12902                 "point",
12903                 "area"
12904             ],
12905             "fields": [
12906                 "operator",
12907                 "address",
12908                 "building_area",
12909                 "opening_hours"
12910             ],
12911             "suggestion": true
12912         },
12913         "amenity/fuel/Макпетрол": {
12914             "tags": {
12915                 "name": "Макпетрол",
12916                 "amenity": "fuel"
12917             },
12918             "name": "Макпетрол",
12919             "icon": "fuel",
12920             "geometry": [
12921                 "point",
12922                 "area"
12923             ],
12924             "fields": [
12925                 "operator",
12926                 "address",
12927                 "building_area",
12928                 "opening_hours"
12929             ],
12930             "suggestion": true
12931         },
12932         "amenity/fuel/Posto Ipiranga": {
12933             "tags": {
12934                 "name": "Posto Ipiranga",
12935                 "amenity": "fuel"
12936             },
12937             "name": "Posto Ipiranga",
12938             "icon": "fuel",
12939             "geometry": [
12940                 "point",
12941                 "area"
12942             ],
12943             "fields": [
12944                 "operator",
12945                 "address",
12946                 "building_area",
12947                 "opening_hours"
12948             ],
12949             "suggestion": true
12950         },
12951         "amenity/fuel/Posto Shell": {
12952             "tags": {
12953                 "name": "Posto Shell",
12954                 "amenity": "fuel"
12955             },
12956             "name": "Posto Shell",
12957             "icon": "fuel",
12958             "geometry": [
12959                 "point",
12960                 "area"
12961             ],
12962             "fields": [
12963                 "operator",
12964                 "address",
12965                 "building_area",
12966                 "opening_hours"
12967             ],
12968             "suggestion": true
12969         },
12970         "amenity/fuel/Phoenix": {
12971             "tags": {
12972                 "name": "Phoenix",
12973                 "amenity": "fuel"
12974             },
12975             "name": "Phoenix",
12976             "icon": "fuel",
12977             "geometry": [
12978                 "point",
12979                 "area"
12980             ],
12981             "fields": [
12982                 "operator",
12983                 "address",
12984                 "building_area",
12985                 "opening_hours"
12986             ],
12987             "suggestion": true
12988         },
12989         "amenity/fuel/Ipiranga": {
12990             "tags": {
12991                 "name": "Ipiranga",
12992                 "amenity": "fuel"
12993             },
12994             "name": "Ipiranga",
12995             "icon": "fuel",
12996             "geometry": [
12997                 "point",
12998                 "area"
12999             ],
13000             "fields": [
13001                 "operator",
13002                 "address",
13003                 "building_area",
13004                 "opening_hours"
13005             ],
13006             "suggestion": true
13007         },
13008         "amenity/fuel/OKKO": {
13009             "tags": {
13010                 "name": "OKKO",
13011                 "amenity": "fuel"
13012             },
13013             "name": "OKKO",
13014             "icon": "fuel",
13015             "geometry": [
13016                 "point",
13017                 "area"
13018             ],
13019             "fields": [
13020                 "operator",
13021                 "address",
13022                 "building_area",
13023                 "opening_hours"
13024             ],
13025             "suggestion": true
13026         },
13027         "amenity/fuel/ОККО": {
13028             "tags": {
13029                 "name": "ОККО",
13030                 "amenity": "fuel"
13031             },
13032             "name": "ОККО",
13033             "icon": "fuel",
13034             "geometry": [
13035                 "point",
13036                 "area"
13037             ],
13038             "fields": [
13039                 "operator",
13040                 "address",
13041                 "building_area",
13042                 "opening_hours"
13043             ],
13044             "suggestion": true
13045         },
13046         "amenity/fuel/บางจาก": {
13047             "tags": {
13048                 "name": "บางจาก",
13049                 "amenity": "fuel"
13050             },
13051             "name": "บางจาก",
13052             "icon": "fuel",
13053             "geometry": [
13054                 "point",
13055                 "area"
13056             ],
13057             "fields": [
13058                 "operator",
13059                 "address",
13060                 "building_area",
13061                 "opening_hours"
13062             ],
13063             "suggestion": true
13064         },
13065         "amenity/fuel/QuikTrip": {
13066             "tags": {
13067                 "name": "QuikTrip",
13068                 "amenity": "fuel"
13069             },
13070             "name": "QuikTrip",
13071             "icon": "fuel",
13072             "geometry": [
13073                 "point",
13074                 "area"
13075             ],
13076             "fields": [
13077                 "operator",
13078                 "address",
13079                 "building_area",
13080                 "opening_hours"
13081             ],
13082             "suggestion": true
13083         },
13084         "amenity/fuel/Posto BR": {
13085             "tags": {
13086                 "name": "Posto BR",
13087                 "amenity": "fuel"
13088             },
13089             "name": "Posto BR",
13090             "icon": "fuel",
13091             "geometry": [
13092                 "point",
13093                 "area"
13094             ],
13095             "fields": [
13096                 "operator",
13097                 "address",
13098                 "building_area",
13099                 "opening_hours"
13100             ],
13101             "suggestion": true
13102         },
13103         "amenity/fuel/ป ต ท": {
13104             "tags": {
13105                 "name": "ป ต ท",
13106                 "amenity": "fuel"
13107             },
13108             "name": "ป ต ท",
13109             "icon": "fuel",
13110             "geometry": [
13111                 "point",
13112                 "area"
13113             ],
13114             "fields": [
13115                 "operator",
13116                 "address",
13117                 "building_area",
13118                 "opening_hours"
13119             ],
13120             "suggestion": true
13121         },
13122         "amenity/fuel/ปตท": {
13123             "tags": {
13124                 "name": "ปตท",
13125                 "amenity": "fuel"
13126             },
13127             "name": "ปตท",
13128             "icon": "fuel",
13129             "geometry": [
13130                 "point",
13131                 "area"
13132             ],
13133             "fields": [
13134                 "operator",
13135                 "address",
13136                 "building_area",
13137                 "opening_hours"
13138             ],
13139             "suggestion": true
13140         },
13141         "amenity/fuel/ANP": {
13142             "tags": {
13143                 "name": "ANP",
13144                 "amenity": "fuel"
13145             },
13146             "name": "ANP",
13147             "icon": "fuel",
13148             "geometry": [
13149                 "point",
13150                 "area"
13151             ],
13152             "fields": [
13153                 "operator",
13154                 "address",
13155                 "building_area",
13156                 "opening_hours"
13157             ],
13158             "suggestion": true
13159         },
13160         "amenity/fuel/Kum & Go": {
13161             "tags": {
13162                 "name": "Kum & Go",
13163                 "amenity": "fuel"
13164             },
13165             "name": "Kum & Go",
13166             "icon": "fuel",
13167             "geometry": [
13168                 "point",
13169                 "area"
13170             ],
13171             "fields": [
13172                 "operator",
13173                 "address",
13174                 "building_area",
13175                 "opening_hours"
13176             ],
13177             "suggestion": true
13178         },
13179         "amenity/fuel/Petrolimex": {
13180             "tags": {
13181                 "name": "Petrolimex",
13182                 "amenity": "fuel"
13183             },
13184             "name": "Petrolimex",
13185             "icon": "fuel",
13186             "geometry": [
13187                 "point",
13188                 "area"
13189             ],
13190             "fields": [
13191                 "operator",
13192                 "address",
13193                 "building_area",
13194                 "opening_hours"
13195             ],
13196             "suggestion": true
13197         },
13198         "amenity/fuel/Sokimex": {
13199             "tags": {
13200                 "name": "Sokimex",
13201                 "amenity": "fuel"
13202             },
13203             "name": "Sokimex",
13204             "icon": "fuel",
13205             "geometry": [
13206                 "point",
13207                 "area"
13208             ],
13209             "fields": [
13210                 "operator",
13211                 "address",
13212                 "building_area",
13213                 "opening_hours"
13214             ],
13215             "suggestion": true
13216         },
13217         "amenity/fuel/Tela": {
13218             "tags": {
13219                 "name": "Tela",
13220                 "amenity": "fuel"
13221             },
13222             "name": "Tela",
13223             "icon": "fuel",
13224             "geometry": [
13225                 "point",
13226                 "area"
13227             ],
13228             "fields": [
13229                 "operator",
13230                 "address",
13231                 "building_area",
13232                 "opening_hours"
13233             ],
13234             "suggestion": true
13235         },
13236         "amenity/fuel/Posto": {
13237             "tags": {
13238                 "name": "Posto",
13239                 "amenity": "fuel"
13240             },
13241             "name": "Posto",
13242             "icon": "fuel",
13243             "geometry": [
13244                 "point",
13245                 "area"
13246             ],
13247             "fields": [
13248                 "operator",
13249                 "address",
13250                 "building_area",
13251                 "opening_hours"
13252             ],
13253             "suggestion": true
13254         },
13255         "amenity/fuel/Укрнафта": {
13256             "tags": {
13257                 "name": "Укрнафта",
13258                 "amenity": "fuel"
13259             },
13260             "name": "Укрнафта",
13261             "icon": "fuel",
13262             "geometry": [
13263                 "point",
13264                 "area"
13265             ],
13266             "fields": [
13267                 "operator",
13268                 "address",
13269                 "building_area",
13270                 "opening_hours"
13271             ],
13272             "suggestion": true
13273         },
13274         "amenity/fuel/Татнефтепродукт": {
13275             "tags": {
13276                 "name": "Татнефтепродукт",
13277                 "amenity": "fuel"
13278             },
13279             "name": "Татнефтепродукт",
13280             "icon": "fuel",
13281             "geometry": [
13282                 "point",
13283                 "area"
13284             ],
13285             "fields": [
13286                 "operator",
13287                 "address",
13288                 "building_area",
13289                 "opening_hours"
13290             ],
13291             "suggestion": true
13292         },
13293         "amenity/fuel/Afriquia": {
13294             "tags": {
13295                 "name": "Afriquia",
13296                 "amenity": "fuel"
13297             },
13298             "name": "Afriquia",
13299             "icon": "fuel",
13300             "geometry": [
13301                 "point",
13302                 "area"
13303             ],
13304             "fields": [
13305                 "operator",
13306                 "address",
13307                 "building_area",
13308                 "opening_hours"
13309             ],
13310             "suggestion": true
13311         },
13312         "amenity/fuel/Murphy USA": {
13313             "tags": {
13314                 "name": "Murphy USA",
13315                 "amenity": "fuel"
13316             },
13317             "name": "Murphy USA",
13318             "icon": "fuel",
13319             "geometry": [
13320                 "point",
13321                 "area"
13322             ],
13323             "fields": [
13324                 "operator",
13325                 "address",
13326                 "building_area",
13327                 "opening_hours"
13328             ],
13329             "suggestion": true
13330         },
13331         "amenity/fuel/昭和シェル (Showa-shell)": {
13332             "tags": {
13333                 "name": "昭和シェル (Showa-shell)",
13334                 "amenity": "fuel"
13335             },
13336             "name": "昭和シェル (Showa-shell)",
13337             "icon": "fuel",
13338             "geometry": [
13339                 "point",
13340                 "area"
13341             ],
13342             "fields": [
13343                 "operator",
13344                 "address",
13345                 "building_area",
13346                 "opening_hours"
13347             ],
13348             "suggestion": true
13349         },
13350         "amenity/fuel/エネオス": {
13351             "tags": {
13352                 "name": "エネオス",
13353                 "amenity": "fuel"
13354             },
13355             "name": "エネオス",
13356             "icon": "fuel",
13357             "geometry": [
13358                 "point",
13359                 "area"
13360             ],
13361             "fields": [
13362                 "operator",
13363                 "address",
13364                 "building_area",
13365                 "opening_hours"
13366             ],
13367             "suggestion": true
13368         },
13369         "amenity/fuel/CNG": {
13370             "tags": {
13371                 "name": "CNG",
13372                 "amenity": "fuel"
13373             },
13374             "name": "CNG",
13375             "icon": "fuel",
13376             "geometry": [
13377                 "point",
13378                 "area"
13379             ],
13380             "fields": [
13381                 "operator",
13382                 "address",
13383                 "building_area",
13384                 "opening_hours"
13385             ],
13386             "suggestion": true
13387         },
13388         "amenity/pub/Kings Arms": {
13389             "tags": {
13390                 "name": "Kings Arms",
13391                 "amenity": "pub"
13392             },
13393             "name": "Kings Arms",
13394             "icon": "beer",
13395             "geometry": [
13396                 "point",
13397                 "area"
13398             ],
13399             "fields": [
13400                 "address",
13401                 "building_area",
13402                 "opening_hours",
13403                 "smoking"
13404             ],
13405             "suggestion": true
13406         },
13407         "amenity/pub/The Ship": {
13408             "tags": {
13409                 "name": "The Ship",
13410                 "amenity": "pub"
13411             },
13412             "name": "The Ship",
13413             "icon": "beer",
13414             "geometry": [
13415                 "point",
13416                 "area"
13417             ],
13418             "fields": [
13419                 "address",
13420                 "building_area",
13421                 "opening_hours",
13422                 "smoking"
13423             ],
13424             "suggestion": true
13425         },
13426         "amenity/pub/The White Horse": {
13427             "tags": {
13428                 "name": "The White Horse",
13429                 "amenity": "pub"
13430             },
13431             "name": "The White Horse",
13432             "icon": "beer",
13433             "geometry": [
13434                 "point",
13435                 "area"
13436             ],
13437             "fields": [
13438                 "address",
13439                 "building_area",
13440                 "opening_hours",
13441                 "smoking"
13442             ],
13443             "suggestion": true
13444         },
13445         "amenity/pub/The White Hart": {
13446             "tags": {
13447                 "name": "The White Hart",
13448                 "amenity": "pub"
13449             },
13450             "name": "The White Hart",
13451             "icon": "beer",
13452             "geometry": [
13453                 "point",
13454                 "area"
13455             ],
13456             "fields": [
13457                 "address",
13458                 "building_area",
13459                 "opening_hours",
13460                 "smoking"
13461             ],
13462             "suggestion": true
13463         },
13464         "amenity/pub/Royal Oak": {
13465             "tags": {
13466                 "name": "Royal Oak",
13467                 "amenity": "pub"
13468             },
13469             "name": "Royal Oak",
13470             "icon": "beer",
13471             "geometry": [
13472                 "point",
13473                 "area"
13474             ],
13475             "fields": [
13476                 "address",
13477                 "building_area",
13478                 "opening_hours",
13479                 "smoking"
13480             ],
13481             "suggestion": true
13482         },
13483         "amenity/pub/The Red Lion": {
13484             "tags": {
13485                 "name": "The Red Lion",
13486                 "amenity": "pub"
13487             },
13488             "name": "The Red Lion",
13489             "icon": "beer",
13490             "geometry": [
13491                 "point",
13492                 "area"
13493             ],
13494             "fields": [
13495                 "address",
13496                 "building_area",
13497                 "opening_hours",
13498                 "smoking"
13499             ],
13500             "suggestion": true
13501         },
13502         "amenity/pub/The Kings Arms": {
13503             "tags": {
13504                 "name": "The Kings Arms",
13505                 "amenity": "pub"
13506             },
13507             "name": "The Kings Arms",
13508             "icon": "beer",
13509             "geometry": [
13510                 "point",
13511                 "area"
13512             ],
13513             "fields": [
13514                 "address",
13515                 "building_area",
13516                 "opening_hours",
13517                 "smoking"
13518             ],
13519             "suggestion": true
13520         },
13521         "amenity/pub/The Star": {
13522             "tags": {
13523                 "name": "The Star",
13524                 "amenity": "pub"
13525             },
13526             "name": "The Star",
13527             "icon": "beer",
13528             "geometry": [
13529                 "point",
13530                 "area"
13531             ],
13532             "fields": [
13533                 "address",
13534                 "building_area",
13535                 "opening_hours",
13536                 "smoking"
13537             ],
13538             "suggestion": true
13539         },
13540         "amenity/pub/The Anchor": {
13541             "tags": {
13542                 "name": "The Anchor",
13543                 "amenity": "pub"
13544             },
13545             "name": "The Anchor",
13546             "icon": "beer",
13547             "geometry": [
13548                 "point",
13549                 "area"
13550             ],
13551             "fields": [
13552                 "address",
13553                 "building_area",
13554                 "opening_hours",
13555                 "smoking"
13556             ],
13557             "suggestion": true
13558         },
13559         "amenity/pub/The Cross Keys": {
13560             "tags": {
13561                 "name": "The Cross Keys",
13562                 "amenity": "pub"
13563             },
13564             "name": "The Cross Keys",
13565             "icon": "beer",
13566             "geometry": [
13567                 "point",
13568                 "area"
13569             ],
13570             "fields": [
13571                 "address",
13572                 "building_area",
13573                 "opening_hours",
13574                 "smoking"
13575             ],
13576             "suggestion": true
13577         },
13578         "amenity/pub/The Wheatsheaf": {
13579             "tags": {
13580                 "name": "The Wheatsheaf",
13581                 "amenity": "pub"
13582             },
13583             "name": "The Wheatsheaf",
13584             "icon": "beer",
13585             "geometry": [
13586                 "point",
13587                 "area"
13588             ],
13589             "fields": [
13590                 "address",
13591                 "building_area",
13592                 "opening_hours",
13593                 "smoking"
13594             ],
13595             "suggestion": true
13596         },
13597         "amenity/pub/The Crown Inn": {
13598             "tags": {
13599                 "name": "The Crown Inn",
13600                 "amenity": "pub"
13601             },
13602             "name": "The Crown Inn",
13603             "icon": "beer",
13604             "geometry": [
13605                 "point",
13606                 "area"
13607             ],
13608             "fields": [
13609                 "address",
13610                 "building_area",
13611                 "opening_hours",
13612                 "smoking"
13613             ],
13614             "suggestion": true
13615         },
13616         "amenity/pub/The Kings Head": {
13617             "tags": {
13618                 "name": "The Kings Head",
13619                 "amenity": "pub"
13620             },
13621             "name": "The Kings Head",
13622             "icon": "beer",
13623             "geometry": [
13624                 "point",
13625                 "area"
13626             ],
13627             "fields": [
13628                 "address",
13629                 "building_area",
13630                 "opening_hours",
13631                 "smoking"
13632             ],
13633             "suggestion": true
13634         },
13635         "amenity/pub/The Castle": {
13636             "tags": {
13637                 "name": "The Castle",
13638                 "amenity": "pub"
13639             },
13640             "name": "The Castle",
13641             "icon": "beer",
13642             "geometry": [
13643                 "point",
13644                 "area"
13645             ],
13646             "fields": [
13647                 "address",
13648                 "building_area",
13649                 "opening_hours",
13650                 "smoking"
13651             ],
13652             "suggestion": true
13653         },
13654         "amenity/pub/The Railway": {
13655             "tags": {
13656                 "name": "The Railway",
13657                 "amenity": "pub"
13658             },
13659             "name": "The Railway",
13660             "icon": "beer",
13661             "geometry": [
13662                 "point",
13663                 "area"
13664             ],
13665             "fields": [
13666                 "address",
13667                 "building_area",
13668                 "opening_hours",
13669                 "smoking"
13670             ],
13671             "suggestion": true
13672         },
13673         "amenity/pub/The White Lion": {
13674             "tags": {
13675                 "name": "The White Lion",
13676                 "amenity": "pub"
13677             },
13678             "name": "The White Lion",
13679             "icon": "beer",
13680             "geometry": [
13681                 "point",
13682                 "area"
13683             ],
13684             "fields": [
13685                 "address",
13686                 "building_area",
13687                 "opening_hours",
13688                 "smoking"
13689             ],
13690             "suggestion": true
13691         },
13692         "amenity/pub/The Bell": {
13693             "tags": {
13694                 "name": "The Bell",
13695                 "amenity": "pub"
13696             },
13697             "name": "The Bell",
13698             "icon": "beer",
13699             "geometry": [
13700                 "point",
13701                 "area"
13702             ],
13703             "fields": [
13704                 "address",
13705                 "building_area",
13706                 "opening_hours",
13707                 "smoking"
13708             ],
13709             "suggestion": true
13710         },
13711         "amenity/pub/The Bull": {
13712             "tags": {
13713                 "name": "The Bull",
13714                 "amenity": "pub"
13715             },
13716             "name": "The Bull",
13717             "icon": "beer",
13718             "geometry": [
13719                 "point",
13720                 "area"
13721             ],
13722             "fields": [
13723                 "address",
13724                 "building_area",
13725                 "opening_hours",
13726                 "smoking"
13727             ],
13728             "suggestion": true
13729         },
13730         "amenity/pub/The Plough": {
13731             "tags": {
13732                 "name": "The Plough",
13733                 "amenity": "pub"
13734             },
13735             "name": "The Plough",
13736             "icon": "beer",
13737             "geometry": [
13738                 "point",
13739                 "area"
13740             ],
13741             "fields": [
13742                 "address",
13743                 "building_area",
13744                 "opening_hours",
13745                 "smoking"
13746             ],
13747             "suggestion": true
13748         },
13749         "amenity/pub/The George": {
13750             "tags": {
13751                 "name": "The George",
13752                 "amenity": "pub"
13753             },
13754             "name": "The George",
13755             "icon": "beer",
13756             "geometry": [
13757                 "point",
13758                 "area"
13759             ],
13760             "fields": [
13761                 "address",
13762                 "building_area",
13763                 "opening_hours",
13764                 "smoking"
13765             ],
13766             "suggestion": true
13767         },
13768         "amenity/pub/The Royal Oak": {
13769             "tags": {
13770                 "name": "The Royal Oak",
13771                 "amenity": "pub"
13772             },
13773             "name": "The Royal Oak",
13774             "icon": "beer",
13775             "geometry": [
13776                 "point",
13777                 "area"
13778             ],
13779             "fields": [
13780                 "address",
13781                 "building_area",
13782                 "opening_hours",
13783                 "smoking"
13784             ],
13785             "suggestion": true
13786         },
13787         "amenity/pub/The Fox": {
13788             "tags": {
13789                 "name": "The Fox",
13790                 "amenity": "pub"
13791             },
13792             "name": "The Fox",
13793             "icon": "beer",
13794             "geometry": [
13795                 "point",
13796                 "area"
13797             ],
13798             "fields": [
13799                 "address",
13800                 "building_area",
13801                 "opening_hours",
13802                 "smoking"
13803             ],
13804             "suggestion": true
13805         },
13806         "amenity/pub/Prince of Wales": {
13807             "tags": {
13808                 "name": "Prince of Wales",
13809                 "amenity": "pub"
13810             },
13811             "name": "Prince of Wales",
13812             "icon": "beer",
13813             "geometry": [
13814                 "point",
13815                 "area"
13816             ],
13817             "fields": [
13818                 "address",
13819                 "building_area",
13820                 "opening_hours",
13821                 "smoking"
13822             ],
13823             "suggestion": true
13824         },
13825         "amenity/pub/The Rising Sun": {
13826             "tags": {
13827                 "name": "The Rising Sun",
13828                 "amenity": "pub"
13829             },
13830             "name": "The Rising Sun",
13831             "icon": "beer",
13832             "geometry": [
13833                 "point",
13834                 "area"
13835             ],
13836             "fields": [
13837                 "address",
13838                 "building_area",
13839                 "opening_hours",
13840                 "smoking"
13841             ],
13842             "suggestion": true
13843         },
13844         "amenity/pub/The Prince of Wales": {
13845             "tags": {
13846                 "name": "The Prince of Wales",
13847                 "amenity": "pub"
13848             },
13849             "name": "The Prince of Wales",
13850             "icon": "beer",
13851             "geometry": [
13852                 "point",
13853                 "area"
13854             ],
13855             "fields": [
13856                 "address",
13857                 "building_area",
13858                 "opening_hours",
13859                 "smoking"
13860             ],
13861             "suggestion": true
13862         },
13863         "amenity/pub/The Crown": {
13864             "tags": {
13865                 "name": "The Crown",
13866                 "amenity": "pub"
13867             },
13868             "name": "The Crown",
13869             "icon": "beer",
13870             "geometry": [
13871                 "point",
13872                 "area"
13873             ],
13874             "fields": [
13875                 "address",
13876                 "building_area",
13877                 "opening_hours",
13878                 "smoking"
13879             ],
13880             "suggestion": true
13881         },
13882         "amenity/pub/The Chequers": {
13883             "tags": {
13884                 "name": "The Chequers",
13885                 "amenity": "pub"
13886             },
13887             "name": "The Chequers",
13888             "icon": "beer",
13889             "geometry": [
13890                 "point",
13891                 "area"
13892             ],
13893             "fields": [
13894                 "address",
13895                 "building_area",
13896                 "opening_hours",
13897                 "smoking"
13898             ],
13899             "suggestion": true
13900         },
13901         "amenity/pub/The Swan": {
13902             "tags": {
13903                 "name": "The Swan",
13904                 "amenity": "pub"
13905             },
13906             "name": "The Swan",
13907             "icon": "beer",
13908             "geometry": [
13909                 "point",
13910                 "area"
13911             ],
13912             "fields": [
13913                 "address",
13914                 "building_area",
13915                 "opening_hours",
13916                 "smoking"
13917             ],
13918             "suggestion": true
13919         },
13920         "amenity/pub/Rose and Crown": {
13921             "tags": {
13922                 "name": "Rose and Crown",
13923                 "amenity": "pub"
13924             },
13925             "name": "Rose and Crown",
13926             "icon": "beer",
13927             "geometry": [
13928                 "point",
13929                 "area"
13930             ],
13931             "fields": [
13932                 "address",
13933                 "building_area",
13934                 "opening_hours",
13935                 "smoking"
13936             ],
13937             "suggestion": true
13938         },
13939         "amenity/pub/The Victoria": {
13940             "tags": {
13941                 "name": "The Victoria",
13942                 "amenity": "pub"
13943             },
13944             "name": "The Victoria",
13945             "icon": "beer",
13946             "geometry": [
13947                 "point",
13948                 "area"
13949             ],
13950             "fields": [
13951                 "address",
13952                 "building_area",
13953                 "opening_hours",
13954                 "smoking"
13955             ],
13956             "suggestion": true
13957         },
13958         "amenity/pub/New Inn": {
13959             "tags": {
13960                 "name": "New Inn",
13961                 "amenity": "pub"
13962             },
13963             "name": "New Inn",
13964             "icon": "beer",
13965             "geometry": [
13966                 "point",
13967                 "area"
13968             ],
13969             "fields": [
13970                 "address",
13971                 "building_area",
13972                 "opening_hours",
13973                 "smoking"
13974             ],
13975             "suggestion": true
13976         },
13977         "amenity/pub/Royal Hotel": {
13978             "tags": {
13979                 "name": "Royal Hotel",
13980                 "amenity": "pub"
13981             },
13982             "name": "Royal Hotel",
13983             "icon": "beer",
13984             "geometry": [
13985                 "point",
13986                 "area"
13987             ],
13988             "fields": [
13989                 "address",
13990                 "building_area",
13991                 "opening_hours",
13992                 "smoking"
13993             ],
13994             "suggestion": true
13995         },
13996         "amenity/pub/Red Lion": {
13997             "tags": {
13998                 "name": "Red Lion",
13999                 "amenity": "pub"
14000             },
14001             "name": "Red Lion",
14002             "icon": "beer",
14003             "geometry": [
14004                 "point",
14005                 "area"
14006             ],
14007             "fields": [
14008                 "address",
14009                 "building_area",
14010                 "opening_hours",
14011                 "smoking"
14012             ],
14013             "suggestion": true
14014         },
14015         "amenity/pub/Cross Keys": {
14016             "tags": {
14017                 "name": "Cross Keys",
14018                 "amenity": "pub"
14019             },
14020             "name": "Cross Keys",
14021             "icon": "beer",
14022             "geometry": [
14023                 "point",
14024                 "area"
14025             ],
14026             "fields": [
14027                 "address",
14028                 "building_area",
14029                 "opening_hours",
14030                 "smoking"
14031             ],
14032             "suggestion": true
14033         },
14034         "amenity/pub/The Greyhound": {
14035             "tags": {
14036                 "name": "The Greyhound",
14037                 "amenity": "pub"
14038             },
14039             "name": "The Greyhound",
14040             "icon": "beer",
14041             "geometry": [
14042                 "point",
14043                 "area"
14044             ],
14045             "fields": [
14046                 "address",
14047                 "building_area",
14048                 "opening_hours",
14049                 "smoking"
14050             ],
14051             "suggestion": true
14052         },
14053         "amenity/pub/The Black Horse": {
14054             "tags": {
14055                 "name": "The Black Horse",
14056                 "amenity": "pub"
14057             },
14058             "name": "The Black Horse",
14059             "icon": "beer",
14060             "geometry": [
14061                 "point",
14062                 "area"
14063             ],
14064             "fields": [
14065                 "address",
14066                 "building_area",
14067                 "opening_hours",
14068                 "smoking"
14069             ],
14070             "suggestion": true
14071         },
14072         "amenity/pub/The New Inn": {
14073             "tags": {
14074                 "name": "The New Inn",
14075                 "amenity": "pub"
14076             },
14077             "name": "The New Inn",
14078             "icon": "beer",
14079             "geometry": [
14080                 "point",
14081                 "area"
14082             ],
14083             "fields": [
14084                 "address",
14085                 "building_area",
14086                 "opening_hours",
14087                 "smoking"
14088             ],
14089             "suggestion": true
14090         },
14091         "amenity/pub/Kings Head": {
14092             "tags": {
14093                 "name": "Kings Head",
14094                 "amenity": "pub"
14095             },
14096             "name": "Kings Head",
14097             "icon": "beer",
14098             "geometry": [
14099                 "point",
14100                 "area"
14101             ],
14102             "fields": [
14103                 "address",
14104                 "building_area",
14105                 "opening_hours",
14106                 "smoking"
14107             ],
14108             "suggestion": true
14109         },
14110         "amenity/pub/The Albion": {
14111             "tags": {
14112                 "name": "The Albion",
14113                 "amenity": "pub"
14114             },
14115             "name": "The Albion",
14116             "icon": "beer",
14117             "geometry": [
14118                 "point",
14119                 "area"
14120             ],
14121             "fields": [
14122                 "address",
14123                 "building_area",
14124                 "opening_hours",
14125                 "smoking"
14126             ],
14127             "suggestion": true
14128         },
14129         "amenity/pub/The Angel": {
14130             "tags": {
14131                 "name": "The Angel",
14132                 "amenity": "pub"
14133             },
14134             "name": "The Angel",
14135             "icon": "beer",
14136             "geometry": [
14137                 "point",
14138                 "area"
14139             ],
14140             "fields": [
14141                 "address",
14142                 "building_area",
14143                 "opening_hours",
14144                 "smoking"
14145             ],
14146             "suggestion": true
14147         },
14148         "amenity/pub/The Queens Head": {
14149             "tags": {
14150                 "name": "The Queens Head",
14151                 "amenity": "pub"
14152             },
14153             "name": "The Queens Head",
14154             "icon": "beer",
14155             "geometry": [
14156                 "point",
14157                 "area"
14158             ],
14159             "fields": [
14160                 "address",
14161                 "building_area",
14162                 "opening_hours",
14163                 "smoking"
14164             ],
14165             "suggestion": true
14166         },
14167         "amenity/pub/The Ship Inn": {
14168             "tags": {
14169                 "name": "The Ship Inn",
14170                 "amenity": "pub"
14171             },
14172             "name": "The Ship Inn",
14173             "icon": "beer",
14174             "geometry": [
14175                 "point",
14176                 "area"
14177             ],
14178             "fields": [
14179                 "address",
14180                 "building_area",
14181                 "opening_hours",
14182                 "smoking"
14183             ],
14184             "suggestion": true
14185         },
14186         "amenity/pub/Rose & Crown": {
14187             "tags": {
14188                 "name": "Rose & Crown",
14189                 "amenity": "pub"
14190             },
14191             "name": "Rose & Crown",
14192             "icon": "beer",
14193             "geometry": [
14194                 "point",
14195                 "area"
14196             ],
14197             "fields": [
14198                 "address",
14199                 "building_area",
14200                 "opening_hours",
14201                 "smoking"
14202             ],
14203             "suggestion": true
14204         },
14205         "amenity/pub/Queens Head": {
14206             "tags": {
14207                 "name": "Queens Head",
14208                 "amenity": "pub"
14209             },
14210             "name": "Queens Head",
14211             "icon": "beer",
14212             "geometry": [
14213                 "point",
14214                 "area"
14215             ],
14216             "fields": [
14217                 "address",
14218                 "building_area",
14219                 "opening_hours",
14220                 "smoking"
14221             ],
14222             "suggestion": true
14223         },
14224         "amenity/pub/Irish Pub": {
14225             "tags": {
14226                 "name": "Irish Pub",
14227                 "amenity": "pub"
14228             },
14229             "name": "Irish Pub",
14230             "icon": "beer",
14231             "geometry": [
14232                 "point",
14233                 "area"
14234             ],
14235             "fields": [
14236                 "address",
14237                 "building_area",
14238                 "opening_hours",
14239                 "smoking"
14240             ],
14241             "suggestion": true
14242         },
14243         "amenity/fast_food/Quick": {
14244             "tags": {
14245                 "name": "Quick",
14246                 "amenity": "fast_food"
14247             },
14248             "name": "Quick",
14249             "icon": "fast-food",
14250             "geometry": [
14251                 "point",
14252                 "area"
14253             ],
14254             "fields": [
14255                 "cuisine",
14256                 "operator",
14257                 "address",
14258                 "building_area",
14259                 "opening_hours",
14260                 "takeaway",
14261                 "delivery",
14262                 "drive_through",
14263                 "smoking"
14264             ],
14265             "suggestion": true
14266         },
14267         "amenity/fast_food/McDonald's": {
14268             "tags": {
14269                 "name": "McDonald's",
14270                 "cuisine": "burger",
14271                 "amenity": "fast_food"
14272             },
14273             "name": "McDonald's",
14274             "icon": "fast-food",
14275             "geometry": [
14276                 "point",
14277                 "area"
14278             ],
14279             "fields": [
14280                 "cuisine",
14281                 "operator",
14282                 "address",
14283                 "building_area",
14284                 "opening_hours",
14285                 "takeaway",
14286                 "delivery",
14287                 "drive_through",
14288                 "smoking"
14289             ],
14290             "suggestion": true
14291         },
14292         "amenity/fast_food/Subway": {
14293             "tags": {
14294                 "name": "Subway",
14295                 "cuisine": "sandwich",
14296                 "amenity": "fast_food"
14297             },
14298             "name": "Subway",
14299             "icon": "fast-food",
14300             "geometry": [
14301                 "point",
14302                 "area"
14303             ],
14304             "fields": [
14305                 "cuisine",
14306                 "operator",
14307                 "address",
14308                 "building_area",
14309                 "opening_hours",
14310                 "takeaway",
14311                 "delivery",
14312                 "drive_through",
14313                 "smoking"
14314             ],
14315             "suggestion": true
14316         },
14317         "amenity/fast_food/Burger King": {
14318             "tags": {
14319                 "name": "Burger King",
14320                 "cuisine": "burger",
14321                 "amenity": "fast_food"
14322             },
14323             "name": "Burger King",
14324             "icon": "fast-food",
14325             "geometry": [
14326                 "point",
14327                 "area"
14328             ],
14329             "fields": [
14330                 "cuisine",
14331                 "operator",
14332                 "address",
14333                 "building_area",
14334                 "opening_hours",
14335                 "takeaway",
14336                 "delivery",
14337                 "drive_through",
14338                 "smoking"
14339             ],
14340             "suggestion": true
14341         },
14342         "amenity/fast_food/Ali Baba": {
14343             "tags": {
14344                 "name": "Ali Baba",
14345                 "amenity": "fast_food"
14346             },
14347             "name": "Ali Baba",
14348             "icon": "fast-food",
14349             "geometry": [
14350                 "point",
14351                 "area"
14352             ],
14353             "fields": [
14354                 "cuisine",
14355                 "operator",
14356                 "address",
14357                 "building_area",
14358                 "opening_hours",
14359                 "takeaway",
14360                 "delivery",
14361                 "drive_through",
14362                 "smoking"
14363             ],
14364             "suggestion": true
14365         },
14366         "amenity/fast_food/Hungry Jacks": {
14367             "tags": {
14368                 "name": "Hungry Jacks",
14369                 "cuisine": "burger",
14370                 "amenity": "fast_food"
14371             },
14372             "name": "Hungry Jacks",
14373             "icon": "fast-food",
14374             "geometry": [
14375                 "point",
14376                 "area"
14377             ],
14378             "fields": [
14379                 "cuisine",
14380                 "operator",
14381                 "address",
14382                 "building_area",
14383                 "opening_hours",
14384                 "takeaway",
14385                 "delivery",
14386                 "drive_through",
14387                 "smoking"
14388             ],
14389             "suggestion": true
14390         },
14391         "amenity/fast_food/Red Rooster": {
14392             "tags": {
14393                 "name": "Red Rooster",
14394                 "amenity": "fast_food"
14395             },
14396             "name": "Red Rooster",
14397             "icon": "fast-food",
14398             "geometry": [
14399                 "point",
14400                 "area"
14401             ],
14402             "fields": [
14403                 "cuisine",
14404                 "operator",
14405                 "address",
14406                 "building_area",
14407                 "opening_hours",
14408                 "takeaway",
14409                 "delivery",
14410                 "drive_through",
14411                 "smoking"
14412             ],
14413             "suggestion": true
14414         },
14415         "amenity/fast_food/KFC": {
14416             "tags": {
14417                 "name": "KFC",
14418                 "cuisine": "chicken",
14419                 "amenity": "fast_food"
14420             },
14421             "name": "KFC",
14422             "icon": "fast-food",
14423             "geometry": [
14424                 "point",
14425                 "area"
14426             ],
14427             "fields": [
14428                 "cuisine",
14429                 "operator",
14430                 "address",
14431                 "building_area",
14432                 "opening_hours",
14433                 "takeaway",
14434                 "delivery",
14435                 "drive_through",
14436                 "smoking"
14437             ],
14438             "suggestion": true
14439         },
14440         "amenity/fast_food/Domino's Pizza": {
14441             "tags": {
14442                 "name": "Domino's Pizza",
14443                 "cuisine": "pizza",
14444                 "amenity": "fast_food"
14445             },
14446             "name": "Domino's Pizza",
14447             "icon": "fast-food",
14448             "geometry": [
14449                 "point",
14450                 "area"
14451             ],
14452             "fields": [
14453                 "cuisine",
14454                 "operator",
14455                 "address",
14456                 "building_area",
14457                 "opening_hours",
14458                 "takeaway",
14459                 "delivery",
14460                 "drive_through",
14461                 "smoking"
14462             ],
14463             "suggestion": true
14464         },
14465         "amenity/fast_food/Chowking": {
14466             "tags": {
14467                 "name": "Chowking",
14468                 "amenity": "fast_food"
14469             },
14470             "name": "Chowking",
14471             "icon": "fast-food",
14472             "geometry": [
14473                 "point",
14474                 "area"
14475             ],
14476             "fields": [
14477                 "cuisine",
14478                 "operator",
14479                 "address",
14480                 "building_area",
14481                 "opening_hours",
14482                 "takeaway",
14483                 "delivery",
14484                 "drive_through",
14485                 "smoking"
14486             ],
14487             "suggestion": true
14488         },
14489         "amenity/fast_food/Jollibee": {
14490             "tags": {
14491                 "name": "Jollibee",
14492                 "amenity": "fast_food"
14493             },
14494             "name": "Jollibee",
14495             "icon": "fast-food",
14496             "geometry": [
14497                 "point",
14498                 "area"
14499             ],
14500             "fields": [
14501                 "cuisine",
14502                 "operator",
14503                 "address",
14504                 "building_area",
14505                 "opening_hours",
14506                 "takeaway",
14507                 "delivery",
14508                 "drive_through",
14509                 "smoking"
14510             ],
14511             "suggestion": true
14512         },
14513         "amenity/fast_food/Hesburger": {
14514             "tags": {
14515                 "name": "Hesburger",
14516                 "amenity": "fast_food"
14517             },
14518             "name": "Hesburger",
14519             "icon": "fast-food",
14520             "geometry": [
14521                 "point",
14522                 "area"
14523             ],
14524             "fields": [
14525                 "cuisine",
14526                 "operator",
14527                 "address",
14528                 "building_area",
14529                 "opening_hours",
14530                 "takeaway",
14531                 "delivery",
14532                 "drive_through",
14533                 "smoking"
14534             ],
14535             "suggestion": true
14536         },
14537         "amenity/fast_food/肯德基": {
14538             "tags": {
14539                 "name": "肯德基",
14540                 "amenity": "fast_food"
14541             },
14542             "name": "肯德基",
14543             "icon": "fast-food",
14544             "geometry": [
14545                 "point",
14546                 "area"
14547             ],
14548             "fields": [
14549                 "cuisine",
14550                 "operator",
14551                 "address",
14552                 "building_area",
14553                 "opening_hours",
14554                 "takeaway",
14555                 "delivery",
14556                 "drive_through",
14557                 "smoking"
14558             ],
14559             "suggestion": true
14560         },
14561         "amenity/fast_food/Wendy's": {
14562             "tags": {
14563                 "name": "Wendy's",
14564                 "cuisine": "burger",
14565                 "amenity": "fast_food"
14566             },
14567             "name": "Wendy's",
14568             "icon": "fast-food",
14569             "geometry": [
14570                 "point",
14571                 "area"
14572             ],
14573             "fields": [
14574                 "cuisine",
14575                 "operator",
14576                 "address",
14577                 "building_area",
14578                 "opening_hours",
14579                 "takeaway",
14580                 "delivery",
14581                 "drive_through",
14582                 "smoking"
14583             ],
14584             "suggestion": true
14585         },
14586         "amenity/fast_food/Tim Hortons": {
14587             "tags": {
14588                 "name": "Tim Hortons",
14589                 "amenity": "fast_food"
14590             },
14591             "name": "Tim Hortons",
14592             "icon": "fast-food",
14593             "geometry": [
14594                 "point",
14595                 "area"
14596             ],
14597             "fields": [
14598                 "cuisine",
14599                 "operator",
14600                 "address",
14601                 "building_area",
14602                 "opening_hours",
14603                 "takeaway",
14604                 "delivery",
14605                 "drive_through",
14606                 "smoking"
14607             ],
14608             "suggestion": true
14609         },
14610         "amenity/fast_food/Steers": {
14611             "tags": {
14612                 "name": "Steers",
14613                 "amenity": "fast_food"
14614             },
14615             "name": "Steers",
14616             "icon": "fast-food",
14617             "geometry": [
14618                 "point",
14619                 "area"
14620             ],
14621             "fields": [
14622                 "cuisine",
14623                 "operator",
14624                 "address",
14625                 "building_area",
14626                 "opening_hours",
14627                 "takeaway",
14628                 "delivery",
14629                 "drive_through",
14630                 "smoking"
14631             ],
14632             "suggestion": true
14633         },
14634         "amenity/fast_food/Hardee's": {
14635             "tags": {
14636                 "name": "Hardee's",
14637                 "cuisine": "burger",
14638                 "amenity": "fast_food"
14639             },
14640             "name": "Hardee's",
14641             "icon": "fast-food",
14642             "geometry": [
14643                 "point",
14644                 "area"
14645             ],
14646             "fields": [
14647                 "cuisine",
14648                 "operator",
14649                 "address",
14650                 "building_area",
14651                 "opening_hours",
14652                 "takeaway",
14653                 "delivery",
14654                 "drive_through",
14655                 "smoking"
14656             ],
14657             "suggestion": true
14658         },
14659         "amenity/fast_food/Arby's": {
14660             "tags": {
14661                 "name": "Arby's",
14662                 "amenity": "fast_food"
14663             },
14664             "name": "Arby's",
14665             "icon": "fast-food",
14666             "geometry": [
14667                 "point",
14668                 "area"
14669             ],
14670             "fields": [
14671                 "cuisine",
14672                 "operator",
14673                 "address",
14674                 "building_area",
14675                 "opening_hours",
14676                 "takeaway",
14677                 "delivery",
14678                 "drive_through",
14679                 "smoking"
14680             ],
14681             "suggestion": true
14682         },
14683         "amenity/fast_food/A&W": {
14684             "tags": {
14685                 "name": "A&W",
14686                 "amenity": "fast_food"
14687             },
14688             "name": "A&W",
14689             "icon": "fast-food",
14690             "geometry": [
14691                 "point",
14692                 "area"
14693             ],
14694             "fields": [
14695                 "cuisine",
14696                 "operator",
14697                 "address",
14698                 "building_area",
14699                 "opening_hours",
14700                 "takeaway",
14701                 "delivery",
14702                 "drive_through",
14703                 "smoking"
14704             ],
14705             "suggestion": true
14706         },
14707         "amenity/fast_food/Dairy Queen": {
14708             "tags": {
14709                 "name": "Dairy Queen",
14710                 "amenity": "fast_food"
14711             },
14712             "name": "Dairy Queen",
14713             "icon": "fast-food",
14714             "geometry": [
14715                 "point",
14716                 "area"
14717             ],
14718             "fields": [
14719                 "cuisine",
14720                 "operator",
14721                 "address",
14722                 "building_area",
14723                 "opening_hours",
14724                 "takeaway",
14725                 "delivery",
14726                 "drive_through",
14727                 "smoking"
14728             ],
14729             "suggestion": true
14730         },
14731         "amenity/fast_food/Hallo Pizza": {
14732             "tags": {
14733                 "name": "Hallo Pizza",
14734                 "amenity": "fast_food"
14735             },
14736             "name": "Hallo Pizza",
14737             "icon": "fast-food",
14738             "geometry": [
14739                 "point",
14740                 "area"
14741             ],
14742             "fields": [
14743                 "cuisine",
14744                 "operator",
14745                 "address",
14746                 "building_area",
14747                 "opening_hours",
14748                 "takeaway",
14749                 "delivery",
14750                 "drive_through",
14751                 "smoking"
14752             ],
14753             "suggestion": true
14754         },
14755         "amenity/fast_food/Fish & Chips": {
14756             "tags": {
14757                 "name": "Fish & Chips",
14758                 "amenity": "fast_food"
14759             },
14760             "name": "Fish & Chips",
14761             "icon": "fast-food",
14762             "geometry": [
14763                 "point",
14764                 "area"
14765             ],
14766             "fields": [
14767                 "cuisine",
14768                 "operator",
14769                 "address",
14770                 "building_area",
14771                 "opening_hours",
14772                 "takeaway",
14773                 "delivery",
14774                 "drive_through",
14775                 "smoking"
14776             ],
14777             "suggestion": true
14778         },
14779         "amenity/fast_food/Harvey's": {
14780             "tags": {
14781                 "name": "Harvey's",
14782                 "amenity": "fast_food"
14783             },
14784             "name": "Harvey's",
14785             "icon": "fast-food",
14786             "geometry": [
14787                 "point",
14788                 "area"
14789             ],
14790             "fields": [
14791                 "cuisine",
14792                 "operator",
14793                 "address",
14794                 "building_area",
14795                 "opening_hours",
14796                 "takeaway",
14797                 "delivery",
14798                 "drive_through",
14799                 "smoking"
14800             ],
14801             "suggestion": true
14802         },
14803         "amenity/fast_food/麥當勞": {
14804             "tags": {
14805                 "name": "麥當勞",
14806                 "amenity": "fast_food"
14807             },
14808             "name": "麥當勞",
14809             "icon": "fast-food",
14810             "geometry": [
14811                 "point",
14812                 "area"
14813             ],
14814             "fields": [
14815                 "cuisine",
14816                 "operator",
14817                 "address",
14818                 "building_area",
14819                 "opening_hours",
14820                 "takeaway",
14821                 "delivery",
14822                 "drive_through",
14823                 "smoking"
14824             ],
14825             "suggestion": true
14826         },
14827         "amenity/fast_food/Pizza Pizza": {
14828             "tags": {
14829                 "name": "Pizza Pizza",
14830                 "amenity": "fast_food"
14831             },
14832             "name": "Pizza Pizza",
14833             "icon": "fast-food",
14834             "geometry": [
14835                 "point",
14836                 "area"
14837             ],
14838             "fields": [
14839                 "cuisine",
14840                 "operator",
14841                 "address",
14842                 "building_area",
14843                 "opening_hours",
14844                 "takeaway",
14845                 "delivery",
14846                 "drive_through",
14847                 "smoking"
14848             ],
14849             "suggestion": true
14850         },
14851         "amenity/fast_food/Kotipizza": {
14852             "tags": {
14853                 "name": "Kotipizza",
14854                 "amenity": "fast_food"
14855             },
14856             "name": "Kotipizza",
14857             "icon": "fast-food",
14858             "geometry": [
14859                 "point",
14860                 "area"
14861             ],
14862             "fields": [
14863                 "cuisine",
14864                 "operator",
14865                 "address",
14866                 "building_area",
14867                 "opening_hours",
14868                 "takeaway",
14869                 "delivery",
14870                 "drive_through",
14871                 "smoking"
14872             ],
14873             "suggestion": true
14874         },
14875         "amenity/fast_food/Jack in the Box": {
14876             "tags": {
14877                 "name": "Jack in the Box",
14878                 "cuisine": "burger",
14879                 "amenity": "fast_food"
14880             },
14881             "name": "Jack in the Box",
14882             "icon": "fast-food",
14883             "geometry": [
14884                 "point",
14885                 "area"
14886             ],
14887             "fields": [
14888                 "cuisine",
14889                 "operator",
14890                 "address",
14891                 "building_area",
14892                 "opening_hours",
14893                 "takeaway",
14894                 "delivery",
14895                 "drive_through",
14896                 "smoking"
14897             ],
14898             "suggestion": true
14899         },
14900         "amenity/fast_food/Istanbul": {
14901             "tags": {
14902                 "name": "Istanbul",
14903                 "amenity": "fast_food"
14904             },
14905             "name": "Istanbul",
14906             "icon": "fast-food",
14907             "geometry": [
14908                 "point",
14909                 "area"
14910             ],
14911             "fields": [
14912                 "cuisine",
14913                 "operator",
14914                 "address",
14915                 "building_area",
14916                 "opening_hours",
14917                 "takeaway",
14918                 "delivery",
14919                 "drive_through",
14920                 "smoking"
14921             ],
14922             "suggestion": true
14923         },
14924         "amenity/fast_food/Kochlöffel": {
14925             "tags": {
14926                 "name": "Kochlöffel",
14927                 "amenity": "fast_food"
14928             },
14929             "name": "Kochlöffel",
14930             "icon": "fast-food",
14931             "geometry": [
14932                 "point",
14933                 "area"
14934             ],
14935             "fields": [
14936                 "cuisine",
14937                 "operator",
14938                 "address",
14939                 "building_area",
14940                 "opening_hours",
14941                 "takeaway",
14942                 "delivery",
14943                 "drive_through",
14944                 "smoking"
14945             ],
14946             "suggestion": true
14947         },
14948         "amenity/fast_food/Döner": {
14949             "tags": {
14950                 "name": "Döner",
14951                 "amenity": "fast_food"
14952             },
14953             "name": "Döner",
14954             "icon": "fast-food",
14955             "geometry": [
14956                 "point",
14957                 "area"
14958             ],
14959             "fields": [
14960                 "cuisine",
14961                 "operator",
14962                 "address",
14963                 "building_area",
14964                 "opening_hours",
14965                 "takeaway",
14966                 "delivery",
14967                 "drive_through",
14968                 "smoking"
14969             ],
14970             "suggestion": true
14971         },
14972         "amenity/fast_food/Telepizza": {
14973             "tags": {
14974                 "name": "Telepizza",
14975                 "amenity": "fast_food"
14976             },
14977             "name": "Telepizza",
14978             "icon": "fast-food",
14979             "geometry": [
14980                 "point",
14981                 "area"
14982             ],
14983             "fields": [
14984                 "cuisine",
14985                 "operator",
14986                 "address",
14987                 "building_area",
14988                 "opening_hours",
14989                 "takeaway",
14990                 "delivery",
14991                 "drive_through",
14992                 "smoking"
14993             ],
14994             "suggestion": true
14995         },
14996         "amenity/fast_food/Sibylla": {
14997             "tags": {
14998                 "name": "Sibylla",
14999                 "amenity": "fast_food"
15000             },
15001             "name": "Sibylla",
15002             "icon": "fast-food",
15003             "geometry": [
15004                 "point",
15005                 "area"
15006             ],
15007             "fields": [
15008                 "cuisine",
15009                 "operator",
15010                 "address",
15011                 "building_area",
15012                 "opening_hours",
15013                 "takeaway",
15014                 "delivery",
15015                 "drive_through",
15016                 "smoking"
15017             ],
15018             "suggestion": true
15019         },
15020         "amenity/fast_food/Carl's Jr.": {
15021             "tags": {
15022                 "name": "Carl's Jr.",
15023                 "cuisine": "burger",
15024                 "amenity": "fast_food"
15025             },
15026             "name": "Carl's Jr.",
15027             "icon": "fast-food",
15028             "geometry": [
15029                 "point",
15030                 "area"
15031             ],
15032             "fields": [
15033                 "cuisine",
15034                 "operator",
15035                 "address",
15036                 "building_area",
15037                 "opening_hours",
15038                 "takeaway",
15039                 "delivery",
15040                 "drive_through",
15041                 "smoking"
15042             ],
15043             "suggestion": true
15044         },
15045         "amenity/fast_food/Quiznos": {
15046             "tags": {
15047                 "name": "Quiznos",
15048                 "cuisine": "sandwich",
15049                 "amenity": "fast_food"
15050             },
15051             "name": "Quiznos",
15052             "icon": "fast-food",
15053             "geometry": [
15054                 "point",
15055                 "area"
15056             ],
15057             "fields": [
15058                 "cuisine",
15059                 "operator",
15060                 "address",
15061                 "building_area",
15062                 "opening_hours",
15063                 "takeaway",
15064                 "delivery",
15065                 "drive_through",
15066                 "smoking"
15067             ],
15068             "suggestion": true
15069         },
15070         "amenity/fast_food/Wimpy": {
15071             "tags": {
15072                 "name": "Wimpy",
15073                 "amenity": "fast_food"
15074             },
15075             "name": "Wimpy",
15076             "icon": "fast-food",
15077             "geometry": [
15078                 "point",
15079                 "area"
15080             ],
15081             "fields": [
15082                 "cuisine",
15083                 "operator",
15084                 "address",
15085                 "building_area",
15086                 "opening_hours",
15087                 "takeaway",
15088                 "delivery",
15089                 "drive_through",
15090                 "smoking"
15091             ],
15092             "suggestion": true
15093         },
15094         "amenity/fast_food/Sonic": {
15095             "tags": {
15096                 "name": "Sonic",
15097                 "cuisine": "burger",
15098                 "amenity": "fast_food"
15099             },
15100             "name": "Sonic",
15101             "icon": "fast-food",
15102             "geometry": [
15103                 "point",
15104                 "area"
15105             ],
15106             "fields": [
15107                 "cuisine",
15108                 "operator",
15109                 "address",
15110                 "building_area",
15111                 "opening_hours",
15112                 "takeaway",
15113                 "delivery",
15114                 "drive_through",
15115                 "smoking"
15116             ],
15117             "suggestion": true
15118         },
15119         "amenity/fast_food/Taco Bell": {
15120             "tags": {
15121                 "name": "Taco Bell",
15122                 "cuisine": "mexican",
15123                 "amenity": "fast_food"
15124             },
15125             "name": "Taco Bell",
15126             "icon": "fast-food",
15127             "geometry": [
15128                 "point",
15129                 "area"
15130             ],
15131             "fields": [
15132                 "cuisine",
15133                 "operator",
15134                 "address",
15135                 "building_area",
15136                 "opening_hours",
15137                 "takeaway",
15138                 "delivery",
15139                 "drive_through",
15140                 "smoking"
15141             ],
15142             "suggestion": true
15143         },
15144         "amenity/fast_food/Pizza Nova": {
15145             "tags": {
15146                 "name": "Pizza Nova",
15147                 "amenity": "fast_food"
15148             },
15149             "name": "Pizza Nova",
15150             "icon": "fast-food",
15151             "geometry": [
15152                 "point",
15153                 "area"
15154             ],
15155             "fields": [
15156                 "cuisine",
15157                 "operator",
15158                 "address",
15159                 "building_area",
15160                 "opening_hours",
15161                 "takeaway",
15162                 "delivery",
15163                 "drive_through",
15164                 "smoking"
15165             ],
15166             "suggestion": true
15167         },
15168         "amenity/fast_food/Papa John's": {
15169             "tags": {
15170                 "name": "Papa John's",
15171                 "cuisine": "pizza",
15172                 "amenity": "fast_food"
15173             },
15174             "name": "Papa John's",
15175             "icon": "fast-food",
15176             "geometry": [
15177                 "point",
15178                 "area"
15179             ],
15180             "fields": [
15181                 "cuisine",
15182                 "operator",
15183                 "address",
15184                 "building_area",
15185                 "opening_hours",
15186                 "takeaway",
15187                 "delivery",
15188                 "drive_through",
15189                 "smoking"
15190             ],
15191             "suggestion": true
15192         },
15193         "amenity/fast_food/Nordsee": {
15194             "tags": {
15195                 "name": "Nordsee",
15196                 "amenity": "fast_food"
15197             },
15198             "name": "Nordsee",
15199             "icon": "fast-food",
15200             "geometry": [
15201                 "point",
15202                 "area"
15203             ],
15204             "fields": [
15205                 "cuisine",
15206                 "operator",
15207                 "address",
15208                 "building_area",
15209                 "opening_hours",
15210                 "takeaway",
15211                 "delivery",
15212                 "drive_through",
15213                 "smoking"
15214             ],
15215             "suggestion": true
15216         },
15217         "amenity/fast_food/Mr. Sub": {
15218             "tags": {
15219                 "name": "Mr. Sub",
15220                 "amenity": "fast_food"
15221             },
15222             "name": "Mr. Sub",
15223             "icon": "fast-food",
15224             "geometry": [
15225                 "point",
15226                 "area"
15227             ],
15228             "fields": [
15229                 "cuisine",
15230                 "operator",
15231                 "address",
15232                 "building_area",
15233                 "opening_hours",
15234                 "takeaway",
15235                 "delivery",
15236                 "drive_through",
15237                 "smoking"
15238             ],
15239             "suggestion": true
15240         },
15241         "amenity/fast_food/Макдоналдс": {
15242             "tags": {
15243                 "name": "Макдоналдс",
15244                 "name:en": "McDonald's",
15245                 "amenity": "fast_food"
15246             },
15247             "name": "Макдоналдс",
15248             "icon": "fast-food",
15249             "geometry": [
15250                 "point",
15251                 "area"
15252             ],
15253             "fields": [
15254                 "cuisine",
15255                 "operator",
15256                 "address",
15257                 "building_area",
15258                 "opening_hours",
15259                 "takeaway",
15260                 "delivery",
15261                 "drive_through",
15262                 "smoking"
15263             ],
15264             "suggestion": true
15265         },
15266         "amenity/fast_food/Asia Imbiss": {
15267             "tags": {
15268                 "name": "Asia Imbiss",
15269                 "amenity": "fast_food"
15270             },
15271             "name": "Asia Imbiss",
15272             "icon": "fast-food",
15273             "geometry": [
15274                 "point",
15275                 "area"
15276             ],
15277             "fields": [
15278                 "cuisine",
15279                 "operator",
15280                 "address",
15281                 "building_area",
15282                 "opening_hours",
15283                 "takeaway",
15284                 "delivery",
15285                 "drive_through",
15286                 "smoking"
15287             ],
15288             "suggestion": true
15289         },
15290         "amenity/fast_food/Chipotle": {
15291             "tags": {
15292                 "name": "Chipotle",
15293                 "cuisine": "mexican",
15294                 "amenity": "fast_food"
15295             },
15296             "name": "Chipotle",
15297             "icon": "fast-food",
15298             "geometry": [
15299                 "point",
15300                 "area"
15301             ],
15302             "fields": [
15303                 "cuisine",
15304                 "operator",
15305                 "address",
15306                 "building_area",
15307                 "opening_hours",
15308                 "takeaway",
15309                 "delivery",
15310                 "drive_through",
15311                 "smoking"
15312             ],
15313             "suggestion": true
15314         },
15315         "amenity/fast_food/マクドナルド": {
15316             "tags": {
15317                 "name": "マクドナルド",
15318                 "name:en": "McDonald's",
15319                 "cuisine": "burger",
15320                 "amenity": "fast_food"
15321             },
15322             "name": "マクドナルド",
15323             "icon": "fast-food",
15324             "geometry": [
15325                 "point",
15326                 "area"
15327             ],
15328             "fields": [
15329                 "cuisine",
15330                 "operator",
15331                 "address",
15332                 "building_area",
15333                 "opening_hours",
15334                 "takeaway",
15335                 "delivery",
15336                 "drive_through",
15337                 "smoking"
15338             ],
15339             "suggestion": true
15340         },
15341         "amenity/fast_food/In-N-Out Burger": {
15342             "tags": {
15343                 "name": "In-N-Out Burger",
15344                 "amenity": "fast_food"
15345             },
15346             "name": "In-N-Out Burger",
15347             "icon": "fast-food",
15348             "geometry": [
15349                 "point",
15350                 "area"
15351             ],
15352             "fields": [
15353                 "cuisine",
15354                 "operator",
15355                 "address",
15356                 "building_area",
15357                 "opening_hours",
15358                 "takeaway",
15359                 "delivery",
15360                 "drive_through",
15361                 "smoking"
15362             ],
15363             "suggestion": true
15364         },
15365         "amenity/fast_food/Jimmy John's": {
15366             "tags": {
15367                 "name": "Jimmy John's",
15368                 "amenity": "fast_food"
15369             },
15370             "name": "Jimmy John's",
15371             "icon": "fast-food",
15372             "geometry": [
15373                 "point",
15374                 "area"
15375             ],
15376             "fields": [
15377                 "cuisine",
15378                 "operator",
15379                 "address",
15380                 "building_area",
15381                 "opening_hours",
15382                 "takeaway",
15383                 "delivery",
15384                 "drive_through",
15385                 "smoking"
15386             ],
15387             "suggestion": true
15388         },
15389         "amenity/fast_food/Jamba Juice": {
15390             "tags": {
15391                 "name": "Jamba Juice",
15392                 "amenity": "fast_food"
15393             },
15394             "name": "Jamba Juice",
15395             "icon": "fast-food",
15396             "geometry": [
15397                 "point",
15398                 "area"
15399             ],
15400             "fields": [
15401                 "cuisine",
15402                 "operator",
15403                 "address",
15404                 "building_area",
15405                 "opening_hours",
15406                 "takeaway",
15407                 "delivery",
15408                 "drive_through",
15409                 "smoking"
15410             ],
15411             "suggestion": true
15412         },
15413         "amenity/fast_food/Робин Сдобин": {
15414             "tags": {
15415                 "name": "Робин Сдобин",
15416                 "amenity": "fast_food"
15417             },
15418             "name": "Робин Сдобин",
15419             "icon": "fast-food",
15420             "geometry": [
15421                 "point",
15422                 "area"
15423             ],
15424             "fields": [
15425                 "cuisine",
15426                 "operator",
15427                 "address",
15428                 "building_area",
15429                 "opening_hours",
15430                 "takeaway",
15431                 "delivery",
15432                 "drive_through",
15433                 "smoking"
15434             ],
15435             "suggestion": true
15436         },
15437         "amenity/fast_food/Baskin Robbins": {
15438             "tags": {
15439                 "name": "Baskin Robbins",
15440                 "amenity": "fast_food"
15441             },
15442             "name": "Baskin Robbins",
15443             "icon": "fast-food",
15444             "geometry": [
15445                 "point",
15446                 "area"
15447             ],
15448             "fields": [
15449                 "cuisine",
15450                 "operator",
15451                 "address",
15452                 "building_area",
15453                 "opening_hours",
15454                 "takeaway",
15455                 "delivery",
15456                 "drive_through",
15457                 "smoking"
15458             ],
15459             "suggestion": true
15460         },
15461         "amenity/fast_food/ケンタッキーフライドチキン": {
15462             "tags": {
15463                 "name": "ケンタッキーフライドチキン",
15464                 "name:en": "KFC",
15465                 "cuisine": "chicken",
15466                 "amenity": "fast_food"
15467             },
15468             "name": "ケンタッキーフライドチキン",
15469             "icon": "fast-food",
15470             "geometry": [
15471                 "point",
15472                 "area"
15473             ],
15474             "fields": [
15475                 "cuisine",
15476                 "operator",
15477                 "address",
15478                 "building_area",
15479                 "opening_hours",
15480                 "takeaway",
15481                 "delivery",
15482                 "drive_through",
15483                 "smoking"
15484             ],
15485             "suggestion": true
15486         },
15487         "amenity/fast_food/吉野家": {
15488             "tags": {
15489                 "name": "吉野家",
15490                 "amenity": "fast_food"
15491             },
15492             "name": "吉野家",
15493             "icon": "fast-food",
15494             "geometry": [
15495                 "point",
15496                 "area"
15497             ],
15498             "fields": [
15499                 "cuisine",
15500                 "operator",
15501                 "address",
15502                 "building_area",
15503                 "opening_hours",
15504                 "takeaway",
15505                 "delivery",
15506                 "drive_through",
15507                 "smoking"
15508             ],
15509             "suggestion": true
15510         },
15511         "amenity/fast_food/Taco Time": {
15512             "tags": {
15513                 "name": "Taco Time",
15514                 "amenity": "fast_food"
15515             },
15516             "name": "Taco Time",
15517             "icon": "fast-food",
15518             "geometry": [
15519                 "point",
15520                 "area"
15521             ],
15522             "fields": [
15523                 "cuisine",
15524                 "operator",
15525                 "address",
15526                 "building_area",
15527                 "opening_hours",
15528                 "takeaway",
15529                 "delivery",
15530                 "drive_through",
15531                 "smoking"
15532             ],
15533             "suggestion": true
15534         },
15535         "amenity/fast_food/松屋": {
15536             "tags": {
15537                 "name": "松屋",
15538                 "name:en": "Matsuya",
15539                 "amenity": "fast_food"
15540             },
15541             "name": "松屋",
15542             "icon": "fast-food",
15543             "geometry": [
15544                 "point",
15545                 "area"
15546             ],
15547             "fields": [
15548                 "cuisine",
15549                 "operator",
15550                 "address",
15551                 "building_area",
15552                 "opening_hours",
15553                 "takeaway",
15554                 "delivery",
15555                 "drive_through",
15556                 "smoking"
15557             ],
15558             "suggestion": true
15559         },
15560         "amenity/fast_food/Little Caesars": {
15561             "tags": {
15562                 "name": "Little Caesars",
15563                 "amenity": "fast_food"
15564             },
15565             "name": "Little Caesars",
15566             "icon": "fast-food",
15567             "geometry": [
15568                 "point",
15569                 "area"
15570             ],
15571             "fields": [
15572                 "cuisine",
15573                 "operator",
15574                 "address",
15575                 "building_area",
15576                 "opening_hours",
15577                 "takeaway",
15578                 "delivery",
15579                 "drive_through",
15580                 "smoking"
15581             ],
15582             "suggestion": true
15583         },
15584         "amenity/fast_food/El Pollo Loco": {
15585             "tags": {
15586                 "name": "El Pollo Loco",
15587                 "amenity": "fast_food"
15588             },
15589             "name": "El Pollo Loco",
15590             "icon": "fast-food",
15591             "geometry": [
15592                 "point",
15593                 "area"
15594             ],
15595             "fields": [
15596                 "cuisine",
15597                 "operator",
15598                 "address",
15599                 "building_area",
15600                 "opening_hours",
15601                 "takeaway",
15602                 "delivery",
15603                 "drive_through",
15604                 "smoking"
15605             ],
15606             "suggestion": true
15607         },
15608         "amenity/fast_food/Del Taco": {
15609             "tags": {
15610                 "name": "Del Taco",
15611                 "amenity": "fast_food"
15612             },
15613             "name": "Del Taco",
15614             "icon": "fast-food",
15615             "geometry": [
15616                 "point",
15617                 "area"
15618             ],
15619             "fields": [
15620                 "cuisine",
15621                 "operator",
15622                 "address",
15623                 "building_area",
15624                 "opening_hours",
15625                 "takeaway",
15626                 "delivery",
15627                 "drive_through",
15628                 "smoking"
15629             ],
15630             "suggestion": true
15631         },
15632         "amenity/fast_food/White Castle": {
15633             "tags": {
15634                 "name": "White Castle",
15635                 "amenity": "fast_food"
15636             },
15637             "name": "White Castle",
15638             "icon": "fast-food",
15639             "geometry": [
15640                 "point",
15641                 "area"
15642             ],
15643             "fields": [
15644                 "cuisine",
15645                 "operator",
15646                 "address",
15647                 "building_area",
15648                 "opening_hours",
15649                 "takeaway",
15650                 "delivery",
15651                 "drive_through",
15652                 "smoking"
15653             ],
15654             "suggestion": true
15655         },
15656         "amenity/fast_food/Boston Market": {
15657             "tags": {
15658                 "name": "Boston Market",
15659                 "amenity": "fast_food"
15660             },
15661             "name": "Boston Market",
15662             "icon": "fast-food",
15663             "geometry": [
15664                 "point",
15665                 "area"
15666             ],
15667             "fields": [
15668                 "cuisine",
15669                 "operator",
15670                 "address",
15671                 "building_area",
15672                 "opening_hours",
15673                 "takeaway",
15674                 "delivery",
15675                 "drive_through",
15676                 "smoking"
15677             ],
15678             "suggestion": true
15679         },
15680         "amenity/fast_food/Chick-fil-A": {
15681             "tags": {
15682                 "name": "Chick-fil-A",
15683                 "cuisine": "chicken",
15684                 "amenity": "fast_food"
15685             },
15686             "name": "Chick-fil-A",
15687             "icon": "fast-food",
15688             "geometry": [
15689                 "point",
15690                 "area"
15691             ],
15692             "fields": [
15693                 "cuisine",
15694                 "operator",
15695                 "address",
15696                 "building_area",
15697                 "opening_hours",
15698                 "takeaway",
15699                 "delivery",
15700                 "drive_through",
15701                 "smoking"
15702             ],
15703             "suggestion": true
15704         },
15705         "amenity/fast_food/Panda Express": {
15706             "tags": {
15707                 "name": "Panda Express",
15708                 "cuisine": "chinese",
15709                 "amenity": "fast_food"
15710             },
15711             "name": "Panda Express",
15712             "icon": "fast-food",
15713             "geometry": [
15714                 "point",
15715                 "area"
15716             ],
15717             "fields": [
15718                 "cuisine",
15719                 "operator",
15720                 "address",
15721                 "building_area",
15722                 "opening_hours",
15723                 "takeaway",
15724                 "delivery",
15725                 "drive_through",
15726                 "smoking"
15727             ],
15728             "suggestion": true
15729         },
15730         "amenity/fast_food/Whataburger": {
15731             "tags": {
15732                 "name": "Whataburger",
15733                 "amenity": "fast_food"
15734             },
15735             "name": "Whataburger",
15736             "icon": "fast-food",
15737             "geometry": [
15738                 "point",
15739                 "area"
15740             ],
15741             "fields": [
15742                 "cuisine",
15743                 "operator",
15744                 "address",
15745                 "building_area",
15746                 "opening_hours",
15747                 "takeaway",
15748                 "delivery",
15749                 "drive_through",
15750                 "smoking"
15751             ],
15752             "suggestion": true
15753         },
15754         "amenity/fast_food/Taco John's": {
15755             "tags": {
15756                 "name": "Taco John's",
15757                 "amenity": "fast_food"
15758             },
15759             "name": "Taco John's",
15760             "icon": "fast-food",
15761             "geometry": [
15762                 "point",
15763                 "area"
15764             ],
15765             "fields": [
15766                 "cuisine",
15767                 "operator",
15768                 "address",
15769                 "building_area",
15770                 "opening_hours",
15771                 "takeaway",
15772                 "delivery",
15773                 "drive_through",
15774                 "smoking"
15775             ],
15776             "suggestion": true
15777         },
15778         "amenity/fast_food/Теремок": {
15779             "tags": {
15780                 "name": "Теремок",
15781                 "amenity": "fast_food"
15782             },
15783             "name": "Теремок",
15784             "icon": "fast-food",
15785             "geometry": [
15786                 "point",
15787                 "area"
15788             ],
15789             "fields": [
15790                 "cuisine",
15791                 "operator",
15792                 "address",
15793                 "building_area",
15794                 "opening_hours",
15795                 "takeaway",
15796                 "delivery",
15797                 "drive_through",
15798                 "smoking"
15799             ],
15800             "suggestion": true
15801         },
15802         "amenity/fast_food/Culver's": {
15803             "tags": {
15804                 "name": "Culver's",
15805                 "amenity": "fast_food"
15806             },
15807             "name": "Culver's",
15808             "icon": "fast-food",
15809             "geometry": [
15810                 "point",
15811                 "area"
15812             ],
15813             "fields": [
15814                 "cuisine",
15815                 "operator",
15816                 "address",
15817                 "building_area",
15818                 "opening_hours",
15819                 "takeaway",
15820                 "delivery",
15821                 "drive_through",
15822                 "smoking"
15823             ],
15824             "suggestion": true
15825         },
15826         "amenity/fast_food/Five Guys": {
15827             "tags": {
15828                 "name": "Five Guys",
15829                 "amenity": "fast_food"
15830             },
15831             "name": "Five Guys",
15832             "icon": "fast-food",
15833             "geometry": [
15834                 "point",
15835                 "area"
15836             ],
15837             "fields": [
15838                 "cuisine",
15839                 "operator",
15840                 "address",
15841                 "building_area",
15842                 "opening_hours",
15843                 "takeaway",
15844                 "delivery",
15845                 "drive_through",
15846                 "smoking"
15847             ],
15848             "suggestion": true
15849         },
15850         "amenity/fast_food/Church's Chicken": {
15851             "tags": {
15852                 "name": "Church's Chicken",
15853                 "amenity": "fast_food"
15854             },
15855             "name": "Church's Chicken",
15856             "icon": "fast-food",
15857             "geometry": [
15858                 "point",
15859                 "area"
15860             ],
15861             "fields": [
15862                 "cuisine",
15863                 "operator",
15864                 "address",
15865                 "building_area",
15866                 "opening_hours",
15867                 "takeaway",
15868                 "delivery",
15869                 "drive_through",
15870                 "smoking"
15871             ],
15872             "suggestion": true
15873         },
15874         "amenity/fast_food/Popeye's": {
15875             "tags": {
15876                 "name": "Popeye's",
15877                 "cuisine": "chicken",
15878                 "amenity": "fast_food"
15879             },
15880             "name": "Popeye's",
15881             "icon": "fast-food",
15882             "geometry": [
15883                 "point",
15884                 "area"
15885             ],
15886             "fields": [
15887                 "cuisine",
15888                 "operator",
15889                 "address",
15890                 "building_area",
15891                 "opening_hours",
15892                 "takeaway",
15893                 "delivery",
15894                 "drive_through",
15895                 "smoking"
15896             ],
15897             "suggestion": true
15898         },
15899         "amenity/fast_food/Long John Silver's": {
15900             "tags": {
15901                 "name": "Long John Silver's",
15902                 "amenity": "fast_food"
15903             },
15904             "name": "Long John Silver's",
15905             "icon": "fast-food",
15906             "geometry": [
15907                 "point",
15908                 "area"
15909             ],
15910             "fields": [
15911                 "cuisine",
15912                 "operator",
15913                 "address",
15914                 "building_area",
15915                 "opening_hours",
15916                 "takeaway",
15917                 "delivery",
15918                 "drive_through",
15919                 "smoking"
15920             ],
15921             "suggestion": true
15922         },
15923         "amenity/fast_food/Pollo Campero": {
15924             "tags": {
15925                 "name": "Pollo Campero",
15926                 "amenity": "fast_food"
15927             },
15928             "name": "Pollo Campero",
15929             "icon": "fast-food",
15930             "geometry": [
15931                 "point",
15932                 "area"
15933             ],
15934             "fields": [
15935                 "cuisine",
15936                 "operator",
15937                 "address",
15938                 "building_area",
15939                 "opening_hours",
15940                 "takeaway",
15941                 "delivery",
15942                 "drive_through",
15943                 "smoking"
15944             ],
15945             "suggestion": true
15946         },
15947         "amenity/fast_food/Zaxby's": {
15948             "tags": {
15949                 "name": "Zaxby's",
15950                 "amenity": "fast_food"
15951             },
15952             "name": "Zaxby's",
15953             "icon": "fast-food",
15954             "geometry": [
15955                 "point",
15956                 "area"
15957             ],
15958             "fields": [
15959                 "cuisine",
15960                 "operator",
15961                 "address",
15962                 "building_area",
15963                 "opening_hours",
15964                 "takeaway",
15965                 "delivery",
15966                 "drive_through",
15967                 "smoking"
15968             ],
15969             "suggestion": true
15970         },
15971         "amenity/fast_food/すき家": {
15972             "tags": {
15973                 "name": "すき家",
15974                 "name:en": "SUKIYA",
15975                 "amenity": "fast_food"
15976             },
15977             "name": "すき家",
15978             "icon": "fast-food",
15979             "geometry": [
15980                 "point",
15981                 "area"
15982             ],
15983             "fields": [
15984                 "cuisine",
15985                 "operator",
15986                 "address",
15987                 "building_area",
15988                 "opening_hours",
15989                 "takeaway",
15990                 "delivery",
15991                 "drive_through",
15992                 "smoking"
15993             ],
15994             "suggestion": true
15995         },
15996         "amenity/fast_food/モスバーガー": {
15997             "tags": {
15998                 "name": "モスバーガー",
15999                 "name:en": "MOS BURGER",
16000                 "amenity": "fast_food"
16001             },
16002             "name": "モスバーガー",
16003             "icon": "fast-food",
16004             "geometry": [
16005                 "point",
16006                 "area"
16007             ],
16008             "fields": [
16009                 "cuisine",
16010                 "operator",
16011                 "address",
16012                 "building_area",
16013                 "opening_hours",
16014                 "takeaway",
16015                 "delivery",
16016                 "drive_through",
16017                 "smoking"
16018             ],
16019             "suggestion": true
16020         },
16021         "amenity/fast_food/Русский Аппетит": {
16022             "tags": {
16023                 "name": "Русский Аппетит",
16024                 "amenity": "fast_food"
16025             },
16026             "name": "Русский Аппетит",
16027             "icon": "fast-food",
16028             "geometry": [
16029                 "point",
16030                 "area"
16031             ],
16032             "fields": [
16033                 "cuisine",
16034                 "operator",
16035                 "address",
16036                 "building_area",
16037                 "opening_hours",
16038                 "takeaway",
16039                 "delivery",
16040                 "drive_through",
16041                 "smoking"
16042             ],
16043             "suggestion": true
16044         },
16045         "amenity/fast_food/なか卯": {
16046             "tags": {
16047                 "name": "なか卯",
16048                 "amenity": "fast_food"
16049             },
16050             "name": "なか卯",
16051             "icon": "fast-food",
16052             "geometry": [
16053                 "point",
16054                 "area"
16055             ],
16056             "fields": [
16057                 "cuisine",
16058                 "operator",
16059                 "address",
16060                 "building_area",
16061                 "opening_hours",
16062                 "takeaway",
16063                 "delivery",
16064                 "drive_through",
16065                 "smoking"
16066             ],
16067             "suggestion": true
16068         },
16069         "amenity/restaurant/Pizza Hut": {
16070             "tags": {
16071                 "name": "Pizza Hut",
16072                 "cuisine": "pizza",
16073                 "amenity": "restaurant"
16074             },
16075             "name": "Pizza Hut",
16076             "icon": "restaurant",
16077             "geometry": [
16078                 "point",
16079                 "area"
16080             ],
16081             "fields": [
16082                 "cuisine",
16083                 "address",
16084                 "building_area",
16085                 "opening_hours",
16086                 "capacity",
16087                 "takeaway",
16088                 "delivery",
16089                 "smoking"
16090             ],
16091             "suggestion": true
16092         },
16093         "amenity/restaurant/Little Chef": {
16094             "tags": {
16095                 "name": "Little Chef",
16096                 "amenity": "restaurant"
16097             },
16098             "name": "Little Chef",
16099             "icon": "restaurant",
16100             "geometry": [
16101                 "point",
16102                 "area"
16103             ],
16104             "fields": [
16105                 "cuisine",
16106                 "address",
16107                 "building_area",
16108                 "opening_hours",
16109                 "capacity",
16110                 "takeaway",
16111                 "delivery",
16112                 "smoking"
16113             ],
16114             "suggestion": true
16115         },
16116         "amenity/restaurant/Adler": {
16117             "tags": {
16118                 "name": "Adler",
16119                 "amenity": "restaurant"
16120             },
16121             "name": "Adler",
16122             "icon": "restaurant",
16123             "geometry": [
16124                 "point",
16125                 "area"
16126             ],
16127             "fields": [
16128                 "cuisine",
16129                 "address",
16130                 "building_area",
16131                 "opening_hours",
16132                 "capacity",
16133                 "takeaway",
16134                 "delivery",
16135                 "smoking"
16136             ],
16137             "suggestion": true
16138         },
16139         "amenity/restaurant/Zur Krone": {
16140             "tags": {
16141                 "name": "Zur Krone",
16142                 "amenity": "restaurant"
16143             },
16144             "name": "Zur Krone",
16145             "icon": "restaurant",
16146             "geometry": [
16147                 "point",
16148                 "area"
16149             ],
16150             "fields": [
16151                 "cuisine",
16152                 "address",
16153                 "building_area",
16154                 "opening_hours",
16155                 "capacity",
16156                 "takeaway",
16157                 "delivery",
16158                 "smoking"
16159             ],
16160             "suggestion": true
16161         },
16162         "amenity/restaurant/Deutsches Haus": {
16163             "tags": {
16164                 "name": "Deutsches Haus",
16165                 "amenity": "restaurant"
16166             },
16167             "name": "Deutsches Haus",
16168             "icon": "restaurant",
16169             "geometry": [
16170                 "point",
16171                 "area"
16172             ],
16173             "fields": [
16174                 "cuisine",
16175                 "address",
16176                 "building_area",
16177                 "opening_hours",
16178                 "capacity",
16179                 "takeaway",
16180                 "delivery",
16181                 "smoking"
16182             ],
16183             "suggestion": true
16184         },
16185         "amenity/restaurant/Krone": {
16186             "tags": {
16187                 "name": "Krone",
16188                 "amenity": "restaurant"
16189             },
16190             "name": "Krone",
16191             "icon": "restaurant",
16192             "geometry": [
16193                 "point",
16194                 "area"
16195             ],
16196             "fields": [
16197                 "cuisine",
16198                 "address",
16199                 "building_area",
16200                 "opening_hours",
16201                 "capacity",
16202                 "takeaway",
16203                 "delivery",
16204                 "smoking"
16205             ],
16206             "suggestion": true
16207         },
16208         "amenity/restaurant/Akropolis": {
16209             "tags": {
16210                 "name": "Akropolis",
16211                 "amenity": "restaurant"
16212             },
16213             "name": "Akropolis",
16214             "icon": "restaurant",
16215             "geometry": [
16216                 "point",
16217                 "area"
16218             ],
16219             "fields": [
16220                 "cuisine",
16221                 "address",
16222                 "building_area",
16223                 "opening_hours",
16224                 "capacity",
16225                 "takeaway",
16226                 "delivery",
16227                 "smoking"
16228             ],
16229             "suggestion": true
16230         },
16231         "amenity/restaurant/Schützenhaus": {
16232             "tags": {
16233                 "name": "Schützenhaus",
16234                 "amenity": "restaurant"
16235             },
16236             "name": "Schützenhaus",
16237             "icon": "restaurant",
16238             "geometry": [
16239                 "point",
16240                 "area"
16241             ],
16242             "fields": [
16243                 "cuisine",
16244                 "address",
16245                 "building_area",
16246                 "opening_hours",
16247                 "capacity",
16248                 "takeaway",
16249                 "delivery",
16250                 "smoking"
16251             ],
16252             "suggestion": true
16253         },
16254         "amenity/restaurant/Kreuz": {
16255             "tags": {
16256                 "name": "Kreuz",
16257                 "amenity": "restaurant"
16258             },
16259             "name": "Kreuz",
16260             "icon": "restaurant",
16261             "geometry": [
16262                 "point",
16263                 "area"
16264             ],
16265             "fields": [
16266                 "cuisine",
16267                 "address",
16268                 "building_area",
16269                 "opening_hours",
16270                 "capacity",
16271                 "takeaway",
16272                 "delivery",
16273                 "smoking"
16274             ],
16275             "suggestion": true
16276         },
16277         "amenity/restaurant/Waldschänke": {
16278             "tags": {
16279                 "name": "Waldschänke",
16280                 "amenity": "restaurant"
16281             },
16282             "name": "Waldschänke",
16283             "icon": "restaurant",
16284             "geometry": [
16285                 "point",
16286                 "area"
16287             ],
16288             "fields": [
16289                 "cuisine",
16290                 "address",
16291                 "building_area",
16292                 "opening_hours",
16293                 "capacity",
16294                 "takeaway",
16295                 "delivery",
16296                 "smoking"
16297             ],
16298             "suggestion": true
16299         },
16300         "amenity/restaurant/La Piazza": {
16301             "tags": {
16302                 "name": "La Piazza",
16303                 "amenity": "restaurant"
16304             },
16305             "name": "La Piazza",
16306             "icon": "restaurant",
16307             "geometry": [
16308                 "point",
16309                 "area"
16310             ],
16311             "fields": [
16312                 "cuisine",
16313                 "address",
16314                 "building_area",
16315                 "opening_hours",
16316                 "capacity",
16317                 "takeaway",
16318                 "delivery",
16319                 "smoking"
16320             ],
16321             "suggestion": true
16322         },
16323         "amenity/restaurant/Lamm": {
16324             "tags": {
16325                 "name": "Lamm",
16326                 "amenity": "restaurant"
16327             },
16328             "name": "Lamm",
16329             "icon": "restaurant",
16330             "geometry": [
16331                 "point",
16332                 "area"
16333             ],
16334             "fields": [
16335                 "cuisine",
16336                 "address",
16337                 "building_area",
16338                 "opening_hours",
16339                 "capacity",
16340                 "takeaway",
16341                 "delivery",
16342                 "smoking"
16343             ],
16344             "suggestion": true
16345         },
16346         "amenity/restaurant/Zur Sonne": {
16347             "tags": {
16348                 "name": "Zur Sonne",
16349                 "amenity": "restaurant"
16350             },
16351             "name": "Zur Sonne",
16352             "icon": "restaurant",
16353             "geometry": [
16354                 "point",
16355                 "area"
16356             ],
16357             "fields": [
16358                 "cuisine",
16359                 "address",
16360                 "building_area",
16361                 "opening_hours",
16362                 "capacity",
16363                 "takeaway",
16364                 "delivery",
16365                 "smoking"
16366             ],
16367             "suggestion": true
16368         },
16369         "amenity/restaurant/Zur Linde": {
16370             "tags": {
16371                 "name": "Zur Linde",
16372                 "amenity": "restaurant"
16373             },
16374             "name": "Zur Linde",
16375             "icon": "restaurant",
16376             "geometry": [
16377                 "point",
16378                 "area"
16379             ],
16380             "fields": [
16381                 "cuisine",
16382                 "address",
16383                 "building_area",
16384                 "opening_hours",
16385                 "capacity",
16386                 "takeaway",
16387                 "delivery",
16388                 "smoking"
16389             ],
16390             "suggestion": true
16391         },
16392         "amenity/restaurant/Poseidon": {
16393             "tags": {
16394                 "name": "Poseidon",
16395                 "amenity": "restaurant"
16396             },
16397             "name": "Poseidon",
16398             "icon": "restaurant",
16399             "geometry": [
16400                 "point",
16401                 "area"
16402             ],
16403             "fields": [
16404                 "cuisine",
16405                 "address",
16406                 "building_area",
16407                 "opening_hours",
16408                 "capacity",
16409                 "takeaway",
16410                 "delivery",
16411                 "smoking"
16412             ],
16413             "suggestion": true
16414         },
16415         "amenity/restaurant/Shanghai": {
16416             "tags": {
16417                 "name": "Shanghai",
16418                 "amenity": "restaurant"
16419             },
16420             "name": "Shanghai",
16421             "icon": "restaurant",
16422             "geometry": [
16423                 "point",
16424                 "area"
16425             ],
16426             "fields": [
16427                 "cuisine",
16428                 "address",
16429                 "building_area",
16430                 "opening_hours",
16431                 "capacity",
16432                 "takeaway",
16433                 "delivery",
16434                 "smoking"
16435             ],
16436             "suggestion": true
16437         },
16438         "amenity/restaurant/Red Lobster": {
16439             "tags": {
16440                 "name": "Red Lobster",
16441                 "amenity": "restaurant"
16442             },
16443             "name": "Red Lobster",
16444             "icon": "restaurant",
16445             "geometry": [
16446                 "point",
16447                 "area"
16448             ],
16449             "fields": [
16450                 "cuisine",
16451                 "address",
16452                 "building_area",
16453                 "opening_hours",
16454                 "capacity",
16455                 "takeaway",
16456                 "delivery",
16457                 "smoking"
16458             ],
16459             "suggestion": true
16460         },
16461         "amenity/restaurant/Zum Löwen": {
16462             "tags": {
16463                 "name": "Zum Löwen",
16464                 "amenity": "restaurant"
16465             },
16466             "name": "Zum Löwen",
16467             "icon": "restaurant",
16468             "geometry": [
16469                 "point",
16470                 "area"
16471             ],
16472             "fields": [
16473                 "cuisine",
16474                 "address",
16475                 "building_area",
16476                 "opening_hours",
16477                 "capacity",
16478                 "takeaway",
16479                 "delivery",
16480                 "smoking"
16481             ],
16482             "suggestion": true
16483         },
16484         "amenity/restaurant/Swiss Chalet": {
16485             "tags": {
16486                 "name": "Swiss Chalet",
16487                 "amenity": "restaurant"
16488             },
16489             "name": "Swiss Chalet",
16490             "icon": "restaurant",
16491             "geometry": [
16492                 "point",
16493                 "area"
16494             ],
16495             "fields": [
16496                 "cuisine",
16497                 "address",
16498                 "building_area",
16499                 "opening_hours",
16500                 "capacity",
16501                 "takeaway",
16502                 "delivery",
16503                 "smoking"
16504             ],
16505             "suggestion": true
16506         },
16507         "amenity/restaurant/Olympia": {
16508             "tags": {
16509                 "name": "Olympia",
16510                 "amenity": "restaurant"
16511             },
16512             "name": "Olympia",
16513             "icon": "restaurant",
16514             "geometry": [
16515                 "point",
16516                 "area"
16517             ],
16518             "fields": [
16519                 "cuisine",
16520                 "address",
16521                 "building_area",
16522                 "opening_hours",
16523                 "capacity",
16524                 "takeaway",
16525                 "delivery",
16526                 "smoking"
16527             ],
16528             "suggestion": true
16529         },
16530         "amenity/restaurant/Wagamama": {
16531             "tags": {
16532                 "name": "Wagamama",
16533                 "amenity": "restaurant"
16534             },
16535             "name": "Wagamama",
16536             "icon": "restaurant",
16537             "geometry": [
16538                 "point",
16539                 "area"
16540             ],
16541             "fields": [
16542                 "cuisine",
16543                 "address",
16544                 "building_area",
16545                 "opening_hours",
16546                 "capacity",
16547                 "takeaway",
16548                 "delivery",
16549                 "smoking"
16550             ],
16551             "suggestion": true
16552         },
16553         "amenity/restaurant/Frankie & Benny's": {
16554             "tags": {
16555                 "name": "Frankie & Benny's",
16556                 "amenity": "restaurant"
16557             },
16558             "name": "Frankie & Benny's",
16559             "icon": "restaurant",
16560             "geometry": [
16561                 "point",
16562                 "area"
16563             ],
16564             "fields": [
16565                 "cuisine",
16566                 "address",
16567                 "building_area",
16568                 "opening_hours",
16569                 "capacity",
16570                 "takeaway",
16571                 "delivery",
16572                 "smoking"
16573             ],
16574             "suggestion": true
16575         },
16576         "amenity/restaurant/Hooters": {
16577             "tags": {
16578                 "name": "Hooters",
16579                 "amenity": "restaurant"
16580             },
16581             "name": "Hooters",
16582             "icon": "restaurant",
16583             "geometry": [
16584                 "point",
16585                 "area"
16586             ],
16587             "fields": [
16588                 "cuisine",
16589                 "address",
16590                 "building_area",
16591                 "opening_hours",
16592                 "capacity",
16593                 "takeaway",
16594                 "delivery",
16595                 "smoking"
16596             ],
16597             "suggestion": true
16598         },
16599         "amenity/restaurant/Sternen": {
16600             "tags": {
16601                 "name": "Sternen",
16602                 "amenity": "restaurant"
16603             },
16604             "name": "Sternen",
16605             "icon": "restaurant",
16606             "geometry": [
16607                 "point",
16608                 "area"
16609             ],
16610             "fields": [
16611                 "cuisine",
16612                 "address",
16613                 "building_area",
16614                 "opening_hours",
16615                 "capacity",
16616                 "takeaway",
16617                 "delivery",
16618                 "smoking"
16619             ],
16620             "suggestion": true
16621         },
16622         "amenity/restaurant/Hirschen": {
16623             "tags": {
16624                 "name": "Hirschen",
16625                 "amenity": "restaurant"
16626             },
16627             "name": "Hirschen",
16628             "icon": "restaurant",
16629             "geometry": [
16630                 "point",
16631                 "area"
16632             ],
16633             "fields": [
16634                 "cuisine",
16635                 "address",
16636                 "building_area",
16637                 "opening_hours",
16638                 "capacity",
16639                 "takeaway",
16640                 "delivery",
16641                 "smoking"
16642             ],
16643             "suggestion": true
16644         },
16645         "amenity/restaurant/Denny's": {
16646             "tags": {
16647                 "name": "Denny's",
16648                 "amenity": "restaurant"
16649             },
16650             "name": "Denny's",
16651             "icon": "restaurant",
16652             "geometry": [
16653                 "point",
16654                 "area"
16655             ],
16656             "fields": [
16657                 "cuisine",
16658                 "address",
16659                 "building_area",
16660                 "opening_hours",
16661                 "capacity",
16662                 "takeaway",
16663                 "delivery",
16664                 "smoking"
16665             ],
16666             "suggestion": true
16667         },
16668         "amenity/restaurant/Athen": {
16669             "tags": {
16670                 "name": "Athen",
16671                 "amenity": "restaurant"
16672             },
16673             "name": "Athen",
16674             "icon": "restaurant",
16675             "geometry": [
16676                 "point",
16677                 "area"
16678             ],
16679             "fields": [
16680                 "cuisine",
16681                 "address",
16682                 "building_area",
16683                 "opening_hours",
16684                 "capacity",
16685                 "takeaway",
16686                 "delivery",
16687                 "smoking"
16688             ],
16689             "suggestion": true
16690         },
16691         "amenity/restaurant/Sonne": {
16692             "tags": {
16693                 "name": "Sonne",
16694                 "amenity": "restaurant"
16695             },
16696             "name": "Sonne",
16697             "icon": "restaurant",
16698             "geometry": [
16699                 "point",
16700                 "area"
16701             ],
16702             "fields": [
16703                 "cuisine",
16704                 "address",
16705                 "building_area",
16706                 "opening_hours",
16707                 "capacity",
16708                 "takeaway",
16709                 "delivery",
16710                 "smoking"
16711             ],
16712             "suggestion": true
16713         },
16714         "amenity/restaurant/Hirsch": {
16715             "tags": {
16716                 "name": "Hirsch",
16717                 "amenity": "restaurant"
16718             },
16719             "name": "Hirsch",
16720             "icon": "restaurant",
16721             "geometry": [
16722                 "point",
16723                 "area"
16724             ],
16725             "fields": [
16726                 "cuisine",
16727                 "address",
16728                 "building_area",
16729                 "opening_hours",
16730                 "capacity",
16731                 "takeaway",
16732                 "delivery",
16733                 "smoking"
16734             ],
16735             "suggestion": true
16736         },
16737         "amenity/restaurant/Ratskeller": {
16738             "tags": {
16739                 "name": "Ratskeller",
16740                 "amenity": "restaurant"
16741             },
16742             "name": "Ratskeller",
16743             "icon": "restaurant",
16744             "geometry": [
16745                 "point",
16746                 "area"
16747             ],
16748             "fields": [
16749                 "cuisine",
16750                 "address",
16751                 "building_area",
16752                 "opening_hours",
16753                 "capacity",
16754                 "takeaway",
16755                 "delivery",
16756                 "smoking"
16757             ],
16758             "suggestion": true
16759         },
16760         "amenity/restaurant/La Cantina": {
16761             "tags": {
16762                 "name": "La Cantina",
16763                 "amenity": "restaurant"
16764             },
16765             "name": "La Cantina",
16766             "icon": "restaurant",
16767             "geometry": [
16768                 "point",
16769                 "area"
16770             ],
16771             "fields": [
16772                 "cuisine",
16773                 "address",
16774                 "building_area",
16775                 "opening_hours",
16776                 "capacity",
16777                 "takeaway",
16778                 "delivery",
16779                 "smoking"
16780             ],
16781             "suggestion": true
16782         },
16783         "amenity/restaurant/Gasthaus Krone": {
16784             "tags": {
16785                 "name": "Gasthaus Krone",
16786                 "amenity": "restaurant"
16787             },
16788             "name": "Gasthaus Krone",
16789             "icon": "restaurant",
16790             "geometry": [
16791                 "point",
16792                 "area"
16793             ],
16794             "fields": [
16795                 "cuisine",
16796                 "address",
16797                 "building_area",
16798                 "opening_hours",
16799                 "capacity",
16800                 "takeaway",
16801                 "delivery",
16802                 "smoking"
16803             ],
16804             "suggestion": true
16805         },
16806         "amenity/restaurant/El Greco": {
16807             "tags": {
16808                 "name": "El Greco",
16809                 "amenity": "restaurant"
16810             },
16811             "name": "El Greco",
16812             "icon": "restaurant",
16813             "geometry": [
16814                 "point",
16815                 "area"
16816             ],
16817             "fields": [
16818                 "cuisine",
16819                 "address",
16820                 "building_area",
16821                 "opening_hours",
16822                 "capacity",
16823                 "takeaway",
16824                 "delivery",
16825                 "smoking"
16826             ],
16827             "suggestion": true
16828         },
16829         "amenity/restaurant/Gasthof zur Post": {
16830             "tags": {
16831                 "name": "Gasthof zur Post",
16832                 "amenity": "restaurant"
16833             },
16834             "name": "Gasthof zur Post",
16835             "icon": "restaurant",
16836             "geometry": [
16837                 "point",
16838                 "area"
16839             ],
16840             "fields": [
16841                 "cuisine",
16842                 "address",
16843                 "building_area",
16844                 "opening_hours",
16845                 "capacity",
16846                 "takeaway",
16847                 "delivery",
16848                 "smoking"
16849             ],
16850             "suggestion": true
16851         },
16852         "amenity/restaurant/Nando's": {
16853             "tags": {
16854                 "name": "Nando's",
16855                 "amenity": "restaurant"
16856             },
16857             "name": "Nando's",
16858             "icon": "restaurant",
16859             "geometry": [
16860                 "point",
16861                 "area"
16862             ],
16863             "fields": [
16864                 "cuisine",
16865                 "address",
16866                 "building_area",
16867                 "opening_hours",
16868                 "capacity",
16869                 "takeaway",
16870                 "delivery",
16871                 "smoking"
16872             ],
16873             "suggestion": true
16874         },
16875         "amenity/restaurant/Löwen": {
16876             "tags": {
16877                 "name": "Löwen",
16878                 "amenity": "restaurant"
16879             },
16880             "name": "Löwen",
16881             "icon": "restaurant",
16882             "geometry": [
16883                 "point",
16884                 "area"
16885             ],
16886             "fields": [
16887                 "cuisine",
16888                 "address",
16889                 "building_area",
16890                 "opening_hours",
16891                 "capacity",
16892                 "takeaway",
16893                 "delivery",
16894                 "smoking"
16895             ],
16896             "suggestion": true
16897         },
16898         "amenity/restaurant/La Pataterie": {
16899             "tags": {
16900                 "name": "La Pataterie",
16901                 "amenity": "restaurant"
16902             },
16903             "name": "La Pataterie",
16904             "icon": "restaurant",
16905             "geometry": [
16906                 "point",
16907                 "area"
16908             ],
16909             "fields": [
16910                 "cuisine",
16911                 "address",
16912                 "building_area",
16913                 "opening_hours",
16914                 "capacity",
16915                 "takeaway",
16916                 "delivery",
16917                 "smoking"
16918             ],
16919             "suggestion": true
16920         },
16921         "amenity/restaurant/Bella Napoli": {
16922             "tags": {
16923                 "name": "Bella Napoli",
16924                 "amenity": "restaurant"
16925             },
16926             "name": "Bella Napoli",
16927             "icon": "restaurant",
16928             "geometry": [
16929                 "point",
16930                 "area"
16931             ],
16932             "fields": [
16933                 "cuisine",
16934                 "address",
16935                 "building_area",
16936                 "opening_hours",
16937                 "capacity",
16938                 "takeaway",
16939                 "delivery",
16940                 "smoking"
16941             ],
16942             "suggestion": true
16943         },
16944         "amenity/restaurant/Pizza Express": {
16945             "tags": {
16946                 "name": "Pizza Express",
16947                 "amenity": "restaurant"
16948             },
16949             "name": "Pizza Express",
16950             "icon": "restaurant",
16951             "geometry": [
16952                 "point",
16953                 "area"
16954             ],
16955             "fields": [
16956                 "cuisine",
16957                 "address",
16958                 "building_area",
16959                 "opening_hours",
16960                 "capacity",
16961                 "takeaway",
16962                 "delivery",
16963                 "smoking"
16964             ],
16965             "suggestion": true
16966         },
16967         "amenity/restaurant/Mandarin": {
16968             "tags": {
16969                 "name": "Mandarin",
16970                 "amenity": "restaurant"
16971             },
16972             "name": "Mandarin",
16973             "icon": "restaurant",
16974             "geometry": [
16975                 "point",
16976                 "area"
16977             ],
16978             "fields": [
16979                 "cuisine",
16980                 "address",
16981                 "building_area",
16982                 "opening_hours",
16983                 "capacity",
16984                 "takeaway",
16985                 "delivery",
16986                 "smoking"
16987             ],
16988             "suggestion": true
16989         },
16990         "amenity/restaurant/Hong Kong": {
16991             "tags": {
16992                 "name": "Hong Kong",
16993                 "amenity": "restaurant"
16994             },
16995             "name": "Hong Kong",
16996             "icon": "restaurant",
16997             "geometry": [
16998                 "point",
16999                 "area"
17000             ],
17001             "fields": [
17002                 "cuisine",
17003                 "address",
17004                 "building_area",
17005                 "opening_hours",
17006                 "capacity",
17007                 "takeaway",
17008                 "delivery",
17009                 "smoking"
17010             ],
17011             "suggestion": true
17012         },
17013         "amenity/restaurant/Zizzi": {
17014             "tags": {
17015                 "name": "Zizzi",
17016                 "amenity": "restaurant"
17017             },
17018             "name": "Zizzi",
17019             "icon": "restaurant",
17020             "geometry": [
17021                 "point",
17022                 "area"
17023             ],
17024             "fields": [
17025                 "cuisine",
17026                 "address",
17027                 "building_area",
17028                 "opening_hours",
17029                 "capacity",
17030                 "takeaway",
17031                 "delivery",
17032                 "smoking"
17033             ],
17034             "suggestion": true
17035         },
17036         "amenity/restaurant/Cracker Barrel": {
17037             "tags": {
17038                 "name": "Cracker Barrel",
17039                 "amenity": "restaurant"
17040             },
17041             "name": "Cracker Barrel",
17042             "icon": "restaurant",
17043             "geometry": [
17044                 "point",
17045                 "area"
17046             ],
17047             "fields": [
17048                 "cuisine",
17049                 "address",
17050                 "building_area",
17051                 "opening_hours",
17052                 "capacity",
17053                 "takeaway",
17054                 "delivery",
17055                 "smoking"
17056             ],
17057             "suggestion": true
17058         },
17059         "amenity/restaurant/Rhodos": {
17060             "tags": {
17061                 "name": "Rhodos",
17062                 "amenity": "restaurant"
17063             },
17064             "name": "Rhodos",
17065             "icon": "restaurant",
17066             "geometry": [
17067                 "point",
17068                 "area"
17069             ],
17070             "fields": [
17071                 "cuisine",
17072                 "address",
17073                 "building_area",
17074                 "opening_hours",
17075                 "capacity",
17076                 "takeaway",
17077                 "delivery",
17078                 "smoking"
17079             ],
17080             "suggestion": true
17081         },
17082         "amenity/restaurant/Lindenhof": {
17083             "tags": {
17084                 "name": "Lindenhof",
17085                 "amenity": "restaurant"
17086             },
17087             "name": "Lindenhof",
17088             "icon": "restaurant",
17089             "geometry": [
17090                 "point",
17091                 "area"
17092             ],
17093             "fields": [
17094                 "cuisine",
17095                 "address",
17096                 "building_area",
17097                 "opening_hours",
17098                 "capacity",
17099                 "takeaway",
17100                 "delivery",
17101                 "smoking"
17102             ],
17103             "suggestion": true
17104         },
17105         "amenity/restaurant/Milano": {
17106             "tags": {
17107                 "name": "Milano",
17108                 "amenity": "restaurant"
17109             },
17110             "name": "Milano",
17111             "icon": "restaurant",
17112             "geometry": [
17113                 "point",
17114                 "area"
17115             ],
17116             "fields": [
17117                 "cuisine",
17118                 "address",
17119                 "building_area",
17120                 "opening_hours",
17121                 "capacity",
17122                 "takeaway",
17123                 "delivery",
17124                 "smoking"
17125             ],
17126             "suggestion": true
17127         },
17128         "amenity/restaurant/Dolce Vita": {
17129             "tags": {
17130                 "name": "Dolce Vita",
17131                 "amenity": "restaurant"
17132             },
17133             "name": "Dolce Vita",
17134             "icon": "restaurant",
17135             "geometry": [
17136                 "point",
17137                 "area"
17138             ],
17139             "fields": [
17140                 "cuisine",
17141                 "address",
17142                 "building_area",
17143                 "opening_hours",
17144                 "capacity",
17145                 "takeaway",
17146                 "delivery",
17147                 "smoking"
17148             ],
17149             "suggestion": true
17150         },
17151         "amenity/restaurant/Kirchenwirt": {
17152             "tags": {
17153                 "name": "Kirchenwirt",
17154                 "amenity": "restaurant"
17155             },
17156             "name": "Kirchenwirt",
17157             "icon": "restaurant",
17158             "geometry": [
17159                 "point",
17160                 "area"
17161             ],
17162             "fields": [
17163                 "cuisine",
17164                 "address",
17165                 "building_area",
17166                 "opening_hours",
17167                 "capacity",
17168                 "takeaway",
17169                 "delivery",
17170                 "smoking"
17171             ],
17172             "suggestion": true
17173         },
17174         "amenity/restaurant/Kantine": {
17175             "tags": {
17176                 "name": "Kantine",
17177                 "amenity": "restaurant"
17178             },
17179             "name": "Kantine",
17180             "icon": "restaurant",
17181             "geometry": [
17182                 "point",
17183                 "area"
17184             ],
17185             "fields": [
17186                 "cuisine",
17187                 "address",
17188                 "building_area",
17189                 "opening_hours",
17190                 "capacity",
17191                 "takeaway",
17192                 "delivery",
17193                 "smoking"
17194             ],
17195             "suggestion": true
17196         },
17197         "amenity/restaurant/Ochsen": {
17198             "tags": {
17199                 "name": "Ochsen",
17200                 "amenity": "restaurant"
17201             },
17202             "name": "Ochsen",
17203             "icon": "restaurant",
17204             "geometry": [
17205                 "point",
17206                 "area"
17207             ],
17208             "fields": [
17209                 "cuisine",
17210                 "address",
17211                 "building_area",
17212                 "opening_hours",
17213                 "capacity",
17214                 "takeaway",
17215                 "delivery",
17216                 "smoking"
17217             ],
17218             "suggestion": true
17219         },
17220         "amenity/restaurant/Spur": {
17221             "tags": {
17222                 "name": "Spur",
17223                 "amenity": "restaurant"
17224             },
17225             "name": "Spur",
17226             "icon": "restaurant",
17227             "geometry": [
17228                 "point",
17229                 "area"
17230             ],
17231             "fields": [
17232                 "cuisine",
17233                 "address",
17234                 "building_area",
17235                 "opening_hours",
17236                 "capacity",
17237                 "takeaway",
17238                 "delivery",
17239                 "smoking"
17240             ],
17241             "suggestion": true
17242         },
17243         "amenity/restaurant/Mykonos": {
17244             "tags": {
17245                 "name": "Mykonos",
17246                 "amenity": "restaurant"
17247             },
17248             "name": "Mykonos",
17249             "icon": "restaurant",
17250             "geometry": [
17251                 "point",
17252                 "area"
17253             ],
17254             "fields": [
17255                 "cuisine",
17256                 "address",
17257                 "building_area",
17258                 "opening_hours",
17259                 "capacity",
17260                 "takeaway",
17261                 "delivery",
17262                 "smoking"
17263             ],
17264             "suggestion": true
17265         },
17266         "amenity/restaurant/Lotus": {
17267             "tags": {
17268                 "name": "Lotus",
17269                 "amenity": "restaurant"
17270             },
17271             "name": "Lotus",
17272             "icon": "restaurant",
17273             "geometry": [
17274                 "point",
17275                 "area"
17276             ],
17277             "fields": [
17278                 "cuisine",
17279                 "address",
17280                 "building_area",
17281                 "opening_hours",
17282                 "capacity",
17283                 "takeaway",
17284                 "delivery",
17285                 "smoking"
17286             ],
17287             "suggestion": true
17288         },
17289         "amenity/restaurant/Applebee's": {
17290             "tags": {
17291                 "name": "Applebee's",
17292                 "amenity": "restaurant"
17293             },
17294             "name": "Applebee's",
17295             "icon": "restaurant",
17296             "geometry": [
17297                 "point",
17298                 "area"
17299             ],
17300             "fields": [
17301                 "cuisine",
17302                 "address",
17303                 "building_area",
17304                 "opening_hours",
17305                 "capacity",
17306                 "takeaway",
17307                 "delivery",
17308                 "smoking"
17309             ],
17310             "suggestion": true
17311         },
17312         "amenity/restaurant/Flunch": {
17313             "tags": {
17314                 "name": "Flunch",
17315                 "amenity": "restaurant"
17316             },
17317             "name": "Flunch",
17318             "icon": "restaurant",
17319             "geometry": [
17320                 "point",
17321                 "area"
17322             ],
17323             "fields": [
17324                 "cuisine",
17325                 "address",
17326                 "building_area",
17327                 "opening_hours",
17328                 "capacity",
17329                 "takeaway",
17330                 "delivery",
17331                 "smoking"
17332             ],
17333             "suggestion": true
17334         },
17335         "amenity/restaurant/Zur Post": {
17336             "tags": {
17337                 "name": "Zur Post",
17338                 "amenity": "restaurant"
17339             },
17340             "name": "Zur Post",
17341             "icon": "restaurant",
17342             "geometry": [
17343                 "point",
17344                 "area"
17345             ],
17346             "fields": [
17347                 "cuisine",
17348                 "address",
17349                 "building_area",
17350                 "opening_hours",
17351                 "capacity",
17352                 "takeaway",
17353                 "delivery",
17354                 "smoking"
17355             ],
17356             "suggestion": true
17357         },
17358         "amenity/restaurant/China Town": {
17359             "tags": {
17360                 "name": "China Town",
17361                 "amenity": "restaurant"
17362             },
17363             "name": "China Town",
17364             "icon": "restaurant",
17365             "geometry": [
17366                 "point",
17367                 "area"
17368             ],
17369             "fields": [
17370                 "cuisine",
17371                 "address",
17372                 "building_area",
17373                 "opening_hours",
17374                 "capacity",
17375                 "takeaway",
17376                 "delivery",
17377                 "smoking"
17378             ],
17379             "suggestion": true
17380         },
17381         "amenity/restaurant/La Dolce Vita": {
17382             "tags": {
17383                 "name": "La Dolce Vita",
17384                 "amenity": "restaurant"
17385             },
17386             "name": "La Dolce Vita",
17387             "icon": "restaurant",
17388             "geometry": [
17389                 "point",
17390                 "area"
17391             ],
17392             "fields": [
17393                 "cuisine",
17394                 "address",
17395                 "building_area",
17396                 "opening_hours",
17397                 "capacity",
17398                 "takeaway",
17399                 "delivery",
17400                 "smoking"
17401             ],
17402             "suggestion": true
17403         },
17404         "amenity/restaurant/Waffle House": {
17405             "tags": {
17406                 "name": "Waffle House",
17407                 "amenity": "restaurant"
17408             },
17409             "name": "Waffle House",
17410             "icon": "restaurant",
17411             "geometry": [
17412                 "point",
17413                 "area"
17414             ],
17415             "fields": [
17416                 "cuisine",
17417                 "address",
17418                 "building_area",
17419                 "opening_hours",
17420                 "capacity",
17421                 "takeaway",
17422                 "delivery",
17423                 "smoking"
17424             ],
17425             "suggestion": true
17426         },
17427         "amenity/restaurant/Delphi": {
17428             "tags": {
17429                 "name": "Delphi",
17430                 "amenity": "restaurant"
17431             },
17432             "name": "Delphi",
17433             "icon": "restaurant",
17434             "geometry": [
17435                 "point",
17436                 "area"
17437             ],
17438             "fields": [
17439                 "cuisine",
17440                 "address",
17441                 "building_area",
17442                 "opening_hours",
17443                 "capacity",
17444                 "takeaway",
17445                 "delivery",
17446                 "smoking"
17447             ],
17448             "suggestion": true
17449         },
17450         "amenity/restaurant/Linde": {
17451             "tags": {
17452                 "name": "Linde",
17453                 "amenity": "restaurant"
17454             },
17455             "name": "Linde",
17456             "icon": "restaurant",
17457             "geometry": [
17458                 "point",
17459                 "area"
17460             ],
17461             "fields": [
17462                 "cuisine",
17463                 "address",
17464                 "building_area",
17465                 "opening_hours",
17466                 "capacity",
17467                 "takeaway",
17468                 "delivery",
17469                 "smoking"
17470             ],
17471             "suggestion": true
17472         },
17473         "amenity/restaurant/Outback Steakhouse": {
17474             "tags": {
17475                 "name": "Outback Steakhouse",
17476                 "amenity": "restaurant"
17477             },
17478             "name": "Outback Steakhouse",
17479             "icon": "restaurant",
17480             "geometry": [
17481                 "point",
17482                 "area"
17483             ],
17484             "fields": [
17485                 "cuisine",
17486                 "address",
17487                 "building_area",
17488                 "opening_hours",
17489                 "capacity",
17490                 "takeaway",
17491                 "delivery",
17492                 "smoking"
17493             ],
17494             "suggestion": true
17495         },
17496         "amenity/restaurant/Dionysos": {
17497             "tags": {
17498                 "name": "Dionysos",
17499                 "amenity": "restaurant"
17500             },
17501             "name": "Dionysos",
17502             "icon": "restaurant",
17503             "geometry": [
17504                 "point",
17505                 "area"
17506             ],
17507             "fields": [
17508                 "cuisine",
17509                 "address",
17510                 "building_area",
17511                 "opening_hours",
17512                 "capacity",
17513                 "takeaway",
17514                 "delivery",
17515                 "smoking"
17516             ],
17517             "suggestion": true
17518         },
17519         "amenity/restaurant/Kelsey's": {
17520             "tags": {
17521                 "name": "Kelsey's",
17522                 "amenity": "restaurant"
17523             },
17524             "name": "Kelsey's",
17525             "icon": "restaurant",
17526             "geometry": [
17527                 "point",
17528                 "area"
17529             ],
17530             "fields": [
17531                 "cuisine",
17532                 "address",
17533                 "building_area",
17534                 "opening_hours",
17535                 "capacity",
17536                 "takeaway",
17537                 "delivery",
17538                 "smoking"
17539             ],
17540             "suggestion": true
17541         },
17542         "amenity/restaurant/Boston Pizza": {
17543             "tags": {
17544                 "name": "Boston Pizza",
17545                 "amenity": "restaurant"
17546             },
17547             "name": "Boston Pizza",
17548             "icon": "restaurant",
17549             "geometry": [
17550                 "point",
17551                 "area"
17552             ],
17553             "fields": [
17554                 "cuisine",
17555                 "address",
17556                 "building_area",
17557                 "opening_hours",
17558                 "capacity",
17559                 "takeaway",
17560                 "delivery",
17561                 "smoking"
17562             ],
17563             "suggestion": true
17564         },
17565         "amenity/restaurant/Bella Italia": {
17566             "tags": {
17567                 "name": "Bella Italia",
17568                 "amenity": "restaurant"
17569             },
17570             "name": "Bella Italia",
17571             "icon": "restaurant",
17572             "geometry": [
17573                 "point",
17574                 "area"
17575             ],
17576             "fields": [
17577                 "cuisine",
17578                 "address",
17579                 "building_area",
17580                 "opening_hours",
17581                 "capacity",
17582                 "takeaway",
17583                 "delivery",
17584                 "smoking"
17585             ],
17586             "suggestion": true
17587         },
17588         "amenity/restaurant/Sizzler": {
17589             "tags": {
17590                 "name": "Sizzler",
17591                 "amenity": "restaurant"
17592             },
17593             "name": "Sizzler",
17594             "icon": "restaurant",
17595             "geometry": [
17596                 "point",
17597                 "area"
17598             ],
17599             "fields": [
17600                 "cuisine",
17601                 "address",
17602                 "building_area",
17603                 "opening_hours",
17604                 "capacity",
17605                 "takeaway",
17606                 "delivery",
17607                 "smoking"
17608             ],
17609             "suggestion": true
17610         },
17611         "amenity/restaurant/Grüner Baum": {
17612             "tags": {
17613                 "name": "Grüner Baum",
17614                 "amenity": "restaurant"
17615             },
17616             "name": "Grüner Baum",
17617             "icon": "restaurant",
17618             "geometry": [
17619                 "point",
17620                 "area"
17621             ],
17622             "fields": [
17623                 "cuisine",
17624                 "address",
17625                 "building_area",
17626                 "opening_hours",
17627                 "capacity",
17628                 "takeaway",
17629                 "delivery",
17630                 "smoking"
17631             ],
17632             "suggestion": true
17633         },
17634         "amenity/restaurant/Taj Mahal": {
17635             "tags": {
17636                 "name": "Taj Mahal",
17637                 "amenity": "restaurant"
17638             },
17639             "name": "Taj Mahal",
17640             "icon": "restaurant",
17641             "geometry": [
17642                 "point",
17643                 "area"
17644             ],
17645             "fields": [
17646                 "cuisine",
17647                 "address",
17648                 "building_area",
17649                 "opening_hours",
17650                 "capacity",
17651                 "takeaway",
17652                 "delivery",
17653                 "smoking"
17654             ],
17655             "suggestion": true
17656         },
17657         "amenity/restaurant/Rössli": {
17658             "tags": {
17659                 "name": "Rössli",
17660                 "amenity": "restaurant"
17661             },
17662             "name": "Rössli",
17663             "icon": "restaurant",
17664             "geometry": [
17665                 "point",
17666                 "area"
17667             ],
17668             "fields": [
17669                 "cuisine",
17670                 "address",
17671                 "building_area",
17672                 "opening_hours",
17673                 "capacity",
17674                 "takeaway",
17675                 "delivery",
17676                 "smoking"
17677             ],
17678             "suggestion": true
17679         },
17680         "amenity/restaurant/Traube": {
17681             "tags": {
17682                 "name": "Traube",
17683                 "amenity": "restaurant"
17684             },
17685             "name": "Traube",
17686             "icon": "restaurant",
17687             "geometry": [
17688                 "point",
17689                 "area"
17690             ],
17691             "fields": [
17692                 "cuisine",
17693                 "address",
17694                 "building_area",
17695                 "opening_hours",
17696                 "capacity",
17697                 "takeaway",
17698                 "delivery",
17699                 "smoking"
17700             ],
17701             "suggestion": true
17702         },
17703         "amenity/restaurant/Adria": {
17704             "tags": {
17705                 "name": "Adria",
17706                 "amenity": "restaurant"
17707             },
17708             "name": "Adria",
17709             "icon": "restaurant",
17710             "geometry": [
17711                 "point",
17712                 "area"
17713             ],
17714             "fields": [
17715                 "cuisine",
17716                 "address",
17717                 "building_area",
17718                 "opening_hours",
17719                 "capacity",
17720                 "takeaway",
17721                 "delivery",
17722                 "smoking"
17723             ],
17724             "suggestion": true
17725         },
17726         "amenity/restaurant/Red Robin": {
17727             "tags": {
17728                 "name": "Red Robin",
17729                 "amenity": "restaurant"
17730             },
17731             "name": "Red Robin",
17732             "icon": "restaurant",
17733             "geometry": [
17734                 "point",
17735                 "area"
17736             ],
17737             "fields": [
17738                 "cuisine",
17739                 "address",
17740                 "building_area",
17741                 "opening_hours",
17742                 "capacity",
17743                 "takeaway",
17744                 "delivery",
17745                 "smoking"
17746             ],
17747             "suggestion": true
17748         },
17749         "amenity/restaurant/Roma": {
17750             "tags": {
17751                 "name": "Roma",
17752                 "amenity": "restaurant"
17753             },
17754             "name": "Roma",
17755             "icon": "restaurant",
17756             "geometry": [
17757                 "point",
17758                 "area"
17759             ],
17760             "fields": [
17761                 "cuisine",
17762                 "address",
17763                 "building_area",
17764                 "opening_hours",
17765                 "capacity",
17766                 "takeaway",
17767                 "delivery",
17768                 "smoking"
17769             ],
17770             "suggestion": true
17771         },
17772         "amenity/restaurant/San Marco": {
17773             "tags": {
17774                 "name": "San Marco",
17775                 "amenity": "restaurant"
17776             },
17777             "name": "San Marco",
17778             "icon": "restaurant",
17779             "geometry": [
17780                 "point",
17781                 "area"
17782             ],
17783             "fields": [
17784                 "cuisine",
17785                 "address",
17786                 "building_area",
17787                 "opening_hours",
17788                 "capacity",
17789                 "takeaway",
17790                 "delivery",
17791                 "smoking"
17792             ],
17793             "suggestion": true
17794         },
17795         "amenity/restaurant/Hellas": {
17796             "tags": {
17797                 "name": "Hellas",
17798                 "amenity": "restaurant"
17799             },
17800             "name": "Hellas",
17801             "icon": "restaurant",
17802             "geometry": [
17803                 "point",
17804                 "area"
17805             ],
17806             "fields": [
17807                 "cuisine",
17808                 "address",
17809                 "building_area",
17810                 "opening_hours",
17811                 "capacity",
17812                 "takeaway",
17813                 "delivery",
17814                 "smoking"
17815             ],
17816             "suggestion": true
17817         },
17818         "amenity/restaurant/La Perla": {
17819             "tags": {
17820                 "name": "La Perla",
17821                 "amenity": "restaurant"
17822             },
17823             "name": "La Perla",
17824             "icon": "restaurant",
17825             "geometry": [
17826                 "point",
17827                 "area"
17828             ],
17829             "fields": [
17830                 "cuisine",
17831                 "address",
17832                 "building_area",
17833                 "opening_hours",
17834                 "capacity",
17835                 "takeaway",
17836                 "delivery",
17837                 "smoking"
17838             ],
17839             "suggestion": true
17840         },
17841         "amenity/restaurant/Vips": {
17842             "tags": {
17843                 "name": "Vips",
17844                 "amenity": "restaurant"
17845             },
17846             "name": "Vips",
17847             "icon": "restaurant",
17848             "geometry": [
17849                 "point",
17850                 "area"
17851             ],
17852             "fields": [
17853                 "cuisine",
17854                 "address",
17855                 "building_area",
17856                 "opening_hours",
17857                 "capacity",
17858                 "takeaway",
17859                 "delivery",
17860                 "smoking"
17861             ],
17862             "suggestion": true
17863         },
17864         "amenity/restaurant/Panera Bread": {
17865             "tags": {
17866                 "name": "Panera Bread",
17867                 "amenity": "restaurant"
17868             },
17869             "name": "Panera Bread",
17870             "icon": "restaurant",
17871             "geometry": [
17872                 "point",
17873                 "area"
17874             ],
17875             "fields": [
17876                 "cuisine",
17877                 "address",
17878                 "building_area",
17879                 "opening_hours",
17880                 "capacity",
17881                 "takeaway",
17882                 "delivery",
17883                 "smoking"
17884             ],
17885             "suggestion": true
17886         },
17887         "amenity/restaurant/Da Vinci": {
17888             "tags": {
17889                 "name": "Da Vinci",
17890                 "amenity": "restaurant"
17891             },
17892             "name": "Da Vinci",
17893             "icon": "restaurant",
17894             "geometry": [
17895                 "point",
17896                 "area"
17897             ],
17898             "fields": [
17899                 "cuisine",
17900                 "address",
17901                 "building_area",
17902                 "opening_hours",
17903                 "capacity",
17904                 "takeaway",
17905                 "delivery",
17906                 "smoking"
17907             ],
17908             "suggestion": true
17909         },
17910         "amenity/restaurant/Hippopotamus": {
17911             "tags": {
17912                 "name": "Hippopotamus",
17913                 "amenity": "restaurant"
17914             },
17915             "name": "Hippopotamus",
17916             "icon": "restaurant",
17917             "geometry": [
17918                 "point",
17919                 "area"
17920             ],
17921             "fields": [
17922                 "cuisine",
17923                 "address",
17924                 "building_area",
17925                 "opening_hours",
17926                 "capacity",
17927                 "takeaway",
17928                 "delivery",
17929                 "smoking"
17930             ],
17931             "suggestion": true
17932         },
17933         "amenity/restaurant/Prezzo": {
17934             "tags": {
17935                 "name": "Prezzo",
17936                 "amenity": "restaurant"
17937             },
17938             "name": "Prezzo",
17939             "icon": "restaurant",
17940             "geometry": [
17941                 "point",
17942                 "area"
17943             ],
17944             "fields": [
17945                 "cuisine",
17946                 "address",
17947                 "building_area",
17948                 "opening_hours",
17949                 "capacity",
17950                 "takeaway",
17951                 "delivery",
17952                 "smoking"
17953             ],
17954             "suggestion": true
17955         },
17956         "amenity/restaurant/Courtepaille": {
17957             "tags": {
17958                 "name": "Courtepaille",
17959                 "amenity": "restaurant"
17960             },
17961             "name": "Courtepaille",
17962             "icon": "restaurant",
17963             "geometry": [
17964                 "point",
17965                 "area"
17966             ],
17967             "fields": [
17968                 "cuisine",
17969                 "address",
17970                 "building_area",
17971                 "opening_hours",
17972                 "capacity",
17973                 "takeaway",
17974                 "delivery",
17975                 "smoking"
17976             ],
17977             "suggestion": true
17978         },
17979         "amenity/restaurant/Hard Rock Cafe": {
17980             "tags": {
17981                 "name": "Hard Rock Cafe",
17982                 "amenity": "restaurant"
17983             },
17984             "name": "Hard Rock Cafe",
17985             "icon": "restaurant",
17986             "geometry": [
17987                 "point",
17988                 "area"
17989             ],
17990             "fields": [
17991                 "cuisine",
17992                 "address",
17993                 "building_area",
17994                 "opening_hours",
17995                 "capacity",
17996                 "takeaway",
17997                 "delivery",
17998                 "smoking"
17999             ],
18000             "suggestion": true
18001         },
18002         "amenity/restaurant/Panorama": {
18003             "tags": {
18004                 "name": "Panorama",
18005                 "amenity": "restaurant"
18006             },
18007             "name": "Panorama",
18008             "icon": "restaurant",
18009             "geometry": [
18010                 "point",
18011                 "area"
18012             ],
18013             "fields": [
18014                 "cuisine",
18015                 "address",
18016                 "building_area",
18017                 "opening_hours",
18018                 "capacity",
18019                 "takeaway",
18020                 "delivery",
18021                 "smoking"
18022             ],
18023             "suggestion": true
18024         },
18025         "amenity/restaurant/デニーズ": {
18026             "tags": {
18027                 "name": "デニーズ",
18028                 "amenity": "restaurant"
18029             },
18030             "name": "デニーズ",
18031             "icon": "restaurant",
18032             "geometry": [
18033                 "point",
18034                 "area"
18035             ],
18036             "fields": [
18037                 "cuisine",
18038                 "address",
18039                 "building_area",
18040                 "opening_hours",
18041                 "capacity",
18042                 "takeaway",
18043                 "delivery",
18044                 "smoking"
18045             ],
18046             "suggestion": true
18047         },
18048         "amenity/restaurant/Sportheim": {
18049             "tags": {
18050                 "name": "Sportheim",
18051                 "amenity": "restaurant"
18052             },
18053             "name": "Sportheim",
18054             "icon": "restaurant",
18055             "geometry": [
18056                 "point",
18057                 "area"
18058             ],
18059             "fields": [
18060                 "cuisine",
18061                 "address",
18062                 "building_area",
18063                 "opening_hours",
18064                 "capacity",
18065                 "takeaway",
18066                 "delivery",
18067                 "smoking"
18068             ],
18069             "suggestion": true
18070         },
18071         "amenity/restaurant/餃子の王将": {
18072             "tags": {
18073                 "name": "餃子の王将",
18074                 "amenity": "restaurant"
18075             },
18076             "name": "餃子の王将",
18077             "icon": "restaurant",
18078             "geometry": [
18079                 "point",
18080                 "area"
18081             ],
18082             "fields": [
18083                 "cuisine",
18084                 "address",
18085                 "building_area",
18086                 "opening_hours",
18087                 "capacity",
18088                 "takeaway",
18089                 "delivery",
18090                 "smoking"
18091             ],
18092             "suggestion": true
18093         },
18094         "amenity/restaurant/Bären": {
18095             "tags": {
18096                 "name": "Bären",
18097                 "amenity": "restaurant"
18098             },
18099             "name": "Bären",
18100             "icon": "restaurant",
18101             "geometry": [
18102                 "point",
18103                 "area"
18104             ],
18105             "fields": [
18106                 "cuisine",
18107                 "address",
18108                 "building_area",
18109                 "opening_hours",
18110                 "capacity",
18111                 "takeaway",
18112                 "delivery",
18113                 "smoking"
18114             ],
18115             "suggestion": true
18116         },
18117         "amenity/restaurant/Alte Post": {
18118             "tags": {
18119                 "name": "Alte Post",
18120                 "amenity": "restaurant"
18121             },
18122             "name": "Alte Post",
18123             "icon": "restaurant",
18124             "geometry": [
18125                 "point",
18126                 "area"
18127             ],
18128             "fields": [
18129                 "cuisine",
18130                 "address",
18131                 "building_area",
18132                 "opening_hours",
18133                 "capacity",
18134                 "takeaway",
18135                 "delivery",
18136                 "smoking"
18137             ],
18138             "suggestion": true
18139         },
18140         "amenity/restaurant/Pizzeria Roma": {
18141             "tags": {
18142                 "name": "Pizzeria Roma",
18143                 "amenity": "restaurant"
18144             },
18145             "name": "Pizzeria Roma",
18146             "icon": "restaurant",
18147             "geometry": [
18148                 "point",
18149                 "area"
18150             ],
18151             "fields": [
18152                 "cuisine",
18153                 "address",
18154                 "building_area",
18155                 "opening_hours",
18156                 "capacity",
18157                 "takeaway",
18158                 "delivery",
18159                 "smoking"
18160             ],
18161             "suggestion": true
18162         },
18163         "amenity/restaurant/China Garden": {
18164             "tags": {
18165                 "name": "China Garden",
18166                 "amenity": "restaurant"
18167             },
18168             "name": "China Garden",
18169             "icon": "restaurant",
18170             "geometry": [
18171                 "point",
18172                 "area"
18173             ],
18174             "fields": [
18175                 "cuisine",
18176                 "address",
18177                 "building_area",
18178                 "opening_hours",
18179                 "capacity",
18180                 "takeaway",
18181                 "delivery",
18182                 "smoking"
18183             ],
18184             "suggestion": true
18185         },
18186         "amenity/restaurant/Vapiano": {
18187             "tags": {
18188                 "name": "Vapiano",
18189                 "amenity": "restaurant"
18190             },
18191             "name": "Vapiano",
18192             "icon": "restaurant",
18193             "geometry": [
18194                 "point",
18195                 "area"
18196             ],
18197             "fields": [
18198                 "cuisine",
18199                 "address",
18200                 "building_area",
18201                 "opening_hours",
18202                 "capacity",
18203                 "takeaway",
18204                 "delivery",
18205                 "smoking"
18206             ],
18207             "suggestion": true
18208         },
18209         "amenity/restaurant/Mamma Mia": {
18210             "tags": {
18211                 "name": "Mamma Mia",
18212                 "amenity": "restaurant"
18213             },
18214             "name": "Mamma Mia",
18215             "icon": "restaurant",
18216             "geometry": [
18217                 "point",
18218                 "area"
18219             ],
18220             "fields": [
18221                 "cuisine",
18222                 "address",
18223                 "building_area",
18224                 "opening_hours",
18225                 "capacity",
18226                 "takeaway",
18227                 "delivery",
18228                 "smoking"
18229             ],
18230             "suggestion": true
18231         },
18232         "amenity/restaurant/Schwarzer Adler": {
18233             "tags": {
18234                 "name": "Schwarzer Adler",
18235                 "amenity": "restaurant"
18236             },
18237             "name": "Schwarzer Adler",
18238             "icon": "restaurant",
18239             "geometry": [
18240                 "point",
18241                 "area"
18242             ],
18243             "fields": [
18244                 "cuisine",
18245                 "address",
18246                 "building_area",
18247                 "opening_hours",
18248                 "capacity",
18249                 "takeaway",
18250                 "delivery",
18251                 "smoking"
18252             ],
18253             "suggestion": true
18254         },
18255         "amenity/restaurant/IHOP": {
18256             "tags": {
18257                 "name": "IHOP",
18258                 "amenity": "restaurant"
18259             },
18260             "name": "IHOP",
18261             "icon": "restaurant",
18262             "geometry": [
18263                 "point",
18264                 "area"
18265             ],
18266             "fields": [
18267                 "cuisine",
18268                 "address",
18269                 "building_area",
18270                 "opening_hours",
18271                 "capacity",
18272                 "takeaway",
18273                 "delivery",
18274                 "smoking"
18275             ],
18276             "suggestion": true
18277         },
18278         "amenity/restaurant/Chili's": {
18279             "tags": {
18280                 "name": "Chili's",
18281                 "amenity": "restaurant"
18282             },
18283             "name": "Chili's",
18284             "icon": "restaurant",
18285             "geometry": [
18286                 "point",
18287                 "area"
18288             ],
18289             "fields": [
18290                 "cuisine",
18291                 "address",
18292                 "building_area",
18293                 "opening_hours",
18294                 "capacity",
18295                 "takeaway",
18296                 "delivery",
18297                 "smoking"
18298             ],
18299             "suggestion": true
18300         },
18301         "amenity/restaurant/Asia": {
18302             "tags": {
18303                 "name": "Asia",
18304                 "amenity": "restaurant"
18305             },
18306             "name": "Asia",
18307             "icon": "restaurant",
18308             "geometry": [
18309                 "point",
18310                 "area"
18311             ],
18312             "fields": [
18313                 "cuisine",
18314                 "address",
18315                 "building_area",
18316                 "opening_hours",
18317                 "capacity",
18318                 "takeaway",
18319                 "delivery",
18320                 "smoking"
18321             ],
18322             "suggestion": true
18323         },
18324         "amenity/restaurant/Olive Garden": {
18325             "tags": {
18326                 "name": "Olive Garden",
18327                 "amenity": "restaurant"
18328             },
18329             "name": "Olive Garden",
18330             "icon": "restaurant",
18331             "geometry": [
18332                 "point",
18333                 "area"
18334             ],
18335             "fields": [
18336                 "cuisine",
18337                 "address",
18338                 "building_area",
18339                 "opening_hours",
18340                 "capacity",
18341                 "takeaway",
18342                 "delivery",
18343                 "smoking"
18344             ],
18345             "suggestion": true
18346         },
18347         "amenity/restaurant/TGI Friday's": {
18348             "tags": {
18349                 "name": "TGI Friday's",
18350                 "amenity": "restaurant"
18351             },
18352             "name": "TGI Friday's",
18353             "icon": "restaurant",
18354             "geometry": [
18355                 "point",
18356                 "area"
18357             ],
18358             "fields": [
18359                 "cuisine",
18360                 "address",
18361                 "building_area",
18362                 "opening_hours",
18363                 "capacity",
18364                 "takeaway",
18365                 "delivery",
18366                 "smoking"
18367             ],
18368             "suggestion": true
18369         },
18370         "amenity/restaurant/Friendly's": {
18371             "tags": {
18372                 "name": "Friendly's",
18373                 "amenity": "restaurant"
18374             },
18375             "name": "Friendly's",
18376             "icon": "restaurant",
18377             "geometry": [
18378                 "point",
18379                 "area"
18380             ],
18381             "fields": [
18382                 "cuisine",
18383                 "address",
18384                 "building_area",
18385                 "opening_hours",
18386                 "capacity",
18387                 "takeaway",
18388                 "delivery",
18389                 "smoking"
18390             ],
18391             "suggestion": true
18392         },
18393         "amenity/restaurant/Buffalo Grill": {
18394             "tags": {
18395                 "name": "Buffalo Grill",
18396                 "amenity": "restaurant"
18397             },
18398             "name": "Buffalo Grill",
18399             "icon": "restaurant",
18400             "geometry": [
18401                 "point",
18402                 "area"
18403             ],
18404             "fields": [
18405                 "cuisine",
18406                 "address",
18407                 "building_area",
18408                 "opening_hours",
18409                 "capacity",
18410                 "takeaway",
18411                 "delivery",
18412                 "smoking"
18413             ],
18414             "suggestion": true
18415         },
18416         "amenity/restaurant/Texas Roadhouse": {
18417             "tags": {
18418                 "name": "Texas Roadhouse",
18419                 "amenity": "restaurant"
18420             },
18421             "name": "Texas Roadhouse",
18422             "icon": "restaurant",
18423             "geometry": [
18424                 "point",
18425                 "area"
18426             ],
18427             "fields": [
18428                 "cuisine",
18429                 "address",
18430                 "building_area",
18431                 "opening_hours",
18432                 "capacity",
18433                 "takeaway",
18434                 "delivery",
18435                 "smoking"
18436             ],
18437             "suggestion": true
18438         },
18439         "amenity/restaurant/ガスト": {
18440             "tags": {
18441                 "name": "ガスト",
18442                 "name:en": "Gusto",
18443                 "amenity": "restaurant"
18444             },
18445             "name": "ガスト",
18446             "icon": "restaurant",
18447             "geometry": [
18448                 "point",
18449                 "area"
18450             ],
18451             "fields": [
18452                 "cuisine",
18453                 "address",
18454                 "building_area",
18455                 "opening_hours",
18456                 "capacity",
18457                 "takeaway",
18458                 "delivery",
18459                 "smoking"
18460             ],
18461             "suggestion": true
18462         },
18463         "amenity/restaurant/Sakura": {
18464             "tags": {
18465                 "name": "Sakura",
18466                 "amenity": "restaurant"
18467             },
18468             "name": "Sakura",
18469             "icon": "restaurant",
18470             "geometry": [
18471                 "point",
18472                 "area"
18473             ],
18474             "fields": [
18475                 "cuisine",
18476                 "address",
18477                 "building_area",
18478                 "opening_hours",
18479                 "capacity",
18480                 "takeaway",
18481                 "delivery",
18482                 "smoking"
18483             ],
18484             "suggestion": true
18485         },
18486         "amenity/restaurant/Mensa": {
18487             "tags": {
18488                 "name": "Mensa",
18489                 "amenity": "restaurant"
18490             },
18491             "name": "Mensa",
18492             "icon": "restaurant",
18493             "geometry": [
18494                 "point",
18495                 "area"
18496             ],
18497             "fields": [
18498                 "cuisine",
18499                 "address",
18500                 "building_area",
18501                 "opening_hours",
18502                 "capacity",
18503                 "takeaway",
18504                 "delivery",
18505                 "smoking"
18506             ],
18507             "suggestion": true
18508         },
18509         "amenity/restaurant/The Keg": {
18510             "tags": {
18511                 "name": "The Keg",
18512                 "amenity": "restaurant"
18513             },
18514             "name": "The Keg",
18515             "icon": "restaurant",
18516             "geometry": [
18517                 "point",
18518                 "area"
18519             ],
18520             "fields": [
18521                 "cuisine",
18522                 "address",
18523                 "building_area",
18524                 "opening_hours",
18525                 "capacity",
18526                 "takeaway",
18527                 "delivery",
18528                 "smoking"
18529             ],
18530             "suggestion": true
18531         },
18532         "amenity/restaurant/サイゼリヤ": {
18533             "tags": {
18534                 "name": "サイゼリヤ",
18535                 "amenity": "restaurant"
18536             },
18537             "name": "サイゼリヤ",
18538             "icon": "restaurant",
18539             "geometry": [
18540                 "point",
18541                 "area"
18542             ],
18543             "fields": [
18544                 "cuisine",
18545                 "address",
18546                 "building_area",
18547                 "opening_hours",
18548                 "capacity",
18549                 "takeaway",
18550                 "delivery",
18551                 "smoking"
18552             ],
18553             "suggestion": true
18554         },
18555         "amenity/restaurant/La Strada": {
18556             "tags": {
18557                 "name": "La Strada",
18558                 "amenity": "restaurant"
18559             },
18560             "name": "La Strada",
18561             "icon": "restaurant",
18562             "geometry": [
18563                 "point",
18564                 "area"
18565             ],
18566             "fields": [
18567                 "cuisine",
18568                 "address",
18569                 "building_area",
18570                 "opening_hours",
18571                 "capacity",
18572                 "takeaway",
18573                 "delivery",
18574                 "smoking"
18575             ],
18576             "suggestion": true
18577         },
18578         "amenity/restaurant/Village Inn": {
18579             "tags": {
18580                 "name": "Village Inn",
18581                 "amenity": "restaurant"
18582             },
18583             "name": "Village Inn",
18584             "icon": "restaurant",
18585             "geometry": [
18586                 "point",
18587                 "area"
18588             ],
18589             "fields": [
18590                 "cuisine",
18591                 "address",
18592                 "building_area",
18593                 "opening_hours",
18594                 "capacity",
18595                 "takeaway",
18596                 "delivery",
18597                 "smoking"
18598             ],
18599             "suggestion": true
18600         },
18601         "amenity/restaurant/Buffalo Wild Wings": {
18602             "tags": {
18603                 "name": "Buffalo Wild Wings",
18604                 "amenity": "restaurant"
18605             },
18606             "name": "Buffalo Wild Wings",
18607             "icon": "restaurant",
18608             "geometry": [
18609                 "point",
18610                 "area"
18611             ],
18612             "fields": [
18613                 "cuisine",
18614                 "address",
18615                 "building_area",
18616                 "opening_hours",
18617                 "capacity",
18618                 "takeaway",
18619                 "delivery",
18620                 "smoking"
18621             ],
18622             "suggestion": true
18623         },
18624         "amenity/restaurant/Peking": {
18625             "tags": {
18626                 "name": "Peking",
18627                 "amenity": "restaurant"
18628             },
18629             "name": "Peking",
18630             "icon": "restaurant",
18631             "geometry": [
18632                 "point",
18633                 "area"
18634             ],
18635             "fields": [
18636                 "cuisine",
18637                 "address",
18638                 "building_area",
18639                 "opening_hours",
18640                 "capacity",
18641                 "takeaway",
18642                 "delivery",
18643                 "smoking"
18644             ],
18645             "suggestion": true
18646         },
18647         "amenity/restaurant/Round Table Pizza": {
18648             "tags": {
18649                 "name": "Round Table Pizza",
18650                 "amenity": "restaurant"
18651             },
18652             "name": "Round Table Pizza",
18653             "icon": "restaurant",
18654             "geometry": [
18655                 "point",
18656                 "area"
18657             ],
18658             "fields": [
18659                 "cuisine",
18660                 "address",
18661                 "building_area",
18662                 "opening_hours",
18663                 "capacity",
18664                 "takeaway",
18665                 "delivery",
18666                 "smoking"
18667             ],
18668             "suggestion": true
18669         },
18670         "amenity/restaurant/California Pizza Kitchen": {
18671             "tags": {
18672                 "name": "California Pizza Kitchen",
18673                 "amenity": "restaurant"
18674             },
18675             "name": "California Pizza Kitchen",
18676             "icon": "restaurant",
18677             "geometry": [
18678                 "point",
18679                 "area"
18680             ],
18681             "fields": [
18682                 "cuisine",
18683                 "address",
18684                 "building_area",
18685                 "opening_hours",
18686                 "capacity",
18687                 "takeaway",
18688                 "delivery",
18689                 "smoking"
18690             ],
18691             "suggestion": true
18692         },
18693         "amenity/restaurant/Якитория": {
18694             "tags": {
18695                 "name": "Якитория",
18696                 "amenity": "restaurant"
18697             },
18698             "name": "Якитория",
18699             "icon": "restaurant",
18700             "geometry": [
18701                 "point",
18702                 "area"
18703             ],
18704             "fields": [
18705                 "cuisine",
18706                 "address",
18707                 "building_area",
18708                 "opening_hours",
18709                 "capacity",
18710                 "takeaway",
18711                 "delivery",
18712                 "smoking"
18713             ],
18714             "suggestion": true
18715         },
18716         "amenity/restaurant/Golden Corral": {
18717             "tags": {
18718                 "name": "Golden Corral",
18719                 "amenity": "restaurant"
18720             },
18721             "name": "Golden Corral",
18722             "icon": "restaurant",
18723             "geometry": [
18724                 "point",
18725                 "area"
18726             ],
18727             "fields": [
18728                 "cuisine",
18729                 "address",
18730                 "building_area",
18731                 "opening_hours",
18732                 "capacity",
18733                 "takeaway",
18734                 "delivery",
18735                 "smoking"
18736             ],
18737             "suggestion": true
18738         },
18739         "amenity/restaurant/Perkins": {
18740             "tags": {
18741                 "name": "Perkins",
18742                 "amenity": "restaurant"
18743             },
18744             "name": "Perkins",
18745             "icon": "restaurant",
18746             "geometry": [
18747                 "point",
18748                 "area"
18749             ],
18750             "fields": [
18751                 "cuisine",
18752                 "address",
18753                 "building_area",
18754                 "opening_hours",
18755                 "capacity",
18756                 "takeaway",
18757                 "delivery",
18758                 "smoking"
18759             ],
18760             "suggestion": true
18761         },
18762         "amenity/restaurant/Ruby Tuesday": {
18763             "tags": {
18764                 "name": "Ruby Tuesday",
18765                 "amenity": "restaurant"
18766             },
18767             "name": "Ruby Tuesday",
18768             "icon": "restaurant",
18769             "geometry": [
18770                 "point",
18771                 "area"
18772             ],
18773             "fields": [
18774                 "cuisine",
18775                 "address",
18776                 "building_area",
18777                 "opening_hours",
18778                 "capacity",
18779                 "takeaway",
18780                 "delivery",
18781                 "smoking"
18782             ],
18783             "suggestion": true
18784         },
18785         "amenity/restaurant/Shari's": {
18786             "tags": {
18787                 "name": "Shari's",
18788                 "amenity": "restaurant"
18789             },
18790             "name": "Shari's",
18791             "icon": "restaurant",
18792             "geometry": [
18793                 "point",
18794                 "area"
18795             ],
18796             "fields": [
18797                 "cuisine",
18798                 "address",
18799                 "building_area",
18800                 "opening_hours",
18801                 "capacity",
18802                 "takeaway",
18803                 "delivery",
18804                 "smoking"
18805             ],
18806             "suggestion": true
18807         },
18808         "amenity/restaurant/Bob Evans": {
18809             "tags": {
18810                 "name": "Bob Evans",
18811                 "amenity": "restaurant"
18812             },
18813             "name": "Bob Evans",
18814             "icon": "restaurant",
18815             "geometry": [
18816                 "point",
18817                 "area"
18818             ],
18819             "fields": [
18820                 "cuisine",
18821                 "address",
18822                 "building_area",
18823                 "opening_hours",
18824                 "capacity",
18825                 "takeaway",
18826                 "delivery",
18827                 "smoking"
18828             ],
18829             "suggestion": true
18830         },
18831         "amenity/restaurant/바다횟집 (Bada Fish Restaurant)": {
18832             "tags": {
18833                 "name": "바다횟집 (Bada Fish Restaurant)",
18834                 "amenity": "restaurant"
18835             },
18836             "name": "바다횟집 (Bada Fish Restaurant)",
18837             "icon": "restaurant",
18838             "geometry": [
18839                 "point",
18840                 "area"
18841             ],
18842             "fields": [
18843                 "cuisine",
18844                 "address",
18845                 "building_area",
18846                 "opening_hours",
18847                 "capacity",
18848                 "takeaway",
18849                 "delivery",
18850                 "smoking"
18851             ],
18852             "suggestion": true
18853         },
18854         "amenity/restaurant/Mang Inasal": {
18855             "tags": {
18856                 "name": "Mang Inasal",
18857                 "amenity": "restaurant"
18858             },
18859             "name": "Mang Inasal",
18860             "icon": "restaurant",
18861             "geometry": [
18862                 "point",
18863                 "area"
18864             ],
18865             "fields": [
18866                 "cuisine",
18867                 "address",
18868                 "building_area",
18869                 "opening_hours",
18870                 "capacity",
18871                 "takeaway",
18872                 "delivery",
18873                 "smoking"
18874             ],
18875             "suggestion": true
18876         },
18877         "amenity/restaurant/Евразия": {
18878             "tags": {
18879                 "name": "Евразия",
18880                 "amenity": "restaurant"
18881             },
18882             "name": "Евразия",
18883             "icon": "restaurant",
18884             "geometry": [
18885                 "point",
18886                 "area"
18887             ],
18888             "fields": [
18889                 "cuisine",
18890                 "address",
18891                 "building_area",
18892                 "opening_hours",
18893                 "capacity",
18894                 "takeaway",
18895                 "delivery",
18896                 "smoking"
18897             ],
18898             "suggestion": true
18899         },
18900         "amenity/restaurant/ジョナサン": {
18901             "tags": {
18902                 "name": "ジョナサン",
18903                 "amenity": "restaurant"
18904             },
18905             "name": "ジョナサン",
18906             "icon": "restaurant",
18907             "geometry": [
18908                 "point",
18909                 "area"
18910             ],
18911             "fields": [
18912                 "cuisine",
18913                 "address",
18914                 "building_area",
18915                 "opening_hours",
18916                 "capacity",
18917                 "takeaway",
18918                 "delivery",
18919                 "smoking"
18920             ],
18921             "suggestion": true
18922         },
18923         "amenity/restaurant/Longhorn Steakhouse": {
18924             "tags": {
18925                 "name": "Longhorn Steakhouse",
18926                 "amenity": "restaurant"
18927             },
18928             "name": "Longhorn Steakhouse",
18929             "icon": "restaurant",
18930             "geometry": [
18931                 "point",
18932                 "area"
18933             ],
18934             "fields": [
18935                 "cuisine",
18936                 "address",
18937                 "building_area",
18938                 "opening_hours",
18939                 "capacity",
18940                 "takeaway",
18941                 "delivery",
18942                 "smoking"
18943             ],
18944             "suggestion": true
18945         },
18946         "amenity/bank/Chase": {
18947             "tags": {
18948                 "name": "Chase",
18949                 "amenity": "bank"
18950             },
18951             "name": "Chase",
18952             "icon": "bank",
18953             "geometry": [
18954                 "point",
18955                 "area"
18956             ],
18957             "fields": [
18958                 "atm",
18959                 "operator",
18960                 "address",
18961                 "building_area",
18962                 "opening_hours",
18963                 "drive_through"
18964             ],
18965             "suggestion": true
18966         },
18967         "amenity/bank/Commonwealth Bank": {
18968             "tags": {
18969                 "name": "Commonwealth Bank",
18970                 "amenity": "bank"
18971             },
18972             "name": "Commonwealth Bank",
18973             "icon": "bank",
18974             "geometry": [
18975                 "point",
18976                 "area"
18977             ],
18978             "fields": [
18979                 "atm",
18980                 "operator",
18981                 "address",
18982                 "building_area",
18983                 "opening_hours",
18984                 "drive_through"
18985             ],
18986             "suggestion": true
18987         },
18988         "amenity/bank/Citibank": {
18989             "tags": {
18990                 "name": "Citibank",
18991                 "amenity": "bank"
18992             },
18993             "name": "Citibank",
18994             "icon": "bank",
18995             "geometry": [
18996                 "point",
18997                 "area"
18998             ],
18999             "fields": [
19000                 "atm",
19001                 "operator",
19002                 "address",
19003                 "building_area",
19004                 "opening_hours",
19005                 "drive_through"
19006             ],
19007             "suggestion": true
19008         },
19009         "amenity/bank/HSBC": {
19010             "tags": {
19011                 "name": "HSBC",
19012                 "amenity": "bank"
19013             },
19014             "name": "HSBC",
19015             "icon": "bank",
19016             "geometry": [
19017                 "point",
19018                 "area"
19019             ],
19020             "fields": [
19021                 "atm",
19022                 "operator",
19023                 "address",
19024                 "building_area",
19025                 "opening_hours",
19026                 "drive_through"
19027             ],
19028             "suggestion": true
19029         },
19030         "amenity/bank/Barclays": {
19031             "tags": {
19032                 "name": "Barclays",
19033                 "amenity": "bank"
19034             },
19035             "name": "Barclays",
19036             "icon": "bank",
19037             "geometry": [
19038                 "point",
19039                 "area"
19040             ],
19041             "fields": [
19042                 "atm",
19043                 "operator",
19044                 "address",
19045                 "building_area",
19046                 "opening_hours",
19047                 "drive_through"
19048             ],
19049             "suggestion": true
19050         },
19051         "amenity/bank/Westpac": {
19052             "tags": {
19053                 "name": "Westpac",
19054                 "amenity": "bank"
19055             },
19056             "name": "Westpac",
19057             "icon": "bank",
19058             "geometry": [
19059                 "point",
19060                 "area"
19061             ],
19062             "fields": [
19063                 "atm",
19064                 "operator",
19065                 "address",
19066                 "building_area",
19067                 "opening_hours",
19068                 "drive_through"
19069             ],
19070             "suggestion": true
19071         },
19072         "amenity/bank/NAB": {
19073             "tags": {
19074                 "name": "NAB",
19075                 "amenity": "bank"
19076             },
19077             "name": "NAB",
19078             "icon": "bank",
19079             "geometry": [
19080                 "point",
19081                 "area"
19082             ],
19083             "fields": [
19084                 "atm",
19085                 "operator",
19086                 "address",
19087                 "building_area",
19088                 "opening_hours",
19089                 "drive_through"
19090             ],
19091             "suggestion": true
19092         },
19093         "amenity/bank/ANZ": {
19094             "tags": {
19095                 "name": "ANZ",
19096                 "amenity": "bank"
19097             },
19098             "name": "ANZ",
19099             "icon": "bank",
19100             "geometry": [
19101                 "point",
19102                 "area"
19103             ],
19104             "fields": [
19105                 "atm",
19106                 "operator",
19107                 "address",
19108                 "building_area",
19109                 "opening_hours",
19110                 "drive_through"
19111             ],
19112             "suggestion": true
19113         },
19114         "amenity/bank/Lloyds Bank": {
19115             "tags": {
19116                 "name": "Lloyds Bank",
19117                 "amenity": "bank"
19118             },
19119             "name": "Lloyds Bank",
19120             "icon": "bank",
19121             "geometry": [
19122                 "point",
19123                 "area"
19124             ],
19125             "fields": [
19126                 "atm",
19127                 "operator",
19128                 "address",
19129                 "building_area",
19130                 "opening_hours",
19131                 "drive_through"
19132             ],
19133             "suggestion": true
19134         },
19135         "amenity/bank/Landbank": {
19136             "tags": {
19137                 "name": "Landbank",
19138                 "amenity": "bank"
19139             },
19140             "name": "Landbank",
19141             "icon": "bank",
19142             "geometry": [
19143                 "point",
19144                 "area"
19145             ],
19146             "fields": [
19147                 "atm",
19148                 "operator",
19149                 "address",
19150                 "building_area",
19151                 "opening_hours",
19152                 "drive_through"
19153             ],
19154             "suggestion": true
19155         },
19156         "amenity/bank/Sparkasse": {
19157             "tags": {
19158                 "name": "Sparkasse",
19159                 "amenity": "bank"
19160             },
19161             "name": "Sparkasse",
19162             "icon": "bank",
19163             "geometry": [
19164                 "point",
19165                 "area"
19166             ],
19167             "fields": [
19168                 "atm",
19169                 "operator",
19170                 "address",
19171                 "building_area",
19172                 "opening_hours",
19173                 "drive_through"
19174             ],
19175             "suggestion": true
19176         },
19177         "amenity/bank/UCPB": {
19178             "tags": {
19179                 "name": "UCPB",
19180                 "amenity": "bank"
19181             },
19182             "name": "UCPB",
19183             "icon": "bank",
19184             "geometry": [
19185                 "point",
19186                 "area"
19187             ],
19188             "fields": [
19189                 "atm",
19190                 "operator",
19191                 "address",
19192                 "building_area",
19193                 "opening_hours",
19194                 "drive_through"
19195             ],
19196             "suggestion": true
19197         },
19198         "amenity/bank/PNB": {
19199             "tags": {
19200                 "name": "PNB",
19201                 "amenity": "bank"
19202             },
19203             "name": "PNB",
19204             "icon": "bank",
19205             "geometry": [
19206                 "point",
19207                 "area"
19208             ],
19209             "fields": [
19210                 "atm",
19211                 "operator",
19212                 "address",
19213                 "building_area",
19214                 "opening_hours",
19215                 "drive_through"
19216             ],
19217             "suggestion": true
19218         },
19219         "amenity/bank/Metrobank": {
19220             "tags": {
19221                 "name": "Metrobank",
19222                 "amenity": "bank"
19223             },
19224             "name": "Metrobank",
19225             "icon": "bank",
19226             "geometry": [
19227                 "point",
19228                 "area"
19229             ],
19230             "fields": [
19231                 "atm",
19232                 "operator",
19233                 "address",
19234                 "building_area",
19235                 "opening_hours",
19236                 "drive_through"
19237             ],
19238             "suggestion": true
19239         },
19240         "amenity/bank/BDO": {
19241             "tags": {
19242                 "name": "BDO",
19243                 "amenity": "bank"
19244             },
19245             "name": "BDO",
19246             "icon": "bank",
19247             "geometry": [
19248                 "point",
19249                 "area"
19250             ],
19251             "fields": [
19252                 "atm",
19253                 "operator",
19254                 "address",
19255                 "building_area",
19256                 "opening_hours",
19257                 "drive_through"
19258             ],
19259             "suggestion": true
19260         },
19261         "amenity/bank/Volksbank": {
19262             "tags": {
19263                 "name": "Volksbank",
19264                 "amenity": "bank"
19265             },
19266             "name": "Volksbank",
19267             "icon": "bank",
19268             "geometry": [
19269                 "point",
19270                 "area"
19271             ],
19272             "fields": [
19273                 "atm",
19274                 "operator",
19275                 "address",
19276                 "building_area",
19277                 "opening_hours",
19278                 "drive_through"
19279             ],
19280             "suggestion": true
19281         },
19282         "amenity/bank/BPI": {
19283             "tags": {
19284                 "name": "BPI",
19285                 "amenity": "bank"
19286             },
19287             "name": "BPI",
19288             "icon": "bank",
19289             "geometry": [
19290                 "point",
19291                 "area"
19292             ],
19293             "fields": [
19294                 "atm",
19295                 "operator",
19296                 "address",
19297                 "building_area",
19298                 "opening_hours",
19299                 "drive_through"
19300             ],
19301             "suggestion": true
19302         },
19303         "amenity/bank/Postbank": {
19304             "tags": {
19305                 "name": "Postbank",
19306                 "amenity": "bank"
19307             },
19308             "name": "Postbank",
19309             "icon": "bank",
19310             "geometry": [
19311                 "point",
19312                 "area"
19313             ],
19314             "fields": [
19315                 "atm",
19316                 "operator",
19317                 "address",
19318                 "building_area",
19319                 "opening_hours",
19320                 "drive_through"
19321             ],
19322             "suggestion": true
19323         },
19324         "amenity/bank/NatWest": {
19325             "tags": {
19326                 "name": "NatWest",
19327                 "amenity": "bank"
19328             },
19329             "name": "NatWest",
19330             "icon": "bank",
19331             "geometry": [
19332                 "point",
19333                 "area"
19334             ],
19335             "fields": [
19336                 "atm",
19337                 "operator",
19338                 "address",
19339                 "building_area",
19340                 "opening_hours",
19341                 "drive_through"
19342             ],
19343             "suggestion": true
19344         },
19345         "amenity/bank/Raiffeisenbank": {
19346             "tags": {
19347                 "name": "Raiffeisenbank",
19348                 "amenity": "bank"
19349             },
19350             "name": "Raiffeisenbank",
19351             "icon": "bank",
19352             "geometry": [
19353                 "point",
19354                 "area"
19355             ],
19356             "fields": [
19357                 "atm",
19358                 "operator",
19359                 "address",
19360                 "building_area",
19361                 "opening_hours",
19362                 "drive_through"
19363             ],
19364             "suggestion": true
19365         },
19366         "amenity/bank/Yorkshire Bank": {
19367             "tags": {
19368                 "name": "Yorkshire Bank",
19369                 "amenity": "bank"
19370             },
19371             "name": "Yorkshire Bank",
19372             "icon": "bank",
19373             "geometry": [
19374                 "point",
19375                 "area"
19376             ],
19377             "fields": [
19378                 "atm",
19379                 "operator",
19380                 "address",
19381                 "building_area",
19382                 "opening_hours",
19383                 "drive_through"
19384             ],
19385             "suggestion": true
19386         },
19387         "amenity/bank/ABSA": {
19388             "tags": {
19389                 "name": "ABSA",
19390                 "amenity": "bank"
19391             },
19392             "name": "ABSA",
19393             "icon": "bank",
19394             "geometry": [
19395                 "point",
19396                 "area"
19397             ],
19398             "fields": [
19399                 "atm",
19400                 "operator",
19401                 "address",
19402                 "building_area",
19403                 "opening_hours",
19404                 "drive_through"
19405             ],
19406             "suggestion": true
19407         },
19408         "amenity/bank/Standard Bank": {
19409             "tags": {
19410                 "name": "Standard Bank",
19411                 "amenity": "bank"
19412             },
19413             "name": "Standard Bank",
19414             "icon": "bank",
19415             "geometry": [
19416                 "point",
19417                 "area"
19418             ],
19419             "fields": [
19420                 "atm",
19421                 "operator",
19422                 "address",
19423                 "building_area",
19424                 "opening_hours",
19425                 "drive_through"
19426             ],
19427             "suggestion": true
19428         },
19429         "amenity/bank/FNB": {
19430             "tags": {
19431                 "name": "FNB",
19432                 "amenity": "bank"
19433             },
19434             "name": "FNB",
19435             "icon": "bank",
19436             "geometry": [
19437                 "point",
19438                 "area"
19439             ],
19440             "fields": [
19441                 "atm",
19442                 "operator",
19443                 "address",
19444                 "building_area",
19445                 "opening_hours",
19446                 "drive_through"
19447             ],
19448             "suggestion": true
19449         },
19450         "amenity/bank/Deutsche Bank": {
19451             "tags": {
19452                 "name": "Deutsche Bank",
19453                 "amenity": "bank"
19454             },
19455             "name": "Deutsche Bank",
19456             "icon": "bank",
19457             "geometry": [
19458                 "point",
19459                 "area"
19460             ],
19461             "fields": [
19462                 "atm",
19463                 "operator",
19464                 "address",
19465                 "building_area",
19466                 "opening_hours",
19467                 "drive_through"
19468             ],
19469             "suggestion": true
19470         },
19471         "amenity/bank/SEB": {
19472             "tags": {
19473                 "name": "SEB",
19474                 "amenity": "bank"
19475             },
19476             "name": "SEB",
19477             "icon": "bank",
19478             "geometry": [
19479                 "point",
19480                 "area"
19481             ],
19482             "fields": [
19483                 "atm",
19484                 "operator",
19485                 "address",
19486                 "building_area",
19487                 "opening_hours",
19488                 "drive_through"
19489             ],
19490             "suggestion": true
19491         },
19492         "amenity/bank/Commerzbank": {
19493             "tags": {
19494                 "name": "Commerzbank",
19495                 "amenity": "bank"
19496             },
19497             "name": "Commerzbank",
19498             "icon": "bank",
19499             "geometry": [
19500                 "point",
19501                 "area"
19502             ],
19503             "fields": [
19504                 "atm",
19505                 "operator",
19506                 "address",
19507                 "building_area",
19508                 "opening_hours",
19509                 "drive_through"
19510             ],
19511             "suggestion": true
19512         },
19513         "amenity/bank/Targobank": {
19514             "tags": {
19515                 "name": "Targobank",
19516                 "amenity": "bank"
19517             },
19518             "name": "Targobank",
19519             "icon": "bank",
19520             "geometry": [
19521                 "point",
19522                 "area"
19523             ],
19524             "fields": [
19525                 "atm",
19526                 "operator",
19527                 "address",
19528                 "building_area",
19529                 "opening_hours",
19530                 "drive_through"
19531             ],
19532             "suggestion": true
19533         },
19534         "amenity/bank/ABN AMRO": {
19535             "tags": {
19536                 "name": "ABN AMRO",
19537                 "amenity": "bank"
19538             },
19539             "name": "ABN AMRO",
19540             "icon": "bank",
19541             "geometry": [
19542                 "point",
19543                 "area"
19544             ],
19545             "fields": [
19546                 "atm",
19547                 "operator",
19548                 "address",
19549                 "building_area",
19550                 "opening_hours",
19551                 "drive_through"
19552             ],
19553             "suggestion": true
19554         },
19555         "amenity/bank/Handelsbanken": {
19556             "tags": {
19557                 "name": "Handelsbanken",
19558                 "amenity": "bank"
19559             },
19560             "name": "Handelsbanken",
19561             "icon": "bank",
19562             "geometry": [
19563                 "point",
19564                 "area"
19565             ],
19566             "fields": [
19567                 "atm",
19568                 "operator",
19569                 "address",
19570                 "building_area",
19571                 "opening_hours",
19572                 "drive_through"
19573             ],
19574             "suggestion": true
19575         },
19576         "amenity/bank/Swedbank": {
19577             "tags": {
19578                 "name": "Swedbank",
19579                 "amenity": "bank"
19580             },
19581             "name": "Swedbank",
19582             "icon": "bank",
19583             "geometry": [
19584                 "point",
19585                 "area"
19586             ],
19587             "fields": [
19588                 "atm",
19589                 "operator",
19590                 "address",
19591                 "building_area",
19592                 "opening_hours",
19593                 "drive_through"
19594             ],
19595             "suggestion": true
19596         },
19597         "amenity/bank/Kreissparkasse": {
19598             "tags": {
19599                 "name": "Kreissparkasse",
19600                 "amenity": "bank"
19601             },
19602             "name": "Kreissparkasse",
19603             "icon": "bank",
19604             "geometry": [
19605                 "point",
19606                 "area"
19607             ],
19608             "fields": [
19609                 "atm",
19610                 "operator",
19611                 "address",
19612                 "building_area",
19613                 "opening_hours",
19614                 "drive_through"
19615             ],
19616             "suggestion": true
19617         },
19618         "amenity/bank/UniCredit Bank": {
19619             "tags": {
19620                 "name": "UniCredit Bank",
19621                 "amenity": "bank"
19622             },
19623             "name": "UniCredit Bank",
19624             "icon": "bank",
19625             "geometry": [
19626                 "point",
19627                 "area"
19628             ],
19629             "fields": [
19630                 "atm",
19631                 "operator",
19632                 "address",
19633                 "building_area",
19634                 "opening_hours",
19635                 "drive_through"
19636             ],
19637             "suggestion": true
19638         },
19639         "amenity/bank/Monte dei Paschi di Siena": {
19640             "tags": {
19641                 "name": "Monte dei Paschi di Siena",
19642                 "amenity": "bank"
19643             },
19644             "name": "Monte dei Paschi di Siena",
19645             "icon": "bank",
19646             "geometry": [
19647                 "point",
19648                 "area"
19649             ],
19650             "fields": [
19651                 "atm",
19652                 "operator",
19653                 "address",
19654                 "building_area",
19655                 "opening_hours",
19656                 "drive_through"
19657             ],
19658             "suggestion": true
19659         },
19660         "amenity/bank/Caja Rural": {
19661             "tags": {
19662                 "name": "Caja Rural",
19663                 "amenity": "bank"
19664             },
19665             "name": "Caja Rural",
19666             "icon": "bank",
19667             "geometry": [
19668                 "point",
19669                 "area"
19670             ],
19671             "fields": [
19672                 "atm",
19673                 "operator",
19674                 "address",
19675                 "building_area",
19676                 "opening_hours",
19677                 "drive_through"
19678             ],
19679             "suggestion": true
19680         },
19681         "amenity/bank/Dresdner Bank": {
19682             "tags": {
19683                 "name": "Dresdner Bank",
19684                 "amenity": "bank"
19685             },
19686             "name": "Dresdner Bank",
19687             "icon": "bank",
19688             "geometry": [
19689                 "point",
19690                 "area"
19691             ],
19692             "fields": [
19693                 "atm",
19694                 "operator",
19695                 "address",
19696                 "building_area",
19697                 "opening_hours",
19698                 "drive_through"
19699             ],
19700             "suggestion": true
19701         },
19702         "amenity/bank/Sparda-Bank": {
19703             "tags": {
19704                 "name": "Sparda-Bank",
19705                 "amenity": "bank"
19706             },
19707             "name": "Sparda-Bank",
19708             "icon": "bank",
19709             "geometry": [
19710                 "point",
19711                 "area"
19712             ],
19713             "fields": [
19714                 "atm",
19715                 "operator",
19716                 "address",
19717                 "building_area",
19718                 "opening_hours",
19719                 "drive_through"
19720             ],
19721             "suggestion": true
19722         },
19723         "amenity/bank/VÚB": {
19724             "tags": {
19725                 "name": "VÚB",
19726                 "amenity": "bank"
19727             },
19728             "name": "VÚB",
19729             "icon": "bank",
19730             "geometry": [
19731                 "point",
19732                 "area"
19733             ],
19734             "fields": [
19735                 "atm",
19736                 "operator",
19737                 "address",
19738                 "building_area",
19739                 "opening_hours",
19740                 "drive_through"
19741             ],
19742             "suggestion": true
19743         },
19744         "amenity/bank/Slovenská sporiteľňa": {
19745             "tags": {
19746                 "name": "Slovenská sporiteľňa",
19747                 "amenity": "bank"
19748             },
19749             "name": "Slovenská sporiteľňa",
19750             "icon": "bank",
19751             "geometry": [
19752                 "point",
19753                 "area"
19754             ],
19755             "fields": [
19756                 "atm",
19757                 "operator",
19758                 "address",
19759                 "building_area",
19760                 "opening_hours",
19761                 "drive_through"
19762             ],
19763             "suggestion": true
19764         },
19765         "amenity/bank/Bank of Montreal": {
19766             "tags": {
19767                 "name": "Bank of Montreal",
19768                 "amenity": "bank"
19769             },
19770             "name": "Bank of Montreal",
19771             "icon": "bank",
19772             "geometry": [
19773                 "point",
19774                 "area"
19775             ],
19776             "fields": [
19777                 "atm",
19778                 "operator",
19779                 "address",
19780                 "building_area",
19781                 "opening_hours",
19782                 "drive_through"
19783             ],
19784             "suggestion": true
19785         },
19786         "amenity/bank/KBC": {
19787             "tags": {
19788                 "name": "KBC",
19789                 "amenity": "bank"
19790             },
19791             "name": "KBC",
19792             "icon": "bank",
19793             "geometry": [
19794                 "point",
19795                 "area"
19796             ],
19797             "fields": [
19798                 "atm",
19799                 "operator",
19800                 "address",
19801                 "building_area",
19802                 "opening_hours",
19803                 "drive_through"
19804             ],
19805             "suggestion": true
19806         },
19807         "amenity/bank/Royal Bank of Scotland": {
19808             "tags": {
19809                 "name": "Royal Bank of Scotland",
19810                 "amenity": "bank"
19811             },
19812             "name": "Royal Bank of Scotland",
19813             "icon": "bank",
19814             "geometry": [
19815                 "point",
19816                 "area"
19817             ],
19818             "fields": [
19819                 "atm",
19820                 "operator",
19821                 "address",
19822                 "building_area",
19823                 "opening_hours",
19824                 "drive_through"
19825             ],
19826             "suggestion": true
19827         },
19828         "amenity/bank/TSB": {
19829             "tags": {
19830                 "name": "TSB",
19831                 "amenity": "bank"
19832             },
19833             "name": "TSB",
19834             "icon": "bank",
19835             "geometry": [
19836                 "point",
19837                 "area"
19838             ],
19839             "fields": [
19840                 "atm",
19841                 "operator",
19842                 "address",
19843                 "building_area",
19844                 "opening_hours",
19845                 "drive_through"
19846             ],
19847             "suggestion": true
19848         },
19849         "amenity/bank/US Bank": {
19850             "tags": {
19851                 "name": "US Bank",
19852                 "amenity": "bank"
19853             },
19854             "name": "US Bank",
19855             "icon": "bank",
19856             "geometry": [
19857                 "point",
19858                 "area"
19859             ],
19860             "fields": [
19861                 "atm",
19862                 "operator",
19863                 "address",
19864                 "building_area",
19865                 "opening_hours",
19866                 "drive_through"
19867             ],
19868             "suggestion": true
19869         },
19870         "amenity/bank/HypoVereinsbank": {
19871             "tags": {
19872                 "name": "HypoVereinsbank",
19873                 "amenity": "bank"
19874             },
19875             "name": "HypoVereinsbank",
19876             "icon": "bank",
19877             "geometry": [
19878                 "point",
19879                 "area"
19880             ],
19881             "fields": [
19882                 "atm",
19883                 "operator",
19884                 "address",
19885                 "building_area",
19886                 "opening_hours",
19887                 "drive_through"
19888             ],
19889             "suggestion": true
19890         },
19891         "amenity/bank/Bank Austria": {
19892             "tags": {
19893                 "name": "Bank Austria",
19894                 "amenity": "bank"
19895             },
19896             "name": "Bank Austria",
19897             "icon": "bank",
19898             "geometry": [
19899                 "point",
19900                 "area"
19901             ],
19902             "fields": [
19903                 "atm",
19904                 "operator",
19905                 "address",
19906                 "building_area",
19907                 "opening_hours",
19908                 "drive_through"
19909             ],
19910             "suggestion": true
19911         },
19912         "amenity/bank/ING": {
19913             "tags": {
19914                 "name": "ING",
19915                 "amenity": "bank"
19916             },
19917             "name": "ING",
19918             "icon": "bank",
19919             "geometry": [
19920                 "point",
19921                 "area"
19922             ],
19923             "fields": [
19924                 "atm",
19925                 "operator",
19926                 "address",
19927                 "building_area",
19928                 "opening_hours",
19929                 "drive_through"
19930             ],
19931             "suggestion": true
19932         },
19933         "amenity/bank/Erste Bank": {
19934             "tags": {
19935                 "name": "Erste Bank",
19936                 "amenity": "bank"
19937             },
19938             "name": "Erste Bank",
19939             "icon": "bank",
19940             "geometry": [
19941                 "point",
19942                 "area"
19943             ],
19944             "fields": [
19945                 "atm",
19946                 "operator",
19947                 "address",
19948                 "building_area",
19949                 "opening_hours",
19950                 "drive_through"
19951             ],
19952             "suggestion": true
19953         },
19954         "amenity/bank/CIBC": {
19955             "tags": {
19956                 "name": "CIBC",
19957                 "amenity": "bank"
19958             },
19959             "name": "CIBC",
19960             "icon": "bank",
19961             "geometry": [
19962                 "point",
19963                 "area"
19964             ],
19965             "fields": [
19966                 "atm",
19967                 "operator",
19968                 "address",
19969                 "building_area",
19970                 "opening_hours",
19971                 "drive_through"
19972             ],
19973             "suggestion": true
19974         },
19975         "amenity/bank/Scotiabank": {
19976             "tags": {
19977                 "name": "Scotiabank",
19978                 "amenity": "bank"
19979             },
19980             "name": "Scotiabank",
19981             "icon": "bank",
19982             "geometry": [
19983                 "point",
19984                 "area"
19985             ],
19986             "fields": [
19987                 "atm",
19988                 "operator",
19989                 "address",
19990                 "building_area",
19991                 "opening_hours",
19992                 "drive_through"
19993             ],
19994             "suggestion": true
19995         },
19996         "amenity/bank/Caisse d'Épargne": {
19997             "tags": {
19998                 "name": "Caisse d'Épargne",
19999                 "amenity": "bank"
20000             },
20001             "name": "Caisse d'Épargne",
20002             "icon": "bank",
20003             "geometry": [
20004                 "point",
20005                 "area"
20006             ],
20007             "fields": [
20008                 "atm",
20009                 "operator",
20010                 "address",
20011                 "building_area",
20012                 "opening_hours",
20013                 "drive_through"
20014             ],
20015             "suggestion": true
20016         },
20017         "amenity/bank/Santander": {
20018             "tags": {
20019                 "name": "Santander",
20020                 "amenity": "bank"
20021             },
20022             "name": "Santander",
20023             "icon": "bank",
20024             "geometry": [
20025                 "point",
20026                 "area"
20027             ],
20028             "fields": [
20029                 "atm",
20030                 "operator",
20031                 "address",
20032                 "building_area",
20033                 "opening_hours",
20034                 "drive_through"
20035             ],
20036             "suggestion": true
20037         },
20038         "amenity/bank/Bank of Scotland": {
20039             "tags": {
20040                 "name": "Bank of Scotland",
20041                 "amenity": "bank"
20042             },
20043             "name": "Bank of Scotland",
20044             "icon": "bank",
20045             "geometry": [
20046                 "point",
20047                 "area"
20048             ],
20049             "fields": [
20050                 "atm",
20051                 "operator",
20052                 "address",
20053                 "building_area",
20054                 "opening_hours",
20055                 "drive_through"
20056             ],
20057             "suggestion": true
20058         },
20059         "amenity/bank/TD Canada Trust": {
20060             "tags": {
20061                 "name": "TD Canada Trust",
20062                 "amenity": "bank"
20063             },
20064             "name": "TD Canada Trust",
20065             "icon": "bank",
20066             "geometry": [
20067                 "point",
20068                 "area"
20069             ],
20070             "fields": [
20071                 "atm",
20072                 "operator",
20073                 "address",
20074                 "building_area",
20075                 "opening_hours",
20076                 "drive_through"
20077             ],
20078             "suggestion": true
20079         },
20080         "amenity/bank/BMO": {
20081             "tags": {
20082                 "name": "BMO",
20083                 "amenity": "bank"
20084             },
20085             "name": "BMO",
20086             "icon": "bank",
20087             "geometry": [
20088                 "point",
20089                 "area"
20090             ],
20091             "fields": [
20092                 "atm",
20093                 "operator",
20094                 "address",
20095                 "building_area",
20096                 "opening_hours",
20097                 "drive_through"
20098             ],
20099             "suggestion": true
20100         },
20101         "amenity/bank/Danske Bank": {
20102             "tags": {
20103                 "name": "Danske Bank",
20104                 "amenity": "bank"
20105             },
20106             "name": "Danske Bank",
20107             "icon": "bank",
20108             "geometry": [
20109                 "point",
20110                 "area"
20111             ],
20112             "fields": [
20113                 "atm",
20114                 "operator",
20115                 "address",
20116                 "building_area",
20117                 "opening_hours",
20118                 "drive_through"
20119             ],
20120             "suggestion": true
20121         },
20122         "amenity/bank/OTP": {
20123             "tags": {
20124                 "name": "OTP",
20125                 "amenity": "bank"
20126             },
20127             "name": "OTP",
20128             "icon": "bank",
20129             "geometry": [
20130                 "point",
20131                 "area"
20132             ],
20133             "fields": [
20134                 "atm",
20135                 "operator",
20136                 "address",
20137                 "building_area",
20138                 "opening_hours",
20139                 "drive_through"
20140             ],
20141             "suggestion": true
20142         },
20143         "amenity/bank/Crédit Agricole": {
20144             "tags": {
20145                 "name": "Crédit Agricole",
20146                 "amenity": "bank"
20147             },
20148             "name": "Crédit Agricole",
20149             "icon": "bank",
20150             "geometry": [
20151                 "point",
20152                 "area"
20153             ],
20154             "fields": [
20155                 "atm",
20156                 "operator",
20157                 "address",
20158                 "building_area",
20159                 "opening_hours",
20160                 "drive_through"
20161             ],
20162             "suggestion": true
20163         },
20164         "amenity/bank/LCL": {
20165             "tags": {
20166                 "name": "LCL",
20167                 "amenity": "bank"
20168             },
20169             "name": "LCL",
20170             "icon": "bank",
20171             "geometry": [
20172                 "point",
20173                 "area"
20174             ],
20175             "fields": [
20176                 "atm",
20177                 "operator",
20178                 "address",
20179                 "building_area",
20180                 "opening_hours",
20181                 "drive_through"
20182             ],
20183             "suggestion": true
20184         },
20185         "amenity/bank/VR-Bank": {
20186             "tags": {
20187                 "name": "VR-Bank",
20188                 "amenity": "bank"
20189             },
20190             "name": "VR-Bank",
20191             "icon": "bank",
20192             "geometry": [
20193                 "point",
20194                 "area"
20195             ],
20196             "fields": [
20197                 "atm",
20198                 "operator",
20199                 "address",
20200                 "building_area",
20201                 "opening_hours",
20202                 "drive_through"
20203             ],
20204             "suggestion": true
20205         },
20206         "amenity/bank/ČSOB": {
20207             "tags": {
20208                 "name": "ČSOB",
20209                 "amenity": "bank"
20210             },
20211             "name": "ČSOB",
20212             "icon": "bank",
20213             "geometry": [
20214                 "point",
20215                 "area"
20216             ],
20217             "fields": [
20218                 "atm",
20219                 "operator",
20220                 "address",
20221                 "building_area",
20222                 "opening_hours",
20223                 "drive_through"
20224             ],
20225             "suggestion": true
20226         },
20227         "amenity/bank/Česká spořitelna": {
20228             "tags": {
20229                 "name": "Česká spořitelna",
20230                 "amenity": "bank"
20231             },
20232             "name": "Česká spořitelna",
20233             "icon": "bank",
20234             "geometry": [
20235                 "point",
20236                 "area"
20237             ],
20238             "fields": [
20239                 "atm",
20240                 "operator",
20241                 "address",
20242                 "building_area",
20243                 "opening_hours",
20244                 "drive_through"
20245             ],
20246             "suggestion": true
20247         },
20248         "amenity/bank/BNP": {
20249             "tags": {
20250                 "name": "BNP",
20251                 "amenity": "bank"
20252             },
20253             "name": "BNP",
20254             "icon": "bank",
20255             "geometry": [
20256                 "point",
20257                 "area"
20258             ],
20259             "fields": [
20260                 "atm",
20261                 "operator",
20262                 "address",
20263                 "building_area",
20264                 "opening_hours",
20265                 "drive_through"
20266             ],
20267             "suggestion": true
20268         },
20269         "amenity/bank/Royal Bank": {
20270             "tags": {
20271                 "name": "Royal Bank",
20272                 "amenity": "bank"
20273             },
20274             "name": "Royal Bank",
20275             "icon": "bank",
20276             "geometry": [
20277                 "point",
20278                 "area"
20279             ],
20280             "fields": [
20281                 "atm",
20282                 "operator",
20283                 "address",
20284                 "building_area",
20285                 "opening_hours",
20286                 "drive_through"
20287             ],
20288             "suggestion": true
20289         },
20290         "amenity/bank/Nationwide": {
20291             "tags": {
20292                 "name": "Nationwide",
20293                 "amenity": "bank"
20294             },
20295             "name": "Nationwide",
20296             "icon": "bank",
20297             "geometry": [
20298                 "point",
20299                 "area"
20300             ],
20301             "fields": [
20302                 "atm",
20303                 "operator",
20304                 "address",
20305                 "building_area",
20306                 "opening_hours",
20307                 "drive_through"
20308             ],
20309             "suggestion": true
20310         },
20311         "amenity/bank/Halifax": {
20312             "tags": {
20313                 "name": "Halifax",
20314                 "amenity": "bank"
20315             },
20316             "name": "Halifax",
20317             "icon": "bank",
20318             "geometry": [
20319                 "point",
20320                 "area"
20321             ],
20322             "fields": [
20323                 "atm",
20324                 "operator",
20325                 "address",
20326                 "building_area",
20327                 "opening_hours",
20328                 "drive_through"
20329             ],
20330             "suggestion": true
20331         },
20332         "amenity/bank/BAWAG PSK": {
20333             "tags": {
20334                 "name": "BAWAG PSK",
20335                 "amenity": "bank"
20336             },
20337             "name": "BAWAG PSK",
20338             "icon": "bank",
20339             "geometry": [
20340                 "point",
20341                 "area"
20342             ],
20343             "fields": [
20344                 "atm",
20345                 "operator",
20346                 "address",
20347                 "building_area",
20348                 "opening_hours",
20349                 "drive_through"
20350             ],
20351             "suggestion": true
20352         },
20353         "amenity/bank/National Bank": {
20354             "tags": {
20355                 "name": "National Bank",
20356                 "amenity": "bank"
20357             },
20358             "name": "National Bank",
20359             "icon": "bank",
20360             "geometry": [
20361                 "point",
20362                 "area"
20363             ],
20364             "fields": [
20365                 "atm",
20366                 "operator",
20367                 "address",
20368                 "building_area",
20369                 "opening_hours",
20370                 "drive_through"
20371             ],
20372             "suggestion": true
20373         },
20374         "amenity/bank/Nedbank": {
20375             "tags": {
20376                 "name": "Nedbank",
20377                 "amenity": "bank"
20378             },
20379             "name": "Nedbank",
20380             "icon": "bank",
20381             "geometry": [
20382                 "point",
20383                 "area"
20384             ],
20385             "fields": [
20386                 "atm",
20387                 "operator",
20388                 "address",
20389                 "building_area",
20390                 "opening_hours",
20391                 "drive_through"
20392             ],
20393             "suggestion": true
20394         },
20395         "amenity/bank/First National Bank": {
20396             "tags": {
20397                 "name": "First National Bank",
20398                 "amenity": "bank"
20399             },
20400             "name": "First National Bank",
20401             "icon": "bank",
20402             "geometry": [
20403                 "point",
20404                 "area"
20405             ],
20406             "fields": [
20407                 "atm",
20408                 "operator",
20409                 "address",
20410                 "building_area",
20411                 "opening_hours",
20412                 "drive_through"
20413             ],
20414             "suggestion": true
20415         },
20416         "amenity/bank/Nordea": {
20417             "tags": {
20418                 "name": "Nordea",
20419                 "amenity": "bank"
20420             },
20421             "name": "Nordea",
20422             "icon": "bank",
20423             "geometry": [
20424                 "point",
20425                 "area"
20426             ],
20427             "fields": [
20428                 "atm",
20429                 "operator",
20430                 "address",
20431                 "building_area",
20432                 "opening_hours",
20433                 "drive_through"
20434             ],
20435             "suggestion": true
20436         },
20437         "amenity/bank/Rabobank": {
20438             "tags": {
20439                 "name": "Rabobank",
20440                 "amenity": "bank"
20441             },
20442             "name": "Rabobank",
20443             "icon": "bank",
20444             "geometry": [
20445                 "point",
20446                 "area"
20447             ],
20448             "fields": [
20449                 "atm",
20450                 "operator",
20451                 "address",
20452                 "building_area",
20453                 "opening_hours",
20454                 "drive_through"
20455             ],
20456             "suggestion": true
20457         },
20458         "amenity/bank/Sparkasse KölnBonn": {
20459             "tags": {
20460                 "name": "Sparkasse KölnBonn",
20461                 "amenity": "bank"
20462             },
20463             "name": "Sparkasse KölnBonn",
20464             "icon": "bank",
20465             "geometry": [
20466                 "point",
20467                 "area"
20468             ],
20469             "fields": [
20470                 "atm",
20471                 "operator",
20472                 "address",
20473                 "building_area",
20474                 "opening_hours",
20475                 "drive_through"
20476             ],
20477             "suggestion": true
20478         },
20479         "amenity/bank/Tatra banka": {
20480             "tags": {
20481                 "name": "Tatra banka",
20482                 "amenity": "bank"
20483             },
20484             "name": "Tatra banka",
20485             "icon": "bank",
20486             "geometry": [
20487                 "point",
20488                 "area"
20489             ],
20490             "fields": [
20491                 "atm",
20492                 "operator",
20493                 "address",
20494                 "building_area",
20495                 "opening_hours",
20496                 "drive_through"
20497             ],
20498             "suggestion": true
20499         },
20500         "amenity/bank/Berliner Sparkasse": {
20501             "tags": {
20502                 "name": "Berliner Sparkasse",
20503                 "amenity": "bank"
20504             },
20505             "name": "Berliner Sparkasse",
20506             "icon": "bank",
20507             "geometry": [
20508                 "point",
20509                 "area"
20510             ],
20511             "fields": [
20512                 "atm",
20513                 "operator",
20514                 "address",
20515                 "building_area",
20516                 "opening_hours",
20517                 "drive_through"
20518             ],
20519             "suggestion": true
20520         },
20521         "amenity/bank/Berliner Volksbank": {
20522             "tags": {
20523                 "name": "Berliner Volksbank",
20524                 "amenity": "bank"
20525             },
20526             "name": "Berliner Volksbank",
20527             "icon": "bank",
20528             "geometry": [
20529                 "point",
20530                 "area"
20531             ],
20532             "fields": [
20533                 "atm",
20534                 "operator",
20535                 "address",
20536                 "building_area",
20537                 "opening_hours",
20538                 "drive_through"
20539             ],
20540             "suggestion": true
20541         },
20542         "amenity/bank/Wells Fargo": {
20543             "tags": {
20544                 "name": "Wells Fargo",
20545                 "amenity": "bank"
20546             },
20547             "name": "Wells Fargo",
20548             "icon": "bank",
20549             "geometry": [
20550                 "point",
20551                 "area"
20552             ],
20553             "fields": [
20554                 "atm",
20555                 "operator",
20556                 "address",
20557                 "building_area",
20558                 "opening_hours",
20559                 "drive_through"
20560             ],
20561             "suggestion": true
20562         },
20563         "amenity/bank/Credit Suisse": {
20564             "tags": {
20565                 "name": "Credit Suisse",
20566                 "amenity": "bank"
20567             },
20568             "name": "Credit Suisse",
20569             "icon": "bank",
20570             "geometry": [
20571                 "point",
20572                 "area"
20573             ],
20574             "fields": [
20575                 "atm",
20576                 "operator",
20577                 "address",
20578                 "building_area",
20579                 "opening_hours",
20580                 "drive_through"
20581             ],
20582             "suggestion": true
20583         },
20584         "amenity/bank/Société Générale": {
20585             "tags": {
20586                 "name": "Société Générale",
20587                 "amenity": "bank"
20588             },
20589             "name": "Société Générale",
20590             "icon": "bank",
20591             "geometry": [
20592                 "point",
20593                 "area"
20594             ],
20595             "fields": [
20596                 "atm",
20597                 "operator",
20598                 "address",
20599                 "building_area",
20600                 "opening_hours",
20601                 "drive_through"
20602             ],
20603             "suggestion": true
20604         },
20605         "amenity/bank/Osuuspankki": {
20606             "tags": {
20607                 "name": "Osuuspankki",
20608                 "amenity": "bank"
20609             },
20610             "name": "Osuuspankki",
20611             "icon": "bank",
20612             "geometry": [
20613                 "point",
20614                 "area"
20615             ],
20616             "fields": [
20617                 "atm",
20618                 "operator",
20619                 "address",
20620                 "building_area",
20621                 "opening_hours",
20622                 "drive_through"
20623             ],
20624             "suggestion": true
20625         },
20626         "amenity/bank/Sparkasse Aachen": {
20627             "tags": {
20628                 "name": "Sparkasse Aachen",
20629                 "amenity": "bank"
20630             },
20631             "name": "Sparkasse Aachen",
20632             "icon": "bank",
20633             "geometry": [
20634                 "point",
20635                 "area"
20636             ],
20637             "fields": [
20638                 "atm",
20639                 "operator",
20640                 "address",
20641                 "building_area",
20642                 "opening_hours",
20643                 "drive_through"
20644             ],
20645             "suggestion": true
20646         },
20647         "amenity/bank/Hamburger Sparkasse": {
20648             "tags": {
20649                 "name": "Hamburger Sparkasse",
20650                 "amenity": "bank"
20651             },
20652             "name": "Hamburger Sparkasse",
20653             "icon": "bank",
20654             "geometry": [
20655                 "point",
20656                 "area"
20657             ],
20658             "fields": [
20659                 "atm",
20660                 "operator",
20661                 "address",
20662                 "building_area",
20663                 "opening_hours",
20664                 "drive_through"
20665             ],
20666             "suggestion": true
20667         },
20668         "amenity/bank/Cassa di Risparmio del Veneto": {
20669             "tags": {
20670                 "name": "Cassa di Risparmio del Veneto",
20671                 "amenity": "bank"
20672             },
20673             "name": "Cassa di Risparmio del Veneto",
20674             "icon": "bank",
20675             "geometry": [
20676                 "point",
20677                 "area"
20678             ],
20679             "fields": [
20680                 "atm",
20681                 "operator",
20682                 "address",
20683                 "building_area",
20684                 "opening_hours",
20685                 "drive_through"
20686             ],
20687             "suggestion": true
20688         },
20689         "amenity/bank/BNP Paribas": {
20690             "tags": {
20691                 "name": "BNP Paribas",
20692                 "amenity": "bank"
20693             },
20694             "name": "BNP Paribas",
20695             "icon": "bank",
20696             "geometry": [
20697                 "point",
20698                 "area"
20699             ],
20700             "fields": [
20701                 "atm",
20702                 "operator",
20703                 "address",
20704                 "building_area",
20705                 "opening_hours",
20706                 "drive_through"
20707             ],
20708             "suggestion": true
20709         },
20710         "amenity/bank/Banque Populaire": {
20711             "tags": {
20712                 "name": "Banque Populaire",
20713                 "amenity": "bank"
20714             },
20715             "name": "Banque Populaire",
20716             "icon": "bank",
20717             "geometry": [
20718                 "point",
20719                 "area"
20720             ],
20721             "fields": [
20722                 "atm",
20723                 "operator",
20724                 "address",
20725                 "building_area",
20726                 "opening_hours",
20727                 "drive_through"
20728             ],
20729             "suggestion": true
20730         },
20731         "amenity/bank/BNP Paribas Fortis": {
20732             "tags": {
20733                 "name": "BNP Paribas Fortis",
20734                 "amenity": "bank"
20735             },
20736             "name": "BNP Paribas Fortis",
20737             "icon": "bank",
20738             "geometry": [
20739                 "point",
20740                 "area"
20741             ],
20742             "fields": [
20743                 "atm",
20744                 "operator",
20745                 "address",
20746                 "building_area",
20747                 "opening_hours",
20748                 "drive_through"
20749             ],
20750             "suggestion": true
20751         },
20752         "amenity/bank/Banco Popular": {
20753             "tags": {
20754                 "name": "Banco Popular",
20755                 "amenity": "bank"
20756             },
20757             "name": "Banco Popular",
20758             "icon": "bank",
20759             "geometry": [
20760                 "point",
20761                 "area"
20762             ],
20763             "fields": [
20764                 "atm",
20765                 "operator",
20766                 "address",
20767                 "building_area",
20768                 "opening_hours",
20769                 "drive_through"
20770             ],
20771             "suggestion": true
20772         },
20773         "amenity/bank/Bancaja": {
20774             "tags": {
20775                 "name": "Bancaja",
20776                 "amenity": "bank"
20777             },
20778             "name": "Bancaja",
20779             "icon": "bank",
20780             "geometry": [
20781                 "point",
20782                 "area"
20783             ],
20784             "fields": [
20785                 "atm",
20786                 "operator",
20787                 "address",
20788                 "building_area",
20789                 "opening_hours",
20790                 "drive_through"
20791             ],
20792             "suggestion": true
20793         },
20794         "amenity/bank/Banesto": {
20795             "tags": {
20796                 "name": "Banesto",
20797                 "amenity": "bank"
20798             },
20799             "name": "Banesto",
20800             "icon": "bank",
20801             "geometry": [
20802                 "point",
20803                 "area"
20804             ],
20805             "fields": [
20806                 "atm",
20807                 "operator",
20808                 "address",
20809                 "building_area",
20810                 "opening_hours",
20811                 "drive_through"
20812             ],
20813             "suggestion": true
20814         },
20815         "amenity/bank/La Caixa": {
20816             "tags": {
20817                 "name": "La Caixa",
20818                 "amenity": "bank"
20819             },
20820             "name": "La Caixa",
20821             "icon": "bank",
20822             "geometry": [
20823                 "point",
20824                 "area"
20825             ],
20826             "fields": [
20827                 "atm",
20828                 "operator",
20829                 "address",
20830                 "building_area",
20831                 "opening_hours",
20832                 "drive_through"
20833             ],
20834             "suggestion": true
20835         },
20836         "amenity/bank/Santander Consumer Bank": {
20837             "tags": {
20838                 "name": "Santander Consumer Bank",
20839                 "amenity": "bank"
20840             },
20841             "name": "Santander Consumer Bank",
20842             "icon": "bank",
20843             "geometry": [
20844                 "point",
20845                 "area"
20846             ],
20847             "fields": [
20848                 "atm",
20849                 "operator",
20850                 "address",
20851                 "building_area",
20852                 "opening_hours",
20853                 "drive_through"
20854             ],
20855             "suggestion": true
20856         },
20857         "amenity/bank/BRD": {
20858             "tags": {
20859                 "name": "BRD",
20860                 "amenity": "bank"
20861             },
20862             "name": "BRD",
20863             "icon": "bank",
20864             "geometry": [
20865                 "point",
20866                 "area"
20867             ],
20868             "fields": [
20869                 "atm",
20870                 "operator",
20871                 "address",
20872                 "building_area",
20873                 "opening_hours",
20874                 "drive_through"
20875             ],
20876             "suggestion": true
20877         },
20878         "amenity/bank/BCR": {
20879             "tags": {
20880                 "name": "BCR",
20881                 "amenity": "bank"
20882             },
20883             "name": "BCR",
20884             "icon": "bank",
20885             "geometry": [
20886                 "point",
20887                 "area"
20888             ],
20889             "fields": [
20890                 "atm",
20891                 "operator",
20892                 "address",
20893                 "building_area",
20894                 "opening_hours",
20895                 "drive_through"
20896             ],
20897             "suggestion": true
20898         },
20899         "amenity/bank/Banca Transilvania": {
20900             "tags": {
20901                 "name": "Banca Transilvania",
20902                 "amenity": "bank"
20903             },
20904             "name": "Banca Transilvania",
20905             "icon": "bank",
20906             "geometry": [
20907                 "point",
20908                 "area"
20909             ],
20910             "fields": [
20911                 "atm",
20912                 "operator",
20913                 "address",
20914                 "building_area",
20915                 "opening_hours",
20916                 "drive_through"
20917             ],
20918             "suggestion": true
20919         },
20920         "amenity/bank/BW-Bank": {
20921             "tags": {
20922                 "name": "BW-Bank",
20923                 "amenity": "bank"
20924             },
20925             "name": "BW-Bank",
20926             "icon": "bank",
20927             "geometry": [
20928                 "point",
20929                 "area"
20930             ],
20931             "fields": [
20932                 "atm",
20933                 "operator",
20934                 "address",
20935                 "building_area",
20936                 "opening_hours",
20937                 "drive_through"
20938             ],
20939             "suggestion": true
20940         },
20941         "amenity/bank/Komerční banka": {
20942             "tags": {
20943                 "name": "Komerční banka",
20944                 "amenity": "bank"
20945             },
20946             "name": "Komerční banka",
20947             "icon": "bank",
20948             "geometry": [
20949                 "point",
20950                 "area"
20951             ],
20952             "fields": [
20953                 "atm",
20954                 "operator",
20955                 "address",
20956                 "building_area",
20957                 "opening_hours",
20958                 "drive_through"
20959             ],
20960             "suggestion": true
20961         },
20962         "amenity/bank/Banco Pastor": {
20963             "tags": {
20964                 "name": "Banco Pastor",
20965                 "amenity": "bank"
20966             },
20967             "name": "Banco Pastor",
20968             "icon": "bank",
20969             "geometry": [
20970                 "point",
20971                 "area"
20972             ],
20973             "fields": [
20974                 "atm",
20975                 "operator",
20976                 "address",
20977                 "building_area",
20978                 "opening_hours",
20979                 "drive_through"
20980             ],
20981             "suggestion": true
20982         },
20983         "amenity/bank/Stadtsparkasse": {
20984             "tags": {
20985                 "name": "Stadtsparkasse",
20986                 "amenity": "bank"
20987             },
20988             "name": "Stadtsparkasse",
20989             "icon": "bank",
20990             "geometry": [
20991                 "point",
20992                 "area"
20993             ],
20994             "fields": [
20995                 "atm",
20996                 "operator",
20997                 "address",
20998                 "building_area",
20999                 "opening_hours",
21000                 "drive_through"
21001             ],
21002             "suggestion": true
21003         },
21004         "amenity/bank/Ulster Bank": {
21005             "tags": {
21006                 "name": "Ulster Bank",
21007                 "amenity": "bank"
21008             },
21009             "name": "Ulster Bank",
21010             "icon": "bank",
21011             "geometry": [
21012                 "point",
21013                 "area"
21014             ],
21015             "fields": [
21016                 "atm",
21017                 "operator",
21018                 "address",
21019                 "building_area",
21020                 "opening_hours",
21021                 "drive_through"
21022             ],
21023             "suggestion": true
21024         },
21025         "amenity/bank/Sberbank": {
21026             "tags": {
21027                 "name": "Sberbank",
21028                 "amenity": "bank"
21029             },
21030             "name": "Sberbank",
21031             "icon": "bank",
21032             "geometry": [
21033                 "point",
21034                 "area"
21035             ],
21036             "fields": [
21037                 "atm",
21038                 "operator",
21039                 "address",
21040                 "building_area",
21041                 "opening_hours",
21042                 "drive_through"
21043             ],
21044             "suggestion": true
21045         },
21046         "amenity/bank/CIC": {
21047             "tags": {
21048                 "name": "CIC",
21049                 "amenity": "bank"
21050             },
21051             "name": "CIC",
21052             "icon": "bank",
21053             "geometry": [
21054                 "point",
21055                 "area"
21056             ],
21057             "fields": [
21058                 "atm",
21059                 "operator",
21060                 "address",
21061                 "building_area",
21062                 "opening_hours",
21063                 "drive_through"
21064             ],
21065             "suggestion": true
21066         },
21067         "amenity/bank/Bancpost": {
21068             "tags": {
21069                 "name": "Bancpost",
21070                 "amenity": "bank"
21071             },
21072             "name": "Bancpost",
21073             "icon": "bank",
21074             "geometry": [
21075                 "point",
21076                 "area"
21077             ],
21078             "fields": [
21079                 "atm",
21080                 "operator",
21081                 "address",
21082                 "building_area",
21083                 "opening_hours",
21084                 "drive_through"
21085             ],
21086             "suggestion": true
21087         },
21088         "amenity/bank/Caja Madrid": {
21089             "tags": {
21090                 "name": "Caja Madrid",
21091                 "amenity": "bank"
21092             },
21093             "name": "Caja Madrid",
21094             "icon": "bank",
21095             "geometry": [
21096                 "point",
21097                 "area"
21098             ],
21099             "fields": [
21100                 "atm",
21101                 "operator",
21102                 "address",
21103                 "building_area",
21104                 "opening_hours",
21105                 "drive_through"
21106             ],
21107             "suggestion": true
21108         },
21109         "amenity/bank/Maybank": {
21110             "tags": {
21111                 "name": "Maybank",
21112                 "amenity": "bank"
21113             },
21114             "name": "Maybank",
21115             "icon": "bank",
21116             "geometry": [
21117                 "point",
21118                 "area"
21119             ],
21120             "fields": [
21121                 "atm",
21122                 "operator",
21123                 "address",
21124                 "building_area",
21125                 "opening_hours",
21126                 "drive_through"
21127             ],
21128             "suggestion": true
21129         },
21130         "amenity/bank/中国银行": {
21131             "tags": {
21132                 "name": "中国银行",
21133                 "amenity": "bank"
21134             },
21135             "name": "中国银行",
21136             "icon": "bank",
21137             "geometry": [
21138                 "point",
21139                 "area"
21140             ],
21141             "fields": [
21142                 "atm",
21143                 "operator",
21144                 "address",
21145                 "building_area",
21146                 "opening_hours",
21147                 "drive_through"
21148             ],
21149             "suggestion": true
21150         },
21151         "amenity/bank/Unicredit Banca": {
21152             "tags": {
21153                 "name": "Unicredit Banca",
21154                 "amenity": "bank"
21155             },
21156             "name": "Unicredit Banca",
21157             "icon": "bank",
21158             "geometry": [
21159                 "point",
21160                 "area"
21161             ],
21162             "fields": [
21163                 "atm",
21164                 "operator",
21165                 "address",
21166                 "building_area",
21167                 "opening_hours",
21168                 "drive_through"
21169             ],
21170             "suggestion": true
21171         },
21172         "amenity/bank/Crédit Mutuel": {
21173             "tags": {
21174                 "name": "Crédit Mutuel",
21175                 "amenity": "bank"
21176             },
21177             "name": "Crédit Mutuel",
21178             "icon": "bank",
21179             "geometry": [
21180                 "point",
21181                 "area"
21182             ],
21183             "fields": [
21184                 "atm",
21185                 "operator",
21186                 "address",
21187                 "building_area",
21188                 "opening_hours",
21189                 "drive_through"
21190             ],
21191             "suggestion": true
21192         },
21193         "amenity/bank/BBVA": {
21194             "tags": {
21195                 "name": "BBVA",
21196                 "amenity": "bank"
21197             },
21198             "name": "BBVA",
21199             "icon": "bank",
21200             "geometry": [
21201                 "point",
21202                 "area"
21203             ],
21204             "fields": [
21205                 "atm",
21206                 "operator",
21207                 "address",
21208                 "building_area",
21209                 "opening_hours",
21210                 "drive_through"
21211             ],
21212             "suggestion": true
21213         },
21214         "amenity/bank/Intesa San Paolo": {
21215             "tags": {
21216                 "name": "Intesa San Paolo",
21217                 "amenity": "bank"
21218             },
21219             "name": "Intesa San Paolo",
21220             "icon": "bank",
21221             "geometry": [
21222                 "point",
21223                 "area"
21224             ],
21225             "fields": [
21226                 "atm",
21227                 "operator",
21228                 "address",
21229                 "building_area",
21230                 "opening_hours",
21231                 "drive_through"
21232             ],
21233             "suggestion": true
21234         },
21235         "amenity/bank/TD Bank": {
21236             "tags": {
21237                 "name": "TD Bank",
21238                 "amenity": "bank"
21239             },
21240             "name": "TD Bank",
21241             "icon": "bank",
21242             "geometry": [
21243                 "point",
21244                 "area"
21245             ],
21246             "fields": [
21247                 "atm",
21248                 "operator",
21249                 "address",
21250                 "building_area",
21251                 "opening_hours",
21252                 "drive_through"
21253             ],
21254             "suggestion": true
21255         },
21256         "amenity/bank/Belfius": {
21257             "tags": {
21258                 "name": "Belfius",
21259                 "amenity": "bank"
21260             },
21261             "name": "Belfius",
21262             "icon": "bank",
21263             "geometry": [
21264                 "point",
21265                 "area"
21266             ],
21267             "fields": [
21268                 "atm",
21269                 "operator",
21270                 "address",
21271                 "building_area",
21272                 "opening_hours",
21273                 "drive_through"
21274             ],
21275             "suggestion": true
21276         },
21277         "amenity/bank/Bank of America": {
21278             "tags": {
21279                 "name": "Bank of America",
21280                 "amenity": "bank"
21281             },
21282             "name": "Bank of America",
21283             "icon": "bank",
21284             "geometry": [
21285                 "point",
21286                 "area"
21287             ],
21288             "fields": [
21289                 "atm",
21290                 "operator",
21291                 "address",
21292                 "building_area",
21293                 "opening_hours",
21294                 "drive_through"
21295             ],
21296             "suggestion": true
21297         },
21298         "amenity/bank/RBC": {
21299             "tags": {
21300                 "name": "RBC",
21301                 "amenity": "bank"
21302             },
21303             "name": "RBC",
21304             "icon": "bank",
21305             "geometry": [
21306                 "point",
21307                 "area"
21308             ],
21309             "fields": [
21310                 "atm",
21311                 "operator",
21312                 "address",
21313                 "building_area",
21314                 "opening_hours",
21315                 "drive_through"
21316             ],
21317             "suggestion": true
21318         },
21319         "amenity/bank/Alpha Bank": {
21320             "tags": {
21321                 "name": "Alpha Bank",
21322                 "amenity": "bank"
21323             },
21324             "name": "Alpha Bank",
21325             "icon": "bank",
21326             "geometry": [
21327                 "point",
21328                 "area"
21329             ],
21330             "fields": [
21331                 "atm",
21332                 "operator",
21333                 "address",
21334                 "building_area",
21335                 "opening_hours",
21336                 "drive_through"
21337             ],
21338             "suggestion": true
21339         },
21340         "amenity/bank/Сбербанк": {
21341             "tags": {
21342                 "name": "Сбербанк",
21343                 "amenity": "bank"
21344             },
21345             "name": "Сбербанк",
21346             "icon": "bank",
21347             "geometry": [
21348                 "point",
21349                 "area"
21350             ],
21351             "fields": [
21352                 "atm",
21353                 "operator",
21354                 "address",
21355                 "building_area",
21356                 "opening_hours",
21357                 "drive_through"
21358             ],
21359             "suggestion": true
21360         },
21361         "amenity/bank/Россельхозбанк": {
21362             "tags": {
21363                 "name": "Россельхозбанк",
21364                 "amenity": "bank"
21365             },
21366             "name": "Россельхозбанк",
21367             "icon": "bank",
21368             "geometry": [
21369                 "point",
21370                 "area"
21371             ],
21372             "fields": [
21373                 "atm",
21374                 "operator",
21375                 "address",
21376                 "building_area",
21377                 "opening_hours",
21378                 "drive_through"
21379             ],
21380             "suggestion": true
21381         },
21382         "amenity/bank/Crédit du Nord": {
21383             "tags": {
21384                 "name": "Crédit du Nord",
21385                 "amenity": "bank"
21386             },
21387             "name": "Crédit du Nord",
21388             "icon": "bank",
21389             "geometry": [
21390                 "point",
21391                 "area"
21392             ],
21393             "fields": [
21394                 "atm",
21395                 "operator",
21396                 "address",
21397                 "building_area",
21398                 "opening_hours",
21399                 "drive_through"
21400             ],
21401             "suggestion": true
21402         },
21403         "amenity/bank/BancoEstado": {
21404             "tags": {
21405                 "name": "BancoEstado",
21406                 "amenity": "bank"
21407             },
21408             "name": "BancoEstado",
21409             "icon": "bank",
21410             "geometry": [
21411                 "point",
21412                 "area"
21413             ],
21414             "fields": [
21415                 "atm",
21416                 "operator",
21417                 "address",
21418                 "building_area",
21419                 "opening_hours",
21420                 "drive_through"
21421             ],
21422             "suggestion": true
21423         },
21424         "amenity/bank/Millennium Bank": {
21425             "tags": {
21426                 "name": "Millennium Bank",
21427                 "amenity": "bank"
21428             },
21429             "name": "Millennium Bank",
21430             "icon": "bank",
21431             "geometry": [
21432                 "point",
21433                 "area"
21434             ],
21435             "fields": [
21436                 "atm",
21437                 "operator",
21438                 "address",
21439                 "building_area",
21440                 "opening_hours",
21441                 "drive_through"
21442             ],
21443             "suggestion": true
21444         },
21445         "amenity/bank/State Bank of India": {
21446             "tags": {
21447                 "name": "State Bank of India",
21448                 "amenity": "bank"
21449             },
21450             "name": "State Bank of India",
21451             "icon": "bank",
21452             "geometry": [
21453                 "point",
21454                 "area"
21455             ],
21456             "fields": [
21457                 "atm",
21458                 "operator",
21459                 "address",
21460                 "building_area",
21461                 "opening_hours",
21462                 "drive_through"
21463             ],
21464             "suggestion": true
21465         },
21466         "amenity/bank/Беларусбанк": {
21467             "tags": {
21468                 "name": "Беларусбанк",
21469                 "amenity": "bank"
21470             },
21471             "name": "Беларусбанк",
21472             "icon": "bank",
21473             "geometry": [
21474                 "point",
21475                 "area"
21476             ],
21477             "fields": [
21478                 "atm",
21479                 "operator",
21480                 "address",
21481                 "building_area",
21482                 "opening_hours",
21483                 "drive_through"
21484             ],
21485             "suggestion": true
21486         },
21487         "amenity/bank/ING Bank Śląski": {
21488             "tags": {
21489                 "name": "ING Bank Śląski",
21490                 "amenity": "bank"
21491             },
21492             "name": "ING Bank Śląski",
21493             "icon": "bank",
21494             "geometry": [
21495                 "point",
21496                 "area"
21497             ],
21498             "fields": [
21499                 "atm",
21500                 "operator",
21501                 "address",
21502                 "building_area",
21503                 "opening_hours",
21504                 "drive_through"
21505             ],
21506             "suggestion": true
21507         },
21508         "amenity/bank/Caixa Geral de Depósitos": {
21509             "tags": {
21510                 "name": "Caixa Geral de Depósitos",
21511                 "amenity": "bank"
21512             },
21513             "name": "Caixa Geral de Depósitos",
21514             "icon": "bank",
21515             "geometry": [
21516                 "point",
21517                 "area"
21518             ],
21519             "fields": [
21520                 "atm",
21521                 "operator",
21522                 "address",
21523                 "building_area",
21524                 "opening_hours",
21525                 "drive_through"
21526             ],
21527             "suggestion": true
21528         },
21529         "amenity/bank/Kreissparkasse Köln": {
21530             "tags": {
21531                 "name": "Kreissparkasse Köln",
21532                 "amenity": "bank"
21533             },
21534             "name": "Kreissparkasse Köln",
21535             "icon": "bank",
21536             "geometry": [
21537                 "point",
21538                 "area"
21539             ],
21540             "fields": [
21541                 "atm",
21542                 "operator",
21543                 "address",
21544                 "building_area",
21545                 "opening_hours",
21546                 "drive_through"
21547             ],
21548             "suggestion": true
21549         },
21550         "amenity/bank/Banco BCI": {
21551             "tags": {
21552                 "name": "Banco BCI",
21553                 "amenity": "bank"
21554             },
21555             "name": "Banco BCI",
21556             "icon": "bank",
21557             "geometry": [
21558                 "point",
21559                 "area"
21560             ],
21561             "fields": [
21562                 "atm",
21563                 "operator",
21564                 "address",
21565                 "building_area",
21566                 "opening_hours",
21567                 "drive_through"
21568             ],
21569             "suggestion": true
21570         },
21571         "amenity/bank/Banco de Chile": {
21572             "tags": {
21573                 "name": "Banco de Chile",
21574                 "amenity": "bank"
21575             },
21576             "name": "Banco de Chile",
21577             "icon": "bank",
21578             "geometry": [
21579                 "point",
21580                 "area"
21581             ],
21582             "fields": [
21583                 "atm",
21584                 "operator",
21585                 "address",
21586                 "building_area",
21587                 "opening_hours",
21588                 "drive_through"
21589             ],
21590             "suggestion": true
21591         },
21592         "amenity/bank/ВТБ24": {
21593             "tags": {
21594                 "name": "ВТБ24",
21595                 "amenity": "bank"
21596             },
21597             "name": "ВТБ24",
21598             "icon": "bank",
21599             "geometry": [
21600                 "point",
21601                 "area"
21602             ],
21603             "fields": [
21604                 "atm",
21605                 "operator",
21606                 "address",
21607                 "building_area",
21608                 "opening_hours",
21609                 "drive_through"
21610             ],
21611             "suggestion": true
21612         },
21613         "amenity/bank/UBS": {
21614             "tags": {
21615                 "name": "UBS",
21616                 "amenity": "bank"
21617             },
21618             "name": "UBS",
21619             "icon": "bank",
21620             "geometry": [
21621                 "point",
21622                 "area"
21623             ],
21624             "fields": [
21625                 "atm",
21626                 "operator",
21627                 "address",
21628                 "building_area",
21629                 "opening_hours",
21630                 "drive_through"
21631             ],
21632             "suggestion": true
21633         },
21634         "amenity/bank/PKO BP": {
21635             "tags": {
21636                 "name": "PKO BP",
21637                 "amenity": "bank"
21638             },
21639             "name": "PKO BP",
21640             "icon": "bank",
21641             "geometry": [
21642                 "point",
21643                 "area"
21644             ],
21645             "fields": [
21646                 "atm",
21647                 "operator",
21648                 "address",
21649                 "building_area",
21650                 "opening_hours",
21651                 "drive_through"
21652             ],
21653             "suggestion": true
21654         },
21655         "amenity/bank/Chinabank": {
21656             "tags": {
21657                 "name": "Chinabank",
21658                 "amenity": "bank"
21659             },
21660             "name": "Chinabank",
21661             "icon": "bank",
21662             "geometry": [
21663                 "point",
21664                 "area"
21665             ],
21666             "fields": [
21667                 "atm",
21668                 "operator",
21669                 "address",
21670                 "building_area",
21671                 "opening_hours",
21672                 "drive_through"
21673             ],
21674             "suggestion": true
21675         },
21676         "amenity/bank/PSBank": {
21677             "tags": {
21678                 "name": "PSBank",
21679                 "amenity": "bank"
21680             },
21681             "name": "PSBank",
21682             "icon": "bank",
21683             "geometry": [
21684                 "point",
21685                 "area"
21686             ],
21687             "fields": [
21688                 "atm",
21689                 "operator",
21690                 "address",
21691                 "building_area",
21692                 "opening_hours",
21693                 "drive_through"
21694             ],
21695             "suggestion": true
21696         },
21697         "amenity/bank/Union Bank": {
21698             "tags": {
21699                 "name": "Union Bank",
21700                 "amenity": "bank"
21701             },
21702             "name": "Union Bank",
21703             "icon": "bank",
21704             "geometry": [
21705                 "point",
21706                 "area"
21707             ],
21708             "fields": [
21709                 "atm",
21710                 "operator",
21711                 "address",
21712                 "building_area",
21713                 "opening_hours",
21714                 "drive_through"
21715             ],
21716             "suggestion": true
21717         },
21718         "amenity/bank/China Bank": {
21719             "tags": {
21720                 "name": "China Bank",
21721                 "amenity": "bank"
21722             },
21723             "name": "China Bank",
21724             "icon": "bank",
21725             "geometry": [
21726                 "point",
21727                 "area"
21728             ],
21729             "fields": [
21730                 "atm",
21731                 "operator",
21732                 "address",
21733                 "building_area",
21734                 "opening_hours",
21735                 "drive_through"
21736             ],
21737             "suggestion": true
21738         },
21739         "amenity/bank/RCBC": {
21740             "tags": {
21741                 "name": "RCBC",
21742                 "amenity": "bank"
21743             },
21744             "name": "RCBC",
21745             "icon": "bank",
21746             "geometry": [
21747                 "point",
21748                 "area"
21749             ],
21750             "fields": [
21751                 "atm",
21752                 "operator",
21753                 "address",
21754                 "building_area",
21755                 "opening_hours",
21756                 "drive_through"
21757             ],
21758             "suggestion": true
21759         },
21760         "amenity/bank/Unicaja": {
21761             "tags": {
21762                 "name": "Unicaja",
21763                 "amenity": "bank"
21764             },
21765             "name": "Unicaja",
21766             "icon": "bank",
21767             "geometry": [
21768                 "point",
21769                 "area"
21770             ],
21771             "fields": [
21772                 "atm",
21773                 "operator",
21774                 "address",
21775                 "building_area",
21776                 "opening_hours",
21777                 "drive_through"
21778             ],
21779             "suggestion": true
21780         },
21781         "amenity/bank/BBK": {
21782             "tags": {
21783                 "name": "BBK",
21784                 "amenity": "bank"
21785             },
21786             "name": "BBK",
21787             "icon": "bank",
21788             "geometry": [
21789                 "point",
21790                 "area"
21791             ],
21792             "fields": [
21793                 "atm",
21794                 "operator",
21795                 "address",
21796                 "building_area",
21797                 "opening_hours",
21798                 "drive_through"
21799             ],
21800             "suggestion": true
21801         },
21802         "amenity/bank/Ibercaja": {
21803             "tags": {
21804                 "name": "Ibercaja",
21805                 "amenity": "bank"
21806             },
21807             "name": "Ibercaja",
21808             "icon": "bank",
21809             "geometry": [
21810                 "point",
21811                 "area"
21812             ],
21813             "fields": [
21814                 "atm",
21815                 "operator",
21816                 "address",
21817                 "building_area",
21818                 "opening_hours",
21819                 "drive_through"
21820             ],
21821             "suggestion": true
21822         },
21823         "amenity/bank/RBS": {
21824             "tags": {
21825                 "name": "RBS",
21826                 "amenity": "bank"
21827             },
21828             "name": "RBS",
21829             "icon": "bank",
21830             "geometry": [
21831                 "point",
21832                 "area"
21833             ],
21834             "fields": [
21835                 "atm",
21836                 "operator",
21837                 "address",
21838                 "building_area",
21839                 "opening_hours",
21840                 "drive_through"
21841             ],
21842             "suggestion": true
21843         },
21844         "amenity/bank/Commercial Bank of Ceylon PLC": {
21845             "tags": {
21846                 "name": "Commercial Bank of Ceylon PLC",
21847                 "amenity": "bank"
21848             },
21849             "name": "Commercial Bank of Ceylon PLC",
21850             "icon": "bank",
21851             "geometry": [
21852                 "point",
21853                 "area"
21854             ],
21855             "fields": [
21856                 "atm",
21857                 "operator",
21858                 "address",
21859                 "building_area",
21860                 "opening_hours",
21861                 "drive_through"
21862             ],
21863             "suggestion": true
21864         },
21865         "amenity/bank/Bank of Ireland": {
21866             "tags": {
21867                 "name": "Bank of Ireland",
21868                 "amenity": "bank"
21869             },
21870             "name": "Bank of Ireland",
21871             "icon": "bank",
21872             "geometry": [
21873                 "point",
21874                 "area"
21875             ],
21876             "fields": [
21877                 "atm",
21878                 "operator",
21879                 "address",
21880                 "building_area",
21881                 "opening_hours",
21882                 "drive_through"
21883             ],
21884             "suggestion": true
21885         },
21886         "amenity/bank/BNL": {
21887             "tags": {
21888                 "name": "BNL",
21889                 "amenity": "bank"
21890             },
21891             "name": "BNL",
21892             "icon": "bank",
21893             "geometry": [
21894                 "point",
21895                 "area"
21896             ],
21897             "fields": [
21898                 "atm",
21899                 "operator",
21900                 "address",
21901                 "building_area",
21902                 "opening_hours",
21903                 "drive_through"
21904             ],
21905             "suggestion": true
21906         },
21907         "amenity/bank/Banco Santander": {
21908             "tags": {
21909                 "name": "Banco Santander",
21910                 "amenity": "bank"
21911             },
21912             "name": "Banco Santander",
21913             "icon": "bank",
21914             "geometry": [
21915                 "point",
21916                 "area"
21917             ],
21918             "fields": [
21919                 "atm",
21920                 "operator",
21921                 "address",
21922                 "building_area",
21923                 "opening_hours",
21924                 "drive_through"
21925             ],
21926             "suggestion": true
21927         },
21928         "amenity/bank/Banco Itaú": {
21929             "tags": {
21930                 "name": "Banco Itaú",
21931                 "amenity": "bank"
21932             },
21933             "name": "Banco Itaú",
21934             "icon": "bank",
21935             "geometry": [
21936                 "point",
21937                 "area"
21938             ],
21939             "fields": [
21940                 "atm",
21941                 "operator",
21942                 "address",
21943                 "building_area",
21944                 "opening_hours",
21945                 "drive_through"
21946             ],
21947             "suggestion": true
21948         },
21949         "amenity/bank/AIB": {
21950             "tags": {
21951                 "name": "AIB",
21952                 "amenity": "bank"
21953             },
21954             "name": "AIB",
21955             "icon": "bank",
21956             "geometry": [
21957                 "point",
21958                 "area"
21959             ],
21960             "fields": [
21961                 "atm",
21962                 "operator",
21963                 "address",
21964                 "building_area",
21965                 "opening_hours",
21966                 "drive_through"
21967             ],
21968             "suggestion": true
21969         },
21970         "amenity/bank/BZ WBK": {
21971             "tags": {
21972                 "name": "BZ WBK",
21973                 "amenity": "bank"
21974             },
21975             "name": "BZ WBK",
21976             "icon": "bank",
21977             "geometry": [
21978                 "point",
21979                 "area"
21980             ],
21981             "fields": [
21982                 "atm",
21983                 "operator",
21984                 "address",
21985                 "building_area",
21986                 "opening_hours",
21987                 "drive_through"
21988             ],
21989             "suggestion": true
21990         },
21991         "amenity/bank/Banco do Brasil": {
21992             "tags": {
21993                 "name": "Banco do Brasil",
21994                 "amenity": "bank"
21995             },
21996             "name": "Banco do Brasil",
21997             "icon": "bank",
21998             "geometry": [
21999                 "point",
22000                 "area"
22001             ],
22002             "fields": [
22003                 "atm",
22004                 "operator",
22005                 "address",
22006                 "building_area",
22007                 "opening_hours",
22008                 "drive_through"
22009             ],
22010             "suggestion": true
22011         },
22012         "amenity/bank/Caixa Econômica Federal": {
22013             "tags": {
22014                 "name": "Caixa Econômica Federal",
22015                 "amenity": "bank"
22016             },
22017             "name": "Caixa Econômica Federal",
22018             "icon": "bank",
22019             "geometry": [
22020                 "point",
22021                 "area"
22022             ],
22023             "fields": [
22024                 "atm",
22025                 "operator",
22026                 "address",
22027                 "building_area",
22028                 "opening_hours",
22029                 "drive_through"
22030             ],
22031             "suggestion": true
22032         },
22033         "amenity/bank/Fifth Third Bank": {
22034             "tags": {
22035                 "name": "Fifth Third Bank",
22036                 "amenity": "bank"
22037             },
22038             "name": "Fifth Third Bank",
22039             "icon": "bank",
22040             "geometry": [
22041                 "point",
22042                 "area"
22043             ],
22044             "fields": [
22045                 "atm",
22046                 "operator",
22047                 "address",
22048                 "building_area",
22049                 "opening_hours",
22050                 "drive_through"
22051             ],
22052             "suggestion": true
22053         },
22054         "amenity/bank/Banca Popolare di Vicenza": {
22055             "tags": {
22056                 "name": "Banca Popolare di Vicenza",
22057                 "amenity": "bank"
22058             },
22059             "name": "Banca Popolare di Vicenza",
22060             "icon": "bank",
22061             "geometry": [
22062                 "point",
22063                 "area"
22064             ],
22065             "fields": [
22066                 "atm",
22067                 "operator",
22068                 "address",
22069                 "building_area",
22070                 "opening_hours",
22071                 "drive_through"
22072             ],
22073             "suggestion": true
22074         },
22075         "amenity/bank/Wachovia": {
22076             "tags": {
22077                 "name": "Wachovia",
22078                 "amenity": "bank"
22079             },
22080             "name": "Wachovia",
22081             "icon": "bank",
22082             "geometry": [
22083                 "point",
22084                 "area"
22085             ],
22086             "fields": [
22087                 "atm",
22088                 "operator",
22089                 "address",
22090                 "building_area",
22091                 "opening_hours",
22092                 "drive_through"
22093             ],
22094             "suggestion": true
22095         },
22096         "amenity/bank/OLB": {
22097             "tags": {
22098                 "name": "OLB",
22099                 "amenity": "bank"
22100             },
22101             "name": "OLB",
22102             "icon": "bank",
22103             "geometry": [
22104                 "point",
22105                 "area"
22106             ],
22107             "fields": [
22108                 "atm",
22109                 "operator",
22110                 "address",
22111                 "building_area",
22112                 "opening_hours",
22113                 "drive_through"
22114             ],
22115             "suggestion": true
22116         },
22117         "amenity/bank/みずほ銀行": {
22118             "tags": {
22119                 "name": "みずほ銀行",
22120                 "amenity": "bank"
22121             },
22122             "name": "みずほ銀行",
22123             "icon": "bank",
22124             "geometry": [
22125                 "point",
22126                 "area"
22127             ],
22128             "fields": [
22129                 "atm",
22130                 "operator",
22131                 "address",
22132                 "building_area",
22133                 "opening_hours",
22134                 "drive_through"
22135             ],
22136             "suggestion": true
22137         },
22138         "amenity/bank/BES": {
22139             "tags": {
22140                 "name": "BES",
22141                 "amenity": "bank"
22142             },
22143             "name": "BES",
22144             "icon": "bank",
22145             "geometry": [
22146                 "point",
22147                 "area"
22148             ],
22149             "fields": [
22150                 "atm",
22151                 "operator",
22152                 "address",
22153                 "building_area",
22154                 "opening_hours",
22155                 "drive_through"
22156             ],
22157             "suggestion": true
22158         },
22159         "amenity/bank/ICICI Bank": {
22160             "tags": {
22161                 "name": "ICICI Bank",
22162                 "amenity": "bank"
22163             },
22164             "name": "ICICI Bank",
22165             "icon": "bank",
22166             "geometry": [
22167                 "point",
22168                 "area"
22169             ],
22170             "fields": [
22171                 "atm",
22172                 "operator",
22173                 "address",
22174                 "building_area",
22175                 "opening_hours",
22176                 "drive_through"
22177             ],
22178             "suggestion": true
22179         },
22180         "amenity/bank/HDFC Bank": {
22181             "tags": {
22182                 "name": "HDFC Bank",
22183                 "amenity": "bank"
22184             },
22185             "name": "HDFC Bank",
22186             "icon": "bank",
22187             "geometry": [
22188                 "point",
22189                 "area"
22190             ],
22191             "fields": [
22192                 "atm",
22193                 "operator",
22194                 "address",
22195                 "building_area",
22196                 "opening_hours",
22197                 "drive_through"
22198             ],
22199             "suggestion": true
22200         },
22201         "amenity/bank/La Banque Postale": {
22202             "tags": {
22203                 "name": "La Banque Postale",
22204                 "amenity": "bank"
22205             },
22206             "name": "La Banque Postale",
22207             "icon": "bank",
22208             "geometry": [
22209                 "point",
22210                 "area"
22211             ],
22212             "fields": [
22213                 "atm",
22214                 "operator",
22215                 "address",
22216                 "building_area",
22217                 "opening_hours",
22218                 "drive_through"
22219             ],
22220             "suggestion": true
22221         },
22222         "amenity/bank/Pekao SA": {
22223             "tags": {
22224                 "name": "Pekao SA",
22225                 "amenity": "bank"
22226             },
22227             "name": "Pekao SA",
22228             "icon": "bank",
22229             "geometry": [
22230                 "point",
22231                 "area"
22232             ],
22233             "fields": [
22234                 "atm",
22235                 "operator",
22236                 "address",
22237                 "building_area",
22238                 "opening_hours",
22239                 "drive_through"
22240             ],
22241             "suggestion": true
22242         },
22243         "amenity/bank/Oberbank": {
22244             "tags": {
22245                 "name": "Oberbank",
22246                 "amenity": "bank"
22247             },
22248             "name": "Oberbank",
22249             "icon": "bank",
22250             "geometry": [
22251                 "point",
22252                 "area"
22253             ],
22254             "fields": [
22255                 "atm",
22256                 "operator",
22257                 "address",
22258                 "building_area",
22259                 "opening_hours",
22260                 "drive_through"
22261             ],
22262             "suggestion": true
22263         },
22264         "amenity/bank/Bradesco": {
22265             "tags": {
22266                 "name": "Bradesco",
22267                 "amenity": "bank"
22268             },
22269             "name": "Bradesco",
22270             "icon": "bank",
22271             "geometry": [
22272                 "point",
22273                 "area"
22274             ],
22275             "fields": [
22276                 "atm",
22277                 "operator",
22278                 "address",
22279                 "building_area",
22280                 "opening_hours",
22281                 "drive_through"
22282             ],
22283             "suggestion": true
22284         },
22285         "amenity/bank/Oldenburgische Landesbank": {
22286             "tags": {
22287                 "name": "Oldenburgische Landesbank",
22288                 "amenity": "bank"
22289             },
22290             "name": "Oldenburgische Landesbank",
22291             "icon": "bank",
22292             "geometry": [
22293                 "point",
22294                 "area"
22295             ],
22296             "fields": [
22297                 "atm",
22298                 "operator",
22299                 "address",
22300                 "building_area",
22301                 "opening_hours",
22302                 "drive_through"
22303             ],
22304             "suggestion": true
22305         },
22306         "amenity/bank/Bendigo Bank": {
22307             "tags": {
22308                 "name": "Bendigo Bank",
22309                 "amenity": "bank"
22310             },
22311             "name": "Bendigo Bank",
22312             "icon": "bank",
22313             "geometry": [
22314                 "point",
22315                 "area"
22316             ],
22317             "fields": [
22318                 "atm",
22319                 "operator",
22320                 "address",
22321                 "building_area",
22322                 "opening_hours",
22323                 "drive_through"
22324             ],
22325             "suggestion": true
22326         },
22327         "amenity/bank/Argenta": {
22328             "tags": {
22329                 "name": "Argenta",
22330                 "amenity": "bank"
22331             },
22332             "name": "Argenta",
22333             "icon": "bank",
22334             "geometry": [
22335                 "point",
22336                 "area"
22337             ],
22338             "fields": [
22339                 "atm",
22340                 "operator",
22341                 "address",
22342                 "building_area",
22343                 "opening_hours",
22344                 "drive_through"
22345             ],
22346             "suggestion": true
22347         },
22348         "amenity/bank/AXA": {
22349             "tags": {
22350                 "name": "AXA",
22351                 "amenity": "bank"
22352             },
22353             "name": "AXA",
22354             "icon": "bank",
22355             "geometry": [
22356                 "point",
22357                 "area"
22358             ],
22359             "fields": [
22360                 "atm",
22361                 "operator",
22362                 "address",
22363                 "building_area",
22364                 "opening_hours",
22365                 "drive_through"
22366             ],
22367             "suggestion": true
22368         },
22369         "amenity/bank/Axis Bank": {
22370             "tags": {
22371                 "name": "Axis Bank",
22372                 "amenity": "bank"
22373             },
22374             "name": "Axis Bank",
22375             "icon": "bank",
22376             "geometry": [
22377                 "point",
22378                 "area"
22379             ],
22380             "fields": [
22381                 "atm",
22382                 "operator",
22383                 "address",
22384                 "building_area",
22385                 "opening_hours",
22386                 "drive_through"
22387             ],
22388             "suggestion": true
22389         },
22390         "amenity/bank/Banco Nación": {
22391             "tags": {
22392                 "name": "Banco Nación",
22393                 "amenity": "bank"
22394             },
22395             "name": "Banco Nación",
22396             "icon": "bank",
22397             "geometry": [
22398                 "point",
22399                 "area"
22400             ],
22401             "fields": [
22402                 "atm",
22403                 "operator",
22404                 "address",
22405                 "building_area",
22406                 "opening_hours",
22407                 "drive_through"
22408             ],
22409             "suggestion": true
22410         },
22411         "amenity/bank/GE Money Bank": {
22412             "tags": {
22413                 "name": "GE Money Bank",
22414                 "amenity": "bank"
22415             },
22416             "name": "GE Money Bank",
22417             "icon": "bank",
22418             "geometry": [
22419                 "point",
22420                 "area"
22421             ],
22422             "fields": [
22423                 "atm",
22424                 "operator",
22425                 "address",
22426                 "building_area",
22427                 "opening_hours",
22428                 "drive_through"
22429             ],
22430             "suggestion": true
22431         },
22432         "amenity/bank/Альфа-Банк": {
22433             "tags": {
22434                 "name": "Альфа-Банк",
22435                 "amenity": "bank"
22436             },
22437             "name": "Альфа-Банк",
22438             "icon": "bank",
22439             "geometry": [
22440                 "point",
22441                 "area"
22442             ],
22443             "fields": [
22444                 "atm",
22445                 "operator",
22446                 "address",
22447                 "building_area",
22448                 "opening_hours",
22449                 "drive_through"
22450             ],
22451             "suggestion": true
22452         },
22453         "amenity/bank/Белагропромбанк": {
22454             "tags": {
22455                 "name": "Белагропромбанк",
22456                 "amenity": "bank"
22457             },
22458             "name": "Белагропромбанк",
22459             "icon": "bank",
22460             "geometry": [
22461                 "point",
22462                 "area"
22463             ],
22464             "fields": [
22465                 "atm",
22466                 "operator",
22467                 "address",
22468                 "building_area",
22469                 "opening_hours",
22470                 "drive_through"
22471             ],
22472             "suggestion": true
22473         },
22474         "amenity/bank/Caja Círculo": {
22475             "tags": {
22476                 "name": "Caja Círculo",
22477                 "amenity": "bank"
22478             },
22479             "name": "Caja Círculo",
22480             "icon": "bank",
22481             "geometry": [
22482                 "point",
22483                 "area"
22484             ],
22485             "fields": [
22486                 "atm",
22487                 "operator",
22488                 "address",
22489                 "building_area",
22490                 "opening_hours",
22491                 "drive_through"
22492             ],
22493             "suggestion": true
22494         },
22495         "amenity/bank/Banco Galicia": {
22496             "tags": {
22497                 "name": "Banco Galicia",
22498                 "amenity": "bank"
22499             },
22500             "name": "Banco Galicia",
22501             "icon": "bank",
22502             "geometry": [
22503                 "point",
22504                 "area"
22505             ],
22506             "fields": [
22507                 "atm",
22508                 "operator",
22509                 "address",
22510                 "building_area",
22511                 "opening_hours",
22512                 "drive_through"
22513             ],
22514             "suggestion": true
22515         },
22516         "amenity/bank/Eurobank": {
22517             "tags": {
22518                 "name": "Eurobank",
22519                 "amenity": "bank"
22520             },
22521             "name": "Eurobank",
22522             "icon": "bank",
22523             "geometry": [
22524                 "point",
22525                 "area"
22526             ],
22527             "fields": [
22528                 "atm",
22529                 "operator",
22530                 "address",
22531                 "building_area",
22532                 "opening_hours",
22533                 "drive_through"
22534             ],
22535             "suggestion": true
22536         },
22537         "amenity/bank/Banca Intesa": {
22538             "tags": {
22539                 "name": "Banca Intesa",
22540                 "amenity": "bank"
22541             },
22542             "name": "Banca Intesa",
22543             "icon": "bank",
22544             "geometry": [
22545                 "point",
22546                 "area"
22547             ],
22548             "fields": [
22549                 "atm",
22550                 "operator",
22551                 "address",
22552                 "building_area",
22553                 "opening_hours",
22554                 "drive_through"
22555             ],
22556             "suggestion": true
22557         },
22558         "amenity/bank/Canara Bank": {
22559             "tags": {
22560                 "name": "Canara Bank",
22561                 "amenity": "bank"
22562             },
22563             "name": "Canara Bank",
22564             "icon": "bank",
22565             "geometry": [
22566                 "point",
22567                 "area"
22568             ],
22569             "fields": [
22570                 "atm",
22571                 "operator",
22572                 "address",
22573                 "building_area",
22574                 "opening_hours",
22575                 "drive_through"
22576             ],
22577             "suggestion": true
22578         },
22579         "amenity/bank/Cajamar": {
22580             "tags": {
22581                 "name": "Cajamar",
22582                 "amenity": "bank"
22583             },
22584             "name": "Cajamar",
22585             "icon": "bank",
22586             "geometry": [
22587                 "point",
22588                 "area"
22589             ],
22590             "fields": [
22591                 "atm",
22592                 "operator",
22593                 "address",
22594                 "building_area",
22595                 "opening_hours",
22596                 "drive_through"
22597             ],
22598             "suggestion": true
22599         },
22600         "amenity/bank/Banamex": {
22601             "tags": {
22602                 "name": "Banamex",
22603                 "amenity": "bank"
22604             },
22605             "name": "Banamex",
22606             "icon": "bank",
22607             "geometry": [
22608                 "point",
22609                 "area"
22610             ],
22611             "fields": [
22612                 "atm",
22613                 "operator",
22614                 "address",
22615                 "building_area",
22616                 "opening_hours",
22617                 "drive_through"
22618             ],
22619             "suggestion": true
22620         },
22621         "amenity/bank/Crédit Mutuel de Bretagne": {
22622             "tags": {
22623                 "name": "Crédit Mutuel de Bretagne",
22624                 "amenity": "bank"
22625             },
22626             "name": "Crédit Mutuel de Bretagne",
22627             "icon": "bank",
22628             "geometry": [
22629                 "point",
22630                 "area"
22631             ],
22632             "fields": [
22633                 "atm",
22634                 "operator",
22635                 "address",
22636                 "building_area",
22637                 "opening_hours",
22638                 "drive_through"
22639             ],
22640             "suggestion": true
22641         },
22642         "amenity/bank/Davivienda": {
22643             "tags": {
22644                 "name": "Davivienda",
22645                 "amenity": "bank"
22646             },
22647             "name": "Davivienda",
22648             "icon": "bank",
22649             "geometry": [
22650                 "point",
22651                 "area"
22652             ],
22653             "fields": [
22654                 "atm",
22655                 "operator",
22656                 "address",
22657                 "building_area",
22658                 "opening_hours",
22659                 "drive_through"
22660             ],
22661             "suggestion": true
22662         },
22663         "amenity/bank/Bank Spółdzielczy": {
22664             "tags": {
22665                 "name": "Bank Spółdzielczy",
22666                 "amenity": "bank"
22667             },
22668             "name": "Bank Spółdzielczy",
22669             "icon": "bank",
22670             "geometry": [
22671                 "point",
22672                 "area"
22673             ],
22674             "fields": [
22675                 "atm",
22676                 "operator",
22677                 "address",
22678                 "building_area",
22679                 "opening_hours",
22680                 "drive_through"
22681             ],
22682             "suggestion": true
22683         },
22684         "amenity/bank/Credit Agricole": {
22685             "tags": {
22686                 "name": "Credit Agricole",
22687                 "amenity": "bank"
22688             },
22689             "name": "Credit Agricole",
22690             "icon": "bank",
22691             "geometry": [
22692                 "point",
22693                 "area"
22694             ],
22695             "fields": [
22696                 "atm",
22697                 "operator",
22698                 "address",
22699                 "building_area",
22700                 "opening_hours",
22701                 "drive_through"
22702             ],
22703             "suggestion": true
22704         },
22705         "amenity/bank/Bankinter": {
22706             "tags": {
22707                 "name": "Bankinter",
22708                 "amenity": "bank"
22709             },
22710             "name": "Bankinter",
22711             "icon": "bank",
22712             "geometry": [
22713                 "point",
22714                 "area"
22715             ],
22716             "fields": [
22717                 "atm",
22718                 "operator",
22719                 "address",
22720                 "building_area",
22721                 "opening_hours",
22722                 "drive_through"
22723             ],
22724             "suggestion": true
22725         },
22726         "amenity/bank/Banque Nationale": {
22727             "tags": {
22728                 "name": "Banque Nationale",
22729                 "amenity": "bank"
22730             },
22731             "name": "Banque Nationale",
22732             "icon": "bank",
22733             "geometry": [
22734                 "point",
22735                 "area"
22736             ],
22737             "fields": [
22738                 "atm",
22739                 "operator",
22740                 "address",
22741                 "building_area",
22742                 "opening_hours",
22743                 "drive_through"
22744             ],
22745             "suggestion": true
22746         },
22747         "amenity/bank/Bank of the West": {
22748             "tags": {
22749                 "name": "Bank of the West",
22750                 "amenity": "bank"
22751             },
22752             "name": "Bank of the West",
22753             "icon": "bank",
22754             "geometry": [
22755                 "point",
22756                 "area"
22757             ],
22758             "fields": [
22759                 "atm",
22760                 "operator",
22761                 "address",
22762                 "building_area",
22763                 "opening_hours",
22764                 "drive_through"
22765             ],
22766             "suggestion": true
22767         },
22768         "amenity/bank/Key Bank": {
22769             "tags": {
22770                 "name": "Key Bank",
22771                 "amenity": "bank"
22772             },
22773             "name": "Key Bank",
22774             "icon": "bank",
22775             "geometry": [
22776                 "point",
22777                 "area"
22778             ],
22779             "fields": [
22780                 "atm",
22781                 "operator",
22782                 "address",
22783                 "building_area",
22784                 "opening_hours",
22785                 "drive_through"
22786             ],
22787             "suggestion": true
22788         },
22789         "amenity/bank/Western Union": {
22790             "tags": {
22791                 "name": "Western Union",
22792                 "amenity": "bank"
22793             },
22794             "name": "Western Union",
22795             "icon": "bank",
22796             "geometry": [
22797                 "point",
22798                 "area"
22799             ],
22800             "fields": [
22801                 "atm",
22802                 "operator",
22803                 "address",
22804                 "building_area",
22805                 "opening_hours",
22806                 "drive_through"
22807             ],
22808             "suggestion": true
22809         },
22810         "amenity/bank/Citizens Bank": {
22811             "tags": {
22812                 "name": "Citizens Bank",
22813                 "amenity": "bank"
22814             },
22815             "name": "Citizens Bank",
22816             "icon": "bank",
22817             "geometry": [
22818                 "point",
22819                 "area"
22820             ],
22821             "fields": [
22822                 "atm",
22823                 "operator",
22824                 "address",
22825                 "building_area",
22826                 "opening_hours",
22827                 "drive_through"
22828             ],
22829             "suggestion": true
22830         },
22831         "amenity/bank/ПриватБанк": {
22832             "tags": {
22833                 "name": "ПриватБанк",
22834                 "amenity": "bank"
22835             },
22836             "name": "ПриватБанк",
22837             "icon": "bank",
22838             "geometry": [
22839                 "point",
22840                 "area"
22841             ],
22842             "fields": [
22843                 "atm",
22844                 "operator",
22845                 "address",
22846                 "building_area",
22847                 "opening_hours",
22848                 "drive_through"
22849             ],
22850             "suggestion": true
22851         },
22852         "amenity/bank/Security Bank": {
22853             "tags": {
22854                 "name": "Security Bank",
22855                 "amenity": "bank"
22856             },
22857             "name": "Security Bank",
22858             "icon": "bank",
22859             "geometry": [
22860                 "point",
22861                 "area"
22862             ],
22863             "fields": [
22864                 "atm",
22865                 "operator",
22866                 "address",
22867                 "building_area",
22868                 "opening_hours",
22869                 "drive_through"
22870             ],
22871             "suggestion": true
22872         },
22873         "amenity/bank/Millenium": {
22874             "tags": {
22875                 "name": "Millenium",
22876                 "amenity": "bank"
22877             },
22878             "name": "Millenium",
22879             "icon": "bank",
22880             "geometry": [
22881                 "point",
22882                 "area"
22883             ],
22884             "fields": [
22885                 "atm",
22886                 "operator",
22887                 "address",
22888                 "building_area",
22889                 "opening_hours",
22890                 "drive_through"
22891             ],
22892             "suggestion": true
22893         },
22894         "amenity/bank/Bankia": {
22895             "tags": {
22896                 "name": "Bankia",
22897                 "amenity": "bank"
22898             },
22899             "name": "Bankia",
22900             "icon": "bank",
22901             "geometry": [
22902                 "point",
22903                 "area"
22904             ],
22905             "fields": [
22906                 "atm",
22907                 "operator",
22908                 "address",
22909                 "building_area",
22910                 "opening_hours",
22911                 "drive_through"
22912             ],
22913             "suggestion": true
22914         },
22915         "amenity/bank/三菱東京UFJ銀行": {
22916             "tags": {
22917                 "name": "三菱東京UFJ銀行",
22918                 "amenity": "bank"
22919             },
22920             "name": "三菱東京UFJ銀行",
22921             "icon": "bank",
22922             "geometry": [
22923                 "point",
22924                 "area"
22925             ],
22926             "fields": [
22927                 "atm",
22928                 "operator",
22929                 "address",
22930                 "building_area",
22931                 "opening_hours",
22932                 "drive_through"
22933             ],
22934             "suggestion": true
22935         },
22936         "amenity/bank/Caixa": {
22937             "tags": {
22938                 "name": "Caixa",
22939                 "amenity": "bank"
22940             },
22941             "name": "Caixa",
22942             "icon": "bank",
22943             "geometry": [
22944                 "point",
22945                 "area"
22946             ],
22947             "fields": [
22948                 "atm",
22949                 "operator",
22950                 "address",
22951                 "building_area",
22952                 "opening_hours",
22953                 "drive_through"
22954             ],
22955             "suggestion": true
22956         },
22957         "amenity/bank/Banco de Costa Rica": {
22958             "tags": {
22959                 "name": "Banco de Costa Rica",
22960                 "amenity": "bank"
22961             },
22962             "name": "Banco de Costa Rica",
22963             "icon": "bank",
22964             "geometry": [
22965                 "point",
22966                 "area"
22967             ],
22968             "fields": [
22969                 "atm",
22970                 "operator",
22971                 "address",
22972                 "building_area",
22973                 "opening_hours",
22974                 "drive_through"
22975             ],
22976             "suggestion": true
22977         },
22978         "amenity/bank/SunTrust Bank": {
22979             "tags": {
22980                 "name": "SunTrust Bank",
22981                 "amenity": "bank"
22982             },
22983             "name": "SunTrust Bank",
22984             "icon": "bank",
22985             "geometry": [
22986                 "point",
22987                 "area"
22988             ],
22989             "fields": [
22990                 "atm",
22991                 "operator",
22992                 "address",
22993                 "building_area",
22994                 "opening_hours",
22995                 "drive_through"
22996             ],
22997             "suggestion": true
22998         },
22999         "amenity/bank/Itaú": {
23000             "tags": {
23001                 "name": "Itaú",
23002                 "amenity": "bank"
23003             },
23004             "name": "Itaú",
23005             "icon": "bank",
23006             "geometry": [
23007                 "point",
23008                 "area"
23009             ],
23010             "fields": [
23011                 "atm",
23012                 "operator",
23013                 "address",
23014                 "building_area",
23015                 "opening_hours",
23016                 "drive_through"
23017             ],
23018             "suggestion": true
23019         },
23020         "amenity/bank/PBZ": {
23021             "tags": {
23022                 "name": "PBZ",
23023                 "amenity": "bank"
23024             },
23025             "name": "PBZ",
23026             "icon": "bank",
23027             "geometry": [
23028                 "point",
23029                 "area"
23030             ],
23031             "fields": [
23032                 "atm",
23033                 "operator",
23034                 "address",
23035                 "building_area",
23036                 "opening_hours",
23037                 "drive_through"
23038             ],
23039             "suggestion": true
23040         },
23041         "amenity/bank/中国工商银行": {
23042             "tags": {
23043                 "name": "中国工商银行",
23044                 "amenity": "bank"
23045             },
23046             "name": "中国工商银行",
23047             "icon": "bank",
23048             "geometry": [
23049                 "point",
23050                 "area"
23051             ],
23052             "fields": [
23053                 "atm",
23054                 "operator",
23055                 "address",
23056                 "building_area",
23057                 "opening_hours",
23058                 "drive_through"
23059             ],
23060             "suggestion": true
23061         },
23062         "amenity/bank/Bancolombia": {
23063             "tags": {
23064                 "name": "Bancolombia",
23065                 "amenity": "bank"
23066             },
23067             "name": "Bancolombia",
23068             "icon": "bank",
23069             "geometry": [
23070                 "point",
23071                 "area"
23072             ],
23073             "fields": [
23074                 "atm",
23075                 "operator",
23076                 "address",
23077                 "building_area",
23078                 "opening_hours",
23079                 "drive_through"
23080             ],
23081             "suggestion": true
23082         },
23083         "amenity/bank/Райффайзен Банк Аваль": {
23084             "tags": {
23085                 "name": "Райффайзен Банк Аваль",
23086                 "amenity": "bank"
23087             },
23088             "name": "Райффайзен Банк Аваль",
23089             "icon": "bank",
23090             "geometry": [
23091                 "point",
23092                 "area"
23093             ],
23094             "fields": [
23095                 "atm",
23096                 "operator",
23097                 "address",
23098                 "building_area",
23099                 "opening_hours",
23100                 "drive_through"
23101             ],
23102             "suggestion": true
23103         },
23104         "amenity/bank/Bancomer": {
23105             "tags": {
23106                 "name": "Bancomer",
23107                 "amenity": "bank"
23108             },
23109             "name": "Bancomer",
23110             "icon": "bank",
23111             "geometry": [
23112                 "point",
23113                 "area"
23114             ],
23115             "fields": [
23116                 "atm",
23117                 "operator",
23118                 "address",
23119                 "building_area",
23120                 "opening_hours",
23121                 "drive_through"
23122             ],
23123             "suggestion": true
23124         },
23125         "amenity/bank/Banorte": {
23126             "tags": {
23127                 "name": "Banorte",
23128                 "amenity": "bank"
23129             },
23130             "name": "Banorte",
23131             "icon": "bank",
23132             "geometry": [
23133                 "point",
23134                 "area"
23135             ],
23136             "fields": [
23137                 "atm",
23138                 "operator",
23139                 "address",
23140                 "building_area",
23141                 "opening_hours",
23142                 "drive_through"
23143             ],
23144             "suggestion": true
23145         },
23146         "amenity/bank/Alior Bank": {
23147             "tags": {
23148                 "name": "Alior Bank",
23149                 "amenity": "bank"
23150             },
23151             "name": "Alior Bank",
23152             "icon": "bank",
23153             "geometry": [
23154                 "point",
23155                 "area"
23156             ],
23157             "fields": [
23158                 "atm",
23159                 "operator",
23160                 "address",
23161                 "building_area",
23162                 "opening_hours",
23163                 "drive_through"
23164             ],
23165             "suggestion": true
23166         },
23167         "amenity/bank/BOC": {
23168             "tags": {
23169                 "name": "BOC",
23170                 "amenity": "bank"
23171             },
23172             "name": "BOC",
23173             "icon": "bank",
23174             "geometry": [
23175                 "point",
23176                 "area"
23177             ],
23178             "fields": [
23179                 "atm",
23180                 "operator",
23181                 "address",
23182                 "building_area",
23183                 "opening_hours",
23184                 "drive_through"
23185             ],
23186             "suggestion": true
23187         },
23188         "amenity/bank/Банк Москвы": {
23189             "tags": {
23190                 "name": "Банк Москвы",
23191                 "amenity": "bank"
23192             },
23193             "name": "Банк Москвы",
23194             "icon": "bank",
23195             "geometry": [
23196                 "point",
23197                 "area"
23198             ],
23199             "fields": [
23200                 "atm",
23201                 "operator",
23202                 "address",
23203                 "building_area",
23204                 "opening_hours",
23205                 "drive_through"
23206             ],
23207             "suggestion": true
23208         },
23209         "amenity/bank/ВТБ": {
23210             "tags": {
23211                 "name": "ВТБ",
23212                 "amenity": "bank"
23213             },
23214             "name": "ВТБ",
23215             "icon": "bank",
23216             "geometry": [
23217                 "point",
23218                 "area"
23219             ],
23220             "fields": [
23221                 "atm",
23222                 "operator",
23223                 "address",
23224                 "building_area",
23225                 "opening_hours",
23226                 "drive_through"
23227             ],
23228             "suggestion": true
23229         },
23230         "amenity/bank/Getin Bank": {
23231             "tags": {
23232                 "name": "Getin Bank",
23233                 "amenity": "bank"
23234             },
23235             "name": "Getin Bank",
23236             "icon": "bank",
23237             "geometry": [
23238                 "point",
23239                 "area"
23240             ],
23241             "fields": [
23242                 "atm",
23243                 "operator",
23244                 "address",
23245                 "building_area",
23246                 "opening_hours",
23247                 "drive_through"
23248             ],
23249             "suggestion": true
23250         },
23251         "amenity/bank/Caja Duero": {
23252             "tags": {
23253                 "name": "Caja Duero",
23254                 "amenity": "bank"
23255             },
23256             "name": "Caja Duero",
23257             "icon": "bank",
23258             "geometry": [
23259                 "point",
23260                 "area"
23261             ],
23262             "fields": [
23263                 "atm",
23264                 "operator",
23265                 "address",
23266                 "building_area",
23267                 "opening_hours",
23268                 "drive_through"
23269             ],
23270             "suggestion": true
23271         },
23272         "amenity/bank/Regions Bank": {
23273             "tags": {
23274                 "name": "Regions Bank",
23275                 "amenity": "bank"
23276             },
23277             "name": "Regions Bank",
23278             "icon": "bank",
23279             "geometry": [
23280                 "point",
23281                 "area"
23282             ],
23283             "fields": [
23284                 "atm",
23285                 "operator",
23286                 "address",
23287                 "building_area",
23288                 "opening_hours",
23289                 "drive_through"
23290             ],
23291             "suggestion": true
23292         },
23293         "amenity/bank/Росбанк": {
23294             "tags": {
23295                 "name": "Росбанк",
23296                 "amenity": "bank"
23297             },
23298             "name": "Росбанк",
23299             "icon": "bank",
23300             "geometry": [
23301                 "point",
23302                 "area"
23303             ],
23304             "fields": [
23305                 "atm",
23306                 "operator",
23307                 "address",
23308                 "building_area",
23309                 "opening_hours",
23310                 "drive_through"
23311             ],
23312             "suggestion": true
23313         },
23314         "amenity/bank/Banco Estado": {
23315             "tags": {
23316                 "name": "Banco Estado",
23317                 "amenity": "bank"
23318             },
23319             "name": "Banco Estado",
23320             "icon": "bank",
23321             "geometry": [
23322                 "point",
23323                 "area"
23324             ],
23325             "fields": [
23326                 "atm",
23327                 "operator",
23328                 "address",
23329                 "building_area",
23330                 "opening_hours",
23331                 "drive_through"
23332             ],
23333             "suggestion": true
23334         },
23335         "amenity/bank/BCI": {
23336             "tags": {
23337                 "name": "BCI",
23338                 "amenity": "bank"
23339             },
23340             "name": "BCI",
23341             "icon": "bank",
23342             "geometry": [
23343                 "point",
23344                 "area"
23345             ],
23346             "fields": [
23347                 "atm",
23348                 "operator",
23349                 "address",
23350                 "building_area",
23351                 "opening_hours",
23352                 "drive_through"
23353             ],
23354             "suggestion": true
23355         },
23356         "amenity/bank/SunTrust": {
23357             "tags": {
23358                 "name": "SunTrust",
23359                 "amenity": "bank"
23360             },
23361             "name": "SunTrust",
23362             "icon": "bank",
23363             "geometry": [
23364                 "point",
23365                 "area"
23366             ],
23367             "fields": [
23368                 "atm",
23369                 "operator",
23370                 "address",
23371                 "building_area",
23372                 "opening_hours",
23373                 "drive_through"
23374             ],
23375             "suggestion": true
23376         },
23377         "amenity/bank/PNC Bank": {
23378             "tags": {
23379                 "name": "PNC Bank",
23380                 "amenity": "bank"
23381             },
23382             "name": "PNC Bank",
23383             "icon": "bank",
23384             "geometry": [
23385                 "point",
23386                 "area"
23387             ],
23388             "fields": [
23389                 "atm",
23390                 "operator",
23391                 "address",
23392                 "building_area",
23393                 "opening_hours",
23394                 "drive_through"
23395             ],
23396             "suggestion": true
23397         },
23398         "amenity/bank/신한은행": {
23399             "tags": {
23400                 "name": "신한은행",
23401                 "name:en": "Sinhan Bank",
23402                 "amenity": "bank"
23403             },
23404             "name": "신한은행",
23405             "icon": "bank",
23406             "geometry": [
23407                 "point",
23408                 "area"
23409             ],
23410             "fields": [
23411                 "atm",
23412                 "operator",
23413                 "address",
23414                 "building_area",
23415                 "opening_hours",
23416                 "drive_through"
23417             ],
23418             "suggestion": true
23419         },
23420         "amenity/bank/우리은행": {
23421             "tags": {
23422                 "name": "우리은행",
23423                 "name:en": "Uri Bank",
23424                 "amenity": "bank"
23425             },
23426             "name": "우리은행",
23427             "icon": "bank",
23428             "geometry": [
23429                 "point",
23430                 "area"
23431             ],
23432             "fields": [
23433                 "atm",
23434                 "operator",
23435                 "address",
23436                 "building_area",
23437                 "opening_hours",
23438                 "drive_through"
23439             ],
23440             "suggestion": true
23441         },
23442         "amenity/bank/국민은행": {
23443             "tags": {
23444                 "name": "국민은행",
23445                 "name:en": "Gungmin Bank",
23446                 "amenity": "bank"
23447             },
23448             "name": "국민은행",
23449             "icon": "bank",
23450             "geometry": [
23451                 "point",
23452                 "area"
23453             ],
23454             "fields": [
23455                 "atm",
23456                 "operator",
23457                 "address",
23458                 "building_area",
23459                 "opening_hours",
23460                 "drive_through"
23461             ],
23462             "suggestion": true
23463         },
23464         "amenity/bank/중소기업은행": {
23465             "tags": {
23466                 "name": "중소기업은행",
23467                 "name:en": "Industrial Bank of Korea",
23468                 "amenity": "bank"
23469             },
23470             "name": "중소기업은행",
23471             "icon": "bank",
23472             "geometry": [
23473                 "point",
23474                 "area"
23475             ],
23476             "fields": [
23477                 "atm",
23478                 "operator",
23479                 "address",
23480                 "building_area",
23481                 "opening_hours",
23482                 "drive_through"
23483             ],
23484             "suggestion": true
23485         },
23486         "amenity/bank/광주은행": {
23487             "tags": {
23488                 "name": "광주은행",
23489                 "name:en": "Gwangju Bank",
23490                 "amenity": "bank"
23491             },
23492             "name": "광주은행",
23493             "icon": "bank",
23494             "geometry": [
23495                 "point",
23496                 "area"
23497             ],
23498             "fields": [
23499                 "atm",
23500                 "operator",
23501                 "address",
23502                 "building_area",
23503                 "opening_hours",
23504                 "drive_through"
23505             ],
23506             "suggestion": true
23507         },
23508         "amenity/bank/Газпромбанк": {
23509             "tags": {
23510                 "name": "Газпромбанк",
23511                 "amenity": "bank"
23512             },
23513             "name": "Газпромбанк",
23514             "icon": "bank",
23515             "geometry": [
23516                 "point",
23517                 "area"
23518             ],
23519             "fields": [
23520                 "atm",
23521                 "operator",
23522                 "address",
23523                 "building_area",
23524                 "opening_hours",
23525                 "drive_through"
23526             ],
23527             "suggestion": true
23528         },
23529         "amenity/bank/M&T Bank": {
23530             "tags": {
23531                 "name": "M&T Bank",
23532                 "amenity": "bank"
23533             },
23534             "name": "M&T Bank",
23535             "icon": "bank",
23536             "geometry": [
23537                 "point",
23538                 "area"
23539             ],
23540             "fields": [
23541                 "atm",
23542                 "operator",
23543                 "address",
23544                 "building_area",
23545                 "opening_hours",
23546                 "drive_through"
23547             ],
23548             "suggestion": true
23549         },
23550         "amenity/bank/Caja de Burgos": {
23551             "tags": {
23552                 "name": "Caja de Burgos",
23553                 "amenity": "bank"
23554             },
23555             "name": "Caja de Burgos",
23556             "icon": "bank",
23557             "geometry": [
23558                 "point",
23559                 "area"
23560             ],
23561             "fields": [
23562                 "atm",
23563                 "operator",
23564                 "address",
23565                 "building_area",
23566                 "opening_hours",
23567                 "drive_through"
23568             ],
23569             "suggestion": true
23570         },
23571         "amenity/bank/Santander Totta": {
23572             "tags": {
23573                 "name": "Santander Totta",
23574                 "amenity": "bank"
23575             },
23576             "name": "Santander Totta",
23577             "icon": "bank",
23578             "geometry": [
23579                 "point",
23580                 "area"
23581             ],
23582             "fields": [
23583                 "atm",
23584                 "operator",
23585                 "address",
23586                 "building_area",
23587                 "opening_hours",
23588                 "drive_through"
23589             ],
23590             "suggestion": true
23591         },
23592         "amenity/bank/УкрСиббанк": {
23593             "tags": {
23594                 "name": "УкрСиббанк",
23595                 "amenity": "bank"
23596             },
23597             "name": "УкрСиббанк",
23598             "icon": "bank",
23599             "geometry": [
23600                 "point",
23601                 "area"
23602             ],
23603             "fields": [
23604                 "atm",
23605                 "operator",
23606                 "address",
23607                 "building_area",
23608                 "opening_hours",
23609                 "drive_through"
23610             ],
23611             "suggestion": true
23612         },
23613         "amenity/bank/Ощадбанк": {
23614             "tags": {
23615                 "name": "Ощадбанк",
23616                 "amenity": "bank"
23617             },
23618             "name": "Ощадбанк",
23619             "icon": "bank",
23620             "geometry": [
23621                 "point",
23622                 "area"
23623             ],
23624             "fields": [
23625                 "atm",
23626                 "operator",
23627                 "address",
23628                 "building_area",
23629                 "opening_hours",
23630                 "drive_through"
23631             ],
23632             "suggestion": true
23633         },
23634         "amenity/bank/Уралсиб": {
23635             "tags": {
23636                 "name": "Уралсиб",
23637                 "amenity": "bank"
23638             },
23639             "name": "Уралсиб",
23640             "icon": "bank",
23641             "geometry": [
23642                 "point",
23643                 "area"
23644             ],
23645             "fields": [
23646                 "atm",
23647                 "operator",
23648                 "address",
23649                 "building_area",
23650                 "opening_hours",
23651                 "drive_through"
23652             ],
23653             "suggestion": true
23654         },
23655         "amenity/bank/りそな銀行": {
23656             "tags": {
23657                 "name": "りそな銀行",
23658                 "name:en": "Mizuho Bank",
23659                 "amenity": "bank"
23660             },
23661             "name": "りそな銀行",
23662             "icon": "bank",
23663             "geometry": [
23664                 "point",
23665                 "area"
23666             ],
23667             "fields": [
23668                 "atm",
23669                 "operator",
23670                 "address",
23671                 "building_area",
23672                 "opening_hours",
23673                 "drive_through"
23674             ],
23675             "suggestion": true
23676         },
23677         "amenity/bank/Ecobank": {
23678             "tags": {
23679                 "name": "Ecobank",
23680                 "amenity": "bank"
23681             },
23682             "name": "Ecobank",
23683             "icon": "bank",
23684             "geometry": [
23685                 "point",
23686                 "area"
23687             ],
23688             "fields": [
23689                 "atm",
23690                 "operator",
23691                 "address",
23692                 "building_area",
23693                 "opening_hours",
23694                 "drive_through"
23695             ],
23696             "suggestion": true
23697         },
23698         "amenity/bank/Cajero Automatico Bancared": {
23699             "tags": {
23700                 "name": "Cajero Automatico Bancared",
23701                 "amenity": "bank"
23702             },
23703             "name": "Cajero Automatico Bancared",
23704             "icon": "bank",
23705             "geometry": [
23706                 "point",
23707                 "area"
23708             ],
23709             "fields": [
23710                 "atm",
23711                 "operator",
23712                 "address",
23713                 "building_area",
23714                 "opening_hours",
23715                 "drive_through"
23716             ],
23717             "suggestion": true
23718         },
23719         "amenity/bank/Промсвязьбанк": {
23720             "tags": {
23721                 "name": "Промсвязьбанк",
23722                 "amenity": "bank"
23723             },
23724             "name": "Промсвязьбанк",
23725             "icon": "bank",
23726             "geometry": [
23727                 "point",
23728                 "area"
23729             ],
23730             "fields": [
23731                 "atm",
23732                 "operator",
23733                 "address",
23734                 "building_area",
23735                 "opening_hours",
23736                 "drive_through"
23737             ],
23738             "suggestion": true
23739         },
23740         "amenity/bank/三井住友銀行": {
23741             "tags": {
23742                 "name": "三井住友銀行",
23743                 "amenity": "bank"
23744             },
23745             "name": "三井住友銀行",
23746             "icon": "bank",
23747             "geometry": [
23748                 "point",
23749                 "area"
23750             ],
23751             "fields": [
23752                 "atm",
23753                 "operator",
23754                 "address",
23755                 "building_area",
23756                 "opening_hours",
23757                 "drive_through"
23758             ],
23759             "suggestion": true
23760         },
23761         "amenity/bank/Banco Provincia": {
23762             "tags": {
23763                 "name": "Banco Provincia",
23764                 "amenity": "bank"
23765             },
23766             "name": "Banco Provincia",
23767             "icon": "bank",
23768             "geometry": [
23769                 "point",
23770                 "area"
23771             ],
23772             "fields": [
23773                 "atm",
23774                 "operator",
23775                 "address",
23776                 "building_area",
23777                 "opening_hours",
23778                 "drive_through"
23779             ],
23780             "suggestion": true
23781         },
23782         "amenity/bank/BB&T": {
23783             "tags": {
23784                 "name": "BB&T",
23785                 "amenity": "bank"
23786             },
23787             "name": "BB&T",
23788             "icon": "bank",
23789             "geometry": [
23790                 "point",
23791                 "area"
23792             ],
23793             "fields": [
23794                 "atm",
23795                 "operator",
23796                 "address",
23797                 "building_area",
23798                 "opening_hours",
23799                 "drive_through"
23800             ],
23801             "suggestion": true
23802         },
23803         "amenity/bank/Возрождение": {
23804             "tags": {
23805                 "name": "Возрождение",
23806                 "amenity": "bank"
23807             },
23808             "name": "Возрождение",
23809             "icon": "bank",
23810             "geometry": [
23811                 "point",
23812                 "area"
23813             ],
23814             "fields": [
23815                 "atm",
23816                 "operator",
23817                 "address",
23818                 "building_area",
23819                 "opening_hours",
23820                 "drive_through"
23821             ],
23822             "suggestion": true
23823         },
23824         "amenity/bank/Capital One": {
23825             "tags": {
23826                 "name": "Capital One",
23827                 "amenity": "bank"
23828             },
23829             "name": "Capital One",
23830             "icon": "bank",
23831             "geometry": [
23832                 "point",
23833                 "area"
23834             ],
23835             "fields": [
23836                 "atm",
23837                 "operator",
23838                 "address",
23839                 "building_area",
23840                 "opening_hours",
23841                 "drive_through"
23842             ],
23843             "suggestion": true
23844         },
23845         "amenity/bank/横浜銀行": {
23846             "tags": {
23847                 "name": "横浜銀行",
23848                 "amenity": "bank"
23849             },
23850             "name": "横浜銀行",
23851             "icon": "bank",
23852             "geometry": [
23853                 "point",
23854                 "area"
23855             ],
23856             "fields": [
23857                 "atm",
23858                 "operator",
23859                 "address",
23860                 "building_area",
23861                 "opening_hours",
23862                 "drive_through"
23863             ],
23864             "suggestion": true
23865         },
23866         "amenity/bank/Bank Mandiri": {
23867             "tags": {
23868                 "name": "Bank Mandiri",
23869                 "amenity": "bank"
23870             },
23871             "name": "Bank Mandiri",
23872             "icon": "bank",
23873             "geometry": [
23874                 "point",
23875                 "area"
23876             ],
23877             "fields": [
23878                 "atm",
23879                 "operator",
23880                 "address",
23881                 "building_area",
23882                 "opening_hours",
23883                 "drive_through"
23884             ],
23885             "suggestion": true
23886         },
23887         "amenity/bank/Banco de la Nación": {
23888             "tags": {
23889                 "name": "Banco de la Nación",
23890                 "amenity": "bank"
23891             },
23892             "name": "Banco de la Nación",
23893             "icon": "bank",
23894             "geometry": [
23895                 "point",
23896                 "area"
23897             ],
23898             "fields": [
23899                 "atm",
23900                 "operator",
23901                 "address",
23902                 "building_area",
23903                 "opening_hours",
23904                 "drive_through"
23905             ],
23906             "suggestion": true
23907         },
23908         "amenity/bank/Banco G&T Continental": {
23909             "tags": {
23910                 "name": "Banco G&T Continental",
23911                 "amenity": "bank"
23912             },
23913             "name": "Banco G&T Continental",
23914             "icon": "bank",
23915             "geometry": [
23916                 "point",
23917                 "area"
23918             ],
23919             "fields": [
23920                 "atm",
23921                 "operator",
23922                 "address",
23923                 "building_area",
23924                 "opening_hours",
23925                 "drive_through"
23926             ],
23927             "suggestion": true
23928         },
23929         "amenity/bank/Peoples Bank": {
23930             "tags": {
23931                 "name": "Peoples Bank",
23932                 "amenity": "bank"
23933             },
23934             "name": "Peoples Bank",
23935             "icon": "bank",
23936             "geometry": [
23937                 "point",
23938                 "area"
23939             ],
23940             "fields": [
23941                 "atm",
23942                 "operator",
23943                 "address",
23944                 "building_area",
23945                 "opening_hours",
23946                 "drive_through"
23947             ],
23948             "suggestion": true
23949         },
23950         "amenity/bank/工商银行": {
23951             "tags": {
23952                 "name": "工商银行",
23953                 "amenity": "bank"
23954             },
23955             "name": "工商银行",
23956             "icon": "bank",
23957             "geometry": [
23958                 "point",
23959                 "area"
23960             ],
23961             "fields": [
23962                 "atm",
23963                 "operator",
23964                 "address",
23965                 "building_area",
23966                 "opening_hours",
23967                 "drive_through"
23968             ],
23969             "suggestion": true
23970         },
23971         "amenity/bank/Совкомбанк": {
23972             "tags": {
23973                 "name": "Совкомбанк",
23974                 "amenity": "bank"
23975             },
23976             "name": "Совкомбанк",
23977             "icon": "bank",
23978             "geometry": [
23979                 "point",
23980                 "area"
23981             ],
23982             "fields": [
23983                 "atm",
23984                 "operator",
23985                 "address",
23986                 "building_area",
23987                 "opening_hours",
23988                 "drive_through"
23989             ],
23990             "suggestion": true
23991         },
23992         "amenity/bank/Provincial": {
23993             "tags": {
23994                 "name": "Provincial",
23995                 "amenity": "bank"
23996             },
23997             "name": "Provincial",
23998             "icon": "bank",
23999             "geometry": [
24000                 "point",
24001                 "area"
24002             ],
24003             "fields": [
24004                 "atm",
24005                 "operator",
24006                 "address",
24007                 "building_area",
24008                 "opening_hours",
24009                 "drive_through"
24010             ],
24011             "suggestion": true
24012         },
24013         "amenity/bank/Banco de Desarrollo Banrural": {
24014             "tags": {
24015                 "name": "Banco de Desarrollo Banrural",
24016                 "amenity": "bank"
24017             },
24018             "name": "Banco de Desarrollo Banrural",
24019             "icon": "bank",
24020             "geometry": [
24021                 "point",
24022                 "area"
24023             ],
24024             "fields": [
24025                 "atm",
24026                 "operator",
24027                 "address",
24028                 "building_area",
24029                 "opening_hours",
24030                 "drive_through"
24031             ],
24032             "suggestion": true
24033         },
24034         "amenity/bank/Banco Bradesco": {
24035             "tags": {
24036                 "name": "Banco Bradesco",
24037                 "amenity": "bank"
24038             },
24039             "name": "Banco Bradesco",
24040             "icon": "bank",
24041             "geometry": [
24042                 "point",
24043                 "area"
24044             ],
24045             "fields": [
24046                 "atm",
24047                 "operator",
24048                 "address",
24049                 "building_area",
24050                 "opening_hours",
24051                 "drive_through"
24052             ],
24053             "suggestion": true
24054         },
24055         "amenity/bank/Bicentenario": {
24056             "tags": {
24057                 "name": "Bicentenario",
24058                 "amenity": "bank"
24059             },
24060             "name": "Bicentenario",
24061             "icon": "bank",
24062             "geometry": [
24063                 "point",
24064                 "area"
24065             ],
24066             "fields": [
24067                 "atm",
24068                 "operator",
24069                 "address",
24070                 "building_area",
24071                 "opening_hours",
24072                 "drive_through"
24073             ],
24074             "suggestion": true
24075         },
24076         "amenity/bank/ლიბერთი ბანკი": {
24077             "tags": {
24078                 "name": "ლიბერთი ბანკი",
24079                 "name:en": "Liberty Bank",
24080                 "amenity": "bank"
24081             },
24082             "name": "ლიბერთი ბანკი",
24083             "icon": "bank",
24084             "geometry": [
24085                 "point",
24086                 "area"
24087             ],
24088             "fields": [
24089                 "atm",
24090                 "operator",
24091                 "address",
24092                 "building_area",
24093                 "opening_hours",
24094                 "drive_through"
24095             ],
24096             "suggestion": true
24097         },
24098         "amenity/bank/Banesco": {
24099             "tags": {
24100                 "name": "Banesco",
24101                 "amenity": "bank"
24102             },
24103             "name": "Banesco",
24104             "icon": "bank",
24105             "geometry": [
24106                 "point",
24107                 "area"
24108             ],
24109             "fields": [
24110                 "atm",
24111                 "operator",
24112                 "address",
24113                 "building_area",
24114                 "opening_hours",
24115                 "drive_through"
24116             ],
24117             "suggestion": true
24118         },
24119         "amenity/bank/Mercantil": {
24120             "tags": {
24121                 "name": "Mercantil",
24122                 "amenity": "bank"
24123             },
24124             "name": "Mercantil",
24125             "icon": "bank",
24126             "geometry": [
24127                 "point",
24128                 "area"
24129             ],
24130             "fields": [
24131                 "atm",
24132                 "operator",
24133                 "address",
24134                 "building_area",
24135                 "opening_hours",
24136                 "drive_through"
24137             ],
24138             "suggestion": true
24139         },
24140         "amenity/bank/Bank BRI": {
24141             "tags": {
24142                 "name": "Bank BRI",
24143                 "amenity": "bank"
24144             },
24145             "name": "Bank BRI",
24146             "icon": "bank",
24147             "geometry": [
24148                 "point",
24149                 "area"
24150             ],
24151             "fields": [
24152                 "atm",
24153                 "operator",
24154                 "address",
24155                 "building_area",
24156                 "opening_hours",
24157                 "drive_through"
24158             ],
24159             "suggestion": true
24160         },
24161         "amenity/bank/Del Tesoro": {
24162             "tags": {
24163                 "name": "Del Tesoro",
24164                 "amenity": "bank"
24165             },
24166             "name": "Del Tesoro",
24167             "icon": "bank",
24168             "geometry": [
24169                 "point",
24170                 "area"
24171             ],
24172             "fields": [
24173                 "atm",
24174                 "operator",
24175                 "address",
24176                 "building_area",
24177                 "opening_hours",
24178                 "drive_through"
24179             ],
24180             "suggestion": true
24181         },
24182         "amenity/bank/하나은행": {
24183             "tags": {
24184                 "name": "하나은행",
24185                 "amenity": "bank"
24186             },
24187             "name": "하나은행",
24188             "icon": "bank",
24189             "geometry": [
24190                 "point",
24191                 "area"
24192             ],
24193             "fields": [
24194                 "atm",
24195                 "operator",
24196                 "address",
24197                 "building_area",
24198                 "opening_hours",
24199                 "drive_through"
24200             ],
24201             "suggestion": true
24202         },
24203         "amenity/bank/CityCommerce Bank": {
24204             "tags": {
24205                 "name": "CityCommerce Bank",
24206                 "amenity": "bank"
24207             },
24208             "name": "CityCommerce Bank",
24209             "icon": "bank",
24210             "geometry": [
24211                 "point",
24212                 "area"
24213             ],
24214             "fields": [
24215                 "atm",
24216                 "operator",
24217                 "address",
24218                 "building_area",
24219                 "opening_hours",
24220                 "drive_through"
24221             ],
24222             "suggestion": true
24223         },
24224         "amenity/bank/De Venezuela": {
24225             "tags": {
24226                 "name": "De Venezuela",
24227                 "amenity": "bank"
24228             },
24229             "name": "De Venezuela",
24230             "icon": "bank",
24231             "geometry": [
24232                 "point",
24233                 "area"
24234             ],
24235             "fields": [
24236                 "atm",
24237                 "operator",
24238                 "address",
24239                 "building_area",
24240                 "opening_hours",
24241                 "drive_through"
24242             ],
24243             "suggestion": true
24244         },
24245         "amenity/car_rental/Europcar": {
24246             "tags": {
24247                 "name": "Europcar",
24248                 "amenity": "car_rental"
24249             },
24250             "name": "Europcar",
24251             "icon": "car",
24252             "geometry": [
24253                 "point",
24254                 "area"
24255             ],
24256             "fields": [
24257                 "operator"
24258             ],
24259             "suggestion": true
24260         },
24261         "amenity/car_rental/Budget": {
24262             "tags": {
24263                 "name": "Budget",
24264                 "amenity": "car_rental"
24265             },
24266             "name": "Budget",
24267             "icon": "car",
24268             "geometry": [
24269                 "point",
24270                 "area"
24271             ],
24272             "fields": [
24273                 "operator"
24274             ],
24275             "suggestion": true
24276         },
24277         "amenity/car_rental/Sixt": {
24278             "tags": {
24279                 "name": "Sixt",
24280                 "amenity": "car_rental"
24281             },
24282             "name": "Sixt",
24283             "icon": "car",
24284             "geometry": [
24285                 "point",
24286                 "area"
24287             ],
24288             "fields": [
24289                 "operator"
24290             ],
24291             "suggestion": true
24292         },
24293         "amenity/car_rental/Avis": {
24294             "tags": {
24295                 "name": "Avis",
24296                 "amenity": "car_rental"
24297             },
24298             "name": "Avis",
24299             "icon": "car",
24300             "geometry": [
24301                 "point",
24302                 "area"
24303             ],
24304             "fields": [
24305                 "operator"
24306             ],
24307             "suggestion": true
24308         },
24309         "amenity/car_rental/Hertz": {
24310             "tags": {
24311                 "name": "Hertz",
24312                 "amenity": "car_rental"
24313             },
24314             "name": "Hertz",
24315             "icon": "car",
24316             "geometry": [
24317                 "point",
24318                 "area"
24319             ],
24320             "fields": [
24321                 "operator"
24322             ],
24323             "suggestion": true
24324         },
24325         "amenity/car_rental/Enterprise": {
24326             "tags": {
24327                 "name": "Enterprise",
24328                 "amenity": "car_rental"
24329             },
24330             "name": "Enterprise",
24331             "icon": "car",
24332             "geometry": [
24333                 "point",
24334                 "area"
24335             ],
24336             "fields": [
24337                 "operator"
24338             ],
24339             "suggestion": true
24340         },
24341         "amenity/car_rental/stadtmobil CarSharing-Station": {
24342             "tags": {
24343                 "name": "stadtmobil CarSharing-Station",
24344                 "amenity": "car_rental"
24345             },
24346             "name": "stadtmobil CarSharing-Station",
24347             "icon": "car",
24348             "geometry": [
24349                 "point",
24350                 "area"
24351             ],
24352             "fields": [
24353                 "operator"
24354             ],
24355             "suggestion": true
24356         },
24357         "amenity/pharmacy/Rowlands Pharmacy": {
24358             "tags": {
24359                 "name": "Rowlands Pharmacy",
24360                 "amenity": "pharmacy"
24361             },
24362             "name": "Rowlands Pharmacy",
24363             "icon": "pharmacy",
24364             "geometry": [
24365                 "point",
24366                 "area"
24367             ],
24368             "fields": [
24369                 "operator",
24370                 "address",
24371                 "building_area",
24372                 "opening_hours",
24373                 "drive_through"
24374             ],
24375             "suggestion": true
24376         },
24377         "amenity/pharmacy/Boots": {
24378             "tags": {
24379                 "name": "Boots",
24380                 "amenity": "pharmacy"
24381             },
24382             "name": "Boots",
24383             "icon": "pharmacy",
24384             "geometry": [
24385                 "point",
24386                 "area"
24387             ],
24388             "fields": [
24389                 "operator",
24390                 "address",
24391                 "building_area",
24392                 "opening_hours",
24393                 "drive_through"
24394             ],
24395             "suggestion": true
24396         },
24397         "amenity/pharmacy/Marien-Apotheke": {
24398             "tags": {
24399                 "name": "Marien-Apotheke",
24400                 "amenity": "pharmacy"
24401             },
24402             "name": "Marien-Apotheke",
24403             "icon": "pharmacy",
24404             "geometry": [
24405                 "point",
24406                 "area"
24407             ],
24408             "fields": [
24409                 "operator",
24410                 "address",
24411                 "building_area",
24412                 "opening_hours",
24413                 "drive_through"
24414             ],
24415             "suggestion": true
24416         },
24417         "amenity/pharmacy/Mercury Drug": {
24418             "tags": {
24419                 "name": "Mercury Drug",
24420                 "amenity": "pharmacy"
24421             },
24422             "name": "Mercury Drug",
24423             "icon": "pharmacy",
24424             "geometry": [
24425                 "point",
24426                 "area"
24427             ],
24428             "fields": [
24429                 "operator",
24430                 "address",
24431                 "building_area",
24432                 "opening_hours",
24433                 "drive_through"
24434             ],
24435             "suggestion": true
24436         },
24437         "amenity/pharmacy/Löwen-Apotheke": {
24438             "tags": {
24439                 "name": "Löwen-Apotheke",
24440                 "amenity": "pharmacy"
24441             },
24442             "name": "Löwen-Apotheke",
24443             "icon": "pharmacy",
24444             "geometry": [
24445                 "point",
24446                 "area"
24447             ],
24448             "fields": [
24449                 "operator",
24450                 "address",
24451                 "building_area",
24452                 "opening_hours",
24453                 "drive_through"
24454             ],
24455             "suggestion": true
24456         },
24457         "amenity/pharmacy/Superdrug": {
24458             "tags": {
24459                 "name": "Superdrug",
24460                 "amenity": "pharmacy"
24461             },
24462             "name": "Superdrug",
24463             "icon": "pharmacy",
24464             "geometry": [
24465                 "point",
24466                 "area"
24467             ],
24468             "fields": [
24469                 "operator",
24470                 "address",
24471                 "building_area",
24472                 "opening_hours",
24473                 "drive_through"
24474             ],
24475             "suggestion": true
24476         },
24477         "amenity/pharmacy/Sonnen-Apotheke": {
24478             "tags": {
24479                 "name": "Sonnen-Apotheke",
24480                 "amenity": "pharmacy"
24481             },
24482             "name": "Sonnen-Apotheke",
24483             "icon": "pharmacy",
24484             "geometry": [
24485                 "point",
24486                 "area"
24487             ],
24488             "fields": [
24489                 "operator",
24490                 "address",
24491                 "building_area",
24492                 "opening_hours",
24493                 "drive_through"
24494             ],
24495             "suggestion": true
24496         },
24497         "amenity/pharmacy/Rathaus-Apotheke": {
24498             "tags": {
24499                 "name": "Rathaus-Apotheke",
24500                 "amenity": "pharmacy"
24501             },
24502             "name": "Rathaus-Apotheke",
24503             "icon": "pharmacy",
24504             "geometry": [
24505                 "point",
24506                 "area"
24507             ],
24508             "fields": [
24509                 "operator",
24510                 "address",
24511                 "building_area",
24512                 "opening_hours",
24513                 "drive_through"
24514             ],
24515             "suggestion": true
24516         },
24517         "amenity/pharmacy/Engel-Apotheke": {
24518             "tags": {
24519                 "name": "Engel-Apotheke",
24520                 "amenity": "pharmacy"
24521             },
24522             "name": "Engel-Apotheke",
24523             "icon": "pharmacy",
24524             "geometry": [
24525                 "point",
24526                 "area"
24527             ],
24528             "fields": [
24529                 "operator",
24530                 "address",
24531                 "building_area",
24532                 "opening_hours",
24533                 "drive_through"
24534             ],
24535             "suggestion": true
24536         },
24537         "amenity/pharmacy/Hirsch-Apotheke": {
24538             "tags": {
24539                 "name": "Hirsch-Apotheke",
24540                 "amenity": "pharmacy"
24541             },
24542             "name": "Hirsch-Apotheke",
24543             "icon": "pharmacy",
24544             "geometry": [
24545                 "point",
24546                 "area"
24547             ],
24548             "fields": [
24549                 "operator",
24550                 "address",
24551                 "building_area",
24552                 "opening_hours",
24553                 "drive_through"
24554             ],
24555             "suggestion": true
24556         },
24557         "amenity/pharmacy/Stern-Apotheke": {
24558             "tags": {
24559                 "name": "Stern-Apotheke",
24560                 "amenity": "pharmacy"
24561             },
24562             "name": "Stern-Apotheke",
24563             "icon": "pharmacy",
24564             "geometry": [
24565                 "point",
24566                 "area"
24567             ],
24568             "fields": [
24569                 "operator",
24570                 "address",
24571                 "building_area",
24572                 "opening_hours",
24573                 "drive_through"
24574             ],
24575             "suggestion": true
24576         },
24577         "amenity/pharmacy/Lloyds Pharmacy": {
24578             "tags": {
24579                 "name": "Lloyds Pharmacy",
24580                 "amenity": "pharmacy"
24581             },
24582             "name": "Lloyds Pharmacy",
24583             "icon": "pharmacy",
24584             "geometry": [
24585                 "point",
24586                 "area"
24587             ],
24588             "fields": [
24589                 "operator",
24590                 "address",
24591                 "building_area",
24592                 "opening_hours",
24593                 "drive_through"
24594             ],
24595             "suggestion": true
24596         },
24597         "amenity/pharmacy/Rosen-Apotheke": {
24598             "tags": {
24599                 "name": "Rosen-Apotheke",
24600                 "amenity": "pharmacy"
24601             },
24602             "name": "Rosen-Apotheke",
24603             "icon": "pharmacy",
24604             "geometry": [
24605                 "point",
24606                 "area"
24607             ],
24608             "fields": [
24609                 "operator",
24610                 "address",
24611                 "building_area",
24612                 "opening_hours",
24613                 "drive_through"
24614             ],
24615             "suggestion": true
24616         },
24617         "amenity/pharmacy/Stadt-Apotheke": {
24618             "tags": {
24619                 "name": "Stadt-Apotheke",
24620                 "amenity": "pharmacy"
24621             },
24622             "name": "Stadt-Apotheke",
24623             "icon": "pharmacy",
24624             "geometry": [
24625                 "point",
24626                 "area"
24627             ],
24628             "fields": [
24629                 "operator",
24630                 "address",
24631                 "building_area",
24632                 "opening_hours",
24633                 "drive_through"
24634             ],
24635             "suggestion": true
24636         },
24637         "amenity/pharmacy/Markt-Apotheke": {
24638             "tags": {
24639                 "name": "Markt-Apotheke",
24640                 "amenity": "pharmacy"
24641             },
24642             "name": "Markt-Apotheke",
24643             "icon": "pharmacy",
24644             "geometry": [
24645                 "point",
24646                 "area"
24647             ],
24648             "fields": [
24649                 "operator",
24650                 "address",
24651                 "building_area",
24652                 "opening_hours",
24653                 "drive_through"
24654             ],
24655             "suggestion": true
24656         },
24657         "amenity/pharmacy/Аптека": {
24658             "tags": {
24659                 "name": "Аптека",
24660                 "amenity": "pharmacy"
24661             },
24662             "name": "Аптека",
24663             "icon": "pharmacy",
24664             "geometry": [
24665                 "point",
24666                 "area"
24667             ],
24668             "fields": [
24669                 "operator",
24670                 "address",
24671                 "building_area",
24672                 "opening_hours",
24673                 "drive_through"
24674             ],
24675             "suggestion": true
24676         },
24677         "amenity/pharmacy/Pharmasave": {
24678             "tags": {
24679                 "name": "Pharmasave",
24680                 "amenity": "pharmacy"
24681             },
24682             "name": "Pharmasave",
24683             "icon": "pharmacy",
24684             "geometry": [
24685                 "point",
24686                 "area"
24687             ],
24688             "fields": [
24689                 "operator",
24690                 "address",
24691                 "building_area",
24692                 "opening_hours",
24693                 "drive_through"
24694             ],
24695             "suggestion": true
24696         },
24697         "amenity/pharmacy/Brunnen-Apotheke": {
24698             "tags": {
24699                 "name": "Brunnen-Apotheke",
24700                 "amenity": "pharmacy"
24701             },
24702             "name": "Brunnen-Apotheke",
24703             "icon": "pharmacy",
24704             "geometry": [
24705                 "point",
24706                 "area"
24707             ],
24708             "fields": [
24709                 "operator",
24710                 "address",
24711                 "building_area",
24712                 "opening_hours",
24713                 "drive_through"
24714             ],
24715             "suggestion": true
24716         },
24717         "amenity/pharmacy/Shoppers Drug Mart": {
24718             "tags": {
24719                 "name": "Shoppers Drug Mart",
24720                 "amenity": "pharmacy"
24721             },
24722             "name": "Shoppers Drug Mart",
24723             "icon": "pharmacy",
24724             "geometry": [
24725                 "point",
24726                 "area"
24727             ],
24728             "fields": [
24729                 "operator",
24730                 "address",
24731                 "building_area",
24732                 "opening_hours",
24733                 "drive_through"
24734             ],
24735             "suggestion": true
24736         },
24737         "amenity/pharmacy/Apotheke am Markt": {
24738             "tags": {
24739                 "name": "Apotheke am Markt",
24740                 "amenity": "pharmacy"
24741             },
24742             "name": "Apotheke am Markt",
24743             "icon": "pharmacy",
24744             "geometry": [
24745                 "point",
24746                 "area"
24747             ],
24748             "fields": [
24749                 "operator",
24750                 "address",
24751                 "building_area",
24752                 "opening_hours",
24753                 "drive_through"
24754             ],
24755             "suggestion": true
24756         },
24757         "amenity/pharmacy/Alte Apotheke": {
24758             "tags": {
24759                 "name": "Alte Apotheke",
24760                 "amenity": "pharmacy"
24761             },
24762             "name": "Alte Apotheke",
24763             "icon": "pharmacy",
24764             "geometry": [
24765                 "point",
24766                 "area"
24767             ],
24768             "fields": [
24769                 "operator",
24770                 "address",
24771                 "building_area",
24772                 "opening_hours",
24773                 "drive_through"
24774             ],
24775             "suggestion": true
24776         },
24777         "amenity/pharmacy/Neue Apotheke": {
24778             "tags": {
24779                 "name": "Neue Apotheke",
24780                 "amenity": "pharmacy"
24781             },
24782             "name": "Neue Apotheke",
24783             "icon": "pharmacy",
24784             "geometry": [
24785                 "point",
24786                 "area"
24787             ],
24788             "fields": [
24789                 "operator",
24790                 "address",
24791                 "building_area",
24792                 "opening_hours",
24793                 "drive_through"
24794             ],
24795             "suggestion": true
24796         },
24797         "amenity/pharmacy/Gintarinė vaistinė": {
24798             "tags": {
24799                 "name": "Gintarinė vaistinė",
24800                 "amenity": "pharmacy"
24801             },
24802             "name": "Gintarinė vaistinė",
24803             "icon": "pharmacy",
24804             "geometry": [
24805                 "point",
24806                 "area"
24807             ],
24808             "fields": [
24809                 "operator",
24810                 "address",
24811                 "building_area",
24812                 "opening_hours",
24813                 "drive_through"
24814             ],
24815             "suggestion": true
24816         },
24817         "amenity/pharmacy/Rats-Apotheke": {
24818             "tags": {
24819                 "name": "Rats-Apotheke",
24820                 "amenity": "pharmacy"
24821             },
24822             "name": "Rats-Apotheke",
24823             "icon": "pharmacy",
24824             "geometry": [
24825                 "point",
24826                 "area"
24827             ],
24828             "fields": [
24829                 "operator",
24830                 "address",
24831                 "building_area",
24832                 "opening_hours",
24833                 "drive_through"
24834             ],
24835             "suggestion": true
24836         },
24837         "amenity/pharmacy/Adler Apotheke": {
24838             "tags": {
24839                 "name": "Adler Apotheke",
24840                 "amenity": "pharmacy"
24841             },
24842             "name": "Adler Apotheke",
24843             "icon": "pharmacy",
24844             "geometry": [
24845                 "point",
24846                 "area"
24847             ],
24848             "fields": [
24849                 "operator",
24850                 "address",
24851                 "building_area",
24852                 "opening_hours",
24853                 "drive_through"
24854             ],
24855             "suggestion": true
24856         },
24857         "amenity/pharmacy/Pharmacie Centrale": {
24858             "tags": {
24859                 "name": "Pharmacie Centrale",
24860                 "amenity": "pharmacy"
24861             },
24862             "name": "Pharmacie Centrale",
24863             "icon": "pharmacy",
24864             "geometry": [
24865                 "point",
24866                 "area"
24867             ],
24868             "fields": [
24869                 "operator",
24870                 "address",
24871                 "building_area",
24872                 "opening_hours",
24873                 "drive_through"
24874             ],
24875             "suggestion": true
24876         },
24877         "amenity/pharmacy/Walgreens": {
24878             "tags": {
24879                 "name": "Walgreens",
24880                 "amenity": "pharmacy"
24881             },
24882             "name": "Walgreens",
24883             "icon": "pharmacy",
24884             "geometry": [
24885                 "point",
24886                 "area"
24887             ],
24888             "fields": [
24889                 "operator",
24890                 "address",
24891                 "building_area",
24892                 "opening_hours",
24893                 "drive_through"
24894             ],
24895             "suggestion": true
24896         },
24897         "amenity/pharmacy/Rite Aid": {
24898             "tags": {
24899                 "name": "Rite Aid",
24900                 "amenity": "pharmacy"
24901             },
24902             "name": "Rite Aid",
24903             "icon": "pharmacy",
24904             "geometry": [
24905                 "point",
24906                 "area"
24907             ],
24908             "fields": [
24909                 "operator",
24910                 "address",
24911                 "building_area",
24912                 "opening_hours",
24913                 "drive_through"
24914             ],
24915             "suggestion": true
24916         },
24917         "amenity/pharmacy/Apotheke": {
24918             "tags": {
24919                 "name": "Apotheke",
24920                 "amenity": "pharmacy"
24921             },
24922             "name": "Apotheke",
24923             "icon": "pharmacy",
24924             "geometry": [
24925                 "point",
24926                 "area"
24927             ],
24928             "fields": [
24929                 "operator",
24930                 "address",
24931                 "building_area",
24932                 "opening_hours",
24933                 "drive_through"
24934             ],
24935             "suggestion": true
24936         },
24937         "amenity/pharmacy/Linden-Apotheke": {
24938             "tags": {
24939                 "name": "Linden-Apotheke",
24940                 "amenity": "pharmacy"
24941             },
24942             "name": "Linden-Apotheke",
24943             "icon": "pharmacy",
24944             "geometry": [
24945                 "point",
24946                 "area"
24947             ],
24948             "fields": [
24949                 "operator",
24950                 "address",
24951                 "building_area",
24952                 "opening_hours",
24953                 "drive_through"
24954             ],
24955             "suggestion": true
24956         },
24957         "amenity/pharmacy/Bahnhof-Apotheke": {
24958             "tags": {
24959                 "name": "Bahnhof-Apotheke",
24960                 "amenity": "pharmacy"
24961             },
24962             "name": "Bahnhof-Apotheke",
24963             "icon": "pharmacy",
24964             "geometry": [
24965                 "point",
24966                 "area"
24967             ],
24968             "fields": [
24969                 "operator",
24970                 "address",
24971                 "building_area",
24972                 "opening_hours",
24973                 "drive_through"
24974             ],
24975             "suggestion": true
24976         },
24977         "amenity/pharmacy/Burg-Apotheke": {
24978             "tags": {
24979                 "name": "Burg-Apotheke",
24980                 "amenity": "pharmacy"
24981             },
24982             "name": "Burg-Apotheke",
24983             "icon": "pharmacy",
24984             "geometry": [
24985                 "point",
24986                 "area"
24987             ],
24988             "fields": [
24989                 "operator",
24990                 "address",
24991                 "building_area",
24992                 "opening_hours",
24993                 "drive_through"
24994             ],
24995             "suggestion": true
24996         },
24997         "amenity/pharmacy/Jean Coutu": {
24998             "tags": {
24999                 "name": "Jean Coutu",
25000                 "amenity": "pharmacy"
25001             },
25002             "name": "Jean Coutu",
25003             "icon": "pharmacy",
25004             "geometry": [
25005                 "point",
25006                 "area"
25007             ],
25008             "fields": [
25009                 "operator",
25010                 "address",
25011                 "building_area",
25012                 "opening_hours",
25013                 "drive_through"
25014             ],
25015             "suggestion": true
25016         },
25017         "amenity/pharmacy/Pharmaprix": {
25018             "tags": {
25019                 "name": "Pharmaprix",
25020                 "amenity": "pharmacy"
25021             },
25022             "name": "Pharmaprix",
25023             "icon": "pharmacy",
25024             "geometry": [
25025                 "point",
25026                 "area"
25027             ],
25028             "fields": [
25029                 "operator",
25030                 "address",
25031                 "building_area",
25032                 "opening_hours",
25033                 "drive_through"
25034             ],
25035             "suggestion": true
25036         },
25037         "amenity/pharmacy/Farmacias Ahumada": {
25038             "tags": {
25039                 "name": "Farmacias Ahumada",
25040                 "amenity": "pharmacy"
25041             },
25042             "name": "Farmacias Ahumada",
25043             "icon": "pharmacy",
25044             "geometry": [
25045                 "point",
25046                 "area"
25047             ],
25048             "fields": [
25049                 "operator",
25050                 "address",
25051                 "building_area",
25052                 "opening_hours",
25053                 "drive_through"
25054             ],
25055             "suggestion": true
25056         },
25057         "amenity/pharmacy/Farmacia Comunale": {
25058             "tags": {
25059                 "name": "Farmacia Comunale",
25060                 "amenity": "pharmacy"
25061             },
25062             "name": "Farmacia Comunale",
25063             "icon": "pharmacy",
25064             "geometry": [
25065                 "point",
25066                 "area"
25067             ],
25068             "fields": [
25069                 "operator",
25070                 "address",
25071                 "building_area",
25072                 "opening_hours",
25073                 "drive_through"
25074             ],
25075             "suggestion": true
25076         },
25077         "amenity/pharmacy/Farmacias Cruz Verde": {
25078             "tags": {
25079                 "name": "Farmacias Cruz Verde",
25080                 "amenity": "pharmacy"
25081             },
25082             "name": "Farmacias Cruz Verde",
25083             "icon": "pharmacy",
25084             "geometry": [
25085                 "point",
25086                 "area"
25087             ],
25088             "fields": [
25089                 "operator",
25090                 "address",
25091                 "building_area",
25092                 "opening_hours",
25093                 "drive_through"
25094             ],
25095             "suggestion": true
25096         },
25097         "amenity/pharmacy/Cruz Verde": {
25098             "tags": {
25099                 "name": "Cruz Verde",
25100                 "amenity": "pharmacy"
25101             },
25102             "name": "Cruz Verde",
25103             "icon": "pharmacy",
25104             "geometry": [
25105                 "point",
25106                 "area"
25107             ],
25108             "fields": [
25109                 "operator",
25110                 "address",
25111                 "building_area",
25112                 "opening_hours",
25113                 "drive_through"
25114             ],
25115             "suggestion": true
25116         },
25117         "amenity/pharmacy/Hubertus Apotheke": {
25118             "tags": {
25119                 "name": "Hubertus Apotheke",
25120                 "amenity": "pharmacy"
25121             },
25122             "name": "Hubertus Apotheke",
25123             "icon": "pharmacy",
25124             "geometry": [
25125                 "point",
25126                 "area"
25127             ],
25128             "fields": [
25129                 "operator",
25130                 "address",
25131                 "building_area",
25132                 "opening_hours",
25133                 "drive_through"
25134             ],
25135             "suggestion": true
25136         },
25137         "amenity/pharmacy/CVS": {
25138             "tags": {
25139                 "name": "CVS",
25140                 "amenity": "pharmacy"
25141             },
25142             "name": "CVS",
25143             "icon": "pharmacy",
25144             "geometry": [
25145                 "point",
25146                 "area"
25147             ],
25148             "fields": [
25149                 "operator",
25150                 "address",
25151                 "building_area",
25152                 "opening_hours",
25153                 "drive_through"
25154             ],
25155             "suggestion": true
25156         },
25157         "amenity/pharmacy/Farmacias SalcoBrand": {
25158             "tags": {
25159                 "name": "Farmacias SalcoBrand",
25160                 "amenity": "pharmacy"
25161             },
25162             "name": "Farmacias SalcoBrand",
25163             "icon": "pharmacy",
25164             "geometry": [
25165                 "point",
25166                 "area"
25167             ],
25168             "fields": [
25169                 "operator",
25170                 "address",
25171                 "building_area",
25172                 "opening_hours",
25173                 "drive_through"
25174             ],
25175             "suggestion": true
25176         },
25177         "amenity/pharmacy/Фармация": {
25178             "tags": {
25179                 "name": "Фармация",
25180                 "amenity": "pharmacy"
25181             },
25182             "name": "Фармация",
25183             "icon": "pharmacy",
25184             "geometry": [
25185                 "point",
25186                 "area"
25187             ],
25188             "fields": [
25189                 "operator",
25190                 "address",
25191                 "building_area",
25192                 "opening_hours",
25193                 "drive_through"
25194             ],
25195             "suggestion": true
25196         },
25197         "amenity/pharmacy/Bären-Apotheke": {
25198             "tags": {
25199                 "name": "Bären-Apotheke",
25200                 "amenity": "pharmacy"
25201             },
25202             "name": "Bären-Apotheke",
25203             "icon": "pharmacy",
25204             "geometry": [
25205                 "point",
25206                 "area"
25207             ],
25208             "fields": [
25209                 "operator",
25210                 "address",
25211                 "building_area",
25212                 "opening_hours",
25213                 "drive_through"
25214             ],
25215             "suggestion": true
25216         },
25217         "amenity/pharmacy/Clicks": {
25218             "tags": {
25219                 "name": "Clicks",
25220                 "amenity": "pharmacy"
25221             },
25222             "name": "Clicks",
25223             "icon": "pharmacy",
25224             "geometry": [
25225                 "point",
25226                 "area"
25227             ],
25228             "fields": [
25229                 "operator",
25230                 "address",
25231                 "building_area",
25232                 "opening_hours",
25233                 "drive_through"
25234             ],
25235             "suggestion": true
25236         },
25237         "amenity/pharmacy/セイジョー": {
25238             "tags": {
25239                 "name": "セイジョー",
25240                 "amenity": "pharmacy"
25241             },
25242             "name": "セイジョー",
25243             "icon": "pharmacy",
25244             "geometry": [
25245                 "point",
25246                 "area"
25247             ],
25248             "fields": [
25249                 "operator",
25250                 "address",
25251                 "building_area",
25252                 "opening_hours",
25253                 "drive_through"
25254             ],
25255             "suggestion": true
25256         },
25257         "amenity/pharmacy/マツモトキヨシ": {
25258             "tags": {
25259                 "name": "マツモトキヨシ",
25260                 "amenity": "pharmacy"
25261             },
25262             "name": "マツモトキヨシ",
25263             "icon": "pharmacy",
25264             "geometry": [
25265                 "point",
25266                 "area"
25267             ],
25268             "fields": [
25269                 "operator",
25270                 "address",
25271                 "building_area",
25272                 "opening_hours",
25273                 "drive_through"
25274             ],
25275             "suggestion": true
25276         },
25277         "amenity/pharmacy/Dr. Max": {
25278             "tags": {
25279                 "name": "Dr. Max",
25280                 "amenity": "pharmacy"
25281             },
25282             "name": "Dr. Max",
25283             "icon": "pharmacy",
25284             "geometry": [
25285                 "point",
25286                 "area"
25287             ],
25288             "fields": [
25289                 "operator",
25290                 "address",
25291                 "building_area",
25292                 "opening_hours",
25293                 "drive_through"
25294             ],
25295             "suggestion": true
25296         },
25297         "amenity/pharmacy/Вита": {
25298             "tags": {
25299                 "name": "Вита",
25300                 "amenity": "pharmacy"
25301             },
25302             "name": "Вита",
25303             "icon": "pharmacy",
25304             "geometry": [
25305                 "point",
25306                 "area"
25307             ],
25308             "fields": [
25309                 "operator",
25310                 "address",
25311                 "building_area",
25312                 "opening_hours",
25313                 "drive_through"
25314             ],
25315             "suggestion": true
25316         },
25317         "amenity/pharmacy/サンドラッグ": {
25318             "tags": {
25319                 "name": "サンドラッグ",
25320                 "amenity": "pharmacy"
25321             },
25322             "name": "サンドラッグ",
25323             "icon": "pharmacy",
25324             "geometry": [
25325                 "point",
25326                 "area"
25327             ],
25328             "fields": [
25329                 "operator",
25330                 "address",
25331                 "building_area",
25332                 "opening_hours",
25333                 "drive_through"
25334             ],
25335             "suggestion": true
25336         },
25337         "amenity/pharmacy/Apteka": {
25338             "tags": {
25339                 "name": "Apteka",
25340                 "amenity": "pharmacy"
25341             },
25342             "name": "Apteka",
25343             "icon": "pharmacy",
25344             "geometry": [
25345                 "point",
25346                 "area"
25347             ],
25348             "fields": [
25349                 "operator",
25350                 "address",
25351                 "building_area",
25352                 "opening_hours",
25353                 "drive_through"
25354             ],
25355             "suggestion": true
25356         },
25357         "amenity/pharmacy/Первая помощь": {
25358             "tags": {
25359                 "name": "Первая помощь",
25360                 "amenity": "pharmacy"
25361             },
25362             "name": "Первая помощь",
25363             "icon": "pharmacy",
25364             "geometry": [
25365                 "point",
25366                 "area"
25367             ],
25368             "fields": [
25369                 "operator",
25370                 "address",
25371                 "building_area",
25372                 "opening_hours",
25373                 "drive_through"
25374             ],
25375             "suggestion": true
25376         },
25377         "amenity/pharmacy/Ригла": {
25378             "tags": {
25379                 "name": "Ригла",
25380                 "amenity": "pharmacy"
25381             },
25382             "name": "Ригла",
25383             "icon": "pharmacy",
25384             "geometry": [
25385                 "point",
25386                 "area"
25387             ],
25388             "fields": [
25389                 "operator",
25390                 "address",
25391                 "building_area",
25392                 "opening_hours",
25393                 "drive_through"
25394             ],
25395             "suggestion": true
25396         },
25397         "amenity/pharmacy/Имплозия": {
25398             "tags": {
25399                 "name": "Имплозия",
25400                 "amenity": "pharmacy"
25401             },
25402             "name": "Имплозия",
25403             "icon": "pharmacy",
25404             "geometry": [
25405                 "point",
25406                 "area"
25407             ],
25408             "fields": [
25409                 "operator",
25410                 "address",
25411                 "building_area",
25412                 "opening_hours",
25413                 "drive_through"
25414             ],
25415             "suggestion": true
25416         },
25417         "amenity/pharmacy/Kinney Drugs": {
25418             "tags": {
25419                 "name": "Kinney Drugs",
25420                 "amenity": "pharmacy"
25421             },
25422             "name": "Kinney Drugs",
25423             "icon": "pharmacy",
25424             "geometry": [
25425                 "point",
25426                 "area"
25427             ],
25428             "fields": [
25429                 "operator",
25430                 "address",
25431                 "building_area",
25432                 "opening_hours",
25433                 "drive_through"
25434             ],
25435             "suggestion": true
25436         },
25437         "amenity/pharmacy/Классика": {
25438             "tags": {
25439                 "name": "Классика",
25440                 "amenity": "pharmacy"
25441             },
25442             "name": "Классика",
25443             "icon": "pharmacy",
25444             "geometry": [
25445                 "point",
25446                 "area"
25447             ],
25448             "fields": [
25449                 "operator",
25450                 "address",
25451                 "building_area",
25452                 "opening_hours",
25453                 "drive_through"
25454             ],
25455             "suggestion": true
25456         },
25457         "amenity/pharmacy/Ljekarna": {
25458             "tags": {
25459                 "name": "Ljekarna",
25460                 "amenity": "pharmacy"
25461             },
25462             "name": "Ljekarna",
25463             "icon": "pharmacy",
25464             "geometry": [
25465                 "point",
25466                 "area"
25467             ],
25468             "fields": [
25469                 "operator",
25470                 "address",
25471                 "building_area",
25472                 "opening_hours",
25473                 "drive_through"
25474             ],
25475             "suggestion": true
25476         },
25477         "amenity/pharmacy/SalcoBrand": {
25478             "tags": {
25479                 "name": "SalcoBrand",
25480                 "amenity": "pharmacy"
25481             },
25482             "name": "SalcoBrand",
25483             "icon": "pharmacy",
25484             "geometry": [
25485                 "point",
25486                 "area"
25487             ],
25488             "fields": [
25489                 "operator",
25490                 "address",
25491                 "building_area",
25492                 "opening_hours",
25493                 "drive_through"
25494             ],
25495             "suggestion": true
25496         },
25497         "amenity/pharmacy/Аптека 36,6": {
25498             "tags": {
25499                 "name": "Аптека 36,6",
25500                 "amenity": "pharmacy"
25501             },
25502             "name": "Аптека 36,6",
25503             "icon": "pharmacy",
25504             "geometry": [
25505                 "point",
25506                 "area"
25507             ],
25508             "fields": [
25509                 "operator",
25510                 "address",
25511                 "building_area",
25512                 "opening_hours",
25513                 "drive_through"
25514             ],
25515             "suggestion": true
25516         },
25517         "amenity/pharmacy/Фармакор": {
25518             "tags": {
25519                 "name": "Фармакор",
25520                 "amenity": "pharmacy"
25521             },
25522             "name": "Фармакор",
25523             "icon": "pharmacy",
25524             "geometry": [
25525                 "point",
25526                 "area"
25527             ],
25528             "fields": [
25529                 "operator",
25530                 "address",
25531                 "building_area",
25532                 "opening_hours",
25533                 "drive_through"
25534             ],
25535             "suggestion": true
25536         },
25537         "amenity/pharmacy/スギ薬局": {
25538             "tags": {
25539                 "name": "スギ薬局",
25540                 "amenity": "pharmacy"
25541             },
25542             "name": "スギ薬局",
25543             "icon": "pharmacy",
25544             "geometry": [
25545                 "point",
25546                 "area"
25547             ],
25548             "fields": [
25549                 "operator",
25550                 "address",
25551                 "building_area",
25552                 "opening_hours",
25553                 "drive_through"
25554             ],
25555             "suggestion": true
25556         },
25557         "amenity/pharmacy/Аптечный пункт": {
25558             "tags": {
25559                 "name": "Аптечный пункт",
25560                 "amenity": "pharmacy"
25561             },
25562             "name": "Аптечный пункт",
25563             "icon": "pharmacy",
25564             "geometry": [
25565                 "point",
25566                 "area"
25567             ],
25568             "fields": [
25569                 "operator",
25570                 "address",
25571                 "building_area",
25572                 "opening_hours",
25573                 "drive_through"
25574             ],
25575             "suggestion": true
25576         },
25577         "amenity/pharmacy/Невис": {
25578             "tags": {
25579                 "name": "Невис",
25580                 "amenity": "pharmacy"
25581             },
25582             "name": "Невис",
25583             "icon": "pharmacy",
25584             "geometry": [
25585                 "point",
25586                 "area"
25587             ],
25588             "fields": [
25589                 "operator",
25590                 "address",
25591                 "building_area",
25592                 "opening_hours",
25593                 "drive_through"
25594             ],
25595             "suggestion": true
25596         },
25597         "amenity/pharmacy/トモズ (Tomod's)": {
25598             "tags": {
25599                 "name": "トモズ (Tomod's)",
25600                 "amenity": "pharmacy"
25601             },
25602             "name": "トモズ (Tomod's)",
25603             "icon": "pharmacy",
25604             "geometry": [
25605                 "point",
25606                 "area"
25607             ],
25608             "fields": [
25609                 "operator",
25610                 "address",
25611                 "building_area",
25612                 "opening_hours",
25613                 "drive_through"
25614             ],
25615             "suggestion": true
25616         },
25617         "amenity/pharmacy/Eurovaistinė": {
25618             "tags": {
25619                 "name": "Eurovaistinė",
25620                 "amenity": "pharmacy"
25621             },
25622             "name": "Eurovaistinė",
25623             "icon": "pharmacy",
25624             "geometry": [
25625                 "point",
25626                 "area"
25627             ],
25628             "fields": [
25629                 "operator",
25630                 "address",
25631                 "building_area",
25632                 "opening_hours",
25633                 "drive_through"
25634             ],
25635             "suggestion": true
25636         },
25637         "amenity/pharmacy/Farmacity": {
25638             "tags": {
25639                 "name": "Farmacity",
25640                 "amenity": "pharmacy"
25641             },
25642             "name": "Farmacity",
25643             "icon": "pharmacy",
25644             "geometry": [
25645                 "point",
25646                 "area"
25647             ],
25648             "fields": [
25649                 "operator",
25650                 "address",
25651                 "building_area",
25652                 "opening_hours",
25653                 "drive_through"
25654             ],
25655             "suggestion": true
25656         },
25657         "amenity/pharmacy/аптека": {
25658             "tags": {
25659                 "name": "аптека",
25660                 "amenity": "pharmacy"
25661             },
25662             "name": "аптека",
25663             "icon": "pharmacy",
25664             "geometry": [
25665                 "point",
25666                 "area"
25667             ],
25668             "fields": [
25669                 "operator",
25670                 "address",
25671                 "building_area",
25672                 "opening_hours",
25673                 "drive_through"
25674             ],
25675             "suggestion": true
25676         },
25677         "amenity/pharmacy/The Generics Pharmacy": {
25678             "tags": {
25679                 "name": "The Generics Pharmacy",
25680                 "amenity": "pharmacy"
25681             },
25682             "name": "The Generics Pharmacy",
25683             "icon": "pharmacy",
25684             "geometry": [
25685                 "point",
25686                 "area"
25687             ],
25688             "fields": [
25689                 "operator",
25690                 "address",
25691                 "building_area",
25692                 "opening_hours",
25693                 "drive_through"
25694             ],
25695             "suggestion": true
25696         },
25697         "amenity/pharmacy/Farmatodo": {
25698             "tags": {
25699                 "name": "Farmatodo",
25700                 "amenity": "pharmacy"
25701             },
25702             "name": "Farmatodo",
25703             "icon": "pharmacy",
25704             "geometry": [
25705                 "point",
25706                 "area"
25707             ],
25708             "fields": [
25709                 "operator",
25710                 "address",
25711                 "building_area",
25712                 "opening_hours",
25713                 "drive_through"
25714             ],
25715             "suggestion": true
25716         },
25717         "amenity/pharmacy/Duane Reade": {
25718             "tags": {
25719                 "name": "Duane Reade",
25720                 "amenity": "pharmacy"
25721             },
25722             "name": "Duane Reade",
25723             "icon": "pharmacy",
25724             "geometry": [
25725                 "point",
25726                 "area"
25727             ],
25728             "fields": [
25729                 "operator",
25730                 "address",
25731                 "building_area",
25732                 "opening_hours",
25733                 "drive_through"
25734             ],
25735             "suggestion": true
25736         },
25737         "amenity/pharmacy/Фармленд": {
25738             "tags": {
25739                 "name": "Фармленд",
25740                 "amenity": "pharmacy"
25741             },
25742             "name": "Фармленд",
25743             "icon": "pharmacy",
25744             "geometry": [
25745                 "point",
25746                 "area"
25747             ],
25748             "fields": [
25749                 "operator",
25750                 "address",
25751                 "building_area",
25752                 "opening_hours",
25753                 "drive_through"
25754             ],
25755             "suggestion": true
25756         },
25757         "amenity/pharmacy/ドラッグてらしま (Drug Terashima)": {
25758             "tags": {
25759                 "name": "ドラッグてらしま (Drug Terashima)",
25760                 "amenity": "pharmacy"
25761             },
25762             "name": "ドラッグてらしま (Drug Terashima)",
25763             "icon": "pharmacy",
25764             "geometry": [
25765                 "point",
25766                 "area"
25767             ],
25768             "fields": [
25769                 "operator",
25770                 "address",
25771                 "building_area",
25772                 "opening_hours",
25773                 "drive_through"
25774             ],
25775             "suggestion": true
25776         },
25777         "amenity/pharmacy/Арніка": {
25778             "tags": {
25779                 "name": "Арніка",
25780                 "amenity": "pharmacy"
25781             },
25782             "name": "Арніка",
25783             "icon": "pharmacy",
25784             "geometry": [
25785                 "point",
25786                 "area"
25787             ],
25788             "fields": [
25789                 "operator",
25790                 "address",
25791                 "building_area",
25792                 "opening_hours",
25793                 "drive_through"
25794             ],
25795             "suggestion": true
25796         },
25797         "amenity/pharmacy/ავერსი (Aversi)": {
25798             "tags": {
25799                 "name": "ავერსი (Aversi)",
25800                 "amenity": "pharmacy"
25801             },
25802             "name": "ავერსი (Aversi)",
25803             "icon": "pharmacy",
25804             "geometry": [
25805                 "point",
25806                 "area"
25807             ],
25808             "fields": [
25809                 "operator",
25810                 "address",
25811                 "building_area",
25812                 "opening_hours",
25813                 "drive_through"
25814             ],
25815             "suggestion": true
25816         },
25817         "amenity/pharmacy/Farmahorro": {
25818             "tags": {
25819                 "name": "Farmahorro",
25820                 "amenity": "pharmacy"
25821             },
25822             "name": "Farmahorro",
25823             "icon": "pharmacy",
25824             "geometry": [
25825                 "point",
25826                 "area"
25827             ],
25828             "fields": [
25829                 "operator",
25830                 "address",
25831                 "building_area",
25832                 "opening_hours",
25833                 "drive_through"
25834             ],
25835             "suggestion": true
25836         },
25837         "amenity/cafe/Starbucks": {
25838             "tags": {
25839                 "name": "Starbucks",
25840                 "cuisine": "coffee_shop",
25841                 "amenity": "cafe"
25842             },
25843             "name": "Starbucks",
25844             "icon": "cafe",
25845             "geometry": [
25846                 "point",
25847                 "area"
25848             ],
25849             "fields": [
25850                 "cuisine",
25851                 "internet_access",
25852                 "address",
25853                 "building_area",
25854                 "opening_hours",
25855                 "smoking"
25856             ],
25857             "suggestion": true
25858         },
25859         "amenity/cafe/Cafeteria": {
25860             "tags": {
25861                 "name": "Cafeteria",
25862                 "amenity": "cafe"
25863             },
25864             "name": "Cafeteria",
25865             "icon": "cafe",
25866             "geometry": [
25867                 "point",
25868                 "area"
25869             ],
25870             "fields": [
25871                 "cuisine",
25872                 "internet_access",
25873                 "address",
25874                 "building_area",
25875                 "opening_hours",
25876                 "smoking"
25877             ],
25878             "suggestion": true
25879         },
25880         "amenity/cafe/Costa": {
25881             "tags": {
25882                 "name": "Costa",
25883                 "amenity": "cafe"
25884             },
25885             "name": "Costa",
25886             "icon": "cafe",
25887             "geometry": [
25888                 "point",
25889                 "area"
25890             ],
25891             "fields": [
25892                 "cuisine",
25893                 "internet_access",
25894                 "address",
25895                 "building_area",
25896                 "opening_hours",
25897                 "smoking"
25898             ],
25899             "suggestion": true
25900         },
25901         "amenity/cafe/Caffè Nero": {
25902             "tags": {
25903                 "name": "Caffè Nero",
25904                 "amenity": "cafe"
25905             },
25906             "name": "Caffè Nero",
25907             "icon": "cafe",
25908             "geometry": [
25909                 "point",
25910                 "area"
25911             ],
25912             "fields": [
25913                 "cuisine",
25914                 "internet_access",
25915                 "address",
25916                 "building_area",
25917                 "opening_hours",
25918                 "smoking"
25919             ],
25920             "suggestion": true
25921         },
25922         "amenity/cafe/Кафе": {
25923             "tags": {
25924                 "name": "Кафе",
25925                 "amenity": "cafe"
25926             },
25927             "name": "Кафе",
25928             "icon": "cafe",
25929             "geometry": [
25930                 "point",
25931                 "area"
25932             ],
25933             "fields": [
25934                 "cuisine",
25935                 "internet_access",
25936                 "address",
25937                 "building_area",
25938                 "opening_hours",
25939                 "smoking"
25940             ],
25941             "suggestion": true
25942         },
25943         "amenity/cafe/Café Central": {
25944             "tags": {
25945                 "name": "Café Central",
25946                 "amenity": "cafe"
25947             },
25948             "name": "Café Central",
25949             "icon": "cafe",
25950             "geometry": [
25951                 "point",
25952                 "area"
25953             ],
25954             "fields": [
25955                 "cuisine",
25956                 "internet_access",
25957                 "address",
25958                 "building_area",
25959                 "opening_hours",
25960                 "smoking"
25961             ],
25962             "suggestion": true
25963         },
25964         "amenity/cafe/Second Cup": {
25965             "tags": {
25966                 "name": "Second Cup",
25967                 "amenity": "cafe"
25968             },
25969             "name": "Second Cup",
25970             "icon": "cafe",
25971             "geometry": [
25972                 "point",
25973                 "area"
25974             ],
25975             "fields": [
25976                 "cuisine",
25977                 "internet_access",
25978                 "address",
25979                 "building_area",
25980                 "opening_hours",
25981                 "smoking"
25982             ],
25983             "suggestion": true
25984         },
25985         "amenity/cafe/Dunkin Donuts": {
25986             "tags": {
25987                 "name": "Dunkin Donuts",
25988                 "cuisine": "donut",
25989                 "amenity": "cafe"
25990             },
25991             "name": "Dunkin Donuts",
25992             "icon": "cafe",
25993             "geometry": [
25994                 "point",
25995                 "area"
25996             ],
25997             "fields": [
25998                 "cuisine",
25999                 "internet_access",
26000                 "address",
26001                 "building_area",
26002                 "opening_hours",
26003                 "smoking"
26004             ],
26005             "suggestion": true
26006         },
26007         "amenity/cafe/Espresso House": {
26008             "tags": {
26009                 "name": "Espresso House",
26010                 "amenity": "cafe"
26011             },
26012             "name": "Espresso House",
26013             "icon": "cafe",
26014             "geometry": [
26015                 "point",
26016                 "area"
26017             ],
26018             "fields": [
26019                 "cuisine",
26020                 "internet_access",
26021                 "address",
26022                 "building_area",
26023                 "opening_hours",
26024                 "smoking"
26025             ],
26026             "suggestion": true
26027         },
26028         "amenity/cafe/Segafredo": {
26029             "tags": {
26030                 "name": "Segafredo",
26031                 "amenity": "cafe"
26032             },
26033             "name": "Segafredo",
26034             "icon": "cafe",
26035             "geometry": [
26036                 "point",
26037                 "area"
26038             ],
26039             "fields": [
26040                 "cuisine",
26041                 "internet_access",
26042                 "address",
26043                 "building_area",
26044                 "opening_hours",
26045                 "smoking"
26046             ],
26047             "suggestion": true
26048         },
26049         "amenity/cafe/Coffee Time": {
26050             "tags": {
26051                 "name": "Coffee Time",
26052                 "amenity": "cafe"
26053             },
26054             "name": "Coffee Time",
26055             "icon": "cafe",
26056             "geometry": [
26057                 "point",
26058                 "area"
26059             ],
26060             "fields": [
26061                 "cuisine",
26062                 "internet_access",
26063                 "address",
26064                 "building_area",
26065                 "opening_hours",
26066                 "smoking"
26067             ],
26068             "suggestion": true
26069         },
26070         "amenity/cafe/Cafe Coffee Day": {
26071             "tags": {
26072                 "name": "Cafe Coffee Day",
26073                 "amenity": "cafe"
26074             },
26075             "name": "Cafe Coffee Day",
26076             "icon": "cafe",
26077             "geometry": [
26078                 "point",
26079                 "area"
26080             ],
26081             "fields": [
26082                 "cuisine",
26083                 "internet_access",
26084                 "address",
26085                 "building_area",
26086                 "opening_hours",
26087                 "smoking"
26088             ],
26089             "suggestion": true
26090         },
26091         "amenity/cafe/Eiscafe Venezia": {
26092             "tags": {
26093                 "name": "Eiscafe Venezia",
26094                 "amenity": "cafe"
26095             },
26096             "name": "Eiscafe Venezia",
26097             "icon": "cafe",
26098             "geometry": [
26099                 "point",
26100                 "area"
26101             ],
26102             "fields": [
26103                 "cuisine",
26104                 "internet_access",
26105                 "address",
26106                 "building_area",
26107                 "opening_hours",
26108                 "smoking"
26109             ],
26110             "suggestion": true
26111         },
26112         "amenity/cafe/スターバックス": {
26113             "tags": {
26114                 "name": "スターバックス",
26115                 "name:en": "Starbucks",
26116                 "amenity": "cafe"
26117             },
26118             "name": "スターバックス",
26119             "icon": "cafe",
26120             "geometry": [
26121                 "point",
26122                 "area"
26123             ],
26124             "fields": [
26125                 "cuisine",
26126                 "internet_access",
26127                 "address",
26128                 "building_area",
26129                 "opening_hours",
26130                 "smoking"
26131             ],
26132             "suggestion": true
26133         },
26134         "amenity/cafe/Шоколадница": {
26135             "tags": {
26136                 "name": "Шоколадница",
26137                 "amenity": "cafe"
26138             },
26139             "name": "Шоколадница",
26140             "icon": "cafe",
26141             "geometry": [
26142                 "point",
26143                 "area"
26144             ],
26145             "fields": [
26146                 "cuisine",
26147                 "internet_access",
26148                 "address",
26149                 "building_area",
26150                 "opening_hours",
26151                 "smoking"
26152             ],
26153             "suggestion": true
26154         },
26155         "amenity/cafe/Pret A Manger": {
26156             "tags": {
26157                 "name": "Pret A Manger",
26158                 "amenity": "cafe"
26159             },
26160             "name": "Pret A Manger",
26161             "icon": "cafe",
26162             "geometry": [
26163                 "point",
26164                 "area"
26165             ],
26166             "fields": [
26167                 "cuisine",
26168                 "internet_access",
26169                 "address",
26170                 "building_area",
26171                 "opening_hours",
26172                 "smoking"
26173             ],
26174             "suggestion": true
26175         },
26176         "amenity/cafe/Столовая": {
26177             "tags": {
26178                 "name": "Столовая",
26179                 "amenity": "cafe"
26180             },
26181             "name": "Столовая",
26182             "icon": "cafe",
26183             "geometry": [
26184                 "point",
26185                 "area"
26186             ],
26187             "fields": [
26188                 "cuisine",
26189                 "internet_access",
26190                 "address",
26191                 "building_area",
26192                 "opening_hours",
26193                 "smoking"
26194             ],
26195             "suggestion": true
26196         },
26197         "amenity/cafe/ドトール": {
26198             "tags": {
26199                 "name": "ドトール",
26200                 "name:en": "DOUTOR",
26201                 "amenity": "cafe"
26202             },
26203             "name": "ドトール",
26204             "icon": "cafe",
26205             "geometry": [
26206                 "point",
26207                 "area"
26208             ],
26209             "fields": [
26210                 "cuisine",
26211                 "internet_access",
26212                 "address",
26213                 "building_area",
26214                 "opening_hours",
26215                 "smoking"
26216             ],
26217             "suggestion": true
26218         },
26219         "amenity/cafe/Tchibo": {
26220             "tags": {
26221                 "name": "Tchibo",
26222                 "amenity": "cafe"
26223             },
26224             "name": "Tchibo",
26225             "icon": "cafe",
26226             "geometry": [
26227                 "point",
26228                 "area"
26229             ],
26230             "fields": [
26231                 "cuisine",
26232                 "internet_access",
26233                 "address",
26234                 "building_area",
26235                 "opening_hours",
26236                 "smoking"
26237             ],
26238             "suggestion": true
26239         },
26240         "amenity/cafe/Кофе Хауз": {
26241             "tags": {
26242                 "name": "Кофе Хауз",
26243                 "amenity": "cafe"
26244             },
26245             "name": "Кофе Хауз",
26246             "icon": "cafe",
26247             "geometry": [
26248                 "point",
26249                 "area"
26250             ],
26251             "fields": [
26252                 "cuisine",
26253                 "internet_access",
26254                 "address",
26255                 "building_area",
26256                 "opening_hours",
26257                 "smoking"
26258             ],
26259             "suggestion": true
26260         },
26261         "amenity/cafe/Caribou Coffee": {
26262             "tags": {
26263                 "name": "Caribou Coffee",
26264                 "amenity": "cafe"
26265             },
26266             "name": "Caribou Coffee",
26267             "icon": "cafe",
26268             "geometry": [
26269                 "point",
26270                 "area"
26271             ],
26272             "fields": [
26273                 "cuisine",
26274                 "internet_access",
26275                 "address",
26276                 "building_area",
26277                 "opening_hours",
26278                 "smoking"
26279             ],
26280             "suggestion": true
26281         },
26282         "amenity/cafe/Уют": {
26283             "tags": {
26284                 "name": "Уют",
26285                 "amenity": "cafe"
26286             },
26287             "name": "Уют",
26288             "icon": "cafe",
26289             "geometry": [
26290                 "point",
26291                 "area"
26292             ],
26293             "fields": [
26294                 "cuisine",
26295                 "internet_access",
26296                 "address",
26297                 "building_area",
26298                 "opening_hours",
26299                 "smoking"
26300             ],
26301             "suggestion": true
26302         },
26303         "amenity/cafe/Шашлычная": {
26304             "tags": {
26305                 "name": "Шашлычная",
26306                 "amenity": "cafe"
26307             },
26308             "name": "Шашлычная",
26309             "icon": "cafe",
26310             "geometry": [
26311                 "point",
26312                 "area"
26313             ],
26314             "fields": [
26315                 "cuisine",
26316                 "internet_access",
26317                 "address",
26318                 "building_area",
26319                 "opening_hours",
26320                 "smoking"
26321             ],
26322             "suggestion": true
26323         },
26324         "amenity/cafe/คาเฟ่ อเมซอน": {
26325             "tags": {
26326                 "name": "คาเฟ่ อเมซอน",
26327                 "amenity": "cafe"
26328             },
26329             "name": "คาเฟ่ อเมซอน",
26330             "icon": "cafe",
26331             "geometry": [
26332                 "point",
26333                 "area"
26334             ],
26335             "fields": [
26336                 "cuisine",
26337                 "internet_access",
26338                 "address",
26339                 "building_area",
26340                 "opening_hours",
26341                 "smoking"
26342             ],
26343             "suggestion": true
26344         },
26345         "amenity/cafe/Traveler's Coffee": {
26346             "tags": {
26347                 "name": "Traveler's Coffee",
26348                 "amenity": "cafe"
26349             },
26350             "name": "Traveler's Coffee",
26351             "icon": "cafe",
26352             "geometry": [
26353                 "point",
26354                 "area"
26355             ],
26356             "fields": [
26357                 "cuisine",
26358                 "internet_access",
26359                 "address",
26360                 "building_area",
26361                 "opening_hours",
26362                 "smoking"
26363             ],
26364             "suggestion": true
26365         },
26366         "amenity/cafe/カフェ・ド・クリエ": {
26367             "tags": {
26368                 "name": "カフェ・ド・クリエ",
26369                 "name:en": "Cafe de CRIE",
26370                 "amenity": "cafe"
26371             },
26372             "name": "カフェ・ド・クリエ",
26373             "icon": "cafe",
26374             "geometry": [
26375                 "point",
26376                 "area"
26377             ],
26378             "fields": [
26379                 "cuisine",
26380                 "internet_access",
26381                 "address",
26382                 "building_area",
26383                 "opening_hours",
26384                 "smoking"
26385             ],
26386             "suggestion": true
26387         },
26388         "amenity/cafe/Cafe Amazon": {
26389             "tags": {
26390                 "name": "Cafe Amazon",
26391                 "amenity": "cafe"
26392             },
26393             "name": "Cafe Amazon",
26394             "icon": "cafe",
26395             "geometry": [
26396                 "point",
26397                 "area"
26398             ],
26399             "fields": [
26400                 "cuisine",
26401                 "internet_access",
26402                 "address",
26403                 "building_area",
26404                 "opening_hours",
26405                 "smoking"
26406             ],
26407             "suggestion": true
26408         },
26409         "shop/supermarket/Budgens": {
26410             "tags": {
26411                 "name": "Budgens",
26412                 "shop": "supermarket"
26413             },
26414             "name": "Budgens",
26415             "icon": "grocery",
26416             "geometry": [
26417                 "point",
26418                 "area"
26419             ],
26420             "fields": [
26421                 "operator",
26422                 "address",
26423                 "building_area",
26424                 "opening_hours"
26425             ],
26426             "suggestion": true
26427         },
26428         "shop/supermarket/Morrisons": {
26429             "tags": {
26430                 "name": "Morrisons",
26431                 "shop": "supermarket"
26432             },
26433             "name": "Morrisons",
26434             "icon": "grocery",
26435             "geometry": [
26436                 "point",
26437                 "area"
26438             ],
26439             "fields": [
26440                 "operator",
26441                 "address",
26442                 "building_area",
26443                 "opening_hours"
26444             ],
26445             "suggestion": true
26446         },
26447         "shop/supermarket/Interspar": {
26448             "tags": {
26449                 "name": "Interspar",
26450                 "shop": "supermarket"
26451             },
26452             "name": "Interspar",
26453             "icon": "grocery",
26454             "geometry": [
26455                 "point",
26456                 "area"
26457             ],
26458             "fields": [
26459                 "operator",
26460                 "address",
26461                 "building_area",
26462                 "opening_hours"
26463             ],
26464             "suggestion": true
26465         },
26466         "shop/supermarket/Merkur": {
26467             "tags": {
26468                 "name": "Merkur",
26469                 "shop": "supermarket"
26470             },
26471             "name": "Merkur",
26472             "icon": "grocery",
26473             "geometry": [
26474                 "point",
26475                 "area"
26476             ],
26477             "fields": [
26478                 "operator",
26479                 "address",
26480                 "building_area",
26481                 "opening_hours"
26482             ],
26483             "suggestion": true
26484         },
26485         "shop/supermarket/Sainsbury's": {
26486             "tags": {
26487                 "name": "Sainsbury's",
26488                 "shop": "supermarket"
26489             },
26490             "name": "Sainsbury's",
26491             "icon": "grocery",
26492             "geometry": [
26493                 "point",
26494                 "area"
26495             ],
26496             "fields": [
26497                 "operator",
26498                 "address",
26499                 "building_area",
26500                 "opening_hours"
26501             ],
26502             "suggestion": true
26503         },
26504         "shop/supermarket/Lidl": {
26505             "tags": {
26506                 "name": "Lidl",
26507                 "shop": "supermarket"
26508             },
26509             "name": "Lidl",
26510             "icon": "grocery",
26511             "geometry": [
26512                 "point",
26513                 "area"
26514             ],
26515             "fields": [
26516                 "operator",
26517                 "address",
26518                 "building_area",
26519                 "opening_hours"
26520             ],
26521             "suggestion": true
26522         },
26523         "shop/supermarket/Edeka": {
26524             "tags": {
26525                 "name": "Edeka",
26526                 "shop": "supermarket"
26527             },
26528             "name": "Edeka",
26529             "icon": "grocery",
26530             "geometry": [
26531                 "point",
26532                 "area"
26533             ],
26534             "fields": [
26535                 "operator",
26536                 "address",
26537                 "building_area",
26538                 "opening_hours"
26539             ],
26540             "suggestion": true
26541         },
26542         "shop/supermarket/Coles": {
26543             "tags": {
26544                 "name": "Coles",
26545                 "shop": "supermarket"
26546             },
26547             "name": "Coles",
26548             "icon": "grocery",
26549             "geometry": [
26550                 "point",
26551                 "area"
26552             ],
26553             "fields": [
26554                 "operator",
26555                 "address",
26556                 "building_area",
26557                 "opening_hours"
26558             ],
26559             "suggestion": true
26560         },
26561         "shop/supermarket/Iceland": {
26562             "tags": {
26563                 "name": "Iceland",
26564                 "shop": "supermarket"
26565             },
26566             "name": "Iceland",
26567             "icon": "grocery",
26568             "geometry": [
26569                 "point",
26570                 "area"
26571             ],
26572             "fields": [
26573                 "operator",
26574                 "address",
26575                 "building_area",
26576                 "opening_hours"
26577             ],
26578             "suggestion": true
26579         },
26580         "shop/supermarket/Coop": {
26581             "tags": {
26582                 "name": "Coop",
26583                 "shop": "supermarket"
26584             },
26585             "name": "Coop",
26586             "icon": "grocery",
26587             "geometry": [
26588                 "point",
26589                 "area"
26590             ],
26591             "fields": [
26592                 "operator",
26593                 "address",
26594                 "building_area",
26595                 "opening_hours"
26596             ],
26597             "suggestion": true
26598         },
26599         "shop/supermarket/Tesco": {
26600             "tags": {
26601                 "name": "Tesco",
26602                 "shop": "supermarket"
26603             },
26604             "name": "Tesco",
26605             "icon": "grocery",
26606             "geometry": [
26607                 "point",
26608                 "area"
26609             ],
26610             "fields": [
26611                 "operator",
26612                 "address",
26613                 "building_area",
26614                 "opening_hours"
26615             ],
26616             "suggestion": true
26617         },
26618         "shop/supermarket/Woolworths": {
26619             "tags": {
26620                 "name": "Woolworths",
26621                 "shop": "supermarket"
26622             },
26623             "name": "Woolworths",
26624             "icon": "grocery",
26625             "geometry": [
26626                 "point",
26627                 "area"
26628             ],
26629             "fields": [
26630                 "operator",
26631                 "address",
26632                 "building_area",
26633                 "opening_hours"
26634             ],
26635             "suggestion": true
26636         },
26637         "shop/supermarket/Zielpunkt": {
26638             "tags": {
26639                 "name": "Zielpunkt",
26640                 "shop": "supermarket"
26641             },
26642             "name": "Zielpunkt",
26643             "icon": "grocery",
26644             "geometry": [
26645                 "point",
26646                 "area"
26647             ],
26648             "fields": [
26649                 "operator",
26650                 "address",
26651                 "building_area",
26652                 "opening_hours"
26653             ],
26654             "suggestion": true
26655         },
26656         "shop/supermarket/Nahkauf": {
26657             "tags": {
26658                 "name": "Nahkauf",
26659                 "shop": "supermarket"
26660             },
26661             "name": "Nahkauf",
26662             "icon": "grocery",
26663             "geometry": [
26664                 "point",
26665                 "area"
26666             ],
26667             "fields": [
26668                 "operator",
26669                 "address",
26670                 "building_area",
26671                 "opening_hours"
26672             ],
26673             "suggestion": true
26674         },
26675         "shop/supermarket/Billa": {
26676             "tags": {
26677                 "name": "Billa",
26678                 "shop": "supermarket"
26679             },
26680             "name": "Billa",
26681             "icon": "grocery",
26682             "geometry": [
26683                 "point",
26684                 "area"
26685             ],
26686             "fields": [
26687                 "operator",
26688                 "address",
26689                 "building_area",
26690                 "opening_hours"
26691             ],
26692             "suggestion": true
26693         },
26694         "shop/supermarket/Kaufland": {
26695             "tags": {
26696                 "name": "Kaufland",
26697                 "shop": "supermarket"
26698             },
26699             "name": "Kaufland",
26700             "icon": "grocery",
26701             "geometry": [
26702                 "point",
26703                 "area"
26704             ],
26705             "fields": [
26706                 "operator",
26707                 "address",
26708                 "building_area",
26709                 "opening_hours"
26710             ],
26711             "suggestion": true
26712         },
26713         "shop/supermarket/Plus": {
26714             "tags": {
26715                 "name": "Plus",
26716                 "shop": "supermarket"
26717             },
26718             "name": "Plus",
26719             "icon": "grocery",
26720             "geometry": [
26721                 "point",
26722                 "area"
26723             ],
26724             "fields": [
26725                 "operator",
26726                 "address",
26727                 "building_area",
26728                 "opening_hours"
26729             ],
26730             "suggestion": true
26731         },
26732         "shop/supermarket/ALDI": {
26733             "tags": {
26734                 "name": "ALDI",
26735                 "shop": "supermarket"
26736             },
26737             "name": "ALDI",
26738             "icon": "grocery",
26739             "geometry": [
26740                 "point",
26741                 "area"
26742             ],
26743             "fields": [
26744                 "operator",
26745                 "address",
26746                 "building_area",
26747                 "opening_hours"
26748             ],
26749             "suggestion": true
26750         },
26751         "shop/supermarket/Checkers": {
26752             "tags": {
26753                 "name": "Checkers",
26754                 "shop": "supermarket"
26755             },
26756             "name": "Checkers",
26757             "icon": "grocery",
26758             "geometry": [
26759                 "point",
26760                 "area"
26761             ],
26762             "fields": [
26763                 "operator",
26764                 "address",
26765                 "building_area",
26766                 "opening_hours"
26767             ],
26768             "suggestion": true
26769         },
26770         "shop/supermarket/Tesco Metro": {
26771             "tags": {
26772                 "name": "Tesco Metro",
26773                 "shop": "supermarket"
26774             },
26775             "name": "Tesco Metro",
26776             "icon": "grocery",
26777             "geometry": [
26778                 "point",
26779                 "area"
26780             ],
26781             "fields": [
26782                 "operator",
26783                 "address",
26784                 "building_area",
26785                 "opening_hours"
26786             ],
26787             "suggestion": true
26788         },
26789         "shop/supermarket/NP": {
26790             "tags": {
26791                 "name": "NP",
26792                 "shop": "supermarket"
26793             },
26794             "name": "NP",
26795             "icon": "grocery",
26796             "geometry": [
26797                 "point",
26798                 "area"
26799             ],
26800             "fields": [
26801                 "operator",
26802                 "address",
26803                 "building_area",
26804                 "opening_hours"
26805             ],
26806             "suggestion": true
26807         },
26808         "shop/supermarket/Penny": {
26809             "tags": {
26810                 "name": "Penny",
26811                 "shop": "supermarket"
26812             },
26813             "name": "Penny",
26814             "icon": "grocery",
26815             "geometry": [
26816                 "point",
26817                 "area"
26818             ],
26819             "fields": [
26820                 "operator",
26821                 "address",
26822                 "building_area",
26823                 "opening_hours"
26824             ],
26825             "suggestion": true
26826         },
26827         "shop/supermarket/Norma": {
26828             "tags": {
26829                 "name": "Norma",
26830                 "shop": "supermarket"
26831             },
26832             "name": "Norma",
26833             "icon": "grocery",
26834             "geometry": [
26835                 "point",
26836                 "area"
26837             ],
26838             "fields": [
26839                 "operator",
26840                 "address",
26841                 "building_area",
26842                 "opening_hours"
26843             ],
26844             "suggestion": true
26845         },
26846         "shop/supermarket/Asda": {
26847             "tags": {
26848                 "name": "Asda",
26849                 "shop": "supermarket"
26850             },
26851             "name": "Asda",
26852             "icon": "grocery",
26853             "geometry": [
26854                 "point",
26855                 "area"
26856             ],
26857             "fields": [
26858                 "operator",
26859                 "address",
26860                 "building_area",
26861                 "opening_hours"
26862             ],
26863             "suggestion": true
26864         },
26865         "shop/supermarket/Netto": {
26866             "tags": {
26867                 "name": "Netto",
26868                 "shop": "supermarket"
26869             },
26870             "name": "Netto",
26871             "icon": "grocery",
26872             "geometry": [
26873                 "point",
26874                 "area"
26875             ],
26876             "fields": [
26877                 "operator",
26878                 "address",
26879                 "building_area",
26880                 "opening_hours"
26881             ],
26882             "suggestion": true
26883         },
26884         "shop/supermarket/Rewe": {
26885             "tags": {
26886                 "name": "Rewe",
26887                 "shop": "supermarket"
26888             },
26889             "name": "Rewe",
26890             "icon": "grocery",
26891             "geometry": [
26892                 "point",
26893                 "area"
26894             ],
26895             "fields": [
26896                 "operator",
26897                 "address",
26898                 "building_area",
26899                 "opening_hours"
26900             ],
26901             "suggestion": true
26902         },
26903         "shop/supermarket/Aldi Süd": {
26904             "tags": {
26905                 "name": "Aldi Süd",
26906                 "shop": "supermarket"
26907             },
26908             "name": "Aldi Süd",
26909             "icon": "grocery",
26910             "geometry": [
26911                 "point",
26912                 "area"
26913             ],
26914             "fields": [
26915                 "operator",
26916                 "address",
26917                 "building_area",
26918                 "opening_hours"
26919             ],
26920             "suggestion": true
26921         },
26922         "shop/supermarket/Real": {
26923             "tags": {
26924                 "name": "Real",
26925                 "shop": "supermarket"
26926             },
26927             "name": "Real",
26928             "icon": "grocery",
26929             "geometry": [
26930                 "point",
26931                 "area"
26932             ],
26933             "fields": [
26934                 "operator",
26935                 "address",
26936                 "building_area",
26937                 "opening_hours"
26938             ],
26939             "suggestion": true
26940         },
26941         "shop/supermarket/King Soopers": {
26942             "tags": {
26943                 "name": "King Soopers",
26944                 "shop": "supermarket"
26945             },
26946             "name": "King Soopers",
26947             "icon": "grocery",
26948             "geometry": [
26949                 "point",
26950                 "area"
26951             ],
26952             "fields": [
26953                 "operator",
26954                 "address",
26955                 "building_area",
26956                 "opening_hours"
26957             ],
26958             "suggestion": true
26959         },
26960         "shop/supermarket/Kiwi": {
26961             "tags": {
26962                 "name": "Kiwi",
26963                 "shop": "supermarket"
26964             },
26965             "name": "Kiwi",
26966             "icon": "grocery",
26967             "geometry": [
26968                 "point",
26969                 "area"
26970             ],
26971             "fields": [
26972                 "operator",
26973                 "address",
26974                 "building_area",
26975                 "opening_hours"
26976             ],
26977             "suggestion": true
26978         },
26979         "shop/supermarket/Pick n Pay": {
26980             "tags": {
26981                 "name": "Pick n Pay",
26982                 "shop": "supermarket"
26983             },
26984             "name": "Pick n Pay",
26985             "icon": "grocery",
26986             "geometry": [
26987                 "point",
26988                 "area"
26989             ],
26990             "fields": [
26991                 "operator",
26992                 "address",
26993                 "building_area",
26994                 "opening_hours"
26995             ],
26996             "suggestion": true
26997         },
26998         "shop/supermarket/ICA": {
26999             "tags": {
27000                 "name": "ICA",
27001                 "shop": "supermarket"
27002             },
27003             "name": "ICA",
27004             "icon": "grocery",
27005             "geometry": [
27006                 "point",
27007                 "area"
27008             ],
27009             "fields": [
27010                 "operator",
27011                 "address",
27012                 "building_area",
27013                 "opening_hours"
27014             ],
27015             "suggestion": true
27016         },
27017         "shop/supermarket/Tengelmann": {
27018             "tags": {
27019                 "name": "Tengelmann",
27020                 "shop": "supermarket"
27021             },
27022             "name": "Tengelmann",
27023             "icon": "grocery",
27024             "geometry": [
27025                 "point",
27026                 "area"
27027             ],
27028             "fields": [
27029                 "operator",
27030                 "address",
27031                 "building_area",
27032                 "opening_hours"
27033             ],
27034             "suggestion": true
27035         },
27036         "shop/supermarket/Carrefour": {
27037             "tags": {
27038                 "name": "Carrefour",
27039                 "shop": "supermarket"
27040             },
27041             "name": "Carrefour",
27042             "icon": "grocery",
27043             "geometry": [
27044                 "point",
27045                 "area"
27046             ],
27047             "fields": [
27048                 "operator",
27049                 "address",
27050                 "building_area",
27051                 "opening_hours"
27052             ],
27053             "suggestion": true
27054         },
27055         "shop/supermarket/Waitrose": {
27056             "tags": {
27057                 "name": "Waitrose",
27058                 "shop": "supermarket"
27059             },
27060             "name": "Waitrose",
27061             "icon": "grocery",
27062             "geometry": [
27063                 "point",
27064                 "area"
27065             ],
27066             "fields": [
27067                 "operator",
27068                 "address",
27069                 "building_area",
27070                 "opening_hours"
27071             ],
27072             "suggestion": true
27073         },
27074         "shop/supermarket/Spar": {
27075             "tags": {
27076                 "name": "Spar",
27077                 "shop": "supermarket"
27078             },
27079             "name": "Spar",
27080             "icon": "grocery",
27081             "geometry": [
27082                 "point",
27083                 "area"
27084             ],
27085             "fields": [
27086                 "operator",
27087                 "address",
27088                 "building_area",
27089                 "opening_hours"
27090             ],
27091             "suggestion": true
27092         },
27093         "shop/supermarket/Hofer": {
27094             "tags": {
27095                 "name": "Hofer",
27096                 "shop": "supermarket"
27097             },
27098             "name": "Hofer",
27099             "icon": "grocery",
27100             "geometry": [
27101                 "point",
27102                 "area"
27103             ],
27104             "fields": [
27105                 "operator",
27106                 "address",
27107                 "building_area",
27108                 "opening_hours"
27109             ],
27110             "suggestion": true
27111         },
27112         "shop/supermarket/M-Preis": {
27113             "tags": {
27114                 "name": "M-Preis",
27115                 "shop": "supermarket"
27116             },
27117             "name": "M-Preis",
27118             "icon": "grocery",
27119             "geometry": [
27120                 "point",
27121                 "area"
27122             ],
27123             "fields": [
27124                 "operator",
27125                 "address",
27126                 "building_area",
27127                 "opening_hours"
27128             ],
27129             "suggestion": true
27130         },
27131         "shop/supermarket/tegut": {
27132             "tags": {
27133                 "name": "tegut",
27134                 "shop": "supermarket"
27135             },
27136             "name": "tegut",
27137             "icon": "grocery",
27138             "geometry": [
27139                 "point",
27140                 "area"
27141             ],
27142             "fields": [
27143                 "operator",
27144                 "address",
27145                 "building_area",
27146                 "opening_hours"
27147             ],
27148             "suggestion": true
27149         },
27150         "shop/supermarket/Sainsbury's Local": {
27151             "tags": {
27152                 "name": "Sainsbury's Local",
27153                 "shop": "supermarket"
27154             },
27155             "name": "Sainsbury's Local",
27156             "icon": "grocery",
27157             "geometry": [
27158                 "point",
27159                 "area"
27160             ],
27161             "fields": [
27162                 "operator",
27163                 "address",
27164                 "building_area",
27165                 "opening_hours"
27166             ],
27167             "suggestion": true
27168         },
27169         "shop/supermarket/E-Center": {
27170             "tags": {
27171                 "name": "E-Center",
27172                 "shop": "supermarket"
27173             },
27174             "name": "E-Center",
27175             "icon": "grocery",
27176             "geometry": [
27177                 "point",
27178                 "area"
27179             ],
27180             "fields": [
27181                 "operator",
27182                 "address",
27183                 "building_area",
27184                 "opening_hours"
27185             ],
27186             "suggestion": true
27187         },
27188         "shop/supermarket/Aldi Nord": {
27189             "tags": {
27190                 "name": "Aldi Nord",
27191                 "shop": "supermarket"
27192             },
27193             "name": "Aldi Nord",
27194             "icon": "grocery",
27195             "geometry": [
27196                 "point",
27197                 "area"
27198             ],
27199             "fields": [
27200                 "operator",
27201                 "address",
27202                 "building_area",
27203                 "opening_hours"
27204             ],
27205             "suggestion": true
27206         },
27207         "shop/supermarket/nahkauf": {
27208             "tags": {
27209                 "name": "nahkauf",
27210                 "shop": "supermarket"
27211             },
27212             "name": "nahkauf",
27213             "icon": "grocery",
27214             "geometry": [
27215                 "point",
27216                 "area"
27217             ],
27218             "fields": [
27219                 "operator",
27220                 "address",
27221                 "building_area",
27222                 "opening_hours"
27223             ],
27224             "suggestion": true
27225         },
27226         "shop/supermarket/Meijer": {
27227             "tags": {
27228                 "name": "Meijer",
27229                 "shop": "supermarket"
27230             },
27231             "name": "Meijer",
27232             "icon": "grocery",
27233             "geometry": [
27234                 "point",
27235                 "area"
27236             ],
27237             "fields": [
27238                 "operator",
27239                 "address",
27240                 "building_area",
27241                 "opening_hours"
27242             ],
27243             "suggestion": true
27244         },
27245         "shop/supermarket/Safeway": {
27246             "tags": {
27247                 "name": "Safeway",
27248                 "shop": "supermarket"
27249             },
27250             "name": "Safeway",
27251             "icon": "grocery",
27252             "geometry": [
27253                 "point",
27254                 "area"
27255             ],
27256             "fields": [
27257                 "operator",
27258                 "address",
27259                 "building_area",
27260                 "opening_hours"
27261             ],
27262             "suggestion": true
27263         },
27264         "shop/supermarket/Costco": {
27265             "tags": {
27266                 "name": "Costco",
27267                 "shop": "supermarket"
27268             },
27269             "name": "Costco",
27270             "icon": "grocery",
27271             "geometry": [
27272                 "point",
27273                 "area"
27274             ],
27275             "fields": [
27276                 "operator",
27277                 "address",
27278                 "building_area",
27279                 "opening_hours"
27280             ],
27281             "suggestion": true
27282         },
27283         "shop/supermarket/Albert": {
27284             "tags": {
27285                 "name": "Albert",
27286                 "shop": "supermarket"
27287             },
27288             "name": "Albert",
27289             "icon": "grocery",
27290             "geometry": [
27291                 "point",
27292                 "area"
27293             ],
27294             "fields": [
27295                 "operator",
27296                 "address",
27297                 "building_area",
27298                 "opening_hours"
27299             ],
27300             "suggestion": true
27301         },
27302         "shop/supermarket/Jumbo": {
27303             "tags": {
27304                 "name": "Jumbo",
27305                 "shop": "supermarket"
27306             },
27307             "name": "Jumbo",
27308             "icon": "grocery",
27309             "geometry": [
27310                 "point",
27311                 "area"
27312             ],
27313             "fields": [
27314                 "operator",
27315                 "address",
27316                 "building_area",
27317                 "opening_hours"
27318             ],
27319             "suggestion": true
27320         },
27321         "shop/supermarket/Shoprite": {
27322             "tags": {
27323                 "name": "Shoprite",
27324                 "shop": "supermarket"
27325             },
27326             "name": "Shoprite",
27327             "icon": "grocery",
27328             "geometry": [
27329                 "point",
27330                 "area"
27331             ],
27332             "fields": [
27333                 "operator",
27334                 "address",
27335                 "building_area",
27336                 "opening_hours"
27337             ],
27338             "suggestion": true
27339         },
27340         "shop/supermarket/MPreis": {
27341             "tags": {
27342                 "name": "MPreis",
27343                 "shop": "supermarket"
27344             },
27345             "name": "MPreis",
27346             "icon": "grocery",
27347             "geometry": [
27348                 "point",
27349                 "area"
27350             ],
27351             "fields": [
27352                 "operator",
27353                 "address",
27354                 "building_area",
27355                 "opening_hours"
27356             ],
27357             "suggestion": true
27358         },
27359         "shop/supermarket/Penny Market": {
27360             "tags": {
27361                 "name": "Penny Market",
27362                 "shop": "supermarket"
27363             },
27364             "name": "Penny Market",
27365             "icon": "grocery",
27366             "geometry": [
27367                 "point",
27368                 "area"
27369             ],
27370             "fields": [
27371                 "operator",
27372                 "address",
27373                 "building_area",
27374                 "opening_hours"
27375             ],
27376             "suggestion": true
27377         },
27378         "shop/supermarket/Tesco Extra": {
27379             "tags": {
27380                 "name": "Tesco Extra",
27381                 "shop": "supermarket"
27382             },
27383             "name": "Tesco Extra",
27384             "icon": "grocery",
27385             "geometry": [
27386                 "point",
27387                 "area"
27388             ],
27389             "fields": [
27390                 "operator",
27391                 "address",
27392                 "building_area",
27393                 "opening_hours"
27394             ],
27395             "suggestion": true
27396         },
27397         "shop/supermarket/Albert Heijn": {
27398             "tags": {
27399                 "name": "Albert Heijn",
27400                 "shop": "supermarket"
27401             },
27402             "name": "Albert Heijn",
27403             "icon": "grocery",
27404             "geometry": [
27405                 "point",
27406                 "area"
27407             ],
27408             "fields": [
27409                 "operator",
27410                 "address",
27411                 "building_area",
27412                 "opening_hours"
27413             ],
27414             "suggestion": true
27415         },
27416         "shop/supermarket/IGA": {
27417             "tags": {
27418                 "name": "IGA",
27419                 "shop": "supermarket"
27420             },
27421             "name": "IGA",
27422             "icon": "grocery",
27423             "geometry": [
27424                 "point",
27425                 "area"
27426             ],
27427             "fields": [
27428                 "operator",
27429                 "address",
27430                 "building_area",
27431                 "opening_hours"
27432             ],
27433             "suggestion": true
27434         },
27435         "shop/supermarket/Super U": {
27436             "tags": {
27437                 "name": "Super U",
27438                 "shop": "supermarket"
27439             },
27440             "name": "Super U",
27441             "icon": "grocery",
27442             "geometry": [
27443                 "point",
27444                 "area"
27445             ],
27446             "fields": [
27447                 "operator",
27448                 "address",
27449                 "building_area",
27450                 "opening_hours"
27451             ],
27452             "suggestion": true
27453         },
27454         "shop/supermarket/Metro": {
27455             "tags": {
27456                 "name": "Metro",
27457                 "shop": "supermarket"
27458             },
27459             "name": "Metro",
27460             "icon": "grocery",
27461             "geometry": [
27462                 "point",
27463                 "area"
27464             ],
27465             "fields": [
27466                 "operator",
27467                 "address",
27468                 "building_area",
27469                 "opening_hours"
27470             ],
27471             "suggestion": true
27472         },
27473         "shop/supermarket/Neukauf": {
27474             "tags": {
27475                 "name": "Neukauf",
27476                 "shop": "supermarket"
27477             },
27478             "name": "Neukauf",
27479             "icon": "grocery",
27480             "geometry": [
27481                 "point",
27482                 "area"
27483             ],
27484             "fields": [
27485                 "operator",
27486                 "address",
27487                 "building_area",
27488                 "opening_hours"
27489             ],
27490             "suggestion": true
27491         },
27492         "shop/supermarket/Migros": {
27493             "tags": {
27494                 "name": "Migros",
27495                 "shop": "supermarket"
27496             },
27497             "name": "Migros",
27498             "icon": "grocery",
27499             "geometry": [
27500                 "point",
27501                 "area"
27502             ],
27503             "fields": [
27504                 "operator",
27505                 "address",
27506                 "building_area",
27507                 "opening_hours"
27508             ],
27509             "suggestion": true
27510         },
27511         "shop/supermarket/Marktkauf": {
27512             "tags": {
27513                 "name": "Marktkauf",
27514                 "shop": "supermarket"
27515             },
27516             "name": "Marktkauf",
27517             "icon": "grocery",
27518             "geometry": [
27519                 "point",
27520                 "area"
27521             ],
27522             "fields": [
27523                 "operator",
27524                 "address",
27525                 "building_area",
27526                 "opening_hours"
27527             ],
27528             "suggestion": true
27529         },
27530         "shop/supermarket/Delikatesy Centrum": {
27531             "tags": {
27532                 "name": "Delikatesy Centrum",
27533                 "shop": "supermarket"
27534             },
27535             "name": "Delikatesy Centrum",
27536             "icon": "grocery",
27537             "geometry": [
27538                 "point",
27539                 "area"
27540             ],
27541             "fields": [
27542                 "operator",
27543                 "address",
27544                 "building_area",
27545                 "opening_hours"
27546             ],
27547             "suggestion": true
27548         },
27549         "shop/supermarket/C1000": {
27550             "tags": {
27551                 "name": "C1000",
27552                 "shop": "supermarket"
27553             },
27554             "name": "C1000",
27555             "icon": "grocery",
27556             "geometry": [
27557                 "point",
27558                 "area"
27559             ],
27560             "fields": [
27561                 "operator",
27562                 "address",
27563                 "building_area",
27564                 "opening_hours"
27565             ],
27566             "suggestion": true
27567         },
27568         "shop/supermarket/Hoogvliet": {
27569             "tags": {
27570                 "name": "Hoogvliet",
27571                 "shop": "supermarket"
27572             },
27573             "name": "Hoogvliet",
27574             "icon": "grocery",
27575             "geometry": [
27576                 "point",
27577                 "area"
27578             ],
27579             "fields": [
27580                 "operator",
27581                 "address",
27582                 "building_area",
27583                 "opening_hours"
27584             ],
27585             "suggestion": true
27586         },
27587         "shop/supermarket/Food Basics": {
27588             "tags": {
27589                 "name": "Food Basics",
27590                 "shop": "supermarket"
27591             },
27592             "name": "Food Basics",
27593             "icon": "grocery",
27594             "geometry": [
27595                 "point",
27596                 "area"
27597             ],
27598             "fields": [
27599                 "operator",
27600                 "address",
27601                 "building_area",
27602                 "opening_hours"
27603             ],
27604             "suggestion": true
27605         },
27606         "shop/supermarket/Casino": {
27607             "tags": {
27608                 "name": "Casino",
27609                 "shop": "supermarket"
27610             },
27611             "name": "Casino",
27612             "icon": "grocery",
27613             "geometry": [
27614                 "point",
27615                 "area"
27616             ],
27617             "fields": [
27618                 "operator",
27619                 "address",
27620                 "building_area",
27621                 "opening_hours"
27622             ],
27623             "suggestion": true
27624         },
27625         "shop/supermarket/Penny Markt": {
27626             "tags": {
27627                 "name": "Penny Markt",
27628                 "shop": "supermarket"
27629             },
27630             "name": "Penny Markt",
27631             "icon": "grocery",
27632             "geometry": [
27633                 "point",
27634                 "area"
27635             ],
27636             "fields": [
27637                 "operator",
27638                 "address",
27639                 "building_area",
27640                 "opening_hours"
27641             ],
27642             "suggestion": true
27643         },
27644         "shop/supermarket/Giant": {
27645             "tags": {
27646                 "name": "Giant",
27647                 "shop": "supermarket"
27648             },
27649             "name": "Giant",
27650             "icon": "grocery",
27651             "geometry": [
27652                 "point",
27653                 "area"
27654             ],
27655             "fields": [
27656                 "operator",
27657                 "address",
27658                 "building_area",
27659                 "opening_hours"
27660             ],
27661             "suggestion": true
27662         },
27663         "shop/supermarket/Rema 1000": {
27664             "tags": {
27665                 "name": "Rema 1000",
27666                 "shop": "supermarket"
27667             },
27668             "name": "Rema 1000",
27669             "icon": "grocery",
27670             "geometry": [
27671                 "point",
27672                 "area"
27673             ],
27674             "fields": [
27675                 "operator",
27676                 "address",
27677                 "building_area",
27678                 "opening_hours"
27679             ],
27680             "suggestion": true
27681         },
27682         "shop/supermarket/Kaufpark": {
27683             "tags": {
27684                 "name": "Kaufpark",
27685                 "shop": "supermarket"
27686             },
27687             "name": "Kaufpark",
27688             "icon": "grocery",
27689             "geometry": [
27690                 "point",
27691                 "area"
27692             ],
27693             "fields": [
27694                 "operator",
27695                 "address",
27696                 "building_area",
27697                 "opening_hours"
27698             ],
27699             "suggestion": true
27700         },
27701         "shop/supermarket/ALDI SÜD": {
27702             "tags": {
27703                 "name": "ALDI SÜD",
27704                 "shop": "supermarket"
27705             },
27706             "name": "ALDI SÜD",
27707             "icon": "grocery",
27708             "geometry": [
27709                 "point",
27710                 "area"
27711             ],
27712             "fields": [
27713                 "operator",
27714                 "address",
27715                 "building_area",
27716                 "opening_hours"
27717             ],
27718             "suggestion": true
27719         },
27720         "shop/supermarket/Simply Market": {
27721             "tags": {
27722                 "name": "Simply Market",
27723                 "shop": "supermarket"
27724             },
27725             "name": "Simply Market",
27726             "icon": "grocery",
27727             "geometry": [
27728                 "point",
27729                 "area"
27730             ],
27731             "fields": [
27732                 "operator",
27733                 "address",
27734                 "building_area",
27735                 "opening_hours"
27736             ],
27737             "suggestion": true
27738         },
27739         "shop/supermarket/Konzum": {
27740             "tags": {
27741                 "name": "Konzum",
27742                 "shop": "supermarket"
27743             },
27744             "name": "Konzum",
27745             "icon": "grocery",
27746             "geometry": [
27747                 "point",
27748                 "area"
27749             ],
27750             "fields": [
27751                 "operator",
27752                 "address",
27753                 "building_area",
27754                 "opening_hours"
27755             ],
27756             "suggestion": true
27757         },
27758         "shop/supermarket/Carrefour Express": {
27759             "tags": {
27760                 "name": "Carrefour Express",
27761                 "shop": "supermarket"
27762             },
27763             "name": "Carrefour Express",
27764             "icon": "grocery",
27765             "geometry": [
27766                 "point",
27767                 "area"
27768             ],
27769             "fields": [
27770                 "operator",
27771                 "address",
27772                 "building_area",
27773                 "opening_hours"
27774             ],
27775             "suggestion": true
27776         },
27777         "shop/supermarket/Eurospar": {
27778             "tags": {
27779                 "name": "Eurospar",
27780                 "shop": "supermarket"
27781             },
27782             "name": "Eurospar",
27783             "icon": "grocery",
27784             "geometry": [
27785                 "point",
27786                 "area"
27787             ],
27788             "fields": [
27789                 "operator",
27790                 "address",
27791                 "building_area",
27792                 "opening_hours"
27793             ],
27794             "suggestion": true
27795         },
27796         "shop/supermarket/Mercator": {
27797             "tags": {
27798                 "name": "Mercator",
27799                 "shop": "supermarket"
27800             },
27801             "name": "Mercator",
27802             "icon": "grocery",
27803             "geometry": [
27804                 "point",
27805                 "area"
27806             ],
27807             "fields": [
27808                 "operator",
27809                 "address",
27810                 "building_area",
27811                 "opening_hours"
27812             ],
27813             "suggestion": true
27814         },
27815         "shop/supermarket/Famila": {
27816             "tags": {
27817                 "name": "Famila",
27818                 "shop": "supermarket"
27819             },
27820             "name": "Famila",
27821             "icon": "grocery",
27822             "geometry": [
27823                 "point",
27824                 "area"
27825             ],
27826             "fields": [
27827                 "operator",
27828                 "address",
27829                 "building_area",
27830                 "opening_hours"
27831             ],
27832             "suggestion": true
27833         },
27834         "shop/supermarket/Hemköp": {
27835             "tags": {
27836                 "name": "Hemköp",
27837                 "shop": "supermarket"
27838             },
27839             "name": "Hemköp",
27840             "icon": "grocery",
27841             "geometry": [
27842                 "point",
27843                 "area"
27844             ],
27845             "fields": [
27846                 "operator",
27847                 "address",
27848                 "building_area",
27849                 "opening_hours"
27850             ],
27851             "suggestion": true
27852         },
27853         "shop/supermarket/real,-": {
27854             "tags": {
27855                 "name": "real,-",
27856                 "shop": "supermarket"
27857             },
27858             "name": "real,-",
27859             "icon": "grocery",
27860             "geometry": [
27861                 "point",
27862                 "area"
27863             ],
27864             "fields": [
27865                 "operator",
27866                 "address",
27867                 "building_area",
27868                 "opening_hours"
27869             ],
27870             "suggestion": true
27871         },
27872         "shop/supermarket/Markant": {
27873             "tags": {
27874                 "name": "Markant",
27875                 "shop": "supermarket"
27876             },
27877             "name": "Markant",
27878             "icon": "grocery",
27879             "geometry": [
27880                 "point",
27881                 "area"
27882             ],
27883             "fields": [
27884                 "operator",
27885                 "address",
27886                 "building_area",
27887                 "opening_hours"
27888             ],
27889             "suggestion": true
27890         },
27891         "shop/supermarket/Volg": {
27892             "tags": {
27893                 "name": "Volg",
27894                 "shop": "supermarket"
27895             },
27896             "name": "Volg",
27897             "icon": "grocery",
27898             "geometry": [
27899                 "point",
27900                 "area"
27901             ],
27902             "fields": [
27903                 "operator",
27904                 "address",
27905                 "building_area",
27906                 "opening_hours"
27907             ],
27908             "suggestion": true
27909         },
27910         "shop/supermarket/Leader Price": {
27911             "tags": {
27912                 "name": "Leader Price",
27913                 "shop": "supermarket"
27914             },
27915             "name": "Leader Price",
27916             "icon": "grocery",
27917             "geometry": [
27918                 "point",
27919                 "area"
27920             ],
27921             "fields": [
27922                 "operator",
27923                 "address",
27924                 "building_area",
27925                 "opening_hours"
27926             ],
27927             "suggestion": true
27928         },
27929         "shop/supermarket/Treff 3000": {
27930             "tags": {
27931                 "name": "Treff 3000",
27932                 "shop": "supermarket"
27933             },
27934             "name": "Treff 3000",
27935             "icon": "grocery",
27936             "geometry": [
27937                 "point",
27938                 "area"
27939             ],
27940             "fields": [
27941                 "operator",
27942                 "address",
27943                 "building_area",
27944                 "opening_hours"
27945             ],
27946             "suggestion": true
27947         },
27948         "shop/supermarket/SuperBrugsen": {
27949             "tags": {
27950                 "name": "SuperBrugsen",
27951                 "shop": "supermarket"
27952             },
27953             "name": "SuperBrugsen",
27954             "icon": "grocery",
27955             "geometry": [
27956                 "point",
27957                 "area"
27958             ],
27959             "fields": [
27960                 "operator",
27961                 "address",
27962                 "building_area",
27963                 "opening_hours"
27964             ],
27965             "suggestion": true
27966         },
27967         "shop/supermarket/Kaiser's": {
27968             "tags": {
27969                 "name": "Kaiser's",
27970                 "shop": "supermarket"
27971             },
27972             "name": "Kaiser's",
27973             "icon": "grocery",
27974             "geometry": [
27975                 "point",
27976                 "area"
27977             ],
27978             "fields": [
27979                 "operator",
27980                 "address",
27981                 "building_area",
27982                 "opening_hours"
27983             ],
27984             "suggestion": true
27985         },
27986         "shop/supermarket/K+K": {
27987             "tags": {
27988                 "name": "K+K",
27989                 "shop": "supermarket"
27990             },
27991             "name": "K+K",
27992             "icon": "grocery",
27993             "geometry": [
27994                 "point",
27995                 "area"
27996             ],
27997             "fields": [
27998                 "operator",
27999                 "address",
28000                 "building_area",
28001                 "opening_hours"
28002             ],
28003             "suggestion": true
28004         },
28005         "shop/supermarket/Unimarkt": {
28006             "tags": {
28007                 "name": "Unimarkt",
28008                 "shop": "supermarket"
28009             },
28010             "name": "Unimarkt",
28011             "icon": "grocery",
28012             "geometry": [
28013                 "point",
28014                 "area"
28015             ],
28016             "fields": [
28017                 "operator",
28018                 "address",
28019                 "building_area",
28020                 "opening_hours"
28021             ],
28022             "suggestion": true
28023         },
28024         "shop/supermarket/Carrefour City": {
28025             "tags": {
28026                 "name": "Carrefour City",
28027                 "shop": "supermarket"
28028             },
28029             "name": "Carrefour City",
28030             "icon": "grocery",
28031             "geometry": [
28032                 "point",
28033                 "area"
28034             ],
28035             "fields": [
28036                 "operator",
28037                 "address",
28038                 "building_area",
28039                 "opening_hours"
28040             ],
28041             "suggestion": true
28042         },
28043         "shop/supermarket/Sobeys": {
28044             "tags": {
28045                 "name": "Sobeys",
28046                 "shop": "supermarket"
28047             },
28048             "name": "Sobeys",
28049             "icon": "grocery",
28050             "geometry": [
28051                 "point",
28052                 "area"
28053             ],
28054             "fields": [
28055                 "operator",
28056                 "address",
28057                 "building_area",
28058                 "opening_hours"
28059             ],
28060             "suggestion": true
28061         },
28062         "shop/supermarket/S-Market": {
28063             "tags": {
28064                 "name": "S-Market",
28065                 "shop": "supermarket"
28066             },
28067             "name": "S-Market",
28068             "icon": "grocery",
28069             "geometry": [
28070                 "point",
28071                 "area"
28072             ],
28073             "fields": [
28074                 "operator",
28075                 "address",
28076                 "building_area",
28077                 "opening_hours"
28078             ],
28079             "suggestion": true
28080         },
28081         "shop/supermarket/Combi": {
28082             "tags": {
28083                 "name": "Combi",
28084                 "shop": "supermarket"
28085             },
28086             "name": "Combi",
28087             "icon": "grocery",
28088             "geometry": [
28089                 "point",
28090                 "area"
28091             ],
28092             "fields": [
28093                 "operator",
28094                 "address",
28095                 "building_area",
28096                 "opening_hours"
28097             ],
28098             "suggestion": true
28099         },
28100         "shop/supermarket/Denner": {
28101             "tags": {
28102                 "name": "Denner",
28103                 "shop": "supermarket"
28104             },
28105             "name": "Denner",
28106             "icon": "grocery",
28107             "geometry": [
28108                 "point",
28109                 "area"
28110             ],
28111             "fields": [
28112                 "operator",
28113                 "address",
28114                 "building_area",
28115                 "opening_hours"
28116             ],
28117             "suggestion": true
28118         },
28119         "shop/supermarket/Konsum": {
28120             "tags": {
28121                 "name": "Konsum",
28122                 "shop": "supermarket"
28123             },
28124             "name": "Konsum",
28125             "icon": "grocery",
28126             "geometry": [
28127                 "point",
28128                 "area"
28129             ],
28130             "fields": [
28131                 "operator",
28132                 "address",
28133                 "building_area",
28134                 "opening_hours"
28135             ],
28136             "suggestion": true
28137         },
28138         "shop/supermarket/Franprix": {
28139             "tags": {
28140                 "name": "Franprix",
28141                 "shop": "supermarket"
28142             },
28143             "name": "Franprix",
28144             "icon": "grocery",
28145             "geometry": [
28146                 "point",
28147                 "area"
28148             ],
28149             "fields": [
28150                 "operator",
28151                 "address",
28152                 "building_area",
28153                 "opening_hours"
28154             ],
28155             "suggestion": true
28156         },
28157         "shop/supermarket/Monoprix": {
28158             "tags": {
28159                 "name": "Monoprix",
28160                 "shop": "supermarket"
28161             },
28162             "name": "Monoprix",
28163             "icon": "grocery",
28164             "geometry": [
28165                 "point",
28166                 "area"
28167             ],
28168             "fields": [
28169                 "operator",
28170                 "address",
28171                 "building_area",
28172                 "opening_hours"
28173             ],
28174             "suggestion": true
28175         },
28176         "shop/supermarket/Diska": {
28177             "tags": {
28178                 "name": "Diska",
28179                 "shop": "supermarket"
28180             },
28181             "name": "Diska",
28182             "icon": "grocery",
28183             "geometry": [
28184                 "point",
28185                 "area"
28186             ],
28187             "fields": [
28188                 "operator",
28189                 "address",
28190                 "building_area",
28191                 "opening_hours"
28192             ],
28193             "suggestion": true
28194         },
28195         "shop/supermarket/PENNY": {
28196             "tags": {
28197                 "name": "PENNY",
28198                 "shop": "supermarket"
28199             },
28200             "name": "PENNY",
28201             "icon": "grocery",
28202             "geometry": [
28203                 "point",
28204                 "area"
28205             ],
28206             "fields": [
28207                 "operator",
28208                 "address",
28209                 "building_area",
28210                 "opening_hours"
28211             ],
28212             "suggestion": true
28213         },
28214         "shop/supermarket/Dia": {
28215             "tags": {
28216                 "name": "Dia",
28217                 "shop": "supermarket"
28218             },
28219             "name": "Dia",
28220             "icon": "grocery",
28221             "geometry": [
28222                 "point",
28223                 "area"
28224             ],
28225             "fields": [
28226                 "operator",
28227                 "address",
28228                 "building_area",
28229                 "opening_hours"
28230             ],
28231             "suggestion": true
28232         },
28233         "shop/supermarket/Giant Eagle": {
28234             "tags": {
28235                 "name": "Giant Eagle",
28236                 "shop": "supermarket"
28237             },
28238             "name": "Giant Eagle",
28239             "icon": "grocery",
28240             "geometry": [
28241                 "point",
28242                 "area"
28243             ],
28244             "fields": [
28245                 "operator",
28246                 "address",
28247                 "building_area",
28248                 "opening_hours"
28249             ],
28250             "suggestion": true
28251         },
28252         "shop/supermarket/NORMA": {
28253             "tags": {
28254                 "name": "NORMA",
28255                 "shop": "supermarket"
28256             },
28257             "name": "NORMA",
28258             "icon": "grocery",
28259             "geometry": [
28260                 "point",
28261                 "area"
28262             ],
28263             "fields": [
28264                 "operator",
28265                 "address",
28266                 "building_area",
28267                 "opening_hours"
28268             ],
28269             "suggestion": true
28270         },
28271         "shop/supermarket/AD Delhaize": {
28272             "tags": {
28273                 "name": "AD Delhaize",
28274                 "shop": "supermarket"
28275             },
28276             "name": "AD Delhaize",
28277             "icon": "grocery",
28278             "geometry": [
28279                 "point",
28280                 "area"
28281             ],
28282             "fields": [
28283                 "operator",
28284                 "address",
28285                 "building_area",
28286                 "opening_hours"
28287             ],
28288             "suggestion": true
28289         },
28290         "shop/supermarket/Auchan": {
28291             "tags": {
28292                 "name": "Auchan",
28293                 "shop": "supermarket"
28294             },
28295             "name": "Auchan",
28296             "icon": "grocery",
28297             "geometry": [
28298                 "point",
28299                 "area"
28300             ],
28301             "fields": [
28302                 "operator",
28303                 "address",
28304                 "building_area",
28305                 "opening_hours"
28306             ],
28307             "suggestion": true
28308         },
28309         "shop/supermarket/Mercadona": {
28310             "tags": {
28311                 "name": "Mercadona",
28312                 "shop": "supermarket"
28313             },
28314             "name": "Mercadona",
28315             "icon": "grocery",
28316             "geometry": [
28317                 "point",
28318                 "area"
28319             ],
28320             "fields": [
28321                 "operator",
28322                 "address",
28323                 "building_area",
28324                 "opening_hours"
28325             ],
28326             "suggestion": true
28327         },
28328         "shop/supermarket/Consum": {
28329             "tags": {
28330                 "name": "Consum",
28331                 "shop": "supermarket"
28332             },
28333             "name": "Consum",
28334             "icon": "grocery",
28335             "geometry": [
28336                 "point",
28337                 "area"
28338             ],
28339             "fields": [
28340                 "operator",
28341                 "address",
28342                 "building_area",
28343                 "opening_hours"
28344             ],
28345             "suggestion": true
28346         },
28347         "shop/supermarket/Carrefour Market": {
28348             "tags": {
28349                 "name": "Carrefour Market",
28350                 "shop": "supermarket"
28351             },
28352             "name": "Carrefour Market",
28353             "icon": "grocery",
28354             "geometry": [
28355                 "point",
28356                 "area"
28357             ],
28358             "fields": [
28359                 "operator",
28360                 "address",
28361                 "building_area",
28362                 "opening_hours"
28363             ],
28364             "suggestion": true
28365         },
28366         "shop/supermarket/Whole Foods": {
28367             "tags": {
28368                 "name": "Whole Foods",
28369                 "shop": "supermarket"
28370             },
28371             "name": "Whole Foods",
28372             "icon": "grocery",
28373             "geometry": [
28374                 "point",
28375                 "area"
28376             ],
28377             "fields": [
28378                 "operator",
28379                 "address",
28380                 "building_area",
28381                 "opening_hours"
28382             ],
28383             "suggestion": true
28384         },
28385         "shop/supermarket/Pam": {
28386             "tags": {
28387                 "name": "Pam",
28388                 "shop": "supermarket"
28389             },
28390             "name": "Pam",
28391             "icon": "grocery",
28392             "geometry": [
28393                 "point",
28394                 "area"
28395             ],
28396             "fields": [
28397                 "operator",
28398                 "address",
28399                 "building_area",
28400                 "opening_hours"
28401             ],
28402             "suggestion": true
28403         },
28404         "shop/supermarket/sky": {
28405             "tags": {
28406                 "name": "sky",
28407                 "shop": "supermarket"
28408             },
28409             "name": "sky",
28410             "icon": "grocery",
28411             "geometry": [
28412                 "point",
28413                 "area"
28414             ],
28415             "fields": [
28416                 "operator",
28417                 "address",
28418                 "building_area",
28419                 "opening_hours"
28420             ],
28421             "suggestion": true
28422         },
28423         "shop/supermarket/Despar": {
28424             "tags": {
28425                 "name": "Despar",
28426                 "shop": "supermarket"
28427             },
28428             "name": "Despar",
28429             "icon": "grocery",
28430             "geometry": [
28431                 "point",
28432                 "area"
28433             ],
28434             "fields": [
28435                 "operator",
28436                 "address",
28437                 "building_area",
28438                 "opening_hours"
28439             ],
28440             "suggestion": true
28441         },
28442         "shop/supermarket/Eroski": {
28443             "tags": {
28444                 "name": "Eroski",
28445                 "shop": "supermarket"
28446             },
28447             "name": "Eroski",
28448             "icon": "grocery",
28449             "geometry": [
28450                 "point",
28451                 "area"
28452             ],
28453             "fields": [
28454                 "operator",
28455                 "address",
28456                 "building_area",
28457                 "opening_hours"
28458             ],
28459             "suggestion": true
28460         },
28461         "shop/supermarket/Maxi": {
28462             "tags": {
28463                 "name": "Maxi",
28464                 "shop": "supermarket"
28465             },
28466             "name": "Maxi",
28467             "icon": "grocery",
28468             "geometry": [
28469                 "point",
28470                 "area"
28471             ],
28472             "fields": [
28473                 "operator",
28474                 "address",
28475                 "building_area",
28476                 "opening_hours"
28477             ],
28478             "suggestion": true
28479         },
28480         "shop/supermarket/Colruyt": {
28481             "tags": {
28482                 "name": "Colruyt",
28483                 "shop": "supermarket"
28484             },
28485             "name": "Colruyt",
28486             "icon": "grocery",
28487             "geometry": [
28488                 "point",
28489                 "area"
28490             ],
28491             "fields": [
28492                 "operator",
28493                 "address",
28494                 "building_area",
28495                 "opening_hours"
28496             ],
28497             "suggestion": true
28498         },
28499         "shop/supermarket/The Co-operative": {
28500             "tags": {
28501                 "name": "The Co-operative",
28502                 "shop": "supermarket"
28503             },
28504             "name": "The Co-operative",
28505             "icon": "grocery",
28506             "geometry": [
28507                 "point",
28508                 "area"
28509             ],
28510             "fields": [
28511                 "operator",
28512                 "address",
28513                 "building_area",
28514                 "opening_hours"
28515             ],
28516             "suggestion": true
28517         },
28518         "shop/supermarket/Intermarché": {
28519             "tags": {
28520                 "name": "Intermarché",
28521                 "shop": "supermarket"
28522             },
28523             "name": "Intermarché",
28524             "icon": "grocery",
28525             "geometry": [
28526                 "point",
28527                 "area"
28528             ],
28529             "fields": [
28530                 "operator",
28531                 "address",
28532                 "building_area",
28533                 "opening_hours"
28534             ],
28535             "suggestion": true
28536         },
28537         "shop/supermarket/Delhaize": {
28538             "tags": {
28539                 "name": "Delhaize",
28540                 "shop": "supermarket"
28541             },
28542             "name": "Delhaize",
28543             "icon": "grocery",
28544             "geometry": [
28545                 "point",
28546                 "area"
28547             ],
28548             "fields": [
28549                 "operator",
28550                 "address",
28551                 "building_area",
28552                 "opening_hours"
28553             ],
28554             "suggestion": true
28555         },
28556         "shop/supermarket/CBA": {
28557             "tags": {
28558                 "name": "CBA",
28559                 "shop": "supermarket"
28560             },
28561             "name": "CBA",
28562             "icon": "grocery",
28563             "geometry": [
28564                 "point",
28565                 "area"
28566             ],
28567             "fields": [
28568                 "operator",
28569                 "address",
28570                 "building_area",
28571                 "opening_hours"
28572             ],
28573             "suggestion": true
28574         },
28575         "shop/supermarket/Shopi": {
28576             "tags": {
28577                 "name": "Shopi",
28578                 "shop": "supermarket"
28579             },
28580             "name": "Shopi",
28581             "icon": "grocery",
28582             "geometry": [
28583                 "point",
28584                 "area"
28585             ],
28586             "fields": [
28587                 "operator",
28588                 "address",
28589                 "building_area",
28590                 "opening_hours"
28591             ],
28592             "suggestion": true
28593         },
28594         "shop/supermarket/Walmart": {
28595             "tags": {
28596                 "name": "Walmart",
28597                 "shop": "supermarket"
28598             },
28599             "name": "Walmart",
28600             "icon": "grocery",
28601             "geometry": [
28602                 "point",
28603                 "area"
28604             ],
28605             "fields": [
28606                 "operator",
28607                 "address",
28608                 "building_area",
28609                 "opening_hours"
28610             ],
28611             "suggestion": true
28612         },
28613         "shop/supermarket/Kroger": {
28614             "tags": {
28615                 "name": "Kroger",
28616                 "shop": "supermarket"
28617             },
28618             "name": "Kroger",
28619             "icon": "grocery",
28620             "geometry": [
28621                 "point",
28622                 "area"
28623             ],
28624             "fields": [
28625                 "operator",
28626                 "address",
28627                 "building_area",
28628                 "opening_hours"
28629             ],
28630             "suggestion": true
28631         },
28632         "shop/supermarket/Albertsons": {
28633             "tags": {
28634                 "name": "Albertsons",
28635                 "shop": "supermarket"
28636             },
28637             "name": "Albertsons",
28638             "icon": "grocery",
28639             "geometry": [
28640                 "point",
28641                 "area"
28642             ],
28643             "fields": [
28644                 "operator",
28645                 "address",
28646                 "building_area",
28647                 "opening_hours"
28648             ],
28649             "suggestion": true
28650         },
28651         "shop/supermarket/Trader Joe's": {
28652             "tags": {
28653                 "name": "Trader Joe's",
28654                 "shop": "supermarket"
28655             },
28656             "name": "Trader Joe's",
28657             "icon": "grocery",
28658             "geometry": [
28659                 "point",
28660                 "area"
28661             ],
28662             "fields": [
28663                 "operator",
28664                 "address",
28665                 "building_area",
28666                 "opening_hours"
28667             ],
28668             "suggestion": true
28669         },
28670         "shop/supermarket/Feneberg": {
28671             "tags": {
28672                 "name": "Feneberg",
28673                 "shop": "supermarket"
28674             },
28675             "name": "Feneberg",
28676             "icon": "grocery",
28677             "geometry": [
28678                 "point",
28679                 "area"
28680             ],
28681             "fields": [
28682                 "operator",
28683                 "address",
28684                 "building_area",
28685                 "opening_hours"
28686             ],
28687             "suggestion": true
28688         },
28689         "shop/supermarket/denn's Biomarkt": {
28690             "tags": {
28691                 "name": "denn's Biomarkt",
28692                 "shop": "supermarket"
28693             },
28694             "name": "denn's Biomarkt",
28695             "icon": "grocery",
28696             "geometry": [
28697                 "point",
28698                 "area"
28699             ],
28700             "fields": [
28701                 "operator",
28702                 "address",
28703                 "building_area",
28704                 "opening_hours"
28705             ],
28706             "suggestion": true
28707         },
28708         "shop/supermarket/Kvickly": {
28709             "tags": {
28710                 "name": "Kvickly",
28711                 "shop": "supermarket"
28712             },
28713             "name": "Kvickly",
28714             "icon": "grocery",
28715             "geometry": [
28716                 "point",
28717                 "area"
28718             ],
28719             "fields": [
28720                 "operator",
28721                 "address",
28722                 "building_area",
28723                 "opening_hours"
28724             ],
28725             "suggestion": true
28726         },
28727         "shop/supermarket/Makro": {
28728             "tags": {
28729                 "name": "Makro",
28730                 "shop": "supermarket"
28731             },
28732             "name": "Makro",
28733             "icon": "grocery",
28734             "geometry": [
28735                 "point",
28736                 "area"
28737             ],
28738             "fields": [
28739                 "operator",
28740                 "address",
28741                 "building_area",
28742                 "opening_hours"
28743             ],
28744             "suggestion": true
28745         },
28746         "shop/supermarket/Dico": {
28747             "tags": {
28748                 "name": "Dico",
28749                 "shop": "supermarket"
28750             },
28751             "name": "Dico",
28752             "icon": "grocery",
28753             "geometry": [
28754                 "point",
28755                 "area"
28756             ],
28757             "fields": [
28758                 "operator",
28759                 "address",
28760                 "building_area",
28761                 "opening_hours"
28762             ],
28763             "suggestion": true
28764         },
28765         "shop/supermarket/Nah & Frisch": {
28766             "tags": {
28767                 "name": "Nah & Frisch",
28768                 "shop": "supermarket"
28769             },
28770             "name": "Nah & Frisch",
28771             "icon": "grocery",
28772             "geometry": [
28773                 "point",
28774                 "area"
28775             ],
28776             "fields": [
28777                 "operator",
28778                 "address",
28779                 "building_area",
28780                 "opening_hours"
28781             ],
28782             "suggestion": true
28783         },
28784         "shop/supermarket/Champion": {
28785             "tags": {
28786                 "name": "Champion",
28787                 "shop": "supermarket"
28788             },
28789             "name": "Champion",
28790             "icon": "grocery",
28791             "geometry": [
28792                 "point",
28793                 "area"
28794             ],
28795             "fields": [
28796                 "operator",
28797                 "address",
28798                 "building_area",
28799                 "opening_hours"
28800             ],
28801             "suggestion": true
28802         },
28803         "shop/supermarket/ICA Supermarket": {
28804             "tags": {
28805                 "name": "ICA Supermarket",
28806                 "shop": "supermarket"
28807             },
28808             "name": "ICA Supermarket",
28809             "icon": "grocery",
28810             "geometry": [
28811                 "point",
28812                 "area"
28813             ],
28814             "fields": [
28815                 "operator",
28816                 "address",
28817                 "building_area",
28818                 "opening_hours"
28819             ],
28820             "suggestion": true
28821         },
28822         "shop/supermarket/Fakta": {
28823             "tags": {
28824                 "name": "Fakta",
28825                 "shop": "supermarket"
28826             },
28827             "name": "Fakta",
28828             "icon": "grocery",
28829             "geometry": [
28830                 "point",
28831                 "area"
28832             ],
28833             "fields": [
28834                 "operator",
28835                 "address",
28836                 "building_area",
28837                 "opening_hours"
28838             ],
28839             "suggestion": true
28840         },
28841         "shop/supermarket/Магнит": {
28842             "tags": {
28843                 "name": "Магнит",
28844                 "shop": "supermarket"
28845             },
28846             "name": "Магнит",
28847             "icon": "grocery",
28848             "geometry": [
28849                 "point",
28850                 "area"
28851             ],
28852             "fields": [
28853                 "operator",
28854                 "address",
28855                 "building_area",
28856                 "opening_hours"
28857             ],
28858             "suggestion": true
28859         },
28860         "shop/supermarket/Caprabo": {
28861             "tags": {
28862                 "name": "Caprabo",
28863                 "shop": "supermarket"
28864             },
28865             "name": "Caprabo",
28866             "icon": "grocery",
28867             "geometry": [
28868                 "point",
28869                 "area"
28870             ],
28871             "fields": [
28872                 "operator",
28873                 "address",
28874                 "building_area",
28875                 "opening_hours"
28876             ],
28877             "suggestion": true
28878         },
28879         "shop/supermarket/Famiglia Cooperativa": {
28880             "tags": {
28881                 "name": "Famiglia Cooperativa",
28882                 "shop": "supermarket"
28883             },
28884             "name": "Famiglia Cooperativa",
28885             "icon": "grocery",
28886             "geometry": [
28887                 "point",
28888                 "area"
28889             ],
28890             "fields": [
28891                 "operator",
28892                 "address",
28893                 "building_area",
28894                 "opening_hours"
28895             ],
28896             "suggestion": true
28897         },
28898         "shop/supermarket/Народная 7Я семьЯ": {
28899             "tags": {
28900                 "name": "Народная 7Я семьЯ",
28901                 "shop": "supermarket"
28902             },
28903             "name": "Народная 7Я семьЯ",
28904             "icon": "grocery",
28905             "geometry": [
28906                 "point",
28907                 "area"
28908             ],
28909             "fields": [
28910                 "operator",
28911                 "address",
28912                 "building_area",
28913                 "opening_hours"
28914             ],
28915             "suggestion": true
28916         },
28917         "shop/supermarket/Esselunga": {
28918             "tags": {
28919                 "name": "Esselunga",
28920                 "shop": "supermarket"
28921             },
28922             "name": "Esselunga",
28923             "icon": "grocery",
28924             "geometry": [
28925                 "point",
28926                 "area"
28927             ],
28928             "fields": [
28929                 "operator",
28930                 "address",
28931                 "building_area",
28932                 "opening_hours"
28933             ],
28934             "suggestion": true
28935         },
28936         "shop/supermarket/Maxima": {
28937             "tags": {
28938                 "name": "Maxima",
28939                 "shop": "supermarket"
28940             },
28941             "name": "Maxima",
28942             "icon": "grocery",
28943             "geometry": [
28944                 "point",
28945                 "area"
28946             ],
28947             "fields": [
28948                 "operator",
28949                 "address",
28950                 "building_area",
28951                 "opening_hours"
28952             ],
28953             "suggestion": true
28954         },
28955         "shop/supermarket/Wasgau": {
28956             "tags": {
28957                 "name": "Wasgau",
28958                 "shop": "supermarket"
28959             },
28960             "name": "Wasgau",
28961             "icon": "grocery",
28962             "geometry": [
28963                 "point",
28964                 "area"
28965             ],
28966             "fields": [
28967                 "operator",
28968                 "address",
28969                 "building_area",
28970                 "opening_hours"
28971             ],
28972             "suggestion": true
28973         },
28974         "shop/supermarket/Pingo Doce": {
28975             "tags": {
28976                 "name": "Pingo Doce",
28977                 "shop": "supermarket"
28978             },
28979             "name": "Pingo Doce",
28980             "icon": "grocery",
28981             "geometry": [
28982                 "point",
28983                 "area"
28984             ],
28985             "fields": [
28986                 "operator",
28987                 "address",
28988                 "building_area",
28989                 "opening_hours"
28990             ],
28991             "suggestion": true
28992         },
28993         "shop/supermarket/Match": {
28994             "tags": {
28995                 "name": "Match",
28996                 "shop": "supermarket"
28997             },
28998             "name": "Match",
28999             "icon": "grocery",
29000             "geometry": [
29001                 "point",
29002                 "area"
29003             ],
29004             "fields": [
29005                 "operator",
29006                 "address",
29007                 "building_area",
29008                 "opening_hours"
29009             ],
29010             "suggestion": true
29011         },
29012         "shop/supermarket/Profi": {
29013             "tags": {
29014                 "name": "Profi",
29015                 "shop": "supermarket"
29016             },
29017             "name": "Profi",
29018             "icon": "grocery",
29019             "geometry": [
29020                 "point",
29021                 "area"
29022             ],
29023             "fields": [
29024                 "operator",
29025                 "address",
29026                 "building_area",
29027                 "opening_hours"
29028             ],
29029             "suggestion": true
29030         },
29031         "shop/supermarket/Lider": {
29032             "tags": {
29033                 "name": "Lider",
29034                 "shop": "supermarket"
29035             },
29036             "name": "Lider",
29037             "icon": "grocery",
29038             "geometry": [
29039                 "point",
29040                 "area"
29041             ],
29042             "fields": [
29043                 "operator",
29044                 "address",
29045                 "building_area",
29046                 "opening_hours"
29047             ],
29048             "suggestion": true
29049         },
29050         "shop/supermarket/Unimarc": {
29051             "tags": {
29052                 "name": "Unimarc",
29053                 "shop": "supermarket"
29054             },
29055             "name": "Unimarc",
29056             "icon": "grocery",
29057             "geometry": [
29058                 "point",
29059                 "area"
29060             ],
29061             "fields": [
29062                 "operator",
29063                 "address",
29064                 "building_area",
29065                 "opening_hours"
29066             ],
29067             "suggestion": true
29068         },
29069         "shop/supermarket/The Co-operative Food": {
29070             "tags": {
29071                 "name": "The Co-operative Food",
29072                 "shop": "supermarket"
29073             },
29074             "name": "The Co-operative Food",
29075             "icon": "grocery",
29076             "geometry": [
29077                 "point",
29078                 "area"
29079             ],
29080             "fields": [
29081                 "operator",
29082                 "address",
29083                 "building_area",
29084                 "opening_hours"
29085             ],
29086             "suggestion": true
29087         },
29088         "shop/supermarket/Santa Isabel": {
29089             "tags": {
29090                 "name": "Santa Isabel",
29091                 "shop": "supermarket"
29092             },
29093             "name": "Santa Isabel",
29094             "icon": "grocery",
29095             "geometry": [
29096                 "point",
29097                 "area"
29098             ],
29099             "fields": [
29100                 "operator",
29101                 "address",
29102                 "building_area",
29103                 "opening_hours"
29104             ],
29105             "suggestion": true
29106         },
29107         "shop/supermarket/Седьмой континент": {
29108             "tags": {
29109                 "name": "Седьмой континент",
29110                 "shop": "supermarket"
29111             },
29112             "name": "Седьмой континент",
29113             "icon": "grocery",
29114             "geometry": [
29115                 "point",
29116                 "area"
29117             ],
29118             "fields": [
29119                 "operator",
29120                 "address",
29121                 "building_area",
29122                 "opening_hours"
29123             ],
29124             "suggestion": true
29125         },
29126         "shop/supermarket/HIT": {
29127             "tags": {
29128                 "name": "HIT",
29129                 "shop": "supermarket"
29130             },
29131             "name": "HIT",
29132             "icon": "grocery",
29133             "geometry": [
29134                 "point",
29135                 "area"
29136             ],
29137             "fields": [
29138                 "operator",
29139                 "address",
29140                 "building_area",
29141                 "opening_hours"
29142             ],
29143             "suggestion": true
29144         },
29145         "shop/supermarket/Rimi": {
29146             "tags": {
29147                 "name": "Rimi",
29148                 "shop": "supermarket"
29149             },
29150             "name": "Rimi",
29151             "icon": "grocery",
29152             "geometry": [
29153                 "point",
29154                 "area"
29155             ],
29156             "fields": [
29157                 "operator",
29158                 "address",
29159                 "building_area",
29160                 "opening_hours"
29161             ],
29162             "suggestion": true
29163         },
29164         "shop/supermarket/Conad": {
29165             "tags": {
29166                 "name": "Conad",
29167                 "shop": "supermarket"
29168             },
29169             "name": "Conad",
29170             "icon": "grocery",
29171             "geometry": [
29172                 "point",
29173                 "area"
29174             ],
29175             "fields": [
29176                 "operator",
29177                 "address",
29178                 "building_area",
29179                 "opening_hours"
29180             ],
29181             "suggestion": true
29182         },
29183         "shop/supermarket/Фуршет": {
29184             "tags": {
29185                 "name": "Фуршет",
29186                 "shop": "supermarket"
29187             },
29188             "name": "Фуршет",
29189             "icon": "grocery",
29190             "geometry": [
29191                 "point",
29192                 "area"
29193             ],
29194             "fields": [
29195                 "operator",
29196                 "address",
29197                 "building_area",
29198                 "opening_hours"
29199             ],
29200             "suggestion": true
29201         },
29202         "shop/supermarket/Willys": {
29203             "tags": {
29204                 "name": "Willys",
29205                 "shop": "supermarket"
29206             },
29207             "name": "Willys",
29208             "icon": "grocery",
29209             "geometry": [
29210                 "point",
29211                 "area"
29212             ],
29213             "fields": [
29214                 "operator",
29215                 "address",
29216                 "building_area",
29217                 "opening_hours"
29218             ],
29219             "suggestion": true
29220         },
29221         "shop/supermarket/Farmfoods": {
29222             "tags": {
29223                 "name": "Farmfoods",
29224                 "shop": "supermarket"
29225             },
29226             "name": "Farmfoods",
29227             "icon": "grocery",
29228             "geometry": [
29229                 "point",
29230                 "area"
29231             ],
29232             "fields": [
29233                 "operator",
29234                 "address",
29235                 "building_area",
29236                 "opening_hours"
29237             ],
29238             "suggestion": true
29239         },
29240         "shop/supermarket/U Express": {
29241             "tags": {
29242                 "name": "U Express",
29243                 "shop": "supermarket"
29244             },
29245             "name": "U Express",
29246             "icon": "grocery",
29247             "geometry": [
29248                 "point",
29249                 "area"
29250             ],
29251             "fields": [
29252                 "operator",
29253                 "address",
29254                 "building_area",
29255                 "opening_hours"
29256             ],
29257             "suggestion": true
29258         },
29259         "shop/supermarket/Фора": {
29260             "tags": {
29261                 "name": "Фора",
29262                 "shop": "supermarket"
29263             },
29264             "name": "Фора",
29265             "icon": "grocery",
29266             "geometry": [
29267                 "point",
29268                 "area"
29269             ],
29270             "fields": [
29271                 "operator",
29272                 "address",
29273                 "building_area",
29274                 "opening_hours"
29275             ],
29276             "suggestion": true
29277         },
29278         "shop/supermarket/Dunnes Stores": {
29279             "tags": {
29280                 "name": "Dunnes Stores",
29281                 "shop": "supermarket"
29282             },
29283             "name": "Dunnes Stores",
29284             "icon": "grocery",
29285             "geometry": [
29286                 "point",
29287                 "area"
29288             ],
29289             "fields": [
29290                 "operator",
29291                 "address",
29292                 "building_area",
29293                 "opening_hours"
29294             ],
29295             "suggestion": true
29296         },
29297         "shop/supermarket/Сільпо": {
29298             "tags": {
29299                 "name": "Сільпо",
29300                 "shop": "supermarket"
29301             },
29302             "name": "Сільпо",
29303             "icon": "grocery",
29304             "geometry": [
29305                 "point",
29306                 "area"
29307             ],
29308             "fields": [
29309                 "operator",
29310                 "address",
29311                 "building_area",
29312                 "opening_hours"
29313             ],
29314             "suggestion": true
29315         },
29316         "shop/supermarket/マルエツ": {
29317             "tags": {
29318                 "name": "マルエツ",
29319                 "shop": "supermarket"
29320             },
29321             "name": "マルエツ",
29322             "icon": "grocery",
29323             "geometry": [
29324                 "point",
29325                 "area"
29326             ],
29327             "fields": [
29328                 "operator",
29329                 "address",
29330                 "building_area",
29331                 "opening_hours"
29332             ],
29333             "suggestion": true
29334         },
29335         "shop/supermarket/Piggly Wiggly": {
29336             "tags": {
29337                 "name": "Piggly Wiggly",
29338                 "shop": "supermarket"
29339             },
29340             "name": "Piggly Wiggly",
29341             "icon": "grocery",
29342             "geometry": [
29343                 "point",
29344                 "area"
29345             ],
29346             "fields": [
29347                 "operator",
29348                 "address",
29349                 "building_area",
29350                 "opening_hours"
29351             ],
29352             "suggestion": true
29353         },
29354         "shop/supermarket/Crai": {
29355             "tags": {
29356                 "name": "Crai",
29357                 "shop": "supermarket"
29358             },
29359             "name": "Crai",
29360             "icon": "grocery",
29361             "geometry": [
29362                 "point",
29363                 "area"
29364             ],
29365             "fields": [
29366                 "operator",
29367                 "address",
29368                 "building_area",
29369                 "opening_hours"
29370             ],
29371             "suggestion": true
29372         },
29373         "shop/supermarket/El Árbol": {
29374             "tags": {
29375                 "name": "El Árbol",
29376                 "shop": "supermarket"
29377             },
29378             "name": "El Árbol",
29379             "icon": "grocery",
29380             "geometry": [
29381                 "point",
29382                 "area"
29383             ],
29384             "fields": [
29385                 "operator",
29386                 "address",
29387                 "building_area",
29388                 "opening_hours"
29389             ],
29390             "suggestion": true
29391         },
29392         "shop/supermarket/Centre Commercial E. Leclerc": {
29393             "tags": {
29394                 "name": "Centre Commercial E. Leclerc",
29395                 "shop": "supermarket"
29396             },
29397             "name": "Centre Commercial E. Leclerc",
29398             "icon": "grocery",
29399             "geometry": [
29400                 "point",
29401                 "area"
29402             ],
29403             "fields": [
29404                 "operator",
29405                 "address",
29406                 "building_area",
29407                 "opening_hours"
29408             ],
29409             "suggestion": true
29410         },
29411         "shop/supermarket/Foodland": {
29412             "tags": {
29413                 "name": "Foodland",
29414                 "shop": "supermarket"
29415             },
29416             "name": "Foodland",
29417             "icon": "grocery",
29418             "geometry": [
29419                 "point",
29420                 "area"
29421             ],
29422             "fields": [
29423                 "operator",
29424                 "address",
29425                 "building_area",
29426                 "opening_hours"
29427             ],
29428             "suggestion": true
29429         },
29430         "shop/supermarket/Super Brugsen": {
29431             "tags": {
29432                 "name": "Super Brugsen",
29433                 "shop": "supermarket"
29434             },
29435             "name": "Super Brugsen",
29436             "icon": "grocery",
29437             "geometry": [
29438                 "point",
29439                 "area"
29440             ],
29441             "fields": [
29442                 "operator",
29443                 "address",
29444                 "building_area",
29445                 "opening_hours"
29446             ],
29447             "suggestion": true
29448         },
29449         "shop/supermarket/Дикси": {
29450             "tags": {
29451                 "name": "Дикси",
29452                 "shop": "supermarket"
29453             },
29454             "name": "Дикси",
29455             "icon": "grocery",
29456             "geometry": [
29457                 "point",
29458                 "area"
29459             ],
29460             "fields": [
29461                 "operator",
29462                 "address",
29463                 "building_area",
29464                 "opening_hours"
29465             ],
29466             "suggestion": true
29467         },
29468         "shop/supermarket/Пятёрочка": {
29469             "tags": {
29470                 "name": "Пятёрочка",
29471                 "shop": "supermarket"
29472             },
29473             "name": "Пятёрочка",
29474             "icon": "grocery",
29475             "geometry": [
29476                 "point",
29477                 "area"
29478             ],
29479             "fields": [
29480                 "operator",
29481                 "address",
29482                 "building_area",
29483                 "opening_hours"
29484             ],
29485             "suggestion": true
29486         },
29487         "shop/supermarket/Publix": {
29488             "tags": {
29489                 "name": "Publix",
29490                 "shop": "supermarket"
29491             },
29492             "name": "Publix",
29493             "icon": "grocery",
29494             "geometry": [
29495                 "point",
29496                 "area"
29497             ],
29498             "fields": [
29499                 "operator",
29500                 "address",
29501                 "building_area",
29502                 "opening_hours"
29503             ],
29504             "suggestion": true
29505         },
29506         "shop/supermarket/Føtex": {
29507             "tags": {
29508                 "name": "Føtex",
29509                 "shop": "supermarket"
29510             },
29511             "name": "Føtex",
29512             "icon": "grocery",
29513             "geometry": [
29514                 "point",
29515                 "area"
29516             ],
29517             "fields": [
29518                 "operator",
29519                 "address",
29520                 "building_area",
29521                 "opening_hours"
29522             ],
29523             "suggestion": true
29524         },
29525         "shop/supermarket/coop": {
29526             "tags": {
29527                 "name": "coop",
29528                 "shop": "supermarket"
29529             },
29530             "name": "coop",
29531             "icon": "grocery",
29532             "geometry": [
29533                 "point",
29534                 "area"
29535             ],
29536             "fields": [
29537                 "operator",
29538                 "address",
29539                 "building_area",
29540                 "opening_hours"
29541             ],
29542             "suggestion": true
29543         },
29544         "shop/supermarket/Coop Konsum": {
29545             "tags": {
29546                 "name": "Coop Konsum",
29547                 "shop": "supermarket"
29548             },
29549             "name": "Coop Konsum",
29550             "icon": "grocery",
29551             "geometry": [
29552                 "point",
29553                 "area"
29554             ],
29555             "fields": [
29556                 "operator",
29557                 "address",
29558                 "building_area",
29559                 "opening_hours"
29560             ],
29561             "suggestion": true
29562         },
29563         "shop/supermarket/Carrefour Contact": {
29564             "tags": {
29565                 "name": "Carrefour Contact",
29566                 "shop": "supermarket"
29567             },
29568             "name": "Carrefour Contact",
29569             "icon": "grocery",
29570             "geometry": [
29571                 "point",
29572                 "area"
29573             ],
29574             "fields": [
29575                 "operator",
29576                 "address",
29577                 "building_area",
29578                 "opening_hours"
29579             ],
29580             "suggestion": true
29581         },
29582         "shop/supermarket/No Frills": {
29583             "tags": {
29584                 "name": "No Frills",
29585                 "shop": "supermarket"
29586             },
29587             "name": "No Frills",
29588             "icon": "grocery",
29589             "geometry": [
29590                 "point",
29591                 "area"
29592             ],
29593             "fields": [
29594                 "operator",
29595                 "address",
29596                 "building_area",
29597                 "opening_hours"
29598             ],
29599             "suggestion": true
29600         },
29601         "shop/supermarket/Plodine": {
29602             "tags": {
29603                 "name": "Plodine",
29604                 "shop": "supermarket"
29605             },
29606             "name": "Plodine",
29607             "icon": "grocery",
29608             "geometry": [
29609                 "point",
29610                 "area"
29611             ],
29612             "fields": [
29613                 "operator",
29614                 "address",
29615                 "building_area",
29616                 "opening_hours"
29617             ],
29618             "suggestion": true
29619         },
29620         "shop/supermarket/ADEG": {
29621             "tags": {
29622                 "name": "ADEG",
29623                 "shop": "supermarket"
29624             },
29625             "name": "ADEG",
29626             "icon": "grocery",
29627             "geometry": [
29628                 "point",
29629                 "area"
29630             ],
29631             "fields": [
29632                 "operator",
29633                 "address",
29634                 "building_area",
29635                 "opening_hours"
29636             ],
29637             "suggestion": true
29638         },
29639         "shop/supermarket/Minipreço": {
29640             "tags": {
29641                 "name": "Minipreço",
29642                 "shop": "supermarket"
29643             },
29644             "name": "Minipreço",
29645             "icon": "grocery",
29646             "geometry": [
29647                 "point",
29648                 "area"
29649             ],
29650             "fields": [
29651                 "operator",
29652                 "address",
29653                 "building_area",
29654                 "opening_hours"
29655             ],
29656             "suggestion": true
29657         },
29658         "shop/supermarket/Biedronka": {
29659             "tags": {
29660                 "name": "Biedronka",
29661                 "shop": "supermarket"
29662             },
29663             "name": "Biedronka",
29664             "icon": "grocery",
29665             "geometry": [
29666                 "point",
29667                 "area"
29668             ],
29669             "fields": [
29670                 "operator",
29671                 "address",
29672                 "building_area",
29673                 "opening_hours"
29674             ],
29675             "suggestion": true
29676         },
29677         "shop/supermarket/Eurospin": {
29678             "tags": {
29679                 "name": "Eurospin",
29680                 "shop": "supermarket"
29681             },
29682             "name": "Eurospin",
29683             "icon": "grocery",
29684             "geometry": [
29685                 "point",
29686                 "area"
29687             ],
29688             "fields": [
29689                 "operator",
29690                 "address",
29691                 "building_area",
29692                 "opening_hours"
29693             ],
29694             "suggestion": true
29695         },
29696         "shop/supermarket/Семья": {
29697             "tags": {
29698                 "name": "Семья",
29699                 "shop": "supermarket"
29700             },
29701             "name": "Семья",
29702             "icon": "grocery",
29703             "geometry": [
29704                 "point",
29705                 "area"
29706             ],
29707             "fields": [
29708                 "operator",
29709                 "address",
29710                 "building_area",
29711                 "opening_hours"
29712             ],
29713             "suggestion": true
29714         },
29715         "shop/supermarket/Gadis": {
29716             "tags": {
29717                 "name": "Gadis",
29718                 "shop": "supermarket"
29719             },
29720             "name": "Gadis",
29721             "icon": "grocery",
29722             "geometry": [
29723                 "point",
29724                 "area"
29725             ],
29726             "fields": [
29727                 "operator",
29728                 "address",
29729                 "building_area",
29730                 "opening_hours"
29731             ],
29732             "suggestion": true
29733         },
29734         "shop/supermarket/Евроопт": {
29735             "tags": {
29736                 "name": "Евроопт",
29737                 "shop": "supermarket"
29738             },
29739             "name": "Евроопт",
29740             "icon": "grocery",
29741             "geometry": [
29742                 "point",
29743                 "area"
29744             ],
29745             "fields": [
29746                 "operator",
29747                 "address",
29748                 "building_area",
29749                 "opening_hours"
29750             ],
29751             "suggestion": true
29752         },
29753         "shop/supermarket/Квартал": {
29754             "tags": {
29755                 "name": "Квартал",
29756                 "shop": "supermarket"
29757             },
29758             "name": "Квартал",
29759             "icon": "grocery",
29760             "geometry": [
29761                 "point",
29762                 "area"
29763             ],
29764             "fields": [
29765                 "operator",
29766                 "address",
29767                 "building_area",
29768                 "opening_hours"
29769             ],
29770             "suggestion": true
29771         },
29772         "shop/supermarket/New World": {
29773             "tags": {
29774                 "name": "New World",
29775                 "shop": "supermarket"
29776             },
29777             "name": "New World",
29778             "icon": "grocery",
29779             "geometry": [
29780                 "point",
29781                 "area"
29782             ],
29783             "fields": [
29784                 "operator",
29785                 "address",
29786                 "building_area",
29787                 "opening_hours"
29788             ],
29789             "suggestion": true
29790         },
29791         "shop/supermarket/Countdown": {
29792             "tags": {
29793                 "name": "Countdown",
29794                 "shop": "supermarket"
29795             },
29796             "name": "Countdown",
29797             "icon": "grocery",
29798             "geometry": [
29799                 "point",
29800                 "area"
29801             ],
29802             "fields": [
29803                 "operator",
29804                 "address",
29805                 "building_area",
29806                 "opening_hours"
29807             ],
29808             "suggestion": true
29809         },
29810         "shop/supermarket/Reliance Fresh": {
29811             "tags": {
29812                 "name": "Reliance Fresh",
29813                 "shop": "supermarket"
29814             },
29815             "name": "Reliance Fresh",
29816             "icon": "grocery",
29817             "geometry": [
29818                 "point",
29819                 "area"
29820             ],
29821             "fields": [
29822                 "operator",
29823                 "address",
29824                 "building_area",
29825                 "opening_hours"
29826             ],
29827             "suggestion": true
29828         },
29829         "shop/supermarket/Stokrotka": {
29830             "tags": {
29831                 "name": "Stokrotka",
29832                 "shop": "supermarket"
29833             },
29834             "name": "Stokrotka",
29835             "icon": "grocery",
29836             "geometry": [
29837                 "point",
29838                 "area"
29839             ],
29840             "fields": [
29841                 "operator",
29842                 "address",
29843                 "building_area",
29844                 "opening_hours"
29845             ],
29846             "suggestion": true
29847         },
29848         "shop/supermarket/Coop Jednota": {
29849             "tags": {
29850                 "name": "Coop Jednota",
29851                 "shop": "supermarket"
29852             },
29853             "name": "Coop Jednota",
29854             "icon": "grocery",
29855             "geometry": [
29856                 "point",
29857                 "area"
29858             ],
29859             "fields": [
29860                 "operator",
29861                 "address",
29862                 "building_area",
29863                 "opening_hours"
29864             ],
29865             "suggestion": true
29866         },
29867         "shop/supermarket/Fred Meyer": {
29868             "tags": {
29869                 "name": "Fred Meyer",
29870                 "shop": "supermarket"
29871             },
29872             "name": "Fred Meyer",
29873             "icon": "grocery",
29874             "geometry": [
29875                 "point",
29876                 "area"
29877             ],
29878             "fields": [
29879                 "operator",
29880                 "address",
29881                 "building_area",
29882                 "opening_hours"
29883             ],
29884             "suggestion": true
29885         },
29886         "shop/supermarket/Irma": {
29887             "tags": {
29888                 "name": "Irma",
29889                 "shop": "supermarket"
29890             },
29891             "name": "Irma",
29892             "icon": "grocery",
29893             "geometry": [
29894                 "point",
29895                 "area"
29896             ],
29897             "fields": [
29898                 "operator",
29899                 "address",
29900                 "building_area",
29901                 "opening_hours"
29902             ],
29903             "suggestion": true
29904         },
29905         "shop/supermarket/Continente": {
29906             "tags": {
29907                 "name": "Continente",
29908                 "shop": "supermarket"
29909             },
29910             "name": "Continente",
29911             "icon": "grocery",
29912             "geometry": [
29913                 "point",
29914                 "area"
29915             ],
29916             "fields": [
29917                 "operator",
29918                 "address",
29919                 "building_area",
29920                 "opening_hours"
29921             ],
29922             "suggestion": true
29923         },
29924         "shop/supermarket/Price Chopper": {
29925             "tags": {
29926                 "name": "Price Chopper",
29927                 "shop": "supermarket"
29928             },
29929             "name": "Price Chopper",
29930             "icon": "grocery",
29931             "geometry": [
29932                 "point",
29933                 "area"
29934             ],
29935             "fields": [
29936                 "operator",
29937                 "address",
29938                 "building_area",
29939                 "opening_hours"
29940             ],
29941             "suggestion": true
29942         },
29943         "shop/supermarket/Game": {
29944             "tags": {
29945                 "name": "Game",
29946                 "shop": "supermarket"
29947             },
29948             "name": "Game",
29949             "icon": "grocery",
29950             "geometry": [
29951                 "point",
29952                 "area"
29953             ],
29954             "fields": [
29955                 "operator",
29956                 "address",
29957                 "building_area",
29958                 "opening_hours"
29959             ],
29960             "suggestion": true
29961         },
29962         "shop/supermarket/Soriana": {
29963             "tags": {
29964                 "name": "Soriana",
29965                 "shop": "supermarket"
29966             },
29967             "name": "Soriana",
29968             "icon": "grocery",
29969             "geometry": [
29970                 "point",
29971                 "area"
29972             ],
29973             "fields": [
29974                 "operator",
29975                 "address",
29976                 "building_area",
29977                 "opening_hours"
29978             ],
29979             "suggestion": true
29980         },
29981         "shop/supermarket/Alimerka": {
29982             "tags": {
29983                 "name": "Alimerka",
29984                 "shop": "supermarket"
29985             },
29986             "name": "Alimerka",
29987             "icon": "grocery",
29988             "geometry": [
29989                 "point",
29990                 "area"
29991             ],
29992             "fields": [
29993                 "operator",
29994                 "address",
29995                 "building_area",
29996                 "opening_hours"
29997             ],
29998             "suggestion": true
29999         },
30000         "shop/supermarket/Piotr i Paweł": {
30001             "tags": {
30002                 "name": "Piotr i Paweł",
30003                 "shop": "supermarket"
30004             },
30005             "name": "Piotr i Paweł",
30006             "icon": "grocery",
30007             "geometry": [
30008                 "point",
30009                 "area"
30010             ],
30011             "fields": [
30012                 "operator",
30013                 "address",
30014                 "building_area",
30015                 "opening_hours"
30016             ],
30017             "suggestion": true
30018         },
30019         "shop/supermarket/Перекресток": {
30020             "tags": {
30021                 "name": "Перекресток",
30022                 "shop": "supermarket"
30023             },
30024             "name": "Перекресток",
30025             "icon": "grocery",
30026             "geometry": [
30027                 "point",
30028                 "area"
30029             ],
30030             "fields": [
30031                 "operator",
30032                 "address",
30033                 "building_area",
30034                 "opening_hours"
30035             ],
30036             "suggestion": true
30037         },
30038         "shop/supermarket/Maxima X": {
30039             "tags": {
30040                 "name": "Maxima X",
30041                 "shop": "supermarket"
30042             },
30043             "name": "Maxima X",
30044             "icon": "grocery",
30045             "geometry": [
30046                 "point",
30047                 "area"
30048             ],
30049             "fields": [
30050                 "operator",
30051                 "address",
30052                 "building_area",
30053                 "opening_hours"
30054             ],
30055             "suggestion": true
30056         },
30057         "shop/supermarket/Карусель": {
30058             "tags": {
30059                 "name": "Карусель",
30060                 "shop": "supermarket"
30061             },
30062             "name": "Карусель",
30063             "icon": "grocery",
30064             "geometry": [
30065                 "point",
30066                 "area"
30067             ],
30068             "fields": [
30069                 "operator",
30070                 "address",
30071                 "building_area",
30072                 "opening_hours"
30073             ],
30074             "suggestion": true
30075         },
30076         "shop/supermarket/ALDI Nord": {
30077             "tags": {
30078                 "name": "ALDI Nord",
30079                 "shop": "supermarket"
30080             },
30081             "name": "ALDI Nord",
30082             "icon": "grocery",
30083             "geometry": [
30084                 "point",
30085                 "area"
30086             ],
30087             "fields": [
30088                 "operator",
30089                 "address",
30090                 "building_area",
30091                 "opening_hours"
30092             ],
30093             "suggestion": true
30094         },
30095         "shop/supermarket/Condis": {
30096             "tags": {
30097                 "name": "Condis",
30098                 "shop": "supermarket"
30099             },
30100             "name": "Condis",
30101             "icon": "grocery",
30102             "geometry": [
30103                 "point",
30104                 "area"
30105             ],
30106             "fields": [
30107                 "operator",
30108                 "address",
30109                 "building_area",
30110                 "opening_hours"
30111             ],
30112             "suggestion": true
30113         },
30114         "shop/supermarket/Sam's Club": {
30115             "tags": {
30116                 "name": "Sam's Club",
30117                 "shop": "supermarket"
30118             },
30119             "name": "Sam's Club",
30120             "icon": "grocery",
30121             "geometry": [
30122                 "point",
30123                 "area"
30124             ],
30125             "fields": [
30126                 "operator",
30127                 "address",
30128                 "building_area",
30129                 "opening_hours"
30130             ],
30131             "suggestion": true
30132         },
30133         "shop/supermarket/Копейка": {
30134             "tags": {
30135                 "name": "Копейка",
30136                 "shop": "supermarket"
30137             },
30138             "name": "Копейка",
30139             "icon": "grocery",
30140             "geometry": [
30141                 "point",
30142                 "area"
30143             ],
30144             "fields": [
30145                 "operator",
30146                 "address",
30147                 "building_area",
30148                 "opening_hours"
30149             ],
30150             "suggestion": true
30151         },
30152         "shop/supermarket/Géant Casino": {
30153             "tags": {
30154                 "name": "Géant Casino",
30155                 "shop": "supermarket"
30156             },
30157             "name": "Géant Casino",
30158             "icon": "grocery",
30159             "geometry": [
30160                 "point",
30161                 "area"
30162             ],
30163             "fields": [
30164                 "operator",
30165                 "address",
30166                 "building_area",
30167                 "opening_hours"
30168             ],
30169             "suggestion": true
30170         },
30171         "shop/supermarket/ASDA": {
30172             "tags": {
30173                 "name": "ASDA",
30174                 "shop": "supermarket"
30175             },
30176             "name": "ASDA",
30177             "icon": "grocery",
30178             "geometry": [
30179                 "point",
30180                 "area"
30181             ],
30182             "fields": [
30183                 "operator",
30184                 "address",
30185                 "building_area",
30186                 "opening_hours"
30187             ],
30188             "suggestion": true
30189         },
30190         "shop/supermarket/Intermarche": {
30191             "tags": {
30192                 "name": "Intermarche",
30193                 "shop": "supermarket"
30194             },
30195             "name": "Intermarche",
30196             "icon": "grocery",
30197             "geometry": [
30198                 "point",
30199                 "area"
30200             ],
30201             "fields": [
30202                 "operator",
30203                 "address",
30204                 "building_area",
30205                 "opening_hours"
30206             ],
30207             "suggestion": true
30208         },
30209         "shop/supermarket/Stop & Shop": {
30210             "tags": {
30211                 "name": "Stop & Shop",
30212                 "shop": "supermarket"
30213             },
30214             "name": "Stop & Shop",
30215             "icon": "grocery",
30216             "geometry": [
30217                 "point",
30218                 "area"
30219             ],
30220             "fields": [
30221                 "operator",
30222                 "address",
30223                 "building_area",
30224                 "opening_hours"
30225             ],
30226             "suggestion": true
30227         },
30228         "shop/supermarket/Food Lion": {
30229             "tags": {
30230                 "name": "Food Lion",
30231                 "shop": "supermarket"
30232             },
30233             "name": "Food Lion",
30234             "icon": "grocery",
30235             "geometry": [
30236                 "point",
30237                 "area"
30238             ],
30239             "fields": [
30240                 "operator",
30241                 "address",
30242                 "building_area",
30243                 "opening_hours"
30244             ],
30245             "suggestion": true
30246         },
30247         "shop/supermarket/Harris Teeter": {
30248             "tags": {
30249                 "name": "Harris Teeter",
30250                 "shop": "supermarket"
30251             },
30252             "name": "Harris Teeter",
30253             "icon": "grocery",
30254             "geometry": [
30255                 "point",
30256                 "area"
30257             ],
30258             "fields": [
30259                 "operator",
30260                 "address",
30261                 "building_area",
30262                 "opening_hours"
30263             ],
30264             "suggestion": true
30265         },
30266         "shop/supermarket/Foodworks": {
30267             "tags": {
30268                 "name": "Foodworks",
30269                 "shop": "supermarket"
30270             },
30271             "name": "Foodworks",
30272             "icon": "grocery",
30273             "geometry": [
30274                 "point",
30275                 "area"
30276             ],
30277             "fields": [
30278                 "operator",
30279                 "address",
30280                 "building_area",
30281                 "opening_hours"
30282             ],
30283             "suggestion": true
30284         },
30285         "shop/supermarket/Polo Market": {
30286             "tags": {
30287                 "name": "Polo Market",
30288                 "shop": "supermarket"
30289             },
30290             "name": "Polo Market",
30291             "icon": "grocery",
30292             "geometry": [
30293                 "point",
30294                 "area"
30295             ],
30296             "fields": [
30297                 "operator",
30298                 "address",
30299                 "building_area",
30300                 "opening_hours"
30301             ],
30302             "suggestion": true
30303         },
30304         "shop/supermarket/Лента": {
30305             "tags": {
30306                 "name": "Лента",
30307                 "shop": "supermarket"
30308             },
30309             "name": "Лента",
30310             "icon": "grocery",
30311             "geometry": [
30312                 "point",
30313                 "area"
30314             ],
30315             "fields": [
30316                 "operator",
30317                 "address",
30318                 "building_area",
30319                 "opening_hours"
30320             ],
30321             "suggestion": true
30322         },
30323         "shop/supermarket/西友 (SEIYU)": {
30324             "tags": {
30325                 "name": "西友 (SEIYU)",
30326                 "shop": "supermarket"
30327             },
30328             "name": "西友 (SEIYU)",
30329             "icon": "grocery",
30330             "geometry": [
30331                 "point",
30332                 "area"
30333             ],
30334             "fields": [
30335                 "operator",
30336                 "address",
30337                 "building_area",
30338                 "opening_hours"
30339             ],
30340             "suggestion": true
30341         },
30342         "shop/supermarket/H-E-B": {
30343             "tags": {
30344                 "name": "H-E-B",
30345                 "shop": "supermarket"
30346             },
30347             "name": "H-E-B",
30348             "icon": "grocery",
30349             "geometry": [
30350                 "point",
30351                 "area"
30352             ],
30353             "fields": [
30354                 "operator",
30355                 "address",
30356                 "building_area",
30357                 "opening_hours"
30358             ],
30359             "suggestion": true
30360         },
30361         "shop/supermarket/Атак": {
30362             "tags": {
30363                 "name": "Атак",
30364                 "shop": "supermarket"
30365             },
30366             "name": "Атак",
30367             "icon": "grocery",
30368             "geometry": [
30369                 "point",
30370                 "area"
30371             ],
30372             "fields": [
30373                 "operator",
30374                 "address",
30375                 "building_area",
30376                 "opening_hours"
30377             ],
30378             "suggestion": true
30379         },
30380         "shop/supermarket/Полушка": {
30381             "tags": {
30382                 "name": "Полушка",
30383                 "shop": "supermarket"
30384             },
30385             "name": "Полушка",
30386             "icon": "grocery",
30387             "geometry": [
30388                 "point",
30389                 "area"
30390             ],
30391             "fields": [
30392                 "operator",
30393                 "address",
30394                 "building_area",
30395                 "opening_hours"
30396             ],
30397             "suggestion": true
30398         },
30399         "shop/supermarket/Extra": {
30400             "tags": {
30401                 "name": "Extra",
30402                 "shop": "supermarket"
30403             },
30404             "name": "Extra",
30405             "icon": "grocery",
30406             "geometry": [
30407                 "point",
30408                 "area"
30409             ],
30410             "fields": [
30411                 "operator",
30412                 "address",
30413                 "building_area",
30414                 "opening_hours"
30415             ],
30416             "suggestion": true
30417         },
30418         "shop/supermarket/Sigma": {
30419             "tags": {
30420                 "name": "Sigma",
30421                 "shop": "supermarket"
30422             },
30423             "name": "Sigma",
30424             "icon": "grocery",
30425             "geometry": [
30426                 "point",
30427                 "area"
30428             ],
30429             "fields": [
30430                 "operator",
30431                 "address",
30432                 "building_area",
30433                 "opening_hours"
30434             ],
30435             "suggestion": true
30436         },
30437         "shop/supermarket/АТБ": {
30438             "tags": {
30439                 "name": "АТБ",
30440                 "shop": "supermarket"
30441             },
30442             "name": "АТБ",
30443             "icon": "grocery",
30444             "geometry": [
30445                 "point",
30446                 "area"
30447             ],
30448             "fields": [
30449                 "operator",
30450                 "address",
30451                 "building_area",
30452                 "opening_hours"
30453             ],
30454             "suggestion": true
30455         },
30456         "shop/supermarket/Bodega Aurrera": {
30457             "tags": {
30458                 "name": "Bodega Aurrera",
30459                 "shop": "supermarket"
30460             },
30461             "name": "Bodega Aurrera",
30462             "icon": "grocery",
30463             "geometry": [
30464                 "point",
30465                 "area"
30466             ],
30467             "fields": [
30468                 "operator",
30469                 "address",
30470                 "building_area",
30471                 "opening_hours"
30472             ],
30473             "suggestion": true
30474         },
30475         "shop/supermarket/Tesco Lotus": {
30476             "tags": {
30477                 "name": "Tesco Lotus",
30478                 "shop": "supermarket"
30479             },
30480             "name": "Tesco Lotus",
30481             "icon": "grocery",
30482             "geometry": [
30483                 "point",
30484                 "area"
30485             ],
30486             "fields": [
30487                 "operator",
30488                 "address",
30489                 "building_area",
30490                 "opening_hours"
30491             ],
30492             "suggestion": true
30493         },
30494         "shop/supermarket/Мария-Ра": {
30495             "tags": {
30496                 "name": "Мария-Ра",
30497                 "shop": "supermarket"
30498             },
30499             "name": "Мария-Ра",
30500             "icon": "grocery",
30501             "geometry": [
30502                 "point",
30503                 "area"
30504             ],
30505             "fields": [
30506                 "operator",
30507                 "address",
30508                 "building_area",
30509                 "opening_hours"
30510             ],
30511             "suggestion": true
30512         },
30513         "shop/supermarket/Магнолия": {
30514             "tags": {
30515                 "name": "Магнолия",
30516                 "shop": "supermarket"
30517             },
30518             "name": "Магнолия",
30519             "icon": "grocery",
30520             "geometry": [
30521                 "point",
30522                 "area"
30523             ],
30524             "fields": [
30525                 "operator",
30526                 "address",
30527                 "building_area",
30528                 "opening_hours"
30529             ],
30530             "suggestion": true
30531         },
30532         "shop/supermarket/Монетка": {
30533             "tags": {
30534                 "name": "Монетка",
30535                 "shop": "supermarket"
30536             },
30537             "name": "Монетка",
30538             "icon": "grocery",
30539             "geometry": [
30540                 "point",
30541                 "area"
30542             ],
30543             "fields": [
30544                 "operator",
30545                 "address",
30546                 "building_area",
30547                 "opening_hours"
30548             ],
30549             "suggestion": true
30550         },
30551         "shop/supermarket/Hy-Vee": {
30552             "tags": {
30553                 "name": "Hy-Vee",
30554                 "shop": "supermarket"
30555             },
30556             "name": "Hy-Vee",
30557             "icon": "grocery",
30558             "geometry": [
30559                 "point",
30560                 "area"
30561             ],
30562             "fields": [
30563                 "operator",
30564                 "address",
30565                 "building_area",
30566                 "opening_hours"
30567             ],
30568             "suggestion": true
30569         },
30570         "shop/supermarket/Walmart Supercenter": {
30571             "tags": {
30572                 "name": "Walmart Supercenter",
30573                 "shop": "supermarket"
30574             },
30575             "name": "Walmart Supercenter",
30576             "icon": "grocery",
30577             "geometry": [
30578                 "point",
30579                 "area"
30580             ],
30581             "fields": [
30582                 "operator",
30583                 "address",
30584                 "building_area",
30585                 "opening_hours"
30586             ],
30587             "suggestion": true
30588         },
30589         "shop/supermarket/Hannaford": {
30590             "tags": {
30591                 "name": "Hannaford",
30592                 "shop": "supermarket"
30593             },
30594             "name": "Hannaford",
30595             "icon": "grocery",
30596             "geometry": [
30597                 "point",
30598                 "area"
30599             ],
30600             "fields": [
30601                 "operator",
30602                 "address",
30603                 "building_area",
30604                 "opening_hours"
30605             ],
30606             "suggestion": true
30607         },
30608         "shop/supermarket/Wegmans": {
30609             "tags": {
30610                 "name": "Wegmans",
30611                 "shop": "supermarket"
30612             },
30613             "name": "Wegmans",
30614             "icon": "grocery",
30615             "geometry": [
30616                 "point",
30617                 "area"
30618             ],
30619             "fields": [
30620                 "operator",
30621                 "address",
30622                 "building_area",
30623                 "opening_hours"
30624             ],
30625             "suggestion": true
30626         },
30627         "shop/supermarket/業務スーパー": {
30628             "tags": {
30629                 "name": "業務スーパー",
30630                 "shop": "supermarket"
30631             },
30632             "name": "業務スーパー",
30633             "icon": "grocery",
30634             "geometry": [
30635                 "point",
30636                 "area"
30637             ],
30638             "fields": [
30639                 "operator",
30640                 "address",
30641                 "building_area",
30642                 "opening_hours"
30643             ],
30644             "suggestion": true
30645         },
30646         "shop/supermarket/Norfa XL": {
30647             "tags": {
30648                 "name": "Norfa XL",
30649                 "shop": "supermarket"
30650             },
30651             "name": "Norfa XL",
30652             "icon": "grocery",
30653             "geometry": [
30654                 "point",
30655                 "area"
30656             ],
30657             "fields": [
30658                 "operator",
30659                 "address",
30660                 "building_area",
30661                 "opening_hours"
30662             ],
30663             "suggestion": true
30664         },
30665         "shop/supermarket/ヨークマート (YorkMart)": {
30666             "tags": {
30667                 "name": "ヨークマート (YorkMart)",
30668                 "shop": "supermarket"
30669             },
30670             "name": "ヨークマート (YorkMart)",
30671             "icon": "grocery",
30672             "geometry": [
30673                 "point",
30674                 "area"
30675             ],
30676             "fields": [
30677                 "operator",
30678                 "address",
30679                 "building_area",
30680                 "opening_hours"
30681             ],
30682             "suggestion": true
30683         },
30684         "shop/supermarket/Leclerc Drive": {
30685             "tags": {
30686                 "name": "Leclerc Drive",
30687                 "shop": "supermarket"
30688             },
30689             "name": "Leclerc Drive",
30690             "icon": "grocery",
30691             "geometry": [
30692                 "point",
30693                 "area"
30694             ],
30695             "fields": [
30696                 "operator",
30697                 "address",
30698                 "building_area",
30699                 "opening_hours"
30700             ],
30701             "suggestion": true
30702         },
30703         "shop/electronics/Media Markt": {
30704             "tags": {
30705                 "name": "Media Markt",
30706                 "shop": "electronics"
30707             },
30708             "name": "Media Markt",
30709             "icon": "shop",
30710             "geometry": [
30711                 "point",
30712                 "area"
30713             ],
30714             "fields": [
30715                 "operator",
30716                 "address",
30717                 "building_area",
30718                 "opening_hours"
30719             ],
30720             "suggestion": true
30721         },
30722         "shop/electronics/Maplin": {
30723             "tags": {
30724                 "name": "Maplin",
30725                 "shop": "electronics"
30726             },
30727             "name": "Maplin",
30728             "icon": "shop",
30729             "geometry": [
30730                 "point",
30731                 "area"
30732             ],
30733             "fields": [
30734                 "operator",
30735                 "address",
30736                 "building_area",
30737                 "opening_hours"
30738             ],
30739             "suggestion": true
30740         },
30741         "shop/electronics/Best Buy": {
30742             "tags": {
30743                 "name": "Best Buy",
30744                 "shop": "electronics"
30745             },
30746             "name": "Best Buy",
30747             "icon": "shop",
30748             "geometry": [
30749                 "point",
30750                 "area"
30751             ],
30752             "fields": [
30753                 "operator",
30754                 "address",
30755                 "building_area",
30756                 "opening_hours"
30757             ],
30758             "suggestion": true
30759         },
30760         "shop/electronics/Future Shop": {
30761             "tags": {
30762                 "name": "Future Shop",
30763                 "shop": "electronics"
30764             },
30765             "name": "Future Shop",
30766             "icon": "shop",
30767             "geometry": [
30768                 "point",
30769                 "area"
30770             ],
30771             "fields": [
30772                 "operator",
30773                 "address",
30774                 "building_area",
30775                 "opening_hours"
30776             ],
30777             "suggestion": true
30778         },
30779         "shop/electronics/Saturn": {
30780             "tags": {
30781                 "name": "Saturn",
30782                 "shop": "electronics"
30783             },
30784             "name": "Saturn",
30785             "icon": "shop",
30786             "geometry": [
30787                 "point",
30788                 "area"
30789             ],
30790             "fields": [
30791                 "operator",
30792                 "address",
30793                 "building_area",
30794                 "opening_hours"
30795             ],
30796             "suggestion": true
30797         },
30798         "shop/electronics/Currys": {
30799             "tags": {
30800                 "name": "Currys",
30801                 "shop": "electronics"
30802             },
30803             "name": "Currys",
30804             "icon": "shop",
30805             "geometry": [
30806                 "point",
30807                 "area"
30808             ],
30809             "fields": [
30810                 "operator",
30811                 "address",
30812                 "building_area",
30813                 "opening_hours"
30814             ],
30815             "suggestion": true
30816         },
30817         "shop/electronics/Radio Shack": {
30818             "tags": {
30819                 "name": "Radio Shack",
30820                 "shop": "electronics"
30821             },
30822             "name": "Radio Shack",
30823             "icon": "shop",
30824             "geometry": [
30825                 "point",
30826                 "area"
30827             ],
30828             "fields": [
30829                 "operator",
30830                 "address",
30831                 "building_area",
30832                 "opening_hours"
30833             ],
30834             "suggestion": true
30835         },
30836         "shop/electronics/Euronics": {
30837             "tags": {
30838                 "name": "Euronics",
30839                 "shop": "electronics"
30840             },
30841             "name": "Euronics",
30842             "icon": "shop",
30843             "geometry": [
30844                 "point",
30845                 "area"
30846             ],
30847             "fields": [
30848                 "operator",
30849                 "address",
30850                 "building_area",
30851                 "opening_hours"
30852             ],
30853             "suggestion": true
30854         },
30855         "shop/electronics/Expert": {
30856             "tags": {
30857                 "name": "Expert",
30858                 "shop": "electronics"
30859             },
30860             "name": "Expert",
30861             "icon": "shop",
30862             "geometry": [
30863                 "point",
30864                 "area"
30865             ],
30866             "fields": [
30867                 "operator",
30868                 "address",
30869                 "building_area",
30870                 "opening_hours"
30871             ],
30872             "suggestion": true
30873         },
30874         "shop/electronics/Эльдорадо": {
30875             "tags": {
30876                 "name": "Эльдорадо",
30877                 "shop": "electronics"
30878             },
30879             "name": "Эльдорадо",
30880             "icon": "shop",
30881             "geometry": [
30882                 "point",
30883                 "area"
30884             ],
30885             "fields": [
30886                 "operator",
30887                 "address",
30888                 "building_area",
30889                 "opening_hours"
30890             ],
30891             "suggestion": true
30892         },
30893         "shop/electronics/Darty": {
30894             "tags": {
30895                 "name": "Darty",
30896                 "shop": "electronics"
30897             },
30898             "name": "Darty",
30899             "icon": "shop",
30900             "geometry": [
30901                 "point",
30902                 "area"
30903             ],
30904             "fields": [
30905                 "operator",
30906                 "address",
30907                 "building_area",
30908                 "opening_hours"
30909             ],
30910             "suggestion": true
30911         },
30912         "shop/electronics/М.Видео": {
30913             "tags": {
30914                 "name": "М.Видео",
30915                 "shop": "electronics"
30916             },
30917             "name": "М.Видео",
30918             "icon": "shop",
30919             "geometry": [
30920                 "point",
30921                 "area"
30922             ],
30923             "fields": [
30924                 "operator",
30925                 "address",
30926                 "building_area",
30927                 "opening_hours"
30928             ],
30929             "suggestion": true
30930         },
30931         "shop/electronics/ヤマダ電機": {
30932             "tags": {
30933                 "name": "ヤマダ電機",
30934                 "shop": "electronics"
30935             },
30936             "name": "ヤマダ電機",
30937             "icon": "shop",
30938             "geometry": [
30939                 "point",
30940                 "area"
30941             ],
30942             "fields": [
30943                 "operator",
30944                 "address",
30945                 "building_area",
30946                 "opening_hours"
30947             ],
30948             "suggestion": true
30949         },
30950         "shop/convenience/McColl's": {
30951             "tags": {
30952                 "name": "McColl's",
30953                 "shop": "convenience"
30954             },
30955             "name": "McColl's",
30956             "icon": "shop",
30957             "geometry": [
30958                 "point",
30959                 "area"
30960             ],
30961             "fields": [
30962                 "operator",
30963                 "address",
30964                 "building_area",
30965                 "opening_hours"
30966             ],
30967             "suggestion": true
30968         },
30969         "shop/convenience/Tesco Express": {
30970             "tags": {
30971                 "name": "Tesco Express",
30972                 "shop": "convenience"
30973             },
30974             "name": "Tesco Express",
30975             "icon": "shop",
30976             "geometry": [
30977                 "point",
30978                 "area"
30979             ],
30980             "fields": [
30981                 "operator",
30982                 "address",
30983                 "building_area",
30984                 "opening_hours"
30985             ],
30986             "suggestion": true
30987         },
30988         "shop/convenience/One Stop": {
30989             "tags": {
30990                 "name": "One Stop",
30991                 "shop": "convenience"
30992             },
30993             "name": "One Stop",
30994             "icon": "shop",
30995             "geometry": [
30996                 "point",
30997                 "area"
30998             ],
30999             "fields": [
31000                 "operator",
31001                 "address",
31002                 "building_area",
31003                 "opening_hours"
31004             ],
31005             "suggestion": true
31006         },
31007         "shop/convenience/Londis": {
31008             "tags": {
31009                 "name": "Londis",
31010                 "shop": "convenience"
31011             },
31012             "name": "Londis",
31013             "icon": "shop",
31014             "geometry": [
31015                 "point",
31016                 "area"
31017             ],
31018             "fields": [
31019                 "operator",
31020                 "address",
31021                 "building_area",
31022                 "opening_hours"
31023             ],
31024             "suggestion": true
31025         },
31026         "shop/convenience/7-Eleven": {
31027             "tags": {
31028                 "name": "7-Eleven",
31029                 "shop": "convenience"
31030             },
31031             "name": "7-Eleven",
31032             "icon": "shop",
31033             "geometry": [
31034                 "point",
31035                 "area"
31036             ],
31037             "fields": [
31038                 "operator",
31039                 "address",
31040                 "building_area",
31041                 "opening_hours"
31042             ],
31043             "suggestion": true
31044         },
31045         "shop/convenience/Sale": {
31046             "tags": {
31047                 "name": "Sale",
31048                 "shop": "convenience"
31049             },
31050             "name": "Sale",
31051             "icon": "shop",
31052             "geometry": [
31053                 "point",
31054                 "area"
31055             ],
31056             "fields": [
31057                 "operator",
31058                 "address",
31059                 "building_area",
31060                 "opening_hours"
31061             ],
31062             "suggestion": true
31063         },
31064         "shop/convenience/Siwa": {
31065             "tags": {
31066                 "name": "Siwa",
31067                 "shop": "convenience"
31068             },
31069             "name": "Siwa",
31070             "icon": "shop",
31071             "geometry": [
31072                 "point",
31073                 "area"
31074             ],
31075             "fields": [
31076                 "operator",
31077                 "address",
31078                 "building_area",
31079                 "opening_hours"
31080             ],
31081             "suggestion": true
31082         },
31083         "shop/convenience/COOP Jednota": {
31084             "tags": {
31085                 "name": "COOP Jednota",
31086                 "shop": "convenience"
31087             },
31088             "name": "COOP Jednota",
31089             "icon": "shop",
31090             "geometry": [
31091                 "point",
31092                 "area"
31093             ],
31094             "fields": [
31095                 "operator",
31096                 "address",
31097                 "building_area",
31098                 "opening_hours"
31099             ],
31100             "suggestion": true
31101         },
31102         "shop/convenience/Mac's": {
31103             "tags": {
31104                 "name": "Mac's",
31105                 "shop": "convenience"
31106             },
31107             "name": "Mac's",
31108             "icon": "shop",
31109             "geometry": [
31110                 "point",
31111                 "area"
31112             ],
31113             "fields": [
31114                 "operator",
31115                 "address",
31116                 "building_area",
31117                 "opening_hours"
31118             ],
31119             "suggestion": true
31120         },
31121         "shop/convenience/Alepa": {
31122             "tags": {
31123                 "name": "Alepa",
31124                 "shop": "convenience"
31125             },
31126             "name": "Alepa",
31127             "icon": "shop",
31128             "geometry": [
31129                 "point",
31130                 "area"
31131             ],
31132             "fields": [
31133                 "operator",
31134                 "address",
31135                 "building_area",
31136                 "opening_hours"
31137             ],
31138             "suggestion": true
31139         },
31140         "shop/convenience/Hasty Market": {
31141             "tags": {
31142                 "name": "Hasty Market",
31143                 "shop": "convenience"
31144             },
31145             "name": "Hasty Market",
31146             "icon": "shop",
31147             "geometry": [
31148                 "point",
31149                 "area"
31150             ],
31151             "fields": [
31152                 "operator",
31153                 "address",
31154                 "building_area",
31155                 "opening_hours"
31156             ],
31157             "suggestion": true
31158         },
31159         "shop/convenience/K-Market": {
31160             "tags": {
31161                 "name": "K-Market",
31162                 "shop": "convenience"
31163             },
31164             "name": "K-Market",
31165             "icon": "shop",
31166             "geometry": [
31167                 "point",
31168                 "area"
31169             ],
31170             "fields": [
31171                 "operator",
31172                 "address",
31173                 "building_area",
31174                 "opening_hours"
31175             ],
31176             "suggestion": true
31177         },
31178         "shop/convenience/Costcutter": {
31179             "tags": {
31180                 "name": "Costcutter",
31181                 "shop": "convenience"
31182             },
31183             "name": "Costcutter",
31184             "icon": "shop",
31185             "geometry": [
31186                 "point",
31187                 "area"
31188             ],
31189             "fields": [
31190                 "operator",
31191                 "address",
31192                 "building_area",
31193                 "opening_hours"
31194             ],
31195             "suggestion": true
31196         },
31197         "shop/convenience/Valintatalo": {
31198             "tags": {
31199                 "name": "Valintatalo",
31200                 "shop": "convenience"
31201             },
31202             "name": "Valintatalo",
31203             "icon": "shop",
31204             "geometry": [
31205                 "point",
31206                 "area"
31207             ],
31208             "fields": [
31209                 "operator",
31210                 "address",
31211                 "building_area",
31212                 "opening_hours"
31213             ],
31214             "suggestion": true
31215         },
31216         "shop/convenience/Circle K": {
31217             "tags": {
31218                 "name": "Circle K",
31219                 "shop": "convenience"
31220             },
31221             "name": "Circle K",
31222             "icon": "shop",
31223             "geometry": [
31224                 "point",
31225                 "area"
31226             ],
31227             "fields": [
31228                 "operator",
31229                 "address",
31230                 "building_area",
31231                 "opening_hours"
31232             ],
31233             "suggestion": true
31234         },
31235         "shop/convenience/セブンイレブン": {
31236             "tags": {
31237                 "name": "セブンイレブン",
31238                 "name:en": "7-Eleven",
31239                 "shop": "convenience"
31240             },
31241             "name": "セブンイレブン",
31242             "icon": "shop",
31243             "geometry": [
31244                 "point",
31245                 "area"
31246             ],
31247             "fields": [
31248                 "operator",
31249                 "address",
31250                 "building_area",
31251                 "opening_hours"
31252             ],
31253             "suggestion": true
31254         },
31255         "shop/convenience/ローソン": {
31256             "tags": {
31257                 "name": "ローソン",
31258                 "name:en": "LAWSON",
31259                 "shop": "convenience"
31260             },
31261             "name": "ローソン",
31262             "icon": "shop",
31263             "geometry": [
31264                 "point",
31265                 "area"
31266             ],
31267             "fields": [
31268                 "operator",
31269                 "address",
31270                 "building_area",
31271                 "opening_hours"
31272             ],
31273             "suggestion": true
31274         },
31275         "shop/convenience/Petit Casino": {
31276             "tags": {
31277                 "name": "Petit Casino",
31278                 "shop": "convenience"
31279             },
31280             "name": "Petit Casino",
31281             "icon": "shop",
31282             "geometry": [
31283                 "point",
31284                 "area"
31285             ],
31286             "fields": [
31287                 "operator",
31288                 "address",
31289                 "building_area",
31290                 "opening_hours"
31291             ],
31292             "suggestion": true
31293         },
31294         "shop/convenience/Mace": {
31295             "tags": {
31296                 "name": "Mace",
31297                 "shop": "convenience"
31298             },
31299             "name": "Mace",
31300             "icon": "shop",
31301             "geometry": [
31302                 "point",
31303                 "area"
31304             ],
31305             "fields": [
31306                 "operator",
31307                 "address",
31308                 "building_area",
31309                 "opening_hours"
31310             ],
31311             "suggestion": true
31312         },
31313         "shop/convenience/Mini Market": {
31314             "tags": {
31315                 "name": "Mini Market",
31316                 "shop": "convenience"
31317             },
31318             "name": "Mini Market",
31319             "icon": "shop",
31320             "geometry": [
31321                 "point",
31322                 "area"
31323             ],
31324             "fields": [
31325                 "operator",
31326                 "address",
31327                 "building_area",
31328                 "opening_hours"
31329             ],
31330             "suggestion": true
31331         },
31332         "shop/convenience/Nisa Local": {
31333             "tags": {
31334                 "name": "Nisa Local",
31335                 "shop": "convenience"
31336             },
31337             "name": "Nisa Local",
31338             "icon": "shop",
31339             "geometry": [
31340                 "point",
31341                 "area"
31342             ],
31343             "fields": [
31344                 "operator",
31345                 "address",
31346                 "building_area",
31347                 "opening_hours"
31348             ],
31349             "suggestion": true
31350         },
31351         "shop/convenience/Dorfladen": {
31352             "tags": {
31353                 "name": "Dorfladen",
31354                 "shop": "convenience"
31355             },
31356             "name": "Dorfladen",
31357             "icon": "shop",
31358             "geometry": [
31359                 "point",
31360                 "area"
31361             ],
31362             "fields": [
31363                 "operator",
31364                 "address",
31365                 "building_area",
31366                 "opening_hours"
31367             ],
31368             "suggestion": true
31369         },
31370         "shop/convenience/Продукты": {
31371             "tags": {
31372                 "name": "Продукты",
31373                 "shop": "convenience"
31374             },
31375             "name": "Продукты",
31376             "icon": "shop",
31377             "geometry": [
31378                 "point",
31379                 "area"
31380             ],
31381             "fields": [
31382                 "operator",
31383                 "address",
31384                 "building_area",
31385                 "opening_hours"
31386             ],
31387             "suggestion": true
31388         },
31389         "shop/convenience/Mini Stop": {
31390             "tags": {
31391                 "name": "Mini Stop",
31392                 "shop": "convenience"
31393             },
31394             "name": "Mini Stop",
31395             "icon": "shop",
31396             "geometry": [
31397                 "point",
31398                 "area"
31399             ],
31400             "fields": [
31401                 "operator",
31402                 "address",
31403                 "building_area",
31404                 "opening_hours"
31405             ],
31406             "suggestion": true
31407         },
31408         "shop/convenience/LAWSON": {
31409             "tags": {
31410                 "name": "LAWSON",
31411                 "shop": "convenience"
31412             },
31413             "name": "LAWSON",
31414             "icon": "shop",
31415             "geometry": [
31416                 "point",
31417                 "area"
31418             ],
31419             "fields": [
31420                 "operator",
31421                 "address",
31422                 "building_area",
31423                 "opening_hours"
31424             ],
31425             "suggestion": true
31426         },
31427         "shop/convenience/デイリーヤマザキ": {
31428             "tags": {
31429                 "name": "デイリーヤマザキ",
31430                 "shop": "convenience"
31431             },
31432             "name": "デイリーヤマザキ",
31433             "icon": "shop",
31434             "geometry": [
31435                 "point",
31436                 "area"
31437             ],
31438             "fields": [
31439                 "operator",
31440                 "address",
31441                 "building_area",
31442                 "opening_hours"
31443             ],
31444             "suggestion": true
31445         },
31446         "shop/convenience/Надежда": {
31447             "tags": {
31448                 "name": "Надежда",
31449                 "shop": "convenience"
31450             },
31451             "name": "Надежда",
31452             "icon": "shop",
31453             "geometry": [
31454                 "point",
31455                 "area"
31456             ],
31457             "fields": [
31458                 "operator",
31459                 "address",
31460                 "building_area",
31461                 "opening_hours"
31462             ],
31463             "suggestion": true
31464         },
31465         "shop/convenience/Nisa": {
31466             "tags": {
31467                 "name": "Nisa",
31468                 "shop": "convenience"
31469             },
31470             "name": "Nisa",
31471             "icon": "shop",
31472             "geometry": [
31473                 "point",
31474                 "area"
31475             ],
31476             "fields": [
31477                 "operator",
31478                 "address",
31479                 "building_area",
31480                 "opening_hours"
31481             ],
31482             "suggestion": true
31483         },
31484         "shop/convenience/Premier": {
31485             "tags": {
31486                 "name": "Premier",
31487                 "shop": "convenience"
31488             },
31489             "name": "Premier",
31490             "icon": "shop",
31491             "geometry": [
31492                 "point",
31493                 "area"
31494             ],
31495             "fields": [
31496                 "operator",
31497                 "address",
31498                 "building_area",
31499                 "opening_hours"
31500             ],
31501             "suggestion": true
31502         },
31503         "shop/convenience/ABC": {
31504             "tags": {
31505                 "name": "ABC",
31506                 "shop": "convenience"
31507             },
31508             "name": "ABC",
31509             "icon": "shop",
31510             "geometry": [
31511                 "point",
31512                 "area"
31513             ],
31514             "fields": [
31515                 "operator",
31516                 "address",
31517                 "building_area",
31518                 "opening_hours"
31519             ],
31520             "suggestion": true
31521         },
31522         "shop/convenience/ミニストップ": {
31523             "tags": {
31524                 "name": "ミニストップ",
31525                 "name:en": "MINISTOP",
31526                 "shop": "convenience"
31527             },
31528             "name": "ミニストップ",
31529             "icon": "shop",
31530             "geometry": [
31531                 "point",
31532                 "area"
31533             ],
31534             "fields": [
31535                 "operator",
31536                 "address",
31537                 "building_area",
31538                 "opening_hours"
31539             ],
31540             "suggestion": true
31541         },
31542         "shop/convenience/サンクス": {
31543             "tags": {
31544                 "name": "サンクス",
31545                 "name:en": "sunkus",
31546                 "shop": "convenience"
31547             },
31548             "name": "サンクス",
31549             "icon": "shop",
31550             "geometry": [
31551                 "point",
31552                 "area"
31553             ],
31554             "fields": [
31555                 "operator",
31556                 "address",
31557                 "building_area",
31558                 "opening_hours"
31559             ],
31560             "suggestion": true
31561         },
31562         "shop/convenience/スリーエフ": {
31563             "tags": {
31564                 "name": "スリーエフ",
31565                 "shop": "convenience"
31566             },
31567             "name": "スリーエフ",
31568             "icon": "shop",
31569             "geometry": [
31570                 "point",
31571                 "area"
31572             ],
31573             "fields": [
31574                 "operator",
31575                 "address",
31576                 "building_area",
31577                 "opening_hours"
31578             ],
31579             "suggestion": true
31580         },
31581         "shop/convenience/8 à Huit": {
31582             "tags": {
31583                 "name": "8 à Huit",
31584                 "shop": "convenience"
31585             },
31586             "name": "8 à Huit",
31587             "icon": "shop",
31588             "geometry": [
31589                 "point",
31590                 "area"
31591             ],
31592             "fields": [
31593                 "operator",
31594                 "address",
31595                 "building_area",
31596                 "opening_hours"
31597             ],
31598             "suggestion": true
31599         },
31600         "shop/convenience/Żabka": {
31601             "tags": {
31602                 "name": "Żabka",
31603                 "shop": "convenience"
31604             },
31605             "name": "Żabka",
31606             "icon": "shop",
31607             "geometry": [
31608                 "point",
31609                 "area"
31610             ],
31611             "fields": [
31612                 "operator",
31613                 "address",
31614                 "building_area",
31615                 "opening_hours"
31616             ],
31617             "suggestion": true
31618         },
31619         "shop/convenience/Almacen": {
31620             "tags": {
31621                 "name": "Almacen",
31622                 "shop": "convenience"
31623             },
31624             "name": "Almacen",
31625             "icon": "shop",
31626             "geometry": [
31627                 "point",
31628                 "area"
31629             ],
31630             "fields": [
31631                 "operator",
31632                 "address",
31633                 "building_area",
31634                 "opening_hours"
31635             ],
31636             "suggestion": true
31637         },
31638         "shop/convenience/Vival": {
31639             "tags": {
31640                 "name": "Vival",
31641                 "shop": "convenience"
31642             },
31643             "name": "Vival",
31644             "icon": "shop",
31645             "geometry": [
31646                 "point",
31647                 "area"
31648             ],
31649             "fields": [
31650                 "operator",
31651                 "address",
31652                 "building_area",
31653                 "opening_hours"
31654             ],
31655             "suggestion": true
31656         },
31657         "shop/convenience/FamilyMart": {
31658             "tags": {
31659                 "name": "FamilyMart",
31660                 "shop": "convenience"
31661             },
31662             "name": "FamilyMart",
31663             "icon": "shop",
31664             "geometry": [
31665                 "point",
31666                 "area"
31667             ],
31668             "fields": [
31669                 "operator",
31670                 "address",
31671                 "building_area",
31672                 "opening_hours"
31673             ],
31674             "suggestion": true
31675         },
31676         "shop/convenience/ファミリーマート": {
31677             "tags": {
31678                 "name": "ファミリーマート",
31679                 "name:en": "FamilyMart",
31680                 "shop": "convenience"
31681             },
31682             "name": "ファミリーマート",
31683             "icon": "shop",
31684             "geometry": [
31685                 "point",
31686                 "area"
31687             ],
31688             "fields": [
31689                 "operator",
31690                 "address",
31691                 "building_area",
31692                 "opening_hours"
31693             ],
31694             "suggestion": true
31695         },
31696         "shop/convenience/Sunkus": {
31697             "tags": {
31698                 "name": "Sunkus",
31699                 "shop": "convenience"
31700             },
31701             "name": "Sunkus",
31702             "icon": "shop",
31703             "geometry": [
31704                 "point",
31705                 "area"
31706             ],
31707             "fields": [
31708                 "operator",
31709                 "address",
31710                 "building_area",
31711                 "opening_hours"
31712             ],
31713             "suggestion": true
31714         },
31715         "shop/convenience/セブンイレブン(Seven-Eleven)": {
31716             "tags": {
31717                 "name": "セブンイレブン(Seven-Eleven)",
31718                 "shop": "convenience"
31719             },
31720             "name": "セブンイレブン(Seven-Eleven)",
31721             "icon": "shop",
31722             "geometry": [
31723                 "point",
31724                 "area"
31725             ],
31726             "fields": [
31727                 "operator",
31728                 "address",
31729                 "building_area",
31730                 "opening_hours"
31731             ],
31732             "suggestion": true
31733         },
31734         "shop/convenience/Jednota": {
31735             "tags": {
31736                 "name": "Jednota",
31737                 "shop": "convenience"
31738             },
31739             "name": "Jednota",
31740             "icon": "shop",
31741             "geometry": [
31742                 "point",
31743                 "area"
31744             ],
31745             "fields": [
31746                 "operator",
31747                 "address",
31748                 "building_area",
31749                 "opening_hours"
31750             ],
31751             "suggestion": true
31752         },
31753         "shop/convenience/Магазин": {
31754             "tags": {
31755                 "name": "Магазин",
31756                 "shop": "convenience"
31757             },
31758             "name": "Магазин",
31759             "icon": "shop",
31760             "geometry": [
31761                 "point",
31762                 "area"
31763             ],
31764             "fields": [
31765                 "operator",
31766                 "address",
31767                 "building_area",
31768                 "opening_hours"
31769             ],
31770             "suggestion": true
31771         },
31772         "shop/convenience/Гастроном": {
31773             "tags": {
31774                 "name": "Гастроном",
31775                 "shop": "convenience"
31776             },
31777             "name": "Гастроном",
31778             "icon": "shop",
31779             "geometry": [
31780                 "point",
31781                 "area"
31782             ],
31783             "fields": [
31784                 "operator",
31785                 "address",
31786                 "building_area",
31787                 "opening_hours"
31788             ],
31789             "suggestion": true
31790         },
31791         "shop/convenience/Centra": {
31792             "tags": {
31793                 "name": "Centra",
31794                 "shop": "convenience"
31795             },
31796             "name": "Centra",
31797             "icon": "shop",
31798             "geometry": [
31799                 "point",
31800                 "area"
31801             ],
31802             "fields": [
31803                 "operator",
31804                 "address",
31805                 "building_area",
31806                 "opening_hours"
31807             ],
31808             "suggestion": true
31809         },
31810         "shop/convenience/サークルK": {
31811             "tags": {
31812                 "name": "サークルK",
31813                 "name:en": "Circle K",
31814                 "shop": "convenience"
31815             },
31816             "name": "サークルK",
31817             "icon": "shop",
31818             "geometry": [
31819                 "point",
31820                 "area"
31821             ],
31822             "fields": [
31823                 "operator",
31824                 "address",
31825                 "building_area",
31826                 "opening_hours"
31827             ],
31828             "suggestion": true
31829         },
31830         "shop/convenience/Wawa": {
31831             "tags": {
31832                 "name": "Wawa",
31833                 "shop": "convenience"
31834             },
31835             "name": "Wawa",
31836             "icon": "shop",
31837             "geometry": [
31838                 "point",
31839                 "area"
31840             ],
31841             "fields": [
31842                 "operator",
31843                 "address",
31844                 "building_area",
31845                 "opening_hours"
31846             ],
31847             "suggestion": true
31848         },
31849         "shop/convenience/Proxi": {
31850             "tags": {
31851                 "name": "Proxi",
31852                 "shop": "convenience"
31853             },
31854             "name": "Proxi",
31855             "icon": "shop",
31856             "geometry": [
31857                 "point",
31858                 "area"
31859             ],
31860             "fields": [
31861                 "operator",
31862                 "address",
31863                 "building_area",
31864                 "opening_hours"
31865             ],
31866             "suggestion": true
31867         },
31868         "shop/convenience/Универсам": {
31869             "tags": {
31870                 "name": "Универсам",
31871                 "shop": "convenience"
31872             },
31873             "name": "Универсам",
31874             "icon": "shop",
31875             "geometry": [
31876                 "point",
31877                 "area"
31878             ],
31879             "fields": [
31880                 "operator",
31881                 "address",
31882                 "building_area",
31883                 "opening_hours"
31884             ],
31885             "suggestion": true
31886         },
31887         "shop/convenience/Groszek": {
31888             "tags": {
31889                 "name": "Groszek",
31890                 "shop": "convenience"
31891             },
31892             "name": "Groszek",
31893             "icon": "shop",
31894             "geometry": [
31895                 "point",
31896                 "area"
31897             ],
31898             "fields": [
31899                 "operator",
31900                 "address",
31901                 "building_area",
31902                 "opening_hours"
31903             ],
31904             "suggestion": true
31905         },
31906         "shop/convenience/Select": {
31907             "tags": {
31908                 "name": "Select",
31909                 "shop": "convenience"
31910             },
31911             "name": "Select",
31912             "icon": "shop",
31913             "geometry": [
31914                 "point",
31915                 "area"
31916             ],
31917             "fields": [
31918                 "operator",
31919                 "address",
31920                 "building_area",
31921                 "opening_hours"
31922             ],
31923             "suggestion": true
31924         },
31925         "shop/convenience/Večerka": {
31926             "tags": {
31927                 "name": "Večerka",
31928                 "shop": "convenience"
31929             },
31930             "name": "Večerka",
31931             "icon": "shop",
31932             "geometry": [
31933                 "point",
31934                 "area"
31935             ],
31936             "fields": [
31937                 "operator",
31938                 "address",
31939                 "building_area",
31940                 "opening_hours"
31941             ],
31942             "suggestion": true
31943         },
31944         "shop/convenience/Potraviny": {
31945             "tags": {
31946                 "name": "Potraviny",
31947                 "shop": "convenience"
31948             },
31949             "name": "Potraviny",
31950             "icon": "shop",
31951             "geometry": [
31952                 "point",
31953                 "area"
31954             ],
31955             "fields": [
31956                 "operator",
31957                 "address",
31958                 "building_area",
31959                 "opening_hours"
31960             ],
31961             "suggestion": true
31962         },
31963         "shop/convenience/Смак": {
31964             "tags": {
31965                 "name": "Смак",
31966                 "shop": "convenience"
31967             },
31968             "name": "Смак",
31969             "icon": "shop",
31970             "geometry": [
31971                 "point",
31972                 "area"
31973             ],
31974             "fields": [
31975                 "operator",
31976                 "address",
31977                 "building_area",
31978                 "opening_hours"
31979             ],
31980             "suggestion": true
31981         },
31982         "shop/convenience/Эконом": {
31983             "tags": {
31984                 "name": "Эконом",
31985                 "shop": "convenience"
31986             },
31987             "name": "Эконом",
31988             "icon": "shop",
31989             "geometry": [
31990                 "point",
31991                 "area"
31992             ],
31993             "fields": [
31994                 "operator",
31995                 "address",
31996                 "building_area",
31997                 "opening_hours"
31998             ],
31999             "suggestion": true
32000         },
32001         "shop/convenience/Березка": {
32002             "tags": {
32003                 "name": "Березка",
32004                 "shop": "convenience"
32005             },
32006             "name": "Березка",
32007             "icon": "shop",
32008             "geometry": [
32009                 "point",
32010                 "area"
32011             ],
32012             "fields": [
32013                 "operator",
32014                 "address",
32015                 "building_area",
32016                 "opening_hours"
32017             ],
32018             "suggestion": true
32019         },
32020         "shop/convenience/Społem": {
32021             "tags": {
32022                 "name": "Społem",
32023                 "shop": "convenience"
32024             },
32025             "name": "Społem",
32026             "icon": "shop",
32027             "geometry": [
32028                 "point",
32029                 "area"
32030             ],
32031             "fields": [
32032                 "operator",
32033                 "address",
32034                 "building_area",
32035                 "opening_hours"
32036             ],
32037             "suggestion": true
32038         },
32039         "shop/convenience/Cumberland Farms": {
32040             "tags": {
32041                 "name": "Cumberland Farms",
32042                 "shop": "convenience"
32043             },
32044             "name": "Cumberland Farms",
32045             "icon": "shop",
32046             "geometry": [
32047                 "point",
32048                 "area"
32049             ],
32050             "fields": [
32051                 "operator",
32052                 "address",
32053                 "building_area",
32054                 "opening_hours"
32055             ],
32056             "suggestion": true
32057         },
32058         "shop/convenience/Tesco Lotus Express": {
32059             "tags": {
32060                 "name": "Tesco Lotus Express",
32061                 "shop": "convenience"
32062             },
32063             "name": "Tesco Lotus Express",
32064             "icon": "shop",
32065             "geometry": [
32066                 "point",
32067                 "area"
32068             ],
32069             "fields": [
32070                 "operator",
32071                 "address",
32072                 "building_area",
32073                 "opening_hours"
32074             ],
32075             "suggestion": true
32076         },
32077         "shop/convenience/Kiosk": {
32078             "tags": {
32079                 "name": "Kiosk",
32080                 "shop": "convenience"
32081             },
32082             "name": "Kiosk",
32083             "icon": "shop",
32084             "geometry": [
32085                 "point",
32086                 "area"
32087             ],
32088             "fields": [
32089                 "operator",
32090                 "address",
32091                 "building_area",
32092                 "opening_hours"
32093             ],
32094             "suggestion": true
32095         },
32096         "shop/convenience/Sklep spożywczy": {
32097             "tags": {
32098                 "name": "Sklep spożywczy",
32099                 "shop": "convenience"
32100             },
32101             "name": "Sklep spożywczy",
32102             "icon": "shop",
32103             "geometry": [
32104                 "point",
32105                 "area"
32106             ],
32107             "fields": [
32108                 "operator",
32109                 "address",
32110                 "building_area",
32111                 "opening_hours"
32112             ],
32113             "suggestion": true
32114         },
32115         "shop/convenience/24 часа": {
32116             "tags": {
32117                 "name": "24 часа",
32118                 "shop": "convenience"
32119             },
32120             "name": "24 часа",
32121             "icon": "shop",
32122             "geometry": [
32123                 "point",
32124                 "area"
32125             ],
32126             "fields": [
32127                 "operator",
32128                 "address",
32129                 "building_area",
32130                 "opening_hours"
32131             ],
32132             "suggestion": true
32133         },
32134         "shop/convenience/Минимаркет": {
32135             "tags": {
32136                 "name": "Минимаркет",
32137                 "shop": "convenience"
32138             },
32139             "name": "Минимаркет",
32140             "icon": "shop",
32141             "geometry": [
32142                 "point",
32143                 "area"
32144             ],
32145             "fields": [
32146                 "operator",
32147                 "address",
32148                 "building_area",
32149                 "opening_hours"
32150             ],
32151             "suggestion": true
32152         },
32153         "shop/convenience/Oxxo": {
32154             "tags": {
32155                 "name": "Oxxo",
32156                 "shop": "convenience"
32157             },
32158             "name": "Oxxo",
32159             "icon": "shop",
32160             "geometry": [
32161                 "point",
32162                 "area"
32163             ],
32164             "fields": [
32165                 "operator",
32166                 "address",
32167                 "building_area",
32168                 "opening_hours"
32169             ],
32170             "suggestion": true
32171         },
32172         "shop/convenience/abc": {
32173             "tags": {
32174                 "name": "abc",
32175                 "shop": "convenience"
32176             },
32177             "name": "abc",
32178             "icon": "shop",
32179             "geometry": [
32180                 "point",
32181                 "area"
32182             ],
32183             "fields": [
32184                 "operator",
32185                 "address",
32186                 "building_area",
32187                 "opening_hours"
32188             ],
32189             "suggestion": true
32190         },
32191         "shop/convenience/7/11": {
32192             "tags": {
32193                 "name": "7/11",
32194                 "shop": "convenience"
32195             },
32196             "name": "7/11",
32197             "icon": "shop",
32198             "geometry": [
32199                 "point",
32200                 "area"
32201             ],
32202             "fields": [
32203                 "operator",
32204                 "address",
32205                 "building_area",
32206                 "opening_hours"
32207             ],
32208             "suggestion": true
32209         },
32210         "shop/convenience/Stewart's": {
32211             "tags": {
32212                 "name": "Stewart's",
32213                 "shop": "convenience"
32214             },
32215             "name": "Stewart's",
32216             "icon": "shop",
32217             "geometry": [
32218                 "point",
32219                 "area"
32220             ],
32221             "fields": [
32222                 "operator",
32223                 "address",
32224                 "building_area",
32225                 "opening_hours"
32226             ],
32227             "suggestion": true
32228         },
32229         "shop/convenience/Продукти": {
32230             "tags": {
32231                 "name": "Продукти",
32232                 "shop": "convenience"
32233             },
32234             "name": "Продукти",
32235             "icon": "shop",
32236             "geometry": [
32237                 "point",
32238                 "area"
32239             ],
32240             "fields": [
32241                 "operator",
32242                 "address",
32243                 "building_area",
32244                 "opening_hours"
32245             ],
32246             "suggestion": true
32247         },
32248         "shop/convenience/ローソンストア100 (LAWSON STORE 100)": {
32249             "tags": {
32250                 "name": "ローソンストア100 (LAWSON STORE 100)",
32251                 "shop": "convenience"
32252             },
32253             "name": "ローソンストア100 (LAWSON STORE 100)",
32254             "icon": "shop",
32255             "geometry": [
32256                 "point",
32257                 "area"
32258             ],
32259             "fields": [
32260                 "operator",
32261                 "address",
32262                 "building_area",
32263                 "opening_hours"
32264             ],
32265             "suggestion": true
32266         },
32267         "shop/convenience/Радуга": {
32268             "tags": {
32269                 "name": "Радуга",
32270                 "shop": "convenience"
32271             },
32272             "name": "Радуга",
32273             "icon": "shop",
32274             "geometry": [
32275                 "point",
32276                 "area"
32277             ],
32278             "fields": [
32279                 "operator",
32280                 "address",
32281                 "building_area",
32282                 "opening_hours"
32283             ],
32284             "suggestion": true
32285         },
32286         "shop/convenience/ローソンストア100": {
32287             "tags": {
32288                 "name": "ローソンストア100",
32289                 "shop": "convenience"
32290             },
32291             "name": "ローソンストア100",
32292             "icon": "shop",
32293             "geometry": [
32294                 "point",
32295                 "area"
32296             ],
32297             "fields": [
32298                 "operator",
32299                 "address",
32300                 "building_area",
32301                 "opening_hours"
32302             ],
32303             "suggestion": true
32304         },
32305         "shop/convenience/เซเว่นอีเลฟเว่น": {
32306             "tags": {
32307                 "name": "เซเว่นอีเลฟเว่น",
32308                 "shop": "convenience"
32309             },
32310             "name": "เซเว่นอีเลฟเว่น",
32311             "icon": "shop",
32312             "geometry": [
32313                 "point",
32314                 "area"
32315             ],
32316             "fields": [
32317                 "operator",
32318                 "address",
32319                 "building_area",
32320                 "opening_hours"
32321             ],
32322             "suggestion": true
32323         },
32324         "shop/convenience/Фортуна": {
32325             "tags": {
32326                 "name": "Фортуна",
32327                 "shop": "convenience"
32328             },
32329             "name": "Фортуна",
32330             "icon": "shop",
32331             "geometry": [
32332                 "point",
32333                 "area"
32334             ],
32335             "fields": [
32336                 "operator",
32337                 "address",
32338                 "building_area",
32339                 "opening_hours"
32340             ],
32341             "suggestion": true
32342         },
32343         "shop/convenience/Picard": {
32344             "tags": {
32345                 "name": "Picard",
32346                 "shop": "convenience"
32347             },
32348             "name": "Picard",
32349             "icon": "shop",
32350             "geometry": [
32351                 "point",
32352                 "area"
32353             ],
32354             "fields": [
32355                 "operator",
32356                 "address",
32357                 "building_area",
32358                 "opening_hours"
32359             ],
32360             "suggestion": true
32361         },
32362         "shop/convenience/Four Square": {
32363             "tags": {
32364                 "name": "Four Square",
32365                 "shop": "convenience"
32366             },
32367             "name": "Four Square",
32368             "icon": "shop",
32369             "geometry": [
32370                 "point",
32371                 "area"
32372             ],
32373             "fields": [
32374                 "operator",
32375                 "address",
32376                 "building_area",
32377                 "opening_hours"
32378             ],
32379             "suggestion": true
32380         },
32381         "shop/convenience/Визит": {
32382             "tags": {
32383                 "name": "Визит",
32384                 "shop": "convenience"
32385             },
32386             "name": "Визит",
32387             "icon": "shop",
32388             "geometry": [
32389                 "point",
32390                 "area"
32391             ],
32392             "fields": [
32393                 "operator",
32394                 "address",
32395                 "building_area",
32396                 "opening_hours"
32397             ],
32398             "suggestion": true
32399         },
32400         "shop/convenience/Авоська": {
32401             "tags": {
32402                 "name": "Авоська",
32403                 "shop": "convenience"
32404             },
32405             "name": "Авоська",
32406             "icon": "shop",
32407             "geometry": [
32408                 "point",
32409                 "area"
32410             ],
32411             "fields": [
32412                 "operator",
32413                 "address",
32414                 "building_area",
32415                 "opening_hours"
32416             ],
32417             "suggestion": true
32418         },
32419         "shop/convenience/Dollar General": {
32420             "tags": {
32421                 "name": "Dollar General",
32422                 "shop": "convenience"
32423             },
32424             "name": "Dollar General",
32425             "icon": "shop",
32426             "geometry": [
32427                 "point",
32428                 "area"
32429             ],
32430             "fields": [
32431                 "operator",
32432                 "address",
32433                 "building_area",
32434                 "opening_hours"
32435             ],
32436             "suggestion": true
32437         },
32438         "shop/convenience/Studenac": {
32439             "tags": {
32440                 "name": "Studenac",
32441                 "shop": "convenience"
32442             },
32443             "name": "Studenac",
32444             "icon": "shop",
32445             "geometry": [
32446                 "point",
32447                 "area"
32448             ],
32449             "fields": [
32450                 "operator",
32451                 "address",
32452                 "building_area",
32453                 "opening_hours"
32454             ],
32455             "suggestion": true
32456         },
32457         "shop/convenience/Central Convenience Store": {
32458             "tags": {
32459                 "name": "Central Convenience Store",
32460                 "shop": "convenience"
32461             },
32462             "name": "Central Convenience Store",
32463             "icon": "shop",
32464             "geometry": [
32465                 "point",
32466                 "area"
32467             ],
32468             "fields": [
32469                 "operator",
32470                 "address",
32471                 "building_area",
32472                 "opening_hours"
32473             ],
32474             "suggestion": true
32475         },
32476         "shop/convenience/продукты": {
32477             "tags": {
32478                 "name": "продукты",
32479                 "shop": "convenience"
32480             },
32481             "name": "продукты",
32482             "icon": "shop",
32483             "geometry": [
32484                 "point",
32485                 "area"
32486             ],
32487             "fields": [
32488                 "operator",
32489                 "address",
32490                 "building_area",
32491                 "opening_hours"
32492             ],
32493             "suggestion": true
32494         },
32495         "shop/convenience/Кулинария": {
32496             "tags": {
32497                 "name": "Кулинария",
32498                 "shop": "convenience"
32499             },
32500             "name": "Кулинария",
32501             "icon": "shop",
32502             "geometry": [
32503                 "point",
32504                 "area"
32505             ],
32506             "fields": [
32507                 "operator",
32508                 "address",
32509                 "building_area",
32510                 "opening_hours"
32511             ],
32512             "suggestion": true
32513         },
32514         "shop/convenience/全家": {
32515             "tags": {
32516                 "name": "全家",
32517                 "shop": "convenience"
32518             },
32519             "name": "全家",
32520             "icon": "shop",
32521             "geometry": [
32522                 "point",
32523                 "area"
32524             ],
32525             "fields": [
32526                 "operator",
32527                 "address",
32528                 "building_area",
32529                 "opening_hours"
32530             ],
32531             "suggestion": true
32532         },
32533         "shop/convenience/Мечта": {
32534             "tags": {
32535                 "name": "Мечта",
32536                 "shop": "convenience"
32537             },
32538             "name": "Мечта",
32539             "icon": "shop",
32540             "geometry": [
32541                 "point",
32542                 "area"
32543             ],
32544             "fields": [
32545                 "operator",
32546                 "address",
32547                 "building_area",
32548                 "opening_hours"
32549             ],
32550             "suggestion": true
32551         },
32552         "shop/convenience/Epicerie": {
32553             "tags": {
32554                 "name": "Epicerie",
32555                 "shop": "convenience"
32556             },
32557             "name": "Epicerie",
32558             "icon": "shop",
32559             "geometry": [
32560                 "point",
32561                 "area"
32562             ],
32563             "fields": [
32564                 "operator",
32565                 "address",
32566                 "building_area",
32567                 "opening_hours"
32568             ],
32569             "suggestion": true
32570         },
32571         "shop/convenience/Кировский": {
32572             "tags": {
32573                 "name": "Кировский",
32574                 "shop": "convenience"
32575             },
32576             "name": "Кировский",
32577             "icon": "shop",
32578             "geometry": [
32579                 "point",
32580                 "area"
32581             ],
32582             "fields": [
32583                 "operator",
32584                 "address",
32585                 "building_area",
32586                 "opening_hours"
32587             ],
32588             "suggestion": true
32589         },
32590         "shop/convenience/Food Mart": {
32591             "tags": {
32592                 "name": "Food Mart",
32593                 "shop": "convenience"
32594             },
32595             "name": "Food Mart",
32596             "icon": "shop",
32597             "geometry": [
32598                 "point",
32599                 "area"
32600             ],
32601             "fields": [
32602                 "operator",
32603                 "address",
32604                 "building_area",
32605                 "opening_hours"
32606             ],
32607             "suggestion": true
32608         },
32609         "shop/convenience/Delikatesy": {
32610             "tags": {
32611                 "name": "Delikatesy",
32612                 "shop": "convenience"
32613             },
32614             "name": "Delikatesy",
32615             "icon": "shop",
32616             "geometry": [
32617                 "point",
32618                 "area"
32619             ],
32620             "fields": [
32621                 "operator",
32622                 "address",
32623                 "building_area",
32624                 "opening_hours"
32625             ],
32626             "suggestion": true
32627         },
32628         "shop/convenience/ポプラ": {
32629             "tags": {
32630                 "name": "ポプラ",
32631                 "shop": "convenience"
32632             },
32633             "name": "ポプラ",
32634             "icon": "shop",
32635             "geometry": [
32636                 "point",
32637                 "area"
32638             ],
32639             "fields": [
32640                 "operator",
32641                 "address",
32642                 "building_area",
32643                 "opening_hours"
32644             ],
32645             "suggestion": true
32646         },
32647         "shop/convenience/Lewiatan": {
32648             "tags": {
32649                 "name": "Lewiatan",
32650                 "shop": "convenience"
32651             },
32652             "name": "Lewiatan",
32653             "icon": "shop",
32654             "geometry": [
32655                 "point",
32656                 "area"
32657             ],
32658             "fields": [
32659                 "operator",
32660                 "address",
32661                 "building_area",
32662                 "opening_hours"
32663             ],
32664             "suggestion": true
32665         },
32666         "shop/convenience/Продуктовый магазин": {
32667             "tags": {
32668                 "name": "Продуктовый магазин",
32669                 "shop": "convenience"
32670             },
32671             "name": "Продуктовый магазин",
32672             "icon": "shop",
32673             "geometry": [
32674                 "point",
32675                 "area"
32676             ],
32677             "fields": [
32678                 "operator",
32679                 "address",
32680                 "building_area",
32681                 "opening_hours"
32682             ],
32683             "suggestion": true
32684         },
32685         "shop/convenience/Продуктовый": {
32686             "tags": {
32687                 "name": "Продуктовый",
32688                 "shop": "convenience"
32689             },
32690             "name": "Продуктовый",
32691             "icon": "shop",
32692             "geometry": [
32693                 "point",
32694                 "area"
32695             ],
32696             "fields": [
32697                 "operator",
32698                 "address",
32699                 "building_area",
32700                 "opening_hours"
32701             ],
32702             "suggestion": true
32703         },
32704         "shop/convenience/セイコーマート (Seicomart)": {
32705             "tags": {
32706                 "name": "セイコーマート (Seicomart)",
32707                 "shop": "convenience"
32708             },
32709             "name": "セイコーマート (Seicomart)",
32710             "icon": "shop",
32711             "geometry": [
32712                 "point",
32713                 "area"
32714             ],
32715             "fields": [
32716                 "operator",
32717                 "address",
32718                 "building_area",
32719                 "opening_hours"
32720             ],
32721             "suggestion": true
32722         },
32723         "shop/convenience/Виктория": {
32724             "tags": {
32725                 "name": "Виктория",
32726                 "shop": "convenience"
32727             },
32728             "name": "Виктория",
32729             "icon": "shop",
32730             "geometry": [
32731                 "point",
32732                 "area"
32733             ],
32734             "fields": [
32735                 "operator",
32736                 "address",
32737                 "building_area",
32738                 "opening_hours"
32739             ],
32740             "suggestion": true
32741         },
32742         "shop/convenience/Весна": {
32743             "tags": {
32744                 "name": "Весна",
32745                 "shop": "convenience"
32746             },
32747             "name": "Весна",
32748             "icon": "shop",
32749             "geometry": [
32750                 "point",
32751                 "area"
32752             ],
32753             "fields": [
32754                 "operator",
32755                 "address",
32756                 "building_area",
32757                 "opening_hours"
32758             ],
32759             "suggestion": true
32760         },
32761         "shop/convenience/Mini Market Non-Stop": {
32762             "tags": {
32763                 "name": "Mini Market Non-Stop",
32764                 "shop": "convenience"
32765             },
32766             "name": "Mini Market Non-Stop",
32767             "icon": "shop",
32768             "geometry": [
32769                 "point",
32770                 "area"
32771             ],
32772             "fields": [
32773                 "operator",
32774                 "address",
32775                 "building_area",
32776                 "opening_hours"
32777             ],
32778             "suggestion": true
32779         },
32780         "shop/convenience/Копеечка": {
32781             "tags": {
32782                 "name": "Копеечка",
32783                 "shop": "convenience"
32784             },
32785             "name": "Копеечка",
32786             "icon": "shop",
32787             "geometry": [
32788                 "point",
32789                 "area"
32790             ],
32791             "fields": [
32792                 "operator",
32793                 "address",
32794                 "building_area",
32795                 "opening_hours"
32796             ],
32797             "suggestion": true
32798         },
32799         "shop/convenience/Royal Farms": {
32800             "tags": {
32801                 "name": "Royal Farms",
32802                 "shop": "convenience"
32803             },
32804             "name": "Royal Farms",
32805             "icon": "shop",
32806             "geometry": [
32807                 "point",
32808                 "area"
32809             ],
32810             "fields": [
32811                 "operator",
32812                 "address",
32813                 "building_area",
32814                 "opening_hours"
32815             ],
32816             "suggestion": true
32817         },
32818         "shop/convenience/Alfamart": {
32819             "tags": {
32820                 "name": "Alfamart",
32821                 "shop": "convenience"
32822             },
32823             "name": "Alfamart",
32824             "icon": "shop",
32825             "geometry": [
32826                 "point",
32827                 "area"
32828             ],
32829             "fields": [
32830                 "operator",
32831                 "address",
32832                 "building_area",
32833                 "opening_hours"
32834             ],
32835             "suggestion": true
32836         },
32837         "shop/convenience/Indomaret": {
32838             "tags": {
32839                 "name": "Indomaret",
32840                 "shop": "convenience"
32841             },
32842             "name": "Indomaret",
32843             "icon": "shop",
32844             "geometry": [
32845                 "point",
32846                 "area"
32847             ],
32848             "fields": [
32849                 "operator",
32850                 "address",
32851                 "building_area",
32852                 "opening_hours"
32853             ],
32854             "suggestion": true
32855         },
32856         "shop/convenience/магазин": {
32857             "tags": {
32858                 "name": "магазин",
32859                 "shop": "convenience"
32860             },
32861             "name": "магазин",
32862             "icon": "shop",
32863             "geometry": [
32864                 "point",
32865                 "area"
32866             ],
32867             "fields": [
32868                 "operator",
32869                 "address",
32870                 "building_area",
32871                 "opening_hours"
32872             ],
32873             "suggestion": true
32874         },
32875         "shop/convenience/全家便利商店": {
32876             "tags": {
32877                 "name": "全家便利商店",
32878                 "shop": "convenience"
32879             },
32880             "name": "全家便利商店",
32881             "icon": "shop",
32882             "geometry": [
32883                 "point",
32884                 "area"
32885             ],
32886             "fields": [
32887                 "operator",
32888                 "address",
32889                 "building_area",
32890                 "opening_hours"
32891             ],
32892             "suggestion": true
32893         },
32894         "shop/convenience/Boutique": {
32895             "tags": {
32896                 "name": "Boutique",
32897                 "shop": "convenience"
32898             },
32899             "name": "Boutique",
32900             "icon": "shop",
32901             "geometry": [
32902                 "point",
32903                 "area"
32904             ],
32905             "fields": [
32906                 "operator",
32907                 "address",
32908                 "building_area",
32909                 "opening_hours"
32910             ],
32911             "suggestion": true
32912         },
32913         "shop/convenience/მარკეტი (Market)": {
32914             "tags": {
32915                 "name": "მარკეტი (Market)",
32916                 "shop": "convenience"
32917             },
32918             "name": "მარკეტი (Market)",
32919             "icon": "shop",
32920             "geometry": [
32921                 "point",
32922                 "area"
32923             ],
32924             "fields": [
32925                 "operator",
32926                 "address",
32927                 "building_area",
32928                 "opening_hours"
32929             ],
32930             "suggestion": true
32931         },
32932         "shop/convenience/Stores": {
32933             "tags": {
32934                 "name": "Stores",
32935                 "shop": "convenience"
32936             },
32937             "name": "Stores",
32938             "icon": "shop",
32939             "geometry": [
32940                 "point",
32941                 "area"
32942             ],
32943             "fields": [
32944                 "operator",
32945                 "address",
32946                 "building_area",
32947                 "opening_hours"
32948             ],
32949             "suggestion": true
32950         },
32951         "shop/chemist/dm": {
32952             "tags": {
32953                 "name": "dm",
32954                 "shop": "chemist"
32955             },
32956             "name": "dm",
32957             "icon": "chemist",
32958             "geometry": [
32959                 "point",
32960                 "area"
32961             ],
32962             "fields": [
32963                 "operator",
32964                 "address",
32965                 "building_area",
32966                 "opening_hours"
32967             ],
32968             "suggestion": true
32969         },
32970         "shop/chemist/Müller": {
32971             "tags": {
32972                 "name": "Müller",
32973                 "shop": "chemist"
32974             },
32975             "name": "Müller",
32976             "icon": "chemist",
32977             "geometry": [
32978                 "point",
32979                 "area"
32980             ],
32981             "fields": [
32982                 "operator",
32983                 "address",
32984                 "building_area",
32985                 "opening_hours"
32986             ],
32987             "suggestion": true
32988         },
32989         "shop/chemist/Schlecker": {
32990             "tags": {
32991                 "name": "Schlecker",
32992                 "shop": "chemist"
32993             },
32994             "name": "Schlecker",
32995             "icon": "chemist",
32996             "geometry": [
32997                 "point",
32998                 "area"
32999             ],
33000             "fields": [
33001                 "operator",
33002                 "address",
33003                 "building_area",
33004                 "opening_hours"
33005             ],
33006             "suggestion": true
33007         },
33008         "shop/chemist/Etos": {
33009             "tags": {
33010                 "name": "Etos",
33011                 "shop": "chemist"
33012             },
33013             "name": "Etos",
33014             "icon": "chemist",
33015             "geometry": [
33016                 "point",
33017                 "area"
33018             ],
33019             "fields": [
33020                 "operator",
33021                 "address",
33022                 "building_area",
33023                 "opening_hours"
33024             ],
33025             "suggestion": true
33026         },
33027         "shop/chemist/Bipa": {
33028             "tags": {
33029                 "name": "Bipa",
33030                 "shop": "chemist"
33031             },
33032             "name": "Bipa",
33033             "icon": "chemist",
33034             "geometry": [
33035                 "point",
33036                 "area"
33037             ],
33038             "fields": [
33039                 "operator",
33040                 "address",
33041                 "building_area",
33042                 "opening_hours"
33043             ],
33044             "suggestion": true
33045         },
33046         "shop/chemist/Rossmann": {
33047             "tags": {
33048                 "name": "Rossmann",
33049                 "shop": "chemist"
33050             },
33051             "name": "Rossmann",
33052             "icon": "chemist",
33053             "geometry": [
33054                 "point",
33055                 "area"
33056             ],
33057             "fields": [
33058                 "operator",
33059                 "address",
33060                 "building_area",
33061                 "opening_hours"
33062             ],
33063             "suggestion": true
33064         },
33065         "shop/chemist/DM Drogeriemarkt": {
33066             "tags": {
33067                 "name": "DM Drogeriemarkt",
33068                 "shop": "chemist"
33069             },
33070             "name": "DM Drogeriemarkt",
33071             "icon": "chemist",
33072             "geometry": [
33073                 "point",
33074                 "area"
33075             ],
33076             "fields": [
33077                 "operator",
33078                 "address",
33079                 "building_area",
33080                 "opening_hours"
33081             ],
33082             "suggestion": true
33083         },
33084         "shop/chemist/Ihr Platz": {
33085             "tags": {
33086                 "name": "Ihr Platz",
33087                 "shop": "chemist"
33088             },
33089             "name": "Ihr Platz",
33090             "icon": "chemist",
33091             "geometry": [
33092                 "point",
33093                 "area"
33094             ],
33095             "fields": [
33096                 "operator",
33097                 "address",
33098                 "building_area",
33099                 "opening_hours"
33100             ],
33101             "suggestion": true
33102         },
33103         "shop/chemist/Douglas": {
33104             "tags": {
33105                 "name": "Douglas",
33106                 "shop": "chemist"
33107             },
33108             "name": "Douglas",
33109             "icon": "chemist",
33110             "geometry": [
33111                 "point",
33112                 "area"
33113             ],
33114             "fields": [
33115                 "operator",
33116                 "address",
33117                 "building_area",
33118                 "opening_hours"
33119             ],
33120             "suggestion": true
33121         },
33122         "shop/chemist/Kruidvat": {
33123             "tags": {
33124                 "name": "Kruidvat",
33125                 "shop": "chemist"
33126             },
33127             "name": "Kruidvat",
33128             "icon": "chemist",
33129             "geometry": [
33130                 "point",
33131                 "area"
33132             ],
33133             "fields": [
33134                 "operator",
33135                 "address",
33136                 "building_area",
33137                 "opening_hours"
33138             ],
33139             "suggestion": true
33140         },
33141         "shop/car_repair/Kwik Fit": {
33142             "tags": {
33143                 "name": "Kwik Fit",
33144                 "shop": "car_repair"
33145             },
33146             "name": "Kwik Fit",
33147             "icon": "car",
33148             "geometry": [
33149                 "point",
33150                 "area"
33151             ],
33152             "fields": [
33153                 "operator",
33154                 "address",
33155                 "building_area",
33156                 "opening_hours"
33157             ],
33158             "suggestion": true
33159         },
33160         "shop/car_repair/ATU": {
33161             "tags": {
33162                 "name": "ATU",
33163                 "shop": "car_repair"
33164             },
33165             "name": "ATU",
33166             "icon": "car",
33167             "geometry": [
33168                 "point",
33169                 "area"
33170             ],
33171             "fields": [
33172                 "operator",
33173                 "address",
33174                 "building_area",
33175                 "opening_hours"
33176             ],
33177             "suggestion": true
33178         },
33179         "shop/car_repair/Midas": {
33180             "tags": {
33181                 "name": "Midas",
33182                 "shop": "car_repair"
33183             },
33184             "name": "Midas",
33185             "icon": "car",
33186             "geometry": [
33187                 "point",
33188                 "area"
33189             ],
33190             "fields": [
33191                 "operator",
33192                 "address",
33193                 "building_area",
33194                 "opening_hours"
33195             ],
33196             "suggestion": true
33197         },
33198         "shop/car_repair/Feu Vert": {
33199             "tags": {
33200                 "name": "Feu Vert",
33201                 "shop": "car_repair"
33202             },
33203             "name": "Feu Vert",
33204             "icon": "car",
33205             "geometry": [
33206                 "point",
33207                 "area"
33208             ],
33209             "fields": [
33210                 "operator",
33211                 "address",
33212                 "building_area",
33213                 "opening_hours"
33214             ],
33215             "suggestion": true
33216         },
33217         "shop/car_repair/Norauto": {
33218             "tags": {
33219                 "name": "Norauto",
33220                 "shop": "car_repair"
33221             },
33222             "name": "Norauto",
33223             "icon": "car",
33224             "geometry": [
33225                 "point",
33226                 "area"
33227             ],
33228             "fields": [
33229                 "operator",
33230                 "address",
33231                 "building_area",
33232                 "opening_hours"
33233             ],
33234             "suggestion": true
33235         },
33236         "shop/car_repair/Speedy": {
33237             "tags": {
33238                 "name": "Speedy",
33239                 "shop": "car_repair"
33240             },
33241             "name": "Speedy",
33242             "icon": "car",
33243             "geometry": [
33244                 "point",
33245                 "area"
33246             ],
33247             "fields": [
33248                 "operator",
33249                 "address",
33250                 "building_area",
33251                 "opening_hours"
33252             ],
33253             "suggestion": true
33254         },
33255         "shop/car_repair/Pit Stop": {
33256             "tags": {
33257                 "name": "Pit Stop",
33258                 "shop": "car_repair"
33259             },
33260             "name": "Pit Stop",
33261             "icon": "car",
33262             "geometry": [
33263                 "point",
33264                 "area"
33265             ],
33266             "fields": [
33267                 "operator",
33268                 "address",
33269                 "building_area",
33270                 "opening_hours"
33271             ],
33272             "suggestion": true
33273         },
33274         "shop/car_repair/Jiffy Lube": {
33275             "tags": {
33276                 "name": "Jiffy Lube",
33277                 "shop": "car_repair"
33278             },
33279             "name": "Jiffy Lube",
33280             "icon": "car",
33281             "geometry": [
33282                 "point",
33283                 "area"
33284             ],
33285             "fields": [
33286                 "operator",
33287                 "address",
33288                 "building_area",
33289                 "opening_hours"
33290             ],
33291             "suggestion": true
33292         },
33293         "shop/car_repair/Шиномонтаж": {
33294             "tags": {
33295                 "name": "Шиномонтаж",
33296                 "shop": "car_repair"
33297             },
33298             "name": "Шиномонтаж",
33299             "icon": "car",
33300             "geometry": [
33301                 "point",
33302                 "area"
33303             ],
33304             "fields": [
33305                 "operator",
33306                 "address",
33307                 "building_area",
33308                 "opening_hours"
33309             ],
33310             "suggestion": true
33311         },
33312         "shop/car_repair/СТО": {
33313             "tags": {
33314                 "name": "СТО",
33315                 "shop": "car_repair"
33316             },
33317             "name": "СТО",
33318             "icon": "car",
33319             "geometry": [
33320                 "point",
33321                 "area"
33322             ],
33323             "fields": [
33324                 "operator",
33325                 "address",
33326                 "building_area",
33327                 "opening_hours"
33328             ],
33329             "suggestion": true
33330         },
33331         "shop/car_repair/O'Reilly Auto Parts": {
33332             "tags": {
33333                 "name": "O'Reilly Auto Parts",
33334                 "shop": "car_repair"
33335             },
33336             "name": "O'Reilly Auto Parts",
33337             "icon": "car",
33338             "geometry": [
33339                 "point",
33340                 "area"
33341             ],
33342             "fields": [
33343                 "operator",
33344                 "address",
33345                 "building_area",
33346                 "opening_hours"
33347             ],
33348             "suggestion": true
33349         },
33350         "shop/car_repair/Carglass": {
33351             "tags": {
33352                 "name": "Carglass",
33353                 "shop": "car_repair"
33354             },
33355             "name": "Carglass",
33356             "icon": "car",
33357             "geometry": [
33358                 "point",
33359                 "area"
33360             ],
33361             "fields": [
33362                 "operator",
33363                 "address",
33364                 "building_area",
33365                 "opening_hours"
33366             ],
33367             "suggestion": true
33368         },
33369         "shop/car_repair/шиномонтаж": {
33370             "tags": {
33371                 "name": "шиномонтаж",
33372                 "shop": "car_repair"
33373             },
33374             "name": "шиномонтаж",
33375             "icon": "car",
33376             "geometry": [
33377                 "point",
33378                 "area"
33379             ],
33380             "fields": [
33381                 "operator",
33382                 "address",
33383                 "building_area",
33384                 "opening_hours"
33385             ],
33386             "suggestion": true
33387         },
33388         "shop/car_repair/Euromaster": {
33389             "tags": {
33390                 "name": "Euromaster",
33391                 "shop": "car_repair"
33392             },
33393             "name": "Euromaster",
33394             "icon": "car",
33395             "geometry": [
33396                 "point",
33397                 "area"
33398             ],
33399             "fields": [
33400                 "operator",
33401                 "address",
33402                 "building_area",
33403                 "opening_hours"
33404             ],
33405             "suggestion": true
33406         },
33407         "shop/car_repair/Firestone": {
33408             "tags": {
33409                 "name": "Firestone",
33410                 "shop": "car_repair"
33411             },
33412             "name": "Firestone",
33413             "icon": "car",
33414             "geometry": [
33415                 "point",
33416                 "area"
33417             ],
33418             "fields": [
33419                 "operator",
33420                 "address",
33421                 "building_area",
33422                 "opening_hours"
33423             ],
33424             "suggestion": true
33425         },
33426         "shop/car_repair/Автосервис": {
33427             "tags": {
33428                 "name": "Автосервис",
33429                 "shop": "car_repair"
33430             },
33431             "name": "Автосервис",
33432             "icon": "car",
33433             "geometry": [
33434                 "point",
33435                 "area"
33436             ],
33437             "fields": [
33438                 "operator",
33439                 "address",
33440                 "building_area",
33441                 "opening_hours"
33442             ],
33443             "suggestion": true
33444         },
33445         "shop/car_repair/Advance Auto Parts": {
33446             "tags": {
33447                 "name": "Advance Auto Parts",
33448                 "shop": "car_repair"
33449             },
33450             "name": "Advance Auto Parts",
33451             "icon": "car",
33452             "geometry": [
33453                 "point",
33454                 "area"
33455             ],
33456             "fields": [
33457                 "operator",
33458                 "address",
33459                 "building_area",
33460                 "opening_hours"
33461             ],
33462             "suggestion": true
33463         },
33464         "shop/car_repair/Roady": {
33465             "tags": {
33466                 "name": "Roady",
33467                 "shop": "car_repair"
33468             },
33469             "name": "Roady",
33470             "icon": "car",
33471             "geometry": [
33472                 "point",
33473                 "area"
33474             ],
33475             "fields": [
33476                 "operator",
33477                 "address",
33478                 "building_area",
33479                 "opening_hours"
33480             ],
33481             "suggestion": true
33482         },
33483         "shop/furniture/IKEA": {
33484             "tags": {
33485                 "name": "IKEA",
33486                 "shop": "furniture"
33487             },
33488             "name": "IKEA",
33489             "icon": "shop",
33490             "geometry": [
33491                 "point",
33492                 "area"
33493             ],
33494             "fields": [
33495                 "operator",
33496                 "address",
33497                 "building_area",
33498                 "opening_hours"
33499             ],
33500             "suggestion": true
33501         },
33502         "shop/furniture/Jysk": {
33503             "tags": {
33504                 "name": "Jysk",
33505                 "shop": "furniture"
33506             },
33507             "name": "Jysk",
33508             "icon": "shop",
33509             "geometry": [
33510                 "point",
33511                 "area"
33512             ],
33513             "fields": [
33514                 "operator",
33515                 "address",
33516                 "building_area",
33517                 "opening_hours"
33518             ],
33519             "suggestion": true
33520         },
33521         "shop/furniture/Roller": {
33522             "tags": {
33523                 "name": "Roller",
33524                 "shop": "furniture"
33525             },
33526             "name": "Roller",
33527             "icon": "shop",
33528             "geometry": [
33529                 "point",
33530                 "area"
33531             ],
33532             "fields": [
33533                 "operator",
33534                 "address",
33535                 "building_area",
33536                 "opening_hours"
33537             ],
33538             "suggestion": true
33539         },
33540         "shop/furniture/Dänisches Bettenlager": {
33541             "tags": {
33542                 "name": "Dänisches Bettenlager",
33543                 "shop": "furniture"
33544             },
33545             "name": "Dänisches Bettenlager",
33546             "icon": "shop",
33547             "geometry": [
33548                 "point",
33549                 "area"
33550             ],
33551             "fields": [
33552                 "operator",
33553                 "address",
33554                 "building_area",
33555                 "opening_hours"
33556             ],
33557             "suggestion": true
33558         },
33559         "shop/furniture/Conforama": {
33560             "tags": {
33561                 "name": "Conforama",
33562                 "shop": "furniture"
33563             },
33564             "name": "Conforama",
33565             "icon": "shop",
33566             "geometry": [
33567                 "point",
33568                 "area"
33569             ],
33570             "fields": [
33571                 "operator",
33572                 "address",
33573                 "building_area",
33574                 "opening_hours"
33575             ],
33576             "suggestion": true
33577         },
33578         "shop/furniture/Matratzen Concord": {
33579             "tags": {
33580                 "name": "Matratzen Concord",
33581                 "shop": "furniture"
33582             },
33583             "name": "Matratzen Concord",
33584             "icon": "shop",
33585             "geometry": [
33586                 "point",
33587                 "area"
33588             ],
33589             "fields": [
33590                 "operator",
33591                 "address",
33592                 "building_area",
33593                 "opening_hours"
33594             ],
33595             "suggestion": true
33596         },
33597         "shop/furniture/Мебель": {
33598             "tags": {
33599                 "name": "Мебель",
33600                 "shop": "furniture"
33601             },
33602             "name": "Мебель",
33603             "icon": "shop",
33604             "geometry": [
33605                 "point",
33606                 "area"
33607             ],
33608             "fields": [
33609                 "operator",
33610                 "address",
33611                 "building_area",
33612                 "opening_hours"
33613             ],
33614             "suggestion": true
33615         },
33616         "shop/furniture/But": {
33617             "tags": {
33618                 "name": "But",
33619                 "shop": "furniture"
33620             },
33621             "name": "But",
33622             "icon": "shop",
33623             "geometry": [
33624                 "point",
33625                 "area"
33626             ],
33627             "fields": [
33628                 "operator",
33629                 "address",
33630                 "building_area",
33631                 "opening_hours"
33632             ],
33633             "suggestion": true
33634         },
33635         "shop/doityourself/Hornbach": {
33636             "tags": {
33637                 "name": "Hornbach",
33638                 "shop": "doityourself"
33639             },
33640             "name": "Hornbach",
33641             "icon": "shop",
33642             "geometry": [
33643                 "point",
33644                 "area"
33645             ],
33646             "fields": [
33647                 "operator",
33648                 "address",
33649                 "building_area",
33650                 "opening_hours"
33651             ],
33652             "suggestion": true
33653         },
33654         "shop/doityourself/B&Q": {
33655             "tags": {
33656                 "name": "B&Q",
33657                 "shop": "doityourself"
33658             },
33659             "name": "B&Q",
33660             "icon": "shop",
33661             "geometry": [
33662                 "point",
33663                 "area"
33664             ],
33665             "fields": [
33666                 "operator",
33667                 "address",
33668                 "building_area",
33669                 "opening_hours"
33670             ],
33671             "suggestion": true
33672         },
33673         "shop/doityourself/Hubo": {
33674             "tags": {
33675                 "name": "Hubo",
33676                 "shop": "doityourself"
33677             },
33678             "name": "Hubo",
33679             "icon": "shop",
33680             "geometry": [
33681                 "point",
33682                 "area"
33683             ],
33684             "fields": [
33685                 "operator",
33686                 "address",
33687                 "building_area",
33688                 "opening_hours"
33689             ],
33690             "suggestion": true
33691         },
33692         "shop/doityourself/Mr Bricolage": {
33693             "tags": {
33694                 "name": "Mr Bricolage",
33695                 "shop": "doityourself"
33696             },
33697             "name": "Mr Bricolage",
33698             "icon": "shop",
33699             "geometry": [
33700                 "point",
33701                 "area"
33702             ],
33703             "fields": [
33704                 "operator",
33705                 "address",
33706                 "building_area",
33707                 "opening_hours"
33708             ],
33709             "suggestion": true
33710         },
33711         "shop/doityourself/Gamma": {
33712             "tags": {
33713                 "name": "Gamma",
33714                 "shop": "doityourself"
33715             },
33716             "name": "Gamma",
33717             "icon": "shop",
33718             "geometry": [
33719                 "point",
33720                 "area"
33721             ],
33722             "fields": [
33723                 "operator",
33724                 "address",
33725                 "building_area",
33726                 "opening_hours"
33727             ],
33728             "suggestion": true
33729         },
33730         "shop/doityourself/OBI": {
33731             "tags": {
33732                 "name": "OBI",
33733                 "shop": "doityourself"
33734             },
33735             "name": "OBI",
33736             "icon": "shop",
33737             "geometry": [
33738                 "point",
33739                 "area"
33740             ],
33741             "fields": [
33742                 "operator",
33743                 "address",
33744                 "building_area",
33745                 "opening_hours"
33746             ],
33747             "suggestion": true
33748         },
33749         "shop/doityourself/Lowes": {
33750             "tags": {
33751                 "name": "Lowes",
33752                 "shop": "doityourself"
33753             },
33754             "name": "Lowes",
33755             "icon": "shop",
33756             "geometry": [
33757                 "point",
33758                 "area"
33759             ],
33760             "fields": [
33761                 "operator",
33762                 "address",
33763                 "building_area",
33764                 "opening_hours"
33765             ],
33766             "suggestion": true
33767         },
33768         "shop/doityourself/Wickes": {
33769             "tags": {
33770                 "name": "Wickes",
33771                 "shop": "doityourself"
33772             },
33773             "name": "Wickes",
33774             "icon": "shop",
33775             "geometry": [
33776                 "point",
33777                 "area"
33778             ],
33779             "fields": [
33780                 "operator",
33781                 "address",
33782                 "building_area",
33783                 "opening_hours"
33784             ],
33785             "suggestion": true
33786         },
33787         "shop/doityourself/Hagebau": {
33788             "tags": {
33789                 "name": "Hagebau",
33790                 "shop": "doityourself"
33791             },
33792             "name": "Hagebau",
33793             "icon": "shop",
33794             "geometry": [
33795                 "point",
33796                 "area"
33797             ],
33798             "fields": [
33799                 "operator",
33800                 "address",
33801                 "building_area",
33802                 "opening_hours"
33803             ],
33804             "suggestion": true
33805         },
33806         "shop/doityourself/Max Bahr": {
33807             "tags": {
33808                 "name": "Max Bahr",
33809                 "shop": "doityourself"
33810             },
33811             "name": "Max Bahr",
33812             "icon": "shop",
33813             "geometry": [
33814                 "point",
33815                 "area"
33816             ],
33817             "fields": [
33818                 "operator",
33819                 "address",
33820                 "building_area",
33821                 "opening_hours"
33822             ],
33823             "suggestion": true
33824         },
33825         "shop/doityourself/Castorama": {
33826             "tags": {
33827                 "name": "Castorama",
33828                 "shop": "doityourself"
33829             },
33830             "name": "Castorama",
33831             "icon": "shop",
33832             "geometry": [
33833                 "point",
33834                 "area"
33835             ],
33836             "fields": [
33837                 "operator",
33838                 "address",
33839                 "building_area",
33840                 "opening_hours"
33841             ],
33842             "suggestion": true
33843         },
33844         "shop/doityourself/Rona": {
33845             "tags": {
33846                 "name": "Rona",
33847                 "shop": "doityourself"
33848             },
33849             "name": "Rona",
33850             "icon": "shop",
33851             "geometry": [
33852                 "point",
33853                 "area"
33854             ],
33855             "fields": [
33856                 "operator",
33857                 "address",
33858                 "building_area",
33859                 "opening_hours"
33860             ],
33861             "suggestion": true
33862         },
33863         "shop/doityourself/Home Depot": {
33864             "tags": {
33865                 "name": "Home Depot",
33866                 "shop": "doityourself"
33867             },
33868             "name": "Home Depot",
33869             "icon": "shop",
33870             "geometry": [
33871                 "point",
33872                 "area"
33873             ],
33874             "fields": [
33875                 "operator",
33876                 "address",
33877                 "building_area",
33878                 "opening_hours"
33879             ],
33880             "suggestion": true
33881         },
33882         "shop/doityourself/Toom Baumarkt": {
33883             "tags": {
33884                 "name": "Toom Baumarkt",
33885                 "shop": "doityourself"
33886             },
33887             "name": "Toom Baumarkt",
33888             "icon": "shop",
33889             "geometry": [
33890                 "point",
33891                 "area"
33892             ],
33893             "fields": [
33894                 "operator",
33895                 "address",
33896                 "building_area",
33897                 "opening_hours"
33898             ],
33899             "suggestion": true
33900         },
33901         "shop/doityourself/Homebase": {
33902             "tags": {
33903                 "name": "Homebase",
33904                 "shop": "doityourself"
33905             },
33906             "name": "Homebase",
33907             "icon": "shop",
33908             "geometry": [
33909                 "point",
33910                 "area"
33911             ],
33912             "fields": [
33913                 "operator",
33914                 "address",
33915                 "building_area",
33916                 "opening_hours"
33917             ],
33918             "suggestion": true
33919         },
33920         "shop/doityourself/Baumax": {
33921             "tags": {
33922                 "name": "Baumax",
33923                 "shop": "doityourself"
33924             },
33925             "name": "Baumax",
33926             "icon": "shop",
33927             "geometry": [
33928                 "point",
33929                 "area"
33930             ],
33931             "fields": [
33932                 "operator",
33933                 "address",
33934                 "building_area",
33935                 "opening_hours"
33936             ],
33937             "suggestion": true
33938         },
33939         "shop/doityourself/Lagerhaus": {
33940             "tags": {
33941                 "name": "Lagerhaus",
33942                 "shop": "doityourself"
33943             },
33944             "name": "Lagerhaus",
33945             "icon": "shop",
33946             "geometry": [
33947                 "point",
33948                 "area"
33949             ],
33950             "fields": [
33951                 "operator",
33952                 "address",
33953                 "building_area",
33954                 "opening_hours"
33955             ],
33956             "suggestion": true
33957         },
33958         "shop/doityourself/Bauhaus": {
33959             "tags": {
33960                 "name": "Bauhaus",
33961                 "shop": "doityourself"
33962             },
33963             "name": "Bauhaus",
33964             "icon": "shop",
33965             "geometry": [
33966                 "point",
33967                 "area"
33968             ],
33969             "fields": [
33970                 "operator",
33971                 "address",
33972                 "building_area",
33973                 "opening_hours"
33974             ],
33975             "suggestion": true
33976         },
33977         "shop/doityourself/Canadian Tire": {
33978             "tags": {
33979                 "name": "Canadian Tire",
33980                 "shop": "doityourself"
33981             },
33982             "name": "Canadian Tire",
33983             "icon": "shop",
33984             "geometry": [
33985                 "point",
33986                 "area"
33987             ],
33988             "fields": [
33989                 "operator",
33990                 "address",
33991                 "building_area",
33992                 "opening_hours"
33993             ],
33994             "suggestion": true
33995         },
33996         "shop/doityourself/Leroy Merlin": {
33997             "tags": {
33998                 "name": "Leroy Merlin",
33999                 "shop": "doityourself"
34000             },
34001             "name": "Leroy Merlin",
34002             "icon": "shop",
34003             "geometry": [
34004                 "point",
34005                 "area"
34006             ],
34007             "fields": [
34008                 "operator",
34009                 "address",
34010                 "building_area",
34011                 "opening_hours"
34012             ],
34013             "suggestion": true
34014         },
34015         "shop/doityourself/Hellweg": {
34016             "tags": {
34017                 "name": "Hellweg",
34018                 "shop": "doityourself"
34019             },
34020             "name": "Hellweg",
34021             "icon": "shop",
34022             "geometry": [
34023                 "point",
34024                 "area"
34025             ],
34026             "fields": [
34027                 "operator",
34028                 "address",
34029                 "building_area",
34030                 "opening_hours"
34031             ],
34032             "suggestion": true
34033         },
34034         "shop/doityourself/Brico": {
34035             "tags": {
34036                 "name": "Brico",
34037                 "shop": "doityourself"
34038             },
34039             "name": "Brico",
34040             "icon": "shop",
34041             "geometry": [
34042                 "point",
34043                 "area"
34044             ],
34045             "fields": [
34046                 "operator",
34047                 "address",
34048                 "building_area",
34049                 "opening_hours"
34050             ],
34051             "suggestion": true
34052         },
34053         "shop/doityourself/Bricomarché": {
34054             "tags": {
34055                 "name": "Bricomarché",
34056                 "shop": "doityourself"
34057             },
34058             "name": "Bricomarché",
34059             "icon": "shop",
34060             "geometry": [
34061                 "point",
34062                 "area"
34063             ],
34064             "fields": [
34065                 "operator",
34066                 "address",
34067                 "building_area",
34068                 "opening_hours"
34069             ],
34070             "suggestion": true
34071         },
34072         "shop/doityourself/Toom": {
34073             "tags": {
34074                 "name": "Toom",
34075                 "shop": "doityourself"
34076             },
34077             "name": "Toom",
34078             "icon": "shop",
34079             "geometry": [
34080                 "point",
34081                 "area"
34082             ],
34083             "fields": [
34084                 "operator",
34085                 "address",
34086                 "building_area",
34087                 "opening_hours"
34088             ],
34089             "suggestion": true
34090         },
34091         "shop/doityourself/Hagebaumarkt": {
34092             "tags": {
34093                 "name": "Hagebaumarkt",
34094                 "shop": "doityourself"
34095             },
34096             "name": "Hagebaumarkt",
34097             "icon": "shop",
34098             "geometry": [
34099                 "point",
34100                 "area"
34101             ],
34102             "fields": [
34103                 "operator",
34104                 "address",
34105                 "building_area",
34106                 "opening_hours"
34107             ],
34108             "suggestion": true
34109         },
34110         "shop/doityourself/Praktiker": {
34111             "tags": {
34112                 "name": "Praktiker",
34113                 "shop": "doityourself"
34114             },
34115             "name": "Praktiker",
34116             "icon": "shop",
34117             "geometry": [
34118                 "point",
34119                 "area"
34120             ],
34121             "fields": [
34122                 "operator",
34123                 "address",
34124                 "building_area",
34125                 "opening_hours"
34126             ],
34127             "suggestion": true
34128         },
34129         "shop/doityourself/Menards": {
34130             "tags": {
34131                 "name": "Menards",
34132                 "shop": "doityourself"
34133             },
34134             "name": "Menards",
34135             "icon": "shop",
34136             "geometry": [
34137                 "point",
34138                 "area"
34139             ],
34140             "fields": [
34141                 "operator",
34142                 "address",
34143                 "building_area",
34144                 "opening_hours"
34145             ],
34146             "suggestion": true
34147         },
34148         "shop/doityourself/Weldom": {
34149             "tags": {
34150                 "name": "Weldom",
34151                 "shop": "doityourself"
34152             },
34153             "name": "Weldom",
34154             "icon": "shop",
34155             "geometry": [
34156                 "point",
34157                 "area"
34158             ],
34159             "fields": [
34160                 "operator",
34161                 "address",
34162                 "building_area",
34163                 "opening_hours"
34164             ],
34165             "suggestion": true
34166         },
34167         "shop/doityourself/Bunnings Warehouse": {
34168             "tags": {
34169                 "name": "Bunnings Warehouse",
34170                 "shop": "doityourself"
34171             },
34172             "name": "Bunnings Warehouse",
34173             "icon": "shop",
34174             "geometry": [
34175                 "point",
34176                 "area"
34177             ],
34178             "fields": [
34179                 "operator",
34180                 "address",
34181                 "building_area",
34182                 "opening_hours"
34183             ],
34184             "suggestion": true
34185         },
34186         "shop/doityourself/Ace Hardware": {
34187             "tags": {
34188                 "name": "Ace Hardware",
34189                 "shop": "doityourself"
34190             },
34191             "name": "Ace Hardware",
34192             "icon": "shop",
34193             "geometry": [
34194                 "point",
34195                 "area"
34196             ],
34197             "fields": [
34198                 "operator",
34199                 "address",
34200                 "building_area",
34201                 "opening_hours"
34202             ],
34203             "suggestion": true
34204         },
34205         "shop/doityourself/Home Hardware": {
34206             "tags": {
34207                 "name": "Home Hardware",
34208                 "shop": "doityourself"
34209             },
34210             "name": "Home Hardware",
34211             "icon": "shop",
34212             "geometry": [
34213                 "point",
34214                 "area"
34215             ],
34216             "fields": [
34217                 "operator",
34218                 "address",
34219                 "building_area",
34220                 "opening_hours"
34221             ],
34222             "suggestion": true
34223         },
34224         "shop/doityourself/Стройматериалы": {
34225             "tags": {
34226                 "name": "Стройматериалы",
34227                 "shop": "doityourself"
34228             },
34229             "name": "Стройматериалы",
34230             "icon": "shop",
34231             "geometry": [
34232                 "point",
34233                 "area"
34234             ],
34235             "fields": [
34236                 "operator",
34237                 "address",
34238                 "building_area",
34239                 "opening_hours"
34240             ],
34241             "suggestion": true
34242         },
34243         "shop/doityourself/Bricorama": {
34244             "tags": {
34245                 "name": "Bricorama",
34246                 "shop": "doityourself"
34247             },
34248             "name": "Bricorama",
34249             "icon": "shop",
34250             "geometry": [
34251                 "point",
34252                 "area"
34253             ],
34254             "fields": [
34255                 "operator",
34256                 "address",
34257                 "building_area",
34258                 "opening_hours"
34259             ],
34260             "suggestion": true
34261         },
34262         "shop/doityourself/Point P": {
34263             "tags": {
34264                 "name": "Point P",
34265                 "shop": "doityourself"
34266             },
34267             "name": "Point P",
34268             "icon": "shop",
34269             "geometry": [
34270                 "point",
34271                 "area"
34272             ],
34273             "fields": [
34274                 "operator",
34275                 "address",
34276                 "building_area",
34277                 "opening_hours"
34278             ],
34279             "suggestion": true
34280         },
34281         "shop/stationery/Staples": {
34282             "tags": {
34283                 "name": "Staples",
34284                 "shop": "stationery"
34285             },
34286             "name": "Staples",
34287             "icon": "shop",
34288             "geometry": [
34289                 "point",
34290                 "area"
34291             ],
34292             "fields": [
34293                 "operator",
34294                 "address",
34295                 "building_area",
34296                 "opening_hours"
34297             ],
34298             "suggestion": true
34299         },
34300         "shop/stationery/McPaper": {
34301             "tags": {
34302                 "name": "McPaper",
34303                 "shop": "stationery"
34304             },
34305             "name": "McPaper",
34306             "icon": "shop",
34307             "geometry": [
34308                 "point",
34309                 "area"
34310             ],
34311             "fields": [
34312                 "operator",
34313                 "address",
34314                 "building_area",
34315                 "opening_hours"
34316             ],
34317             "suggestion": true
34318         },
34319         "shop/stationery/Office Depot": {
34320             "tags": {
34321                 "name": "Office Depot",
34322                 "shop": "stationery"
34323             },
34324             "name": "Office Depot",
34325             "icon": "shop",
34326             "geometry": [
34327                 "point",
34328                 "area"
34329             ],
34330             "fields": [
34331                 "operator",
34332                 "address",
34333                 "building_area",
34334                 "opening_hours"
34335             ],
34336             "suggestion": true
34337         },
34338         "shop/stationery/Канцтовары": {
34339             "tags": {
34340                 "name": "Канцтовары",
34341                 "shop": "stationery"
34342             },
34343             "name": "Канцтовары",
34344             "icon": "shop",
34345             "geometry": [
34346                 "point",
34347                 "area"
34348             ],
34349             "fields": [
34350                 "operator",
34351                 "address",
34352                 "building_area",
34353                 "opening_hours"
34354             ],
34355             "suggestion": true
34356         },
34357         "shop/car/Skoda": {
34358             "tags": {
34359                 "name": "Skoda",
34360                 "shop": "car"
34361             },
34362             "name": "Skoda",
34363             "icon": "car",
34364             "geometry": [
34365                 "point",
34366                 "area"
34367             ],
34368             "fields": [
34369                 "operator",
34370                 "address",
34371                 "building_area",
34372                 "opening_hours"
34373             ],
34374             "suggestion": true
34375         },
34376         "shop/car/BMW": {
34377             "tags": {
34378                 "name": "BMW",
34379                 "shop": "car"
34380             },
34381             "name": "BMW",
34382             "icon": "car",
34383             "geometry": [
34384                 "point",
34385                 "area"
34386             ],
34387             "fields": [
34388                 "operator",
34389                 "address",
34390                 "building_area",
34391                 "opening_hours"
34392             ],
34393             "suggestion": true
34394         },
34395         "shop/car/Citroen": {
34396             "tags": {
34397                 "name": "Citroen",
34398                 "shop": "car"
34399             },
34400             "name": "Citroen",
34401             "icon": "car",
34402             "geometry": [
34403                 "point",
34404                 "area"
34405             ],
34406             "fields": [
34407                 "operator",
34408                 "address",
34409                 "building_area",
34410                 "opening_hours"
34411             ],
34412             "suggestion": true
34413         },
34414         "shop/car/Renault": {
34415             "tags": {
34416                 "name": "Renault",
34417                 "shop": "car"
34418             },
34419             "name": "Renault",
34420             "icon": "car",
34421             "geometry": [
34422                 "point",
34423                 "area"
34424             ],
34425             "fields": [
34426                 "operator",
34427                 "address",
34428                 "building_area",
34429                 "opening_hours"
34430             ],
34431             "suggestion": true
34432         },
34433         "shop/car/Mercedes-Benz": {
34434             "tags": {
34435                 "name": "Mercedes-Benz",
34436                 "shop": "car"
34437             },
34438             "name": "Mercedes-Benz",
34439             "icon": "car",
34440             "geometry": [
34441                 "point",
34442                 "area"
34443             ],
34444             "fields": [
34445                 "operator",
34446                 "address",
34447                 "building_area",
34448                 "opening_hours"
34449             ],
34450             "suggestion": true
34451         },
34452         "shop/car/Volvo": {
34453             "tags": {
34454                 "name": "Volvo",
34455                 "shop": "car"
34456             },
34457             "name": "Volvo",
34458             "icon": "car",
34459             "geometry": [
34460                 "point",
34461                 "area"
34462             ],
34463             "fields": [
34464                 "operator",
34465                 "address",
34466                 "building_area",
34467                 "opening_hours"
34468             ],
34469             "suggestion": true
34470         },
34471         "shop/car/Ford": {
34472             "tags": {
34473                 "name": "Ford",
34474                 "shop": "car"
34475             },
34476             "name": "Ford",
34477             "icon": "car",
34478             "geometry": [
34479                 "point",
34480                 "area"
34481             ],
34482             "fields": [
34483                 "operator",
34484                 "address",
34485                 "building_area",
34486                 "opening_hours"
34487             ],
34488             "suggestion": true
34489         },
34490         "shop/car/Volkswagen": {
34491             "tags": {
34492                 "name": "Volkswagen",
34493                 "shop": "car"
34494             },
34495             "name": "Volkswagen",
34496             "icon": "car",
34497             "geometry": [
34498                 "point",
34499                 "area"
34500             ],
34501             "fields": [
34502                 "operator",
34503                 "address",
34504                 "building_area",
34505                 "opening_hours"
34506             ],
34507             "suggestion": true
34508         },
34509         "shop/car/Mazda": {
34510             "tags": {
34511                 "name": "Mazda",
34512                 "shop": "car"
34513             },
34514             "name": "Mazda",
34515             "icon": "car",
34516             "geometry": [
34517                 "point",
34518                 "area"
34519             ],
34520             "fields": [
34521                 "operator",
34522                 "address",
34523                 "building_area",
34524                 "opening_hours"
34525             ],
34526             "suggestion": true
34527         },
34528         "shop/car/Mitsubishi": {
34529             "tags": {
34530                 "name": "Mitsubishi",
34531                 "shop": "car"
34532             },
34533             "name": "Mitsubishi",
34534             "icon": "car",
34535             "geometry": [
34536                 "point",
34537                 "area"
34538             ],
34539             "fields": [
34540                 "operator",
34541                 "address",
34542                 "building_area",
34543                 "opening_hours"
34544             ],
34545             "suggestion": true
34546         },
34547         "shop/car/Fiat": {
34548             "tags": {
34549                 "name": "Fiat",
34550                 "shop": "car"
34551             },
34552             "name": "Fiat",
34553             "icon": "car",
34554             "geometry": [
34555                 "point",
34556                 "area"
34557             ],
34558             "fields": [
34559                 "operator",
34560                 "address",
34561                 "building_area",
34562                 "opening_hours"
34563             ],
34564             "suggestion": true
34565         },
34566         "shop/car/Автозапчасти": {
34567             "tags": {
34568                 "name": "Автозапчасти",
34569                 "shop": "car"
34570             },
34571             "name": "Автозапчасти",
34572             "icon": "car",
34573             "geometry": [
34574                 "point",
34575                 "area"
34576             ],
34577             "fields": [
34578                 "operator",
34579                 "address",
34580                 "building_area",
34581                 "opening_hours"
34582             ],
34583             "suggestion": true
34584         },
34585         "shop/car/Opel": {
34586             "tags": {
34587                 "name": "Opel",
34588                 "shop": "car"
34589             },
34590             "name": "Opel",
34591             "icon": "car",
34592             "geometry": [
34593                 "point",
34594                 "area"
34595             ],
34596             "fields": [
34597                 "operator",
34598                 "address",
34599                 "building_area",
34600                 "opening_hours"
34601             ],
34602             "suggestion": true
34603         },
34604         "shop/car/Audi": {
34605             "tags": {
34606                 "name": "Audi",
34607                 "shop": "car"
34608             },
34609             "name": "Audi",
34610             "icon": "car",
34611             "geometry": [
34612                 "point",
34613                 "area"
34614             ],
34615             "fields": [
34616                 "operator",
34617                 "address",
34618                 "building_area",
34619                 "opening_hours"
34620             ],
34621             "suggestion": true
34622         },
34623         "shop/car/Toyota": {
34624             "tags": {
34625                 "name": "Toyota",
34626                 "shop": "car"
34627             },
34628             "name": "Toyota",
34629             "icon": "car",
34630             "geometry": [
34631                 "point",
34632                 "area"
34633             ],
34634             "fields": [
34635                 "operator",
34636                 "address",
34637                 "building_area",
34638                 "opening_hours"
34639             ],
34640             "suggestion": true
34641         },
34642         "shop/car/Nissan": {
34643             "tags": {
34644                 "name": "Nissan",
34645                 "shop": "car"
34646             },
34647             "name": "Nissan",
34648             "icon": "car",
34649             "geometry": [
34650                 "point",
34651                 "area"
34652             ],
34653             "fields": [
34654                 "operator",
34655                 "address",
34656                 "building_area",
34657                 "opening_hours"
34658             ],
34659             "suggestion": true
34660         },
34661         "shop/car/Suzuki": {
34662             "tags": {
34663                 "name": "Suzuki",
34664                 "shop": "car"
34665             },
34666             "name": "Suzuki",
34667             "icon": "car",
34668             "geometry": [
34669                 "point",
34670                 "area"
34671             ],
34672             "fields": [
34673                 "operator",
34674                 "address",
34675                 "building_area",
34676                 "opening_hours"
34677             ],
34678             "suggestion": true
34679         },
34680         "shop/car/Honda": {
34681             "tags": {
34682                 "name": "Honda",
34683                 "shop": "car"
34684             },
34685             "name": "Honda",
34686             "icon": "car",
34687             "geometry": [
34688                 "point",
34689                 "area"
34690             ],
34691             "fields": [
34692                 "operator",
34693                 "address",
34694                 "building_area",
34695                 "opening_hours"
34696             ],
34697             "suggestion": true
34698         },
34699         "shop/car/Peugeot": {
34700             "tags": {
34701                 "name": "Peugeot",
34702                 "shop": "car"
34703             },
34704             "name": "Peugeot",
34705             "icon": "car",
34706             "geometry": [
34707                 "point",
34708                 "area"
34709             ],
34710             "fields": [
34711                 "operator",
34712                 "address",
34713                 "building_area",
34714                 "opening_hours"
34715             ],
34716             "suggestion": true
34717         },
34718         "shop/car/Hyundai": {
34719             "tags": {
34720                 "name": "Hyundai",
34721                 "shop": "car"
34722             },
34723             "name": "Hyundai",
34724             "icon": "car",
34725             "geometry": [
34726                 "point",
34727                 "area"
34728             ],
34729             "fields": [
34730                 "operator",
34731                 "address",
34732                 "building_area",
34733                 "opening_hours"
34734             ],
34735             "suggestion": true
34736         },
34737         "shop/car/Subaru": {
34738             "tags": {
34739                 "name": "Subaru",
34740                 "shop": "car"
34741             },
34742             "name": "Subaru",
34743             "icon": "car",
34744             "geometry": [
34745                 "point",
34746                 "area"
34747             ],
34748             "fields": [
34749                 "operator",
34750                 "address",
34751                 "building_area",
34752                 "opening_hours"
34753             ],
34754             "suggestion": true
34755         },
34756         "shop/car/Chevrolet": {
34757             "tags": {
34758                 "name": "Chevrolet",
34759                 "shop": "car"
34760             },
34761             "name": "Chevrolet",
34762             "icon": "car",
34763             "geometry": [
34764                 "point",
34765                 "area"
34766             ],
34767             "fields": [
34768                 "operator",
34769                 "address",
34770                 "building_area",
34771                 "opening_hours"
34772             ],
34773             "suggestion": true
34774         },
34775         "shop/car/Автомагазин": {
34776             "tags": {
34777                 "name": "Автомагазин",
34778                 "shop": "car"
34779             },
34780             "name": "Автомагазин",
34781             "icon": "car",
34782             "geometry": [
34783                 "point",
34784                 "area"
34785             ],
34786             "fields": [
34787                 "operator",
34788                 "address",
34789                 "building_area",
34790                 "opening_hours"
34791             ],
34792             "suggestion": true
34793         },
34794         "shop/clothes/Matalan": {
34795             "tags": {
34796                 "name": "Matalan",
34797                 "shop": "clothes"
34798             },
34799             "name": "Matalan",
34800             "icon": "clothing-store",
34801             "geometry": [
34802                 "point",
34803                 "area"
34804             ],
34805             "fields": [
34806                 "operator",
34807                 "address",
34808                 "building_area",
34809                 "opening_hours"
34810             ],
34811             "suggestion": true
34812         },
34813         "shop/clothes/KiK": {
34814             "tags": {
34815                 "name": "KiK",
34816                 "shop": "clothes"
34817             },
34818             "name": "KiK",
34819             "icon": "clothing-store",
34820             "geometry": [
34821                 "point",
34822                 "area"
34823             ],
34824             "fields": [
34825                 "operator",
34826                 "address",
34827                 "building_area",
34828                 "opening_hours"
34829             ],
34830             "suggestion": true
34831         },
34832         "shop/clothes/H&M": {
34833             "tags": {
34834                 "name": "H&M",
34835                 "shop": "clothes"
34836             },
34837             "name": "H&M",
34838             "icon": "clothing-store",
34839             "geometry": [
34840                 "point",
34841                 "area"
34842             ],
34843             "fields": [
34844                 "operator",
34845                 "address",
34846                 "building_area",
34847                 "opening_hours"
34848             ],
34849             "suggestion": true
34850         },
34851         "shop/clothes/Urban Outfitters": {
34852             "tags": {
34853                 "name": "Urban Outfitters",
34854                 "shop": "clothes"
34855             },
34856             "name": "Urban Outfitters",
34857             "icon": "clothing-store",
34858             "geometry": [
34859                 "point",
34860                 "area"
34861             ],
34862             "fields": [
34863                 "operator",
34864                 "address",
34865                 "building_area",
34866                 "opening_hours"
34867             ],
34868             "suggestion": true
34869         },
34870         "shop/clothes/Vögele": {
34871             "tags": {
34872                 "name": "Vögele",
34873                 "shop": "clothes"
34874             },
34875             "name": "Vögele",
34876             "icon": "clothing-store",
34877             "geometry": [
34878                 "point",
34879                 "area"
34880             ],
34881             "fields": [
34882                 "operator",
34883                 "address",
34884                 "building_area",
34885                 "opening_hours"
34886             ],
34887             "suggestion": true
34888         },
34889         "shop/clothes/Zeeman": {
34890             "tags": {
34891                 "name": "Zeeman",
34892                 "shop": "clothes"
34893             },
34894             "name": "Zeeman",
34895             "icon": "clothing-store",
34896             "geometry": [
34897                 "point",
34898                 "area"
34899             ],
34900             "fields": [
34901                 "operator",
34902                 "address",
34903                 "building_area",
34904                 "opening_hours"
34905             ],
34906             "suggestion": true
34907         },
34908         "shop/clothes/Takko": {
34909             "tags": {
34910                 "name": "Takko",
34911                 "shop": "clothes"
34912             },
34913             "name": "Takko",
34914             "icon": "clothing-store",
34915             "geometry": [
34916                 "point",
34917                 "area"
34918             ],
34919             "fields": [
34920                 "operator",
34921                 "address",
34922                 "building_area",
34923                 "opening_hours"
34924             ],
34925             "suggestion": true
34926         },
34927         "shop/clothes/C&A": {
34928             "tags": {
34929                 "name": "C&A",
34930                 "shop": "clothes"
34931             },
34932             "name": "C&A",
34933             "icon": "clothing-store",
34934             "geometry": [
34935                 "point",
34936                 "area"
34937             ],
34938             "fields": [
34939                 "operator",
34940                 "address",
34941                 "building_area",
34942                 "opening_hours"
34943             ],
34944             "suggestion": true
34945         },
34946         "shop/clothes/Zara": {
34947             "tags": {
34948                 "name": "Zara",
34949                 "shop": "clothes"
34950             },
34951             "name": "Zara",
34952             "icon": "clothing-store",
34953             "geometry": [
34954                 "point",
34955                 "area"
34956             ],
34957             "fields": [
34958                 "operator",
34959                 "address",
34960                 "building_area",
34961                 "opening_hours"
34962             ],
34963             "suggestion": true
34964         },
34965         "shop/clothes/Vero Moda": {
34966             "tags": {
34967                 "name": "Vero Moda",
34968                 "shop": "clothes"
34969             },
34970             "name": "Vero Moda",
34971             "icon": "clothing-store",
34972             "geometry": [
34973                 "point",
34974                 "area"
34975             ],
34976             "fields": [
34977                 "operator",
34978                 "address",
34979                 "building_area",
34980                 "opening_hours"
34981             ],
34982             "suggestion": true
34983         },
34984         "shop/clothes/NKD": {
34985             "tags": {
34986                 "name": "NKD",
34987                 "shop": "clothes"
34988             },
34989             "name": "NKD",
34990             "icon": "clothing-store",
34991             "geometry": [
34992                 "point",
34993                 "area"
34994             ],
34995             "fields": [
34996                 "operator",
34997                 "address",
34998                 "building_area",
34999                 "opening_hours"
35000             ],
35001             "suggestion": true
35002         },
35003         "shop/clothes/Ernsting's family": {
35004             "tags": {
35005                 "name": "Ernsting's family",
35006                 "shop": "clothes"
35007             },
35008             "name": "Ernsting's family",
35009             "icon": "clothing-store",
35010             "geometry": [
35011                 "point",
35012                 "area"
35013             ],
35014             "fields": [
35015                 "operator",
35016                 "address",
35017                 "building_area",
35018                 "opening_hours"
35019             ],
35020             "suggestion": true
35021         },
35022         "shop/clothes/Winners": {
35023             "tags": {
35024                 "name": "Winners",
35025                 "shop": "clothes"
35026             },
35027             "name": "Winners",
35028             "icon": "clothing-store",
35029             "geometry": [
35030                 "point",
35031                 "area"
35032             ],
35033             "fields": [
35034                 "operator",
35035                 "address",
35036                 "building_area",
35037                 "opening_hours"
35038             ],
35039             "suggestion": true
35040         },
35041         "shop/clothes/River Island": {
35042             "tags": {
35043                 "name": "River Island",
35044                 "shop": "clothes"
35045             },
35046             "name": "River Island",
35047             "icon": "clothing-store",
35048             "geometry": [
35049                 "point",
35050                 "area"
35051             ],
35052             "fields": [
35053                 "operator",
35054                 "address",
35055                 "building_area",
35056                 "opening_hours"
35057             ],
35058             "suggestion": true
35059         },
35060         "shop/clothes/Next": {
35061             "tags": {
35062                 "name": "Next",
35063                 "shop": "clothes"
35064             },
35065             "name": "Next",
35066             "icon": "clothing-store",
35067             "geometry": [
35068                 "point",
35069                 "area"
35070             ],
35071             "fields": [
35072                 "operator",
35073                 "address",
35074                 "building_area",
35075                 "opening_hours"
35076             ],
35077             "suggestion": true
35078         },
35079         "shop/clothes/Gap": {
35080             "tags": {
35081                 "name": "Gap",
35082                 "shop": "clothes"
35083             },
35084             "name": "Gap",
35085             "icon": "clothing-store",
35086             "geometry": [
35087                 "point",
35088                 "area"
35089             ],
35090             "fields": [
35091                 "operator",
35092                 "address",
35093                 "building_area",
35094                 "opening_hours"
35095             ],
35096             "suggestion": true
35097         },
35098         "shop/clothes/Adidas": {
35099             "tags": {
35100                 "name": "Adidas",
35101                 "shop": "clothes"
35102             },
35103             "name": "Adidas",
35104             "icon": "clothing-store",
35105             "geometry": [
35106                 "point",
35107                 "area"
35108             ],
35109             "fields": [
35110                 "operator",
35111                 "address",
35112                 "building_area",
35113                 "opening_hours"
35114             ],
35115             "suggestion": true
35116         },
35117         "shop/clothes/Mr Price": {
35118             "tags": {
35119                 "name": "Mr Price",
35120                 "shop": "clothes"
35121             },
35122             "name": "Mr Price",
35123             "icon": "clothing-store",
35124             "geometry": [
35125                 "point",
35126                 "area"
35127             ],
35128             "fields": [
35129                 "operator",
35130                 "address",
35131                 "building_area",
35132                 "opening_hours"
35133             ],
35134             "suggestion": true
35135         },
35136         "shop/clothes/Pep": {
35137             "tags": {
35138                 "name": "Pep",
35139                 "shop": "clothes"
35140             },
35141             "name": "Pep",
35142             "icon": "clothing-store",
35143             "geometry": [
35144                 "point",
35145                 "area"
35146             ],
35147             "fields": [
35148                 "operator",
35149                 "address",
35150                 "building_area",
35151                 "opening_hours"
35152             ],
35153             "suggestion": true
35154         },
35155         "shop/clothes/Edgars": {
35156             "tags": {
35157                 "name": "Edgars",
35158                 "shop": "clothes"
35159             },
35160             "name": "Edgars",
35161             "icon": "clothing-store",
35162             "geometry": [
35163                 "point",
35164                 "area"
35165             ],
35166             "fields": [
35167                 "operator",
35168                 "address",
35169                 "building_area",
35170                 "opening_hours"
35171             ],
35172             "suggestion": true
35173         },
35174         "shop/clothes/Ackermans": {
35175             "tags": {
35176                 "name": "Ackermans",
35177                 "shop": "clothes"
35178             },
35179             "name": "Ackermans",
35180             "icon": "clothing-store",
35181             "geometry": [
35182                 "point",
35183                 "area"
35184             ],
35185             "fields": [
35186                 "operator",
35187                 "address",
35188                 "building_area",
35189                 "opening_hours"
35190             ],
35191             "suggestion": true
35192         },
35193         "shop/clothes/Truworths": {
35194             "tags": {
35195                 "name": "Truworths",
35196                 "shop": "clothes"
35197             },
35198             "name": "Truworths",
35199             "icon": "clothing-store",
35200             "geometry": [
35201                 "point",
35202                 "area"
35203             ],
35204             "fields": [
35205                 "operator",
35206                 "address",
35207                 "building_area",
35208                 "opening_hours"
35209             ],
35210             "suggestion": true
35211         },
35212         "shop/clothes/Ross": {
35213             "tags": {
35214                 "name": "Ross",
35215                 "shop": "clothes"
35216             },
35217             "name": "Ross",
35218             "icon": "clothing-store",
35219             "geometry": [
35220                 "point",
35221                 "area"
35222             ],
35223             "fields": [
35224                 "operator",
35225                 "address",
35226                 "building_area",
35227                 "opening_hours"
35228             ],
35229             "suggestion": true
35230         },
35231         "shop/clothes/Burton": {
35232             "tags": {
35233                 "name": "Burton",
35234                 "shop": "clothes"
35235             },
35236             "name": "Burton",
35237             "icon": "clothing-store",
35238             "geometry": [
35239                 "point",
35240                 "area"
35241             ],
35242             "fields": [
35243                 "operator",
35244                 "address",
35245                 "building_area",
35246                 "opening_hours"
35247             ],
35248             "suggestion": true
35249         },
35250         "shop/clothes/Dorothy Perkins": {
35251             "tags": {
35252                 "name": "Dorothy Perkins",
35253                 "shop": "clothes"
35254             },
35255             "name": "Dorothy Perkins",
35256             "icon": "clothing-store",
35257             "geometry": [
35258                 "point",
35259                 "area"
35260             ],
35261             "fields": [
35262                 "operator",
35263                 "address",
35264                 "building_area",
35265                 "opening_hours"
35266             ],
35267             "suggestion": true
35268         },
35269         "shop/clothes/Lindex": {
35270             "tags": {
35271                 "name": "Lindex",
35272                 "shop": "clothes"
35273             },
35274             "name": "Lindex",
35275             "icon": "clothing-store",
35276             "geometry": [
35277                 "point",
35278                 "area"
35279             ],
35280             "fields": [
35281                 "operator",
35282                 "address",
35283                 "building_area",
35284                 "opening_hours"
35285             ],
35286             "suggestion": true
35287         },
35288         "shop/clothes/s.Oliver": {
35289             "tags": {
35290                 "name": "s.Oliver",
35291                 "shop": "clothes"
35292             },
35293             "name": "s.Oliver",
35294             "icon": "clothing-store",
35295             "geometry": [
35296                 "point",
35297                 "area"
35298             ],
35299             "fields": [
35300                 "operator",
35301                 "address",
35302                 "building_area",
35303                 "opening_hours"
35304             ],
35305             "suggestion": true
35306         },
35307         "shop/clothes/Cecil": {
35308             "tags": {
35309                 "name": "Cecil",
35310                 "shop": "clothes"
35311             },
35312             "name": "Cecil",
35313             "icon": "clothing-store",
35314             "geometry": [
35315                 "point",
35316                 "area"
35317             ],
35318             "fields": [
35319                 "operator",
35320                 "address",
35321                 "building_area",
35322                 "opening_hours"
35323             ],
35324             "suggestion": true
35325         },
35326         "shop/clothes/Dress Barn": {
35327             "tags": {
35328                 "name": "Dress Barn",
35329                 "shop": "clothes"
35330             },
35331             "name": "Dress Barn",
35332             "icon": "clothing-store",
35333             "geometry": [
35334                 "point",
35335                 "area"
35336             ],
35337             "fields": [
35338                 "operator",
35339                 "address",
35340                 "building_area",
35341                 "opening_hours"
35342             ],
35343             "suggestion": true
35344         },
35345         "shop/clothes/Old Navy": {
35346             "tags": {
35347                 "name": "Old Navy",
35348                 "shop": "clothes"
35349             },
35350             "name": "Old Navy",
35351             "icon": "clothing-store",
35352             "geometry": [
35353                 "point",
35354                 "area"
35355             ],
35356             "fields": [
35357                 "operator",
35358                 "address",
35359                 "building_area",
35360                 "opening_hours"
35361             ],
35362             "suggestion": true
35363         },
35364         "shop/clothes/Jack & Jones": {
35365             "tags": {
35366                 "name": "Jack & Jones",
35367                 "shop": "clothes"
35368             },
35369             "name": "Jack & Jones",
35370             "icon": "clothing-store",
35371             "geometry": [
35372                 "point",
35373                 "area"
35374             ],
35375             "fields": [
35376                 "operator",
35377                 "address",
35378                 "building_area",
35379                 "opening_hours"
35380             ],
35381             "suggestion": true
35382         },
35383         "shop/clothes/Pimkie": {
35384             "tags": {
35385                 "name": "Pimkie",
35386                 "shop": "clothes"
35387             },
35388             "name": "Pimkie",
35389             "icon": "clothing-store",
35390             "geometry": [
35391                 "point",
35392                 "area"
35393             ],
35394             "fields": [
35395                 "operator",
35396                 "address",
35397                 "building_area",
35398                 "opening_hours"
35399             ],
35400             "suggestion": true
35401         },
35402         "shop/clothes/Esprit": {
35403             "tags": {
35404                 "name": "Esprit",
35405                 "shop": "clothes"
35406             },
35407             "name": "Esprit",
35408             "icon": "clothing-store",
35409             "geometry": [
35410                 "point",
35411                 "area"
35412             ],
35413             "fields": [
35414                 "operator",
35415                 "address",
35416                 "building_area",
35417                 "opening_hours"
35418             ],
35419             "suggestion": true
35420         },
35421         "shop/clothes/Primark": {
35422             "tags": {
35423                 "name": "Primark",
35424                 "shop": "clothes"
35425             },
35426             "name": "Primark",
35427             "icon": "clothing-store",
35428             "geometry": [
35429                 "point",
35430                 "area"
35431             ],
35432             "fields": [
35433                 "operator",
35434                 "address",
35435                 "building_area",
35436                 "opening_hours"
35437             ],
35438             "suggestion": true
35439         },
35440         "shop/clothes/Bonita": {
35441             "tags": {
35442                 "name": "Bonita",
35443                 "shop": "clothes"
35444             },
35445             "name": "Bonita",
35446             "icon": "clothing-store",
35447             "geometry": [
35448                 "point",
35449                 "area"
35450             ],
35451             "fields": [
35452                 "operator",
35453                 "address",
35454                 "building_area",
35455                 "opening_hours"
35456             ],
35457             "suggestion": true
35458         },
35459         "shop/clothes/Mexx": {
35460             "tags": {
35461                 "name": "Mexx",
35462                 "shop": "clothes"
35463             },
35464             "name": "Mexx",
35465             "icon": "clothing-store",
35466             "geometry": [
35467                 "point",
35468                 "area"
35469             ],
35470             "fields": [
35471                 "operator",
35472                 "address",
35473                 "building_area",
35474                 "opening_hours"
35475             ],
35476             "suggestion": true
35477         },
35478         "shop/clothes/Gerry Weber": {
35479             "tags": {
35480                 "name": "Gerry Weber",
35481                 "shop": "clothes"
35482             },
35483             "name": "Gerry Weber",
35484             "icon": "clothing-store",
35485             "geometry": [
35486                 "point",
35487                 "area"
35488             ],
35489             "fields": [
35490                 "operator",
35491                 "address",
35492                 "building_area",
35493                 "opening_hours"
35494             ],
35495             "suggestion": true
35496         },
35497         "shop/clothes/Tally Weijl": {
35498             "tags": {
35499                 "name": "Tally Weijl",
35500                 "shop": "clothes"
35501             },
35502             "name": "Tally Weijl",
35503             "icon": "clothing-store",
35504             "geometry": [
35505                 "point",
35506                 "area"
35507             ],
35508             "fields": [
35509                 "operator",
35510                 "address",
35511                 "building_area",
35512                 "opening_hours"
35513             ],
35514             "suggestion": true
35515         },
35516         "shop/clothes/Mango": {
35517             "tags": {
35518                 "name": "Mango",
35519                 "shop": "clothes"
35520             },
35521             "name": "Mango",
35522             "icon": "clothing-store",
35523             "geometry": [
35524                 "point",
35525                 "area"
35526             ],
35527             "fields": [
35528                 "operator",
35529                 "address",
35530                 "building_area",
35531                 "opening_hours"
35532             ],
35533             "suggestion": true
35534         },
35535         "shop/clothes/TK Maxx": {
35536             "tags": {
35537                 "name": "TK Maxx",
35538                 "shop": "clothes"
35539             },
35540             "name": "TK Maxx",
35541             "icon": "clothing-store",
35542             "geometry": [
35543                 "point",
35544                 "area"
35545             ],
35546             "fields": [
35547                 "operator",
35548                 "address",
35549                 "building_area",
35550                 "opening_hours"
35551             ],
35552             "suggestion": true
35553         },
35554         "shop/clothes/Benetton": {
35555             "tags": {
35556                 "name": "Benetton",
35557                 "shop": "clothes"
35558             },
35559             "name": "Benetton",
35560             "icon": "clothing-store",
35561             "geometry": [
35562                 "point",
35563                 "area"
35564             ],
35565             "fields": [
35566                 "operator",
35567                 "address",
35568                 "building_area",
35569                 "opening_hours"
35570             ],
35571             "suggestion": true
35572         },
35573         "shop/clothes/Ulla Popken": {
35574             "tags": {
35575                 "name": "Ulla Popken",
35576                 "shop": "clothes"
35577             },
35578             "name": "Ulla Popken",
35579             "icon": "clothing-store",
35580             "geometry": [
35581                 "point",
35582                 "area"
35583             ],
35584             "fields": [
35585                 "operator",
35586                 "address",
35587                 "building_area",
35588                 "opening_hours"
35589             ],
35590             "suggestion": true
35591         },
35592         "shop/clothes/AWG": {
35593             "tags": {
35594                 "name": "AWG",
35595                 "shop": "clothes"
35596             },
35597             "name": "AWG",
35598             "icon": "clothing-store",
35599             "geometry": [
35600                 "point",
35601                 "area"
35602             ],
35603             "fields": [
35604                 "operator",
35605                 "address",
35606                 "building_area",
35607                 "opening_hours"
35608             ],
35609             "suggestion": true
35610         },
35611         "shop/clothes/Tommy Hilfiger": {
35612             "tags": {
35613                 "name": "Tommy Hilfiger",
35614                 "shop": "clothes"
35615             },
35616             "name": "Tommy Hilfiger",
35617             "icon": "clothing-store",
35618             "geometry": [
35619                 "point",
35620                 "area"
35621             ],
35622             "fields": [
35623                 "operator",
35624                 "address",
35625                 "building_area",
35626                 "opening_hours"
35627             ],
35628             "suggestion": true
35629         },
35630         "shop/clothes/New Yorker": {
35631             "tags": {
35632                 "name": "New Yorker",
35633                 "shop": "clothes"
35634             },
35635             "name": "New Yorker",
35636             "icon": "clothing-store",
35637             "geometry": [
35638                 "point",
35639                 "area"
35640             ],
35641             "fields": [
35642                 "operator",
35643                 "address",
35644                 "building_area",
35645                 "opening_hours"
35646             ],
35647             "suggestion": true
35648         },
35649         "shop/clothes/Orsay": {
35650             "tags": {
35651                 "name": "Orsay",
35652                 "shop": "clothes"
35653             },
35654             "name": "Orsay",
35655             "icon": "clothing-store",
35656             "geometry": [
35657                 "point",
35658                 "area"
35659             ],
35660             "fields": [
35661                 "operator",
35662                 "address",
35663                 "building_area",
35664                 "opening_hours"
35665             ],
35666             "suggestion": true
35667         },
35668         "shop/clothes/Jeans Fritz": {
35669             "tags": {
35670                 "name": "Jeans Fritz",
35671                 "shop": "clothes"
35672             },
35673             "name": "Jeans Fritz",
35674             "icon": "clothing-store",
35675             "geometry": [
35676                 "point",
35677                 "area"
35678             ],
35679             "fields": [
35680                 "operator",
35681                 "address",
35682                 "building_area",
35683                 "opening_hours"
35684             ],
35685             "suggestion": true
35686         },
35687         "shop/clothes/Charles Vögele": {
35688             "tags": {
35689                 "name": "Charles Vögele",
35690                 "shop": "clothes"
35691             },
35692             "name": "Charles Vögele",
35693             "icon": "clothing-store",
35694             "geometry": [
35695                 "point",
35696                 "area"
35697             ],
35698             "fields": [
35699                 "operator",
35700                 "address",
35701                 "building_area",
35702                 "opening_hours"
35703             ],
35704             "suggestion": true
35705         },
35706         "shop/clothes/New Look": {
35707             "tags": {
35708                 "name": "New Look",
35709                 "shop": "clothes"
35710             },
35711             "name": "New Look",
35712             "icon": "clothing-store",
35713             "geometry": [
35714                 "point",
35715                 "area"
35716             ],
35717             "fields": [
35718                 "operator",
35719                 "address",
35720                 "building_area",
35721                 "opening_hours"
35722             ],
35723             "suggestion": true
35724         },
35725         "shop/clothes/Lacoste": {
35726             "tags": {
35727                 "name": "Lacoste",
35728                 "shop": "clothes"
35729             },
35730             "name": "Lacoste",
35731             "icon": "clothing-store",
35732             "geometry": [
35733                 "point",
35734                 "area"
35735             ],
35736             "fields": [
35737                 "operator",
35738                 "address",
35739                 "building_area",
35740                 "opening_hours"
35741             ],
35742             "suggestion": true
35743         },
35744         "shop/clothes/Etam": {
35745             "tags": {
35746                 "name": "Etam",
35747                 "shop": "clothes"
35748             },
35749             "name": "Etam",
35750             "icon": "clothing-store",
35751             "geometry": [
35752                 "point",
35753                 "area"
35754             ],
35755             "fields": [
35756                 "operator",
35757                 "address",
35758                 "building_area",
35759                 "opening_hours"
35760             ],
35761             "suggestion": true
35762         },
35763         "shop/clothes/Kiabi": {
35764             "tags": {
35765                 "name": "Kiabi",
35766                 "shop": "clothes"
35767             },
35768             "name": "Kiabi",
35769             "icon": "clothing-store",
35770             "geometry": [
35771                 "point",
35772                 "area"
35773             ],
35774             "fields": [
35775                 "operator",
35776                 "address",
35777                 "building_area",
35778                 "opening_hours"
35779             ],
35780             "suggestion": true
35781         },
35782         "shop/clothes/Jack Wolfskin": {
35783             "tags": {
35784                 "name": "Jack Wolfskin",
35785                 "shop": "clothes"
35786             },
35787             "name": "Jack Wolfskin",
35788             "icon": "clothing-store",
35789             "geometry": [
35790                 "point",
35791                 "area"
35792             ],
35793             "fields": [
35794                 "operator",
35795                 "address",
35796                 "building_area",
35797                 "opening_hours"
35798             ],
35799             "suggestion": true
35800         },
35801         "shop/clothes/American Apparel": {
35802             "tags": {
35803                 "name": "American Apparel",
35804                 "shop": "clothes"
35805             },
35806             "name": "American Apparel",
35807             "icon": "clothing-store",
35808             "geometry": [
35809                 "point",
35810                 "area"
35811             ],
35812             "fields": [
35813                 "operator",
35814                 "address",
35815                 "building_area",
35816                 "opening_hours"
35817             ],
35818             "suggestion": true
35819         },
35820         "shop/clothes/Men's Wearhouse": {
35821             "tags": {
35822                 "name": "Men's Wearhouse",
35823                 "shop": "clothes"
35824             },
35825             "name": "Men's Wearhouse",
35826             "icon": "clothing-store",
35827             "geometry": [
35828                 "point",
35829                 "area"
35830             ],
35831             "fields": [
35832                 "operator",
35833                 "address",
35834                 "building_area",
35835                 "opening_hours"
35836             ],
35837             "suggestion": true
35838         },
35839         "shop/clothes/Intimissimi": {
35840             "tags": {
35841                 "name": "Intimissimi",
35842                 "shop": "clothes"
35843             },
35844             "name": "Intimissimi",
35845             "icon": "clothing-store",
35846             "geometry": [
35847                 "point",
35848                 "area"
35849             ],
35850             "fields": [
35851                 "operator",
35852                 "address",
35853                 "building_area",
35854                 "opening_hours"
35855             ],
35856             "suggestion": true
35857         },
35858         "shop/clothes/United Colors of Benetton": {
35859             "tags": {
35860                 "name": "United Colors of Benetton",
35861                 "shop": "clothes"
35862             },
35863             "name": "United Colors of Benetton",
35864             "icon": "clothing-store",
35865             "geometry": [
35866                 "point",
35867                 "area"
35868             ],
35869             "fields": [
35870                 "operator",
35871                 "address",
35872                 "building_area",
35873                 "opening_hours"
35874             ],
35875             "suggestion": true
35876         },
35877         "shop/clothes/Jules": {
35878             "tags": {
35879                 "name": "Jules",
35880                 "shop": "clothes"
35881             },
35882             "name": "Jules",
35883             "icon": "clothing-store",
35884             "geometry": [
35885                 "point",
35886                 "area"
35887             ],
35888             "fields": [
35889                 "operator",
35890                 "address",
35891                 "building_area",
35892                 "opening_hours"
35893             ],
35894             "suggestion": true
35895         },
35896         "shop/clothes/Second Hand": {
35897             "tags": {
35898                 "name": "Second Hand",
35899                 "shop": "clothes"
35900             },
35901             "name": "Second Hand",
35902             "icon": "clothing-store",
35903             "geometry": [
35904                 "point",
35905                 "area"
35906             ],
35907             "fields": [
35908                 "operator",
35909                 "address",
35910                 "building_area",
35911                 "opening_hours"
35912             ],
35913             "suggestion": true
35914         },
35915         "shop/clothes/AOKI": {
35916             "tags": {
35917                 "name": "AOKI",
35918                 "shop": "clothes"
35919             },
35920             "name": "AOKI",
35921             "icon": "clothing-store",
35922             "geometry": [
35923                 "point",
35924                 "area"
35925             ],
35926             "fields": [
35927                 "operator",
35928                 "address",
35929                 "building_area",
35930                 "opening_hours"
35931             ],
35932             "suggestion": true
35933         },
35934         "shop/clothes/Calzedonia": {
35935             "tags": {
35936                 "name": "Calzedonia",
35937                 "shop": "clothes"
35938             },
35939             "name": "Calzedonia",
35940             "icon": "clothing-store",
35941             "geometry": [
35942                 "point",
35943                 "area"
35944             ],
35945             "fields": [
35946                 "operator",
35947                 "address",
35948                 "building_area",
35949                 "opening_hours"
35950             ],
35951             "suggestion": true
35952         },
35953         "shop/clothes/洋服の青山": {
35954             "tags": {
35955                 "name": "洋服の青山",
35956                 "shop": "clothes"
35957             },
35958             "name": "洋服の青山",
35959             "icon": "clothing-store",
35960             "geometry": [
35961                 "point",
35962                 "area"
35963             ],
35964             "fields": [
35965                 "operator",
35966                 "address",
35967                 "building_area",
35968                 "opening_hours"
35969             ],
35970             "suggestion": true
35971         },
35972         "shop/clothes/Levi's": {
35973             "tags": {
35974                 "name": "Levi's",
35975                 "shop": "clothes"
35976             },
35977             "name": "Levi's",
35978             "icon": "clothing-store",
35979             "geometry": [
35980                 "point",
35981                 "area"
35982             ],
35983             "fields": [
35984                 "operator",
35985                 "address",
35986                 "building_area",
35987                 "opening_hours"
35988             ],
35989             "suggestion": true
35990         },
35991         "shop/clothes/Celio": {
35992             "tags": {
35993                 "name": "Celio",
35994                 "shop": "clothes"
35995             },
35996             "name": "Celio",
35997             "icon": "clothing-store",
35998             "geometry": [
35999                 "point",
36000                 "area"
36001             ],
36002             "fields": [
36003                 "operator",
36004                 "address",
36005                 "building_area",
36006                 "opening_hours"
36007             ],
36008             "suggestion": true
36009         },
36010         "shop/clothes/TJ Maxx": {
36011             "tags": {
36012                 "name": "TJ Maxx",
36013                 "shop": "clothes"
36014             },
36015             "name": "TJ Maxx",
36016             "icon": "clothing-store",
36017             "geometry": [
36018                 "point",
36019                 "area"
36020             ],
36021             "fields": [
36022                 "operator",
36023                 "address",
36024                 "building_area",
36025                 "opening_hours"
36026             ],
36027             "suggestion": true
36028         },
36029         "shop/clothes/Promod": {
36030             "tags": {
36031                 "name": "Promod",
36032                 "shop": "clothes"
36033             },
36034             "name": "Promod",
36035             "icon": "clothing-store",
36036             "geometry": [
36037                 "point",
36038                 "area"
36039             ],
36040             "fields": [
36041                 "operator",
36042                 "address",
36043                 "building_area",
36044                 "opening_hours"
36045             ],
36046             "suggestion": true
36047         },
36048         "shop/clothes/Street One": {
36049             "tags": {
36050                 "name": "Street One",
36051                 "shop": "clothes"
36052             },
36053             "name": "Street One",
36054             "icon": "clothing-store",
36055             "geometry": [
36056                 "point",
36057                 "area"
36058             ],
36059             "fields": [
36060                 "operator",
36061                 "address",
36062                 "building_area",
36063                 "opening_hours"
36064             ],
36065             "suggestion": true
36066         },
36067         "shop/clothes/ユニクロ": {
36068             "tags": {
36069                 "name": "ユニクロ",
36070                 "shop": "clothes"
36071             },
36072             "name": "ユニクロ",
36073             "icon": "clothing-store",
36074             "geometry": [
36075                 "point",
36076                 "area"
36077             ],
36078             "fields": [
36079                 "operator",
36080                 "address",
36081                 "building_area",
36082                 "opening_hours"
36083             ],
36084             "suggestion": true
36085         },
36086         "shop/clothes/Banana Republic": {
36087             "tags": {
36088                 "name": "Banana Republic",
36089                 "shop": "clothes"
36090             },
36091             "name": "Banana Republic",
36092             "icon": "clothing-store",
36093             "geometry": [
36094                 "point",
36095                 "area"
36096             ],
36097             "fields": [
36098                 "operator",
36099                 "address",
36100                 "building_area",
36101                 "opening_hours"
36102             ],
36103             "suggestion": true
36104         },
36105         "shop/clothes/Одежда": {
36106             "tags": {
36107                 "name": "Одежда",
36108                 "shop": "clothes"
36109             },
36110             "name": "Одежда",
36111             "icon": "clothing-store",
36112             "geometry": [
36113                 "point",
36114                 "area"
36115             ],
36116             "fields": [
36117                 "operator",
36118                 "address",
36119                 "building_area",
36120                 "opening_hours"
36121             ],
36122             "suggestion": true
36123         },
36124         "shop/clothes/Marshalls": {
36125             "tags": {
36126                 "name": "Marshalls",
36127                 "shop": "clothes"
36128             },
36129             "name": "Marshalls",
36130             "icon": "clothing-store",
36131             "geometry": [
36132                 "point",
36133                 "area"
36134             ],
36135             "fields": [
36136                 "operator",
36137                 "address",
36138                 "building_area",
36139                 "opening_hours"
36140             ],
36141             "suggestion": true
36142         },
36143         "shop/clothes/La Halle": {
36144             "tags": {
36145                 "name": "La Halle",
36146                 "shop": "clothes"
36147             },
36148             "name": "La Halle",
36149             "icon": "clothing-store",
36150             "geometry": [
36151                 "point",
36152                 "area"
36153             ],
36154             "fields": [
36155                 "operator",
36156                 "address",
36157                 "building_area",
36158                 "opening_hours"
36159             ],
36160             "suggestion": true
36161         },
36162         "shop/clothes/Peacocks": {
36163             "tags": {
36164                 "name": "Peacocks",
36165                 "shop": "clothes"
36166             },
36167             "name": "Peacocks",
36168             "icon": "clothing-store",
36169             "geometry": [
36170                 "point",
36171                 "area"
36172             ],
36173             "fields": [
36174                 "operator",
36175                 "address",
36176                 "building_area",
36177                 "opening_hours"
36178             ],
36179             "suggestion": true
36180         },
36181         "shop/clothes/しまむら": {
36182             "tags": {
36183                 "name": "しまむら",
36184                 "shop": "clothes"
36185             },
36186             "name": "しまむら",
36187             "icon": "clothing-store",
36188             "geometry": [
36189                 "point",
36190                 "area"
36191             ],
36192             "fields": [
36193                 "operator",
36194                 "address",
36195                 "building_area",
36196                 "opening_hours"
36197             ],
36198             "suggestion": true
36199         },
36200         "shop/books/Bruna": {
36201             "tags": {
36202                 "name": "Bruna",
36203                 "shop": "books"
36204             },
36205             "name": "Bruna",
36206             "icon": "shop",
36207             "geometry": [
36208                 "point",
36209                 "area"
36210             ],
36211             "fields": [
36212                 "operator",
36213                 "address",
36214                 "building_area",
36215                 "opening_hours"
36216             ],
36217             "suggestion": true
36218         },
36219         "shop/books/Waterstones": {
36220             "tags": {
36221                 "name": "Waterstones",
36222                 "shop": "books"
36223             },
36224             "name": "Waterstones",
36225             "icon": "shop",
36226             "geometry": [
36227                 "point",
36228                 "area"
36229             ],
36230             "fields": [
36231                 "operator",
36232                 "address",
36233                 "building_area",
36234                 "opening_hours"
36235             ],
36236             "suggestion": true
36237         },
36238         "shop/books/Libro": {
36239             "tags": {
36240                 "name": "Libro",
36241                 "shop": "books"
36242             },
36243             "name": "Libro",
36244             "icon": "shop",
36245             "geometry": [
36246                 "point",
36247                 "area"
36248             ],
36249             "fields": [
36250                 "operator",
36251                 "address",
36252                 "building_area",
36253                 "opening_hours"
36254             ],
36255             "suggestion": true
36256         },
36257         "shop/books/Barnes & Noble": {
36258             "tags": {
36259                 "name": "Barnes & Noble",
36260                 "shop": "books"
36261             },
36262             "name": "Barnes & Noble",
36263             "icon": "shop",
36264             "geometry": [
36265                 "point",
36266                 "area"
36267             ],
36268             "fields": [
36269                 "operator",
36270                 "address",
36271                 "building_area",
36272                 "opening_hours"
36273             ],
36274             "suggestion": true
36275         },
36276         "shop/books/Weltbild": {
36277             "tags": {
36278                 "name": "Weltbild",
36279                 "shop": "books"
36280             },
36281             "name": "Weltbild",
36282             "icon": "shop",
36283             "geometry": [
36284                 "point",
36285                 "area"
36286             ],
36287             "fields": [
36288                 "operator",
36289                 "address",
36290                 "building_area",
36291                 "opening_hours"
36292             ],
36293             "suggestion": true
36294         },
36295         "shop/books/Thalia": {
36296             "tags": {
36297                 "name": "Thalia",
36298                 "shop": "books"
36299             },
36300             "name": "Thalia",
36301             "icon": "shop",
36302             "geometry": [
36303                 "point",
36304                 "area"
36305             ],
36306             "fields": [
36307                 "operator",
36308                 "address",
36309                 "building_area",
36310                 "opening_hours"
36311             ],
36312             "suggestion": true
36313         },
36314         "shop/books/Книги": {
36315             "tags": {
36316                 "name": "Книги",
36317                 "shop": "books"
36318             },
36319             "name": "Книги",
36320             "icon": "shop",
36321             "geometry": [
36322                 "point",
36323                 "area"
36324             ],
36325             "fields": [
36326                 "operator",
36327                 "address",
36328                 "building_area",
36329                 "opening_hours"
36330             ],
36331             "suggestion": true
36332         },
36333         "shop/department_store/Debenhams": {
36334             "tags": {
36335                 "name": "Debenhams",
36336                 "shop": "department_store"
36337             },
36338             "name": "Debenhams",
36339             "icon": "shop",
36340             "geometry": [
36341                 "point",
36342                 "area"
36343             ],
36344             "fields": [
36345                 "operator",
36346                 "address",
36347                 "building_area",
36348                 "opening_hours"
36349             ],
36350             "suggestion": true
36351         },
36352         "shop/department_store/Karstadt": {
36353             "tags": {
36354                 "name": "Karstadt",
36355                 "shop": "department_store"
36356             },
36357             "name": "Karstadt",
36358             "icon": "shop",
36359             "geometry": [
36360                 "point",
36361                 "area"
36362             ],
36363             "fields": [
36364                 "operator",
36365                 "address",
36366                 "building_area",
36367                 "opening_hours"
36368             ],
36369             "suggestion": true
36370         },
36371         "shop/department_store/Kmart": {
36372             "tags": {
36373                 "name": "Kmart",
36374                 "shop": "department_store"
36375             },
36376             "name": "Kmart",
36377             "icon": "shop",
36378             "geometry": [
36379                 "point",
36380                 "area"
36381             ],
36382             "fields": [
36383                 "operator",
36384                 "address",
36385                 "building_area",
36386                 "opening_hours"
36387             ],
36388             "suggestion": true
36389         },
36390         "shop/department_store/Target": {
36391             "tags": {
36392                 "name": "Target",
36393                 "shop": "department_store"
36394             },
36395             "name": "Target",
36396             "icon": "shop",
36397             "geometry": [
36398                 "point",
36399                 "area"
36400             ],
36401             "fields": [
36402                 "operator",
36403                 "address",
36404                 "building_area",
36405                 "opening_hours"
36406             ],
36407             "suggestion": true
36408         },
36409         "shop/department_store/Galeria Kaufhof": {
36410             "tags": {
36411                 "name": "Galeria Kaufhof",
36412                 "shop": "department_store"
36413             },
36414             "name": "Galeria Kaufhof",
36415             "icon": "shop",
36416             "geometry": [
36417                 "point",
36418                 "area"
36419             ],
36420             "fields": [
36421                 "operator",
36422                 "address",
36423                 "building_area",
36424                 "opening_hours"
36425             ],
36426             "suggestion": true
36427         },
36428         "shop/department_store/Marks & Spencer": {
36429             "tags": {
36430                 "name": "Marks & Spencer",
36431                 "shop": "department_store"
36432             },
36433             "name": "Marks & Spencer",
36434             "icon": "shop",
36435             "geometry": [
36436                 "point",
36437                 "area"
36438             ],
36439             "fields": [
36440                 "operator",
36441                 "address",
36442                 "building_area",
36443                 "opening_hours"
36444             ],
36445             "suggestion": true
36446         },
36447         "shop/department_store/Big W": {
36448             "tags": {
36449                 "name": "Big W",
36450                 "shop": "department_store"
36451             },
36452             "name": "Big W",
36453             "icon": "shop",
36454             "geometry": [
36455                 "point",
36456                 "area"
36457             ],
36458             "fields": [
36459                 "operator",
36460                 "address",
36461                 "building_area",
36462                 "opening_hours"
36463             ],
36464             "suggestion": true
36465         },
36466         "shop/department_store/Woolworth": {
36467             "tags": {
36468                 "name": "Woolworth",
36469                 "shop": "department_store"
36470             },
36471             "name": "Woolworth",
36472             "icon": "shop",
36473             "geometry": [
36474                 "point",
36475                 "area"
36476             ],
36477             "fields": [
36478                 "operator",
36479                 "address",
36480                 "building_area",
36481                 "opening_hours"
36482             ],
36483             "suggestion": true
36484         },
36485         "shop/department_store/Универмаг": {
36486             "tags": {
36487                 "name": "Универмаг",
36488                 "shop": "department_store"
36489             },
36490             "name": "Универмаг",
36491             "icon": "shop",
36492             "geometry": [
36493                 "point",
36494                 "area"
36495             ],
36496             "fields": [
36497                 "operator",
36498                 "address",
36499                 "building_area",
36500                 "opening_hours"
36501             ],
36502             "suggestion": true
36503         },
36504         "shop/department_store/Sears": {
36505             "tags": {
36506                 "name": "Sears",
36507                 "shop": "department_store"
36508             },
36509             "name": "Sears",
36510             "icon": "shop",
36511             "geometry": [
36512                 "point",
36513                 "area"
36514             ],
36515             "fields": [
36516                 "operator",
36517                 "address",
36518                 "building_area",
36519                 "opening_hours"
36520             ],
36521             "suggestion": true
36522         },
36523         "shop/department_store/Kohl's": {
36524             "tags": {
36525                 "name": "Kohl's",
36526                 "shop": "department_store"
36527             },
36528             "name": "Kohl's",
36529             "icon": "shop",
36530             "geometry": [
36531                 "point",
36532                 "area"
36533             ],
36534             "fields": [
36535                 "operator",
36536                 "address",
36537                 "building_area",
36538                 "opening_hours"
36539             ],
36540             "suggestion": true
36541         },
36542         "shop/department_store/Macy's": {
36543             "tags": {
36544                 "name": "Macy's",
36545                 "shop": "department_store"
36546             },
36547             "name": "Macy's",
36548             "icon": "shop",
36549             "geometry": [
36550                 "point",
36551                 "area"
36552             ],
36553             "fields": [
36554                 "operator",
36555                 "address",
36556                 "building_area",
36557                 "opening_hours"
36558             ],
36559             "suggestion": true
36560         },
36561         "shop/department_store/JCPenney": {
36562             "tags": {
36563                 "name": "JCPenney",
36564                 "shop": "department_store"
36565             },
36566             "name": "JCPenney",
36567             "icon": "shop",
36568             "geometry": [
36569                 "point",
36570                 "area"
36571             ],
36572             "fields": [
36573                 "operator",
36574                 "address",
36575                 "building_area",
36576                 "opening_hours"
36577             ],
36578             "suggestion": true
36579         },
36580         "shop/alcohol/Alko": {
36581             "tags": {
36582                 "name": "Alko",
36583                 "shop": "alcohol"
36584             },
36585             "name": "Alko",
36586             "icon": "alcohol-shop",
36587             "geometry": [
36588                 "point",
36589                 "area"
36590             ],
36591             "fields": [
36592                 "operator",
36593                 "address",
36594                 "building_area",
36595                 "opening_hours",
36596                 "drive_through"
36597             ],
36598             "suggestion": true
36599         },
36600         "shop/alcohol/The Beer Store": {
36601             "tags": {
36602                 "name": "The Beer Store",
36603                 "shop": "alcohol"
36604             },
36605             "name": "The Beer Store",
36606             "icon": "alcohol-shop",
36607             "geometry": [
36608                 "point",
36609                 "area"
36610             ],
36611             "fields": [
36612                 "operator",
36613                 "address",
36614                 "building_area",
36615                 "opening_hours",
36616                 "drive_through"
36617             ],
36618             "suggestion": true
36619         },
36620         "shop/alcohol/Systembolaget": {
36621             "tags": {
36622                 "name": "Systembolaget",
36623                 "shop": "alcohol"
36624             },
36625             "name": "Systembolaget",
36626             "icon": "alcohol-shop",
36627             "geometry": [
36628                 "point",
36629                 "area"
36630             ],
36631             "fields": [
36632                 "operator",
36633                 "address",
36634                 "building_area",
36635                 "opening_hours",
36636                 "drive_through"
36637             ],
36638             "suggestion": true
36639         },
36640         "shop/alcohol/LCBO": {
36641             "tags": {
36642                 "name": "LCBO",
36643                 "shop": "alcohol"
36644             },
36645             "name": "LCBO",
36646             "icon": "alcohol-shop",
36647             "geometry": [
36648                 "point",
36649                 "area"
36650             ],
36651             "fields": [
36652                 "operator",
36653                 "address",
36654                 "building_area",
36655                 "opening_hours",
36656                 "drive_through"
36657             ],
36658             "suggestion": true
36659         },
36660         "shop/alcohol/Ароматный мир": {
36661             "tags": {
36662                 "name": "Ароматный мир",
36663                 "shop": "alcohol"
36664             },
36665             "name": "Ароматный мир",
36666             "icon": "alcohol-shop",
36667             "geometry": [
36668                 "point",
36669                 "area"
36670             ],
36671             "fields": [
36672                 "operator",
36673                 "address",
36674                 "building_area",
36675                 "opening_hours",
36676                 "drive_through"
36677             ],
36678             "suggestion": true
36679         },
36680         "shop/alcohol/Bargain Booze": {
36681             "tags": {
36682                 "name": "Bargain Booze",
36683                 "shop": "alcohol"
36684             },
36685             "name": "Bargain Booze",
36686             "icon": "alcohol-shop",
36687             "geometry": [
36688                 "point",
36689                 "area"
36690             ],
36691             "fields": [
36692                 "operator",
36693                 "address",
36694                 "building_area",
36695                 "opening_hours",
36696                 "drive_through"
36697             ],
36698             "suggestion": true
36699         },
36700         "shop/alcohol/Nicolas": {
36701             "tags": {
36702                 "name": "Nicolas",
36703                 "shop": "alcohol"
36704             },
36705             "name": "Nicolas",
36706             "icon": "alcohol-shop",
36707             "geometry": [
36708                 "point",
36709                 "area"
36710             ],
36711             "fields": [
36712                 "operator",
36713                 "address",
36714                 "building_area",
36715                 "opening_hours",
36716                 "drive_through"
36717             ],
36718             "suggestion": true
36719         },
36720         "shop/alcohol/BWS": {
36721             "tags": {
36722                 "name": "BWS",
36723                 "shop": "alcohol"
36724             },
36725             "name": "BWS",
36726             "icon": "alcohol-shop",
36727             "geometry": [
36728                 "point",
36729                 "area"
36730             ],
36731             "fields": [
36732                 "operator",
36733                 "address",
36734                 "building_area",
36735                 "opening_hours",
36736                 "drive_through"
36737             ],
36738             "suggestion": true
36739         },
36740         "shop/alcohol/Botilleria": {
36741             "tags": {
36742                 "name": "Botilleria",
36743                 "shop": "alcohol"
36744             },
36745             "name": "Botilleria",
36746             "icon": "alcohol-shop",
36747             "geometry": [
36748                 "point",
36749                 "area"
36750             ],
36751             "fields": [
36752                 "operator",
36753                 "address",
36754                 "building_area",
36755                 "opening_hours",
36756                 "drive_through"
36757             ],
36758             "suggestion": true
36759         },
36760         "shop/alcohol/SAQ": {
36761             "tags": {
36762                 "name": "SAQ",
36763                 "shop": "alcohol"
36764             },
36765             "name": "SAQ",
36766             "icon": "alcohol-shop",
36767             "geometry": [
36768                 "point",
36769                 "area"
36770             ],
36771             "fields": [
36772                 "operator",
36773                 "address",
36774                 "building_area",
36775                 "opening_hours",
36776                 "drive_through"
36777             ],
36778             "suggestion": true
36779         },
36780         "shop/alcohol/Gall & Gall": {
36781             "tags": {
36782                 "name": "Gall & Gall",
36783                 "shop": "alcohol"
36784             },
36785             "name": "Gall & Gall",
36786             "icon": "alcohol-shop",
36787             "geometry": [
36788                 "point",
36789                 "area"
36790             ],
36791             "fields": [
36792                 "operator",
36793                 "address",
36794                 "building_area",
36795                 "opening_hours",
36796                 "drive_through"
36797             ],
36798             "suggestion": true
36799         },
36800         "shop/alcohol/Живое пиво": {
36801             "tags": {
36802                 "name": "Живое пиво",
36803                 "shop": "alcohol"
36804             },
36805             "name": "Живое пиво",
36806             "icon": "alcohol-shop",
36807             "geometry": [
36808                 "point",
36809                 "area"
36810             ],
36811             "fields": [
36812                 "operator",
36813                 "address",
36814                 "building_area",
36815                 "opening_hours",
36816                 "drive_through"
36817             ],
36818             "suggestion": true
36819         },
36820         "shop/bakery/Kamps": {
36821             "tags": {
36822                 "name": "Kamps",
36823                 "shop": "bakery"
36824             },
36825             "name": "Kamps",
36826             "icon": "bakery",
36827             "geometry": [
36828                 "point",
36829                 "area"
36830             ],
36831             "fields": [
36832                 "operator",
36833                 "address",
36834                 "building_area",
36835                 "opening_hours"
36836             ],
36837             "suggestion": true
36838         },
36839         "shop/bakery/Banette": {
36840             "tags": {
36841                 "name": "Banette",
36842                 "shop": "bakery"
36843             },
36844             "name": "Banette",
36845             "icon": "bakery",
36846             "geometry": [
36847                 "point",
36848                 "area"
36849             ],
36850             "fields": [
36851                 "operator",
36852                 "address",
36853                 "building_area",
36854                 "opening_hours"
36855             ],
36856             "suggestion": true
36857         },
36858         "shop/bakery/Bäckerei Schmidt": {
36859             "tags": {
36860                 "name": "Bäckerei Schmidt",
36861                 "shop": "bakery"
36862             },
36863             "name": "Bäckerei Schmidt",
36864             "icon": "bakery",
36865             "geometry": [
36866                 "point",
36867                 "area"
36868             ],
36869             "fields": [
36870                 "operator",
36871                 "address",
36872                 "building_area",
36873                 "opening_hours"
36874             ],
36875             "suggestion": true
36876         },
36877         "shop/bakery/Anker": {
36878             "tags": {
36879                 "name": "Anker",
36880                 "shop": "bakery"
36881             },
36882             "name": "Anker",
36883             "icon": "bakery",
36884             "geometry": [
36885                 "point",
36886                 "area"
36887             ],
36888             "fields": [
36889                 "operator",
36890                 "address",
36891                 "building_area",
36892                 "opening_hours"
36893             ],
36894             "suggestion": true
36895         },
36896         "shop/bakery/Hofpfisterei": {
36897             "tags": {
36898                 "name": "Hofpfisterei",
36899                 "shop": "bakery"
36900             },
36901             "name": "Hofpfisterei",
36902             "icon": "bakery",
36903             "geometry": [
36904                 "point",
36905                 "area"
36906             ],
36907             "fields": [
36908                 "operator",
36909                 "address",
36910                 "building_area",
36911                 "opening_hours"
36912             ],
36913             "suggestion": true
36914         },
36915         "shop/bakery/Greggs": {
36916             "tags": {
36917                 "name": "Greggs",
36918                 "shop": "bakery"
36919             },
36920             "name": "Greggs",
36921             "icon": "bakery",
36922             "geometry": [
36923                 "point",
36924                 "area"
36925             ],
36926             "fields": [
36927                 "operator",
36928                 "address",
36929                 "building_area",
36930                 "opening_hours"
36931             ],
36932             "suggestion": true
36933         },
36934         "shop/bakery/Oebel": {
36935             "tags": {
36936                 "name": "Oebel",
36937                 "shop": "bakery"
36938             },
36939             "name": "Oebel",
36940             "icon": "bakery",
36941             "geometry": [
36942                 "point",
36943                 "area"
36944             ],
36945             "fields": [
36946                 "operator",
36947                 "address",
36948                 "building_area",
36949                 "opening_hours"
36950             ],
36951             "suggestion": true
36952         },
36953         "shop/bakery/Boulangerie": {
36954             "tags": {
36955                 "name": "Boulangerie",
36956                 "shop": "bakery"
36957             },
36958             "name": "Boulangerie",
36959             "icon": "bakery",
36960             "geometry": [
36961                 "point",
36962                 "area"
36963             ],
36964             "fields": [
36965                 "operator",
36966                 "address",
36967                 "building_area",
36968                 "opening_hours"
36969             ],
36970             "suggestion": true
36971         },
36972         "shop/bakery/Stadtbäckerei": {
36973             "tags": {
36974                 "name": "Stadtbäckerei",
36975                 "shop": "bakery"
36976             },
36977             "name": "Stadtbäckerei",
36978             "icon": "bakery",
36979             "geometry": [
36980                 "point",
36981                 "area"
36982             ],
36983             "fields": [
36984                 "operator",
36985                 "address",
36986                 "building_area",
36987                 "opening_hours"
36988             ],
36989             "suggestion": true
36990         },
36991         "shop/bakery/Steinecke": {
36992             "tags": {
36993                 "name": "Steinecke",
36994                 "shop": "bakery"
36995             },
36996             "name": "Steinecke",
36997             "icon": "bakery",
36998             "geometry": [
36999                 "point",
37000                 "area"
37001             ],
37002             "fields": [
37003                 "operator",
37004                 "address",
37005                 "building_area",
37006                 "opening_hours"
37007             ],
37008             "suggestion": true
37009         },
37010         "shop/bakery/Ihle": {
37011             "tags": {
37012                 "name": "Ihle",
37013                 "shop": "bakery"
37014             },
37015             "name": "Ihle",
37016             "icon": "bakery",
37017             "geometry": [
37018                 "point",
37019                 "area"
37020             ],
37021             "fields": [
37022                 "operator",
37023                 "address",
37024                 "building_area",
37025                 "opening_hours"
37026             ],
37027             "suggestion": true
37028         },
37029         "shop/bakery/Goldilocks": {
37030             "tags": {
37031                 "name": "Goldilocks",
37032                 "shop": "bakery"
37033             },
37034             "name": "Goldilocks",
37035             "icon": "bakery",
37036             "geometry": [
37037                 "point",
37038                 "area"
37039             ],
37040             "fields": [
37041                 "operator",
37042                 "address",
37043                 "building_area",
37044                 "opening_hours"
37045             ],
37046             "suggestion": true
37047         },
37048         "shop/bakery/Dat Backhus": {
37049             "tags": {
37050                 "name": "Dat Backhus",
37051                 "shop": "bakery"
37052             },
37053             "name": "Dat Backhus",
37054             "icon": "bakery",
37055             "geometry": [
37056                 "point",
37057                 "area"
37058             ],
37059             "fields": [
37060                 "operator",
37061                 "address",
37062                 "building_area",
37063                 "opening_hours"
37064             ],
37065             "suggestion": true
37066         },
37067         "shop/bakery/K&U": {
37068             "tags": {
37069                 "name": "K&U",
37070                 "shop": "bakery"
37071             },
37072             "name": "K&U",
37073             "icon": "bakery",
37074             "geometry": [
37075                 "point",
37076                 "area"
37077             ],
37078             "fields": [
37079                 "operator",
37080                 "address",
37081                 "building_area",
37082                 "opening_hours"
37083             ],
37084             "suggestion": true
37085         },
37086         "shop/bakery/Der Beck": {
37087             "tags": {
37088                 "name": "Der Beck",
37089                 "shop": "bakery"
37090             },
37091             "name": "Der Beck",
37092             "icon": "bakery",
37093             "geometry": [
37094                 "point",
37095                 "area"
37096             ],
37097             "fields": [
37098                 "operator",
37099                 "address",
37100                 "building_area",
37101                 "opening_hours"
37102             ],
37103             "suggestion": true
37104         },
37105         "shop/bakery/Thürmann": {
37106             "tags": {
37107                 "name": "Thürmann",
37108                 "shop": "bakery"
37109             },
37110             "name": "Thürmann",
37111             "icon": "bakery",
37112             "geometry": [
37113                 "point",
37114                 "area"
37115             ],
37116             "fields": [
37117                 "operator",
37118                 "address",
37119                 "building_area",
37120                 "opening_hours"
37121             ],
37122             "suggestion": true
37123         },
37124         "shop/bakery/Backwerk": {
37125             "tags": {
37126                 "name": "Backwerk",
37127                 "shop": "bakery"
37128             },
37129             "name": "Backwerk",
37130             "icon": "bakery",
37131             "geometry": [
37132                 "point",
37133                 "area"
37134             ],
37135             "fields": [
37136                 "operator",
37137                 "address",
37138                 "building_area",
37139                 "opening_hours"
37140             ],
37141             "suggestion": true
37142         },
37143         "shop/bakery/Schäfer's": {
37144             "tags": {
37145                 "name": "Schäfer's",
37146                 "shop": "bakery"
37147             },
37148             "name": "Schäfer's",
37149             "icon": "bakery",
37150             "geometry": [
37151                 "point",
37152                 "area"
37153             ],
37154             "fields": [
37155                 "operator",
37156                 "address",
37157                 "building_area",
37158                 "opening_hours"
37159             ],
37160             "suggestion": true
37161         },
37162         "shop/bakery/Panaderia": {
37163             "tags": {
37164                 "name": "Panaderia",
37165                 "shop": "bakery"
37166             },
37167             "name": "Panaderia",
37168             "icon": "bakery",
37169             "geometry": [
37170                 "point",
37171                 "area"
37172             ],
37173             "fields": [
37174                 "operator",
37175                 "address",
37176                 "building_area",
37177                 "opening_hours"
37178             ],
37179             "suggestion": true
37180         },
37181         "shop/bakery/Goeken backen": {
37182             "tags": {
37183                 "name": "Goeken backen",
37184                 "shop": "bakery"
37185             },
37186             "name": "Goeken backen",
37187             "icon": "bakery",
37188             "geometry": [
37189                 "point",
37190                 "area"
37191             ],
37192             "fields": [
37193                 "operator",
37194                 "address",
37195                 "building_area",
37196                 "opening_hours"
37197             ],
37198             "suggestion": true
37199         },
37200         "shop/bakery/Stadtbäckerei Junge": {
37201             "tags": {
37202                 "name": "Stadtbäckerei Junge",
37203                 "shop": "bakery"
37204             },
37205             "name": "Stadtbäckerei Junge",
37206             "icon": "bakery",
37207             "geometry": [
37208                 "point",
37209                 "area"
37210             ],
37211             "fields": [
37212                 "operator",
37213                 "address",
37214                 "building_area",
37215                 "opening_hours"
37216             ],
37217             "suggestion": true
37218         },
37219         "shop/bakery/Boulangerie Patisserie": {
37220             "tags": {
37221                 "name": "Boulangerie Patisserie",
37222                 "shop": "bakery"
37223             },
37224             "name": "Boulangerie Patisserie",
37225             "icon": "bakery",
37226             "geometry": [
37227                 "point",
37228                 "area"
37229             ],
37230             "fields": [
37231                 "operator",
37232                 "address",
37233                 "building_area",
37234                 "opening_hours"
37235             ],
37236             "suggestion": true
37237         },
37238         "shop/bakery/Paul": {
37239             "tags": {
37240                 "name": "Paul",
37241                 "shop": "bakery"
37242             },
37243             "name": "Paul",
37244             "icon": "bakery",
37245             "geometry": [
37246                 "point",
37247                 "area"
37248             ],
37249             "fields": [
37250                 "operator",
37251                 "address",
37252                 "building_area",
37253                 "opening_hours"
37254             ],
37255             "suggestion": true
37256         },
37257         "shop/bakery/Хлеб": {
37258             "tags": {
37259                 "name": "Хлеб",
37260                 "shop": "bakery"
37261             },
37262             "name": "Хлеб",
37263             "icon": "bakery",
37264             "geometry": [
37265                 "point",
37266                 "area"
37267             ],
37268             "fields": [
37269                 "operator",
37270                 "address",
37271                 "building_area",
37272                 "opening_hours"
37273             ],
37274             "suggestion": true
37275         },
37276         "shop/bakery/Пекарня": {
37277             "tags": {
37278                 "name": "Пекарня",
37279                 "shop": "bakery"
37280             },
37281             "name": "Пекарня",
37282             "icon": "bakery",
37283             "geometry": [
37284                 "point",
37285                 "area"
37286             ],
37287             "fields": [
37288                 "operator",
37289                 "address",
37290                 "building_area",
37291                 "opening_hours"
37292             ],
37293             "suggestion": true
37294         },
37295         "shop/bakery/Кулиничи": {
37296             "tags": {
37297                 "name": "Кулиничи",
37298                 "shop": "bakery"
37299             },
37300             "name": "Кулиничи",
37301             "icon": "bakery",
37302             "geometry": [
37303                 "point",
37304                 "area"
37305             ],
37306             "fields": [
37307                 "operator",
37308                 "address",
37309                 "building_area",
37310                 "opening_hours"
37311             ],
37312             "suggestion": true
37313         },
37314         "shop/sports/Sports Direct": {
37315             "tags": {
37316                 "name": "Sports Direct",
37317                 "shop": "sports"
37318             },
37319             "name": "Sports Direct",
37320             "icon": "shop",
37321             "geometry": [
37322                 "point",
37323                 "area"
37324             ],
37325             "fields": [
37326                 "operator",
37327                 "address",
37328                 "building_area",
37329                 "opening_hours"
37330             ],
37331             "suggestion": true
37332         },
37333         "shop/sports/Decathlon": {
37334             "tags": {
37335                 "name": "Decathlon",
37336                 "shop": "sports"
37337             },
37338             "name": "Decathlon",
37339             "icon": "shop",
37340             "geometry": [
37341                 "point",
37342                 "area"
37343             ],
37344             "fields": [
37345                 "operator",
37346                 "address",
37347                 "building_area",
37348                 "opening_hours"
37349             ],
37350             "suggestion": true
37351         },
37352         "shop/sports/Intersport": {
37353             "tags": {
37354                 "name": "Intersport",
37355                 "shop": "sports"
37356             },
37357             "name": "Intersport",
37358             "icon": "shop",
37359             "geometry": [
37360                 "point",
37361                 "area"
37362             ],
37363             "fields": [
37364                 "operator",
37365                 "address",
37366                 "building_area",
37367                 "opening_hours"
37368             ],
37369             "suggestion": true
37370         },
37371         "shop/sports/Sports Authority": {
37372             "tags": {
37373                 "name": "Sports Authority",
37374                 "shop": "sports"
37375             },
37376             "name": "Sports Authority",
37377             "icon": "shop",
37378             "geometry": [
37379                 "point",
37380                 "area"
37381             ],
37382             "fields": [
37383                 "operator",
37384                 "address",
37385                 "building_area",
37386                 "opening_hours"
37387             ],
37388             "suggestion": true
37389         },
37390         "shop/sports/Спортмастер": {
37391             "tags": {
37392                 "name": "Спортмастер",
37393                 "shop": "sports"
37394             },
37395             "name": "Спортмастер",
37396             "icon": "shop",
37397             "geometry": [
37398                 "point",
37399                 "area"
37400             ],
37401             "fields": [
37402                 "operator",
37403                 "address",
37404                 "building_area",
37405                 "opening_hours"
37406             ],
37407             "suggestion": true
37408         },
37409         "shop/sports/Sport 2000": {
37410             "tags": {
37411                 "name": "Sport 2000",
37412                 "shop": "sports"
37413             },
37414             "name": "Sport 2000",
37415             "icon": "shop",
37416             "geometry": [
37417                 "point",
37418                 "area"
37419             ],
37420             "fields": [
37421                 "operator",
37422                 "address",
37423                 "building_area",
37424                 "opening_hours"
37425             ],
37426             "suggestion": true
37427         },
37428         "shop/sports/Dick's Sporting Goods": {
37429             "tags": {
37430                 "name": "Dick's Sporting Goods",
37431                 "shop": "sports"
37432             },
37433             "name": "Dick's Sporting Goods",
37434             "icon": "shop",
37435             "geometry": [
37436                 "point",
37437                 "area"
37438             ],
37439             "fields": [
37440                 "operator",
37441                 "address",
37442                 "building_area",
37443                 "opening_hours"
37444             ],
37445             "suggestion": true
37446         },
37447         "shop/variety_store/Tedi": {
37448             "tags": {
37449                 "name": "Tedi",
37450                 "shop": "variety_store"
37451             },
37452             "name": "Tedi",
37453             "icon": "shop",
37454             "geometry": [
37455                 "point",
37456                 "area"
37457             ],
37458             "fields": [
37459                 "operator",
37460                 "address",
37461                 "building_area",
37462                 "opening_hours"
37463             ],
37464             "suggestion": true
37465         },
37466         "shop/variety_store/Dollarama": {
37467             "tags": {
37468                 "name": "Dollarama",
37469                 "shop": "variety_store"
37470             },
37471             "name": "Dollarama",
37472             "icon": "shop",
37473             "geometry": [
37474                 "point",
37475                 "area"
37476             ],
37477             "fields": [
37478                 "operator",
37479                 "address",
37480                 "building_area",
37481                 "opening_hours"
37482             ],
37483             "suggestion": true
37484         },
37485         "shop/variety_store/Family Dollar": {
37486             "tags": {
37487                 "name": "Family Dollar",
37488                 "shop": "variety_store"
37489             },
37490             "name": "Family Dollar",
37491             "icon": "shop",
37492             "geometry": [
37493                 "point",
37494                 "area"
37495             ],
37496             "fields": [
37497                 "operator",
37498                 "address",
37499                 "building_area",
37500                 "opening_hours"
37501             ],
37502             "suggestion": true
37503         },
37504         "shop/variety_store/Dollar Tree": {
37505             "tags": {
37506                 "name": "Dollar Tree",
37507                 "shop": "variety_store"
37508             },
37509             "name": "Dollar Tree",
37510             "icon": "shop",
37511             "geometry": [
37512                 "point",
37513                 "area"
37514             ],
37515             "fields": [
37516                 "operator",
37517                 "address",
37518                 "building_area",
37519                 "opening_hours"
37520             ],
37521             "suggestion": true
37522         },
37523         "shop/pet/Fressnapf": {
37524             "tags": {
37525                 "name": "Fressnapf",
37526                 "shop": "pet"
37527             },
37528             "name": "Fressnapf",
37529             "icon": "dog-park",
37530             "geometry": [
37531                 "point",
37532                 "area"
37533             ],
37534             "fields": [
37535                 "operator",
37536                 "address",
37537                 "building_area",
37538                 "opening_hours"
37539             ],
37540             "suggestion": true
37541         },
37542         "shop/pet/PetSmart": {
37543             "tags": {
37544                 "name": "PetSmart",
37545                 "shop": "pet"
37546             },
37547             "name": "PetSmart",
37548             "icon": "dog-park",
37549             "geometry": [
37550                 "point",
37551                 "area"
37552             ],
37553             "fields": [
37554                 "operator",
37555                 "address",
37556                 "building_area",
37557                 "opening_hours"
37558             ],
37559             "suggestion": true
37560         },
37561         "shop/pet/Das Futterhaus": {
37562             "tags": {
37563                 "name": "Das Futterhaus",
37564                 "shop": "pet"
37565             },
37566             "name": "Das Futterhaus",
37567             "icon": "dog-park",
37568             "geometry": [
37569                 "point",
37570                 "area"
37571             ],
37572             "fields": [
37573                 "operator",
37574                 "address",
37575                 "building_area",
37576                 "opening_hours"
37577             ],
37578             "suggestion": true
37579         },
37580         "shop/pet/Pets at Home": {
37581             "tags": {
37582                 "name": "Pets at Home",
37583                 "shop": "pet"
37584             },
37585             "name": "Pets at Home",
37586             "icon": "dog-park",
37587             "geometry": [
37588                 "point",
37589                 "area"
37590             ],
37591             "fields": [
37592                 "operator",
37593                 "address",
37594                 "building_area",
37595                 "opening_hours"
37596             ],
37597             "suggestion": true
37598         },
37599         "shop/pet/Petco": {
37600             "tags": {
37601                 "name": "Petco",
37602                 "shop": "pet"
37603             },
37604             "name": "Petco",
37605             "icon": "dog-park",
37606             "geometry": [
37607                 "point",
37608                 "area"
37609             ],
37610             "fields": [
37611                 "operator",
37612                 "address",
37613                 "building_area",
37614                 "opening_hours"
37615             ],
37616             "suggestion": true
37617         },
37618         "shop/pet/Зоомагазин": {
37619             "tags": {
37620                 "name": "Зоомагазин",
37621                 "shop": "pet"
37622             },
37623             "name": "Зоомагазин",
37624             "icon": "dog-park",
37625             "geometry": [
37626                 "point",
37627                 "area"
37628             ],
37629             "fields": [
37630                 "operator",
37631                 "address",
37632                 "building_area",
37633                 "opening_hours"
37634             ],
37635             "suggestion": true
37636         },
37637         "shop/shoes/Deichmann": {
37638             "tags": {
37639                 "name": "Deichmann",
37640                 "shop": "shoes"
37641             },
37642             "name": "Deichmann",
37643             "icon": "shop",
37644             "geometry": [
37645                 "point",
37646                 "area"
37647             ],
37648             "fields": [
37649                 "operator",
37650                 "address",
37651                 "building_area",
37652                 "opening_hours"
37653             ],
37654             "suggestion": true
37655         },
37656         "shop/shoes/Reno": {
37657             "tags": {
37658                 "name": "Reno",
37659                 "shop": "shoes"
37660             },
37661             "name": "Reno",
37662             "icon": "shop",
37663             "geometry": [
37664                 "point",
37665                 "area"
37666             ],
37667             "fields": [
37668                 "operator",
37669                 "address",
37670                 "building_area",
37671                 "opening_hours"
37672             ],
37673             "suggestion": true
37674         },
37675         "shop/shoes/Ecco": {
37676             "tags": {
37677                 "name": "Ecco",
37678                 "shop": "shoes"
37679             },
37680             "name": "Ecco",
37681             "icon": "shop",
37682             "geometry": [
37683                 "point",
37684                 "area"
37685             ],
37686             "fields": [
37687                 "operator",
37688                 "address",
37689                 "building_area",
37690                 "opening_hours"
37691             ],
37692             "suggestion": true
37693         },
37694         "shop/shoes/Clarks": {
37695             "tags": {
37696                 "name": "Clarks",
37697                 "shop": "shoes"
37698             },
37699             "name": "Clarks",
37700             "icon": "shop",
37701             "geometry": [
37702                 "point",
37703                 "area"
37704             ],
37705             "fields": [
37706                 "operator",
37707                 "address",
37708                 "building_area",
37709                 "opening_hours"
37710             ],
37711             "suggestion": true
37712         },
37713         "shop/shoes/La Halle aux Chaussures": {
37714             "tags": {
37715                 "name": "La Halle aux Chaussures",
37716                 "shop": "shoes"
37717             },
37718             "name": "La Halle aux Chaussures",
37719             "icon": "shop",
37720             "geometry": [
37721                 "point",
37722                 "area"
37723             ],
37724             "fields": [
37725                 "operator",
37726                 "address",
37727                 "building_area",
37728                 "opening_hours"
37729             ],
37730             "suggestion": true
37731         },
37732         "shop/shoes/Brantano": {
37733             "tags": {
37734                 "name": "Brantano",
37735                 "shop": "shoes"
37736             },
37737             "name": "Brantano",
37738             "icon": "shop",
37739             "geometry": [
37740                 "point",
37741                 "area"
37742             ],
37743             "fields": [
37744                 "operator",
37745                 "address",
37746                 "building_area",
37747                 "opening_hours"
37748             ],
37749             "suggestion": true
37750         },
37751         "shop/shoes/Geox": {
37752             "tags": {
37753                 "name": "Geox",
37754                 "shop": "shoes"
37755             },
37756             "name": "Geox",
37757             "icon": "shop",
37758             "geometry": [
37759                 "point",
37760                 "area"
37761             ],
37762             "fields": [
37763                 "operator",
37764                 "address",
37765                 "building_area",
37766                 "opening_hours"
37767             ],
37768             "suggestion": true
37769         },
37770         "shop/shoes/Salamander": {
37771             "tags": {
37772                 "name": "Salamander",
37773                 "shop": "shoes"
37774             },
37775             "name": "Salamander",
37776             "icon": "shop",
37777             "geometry": [
37778                 "point",
37779                 "area"
37780             ],
37781             "fields": [
37782                 "operator",
37783                 "address",
37784                 "building_area",
37785                 "opening_hours"
37786             ],
37787             "suggestion": true
37788         },
37789         "shop/shoes/Обувь": {
37790             "tags": {
37791                 "name": "Обувь",
37792                 "shop": "shoes"
37793             },
37794             "name": "Обувь",
37795             "icon": "shop",
37796             "geometry": [
37797                 "point",
37798                 "area"
37799             ],
37800             "fields": [
37801                 "operator",
37802                 "address",
37803                 "building_area",
37804                 "opening_hours"
37805             ],
37806             "suggestion": true
37807         },
37808         "shop/shoes/Payless Shoe Source": {
37809             "tags": {
37810                 "name": "Payless Shoe Source",
37811                 "shop": "shoes"
37812             },
37813             "name": "Payless Shoe Source",
37814             "icon": "shop",
37815             "geometry": [
37816                 "point",
37817                 "area"
37818             ],
37819             "fields": [
37820                 "operator",
37821                 "address",
37822                 "building_area",
37823                 "opening_hours"
37824             ],
37825             "suggestion": true
37826         },
37827         "shop/shoes/Famous Footwear": {
37828             "tags": {
37829                 "name": "Famous Footwear",
37830                 "shop": "shoes"
37831             },
37832             "name": "Famous Footwear",
37833             "icon": "shop",
37834             "geometry": [
37835                 "point",
37836                 "area"
37837             ],
37838             "fields": [
37839                 "operator",
37840                 "address",
37841                 "building_area",
37842                 "opening_hours"
37843             ],
37844             "suggestion": true
37845         },
37846         "shop/shoes/Quick Schuh": {
37847             "tags": {
37848                 "name": "Quick Schuh",
37849                 "shop": "shoes"
37850             },
37851             "name": "Quick Schuh",
37852             "icon": "shop",
37853             "geometry": [
37854                 "point",
37855                 "area"
37856             ],
37857             "fields": [
37858                 "operator",
37859                 "address",
37860                 "building_area",
37861                 "opening_hours"
37862             ],
37863             "suggestion": true
37864         },
37865         "shop/shoes/Shoe Zone": {
37866             "tags": {
37867                 "name": "Shoe Zone",
37868                 "shop": "shoes"
37869             },
37870             "name": "Shoe Zone",
37871             "icon": "shop",
37872             "geometry": [
37873                 "point",
37874                 "area"
37875             ],
37876             "fields": [
37877                 "operator",
37878                 "address",
37879                 "building_area",
37880                 "opening_hours"
37881             ],
37882             "suggestion": true
37883         },
37884         "shop/shoes/Foot Locker": {
37885             "tags": {
37886                 "name": "Foot Locker",
37887                 "shop": "shoes"
37888             },
37889             "name": "Foot Locker",
37890             "icon": "shop",
37891             "geometry": [
37892                 "point",
37893                 "area"
37894             ],
37895             "fields": [
37896                 "operator",
37897                 "address",
37898                 "building_area",
37899                 "opening_hours"
37900             ],
37901             "suggestion": true
37902         },
37903         "shop/shoes/Bata": {
37904             "tags": {
37905                 "name": "Bata",
37906                 "shop": "shoes"
37907             },
37908             "name": "Bata",
37909             "icon": "shop",
37910             "geometry": [
37911                 "point",
37912                 "area"
37913             ],
37914             "fields": [
37915                 "operator",
37916                 "address",
37917                 "building_area",
37918                 "opening_hours"
37919             ],
37920             "suggestion": true
37921         },
37922         "shop/shoes/ЦентрОбувь": {
37923             "tags": {
37924                 "name": "ЦентрОбувь",
37925                 "shop": "shoes"
37926             },
37927             "name": "ЦентрОбувь",
37928             "icon": "shop",
37929             "geometry": [
37930                 "point",
37931                 "area"
37932             ],
37933             "fields": [
37934                 "operator",
37935                 "address",
37936                 "building_area",
37937                 "opening_hours"
37938             ],
37939             "suggestion": true
37940         },
37941         "shop/toys/La Grande Récré": {
37942             "tags": {
37943                 "name": "La Grande Récré",
37944                 "shop": "toys"
37945             },
37946             "name": "La Grande Récré",
37947             "icon": "shop",
37948             "geometry": [
37949                 "point",
37950                 "area"
37951             ],
37952             "fields": [
37953                 "operator",
37954                 "address",
37955                 "building_area",
37956                 "opening_hours"
37957             ],
37958             "suggestion": true
37959         },
37960         "shop/toys/Toys R Us": {
37961             "tags": {
37962                 "name": "Toys R Us",
37963                 "shop": "toys"
37964             },
37965             "name": "Toys R Us",
37966             "icon": "shop",
37967             "geometry": [
37968                 "point",
37969                 "area"
37970             ],
37971             "fields": [
37972                 "operator",
37973                 "address",
37974                 "building_area",
37975                 "opening_hours"
37976             ],
37977             "suggestion": true
37978         },
37979         "shop/toys/Intertoys": {
37980             "tags": {
37981                 "name": "Intertoys",
37982                 "shop": "toys"
37983             },
37984             "name": "Intertoys",
37985             "icon": "shop",
37986             "geometry": [
37987                 "point",
37988                 "area"
37989             ],
37990             "fields": [
37991                 "operator",
37992                 "address",
37993                 "building_area",
37994                 "opening_hours"
37995             ],
37996             "suggestion": true
37997         },
37998         "shop/toys/Детский мир": {
37999             "tags": {
38000                 "name": "Детский мир",
38001                 "shop": "toys"
38002             },
38003             "name": "Детский мир",
38004             "icon": "shop",
38005             "geometry": [
38006                 "point",
38007                 "area"
38008             ],
38009             "fields": [
38010                 "operator",
38011                 "address",
38012                 "building_area",
38013                 "opening_hours"
38014             ],
38015             "suggestion": true
38016         },
38017         "shop/toys/Игрушки": {
38018             "tags": {
38019                 "name": "Игрушки",
38020                 "shop": "toys"
38021             },
38022             "name": "Игрушки",
38023             "icon": "shop",
38024             "geometry": [
38025                 "point",
38026                 "area"
38027             ],
38028             "fields": [
38029                 "operator",
38030                 "address",
38031                 "building_area",
38032                 "opening_hours"
38033             ],
38034             "suggestion": true
38035         },
38036         "shop/travel_agency/Flight Centre": {
38037             "tags": {
38038                 "name": "Flight Centre",
38039                 "shop": "travel_agency"
38040             },
38041             "name": "Flight Centre",
38042             "icon": "suitcase",
38043             "geometry": [
38044                 "point",
38045                 "area"
38046             ],
38047             "fields": [
38048                 "operator",
38049                 "address",
38050                 "building_area",
38051                 "opening_hours"
38052             ],
38053             "suggestion": true
38054         },
38055         "shop/travel_agency/Thomas Cook": {
38056             "tags": {
38057                 "name": "Thomas Cook",
38058                 "shop": "travel_agency"
38059             },
38060             "name": "Thomas Cook",
38061             "icon": "suitcase",
38062             "geometry": [
38063                 "point",
38064                 "area"
38065             ],
38066             "fields": [
38067                 "operator",
38068                 "address",
38069                 "building_area",
38070                 "opening_hours"
38071             ],
38072             "suggestion": true
38073         },
38074         "shop/jewelry/Bijou Brigitte": {
38075             "tags": {
38076                 "name": "Bijou Brigitte",
38077                 "shop": "jewelry"
38078             },
38079             "name": "Bijou Brigitte",
38080             "icon": "shop",
38081             "geometry": [
38082                 "point",
38083                 "area"
38084             ],
38085             "fields": [
38086                 "operator",
38087                 "address",
38088                 "building_area",
38089                 "opening_hours"
38090             ],
38091             "suggestion": true
38092         },
38093         "shop/jewelry/Christ": {
38094             "tags": {
38095                 "name": "Christ",
38096                 "shop": "jewelry"
38097             },
38098             "name": "Christ",
38099             "icon": "shop",
38100             "geometry": [
38101                 "point",
38102                 "area"
38103             ],
38104             "fields": [
38105                 "operator",
38106                 "address",
38107                 "building_area",
38108                 "opening_hours"
38109             ],
38110             "suggestion": true
38111         },
38112         "shop/jewelry/Swarovski": {
38113             "tags": {
38114                 "name": "Swarovski",
38115                 "shop": "jewelry"
38116             },
38117             "name": "Swarovski",
38118             "icon": "shop",
38119             "geometry": [
38120                 "point",
38121                 "area"
38122             ],
38123             "fields": [
38124                 "operator",
38125                 "address",
38126                 "building_area",
38127                 "opening_hours"
38128             ],
38129             "suggestion": true
38130         },
38131         "shop/optician/Fielmann": {
38132             "tags": {
38133                 "name": "Fielmann",
38134                 "shop": "optician"
38135             },
38136             "name": "Fielmann",
38137             "icon": "shop",
38138             "geometry": [
38139                 "point",
38140                 "area"
38141             ],
38142             "fields": [
38143                 "operator",
38144                 "address",
38145                 "building_area",
38146                 "opening_hours"
38147             ],
38148             "suggestion": true
38149         },
38150         "shop/optician/Apollo Optik": {
38151             "tags": {
38152                 "name": "Apollo Optik",
38153                 "shop": "optician"
38154             },
38155             "name": "Apollo Optik",
38156             "icon": "shop",
38157             "geometry": [
38158                 "point",
38159                 "area"
38160             ],
38161             "fields": [
38162                 "operator",
38163                 "address",
38164                 "building_area",
38165                 "opening_hours"
38166             ],
38167             "suggestion": true
38168         },
38169         "shop/optician/Vision Express": {
38170             "tags": {
38171                 "name": "Vision Express",
38172                 "shop": "optician"
38173             },
38174             "name": "Vision Express",
38175             "icon": "shop",
38176             "geometry": [
38177                 "point",
38178                 "area"
38179             ],
38180             "fields": [
38181                 "operator",
38182                 "address",
38183                 "building_area",
38184                 "opening_hours"
38185             ],
38186             "suggestion": true
38187         },
38188         "shop/optician/Оптика": {
38189             "tags": {
38190                 "name": "Оптика",
38191                 "shop": "optician"
38192             },
38193             "name": "Оптика",
38194             "icon": "shop",
38195             "geometry": [
38196                 "point",
38197                 "area"
38198             ],
38199             "fields": [
38200                 "operator",
38201                 "address",
38202                 "building_area",
38203                 "opening_hours"
38204             ],
38205             "suggestion": true
38206         },
38207         "shop/optician/Optic 2000": {
38208             "tags": {
38209                 "name": "Optic 2000",
38210                 "shop": "optician"
38211             },
38212             "name": "Optic 2000",
38213             "icon": "shop",
38214             "geometry": [
38215                 "point",
38216                 "area"
38217             ],
38218             "fields": [
38219                 "operator",
38220                 "address",
38221                 "building_area",
38222                 "opening_hours"
38223             ],
38224             "suggestion": true
38225         },
38226         "shop/optician/Alain Afflelou": {
38227             "tags": {
38228                 "name": "Alain Afflelou",
38229                 "shop": "optician"
38230             },
38231             "name": "Alain Afflelou",
38232             "icon": "shop",
38233             "geometry": [
38234                 "point",
38235                 "area"
38236             ],
38237             "fields": [
38238                 "operator",
38239                 "address",
38240                 "building_area",
38241                 "opening_hours"
38242             ],
38243             "suggestion": true
38244         },
38245         "shop/optician/Specsavers": {
38246             "tags": {
38247                 "name": "Specsavers",
38248                 "shop": "optician"
38249             },
38250             "name": "Specsavers",
38251             "icon": "shop",
38252             "geometry": [
38253                 "point",
38254                 "area"
38255             ],
38256             "fields": [
38257                 "operator",
38258                 "address",
38259                 "building_area",
38260                 "opening_hours"
38261             ],
38262             "suggestion": true
38263         },
38264         "shop/optician/Krys": {
38265             "tags": {
38266                 "name": "Krys",
38267                 "shop": "optician"
38268             },
38269             "name": "Krys",
38270             "icon": "shop",
38271             "geometry": [
38272                 "point",
38273                 "area"
38274             ],
38275             "fields": [
38276                 "operator",
38277                 "address",
38278                 "building_area",
38279                 "opening_hours"
38280             ],
38281             "suggestion": true
38282         },
38283         "shop/optician/Atol": {
38284             "tags": {
38285                 "name": "Atol",
38286                 "shop": "optician"
38287             },
38288             "name": "Atol",
38289             "icon": "shop",
38290             "geometry": [
38291                 "point",
38292                 "area"
38293             ],
38294             "fields": [
38295                 "operator",
38296                 "address",
38297                 "building_area",
38298                 "opening_hours"
38299             ],
38300             "suggestion": true
38301         },
38302         "shop/video/Blockbuster": {
38303             "tags": {
38304                 "name": "Blockbuster",
38305                 "shop": "video"
38306             },
38307             "name": "Blockbuster",
38308             "icon": "shop",
38309             "geometry": [
38310                 "point",
38311                 "area"
38312             ],
38313             "fields": [
38314                 "operator",
38315                 "address",
38316                 "building_area",
38317                 "opening_hours"
38318             ],
38319             "suggestion": true
38320         },
38321         "shop/video/World of Video": {
38322             "tags": {
38323                 "name": "World of Video",
38324                 "shop": "video"
38325             },
38326             "name": "World of Video",
38327             "icon": "shop",
38328             "geometry": [
38329                 "point",
38330                 "area"
38331             ],
38332             "fields": [
38333                 "operator",
38334                 "address",
38335                 "building_area",
38336                 "opening_hours"
38337             ],
38338             "suggestion": true
38339         },
38340         "shop/mobile_phone/Билайн": {
38341             "tags": {
38342                 "name": "Билайн",
38343                 "shop": "mobile_phone"
38344             },
38345             "name": "Билайн",
38346             "icon": "mobilephone",
38347             "geometry": [
38348                 "point",
38349                 "area"
38350             ],
38351             "fields": [
38352                 "operator",
38353                 "address",
38354                 "building_area",
38355                 "opening_hours"
38356             ],
38357             "suggestion": true
38358         },
38359         "shop/mobile_phone/ソフトバンクショップ (SoftBank shop)": {
38360             "tags": {
38361                 "name": "ソフトバンクショップ (SoftBank shop)",
38362                 "shop": "mobile_phone"
38363             },
38364             "name": "ソフトバンクショップ (SoftBank shop)",
38365             "icon": "mobilephone",
38366             "geometry": [
38367                 "point",
38368                 "area"
38369             ],
38370             "fields": [
38371                 "operator",
38372                 "address",
38373                 "building_area",
38374                 "opening_hours"
38375             ],
38376             "suggestion": true
38377         },
38378         "shop/mobile_phone/Vodafone": {
38379             "tags": {
38380                 "name": "Vodafone",
38381                 "shop": "mobile_phone"
38382             },
38383             "name": "Vodafone",
38384             "icon": "mobilephone",
38385             "geometry": [
38386                 "point",
38387                 "area"
38388             ],
38389             "fields": [
38390                 "operator",
38391                 "address",
38392                 "building_area",
38393                 "opening_hours"
38394             ],
38395             "suggestion": true
38396         },
38397         "shop/mobile_phone/O2": {
38398             "tags": {
38399                 "name": "O2",
38400                 "shop": "mobile_phone"
38401             },
38402             "name": "O2",
38403             "icon": "mobilephone",
38404             "geometry": [
38405                 "point",
38406                 "area"
38407             ],
38408             "fields": [
38409                 "operator",
38410                 "address",
38411                 "building_area",
38412                 "opening_hours"
38413             ],
38414             "suggestion": true
38415         },
38416         "shop/mobile_phone/Carphone Warehouse": {
38417             "tags": {
38418                 "name": "Carphone Warehouse",
38419                 "shop": "mobile_phone"
38420             },
38421             "name": "Carphone Warehouse",
38422             "icon": "mobilephone",
38423             "geometry": [
38424                 "point",
38425                 "area"
38426             ],
38427             "fields": [
38428                 "operator",
38429                 "address",
38430                 "building_area",
38431                 "opening_hours"
38432             ],
38433             "suggestion": true
38434         },
38435         "shop/mobile_phone/Orange": {
38436             "tags": {
38437                 "name": "Orange",
38438                 "shop": "mobile_phone"
38439             },
38440             "name": "Orange",
38441             "icon": "mobilephone",
38442             "geometry": [
38443                 "point",
38444                 "area"
38445             ],
38446             "fields": [
38447                 "operator",
38448                 "address",
38449                 "building_area",
38450                 "opening_hours"
38451             ],
38452             "suggestion": true
38453         },
38454         "shop/mobile_phone/Verizon Wireless": {
38455             "tags": {
38456                 "name": "Verizon Wireless",
38457                 "shop": "mobile_phone"
38458             },
38459             "name": "Verizon Wireless",
38460             "icon": "mobilephone",
38461             "geometry": [
38462                 "point",
38463                 "area"
38464             ],
38465             "fields": [
38466                 "operator",
38467                 "address",
38468                 "building_area",
38469                 "opening_hours"
38470             ],
38471             "suggestion": true
38472         },
38473         "shop/mobile_phone/Sprint": {
38474             "tags": {
38475                 "name": "Sprint",
38476                 "shop": "mobile_phone"
38477             },
38478             "name": "Sprint",
38479             "icon": "mobilephone",
38480             "geometry": [
38481                 "point",
38482                 "area"
38483             ],
38484             "fields": [
38485                 "operator",
38486                 "address",
38487                 "building_area",
38488                 "opening_hours"
38489             ],
38490             "suggestion": true
38491         },
38492         "shop/mobile_phone/T-Mobile": {
38493             "tags": {
38494                 "name": "T-Mobile",
38495                 "shop": "mobile_phone"
38496             },
38497             "name": "T-Mobile",
38498             "icon": "mobilephone",
38499             "geometry": [
38500                 "point",
38501                 "area"
38502             ],
38503             "fields": [
38504                 "operator",
38505                 "address",
38506                 "building_area",
38507                 "opening_hours"
38508             ],
38509             "suggestion": true
38510         },
38511         "shop/mobile_phone/МТС": {
38512             "tags": {
38513                 "name": "МТС",
38514                 "shop": "mobile_phone"
38515             },
38516             "name": "МТС",
38517             "icon": "mobilephone",
38518             "geometry": [
38519                 "point",
38520                 "area"
38521             ],
38522             "fields": [
38523                 "operator",
38524                 "address",
38525                 "building_area",
38526                 "opening_hours"
38527             ],
38528             "suggestion": true
38529         },
38530         "shop/mobile_phone/Евросеть": {
38531             "tags": {
38532                 "name": "Евросеть",
38533                 "shop": "mobile_phone"
38534             },
38535             "name": "Евросеть",
38536             "icon": "mobilephone",
38537             "geometry": [
38538                 "point",
38539                 "area"
38540             ],
38541             "fields": [
38542                 "operator",
38543                 "address",
38544                 "building_area",
38545                 "opening_hours"
38546             ],
38547             "suggestion": true
38548         },
38549         "shop/mobile_phone/Bell": {
38550             "tags": {
38551                 "name": "Bell",
38552                 "shop": "mobile_phone"
38553             },
38554             "name": "Bell",
38555             "icon": "mobilephone",
38556             "geometry": [
38557                 "point",
38558                 "area"
38559             ],
38560             "fields": [
38561                 "operator",
38562                 "address",
38563                 "building_area",
38564                 "opening_hours"
38565             ],
38566             "suggestion": true
38567         },
38568         "shop/mobile_phone/The Phone House": {
38569             "tags": {
38570                 "name": "The Phone House",
38571                 "shop": "mobile_phone"
38572             },
38573             "name": "The Phone House",
38574             "icon": "mobilephone",
38575             "geometry": [
38576                 "point",
38577                 "area"
38578             ],
38579             "fields": [
38580                 "operator",
38581                 "address",
38582                 "building_area",
38583                 "opening_hours"
38584             ],
38585             "suggestion": true
38586         },
38587         "shop/mobile_phone/SFR": {
38588             "tags": {
38589                 "name": "SFR",
38590                 "shop": "mobile_phone"
38591             },
38592             "name": "SFR",
38593             "icon": "mobilephone",
38594             "geometry": [
38595                 "point",
38596                 "area"
38597             ],
38598             "fields": [
38599                 "operator",
38600                 "address",
38601                 "building_area",
38602                 "opening_hours"
38603             ],
38604             "suggestion": true
38605         },
38606         "shop/mobile_phone/Связной": {
38607             "tags": {
38608                 "name": "Связной",
38609                 "shop": "mobile_phone"
38610             },
38611             "name": "Связной",
38612             "icon": "mobilephone",
38613             "geometry": [
38614                 "point",
38615                 "area"
38616             ],
38617             "fields": [
38618                 "operator",
38619                 "address",
38620                 "building_area",
38621                 "opening_hours"
38622             ],
38623             "suggestion": true
38624         },
38625         "shop/mobile_phone/Мегафон": {
38626             "tags": {
38627                 "name": "Мегафон",
38628                 "shop": "mobile_phone"
38629             },
38630             "name": "Мегафон",
38631             "icon": "mobilephone",
38632             "geometry": [
38633                 "point",
38634                 "area"
38635             ],
38636             "fields": [
38637                 "operator",
38638                 "address",
38639                 "building_area",
38640                 "opening_hours"
38641             ],
38642             "suggestion": true
38643         },
38644         "shop/mobile_phone/AT&T": {
38645             "tags": {
38646                 "name": "AT&T",
38647                 "shop": "mobile_phone"
38648             },
38649             "name": "AT&T",
38650             "icon": "mobilephone",
38651             "geometry": [
38652                 "point",
38653                 "area"
38654             ],
38655             "fields": [
38656                 "operator",
38657                 "address",
38658                 "building_area",
38659                 "opening_hours"
38660             ],
38661             "suggestion": true
38662         },
38663         "shop/mobile_phone/ドコモショップ (docomo shop)": {
38664             "tags": {
38665                 "name": "ドコモショップ (docomo shop)",
38666                 "shop": "mobile_phone"
38667             },
38668             "name": "ドコモショップ (docomo shop)",
38669             "icon": "mobilephone",
38670             "geometry": [
38671                 "point",
38672                 "area"
38673             ],
38674             "fields": [
38675                 "operator",
38676                 "address",
38677                 "building_area",
38678                 "opening_hours"
38679             ],
38680             "suggestion": true
38681         },
38682         "shop/mobile_phone/au": {
38683             "tags": {
38684                 "name": "au",
38685                 "shop": "mobile_phone"
38686             },
38687             "name": "au",
38688             "icon": "mobilephone",
38689             "geometry": [
38690                 "point",
38691                 "area"
38692             ],
38693             "fields": [
38694                 "operator",
38695                 "address",
38696                 "building_area",
38697                 "opening_hours"
38698             ],
38699             "suggestion": true
38700         },
38701         "shop/mobile_phone/Movistar": {
38702             "tags": {
38703                 "name": "Movistar",
38704                 "shop": "mobile_phone"
38705             },
38706             "name": "Movistar",
38707             "icon": "mobilephone",
38708             "geometry": [
38709                 "point",
38710                 "area"
38711             ],
38712             "fields": [
38713                 "operator",
38714                 "address",
38715                 "building_area",
38716                 "opening_hours"
38717             ],
38718             "suggestion": true
38719         },
38720         "shop/mobile_phone/Bitė": {
38721             "tags": {
38722                 "name": "Bitė",
38723                 "shop": "mobile_phone"
38724             },
38725             "name": "Bitė",
38726             "icon": "mobilephone",
38727             "geometry": [
38728                 "point",
38729                 "area"
38730             ],
38731             "fields": [
38732                 "operator",
38733                 "address",
38734                 "building_area",
38735                 "opening_hours"
38736             ],
38737             "suggestion": true
38738         },
38739         "shop/computer/PC World": {
38740             "tags": {
38741                 "name": "PC World",
38742                 "shop": "computer"
38743             },
38744             "name": "PC World",
38745             "icon": "shop",
38746             "geometry": [
38747                 "point",
38748                 "area"
38749             ],
38750             "fields": [
38751                 "operator",
38752                 "address",
38753                 "building_area",
38754                 "opening_hours"
38755             ],
38756             "suggestion": true
38757         },
38758         "shop/computer/DNS": {
38759             "tags": {
38760                 "name": "DNS",
38761                 "shop": "computer"
38762             },
38763             "name": "DNS",
38764             "icon": "shop",
38765             "geometry": [
38766                 "point",
38767                 "area"
38768             ],
38769             "fields": [
38770                 "operator",
38771                 "address",
38772                 "building_area",
38773                 "opening_hours"
38774             ],
38775             "suggestion": true
38776         },
38777         "shop/hairdresser/Klier": {
38778             "tags": {
38779                 "name": "Klier",
38780                 "shop": "hairdresser"
38781             },
38782             "name": "Klier",
38783             "icon": "hairdresser",
38784             "geometry": [
38785                 "point",
38786                 "area"
38787             ],
38788             "fields": [
38789                 "operator",
38790                 "address",
38791                 "building_area",
38792                 "opening_hours"
38793             ],
38794             "suggestion": true
38795         },
38796         "shop/hairdresser/Supercuts": {
38797             "tags": {
38798                 "name": "Supercuts",
38799                 "shop": "hairdresser"
38800             },
38801             "name": "Supercuts",
38802             "icon": "hairdresser",
38803             "geometry": [
38804                 "point",
38805                 "area"
38806             ],
38807             "fields": [
38808                 "operator",
38809                 "address",
38810                 "building_area",
38811                 "opening_hours"
38812             ],
38813             "suggestion": true
38814         },
38815         "shop/hairdresser/Hairkiller": {
38816             "tags": {
38817                 "name": "Hairkiller",
38818                 "shop": "hairdresser"
38819             },
38820             "name": "Hairkiller",
38821             "icon": "hairdresser",
38822             "geometry": [
38823                 "point",
38824                 "area"
38825             ],
38826             "fields": [
38827                 "operator",
38828                 "address",
38829                 "building_area",
38830                 "opening_hours"
38831             ],
38832             "suggestion": true
38833         },
38834         "shop/hairdresser/Great Clips": {
38835             "tags": {
38836                 "name": "Great Clips",
38837                 "shop": "hairdresser"
38838             },
38839             "name": "Great Clips",
38840             "icon": "hairdresser",
38841             "geometry": [
38842                 "point",
38843                 "area"
38844             ],
38845             "fields": [
38846                 "operator",
38847                 "address",
38848                 "building_area",
38849                 "opening_hours"
38850             ],
38851             "suggestion": true
38852         },
38853         "shop/hairdresser/Парикмахерская": {
38854             "tags": {
38855                 "name": "Парикмахерская",
38856                 "shop": "hairdresser"
38857             },
38858             "name": "Парикмахерская",
38859             "icon": "hairdresser",
38860             "geometry": [
38861                 "point",
38862                 "area"
38863             ],
38864             "fields": [
38865                 "operator",
38866                 "address",
38867                 "building_area",
38868                 "opening_hours"
38869             ],
38870             "suggestion": true
38871         },
38872         "shop/hairdresser/Стиль": {
38873             "tags": {
38874                 "name": "Стиль",
38875                 "shop": "hairdresser"
38876             },
38877             "name": "Стиль",
38878             "icon": "hairdresser",
38879             "geometry": [
38880                 "point",
38881                 "area"
38882             ],
38883             "fields": [
38884                 "operator",
38885                 "address",
38886                 "building_area",
38887                 "opening_hours"
38888             ],
38889             "suggestion": true
38890         },
38891         "shop/hairdresser/Franck Provost": {
38892             "tags": {
38893                 "name": "Franck Provost",
38894                 "shop": "hairdresser"
38895             },
38896             "name": "Franck Provost",
38897             "icon": "hairdresser",
38898             "geometry": [
38899                 "point",
38900                 "area"
38901             ],
38902             "fields": [
38903                 "operator",
38904                 "address",
38905                 "building_area",
38906                 "opening_hours"
38907             ],
38908             "suggestion": true
38909         },
38910         "shop/hairdresser/Салон красоты": {
38911             "tags": {
38912                 "name": "Салон красоты",
38913                 "shop": "hairdresser"
38914             },
38915             "name": "Салон красоты",
38916             "icon": "hairdresser",
38917             "geometry": [
38918                 "point",
38919                 "area"
38920             ],
38921             "fields": [
38922                 "operator",
38923                 "address",
38924                 "building_area",
38925                 "opening_hours"
38926             ],
38927             "suggestion": true
38928         },
38929         "shop/hardware/1000 мелочей": {
38930             "tags": {
38931                 "name": "1000 мелочей",
38932                 "shop": "hardware"
38933             },
38934             "name": "1000 мелочей",
38935             "icon": "shop",
38936             "geometry": [
38937                 "point",
38938                 "area"
38939             ],
38940             "fields": [
38941                 "operator",
38942                 "address",
38943                 "building_area",
38944                 "opening_hours"
38945             ],
38946             "suggestion": true
38947         },
38948         "shop/hardware/Хозтовары": {
38949             "tags": {
38950                 "name": "Хозтовары",
38951                 "shop": "hardware"
38952             },
38953             "name": "Хозтовары",
38954             "icon": "shop",
38955             "geometry": [
38956                 "point",
38957                 "area"
38958             ],
38959             "fields": [
38960                 "operator",
38961                 "address",
38962                 "building_area",
38963                 "opening_hours"
38964             ],
38965             "suggestion": true
38966         },
38967         "shop/motorcycle/Yamaha": {
38968             "tags": {
38969                 "name": "Yamaha",
38970                 "shop": "motorcycle"
38971             },
38972             "name": "Yamaha",
38973             "icon": "scooter",
38974             "geometry": [
38975                 "point",
38976                 "area"
38977             ],
38978             "fields": [
38979                 "operator",
38980                 "address",
38981                 "building_area",
38982                 "opening_hours"
38983             ],
38984             "suggestion": true
38985         }
38986     },
38987     "defaults": {
38988         "area": [
38989             "category-landuse",
38990             "category-building",
38991             "category-water-area",
38992             "leisure/park",
38993             "amenity/hospital",
38994             "amenity/place_of_worship",
38995             "amenity/cafe",
38996             "amenity/restaurant",
38997             "area"
38998         ],
38999         "line": [
39000             "category-road",
39001             "category-rail",
39002             "category-path",
39003             "category-water-line",
39004             "power/line",
39005             "line"
39006         ],
39007         "point": [
39008             "leisure/park",
39009             "amenity/hospital",
39010             "amenity/place_of_worship",
39011             "amenity/cafe",
39012             "amenity/restaurant",
39013             "amenity/fast_food",
39014             "amenity/bar",
39015             "amenity/bank",
39016             "shop/supermarket",
39017             "point"
39018         ],
39019         "vertex": [
39020             "highway/crosswalk",
39021             "highway/crossing",
39022             "railway/level_crossing",
39023             "highway/traffic_signals",
39024             "highway/turning_circle",
39025             "highway/mini_roundabout",
39026             "highway/motorway_junction",
39027             "vertex"
39028         ],
39029         "relation": [
39030             "category-route",
39031             "category-restriction",
39032             "type/boundary",
39033             "type/multipolygon",
39034             "relation"
39035         ]
39036     },
39037     "categories": {
39038         "category-building": {
39039             "geometry": "area",
39040             "name": "Building",
39041             "icon": "building",
39042             "members": [
39043                 "building/house",
39044                 "building/apartments",
39045                 "building/commercial",
39046                 "building/industrial",
39047                 "building/residential",
39048                 "building"
39049             ]
39050         },
39051         "category-golf": {
39052             "geometry": "area",
39053             "name": "Golf",
39054             "icon": "golf",
39055             "members": [
39056                 "golf/fairway",
39057                 "golf/green",
39058                 "golf/lateral_water_hazard",
39059                 "golf/rough",
39060                 "golf/bunker",
39061                 "golf/tee",
39062                 "golf/water_hazard"
39063             ]
39064         },
39065         "category-landuse": {
39066             "geometry": "area",
39067             "name": "Land Use",
39068             "icon": "land-use",
39069             "members": [
39070                 "landuse/residential",
39071                 "landuse/industrial",
39072                 "landuse/commercial",
39073                 "landuse/retail",
39074                 "landuse/farmland",
39075                 "landuse/farmyard",
39076                 "landuse/forest",
39077                 "landuse/meadow",
39078                 "landuse/cemetery",
39079                 "landuse/military"
39080             ]
39081         },
39082         "category-path": {
39083             "geometry": "line",
39084             "name": "Path",
39085             "icon": "category-path",
39086             "members": [
39087                 "highway/pedestrian",
39088                 "highway/footway",
39089                 "highway/cycleway",
39090                 "highway/bridleway",
39091                 "highway/path",
39092                 "highway/steps"
39093             ]
39094         },
39095         "category-rail": {
39096             "geometry": "line",
39097             "name": "Rail",
39098             "icon": "category-rail",
39099             "members": [
39100                 "railway/rail",
39101                 "railway/subway",
39102                 "railway/tram",
39103                 "railway/monorail",
39104                 "railway/disused",
39105                 "railway/abandoned"
39106             ]
39107         },
39108         "category-restriction": {
39109             "geometry": "relation",
39110             "name": "Restriction",
39111             "icon": "restriction",
39112             "members": [
39113                 "type/restriction/no_left_turn",
39114                 "type/restriction/no_right_turn",
39115                 "type/restriction/no_straight_on",
39116                 "type/restriction/no_u_turn",
39117                 "type/restriction/only_left_turn",
39118                 "type/restriction/only_right_turn",
39119                 "type/restriction/only_straight_on",
39120                 "type/restriction"
39121             ]
39122         },
39123         "category-road": {
39124             "geometry": "line",
39125             "name": "Road",
39126             "icon": "category-roads",
39127             "members": [
39128                 "highway/residential",
39129                 "highway/motorway",
39130                 "highway/trunk",
39131                 "highway/primary",
39132                 "highway/secondary",
39133                 "highway/tertiary",
39134                 "highway/service",
39135                 "highway/motorway_link",
39136                 "highway/trunk_link",
39137                 "highway/primary_link",
39138                 "highway/secondary_link",
39139                 "highway/tertiary_link",
39140                 "highway/unclassified",
39141                 "highway/track",
39142                 "highway/road"
39143             ]
39144         },
39145         "category-route": {
39146             "geometry": "relation",
39147             "name": "Route",
39148             "icon": "route",
39149             "members": [
39150                 "type/route/road",
39151                 "type/route/bicycle",
39152                 "type/route/foot",
39153                 "type/route/hiking",
39154                 "type/route/bus",
39155                 "type/route/train",
39156                 "type/route/tram",
39157                 "type/route/ferry",
39158                 "type/route/power",
39159                 "type/route/pipeline",
39160                 "type/route/detour",
39161                 "type/route_master",
39162                 "type/route"
39163             ]
39164         },
39165         "category-water-area": {
39166             "geometry": "area",
39167             "name": "Water",
39168             "icon": "water",
39169             "members": [
39170                 "natural/water/lake",
39171                 "natural/water/pond",
39172                 "natural/water/reservoir",
39173                 "natural/water"
39174             ]
39175         },
39176         "category-water-line": {
39177             "geometry": "line",
39178             "name": "Water",
39179             "icon": "category-water",
39180             "members": [
39181                 "waterway/river",
39182                 "waterway/stream",
39183                 "waterway/canal",
39184                 "waterway/ditch",
39185                 "waterway/drain"
39186             ]
39187         }
39188     },
39189     "fields": {
39190         "access": {
39191             "keys": [
39192                 "access",
39193                 "foot",
39194                 "motor_vehicle",
39195                 "bicycle",
39196                 "horse"
39197             ],
39198             "reference": {
39199                 "key": "access"
39200             },
39201             "type": "access",
39202             "label": "Allowed Access",
39203             "placeholder": "Not Specified",
39204             "strings": {
39205                 "types": {
39206                     "access": "All",
39207                     "foot": "Foot",
39208                     "motor_vehicle": "Motor Vehicles",
39209                     "bicycle": "Bicycles",
39210                     "horse": "Horses"
39211                 },
39212                 "options": {
39213                     "yes": {
39214                         "title": "Allowed",
39215                         "description": "Access permitted by law; a right of way"
39216                     },
39217                     "no": {
39218                         "title": "Prohibited",
39219                         "description": "Access not permitted to the general public"
39220                     },
39221                     "permissive": {
39222                         "title": "Permissive",
39223                         "description": "Access permitted until such time as the owner revokes the permission"
39224                     },
39225                     "private": {
39226                         "title": "Private",
39227                         "description": "Access permitted only with permission of the owner on an individual basis"
39228                     },
39229                     "designated": {
39230                         "title": "Designated",
39231                         "description": "Access permitted according to signs or specific local laws"
39232                     },
39233                     "destination": {
39234                         "title": "Destination",
39235                         "description": "Access permitted only to reach a destination"
39236                     },
39237                     "dismount": {
39238                         "title": "Dismount",
39239                         "description": "Access permitted but rider must dismount"
39240                     }
39241                 }
39242             }
39243         },
39244         "access_simple": {
39245             "key": "access",
39246             "type": "combo",
39247             "label": "Allowed Access",
39248             "placeholder": "yes",
39249             "options": [
39250                 "permissive",
39251                 "private",
39252                 "customers",
39253                 "no"
39254             ]
39255         },
39256         "access_toilets": {
39257             "key": "access",
39258             "type": "combo",
39259             "label": "Access",
39260             "options": [
39261                 "public",
39262                 "permissive",
39263                 "private",
39264                 "customers"
39265             ]
39266         },
39267         "address": {
39268             "type": "address",
39269             "keys": [
39270                 "addr:housename",
39271                 "addr:housenumber",
39272                 "addr:conscriptionnumber",
39273                 "addr:street",
39274                 "addr:city",
39275                 "addr:postcode",
39276                 "addr:place",
39277                 "addr:hamlet",
39278                 "addr:suburb",
39279                 "addr:subdistrict",
39280                 "addr:district",
39281                 "addr:province",
39282                 "addr:state",
39283                 "addr:country"
39284             ],
39285             "reference": {
39286                 "key": "addr"
39287             },
39288             "icon": "address",
39289             "universal": true,
39290             "label": "Address",
39291             "strings": {
39292                 "placeholders": {
39293                     "housename": "Housename",
39294                     "housenumber": "123",
39295                     "conscriptionnumber": "123",
39296                     "street": "Street",
39297                     "city": "City",
39298                     "postcode": "Postcode",
39299                     "place": "Place",
39300                     "hamlet": "Hamlet",
39301                     "suburb": "Suburb",
39302                     "subdistrict": "Subdistrict",
39303                     "district": "District",
39304                     "province": "Province",
39305                     "state": "State",
39306                     "country": "Country"
39307                 }
39308             }
39309         },
39310         "admin_level": {
39311             "key": "admin_level",
39312             "type": "number",
39313             "label": "Admin Level"
39314         },
39315         "aerialway": {
39316             "key": "aerialway",
39317             "type": "typeCombo",
39318             "label": "Type"
39319         },
39320         "aerialway/access": {
39321             "key": "aerialway:access",
39322             "type": "combo",
39323             "label": "Access",
39324             "strings": {
39325                 "options": {
39326                     "entry": "Entry",
39327                     "exit": "Exit",
39328                     "both": "Both"
39329                 }
39330             }
39331         },
39332         "aerialway/bubble": {
39333             "key": "aerialway:bubble",
39334             "type": "check",
39335             "label": "Bubble"
39336         },
39337         "aerialway/capacity": {
39338             "key": "aerialway:capacity",
39339             "type": "number",
39340             "label": "Capacity (per hour)",
39341             "placeholder": "500, 2500, 5000..."
39342         },
39343         "aerialway/duration": {
39344             "key": "aerialway:duration",
39345             "type": "number",
39346             "label": "Duration (minutes)",
39347             "placeholder": "1, 2, 3..."
39348         },
39349         "aerialway/heating": {
39350             "key": "aerialway:heating",
39351             "type": "check",
39352             "label": "Heated"
39353         },
39354         "aerialway/occupancy": {
39355             "key": "aerialway:occupancy",
39356             "type": "number",
39357             "label": "Occupancy",
39358             "placeholder": "2, 4, 8..."
39359         },
39360         "aerialway/summer/access": {
39361             "key": "aerialway:summer:access",
39362             "type": "combo",
39363             "label": "Access (summer)",
39364             "strings": {
39365                 "options": {
39366                     "entry": "Entry",
39367                     "exit": "Exit",
39368                     "both": "Both"
39369                 }
39370             }
39371         },
39372         "aeroway": {
39373             "key": "aeroway",
39374             "type": "typeCombo",
39375             "label": "Type"
39376         },
39377         "amenity": {
39378             "key": "amenity",
39379             "type": "typeCombo",
39380             "label": "Type"
39381         },
39382         "area/highway": {
39383             "key": "area:highway",
39384             "type": "typeCombo",
39385             "label": "Type"
39386         },
39387         "artist": {
39388             "key": "artist_name",
39389             "type": "text",
39390             "label": "Artist"
39391         },
39392         "artwork_type": {
39393             "key": "artwork_type",
39394             "type": "combo",
39395             "label": "Type"
39396         },
39397         "atm": {
39398             "key": "atm",
39399             "type": "check",
39400             "label": "ATM"
39401         },
39402         "backrest": {
39403             "key": "backrest",
39404             "type": "check",
39405             "label": "Backrest"
39406         },
39407         "barrier": {
39408             "key": "barrier",
39409             "type": "typeCombo",
39410             "label": "Type"
39411         },
39412         "bench": {
39413             "key": "bench",
39414             "type": "check",
39415             "label": "Bench"
39416         },
39417         "bicycle_parking": {
39418             "key": "bicycle_parking",
39419             "type": "combo",
39420             "label": "Type"
39421         },
39422         "boundary": {
39423             "key": "boundary",
39424             "type": "combo",
39425             "label": "Type"
39426         },
39427         "brand": {
39428             "key": "brand",
39429             "type": "text",
39430             "label": "Brand"
39431         },
39432         "building": {
39433             "key": "building",
39434             "type": "typeCombo",
39435             "label": "Building"
39436         },
39437         "building_area": {
39438             "key": "building",
39439             "type": "combo",
39440             "default": "yes",
39441             "geometry": "area",
39442             "label": "Building"
39443         },
39444         "capacity": {
39445             "key": "capacity",
39446             "type": "number",
39447             "label": "Capacity",
39448             "placeholder": "50, 100, 200..."
39449         },
39450         "cardinal_direction": {
39451             "key": "direction",
39452             "type": "combo",
39453             "label": "Direction",
39454             "strings": {
39455                 "options": {
39456                     "N": "North",
39457                     "E": "East",
39458                     "S": "South",
39459                     "W": "West",
39460                     "NE": "Northeast",
39461                     "SE": "Southeast",
39462                     "SW": "Southwest",
39463                     "NW": "Northwest",
39464                     "NNE": "North-northeast",
39465                     "ENE": "East-northeast",
39466                     "ESE": "East-southeast",
39467                     "SSE": "South-southeast",
39468                     "SSW": "South-southwest",
39469                     "WSW": "West-southwest",
39470                     "WNW": "West-northwest",
39471                     "NNW": "North-northwest"
39472                 }
39473             }
39474         },
39475         "clock_direction": {
39476             "key": "direction",
39477             "type": "combo",
39478             "label": "Direction",
39479             "strings": {
39480                 "options": {
39481                     "clockwise": "Clockwise",
39482                     "anticlockwise": "Counterclockwise"
39483                 }
39484             }
39485         },
39486         "collection_times": {
39487             "key": "collection_times",
39488             "type": "text",
39489             "label": "Collection Times"
39490         },
39491         "construction": {
39492             "key": "construction",
39493             "type": "combo",
39494             "label": "Type"
39495         },
39496         "content": {
39497             "key": "content",
39498             "type": "combo",
39499             "label": "Contents"
39500         },
39501         "country": {
39502             "key": "country",
39503             "type": "combo",
39504             "label": "Country"
39505         },
39506         "covered": {
39507             "key": "covered",
39508             "type": "check",
39509             "label": "Covered"
39510         },
39511         "craft": {
39512             "key": "craft",
39513             "type": "typeCombo",
39514             "label": "Type"
39515         },
39516         "crop": {
39517             "key": "crop",
39518             "type": "combo",
39519             "label": "Crop"
39520         },
39521         "crossing": {
39522             "key": "crossing",
39523             "type": "combo",
39524             "label": "Type"
39525         },
39526         "cuisine": {
39527             "key": "cuisine",
39528             "type": "combo",
39529             "label": "Cuisine"
39530         },
39531         "cycleway": {
39532             "keys": [
39533                 "cycleway:left",
39534                 "cycleway:right"
39535             ],
39536             "reference": {
39537                 "key": "cycleway"
39538             },
39539             "type": "cycleway",
39540             "label": "Bike Lanes",
39541             "placeholder": "none",
39542             "strings": {
39543                 "types": {
39544                     "cycleway:left": "Left side",
39545                     "cycleway:right": "Right side"
39546                 },
39547                 "options": {
39548                     "none": {
39549                         "title": "None",
39550                         "description": "No bike lane"
39551                     },
39552                     "lane": {
39553                         "title": "Standard bike lane",
39554                         "description": "A bike lane separated from auto traffic by a painted line"
39555                     },
39556                     "shared_lane": {
39557                         "title": "Shared bike lane",
39558                         "description": "A bike lane with no separation from auto traffic"
39559                     },
39560                     "track": {
39561                         "title": "Bike track",
39562                         "description": "A bike lane separated from traffic by a physical barrier"
39563                     },
39564                     "share_busway": {
39565                         "title": "Bike lane shared with bus",
39566                         "description": "A bike lane shared with a bus lane"
39567                     },
39568                     "opposite_lane": {
39569                         "title": "Opposite bike lane",
39570                         "description": "A bike lane that travels in the opposite direction of traffic"
39571                     },
39572                     "opposite": {
39573                         "title": "Contraflow bike lane",
39574                         "description": "A bike lane that travels in both directions on a one-way street"
39575                     }
39576                 }
39577             }
39578         },
39579         "delivery": {
39580             "key": "delivery",
39581             "type": "check",
39582             "label": "Delivery"
39583         },
39584         "denomination": {
39585             "key": "denomination",
39586             "type": "combo",
39587             "label": "Denomination"
39588         },
39589         "denotation": {
39590             "key": "denotation",
39591             "type": "combo",
39592             "label": "Denotation"
39593         },
39594         "description": {
39595             "key": "description",
39596             "type": "textarea",
39597             "label": "Description"
39598         },
39599         "drive_through": {
39600             "key": "drive_through",
39601             "type": "check",
39602             "label": "Drive-Through"
39603         },
39604         "electrified": {
39605             "key": "electrified",
39606             "type": "combo",
39607             "label": "Electrification",
39608             "placeholder": "Contact Line, Electrified Rail...",
39609             "strings": {
39610                 "options": {
39611                     "contact_line": "Contact Line",
39612                     "rail": "Electrified Rail",
39613                     "yes": "Yes (unspecified)",
39614                     "no": "No"
39615                 }
39616             }
39617         },
39618         "elevation": {
39619             "key": "ele",
39620             "type": "number",
39621             "icon": "elevation",
39622             "universal": true,
39623             "label": "Elevation"
39624         },
39625         "emergency": {
39626             "key": "emergency",
39627             "type": "check",
39628             "label": "Emergency"
39629         },
39630         "entrance": {
39631             "key": "entrance",
39632             "type": "typeCombo",
39633             "label": "Type"
39634         },
39635         "except": {
39636             "key": "except",
39637             "type": "combo",
39638             "label": "Exceptions"
39639         },
39640         "fax": {
39641             "key": "fax",
39642             "type": "tel",
39643             "label": "Fax",
39644             "placeholder": "+31 42 123 4567"
39645         },
39646         "fee": {
39647             "key": "fee",
39648             "type": "check",
39649             "label": "Fee"
39650         },
39651         "fire_hydrant/type": {
39652             "key": "fire_hydrant:type",
39653             "type": "combo",
39654             "label": "Type",
39655             "strings": {
39656                 "options": {
39657                     "pillar": "Pillar/Aboveground",
39658                     "underground": "Underground",
39659                     "wall": "Wall",
39660                     "pond": "Pond"
39661                 }
39662             }
39663         },
39664         "fixme": {
39665             "key": "fixme",
39666             "type": "textarea",
39667             "label": "Fix Me"
39668         },
39669         "fuel": {
39670             "key": "fuel",
39671             "type": "combo",
39672             "label": "Fuel"
39673         },
39674         "fuel/biodiesel": {
39675             "key": "fuel:biodiesel",
39676             "type": "check",
39677             "label": "Sells Biodiesel"
39678         },
39679         "fuel/diesel": {
39680             "key": "fuel:diesel",
39681             "type": "check",
39682             "label": "Sells Diesel"
39683         },
39684         "fuel/e10": {
39685             "key": "fuel:e10",
39686             "type": "check",
39687             "label": "Sells E10"
39688         },
39689         "fuel/e85": {
39690             "key": "fuel:e85",
39691             "type": "check",
39692             "label": "Sells E85"
39693         },
39694         "fuel/lpg": {
39695             "key": "fuel:lpg",
39696             "type": "check",
39697             "label": "Sells Propane"
39698         },
39699         "fuel/octane_100": {
39700             "key": "fuel:octane_100",
39701             "type": "check",
39702             "label": "Sells Racing Gasoline"
39703         },
39704         "fuel/octane_91": {
39705             "key": "fuel:octane_91",
39706             "type": "check",
39707             "label": "Sells Regular Gasoline"
39708         },
39709         "fuel/octane_95": {
39710             "key": "fuel:octane_95",
39711             "type": "check",
39712             "label": "Sells Midgrade Gasoline"
39713         },
39714         "fuel/octane_98": {
39715             "key": "fuel:octane_98",
39716             "type": "check",
39717             "label": "Sells Premium Gasoline"
39718         },
39719         "gauge": {
39720             "key": "gauge",
39721             "type": "combo",
39722             "label": "Gauge"
39723         },
39724         "gender": {
39725             "type": "radio",
39726             "keys": [
39727                 "male",
39728                 "female",
39729                 "unisex"
39730             ],
39731             "label": "Gender",
39732             "placeholder": "Unknown",
39733             "strings": {
39734                 "options": {
39735                     "male": "Male",
39736                     "female": "Female",
39737                     "unisex": "Unisex"
39738                 }
39739             }
39740         },
39741         "generator/method": {
39742             "key": "generator:method",
39743             "type": "combo",
39744             "label": "Method"
39745         },
39746         "generator/source": {
39747             "key": "generator:source",
39748             "type": "combo",
39749             "label": "Source"
39750         },
39751         "generator/type": {
39752             "key": "generator:type",
39753             "type": "combo",
39754             "label": "Type"
39755         },
39756         "golf_hole": {
39757             "key": "ref",
39758             "type": "text",
39759             "label": "Reference",
39760             "placeholder": "Hole number (1-18)"
39761         },
39762         "handicap": {
39763             "key": "handicap",
39764             "type": "number",
39765             "label": "Handicap",
39766             "placeholder": "1-18"
39767         },
39768         "highway": {
39769             "key": "highway",
39770             "type": "typeCombo",
39771             "label": "Type"
39772         },
39773         "historic": {
39774             "key": "historic",
39775             "type": "typeCombo",
39776             "label": "Type"
39777         },
39778         "hoops": {
39779             "key": "hoops",
39780             "type": "number",
39781             "label": "Hoops",
39782             "placeholder": "1, 2, 4..."
39783         },
39784         "iata": {
39785             "key": "iata",
39786             "type": "text",
39787             "label": "IATA"
39788         },
39789         "icao": {
39790             "key": "icao",
39791             "type": "text",
39792             "label": "ICAO"
39793         },
39794         "incline": {
39795             "key": "incline",
39796             "type": "combo",
39797             "label": "Incline"
39798         },
39799         "incline_steps": {
39800             "key": "incline",
39801             "type": "combo",
39802             "label": "Incline",
39803             "strings": {
39804                 "options": {
39805                     "up": "Up",
39806                     "down": "Down"
39807                 }
39808             }
39809         },
39810         "information": {
39811             "key": "information",
39812             "type": "typeCombo",
39813             "label": "Type"
39814         },
39815         "internet_access": {
39816             "key": "internet_access",
39817             "type": "combo",
39818             "label": "Internet Access",
39819             "strings": {
39820                 "options": {
39821                     "yes": "Yes",
39822                     "no": "No",
39823                     "wlan": "Wifi",
39824                     "wired": "Wired",
39825                     "terminal": "Terminal"
39826                 }
39827             }
39828         },
39829         "lamp_type": {
39830             "key": "lamp_type",
39831             "type": "combo",
39832             "label": "Type"
39833         },
39834         "landuse": {
39835             "key": "landuse",
39836             "type": "typeCombo",
39837             "label": "Type"
39838         },
39839         "lanes": {
39840             "key": "lanes",
39841             "type": "number",
39842             "label": "Lanes",
39843             "placeholder": "1, 2, 3..."
39844         },
39845         "layer": {
39846             "key": "layer",
39847             "type": "combo",
39848             "label": "Layer"
39849         },
39850         "leaf_cycle": {
39851             "key": "leaf_cycle",
39852             "type": "combo",
39853             "label": "Leaf Cycle",
39854             "strings": {
39855                 "options": {
39856                     "evergreen": "Evergreen",
39857                     "deciduous": "Deciduous",
39858                     "semi_evergreen": "Semi-Evergreen",
39859                     "semi_deciduous": "Semi-Deciduous",
39860                     "mixed": "Mixed"
39861                 }
39862             }
39863         },
39864         "leaf_cycle_singular": {
39865             "key": "leaf_cycle",
39866             "type": "combo",
39867             "label": "Leaf Cycle",
39868             "strings": {
39869                 "options": {
39870                     "evergreen": "Evergreen",
39871                     "deciduous": "Deciduous",
39872                     "semi_evergreen": "Semi-Evergreen",
39873                     "semi_deciduous": "Semi-Deciduous"
39874                 }
39875             }
39876         },
39877         "leaf_type": {
39878             "key": "leaf_type",
39879             "type": "combo",
39880             "label": "Leaf Type",
39881             "strings": {
39882                 "options": {
39883                     "broadleaved": "Broadleaved",
39884                     "needleleaved": "Needleleaved",
39885                     "mixed": "Mixed",
39886                     "leafless": "Leafless"
39887                 }
39888             }
39889         },
39890         "leaf_type_singular": {
39891             "key": "leaf_type",
39892             "type": "combo",
39893             "label": "Leaf Type",
39894             "strings": {
39895                 "options": {
39896                     "broadleaved": "Broadleaved",
39897                     "needleleaved": "Needleleaved",
39898                     "leafless": "Leafless"
39899                 }
39900             }
39901         },
39902         "leisure": {
39903             "key": "leisure",
39904             "type": "typeCombo",
39905             "label": "Type"
39906         },
39907         "length": {
39908             "key": "length",
39909             "type": "number",
39910             "label": "Length (Meters)"
39911         },
39912         "level": {
39913             "key": "level",
39914             "type": "combo",
39915             "label": "Level",
39916             "universal": true
39917         },
39918         "levels": {
39919             "key": "building:levels",
39920             "type": "number",
39921             "label": "Levels",
39922             "placeholder": "2, 4, 6..."
39923         },
39924         "lit": {
39925             "key": "lit",
39926             "type": "check",
39927             "label": "Lit"
39928         },
39929         "location": {
39930             "key": "location",
39931             "type": "combo",
39932             "label": "Location"
39933         },
39934         "man_made": {
39935             "key": "man_made",
39936             "type": "typeCombo",
39937             "label": "Type"
39938         },
39939         "maxspeed": {
39940             "key": "maxspeed",
39941             "type": "maxspeed",
39942             "label": "Speed Limit",
39943             "placeholder": "40, 50, 60..."
39944         },
39945         "mtb/scale": {
39946             "key": "mtb:scale",
39947             "type": "combo",
39948             "label": "Mountain Biking Difficulty",
39949             "placeholder": "0, 1, 2, 3...",
39950             "strings": {
39951                 "options": {
39952                     "0": "0: Solid gravel/packed earth, no obstacles, wide curves",
39953                     "1": "1: Some loose surface, small obstacles, wide curves",
39954                     "2": "2: Much loose surface, large obstacles, easy hairpins",
39955                     "3": "3: Slippery surface, large obstacles, tight hairpins",
39956                     "4": "4: Loose surface or boulders, dangerous hairpins",
39957                     "5": "5: Maximum difficulty, boulder fields, landslides",
39958                     "6": "6: Not rideable except by the very best mountain bikers"
39959                 }
39960             }
39961         },
39962         "mtb/scale/imba": {
39963             "key": "mtb:scale:imba",
39964             "type": "combo",
39965             "label": "IMBA Trail Difficulty",
39966             "placeholder": "Easy, Medium, Difficult...",
39967             "strings": {
39968                 "options": {
39969                     "0": "Easiest (white circle)",
39970                     "1": "Easy (green circle)",
39971                     "2": "Medium (blue square)",
39972                     "3": "Difficult (black diamond)",
39973                     "4": "Extremely Difficult (double black diamond)"
39974                 }
39975             }
39976         },
39977         "mtb/scale/uphill": {
39978             "key": "mtb:scale:uphill",
39979             "type": "combo",
39980             "label": "Mountain Biking Uphill Difficulty",
39981             "placeholder": "0, 1, 2, 3...",
39982             "strings": {
39983                 "options": {
39984                     "0": "0: Avg. incline <10%, gravel/packed earth, no obstacles",
39985                     "1": "1: Avg. incline <15%, gravel/packed earth, few small objects",
39986                     "2": "2: Avg. incline <20%, stable surface, fistsize rocks/roots",
39987                     "3": "3: Avg. incline <25%, variable surface, fistsize rocks/branches",
39988                     "4": "4: Avg. incline <30%, poor condition, big rocks/branches",
39989                     "5": "5: Very steep, bike generally needs to be pushed or carried"
39990                 }
39991             }
39992         },
39993         "name": {
39994             "key": "name",
39995             "type": "localized",
39996             "label": "Name",
39997             "placeholder": "Common name (if any)"
39998         },
39999         "natural": {
40000             "key": "natural",
40001             "type": "typeCombo",
40002             "label": "Natural"
40003         },
40004         "network": {
40005             "key": "network",
40006             "type": "text",
40007             "label": "Network"
40008         },
40009         "note": {
40010             "key": "note",
40011             "type": "textarea",
40012             "universal": true,
40013             "icon": "note",
40014             "label": "Note"
40015         },
40016         "office": {
40017             "key": "office",
40018             "type": "typeCombo",
40019             "label": "Type"
40020         },
40021         "oneway": {
40022             "key": "oneway",
40023             "type": "check",
40024             "label": "One Way",
40025             "strings": {
40026                 "options": {
40027                     "undefined": "Assumed to be No",
40028                     "yes": "Yes",
40029                     "no": "No"
40030                 }
40031             }
40032         },
40033         "oneway_yes": {
40034             "key": "oneway",
40035             "type": "check",
40036             "label": "One Way",
40037             "strings": {
40038                 "options": {
40039                     "undefined": "Assumed to be Yes",
40040                     "yes": "Yes",
40041                     "no": "No"
40042                 }
40043             }
40044         },
40045         "opening_hours": {
40046             "key": "opening_hours",
40047             "type": "text",
40048             "label": "Hours"
40049         },
40050         "operator": {
40051             "key": "operator",
40052             "type": "text",
40053             "label": "Operator"
40054         },
40055         "par": {
40056             "key": "par",
40057             "type": "number",
40058             "label": "Par",
40059             "placeholder": "3, 4, 5..."
40060         },
40061         "park_ride": {
40062             "key": "park_ride",
40063             "type": "check",
40064             "label": "Park and Ride"
40065         },
40066         "parking": {
40067             "key": "parking",
40068             "type": "combo",
40069             "label": "Type",
40070             "strings": {
40071                 "options": {
40072                     "surface": "Surface",
40073                     "multi-storey": "Multilevel",
40074                     "underground": "Underground",
40075                     "sheds": "Sheds",
40076                     "carports": "Carports",
40077                     "garage_boxes": "Garage Boxes",
40078                     "lane": "Roadside Lane"
40079                 }
40080             }
40081         },
40082         "phone": {
40083             "key": "phone",
40084             "type": "tel",
40085             "icon": "telephone",
40086             "universal": true,
40087             "label": "Phone",
40088             "placeholder": "+31 42 123 4567"
40089         },
40090         "piste/difficulty": {
40091             "key": "piste:difficulty",
40092             "type": "combo",
40093             "label": "Difficulty",
40094             "placeholder": "Easy, Intermediate, Advanced...",
40095             "strings": {
40096                 "options": {
40097                     "novice": "Novice (instructional)",
40098                     "easy": "Easy (green circle)",
40099                     "intermediate": "Intermediate (blue square)",
40100                     "advanced": "Advanced (black diamond)",
40101                     "expert": "Expert (double black diamond)",
40102                     "freeride": "Freeride (off-piste)",
40103                     "extreme": "Extreme (climbing equipment required)"
40104                 }
40105             }
40106         },
40107         "piste/grooming": {
40108             "key": "piste:grooming",
40109             "type": "combo",
40110             "label": "Grooming",
40111             "strings": {
40112                 "options": {
40113                     "classic": "Classic",
40114                     "mogul": "Mogul",
40115                     "backcountry": "Backcountry",
40116                     "classic+skating": "Classic and Skating",
40117                     "scooter": "Scooter/Snowmobile",
40118                     "skating": "Skating"
40119                 }
40120             }
40121         },
40122         "piste/type": {
40123             "key": "piste:type",
40124             "type": "typeCombo",
40125             "label": "Type",
40126             "strings": {
40127                 "options": {
40128                     "downhill": "Downhill",
40129                     "nordic": "Nordic",
40130                     "skitour": "Skitour",
40131                     "sled": "Sled",
40132                     "hike": "Hike",
40133                     "sleigh": "Sleigh",
40134                     "ice_skate": "Ice Skate",
40135                     "snow_park": "Snow Park",
40136                     "playground": "Playground"
40137                 }
40138             }
40139         },
40140         "place": {
40141             "key": "place",
40142             "type": "typeCombo",
40143             "label": "Type"
40144         },
40145         "population": {
40146             "key": "population",
40147             "type": "text",
40148             "label": "Population"
40149         },
40150         "power": {
40151             "key": "power",
40152             "type": "typeCombo",
40153             "label": "Type"
40154         },
40155         "power_supply": {
40156             "key": "power_supply",
40157             "type": "check",
40158             "label": "Power Supply"
40159         },
40160         "railway": {
40161             "key": "railway",
40162             "type": "typeCombo",
40163             "label": "Type"
40164         },
40165         "recycling/cans": {
40166             "key": "recycling:cans",
40167             "type": "check",
40168             "label": "Accepts Cans"
40169         },
40170         "recycling/clothes": {
40171             "key": "recycling:clothes",
40172             "type": "check",
40173             "label": "Accepts Clothes"
40174         },
40175         "recycling/glass": {
40176             "key": "recycling:glass",
40177             "type": "check",
40178             "label": "Accepts Glass"
40179         },
40180         "recycling/glass_bottles": {
40181             "key": "recycling:glass_bottles",
40182             "type": "check",
40183             "label": "Accepts Glass Bottles"
40184         },
40185         "recycling/paper": {
40186             "key": "recycling:paper",
40187             "type": "check",
40188             "label": "Accepts Paper"
40189         },
40190         "recycling/plastic": {
40191             "key": "recycling:plastic",
40192             "type": "check",
40193             "label": "Accepts Plastic"
40194         },
40195         "recycling/type": {
40196             "key": "recycling_type",
40197             "type": "combo",
40198             "label": "Recycling Type",
40199             "strings": {
40200                 "options": {
40201                     "container": "Container",
40202                     "centre": "Recycling Center"
40203                 }
40204             }
40205         },
40206         "ref": {
40207             "key": "ref",
40208             "type": "text",
40209             "label": "Reference"
40210         },
40211         "relation": {
40212             "key": "type",
40213             "type": "combo",
40214             "label": "Type"
40215         },
40216         "religion": {
40217             "key": "religion",
40218             "type": "combo",
40219             "label": "Religion"
40220         },
40221         "restriction": {
40222             "key": "restriction",
40223             "type": "combo",
40224             "label": "Type"
40225         },
40226         "restrictions": {
40227             "type": "restrictions",
40228             "geometry": "vertex",
40229             "icon": "restrictions",
40230             "reference": {
40231                 "rtype": "restriction"
40232             },
40233             "label": "Turn Restrictions"
40234         },
40235         "route": {
40236             "key": "route",
40237             "type": "combo",
40238             "label": "Type"
40239         },
40240         "route_master": {
40241             "key": "route_master",
40242             "type": "combo",
40243             "label": "Type"
40244         },
40245         "sac_scale": {
40246             "key": "sac_scale",
40247             "type": "combo",
40248             "label": "Hiking Difficulty",
40249             "placeholder": "Mountain Hiking, Alpine Hiking...",
40250             "strings": {
40251                 "options": {
40252                     "hiking": "T1: Hiking",
40253                     "mountain_hiking": "T2: Mountain Hiking",
40254                     "demanding_mountain_hiking": "T3: Demanding Mountain Hiking",
40255                     "alpine_hiking": "T4: Alpine Hiking",
40256                     "demanding_alpine_hiking": "T5: Demanding Alpine Hiking",
40257                     "difficult_alpine_hiking": "T6: Difficult Alpine Hiking"
40258                 }
40259             }
40260         },
40261         "sanitary_dump_station": {
40262             "key": "sanitary_dump_station",
40263             "type": "check",
40264             "label": "Toilet Disposal"
40265         },
40266         "seasonal": {
40267             "key": "seasonal",
40268             "type": "check",
40269             "label": "Seasonal"
40270         },
40271         "service": {
40272             "key": "service",
40273             "type": "combo",
40274             "label": "Type",
40275             "options": [
40276                 "parking_aisle",
40277                 "driveway",
40278                 "alley",
40279                 "emergency_access",
40280                 "drive-through"
40281             ]
40282         },
40283         "service/bicycle/chain_tool": {
40284             "key": "service:bicycle:chain_tool",
40285             "type": "check",
40286             "label": "Chain Tool",
40287             "strings": {
40288                 "options": {
40289                     "undefined": "Assumed to be No",
40290                     "yes": "Yes",
40291                     "no": "No"
40292                 }
40293             }
40294         },
40295         "service/bicycle/pump": {
40296             "key": "service:bicycle:pump",
40297             "type": "check",
40298             "label": "Air Pump",
40299             "strings": {
40300                 "options": {
40301                     "undefined": "Assumed to be No",
40302                     "yes": "Yes",
40303                     "no": "No"
40304                 }
40305             }
40306         },
40307         "service_rail": {
40308             "key": "service",
40309             "type": "combo",
40310             "label": "Service Type",
40311             "strings": {
40312                 "options": {
40313                     "spur": "Spur",
40314                     "yard": "Yard",
40315                     "siding": "Siding",
40316                     "crossover": "Crossover"
40317                 }
40318             }
40319         },
40320         "shelter": {
40321             "key": "shelter",
40322             "type": "check",
40323             "label": "Shelter"
40324         },
40325         "shelter_type": {
40326             "key": "shelter_type",
40327             "type": "combo",
40328             "label": "Type"
40329         },
40330         "shop": {
40331             "key": "shop",
40332             "type": "typeCombo",
40333             "label": "Type"
40334         },
40335         "sloped_curb": {
40336             "key": "sloped_curb",
40337             "type": "combo",
40338             "label": "Sloped Curb"
40339         },
40340         "smoking": {
40341             "key": "smoking",
40342             "type": "combo",
40343             "label": "Smoking",
40344             "placeholder": "No, Separated, Yes...",
40345             "strings": {
40346                 "options": {
40347                     "no": "No smoking anywhere",
40348                     "separated": "In smoking areas, not physically isolated",
40349                     "isolated": "In smoking areas, physically isolated",
40350                     "outside": "Allowed outside",
40351                     "yes": "Allowed everywhere",
40352                     "dedicated": "Dedicated to smokers (e.g. smokers' club)"
40353                 }
40354             }
40355         },
40356         "smoothness": {
40357             "key": "smoothness",
40358             "type": "combo",
40359             "label": "Smoothness",
40360             "placeholder": "Thin Rollers, Wheels, Off-Road...",
40361             "strings": {
40362                 "options": {
40363                     "excellent": "Thin Rollers: rollerblade, skateboard",
40364                     "good": "Thin Wheels: racing bike",
40365                     "intermediate": "Wheels: city bike, wheelchair, scooter",
40366                     "bad": "Robust Wheels: trekking bike, car, rickshaw",
40367                     "very_bad": "High Clearance: light duty off-road vehicle",
40368                     "horrible": "Off-Road: heavy duty off-road vehicle",
40369                     "very_horrible": "Specialized off-road: tractor, ATV",
40370                     "impassable": "Impassable / No wheeled vehicle"
40371                 }
40372             }
40373         },
40374         "social_facility_for": {
40375             "key": "social_facility:for",
40376             "type": "radio",
40377             "label": "People served",
40378             "placeholder": "Homeless, Disabled, Child, etc",
40379             "options": [
40380                 "abused",
40381                 "child",
40382                 "disabled",
40383                 "diseased",
40384                 "drug_addicted",
40385                 "homeless",
40386                 "juvenile",
40387                 "mental_health",
40388                 "migrant",
40389                 "orphan",
40390                 "senior",
40391                 "underprivileged",
40392                 "unemployed",
40393                 "victim"
40394             ]
40395         },
40396         "source": {
40397             "key": "source",
40398             "type": "text",
40399             "icon": "source",
40400             "universal": true,
40401             "label": "Source"
40402         },
40403         "sport": {
40404             "key": "sport",
40405             "type": "combo",
40406             "label": "Sport"
40407         },
40408         "sport_ice": {
40409             "key": "sport",
40410             "type": "combo",
40411             "label": "Sport",
40412             "options": [
40413                 "skating",
40414                 "hockey",
40415                 "multi",
40416                 "curling",
40417                 "ice_stock"
40418             ]
40419         },
40420         "sport_racing": {
40421             "key": "sport",
40422             "type": "combo",
40423             "label": "Sport",
40424             "options": [
40425                 "cycling",
40426                 "dog_racing",
40427                 "horse_racing",
40428                 "karting",
40429                 "motor",
40430                 "motocross",
40431                 "running"
40432             ]
40433         },
40434         "structure": {
40435             "type": "radio",
40436             "keys": [
40437                 "bridge",
40438                 "tunnel",
40439                 "embankment",
40440                 "cutting",
40441                 "ford"
40442             ],
40443             "label": "Structure",
40444             "placeholder": "Unknown",
40445             "strings": {
40446                 "options": {
40447                     "bridge": "Bridge",
40448                     "tunnel": "Tunnel",
40449                     "embankment": "Embankment",
40450                     "cutting": "Cutting",
40451                     "ford": "Ford"
40452                 }
40453             }
40454         },
40455         "studio_type": {
40456             "key": "type",
40457             "type": "combo",
40458             "label": "Type",
40459             "options": [
40460                 "audio",
40461                 "video"
40462             ]
40463         },
40464         "substation": {
40465             "key": "substation",
40466             "type": "typeCombo",
40467             "label": "Type"
40468         },
40469         "supervised": {
40470             "key": "supervised",
40471             "type": "check",
40472             "label": "Supervised"
40473         },
40474         "surface": {
40475             "key": "surface",
40476             "type": "combo",
40477             "label": "Surface"
40478         },
40479         "tactile_paving": {
40480             "key": "tactile_paving",
40481             "type": "check",
40482             "label": "Tactile Paving"
40483         },
40484         "takeaway": {
40485             "key": "takeaway",
40486             "type": "combo",
40487             "label": "Takeaway",
40488             "placeholder": "Yes, No, Takeaway Only...",
40489             "strings": {
40490                 "options": {
40491                     "yes": "Yes",
40492                     "no": "No",
40493                     "only": "Takeaway Only"
40494                 }
40495             }
40496         },
40497         "toilets/disposal": {
40498             "key": "toilets:disposal",
40499             "type": "combo",
40500             "label": "Disposal",
40501             "strings": {
40502                 "options": {
40503                     "flush": "Flush",
40504                     "pitlatrine": "Pit/Latrine",
40505                     "chemical": "Chemical",
40506                     "bucket": "Bucket"
40507                 }
40508             }
40509         },
40510         "tourism": {
40511             "key": "tourism",
40512             "type": "typeCombo",
40513             "label": "Type"
40514         },
40515         "towertype": {
40516             "key": "tower:type",
40517             "type": "combo",
40518             "label": "Tower type"
40519         },
40520         "tracktype": {
40521             "key": "tracktype",
40522             "type": "combo",
40523             "label": "Track Type",
40524             "placeholder": "Solid, Mostly Solid, Soft...",
40525             "strings": {
40526                 "options": {
40527                     "grade1": "Solid: paved or heavily compacted hardcore surface",
40528                     "grade2": "Mostly Solid: gravel/rock with some soft material mixed in",
40529                     "grade3": "Even mixture of hard and soft materials",
40530                     "grade4": "Mostly Soft: soil/sand/grass with some hard material mixed in",
40531                     "grade5": "Soft: soil/sand/grass"
40532                 }
40533             }
40534         },
40535         "trail_visibility": {
40536             "key": "trail_visibility",
40537             "type": "combo",
40538             "label": "Trail Visibility",
40539             "placeholder": "Excellent, Good, Bad...",
40540             "strings": {
40541                 "options": {
40542                     "excellent": "Excellent: unambiguous path or markers everywhere",
40543                     "good": "Good: markers visible, sometimes require searching",
40544                     "intermediate": "Intermediate: few markers, path mostly visible",
40545                     "bad": "Bad: no markers, path sometimes invisible/pathless",
40546                     "horrible": "Horrible: often pathless, some orientation skills required",
40547                     "no": "No: pathless, excellent orientation skills required"
40548                 }
40549             }
40550         },
40551         "trees": {
40552             "key": "trees",
40553             "type": "combo",
40554             "label": "Trees"
40555         },
40556         "tunnel": {
40557             "key": "tunnel",
40558             "type": "combo",
40559             "label": "Tunnel"
40560         },
40561         "vending": {
40562             "key": "vending",
40563             "type": "combo",
40564             "label": "Type of Goods"
40565         },
40566         "water": {
40567             "key": "water",
40568             "type": "combo",
40569             "label": "Type"
40570         },
40571         "water_point": {
40572             "key": "water_point",
40573             "type": "check",
40574             "label": "Water Point"
40575         },
40576         "waterway": {
40577             "key": "waterway",
40578             "type": "typeCombo",
40579             "label": "Type"
40580         },
40581         "website": {
40582             "key": "website",
40583             "type": "url",
40584             "icon": "website",
40585             "placeholder": "http://example.com/",
40586             "universal": true,
40587             "label": "Website"
40588         },
40589         "wetland": {
40590             "key": "wetland",
40591             "type": "combo",
40592             "label": "Type"
40593         },
40594         "wheelchair": {
40595             "key": "wheelchair",
40596             "type": "radio",
40597             "options": [
40598                 "yes",
40599                 "limited",
40600                 "no"
40601             ],
40602             "icon": "wheelchair",
40603             "universal": true,
40604             "label": "Wheelchair Access"
40605         },
40606         "width": {
40607             "key": "width",
40608             "type": "number",
40609             "label": "Width (Meters)"
40610         },
40611         "wikipedia": {
40612             "key": "wikipedia",
40613             "type": "wikipedia",
40614             "icon": "wikipedia",
40615             "universal": true,
40616             "label": "Wikipedia"
40617         }
40618     }
40619 };