]> git.openstreetmap.org Git - rails.git/blob - vendor/assets/iD/presets.js
Merge remote-tracking branch 'openstreetmap/pull/1085'
[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/motorcycle_parking": {
1139             "icon": "scooter",
1140             "fields": [
1141                 "capacity",
1142                 "operator",
1143                 "covered",
1144                 "access_simple"
1145             ],
1146             "geometry": [
1147                 "point",
1148                 "vertex",
1149                 "area"
1150             ],
1151             "tags": {
1152                 "amenity": "motorcycle_parking"
1153             },
1154             "name": "Motorcycle Parking"
1155         },
1156         "amenity/nightclub": {
1157             "icon": "bar",
1158             "fields": [
1159                 "operator",
1160                 "address",
1161                 "building_area",
1162                 "opening_hours",
1163                 "smoking"
1164             ],
1165             "geometry": [
1166                 "point",
1167                 "area"
1168             ],
1169             "tags": {
1170                 "amenity": "nightclub"
1171             },
1172             "terms": [
1173                 "disco*",
1174                 "night club",
1175                 "dancing",
1176                 "dance club"
1177             ],
1178             "name": "Nightclub"
1179         },
1180         "amenity/parking": {
1181             "icon": "parking",
1182             "fields": [
1183                 "operator",
1184                 "parking",
1185                 "capacity",
1186                 "fee",
1187                 "access_simple",
1188                 "supervised",
1189                 "park_ride",
1190                 "surface",
1191                 "address"
1192             ],
1193             "geometry": [
1194                 "point",
1195                 "vertex",
1196                 "area"
1197             ],
1198             "tags": {
1199                 "amenity": "parking"
1200             },
1201             "terms": [],
1202             "name": "Car Parking"
1203         },
1204         "amenity/parking_entrance": {
1205             "icon": "entrance",
1206             "fields": [
1207                 "access_simple",
1208                 "ref"
1209             ],
1210             "geometry": [
1211                 "vertex"
1212             ],
1213             "tags": {
1214                 "amenity": "parking_entrance"
1215             },
1216             "name": "Parking Garage Entrance/Exit"
1217         },
1218         "amenity/pharmacy": {
1219             "icon": "pharmacy",
1220             "fields": [
1221                 "operator",
1222                 "address",
1223                 "building_area",
1224                 "opening_hours",
1225                 "drive_through"
1226             ],
1227             "geometry": [
1228                 "point",
1229                 "area"
1230             ],
1231             "tags": {
1232                 "amenity": "pharmacy"
1233             },
1234             "terms": [
1235                 "drug",
1236                 "medicine"
1237             ],
1238             "name": "Pharmacy"
1239         },
1240         "amenity/place_of_worship": {
1241             "icon": "place-of-worship",
1242             "fields": [
1243                 "religion",
1244                 "denomination",
1245                 "address",
1246                 "building_area"
1247             ],
1248             "geometry": [
1249                 "point",
1250                 "area"
1251             ],
1252             "terms": [
1253                 "abbey",
1254                 "basilica",
1255                 "bethel",
1256                 "cathedral",
1257                 "chancel",
1258                 "chantry",
1259                 "chapel",
1260                 "church",
1261                 "fold",
1262                 "house of God",
1263                 "house of prayer",
1264                 "house of worship",
1265                 "minster",
1266                 "mission",
1267                 "mosque",
1268                 "oratory",
1269                 "parish",
1270                 "sacellum",
1271                 "sanctuary",
1272                 "shrine",
1273                 "synagogue",
1274                 "tabernacle",
1275                 "temple"
1276             ],
1277             "tags": {
1278                 "amenity": "place_of_worship"
1279             },
1280             "name": "Place of Worship"
1281         },
1282         "amenity/place_of_worship/buddhist": {
1283             "icon": "place-of-worship",
1284             "fields": [
1285                 "denomination",
1286                 "building_area",
1287                 "address"
1288             ],
1289             "geometry": [
1290                 "point",
1291                 "area"
1292             ],
1293             "terms": [
1294                 "stupa",
1295                 "vihara",
1296                 "monastery",
1297                 "temple",
1298                 "pagoda",
1299                 "zendo",
1300                 "dojo"
1301             ],
1302             "tags": {
1303                 "amenity": "place_of_worship",
1304                 "religion": "buddhist"
1305             },
1306             "name": "Buddhist Temple"
1307         },
1308         "amenity/place_of_worship/christian": {
1309             "icon": "religious-christian",
1310             "fields": [
1311                 "denomination",
1312                 "building_area",
1313                 "address"
1314             ],
1315             "geometry": [
1316                 "point",
1317                 "area"
1318             ],
1319             "terms": [
1320                 "christian",
1321                 "abbey",
1322                 "basilica",
1323                 "bethel",
1324                 "cathedral",
1325                 "chancel",
1326                 "chantry",
1327                 "chapel",
1328                 "fold",
1329                 "house of God",
1330                 "house of prayer",
1331                 "house of worship",
1332                 "minster",
1333                 "mission",
1334                 "oratory",
1335                 "parish",
1336                 "sacellum",
1337                 "sanctuary",
1338                 "shrine",
1339                 "tabernacle",
1340                 "temple"
1341             ],
1342             "tags": {
1343                 "amenity": "place_of_worship",
1344                 "religion": "christian"
1345             },
1346             "name": "Church"
1347         },
1348         "amenity/place_of_worship/jewish": {
1349             "icon": "religious-jewish",
1350             "fields": [
1351                 "denomination",
1352                 "building_area",
1353                 "address"
1354             ],
1355             "geometry": [
1356                 "point",
1357                 "area"
1358             ],
1359             "terms": [
1360                 "jewish"
1361             ],
1362             "tags": {
1363                 "amenity": "place_of_worship",
1364                 "religion": "jewish"
1365             },
1366             "name": "Synagogue"
1367         },
1368         "amenity/place_of_worship/muslim": {
1369             "icon": "religious-muslim",
1370             "fields": [
1371                 "denomination",
1372                 "building_area",
1373                 "address"
1374             ],
1375             "geometry": [
1376                 "point",
1377                 "area"
1378             ],
1379             "terms": [
1380                 "muslim"
1381             ],
1382             "tags": {
1383                 "amenity": "place_of_worship",
1384                 "religion": "muslim"
1385             },
1386             "name": "Mosque"
1387         },
1388         "amenity/police": {
1389             "icon": "police",
1390             "fields": [
1391                 "operator",
1392                 "address",
1393                 "building_area"
1394             ],
1395             "geometry": [
1396                 "point",
1397                 "area"
1398             ],
1399             "terms": [
1400                 "badge",
1401                 "constable",
1402                 "constabulary",
1403                 "cop",
1404                 "detective",
1405                 "fed",
1406                 "law",
1407                 "enforcement",
1408                 "officer",
1409                 "patrol"
1410             ],
1411             "tags": {
1412                 "amenity": "police"
1413             },
1414             "name": "Police"
1415         },
1416         "amenity/post_box": {
1417             "icon": "post",
1418             "fields": [
1419                 "operator",
1420                 "collection_times",
1421                 "drive_through"
1422             ],
1423             "geometry": [
1424                 "point",
1425                 "vertex"
1426             ],
1427             "tags": {
1428                 "amenity": "post_box"
1429             },
1430             "terms": [
1431                 "letter",
1432                 "post"
1433             ],
1434             "name": "Mailbox"
1435         },
1436         "amenity/post_office": {
1437             "icon": "post",
1438             "fields": [
1439                 "operator",
1440                 "address",
1441                 "building_area",
1442                 "collection_times"
1443             ],
1444             "geometry": [
1445                 "point",
1446                 "area"
1447             ],
1448             "terms": [
1449                 "letter",
1450                 "mail"
1451             ],
1452             "tags": {
1453                 "amenity": "post_office"
1454             },
1455             "name": "Post Office"
1456         },
1457         "amenity/pub": {
1458             "icon": "beer",
1459             "fields": [
1460                 "address",
1461                 "building_area",
1462                 "opening_hours",
1463                 "smoking"
1464             ],
1465             "geometry": [
1466                 "point",
1467                 "area"
1468             ],
1469             "tags": {
1470                 "amenity": "pub"
1471             },
1472             "terms": [
1473                 "dive",
1474                 "beer",
1475                 "bier",
1476                 "booze"
1477             ],
1478             "name": "Pub"
1479         },
1480         "amenity/public_bookcase": {
1481             "icon": "library",
1482             "fields": [
1483                 "name",
1484                 "operator",
1485                 "capacity",
1486                 "website"
1487             ],
1488             "geometry": [
1489                 "point",
1490                 "area"
1491             ],
1492             "terms": [
1493                 "library",
1494                 "bookcrossing"
1495             ],
1496             "tags": {
1497                 "amenity": "public_bookcase"
1498             },
1499             "name": "Public Bookcase"
1500         },
1501         "amenity/ranger_station": {
1502             "fields": [
1503                 "operator",
1504                 "address",
1505                 "building_area",
1506                 "opening_hours"
1507             ],
1508             "geometry": [
1509                 "point",
1510                 "area"
1511             ],
1512             "terms": [
1513                 "visitor center",
1514                 "visitor centre",
1515                 "permit center",
1516                 "permit centre",
1517                 "backcountry office",
1518                 "warden office",
1519                 "warden center"
1520             ],
1521             "tags": {
1522                 "amenity": "ranger_station"
1523             },
1524             "name": "Ranger Station"
1525         },
1526         "amenity/recycling": {
1527             "icon": "waste-basket",
1528             "fields": [
1529                 "operator",
1530                 "address",
1531                 "recycling/type",
1532                 "recycling/cans",
1533                 "recycling/glass_bottles",
1534                 "recycling/paper",
1535                 "recycling/glass",
1536                 "recycling/plastic",
1537                 "recycling/clothes"
1538             ],
1539             "geometry": [
1540                 "point",
1541                 "area"
1542             ],
1543             "terms": [
1544                 "can",
1545                 "bottle",
1546                 "garbage",
1547                 "scrap",
1548                 "trash"
1549             ],
1550             "tags": {
1551                 "amenity": "recycling"
1552             },
1553             "name": "Recycling"
1554         },
1555         "amenity/register_office": {
1556             "icon": "town-hall",
1557             "fields": [
1558                 "address",
1559                 "building_area",
1560                 "opening_hours",
1561                 "operator"
1562             ],
1563             "geometry": [
1564                 "point",
1565                 "area"
1566             ],
1567             "terms": [],
1568             "tags": {
1569                 "amenity": "register_office"
1570             },
1571             "name": "Register Office"
1572         },
1573         "amenity/restaurant": {
1574             "icon": "restaurant",
1575             "fields": [
1576                 "cuisine",
1577                 "address",
1578                 "building_area",
1579                 "opening_hours",
1580                 "capacity",
1581                 "takeaway",
1582                 "delivery",
1583                 "smoking"
1584             ],
1585             "geometry": [
1586                 "point",
1587                 "area"
1588             ],
1589             "terms": [
1590                 "bar",
1591                 "breakfast",
1592                 "cafe",
1593                 "café",
1594                 "canteen",
1595                 "coffee",
1596                 "dine",
1597                 "dining",
1598                 "dinner",
1599                 "drive-in",
1600                 "eat",
1601                 "grill",
1602                 "lunch",
1603                 "table"
1604             ],
1605             "tags": {
1606                 "amenity": "restaurant"
1607             },
1608             "name": "Restaurant"
1609         },
1610         "amenity/sanitary_dump_station": {
1611             "fields": [
1612                 "operator",
1613                 "access_toilets",
1614                 "fee",
1615                 "water_point"
1616             ],
1617             "geometry": [
1618                 "point",
1619                 "vertex",
1620                 "area"
1621             ],
1622             "terms": [
1623                 "Motor Home",
1624                 "Camper",
1625                 "Sanitary",
1626                 "Dump Station",
1627                 "Elsan",
1628                 "CDP",
1629                 "CTDP",
1630                 "Chemical Toilet"
1631             ],
1632             "tags": {
1633                 "amenity": "sanitary_dump_station"
1634             },
1635             "name": "RV Toilet Disposal"
1636         },
1637         "amenity/school": {
1638             "icon": "school",
1639             "fields": [
1640                 "operator",
1641                 "address"
1642             ],
1643             "geometry": [
1644                 "point",
1645                 "area"
1646             ],
1647             "terms": [
1648                 "academy",
1649                 "elementary school",
1650                 "middle school",
1651                 "high school"
1652             ],
1653             "tags": {
1654                 "amenity": "school"
1655             },
1656             "name": "School Grounds"
1657         },
1658         "amenity/shelter": {
1659             "fields": [
1660                 "shelter_type"
1661             ],
1662             "geometry": [
1663                 "point",
1664                 "vertex",
1665                 "area"
1666             ],
1667             "terms": [
1668                 "lean-to",
1669                 "gazebo",
1670                 "picnic"
1671             ],
1672             "tags": {
1673                 "amenity": "shelter"
1674             },
1675             "name": "Shelter"
1676         },
1677         "amenity/social_facility": {
1678             "fields": [
1679                 "operator",
1680                 "address",
1681                 "building_area",
1682                 "opening_hours",
1683                 "wheelchair",
1684                 "social_facility_for"
1685             ],
1686             "geometry": [
1687                 "point",
1688                 "area"
1689             ],
1690             "terms": [],
1691             "tags": {
1692                 "amenity": "social_facility"
1693             },
1694             "name": "Social Facility"
1695         },
1696         "amenity/social_facility/food_bank": {
1697             "fields": [
1698                 "operator",
1699                 "address",
1700                 "building_area",
1701                 "opening_hours",
1702                 "social_facility_for"
1703             ],
1704             "geometry": [
1705                 "point",
1706                 "area"
1707             ],
1708             "terms": [],
1709             "tags": {
1710                 "amenity": "social_facility",
1711                 "social_facility": "food_bank"
1712             },
1713             "name": "Food Bank"
1714         },
1715         "amenity/social_facility/group_home": {
1716             "fields": [
1717                 "operator",
1718                 "address",
1719                 "building_area",
1720                 "opening_hours",
1721                 "wheelchair",
1722                 "social_facility_for"
1723             ],
1724             "geometry": [
1725                 "point",
1726                 "area"
1727             ],
1728             "terms": [
1729                 "old",
1730                 "senior",
1731                 "living"
1732             ],
1733             "tags": {
1734                 "amenity": "social_facility",
1735                 "social_facility": "group_home",
1736                 "social_facility:for": "senior"
1737             },
1738             "name": "Elderly Group Home"
1739         },
1740         "amenity/social_facility/homeless_shelter": {
1741             "fields": [
1742                 "operator",
1743                 "address",
1744                 "building_area",
1745                 "opening_hours",
1746                 "wheelchair",
1747                 "social_facility_for"
1748             ],
1749             "geometry": [
1750                 "point",
1751                 "area"
1752             ],
1753             "terms": [
1754                 "houseless",
1755                 "unhoused",
1756                 "displaced"
1757             ],
1758             "tags": {
1759                 "amenity": "social_facility",
1760                 "social_facility": "shelter",
1761                 "social_facility:for": "homeless"
1762             },
1763             "name": "Homeless Shelter"
1764         },
1765         "amenity/studio": {
1766             "icon": "music",
1767             "fields": [
1768                 "studio_type",
1769                 "address",
1770                 "building_area"
1771             ],
1772             "geometry": [
1773                 "point",
1774                 "area"
1775             ],
1776             "terms": [
1777                 "recording",
1778                 "radio",
1779                 "television"
1780             ],
1781             "tags": {
1782                 "amenity": "studio"
1783             },
1784             "name": "Studio"
1785         },
1786         "amenity/swimming_pool": {
1787             "icon": "swimming",
1788             "geometry": [
1789                 "point",
1790                 "vertex",
1791                 "area"
1792             ],
1793             "tags": {
1794                 "amenity": "swimming_pool"
1795             },
1796             "name": "Swimming Pool",
1797             "searchable": false
1798         },
1799         "amenity/taxi": {
1800             "icon": "car",
1801             "fields": [
1802                 "operator",
1803                 "capacity"
1804             ],
1805             "geometry": [
1806                 "point",
1807                 "vertex",
1808                 "area"
1809             ],
1810             "terms": [
1811                 "cab"
1812             ],
1813             "tags": {
1814                 "amenity": "taxi"
1815             },
1816             "name": "Taxi Stand"
1817         },
1818         "amenity/telephone": {
1819             "icon": "telephone",
1820             "geometry": [
1821                 "point",
1822                 "vertex"
1823             ],
1824             "tags": {
1825                 "amenity": "telephone"
1826             },
1827             "terms": [
1828                 "phone"
1829             ],
1830             "name": "Telephone"
1831         },
1832         "amenity/theatre": {
1833             "icon": "theatre",
1834             "fields": [
1835                 "operator",
1836                 "address",
1837                 "building_area"
1838             ],
1839             "geometry": [
1840                 "point",
1841                 "area"
1842             ],
1843             "terms": [
1844                 "theatre",
1845                 "performance",
1846                 "play",
1847                 "musical"
1848             ],
1849             "tags": {
1850                 "amenity": "theatre"
1851             },
1852             "name": "Theater"
1853         },
1854         "amenity/toilets": {
1855             "icon": "toilets",
1856             "fields": [
1857                 "toilets/disposal",
1858                 "operator",
1859                 "building_area",
1860                 "access_toilets",
1861                 "gender",
1862                 "fee"
1863             ],
1864             "geometry": [
1865                 "point",
1866                 "vertex",
1867                 "area"
1868             ],
1869             "terms": [
1870                 "bathroom",
1871                 "restroom",
1872                 "outhouse",
1873                 "privy",
1874                 "head",
1875                 "lavatory",
1876                 "latrine",
1877                 "water closet",
1878                 "WC",
1879                 "W.C."
1880             ],
1881             "tags": {
1882                 "amenity": "toilets"
1883             },
1884             "name": "Toilets"
1885         },
1886         "amenity/townhall": {
1887             "icon": "town-hall",
1888             "fields": [
1889                 "operator",
1890                 "address",
1891                 "building_area"
1892             ],
1893             "geometry": [
1894                 "point",
1895                 "area"
1896             ],
1897             "terms": [
1898                 "village",
1899                 "city",
1900                 "government",
1901                 "courthouse",
1902                 "municipal"
1903             ],
1904             "tags": {
1905                 "amenity": "townhall"
1906             },
1907             "name": "Town Hall"
1908         },
1909         "amenity/university": {
1910             "icon": "college",
1911             "fields": [
1912                 "operator",
1913                 "address"
1914             ],
1915             "geometry": [
1916                 "point",
1917                 "area"
1918             ],
1919             "terms": [
1920                 "college"
1921             ],
1922             "tags": {
1923                 "amenity": "university"
1924             },
1925             "name": "University Grounds"
1926         },
1927         "amenity/vending_machine": {
1928             "fields": [
1929                 "vending",
1930                 "operator"
1931             ],
1932             "geometry": [
1933                 "point"
1934             ],
1935             "terms": [
1936                 "snack",
1937                 "soda",
1938                 "ticket"
1939             ],
1940             "tags": {
1941                 "amenity": "vending_machine"
1942             },
1943             "name": "Vending Machine"
1944         },
1945         "amenity/veterinary": {
1946             "icon": "dog-park",
1947             "fields": [
1948                 "operator",
1949                 "address",
1950                 "building_area",
1951                 "opening_hours"
1952             ],
1953             "geometry": [
1954                 "point",
1955                 "area"
1956             ],
1957             "terms": [
1958                 "pet clinic",
1959                 "veterinarian",
1960                 "animal hospital",
1961                 "pet doctor"
1962             ],
1963             "tags": {
1964                 "amenity": "veterinary"
1965             },
1966             "name": "Veterinary"
1967         },
1968         "amenity/waste_basket": {
1969             "icon": "waste-basket",
1970             "geometry": [
1971                 "point",
1972                 "vertex"
1973             ],
1974             "tags": {
1975                 "amenity": "waste_basket"
1976             },
1977             "terms": [
1978                 "rubbish",
1979                 "litter",
1980                 "trash",
1981                 "garbage"
1982             ],
1983             "name": "Waste Basket"
1984         },
1985         "area": {
1986             "name": "Area",
1987             "tags": {
1988                 "area": "yes"
1989             },
1990             "geometry": [
1991                 "area"
1992             ],
1993             "matchScore": 0.1
1994         },
1995         "area/highway": {
1996             "fields": [
1997                 "area/highway"
1998             ],
1999             "geometry": [
2000                 "area"
2001             ],
2002             "tags": {
2003                 "area:highway": "*"
2004             },
2005             "name": "Road Surface"
2006         },
2007         "barrier": {
2008             "geometry": [
2009                 "point",
2010                 "vertex",
2011                 "line",
2012                 "area"
2013             ],
2014             "tags": {
2015                 "barrier": "*"
2016             },
2017             "fields": [
2018                 "barrier"
2019             ],
2020             "name": "Barrier"
2021         },
2022         "barrier/block": {
2023             "fields": [
2024                 "access"
2025             ],
2026             "geometry": [
2027                 "point",
2028                 "vertex"
2029             ],
2030             "tags": {
2031                 "barrier": "block"
2032             },
2033             "name": "Block"
2034         },
2035         "barrier/bollard": {
2036             "fields": [
2037                 "access"
2038             ],
2039             "geometry": [
2040                 "point",
2041                 "vertex",
2042                 "line"
2043             ],
2044             "tags": {
2045                 "barrier": "bollard"
2046             },
2047             "name": "Bollard"
2048         },
2049         "barrier/cattle_grid": {
2050             "geometry": [
2051                 "vertex"
2052             ],
2053             "tags": {
2054                 "barrier": "cattle_grid"
2055             },
2056             "name": "Cattle Grid"
2057         },
2058         "barrier/city_wall": {
2059             "geometry": [
2060                 "line",
2061                 "area"
2062             ],
2063             "tags": {
2064                 "barrier": "city_wall"
2065             },
2066             "name": "City Wall"
2067         },
2068         "barrier/cycle_barrier": {
2069             "fields": [
2070                 "access"
2071             ],
2072             "geometry": [
2073                 "vertex"
2074             ],
2075             "tags": {
2076                 "barrier": "cycle_barrier"
2077             },
2078             "name": "Cycle Barrier"
2079         },
2080         "barrier/ditch": {
2081             "geometry": [
2082                 "line",
2083                 "area"
2084             ],
2085             "tags": {
2086                 "barrier": "ditch"
2087             },
2088             "name": "Ditch"
2089         },
2090         "barrier/entrance": {
2091             "icon": "entrance",
2092             "geometry": [
2093                 "vertex"
2094             ],
2095             "tags": {
2096                 "barrier": "entrance"
2097             },
2098             "name": "Entrance",
2099             "searchable": false
2100         },
2101         "barrier/fence": {
2102             "geometry": [
2103                 "line"
2104             ],
2105             "tags": {
2106                 "barrier": "fence"
2107             },
2108             "name": "Fence"
2109         },
2110         "barrier/gate": {
2111             "fields": [
2112                 "access"
2113             ],
2114             "geometry": [
2115                 "point",
2116                 "vertex",
2117                 "line"
2118             ],
2119             "tags": {
2120                 "barrier": "gate"
2121             },
2122             "name": "Gate"
2123         },
2124         "barrier/hedge": {
2125             "geometry": [
2126                 "line",
2127                 "area"
2128             ],
2129             "tags": {
2130                 "barrier": "hedge"
2131             },
2132             "name": "Hedge"
2133         },
2134         "barrier/kissing_gate": {
2135             "fields": [
2136                 "access"
2137             ],
2138             "geometry": [
2139                 "vertex"
2140             ],
2141             "tags": {
2142                 "barrier": "kissing_gate"
2143             },
2144             "name": "Kissing Gate"
2145         },
2146         "barrier/lift_gate": {
2147             "fields": [
2148                 "access"
2149             ],
2150             "geometry": [
2151                 "point",
2152                 "vertex"
2153             ],
2154             "tags": {
2155                 "barrier": "lift_gate"
2156             },
2157             "name": "Lift Gate"
2158         },
2159         "barrier/retaining_wall": {
2160             "geometry": [
2161                 "line",
2162                 "area"
2163             ],
2164             "tags": {
2165                 "barrier": "retaining_wall"
2166             },
2167             "name": "Retaining Wall"
2168         },
2169         "barrier/stile": {
2170             "fields": [
2171                 "access"
2172             ],
2173             "geometry": [
2174                 "point",
2175                 "vertex"
2176             ],
2177             "tags": {
2178                 "barrier": "stile"
2179             },
2180             "name": "Stile"
2181         },
2182         "barrier/toll_booth": {
2183             "fields": [
2184                 "access"
2185             ],
2186             "geometry": [
2187                 "vertex"
2188             ],
2189             "tags": {
2190                 "barrier": "toll_booth"
2191             },
2192             "name": "Toll Booth"
2193         },
2194         "barrier/wall": {
2195             "geometry": [
2196                 "line",
2197                 "area"
2198             ],
2199             "tags": {
2200                 "barrier": "wall"
2201             },
2202             "name": "Wall"
2203         },
2204         "boundary/administrative": {
2205             "name": "Administrative Boundary",
2206             "geometry": [
2207                 "line"
2208             ],
2209             "tags": {
2210                 "boundary": "administrative"
2211             },
2212             "fields": [
2213                 "admin_level"
2214             ]
2215         },
2216         "building": {
2217             "icon": "building",
2218             "fields": [
2219                 "building",
2220                 "levels",
2221                 "address"
2222             ],
2223             "geometry": [
2224                 "area"
2225             ],
2226             "tags": {
2227                 "building": "*"
2228             },
2229             "terms": [],
2230             "name": "Building"
2231         },
2232         "building/apartments": {
2233             "icon": "commercial",
2234             "fields": [
2235                 "address",
2236                 "levels"
2237             ],
2238             "geometry": [
2239                 "point",
2240                 "area"
2241             ],
2242             "tags": {
2243                 "building": "apartments"
2244             },
2245             "name": "Apartments"
2246         },
2247         "building/barn": {
2248             "icon": "building",
2249             "fields": [
2250                 "address",
2251                 "levels"
2252             ],
2253             "geometry": [
2254                 "point",
2255                 "area"
2256             ],
2257             "tags": {
2258                 "building": "barn"
2259             },
2260             "name": "Barn"
2261         },
2262         "building/bunker": {
2263             "fields": [
2264                 "address",
2265                 "levels"
2266             ],
2267             "geometry": [
2268                 "point",
2269                 "area"
2270             ],
2271             "tags": {
2272                 "building": "bunker"
2273             },
2274             "name": "Bunker",
2275             "searchable": false
2276         },
2277         "building/cabin": {
2278             "icon": "building",
2279             "fields": [
2280                 "address",
2281                 "levels"
2282             ],
2283             "geometry": [
2284                 "point",
2285                 "area"
2286             ],
2287             "tags": {
2288                 "building": "cabin"
2289             },
2290             "name": "Cabin"
2291         },
2292         "building/cathedral": {
2293             "icon": "place-of-worship",
2294             "fields": [
2295                 "address",
2296                 "levels"
2297             ],
2298             "geometry": [
2299                 "point",
2300                 "area"
2301             ],
2302             "tags": {
2303                 "building": "cathedral"
2304             },
2305             "name": "Cathedral"
2306         },
2307         "building/chapel": {
2308             "icon": "place-of-worship",
2309             "fields": [
2310                 "address",
2311                 "levels"
2312             ],
2313             "geometry": [
2314                 "point",
2315                 "area"
2316             ],
2317             "tags": {
2318                 "building": "chapel"
2319             },
2320             "name": "Chapel"
2321         },
2322         "building/church": {
2323             "icon": "place-of-worship",
2324             "fields": [
2325                 "address",
2326                 "levels"
2327             ],
2328             "geometry": [
2329                 "point",
2330                 "area"
2331             ],
2332             "tags": {
2333                 "building": "church"
2334             },
2335             "name": "Church"
2336         },
2337         "building/college": {
2338             "icon": "building",
2339             "fields": [
2340                 "address",
2341                 "levels"
2342             ],
2343             "geometry": [
2344                 "point",
2345                 "area"
2346             ],
2347             "terms": [
2348                 "university"
2349             ],
2350             "tags": {
2351                 "building": "college"
2352             },
2353             "name": "College Building"
2354         },
2355         "building/commercial": {
2356             "icon": "commercial",
2357             "fields": [
2358                 "address",
2359                 "levels",
2360                 "smoking"
2361             ],
2362             "geometry": [
2363                 "point",
2364                 "area"
2365             ],
2366             "tags": {
2367                 "building": "commercial"
2368             },
2369             "name": "Commercial Building"
2370         },
2371         "building/construction": {
2372             "icon": "building",
2373             "fields": [
2374                 "address",
2375                 "levels"
2376             ],
2377             "geometry": [
2378                 "point",
2379                 "area"
2380             ],
2381             "tags": {
2382                 "building": "construction"
2383             },
2384             "name": "Building Under Construction"
2385         },
2386         "building/detached": {
2387             "icon": "building",
2388             "fields": [
2389                 "address",
2390                 "levels"
2391             ],
2392             "geometry": [
2393                 "point",
2394                 "area"
2395             ],
2396             "tags": {
2397                 "building": "detached"
2398             },
2399             "terms": [
2400                 "home",
2401                 "single",
2402                 "family",
2403                 "residence",
2404                 "dwelling"
2405             ],
2406             "name": "Detached House"
2407         },
2408         "building/dormitory": {
2409             "icon": "building",
2410             "fields": [
2411                 "address",
2412                 "levels",
2413                 "smoking"
2414             ],
2415             "geometry": [
2416                 "point",
2417                 "area"
2418             ],
2419             "tags": {
2420                 "building": "dormitory"
2421             },
2422             "name": "Dormitory"
2423         },
2424         "building/entrance": {
2425             "icon": "entrance",
2426             "geometry": [
2427                 "vertex"
2428             ],
2429             "tags": {
2430                 "building": "entrance"
2431             },
2432             "name": "Entrance/Exit",
2433             "searchable": false
2434         },
2435         "building/garage": {
2436             "fields": [
2437                 "capacity"
2438             ],
2439             "geometry": [
2440                 "point",
2441                 "area"
2442             ],
2443             "tags": {
2444                 "building": "garage"
2445             },
2446             "name": "Garage",
2447             "icon": "warehouse"
2448         },
2449         "building/garages": {
2450             "icon": "warehouse",
2451             "fields": [
2452                 "capacity"
2453             ],
2454             "geometry": [
2455                 "point",
2456                 "area"
2457             ],
2458             "tags": {
2459                 "building": "garages"
2460             },
2461             "name": "Garages"
2462         },
2463         "building/greenhouse": {
2464             "icon": "building",
2465             "fields": [
2466                 "address",
2467                 "levels"
2468             ],
2469             "geometry": [
2470                 "point",
2471                 "area"
2472             ],
2473             "tags": {
2474                 "building": "greenhouse"
2475             },
2476             "name": "Greenhouse"
2477         },
2478         "building/hospital": {
2479             "icon": "building",
2480             "fields": [
2481                 "address",
2482                 "levels"
2483             ],
2484             "geometry": [
2485                 "point",
2486                 "area"
2487             ],
2488             "tags": {
2489                 "building": "hospital"
2490             },
2491             "name": "Hospital Building"
2492         },
2493         "building/hotel": {
2494             "icon": "building",
2495             "fields": [
2496                 "address",
2497                 "levels",
2498                 "smoking"
2499             ],
2500             "geometry": [
2501                 "point",
2502                 "area"
2503             ],
2504             "tags": {
2505                 "building": "hotel"
2506             },
2507             "name": "Hotel Building"
2508         },
2509         "building/house": {
2510             "icon": "building",
2511             "fields": [
2512                 "address",
2513                 "levels"
2514             ],
2515             "geometry": [
2516                 "point",
2517                 "area"
2518             ],
2519             "tags": {
2520                 "building": "house"
2521             },
2522             "terms": [
2523                 "home",
2524                 "family",
2525                 "residence",
2526                 "dwelling"
2527             ],
2528             "name": "House"
2529         },
2530         "building/hut": {
2531             "geometry": [
2532                 "point",
2533                 "area"
2534             ],
2535             "tags": {
2536                 "building": "hut"
2537             },
2538             "name": "Hut"
2539         },
2540         "building/industrial": {
2541             "icon": "industrial",
2542             "fields": [
2543                 "address",
2544                 "levels"
2545             ],
2546             "geometry": [
2547                 "point",
2548                 "area"
2549             ],
2550             "tags": {
2551                 "building": "industrial"
2552             },
2553             "name": "Industrial Building"
2554         },
2555         "building/kindergarten": {
2556             "icon": "building",
2557             "fields": [
2558                 "address",
2559                 "levels"
2560             ],
2561             "geometry": [
2562                 "point",
2563                 "area"
2564             ],
2565             "terms": [
2566                 "kindergarden",
2567                 "pre-school"
2568             ],
2569             "tags": {
2570                 "building": "kindergarten"
2571             },
2572             "name": "Preschool/Kindergarten Building"
2573         },
2574         "building/public": {
2575             "icon": "building",
2576             "fields": [
2577                 "address",
2578                 "levels",
2579                 "smoking"
2580             ],
2581             "geometry": [
2582                 "point",
2583                 "area"
2584             ],
2585             "tags": {
2586                 "building": "public"
2587             },
2588             "name": "Public Building"
2589         },
2590         "building/residential": {
2591             "icon": "building",
2592             "fields": [
2593                 "address",
2594                 "levels"
2595             ],
2596             "geometry": [
2597                 "point",
2598                 "area"
2599             ],
2600             "tags": {
2601                 "building": "residential"
2602             },
2603             "name": "Residential Building"
2604         },
2605         "building/retail": {
2606             "icon": "building",
2607             "fields": [
2608                 "address",
2609                 "levels",
2610                 "smoking"
2611             ],
2612             "geometry": [
2613                 "point",
2614                 "area"
2615             ],
2616             "tags": {
2617                 "building": "retail"
2618             },
2619             "name": "Retail Building"
2620         },
2621         "building/roof": {
2622             "icon": "building",
2623             "fields": [
2624                 "address"
2625             ],
2626             "geometry": [
2627                 "point",
2628                 "area"
2629             ],
2630             "tags": {
2631                 "building": "roof"
2632             },
2633             "name": "Roof"
2634         },
2635         "building/school": {
2636             "icon": "building",
2637             "fields": [
2638                 "address",
2639                 "levels"
2640             ],
2641             "geometry": [
2642                 "point",
2643                 "area"
2644             ],
2645             "terms": [
2646                 "academy",
2647                 "elementary school",
2648                 "middle school",
2649                 "high school"
2650             ],
2651             "tags": {
2652                 "building": "school"
2653             },
2654             "name": "School Building"
2655         },
2656         "building/semidetached_house": {
2657             "icon": "building",
2658             "fields": [
2659                 "address",
2660                 "levels"
2661             ],
2662             "geometry": [
2663                 "point",
2664                 "area"
2665             ],
2666             "tags": {
2667                 "building": "semidetached_house"
2668             },
2669             "terms": [
2670                 "home",
2671                 "double",
2672                 "duplex",
2673                 "twin",
2674                 "family",
2675                 "residence",
2676                 "dwelling"
2677             ],
2678             "name": "Semi-Detached House"
2679         },
2680         "building/shed": {
2681             "icon": "building",
2682             "fields": [
2683                 "address",
2684                 "levels"
2685             ],
2686             "geometry": [
2687                 "point",
2688                 "area"
2689             ],
2690             "tags": {
2691                 "building": "shed"
2692             },
2693             "name": "Shed"
2694         },
2695         "building/stable": {
2696             "icon": "building",
2697             "fields": [
2698                 "address",
2699                 "levels"
2700             ],
2701             "geometry": [
2702                 "point",
2703                 "area"
2704             ],
2705             "tags": {
2706                 "building": "stable"
2707             },
2708             "name": "Stable"
2709         },
2710         "building/static_caravan": {
2711             "icon": "building",
2712             "fields": [
2713                 "address",
2714                 "levels"
2715             ],
2716             "geometry": [
2717                 "point",
2718                 "area"
2719             ],
2720             "tags": {
2721                 "building": "static_caravan"
2722             },
2723             "name": "Static Mobile Home"
2724         },
2725         "building/terrace": {
2726             "icon": "building",
2727             "fields": [
2728                 "address",
2729                 "levels"
2730             ],
2731             "geometry": [
2732                 "point",
2733                 "area"
2734             ],
2735             "tags": {
2736                 "building": "terrace"
2737             },
2738             "terms": [
2739                 "home",
2740                 "terrace",
2741                 "brownstone",
2742                 "family",
2743                 "residence",
2744                 "dwelling"
2745             ],
2746             "name": "Row Houses"
2747         },
2748         "building/train_station": {
2749             "icon": "building",
2750             "fields": [
2751                 "address",
2752                 "levels"
2753             ],
2754             "geometry": [
2755                 "point",
2756                 "vertex",
2757                 "area"
2758             ],
2759             "tags": {
2760                 "building": "train_station"
2761             },
2762             "name": "Train Station",
2763             "searchable": false
2764         },
2765         "building/university": {
2766             "icon": "building",
2767             "fields": [
2768                 "address",
2769                 "levels"
2770             ],
2771             "geometry": [
2772                 "point",
2773                 "area"
2774             ],
2775             "terms": [
2776                 "college"
2777             ],
2778             "tags": {
2779                 "building": "university"
2780             },
2781             "name": "University Building"
2782         },
2783         "building/warehouse": {
2784             "icon": "building",
2785             "fields": [
2786                 "address",
2787                 "levels"
2788             ],
2789             "geometry": [
2790                 "point",
2791                 "area"
2792             ],
2793             "tags": {
2794                 "building": "warehouse"
2795             },
2796             "name": "Warehouse"
2797         },
2798         "craft": {
2799             "icon": "marker-stroked",
2800             "fields": [
2801                 "craft",
2802                 "operator",
2803                 "address",
2804                 "building_area",
2805                 "opening_hours"
2806             ],
2807             "geometry": [
2808                 "point",
2809                 "area"
2810             ],
2811             "tags": {
2812                 "craft": "*"
2813             },
2814             "terms": [],
2815             "name": "Craft"
2816         },
2817         "craft/basket_maker": {
2818             "icon": "art-gallery",
2819             "fields": [
2820                 "operator",
2821                 "address",
2822                 "building_area",
2823                 "opening_hours"
2824             ],
2825             "geometry": [
2826                 "point",
2827                 "area"
2828             ],
2829             "tags": {
2830                 "craft": "basket_maker"
2831             },
2832             "name": "Basket Maker"
2833         },
2834         "craft/beekeeper": {
2835             "icon": "farm",
2836             "fields": [
2837                 "operator",
2838                 "address",
2839                 "building_area",
2840                 "opening_hours"
2841             ],
2842             "geometry": [
2843                 "point",
2844                 "area"
2845             ],
2846             "tags": {
2847                 "craft": "beekeeper"
2848             },
2849             "name": "Beekeeper"
2850         },
2851         "craft/blacksmith": {
2852             "icon": "farm",
2853             "fields": [
2854                 "operator",
2855                 "address",
2856                 "building_area",
2857                 "opening_hours"
2858             ],
2859             "geometry": [
2860                 "point",
2861                 "area"
2862             ],
2863             "tags": {
2864                 "craft": "blacksmith"
2865             },
2866             "name": "Blacksmith"
2867         },
2868         "craft/boatbuilder": {
2869             "icon": "marker-stroked",
2870             "fields": [
2871                 "operator",
2872                 "address",
2873                 "building_area",
2874                 "opening_hours"
2875             ],
2876             "geometry": [
2877                 "point",
2878                 "area"
2879             ],
2880             "tags": {
2881                 "craft": "boatbuilder"
2882             },
2883             "name": "Boat Builder"
2884         },
2885         "craft/bookbinder": {
2886             "icon": "library",
2887             "fields": [
2888                 "operator",
2889                 "address",
2890                 "building_area",
2891                 "opening_hours"
2892             ],
2893             "geometry": [
2894                 "point",
2895                 "area"
2896             ],
2897             "terms": [
2898                 "book repair"
2899             ],
2900             "tags": {
2901                 "craft": "bookbinder"
2902             },
2903             "name": "Bookbinder"
2904         },
2905         "craft/brewery": {
2906             "icon": "beer",
2907             "fields": [
2908                 "operator",
2909                 "address",
2910                 "building_area",
2911                 "opening_hours"
2912             ],
2913             "geometry": [
2914                 "point",
2915                 "area"
2916             ],
2917             "terms": [
2918                 "beer",
2919                 "bier"
2920             ],
2921             "tags": {
2922                 "craft": "brewery"
2923             },
2924             "name": "Brewery"
2925         },
2926         "craft/carpenter": {
2927             "icon": "logging",
2928             "fields": [
2929                 "operator",
2930                 "address",
2931                 "building_area",
2932                 "opening_hours"
2933             ],
2934             "geometry": [
2935                 "point",
2936                 "area"
2937             ],
2938             "terms": [
2939                 "woodworker"
2940             ],
2941             "tags": {
2942                 "craft": "carpenter"
2943             },
2944             "name": "Carpenter"
2945         },
2946         "craft/carpet_layer": {
2947             "icon": "square",
2948             "fields": [
2949                 "operator",
2950                 "address",
2951                 "building_area",
2952                 "opening_hours"
2953             ],
2954             "geometry": [
2955                 "point",
2956                 "area"
2957             ],
2958             "tags": {
2959                 "craft": "carpet_layer"
2960             },
2961             "name": "Carpet Layer"
2962         },
2963         "craft/caterer": {
2964             "icon": "bakery",
2965             "fields": [
2966                 "cuisine",
2967                 "operator",
2968                 "address",
2969                 "building_area",
2970                 "opening_hours"
2971             ],
2972             "geometry": [
2973                 "point",
2974                 "area"
2975             ],
2976             "tags": {
2977                 "craft": "caterer"
2978             },
2979             "name": "Caterer"
2980         },
2981         "craft/clockmaker": {
2982             "icon": "circle-stroked",
2983             "fields": [
2984                 "operator",
2985                 "address",
2986                 "building_area",
2987                 "opening_hours"
2988             ],
2989             "geometry": [
2990                 "point",
2991                 "area"
2992             ],
2993             "tags": {
2994                 "craft": "clockmaker"
2995             },
2996             "name": "Clockmaker"
2997         },
2998         "craft/confectionery": {
2999             "icon": "bakery",
3000             "fields": [
3001                 "operator",
3002                 "address",
3003                 "building_area",
3004                 "opening_hours"
3005             ],
3006             "geometry": [
3007                 "point",
3008                 "area"
3009             ],
3010             "terms": [
3011                 "sweets",
3012                 "candy"
3013             ],
3014             "tags": {
3015                 "craft": "confectionery"
3016             },
3017             "name": "Confectionery"
3018         },
3019         "craft/dressmaker": {
3020             "icon": "clothing-store",
3021             "fields": [
3022                 "operator",
3023                 "address",
3024                 "building_area",
3025                 "opening_hours"
3026             ],
3027             "geometry": [
3028                 "point",
3029                 "area"
3030             ],
3031             "terms": [
3032                 "seamstress"
3033             ],
3034             "tags": {
3035                 "craft": "dressmaker"
3036             },
3037             "name": "Dressmaker"
3038         },
3039         "craft/electrician": {
3040             "icon": "marker-stroked",
3041             "fields": [
3042                 "operator",
3043                 "address",
3044                 "building_area",
3045                 "opening_hours"
3046             ],
3047             "geometry": [
3048                 "point",
3049                 "area"
3050             ],
3051             "terms": [
3052                 "power",
3053                 "wire"
3054             ],
3055             "tags": {
3056                 "craft": "electrician"
3057             },
3058             "name": "Electrician"
3059         },
3060         "craft/gardener": {
3061             "icon": "garden",
3062             "fields": [
3063                 "operator",
3064                 "address",
3065                 "building_area",
3066                 "opening_hours"
3067             ],
3068             "geometry": [
3069                 "point",
3070                 "area"
3071             ],
3072             "terms": [
3073                 "landscaper",
3074                 "grounds keeper"
3075             ],
3076             "tags": {
3077                 "craft": "gardener"
3078             },
3079             "name": "Gardener"
3080         },
3081         "craft/glaziery": {
3082             "icon": "fire-station",
3083             "fields": [
3084                 "operator",
3085                 "address",
3086                 "building_area",
3087                 "opening_hours"
3088             ],
3089             "geometry": [
3090                 "point",
3091                 "area"
3092             ],
3093             "terms": [
3094                 "glass",
3095                 "stained-glass",
3096                 "window"
3097             ],
3098             "tags": {
3099                 "craft": "glaziery"
3100             },
3101             "name": "Glaziery"
3102         },
3103         "craft/handicraft": {
3104             "icon": "art-gallery",
3105             "fields": [
3106                 "operator",
3107                 "address",
3108                 "building_area",
3109                 "opening_hours"
3110             ],
3111             "geometry": [
3112                 "point",
3113                 "area"
3114             ],
3115             "tags": {
3116                 "craft": "handicraft"
3117             },
3118             "name": "Handicraft"
3119         },
3120         "craft/hvac": {
3121             "icon": "marker-stroked",
3122             "fields": [
3123                 "operator",
3124                 "address",
3125                 "building_area",
3126                 "opening_hours"
3127             ],
3128             "geometry": [
3129                 "point",
3130                 "area"
3131             ],
3132             "terms": [
3133                 "heat*",
3134                 "vent*",
3135                 "air conditioning"
3136             ],
3137             "tags": {
3138                 "craft": "hvac"
3139             },
3140             "name": "HVAC"
3141         },
3142         "craft/insulator": {
3143             "icon": "marker-stroked",
3144             "fields": [
3145                 "operator",
3146                 "address",
3147                 "building_area",
3148                 "opening_hours"
3149             ],
3150             "geometry": [
3151                 "point",
3152                 "area"
3153             ],
3154             "tags": {
3155                 "craft": "insulation"
3156             },
3157             "name": "Insulator"
3158         },
3159         "craft/jeweler": {
3160             "icon": "marker-stroked",
3161             "fields": [
3162                 "operator",
3163                 "address",
3164                 "building_area",
3165                 "opening_hours"
3166             ],
3167             "geometry": [
3168                 "point",
3169                 "area"
3170             ],
3171             "tags": {
3172                 "craft": "jeweler"
3173             },
3174             "name": "Jeweler",
3175             "searchable": false
3176         },
3177         "craft/key_cutter": {
3178             "icon": "marker-stroked",
3179             "fields": [
3180                 "operator",
3181                 "address",
3182                 "building_area",
3183                 "opening_hours"
3184             ],
3185             "geometry": [
3186                 "point",
3187                 "area"
3188             ],
3189             "tags": {
3190                 "craft": "key_cutter"
3191             },
3192             "name": "Key Cutter"
3193         },
3194         "craft/locksmith": {
3195             "icon": "marker-stroked",
3196             "fields": [
3197                 "operator",
3198                 "address",
3199                 "building_area",
3200                 "opening_hours"
3201             ],
3202             "geometry": [
3203                 "point",
3204                 "area"
3205             ],
3206             "tags": {
3207                 "craft": "locksmith"
3208             },
3209             "name": "Locksmith",
3210             "searchable": false
3211         },
3212         "craft/metal_construction": {
3213             "icon": "marker-stroked",
3214             "fields": [
3215                 "operator",
3216                 "address",
3217                 "building_area",
3218                 "opening_hours"
3219             ],
3220             "geometry": [
3221                 "point",
3222                 "area"
3223             ],
3224             "tags": {
3225                 "craft": "metal_construction"
3226             },
3227             "name": "Metal Construction"
3228         },
3229         "craft/optician": {
3230             "icon": "marker-stroked",
3231             "fields": [
3232                 "operator",
3233                 "address",
3234                 "building_area",
3235                 "opening_hours"
3236             ],
3237             "geometry": [
3238                 "point",
3239                 "area"
3240             ],
3241             "tags": {
3242                 "craft": "optician"
3243             },
3244             "name": "Optician",
3245             "searchable": false
3246         },
3247         "craft/painter": {
3248             "icon": "art-gallery",
3249             "fields": [
3250                 "operator",
3251                 "address",
3252                 "building_area",
3253                 "opening_hours"
3254             ],
3255             "geometry": [
3256                 "point",
3257                 "area"
3258             ],
3259             "tags": {
3260                 "craft": "painter"
3261             },
3262             "name": "Painter"
3263         },
3264         "craft/photographer": {
3265             "icon": "camera",
3266             "fields": [
3267                 "operator",
3268                 "address",
3269                 "building_area",
3270                 "opening_hours"
3271             ],
3272             "geometry": [
3273                 "point",
3274                 "area"
3275             ],
3276             "tags": {
3277                 "craft": "photographer"
3278             },
3279             "name": "Photographer"
3280         },
3281         "craft/photographic_laboratory": {
3282             "icon": "camera",
3283             "fields": [
3284                 "operator",
3285                 "address",
3286                 "building_area",
3287                 "opening_hours"
3288             ],
3289             "geometry": [
3290                 "point",
3291                 "area"
3292             ],
3293             "terms": [
3294                 "film"
3295             ],
3296             "tags": {
3297                 "craft": "photographic_laboratory"
3298             },
3299             "name": "Photographic Laboratory"
3300         },
3301         "craft/plasterer": {
3302             "icon": "marker-stroked",
3303             "fields": [
3304                 "operator",
3305                 "address",
3306                 "building_area",
3307                 "opening_hours"
3308             ],
3309             "geometry": [
3310                 "point",
3311                 "area"
3312             ],
3313             "tags": {
3314                 "craft": "plasterer"
3315             },
3316             "name": "Plasterer"
3317         },
3318         "craft/plumber": {
3319             "icon": "marker-stroked",
3320             "fields": [
3321                 "operator",
3322                 "address",
3323                 "building_area",
3324                 "opening_hours"
3325             ],
3326             "geometry": [
3327                 "point",
3328                 "area"
3329             ],
3330             "terms": [
3331                 "pipe"
3332             ],
3333             "tags": {
3334                 "craft": "plumber"
3335             },
3336             "name": "Plumber"
3337         },
3338         "craft/pottery": {
3339             "icon": "art-gallery",
3340             "fields": [
3341                 "operator",
3342                 "address",
3343                 "building_area",
3344                 "opening_hours"
3345             ],
3346             "geometry": [
3347                 "point",
3348                 "area"
3349             ],
3350             "terms": [
3351                 "ceramic"
3352             ],
3353             "tags": {
3354                 "craft": "pottery"
3355             },
3356             "name": "Pottery"
3357         },
3358         "craft/rigger": {
3359             "icon": "marker-stroked",
3360             "fields": [
3361                 "operator",
3362                 "address",
3363                 "building_area",
3364                 "opening_hours"
3365             ],
3366             "geometry": [
3367                 "point",
3368                 "area"
3369             ],
3370             "tags": {
3371                 "craft": "rigger"
3372             },
3373             "name": "Rigger"
3374         },
3375         "craft/roofer": {
3376             "icon": "marker-stroked",
3377             "fields": [
3378                 "operator",
3379                 "address",
3380                 "building_area",
3381                 "opening_hours"
3382             ],
3383             "geometry": [
3384                 "point",
3385                 "area"
3386             ],
3387             "tags": {
3388                 "craft": "roofer"
3389             },
3390             "name": "Roofer"
3391         },
3392         "craft/saddler": {
3393             "icon": "marker-stroked",
3394             "fields": [
3395                 "operator",
3396                 "address",
3397                 "building_area",
3398                 "opening_hours"
3399             ],
3400             "geometry": [
3401                 "point",
3402                 "area"
3403             ],
3404             "tags": {
3405                 "craft": "saddler"
3406             },
3407             "name": "Saddler"
3408         },
3409         "craft/sailmaker": {
3410             "icon": "marker-stroked",
3411             "fields": [
3412                 "operator",
3413                 "address",
3414                 "building_area",
3415                 "opening_hours"
3416             ],
3417             "geometry": [
3418                 "point",
3419                 "area"
3420             ],
3421             "tags": {
3422                 "craft": "sailmaker"
3423             },
3424             "name": "Sailmaker"
3425         },
3426         "craft/sawmill": {
3427             "icon": "park",
3428             "fields": [
3429                 "operator",
3430                 "address",
3431                 "building_area",
3432                 "opening_hours"
3433             ],
3434             "geometry": [
3435                 "point",
3436                 "area"
3437             ],
3438             "terms": [
3439                 "lumber"
3440             ],
3441             "tags": {
3442                 "craft": "sawmill"
3443             },
3444             "name": "Sawmill"
3445         },
3446         "craft/scaffolder": {
3447             "icon": "marker-stroked",
3448             "fields": [
3449                 "operator",
3450                 "address",
3451                 "building_area",
3452                 "opening_hours"
3453             ],
3454             "geometry": [
3455                 "point",
3456                 "area"
3457             ],
3458             "tags": {
3459                 "craft": "scaffolder"
3460             },
3461             "name": "Scaffolder"
3462         },
3463         "craft/sculpter": {
3464             "icon": "art-gallery",
3465             "fields": [
3466                 "operator",
3467                 "address",
3468                 "building_area",
3469                 "opening_hours"
3470             ],
3471             "geometry": [
3472                 "point",
3473                 "area"
3474             ],
3475             "tags": {
3476                 "craft": "sculpter"
3477             },
3478             "name": "Sculpter"
3479         },
3480         "craft/shoemaker": {
3481             "icon": "marker-stroked",
3482             "fields": [
3483                 "operator",
3484                 "address",
3485                 "building_area",
3486                 "opening_hours"
3487             ],
3488             "geometry": [
3489                 "point",
3490                 "area"
3491             ],
3492             "terms": [
3493                 "cobbler"
3494             ],
3495             "tags": {
3496                 "craft": "shoemaker"
3497             },
3498             "name": "Shoemaker"
3499         },
3500         "craft/stonemason": {
3501             "icon": "marker-stroked",
3502             "fields": [
3503                 "operator",
3504                 "address",
3505                 "building_area",
3506                 "opening_hours"
3507             ],
3508             "geometry": [
3509                 "point",
3510                 "area"
3511             ],
3512             "terms": [
3513                 "masonry"
3514             ],
3515             "tags": {
3516                 "craft": "stonemason"
3517             },
3518             "name": "Stonemason"
3519         },
3520         "craft/sweep": {
3521             "icon": "marker-stroked",
3522             "fields": [
3523                 "operator",
3524                 "address",
3525                 "building_area",
3526                 "opening_hours"
3527             ],
3528             "geometry": [
3529                 "point",
3530                 "area"
3531             ],
3532             "tags": {
3533                 "craft": "sweep"
3534             },
3535             "name": "Chimney Sweep"
3536         },
3537         "craft/tailor": {
3538             "icon": "clothing-store",
3539             "fields": [
3540                 "operator",
3541                 "address",
3542                 "building_area",
3543                 "opening_hours"
3544             ],
3545             "geometry": [
3546                 "point",
3547                 "area"
3548             ],
3549             "terms": [
3550                 "clothes",
3551                 "suit"
3552             ],
3553             "tags": {
3554                 "craft": "tailor"
3555             },
3556             "name": "Tailor",
3557             "searchable": false
3558         },
3559         "craft/tiler": {
3560             "icon": "marker-stroked",
3561             "fields": [
3562                 "operator",
3563                 "address",
3564                 "building_area",
3565                 "opening_hours"
3566             ],
3567             "geometry": [
3568                 "point",
3569                 "area"
3570             ],
3571             "tags": {
3572                 "craft": "tiler"
3573             },
3574             "name": "Tiler"
3575         },
3576         "craft/tinsmith": {
3577             "icon": "marker-stroked",
3578             "fields": [
3579                 "operator",
3580                 "address",
3581                 "building_area",
3582                 "opening_hours"
3583             ],
3584             "geometry": [
3585                 "point",
3586                 "area"
3587             ],
3588             "tags": {
3589                 "craft": "tinsmith"
3590             },
3591             "name": "Tinsmith"
3592         },
3593         "craft/upholsterer": {
3594             "icon": "marker-stroked",
3595             "fields": [
3596                 "operator",
3597                 "address",
3598                 "building_area",
3599                 "opening_hours"
3600             ],
3601             "geometry": [
3602                 "point",
3603                 "area"
3604             ],
3605             "tags": {
3606                 "craft": "upholsterer"
3607             },
3608             "name": "Upholsterer"
3609         },
3610         "craft/watchmaker": {
3611             "icon": "circle-stroked",
3612             "fields": [
3613                 "operator",
3614                 "address",
3615                 "building_area",
3616                 "opening_hours"
3617             ],
3618             "geometry": [
3619                 "point",
3620                 "area"
3621             ],
3622             "tags": {
3623                 "craft": "watchmaker"
3624             },
3625             "name": "Watchmaker"
3626         },
3627         "craft/window_construction": {
3628             "icon": "marker-stroked",
3629             "fields": [
3630                 "operator",
3631                 "address",
3632                 "building_area",
3633                 "opening_hours"
3634             ],
3635             "geometry": [
3636                 "point",
3637                 "area"
3638             ],
3639             "terms": [
3640                 "glass"
3641             ],
3642             "tags": {
3643                 "craft": "window_construction"
3644             },
3645             "name": "Window Construction"
3646         },
3647         "craft/winery": {
3648             "icon": "alcohol-shop",
3649             "fields": [
3650                 "operator",
3651                 "address",
3652                 "building_area",
3653                 "opening_hours"
3654             ],
3655             "geometry": [
3656                 "point",
3657                 "area"
3658             ],
3659             "tags": {
3660                 "craft": "winery"
3661             },
3662             "name": "Winery"
3663         },
3664         "embankment": {
3665             "geometry": [
3666                 "line"
3667             ],
3668             "tags": {
3669                 "embankment": "yes"
3670             },
3671             "name": "Embankment",
3672             "matchScore": 0.2
3673         },
3674         "emergency/ambulance_station": {
3675             "icon": "hospital",
3676             "fields": [
3677                 "operator",
3678                 "building_area",
3679                 "address"
3680             ],
3681             "geometry": [
3682                 "point",
3683                 "area"
3684             ],
3685             "terms": [
3686                 "EMS",
3687                 "EMT",
3688                 "rescue"
3689             ],
3690             "tags": {
3691                 "emergency": "ambulance_station"
3692             },
3693             "name": "Ambulance Station"
3694         },
3695         "emergency/fire_hydrant": {
3696             "fields": [
3697                 "fire_hydrant/type"
3698             ],
3699             "geometry": [
3700                 "point",
3701                 "vertex"
3702             ],
3703             "tags": {
3704                 "emergency": "fire_hydrant"
3705             },
3706             "name": "Fire Hydrant"
3707         },
3708         "emergency/phone": {
3709             "icon": "emergency-telephone",
3710             "fields": [
3711                 "operator"
3712             ],
3713             "geometry": [
3714                 "point",
3715                 "vertex"
3716             ],
3717             "tags": {
3718                 "emergency": "phone"
3719             },
3720             "name": "Emergency Phone"
3721         },
3722         "entrance": {
3723             "icon": "entrance",
3724             "geometry": [
3725                 "vertex"
3726             ],
3727             "tags": {
3728                 "entrance": "*"
3729             },
3730             "fields": [
3731                 "entrance",
3732                 "access_simple",
3733                 "address"
3734             ],
3735             "name": "Entrance/Exit"
3736         },
3737         "footway/crossing": {
3738             "fields": [
3739                 "crossing",
3740                 "access",
3741                 "surface",
3742                 "sloped_curb",
3743                 "tactile_paving"
3744             ],
3745             "geometry": [
3746                 "line"
3747             ],
3748             "tags": {
3749                 "highway": "footway",
3750                 "footway": "crossing"
3751             },
3752             "terms": [],
3753             "name": "Street Crossing"
3754         },
3755         "footway/crosswalk": {
3756             "icon": "highway-footway",
3757             "fields": [
3758                 "crossing",
3759                 "access",
3760                 "surface",
3761                 "sloped_curb",
3762                 "tactile_paving"
3763             ],
3764             "geometry": [
3765                 "line"
3766             ],
3767             "tags": {
3768                 "highway": "footway",
3769                 "footway": "crossing",
3770                 "crossing": "zebra"
3771             },
3772             "terms": [
3773                 "zebra crossing"
3774             ],
3775             "name": "Pedestrian Crosswalk"
3776         },
3777         "footway/sidewalk": {
3778             "icon": "highway-footway",
3779             "fields": [
3780                 "surface",
3781                 "lit",
3782                 "width",
3783                 "structure",
3784                 "access"
3785             ],
3786             "geometry": [
3787                 "line"
3788             ],
3789             "tags": {
3790                 "highway": "footway",
3791                 "footway": "sidewalk"
3792             },
3793             "terms": [],
3794             "name": "Sidewalk"
3795         },
3796         "ford": {
3797             "geometry": [
3798                 "vertex"
3799             ],
3800             "tags": {
3801                 "ford": "yes"
3802             },
3803             "name": "Ford"
3804         },
3805         "golf/bunker": {
3806             "icon": "golf",
3807             "geometry": [
3808                 "area"
3809             ],
3810             "tags": {
3811                 "golf": "bunker",
3812                 "natural": "sand"
3813             },
3814             "terms": [
3815                 "hazard",
3816                 "bunker"
3817             ],
3818             "name": "Sand Trap"
3819         },
3820         "golf/fairway": {
3821             "icon": "golf",
3822             "geometry": [
3823                 "area"
3824             ],
3825             "tags": {
3826                 "golf": "fairway",
3827                 "landuse": "grass"
3828             },
3829             "name": "Fairway"
3830         },
3831         "golf/green": {
3832             "icon": "golf",
3833             "geometry": [
3834                 "area"
3835             ],
3836             "tags": {
3837                 "golf": "green",
3838                 "landuse": "grass",
3839                 "leisure": "pitch",
3840                 "sport": "golf"
3841             },
3842             "name": "Putting Green"
3843         },
3844         "golf/hole": {
3845             "icon": "golf",
3846             "fields": [
3847                 "golf_hole",
3848                 "par",
3849                 "handicap"
3850             ],
3851             "geometry": [
3852                 "line"
3853             ],
3854             "tags": {
3855                 "golf": "hole"
3856             },
3857             "name": "Golf Hole"
3858         },
3859         "golf/lateral_water_hazard": {
3860             "icon": "golf",
3861             "geometry": [
3862                 "line",
3863                 "area"
3864             ],
3865             "tags": {
3866                 "golf": "lateral_water_hazard",
3867                 "natural": "water"
3868             },
3869             "name": "Lateral Water Hazard"
3870         },
3871         "golf/rough": {
3872             "icon": "golf",
3873             "geometry": [
3874                 "area"
3875             ],
3876             "tags": {
3877                 "golf": "rough",
3878                 "landuse": "grass"
3879             },
3880             "name": "Rough"
3881         },
3882         "golf/tee": {
3883             "icon": "golf",
3884             "geometry": [
3885                 "area"
3886             ],
3887             "tags": {
3888                 "golf": "tee",
3889                 "landuse": "grass"
3890             },
3891             "terms": [
3892                 "teeing ground"
3893             ],
3894             "name": "Tee Box"
3895         },
3896         "golf/water_hazard": {
3897             "icon": "golf",
3898             "geometry": [
3899                 "line",
3900                 "area"
3901             ],
3902             "tags": {
3903                 "golf": "water_hazard",
3904                 "natural": "water"
3905             },
3906             "name": "Water Hazard"
3907         },
3908         "highway": {
3909             "fields": [
3910                 "highway"
3911             ],
3912             "geometry": [
3913                 "point",
3914                 "vertex",
3915                 "line",
3916                 "area"
3917             ],
3918             "tags": {
3919                 "highway": "*"
3920             },
3921             "searchable": false,
3922             "name": "Highway"
3923         },
3924         "highway/bridleway": {
3925             "fields": [
3926                 "surface",
3927                 "width",
3928                 "structure",
3929                 "access"
3930             ],
3931             "icon": "highway-bridleway",
3932             "geometry": [
3933                 "line"
3934             ],
3935             "tags": {
3936                 "highway": "bridleway"
3937             },
3938             "terms": [
3939                 "bridleway",
3940                 "equestrian",
3941                 "horse"
3942             ],
3943             "name": "Bridle Path"
3944         },
3945         "highway/bus_stop": {
3946             "icon": "bus",
3947             "fields": [
3948                 "network",
3949                 "operator",
3950                 "bench",
3951                 "shelter",
3952                 "covered"
3953             ],
3954             "geometry": [
3955                 "point",
3956                 "vertex"
3957             ],
3958             "tags": {
3959                 "highway": "bus_stop"
3960             },
3961             "terms": [],
3962             "name": "Bus Stop"
3963         },
3964         "highway/corridor": {
3965             "icon": "highway-footway",
3966             "fields": [
3967                 "width",
3968                 "level",
3969                 "access_simple"
3970             ],
3971             "geometry": [
3972                 "line"
3973             ],
3974             "tags": {
3975                 "highway": "corridor"
3976             },
3977             "terms": [
3978                 "gallery",
3979                 "hall",
3980                 "hallway",
3981                 "indoor",
3982                 "passage",
3983                 "passageway"
3984             ],
3985             "name": "Indoor Corridor"
3986         },
3987         "highway/crossing": {
3988             "fields": [
3989                 "crossing",
3990                 "sloped_curb",
3991                 "tactile_paving"
3992             ],
3993             "geometry": [
3994                 "vertex"
3995             ],
3996             "tags": {
3997                 "highway": "crossing"
3998             },
3999             "terms": [],
4000             "name": "Street Crossing"
4001         },
4002         "highway/crosswalk": {
4003             "fields": [
4004                 "crossing",
4005                 "sloped_curb",
4006                 "tactile_paving"
4007             ],
4008             "geometry": [
4009                 "vertex"
4010             ],
4011             "tags": {
4012                 "highway": "crossing",
4013                 "crossing": "zebra"
4014             },
4015             "terms": [
4016                 "zebra crossing"
4017             ],
4018             "name": "Pedestrian Crosswalk"
4019         },
4020         "highway/cycleway": {
4021             "icon": "highway-cycleway",
4022             "fields": [
4023                 "surface",
4024                 "lit",
4025                 "width",
4026                 "oneway",
4027                 "structure",
4028                 "access"
4029             ],
4030             "geometry": [
4031                 "line"
4032             ],
4033             "tags": {
4034                 "highway": "cycleway"
4035             },
4036             "terms": [
4037                 "bike"
4038             ],
4039             "name": "Cycle Path"
4040         },
4041         "highway/footway": {
4042             "icon": "highway-footway",
4043             "fields": [
4044                 "surface",
4045                 "lit",
4046                 "width",
4047                 "structure",
4048                 "access"
4049             ],
4050             "geometry": [
4051                 "line",
4052                 "area"
4053             ],
4054             "terms": [
4055                 "hike",
4056                 "hiking",
4057                 "trackway",
4058                 "trail",
4059                 "walk"
4060             ],
4061             "tags": {
4062                 "highway": "footway"
4063             },
4064             "name": "Foot Path"
4065         },
4066         "highway/living_street": {
4067             "icon": "highway-living-street",
4068             "fields": [
4069                 "oneway",
4070                 "maxspeed",
4071                 "structure",
4072                 "access",
4073                 "surface",
4074                 "cycleway"
4075             ],
4076             "geometry": [
4077                 "line"
4078             ],
4079             "tags": {
4080                 "highway": "living_street"
4081             },
4082             "name": "Living Street"
4083         },
4084         "highway/mini_roundabout": {
4085             "geometry": [
4086                 "vertex"
4087             ],
4088             "tags": {
4089                 "highway": "mini_roundabout"
4090             },
4091             "fields": [
4092                 "clock_direction"
4093             ],
4094             "name": "Mini-Roundabout"
4095         },
4096         "highway/motorway": {
4097             "icon": "highway-motorway",
4098             "fields": [
4099                 "oneway_yes",
4100                 "maxspeed",
4101                 "structure",
4102                 "access",
4103                 "lanes",
4104                 "surface",
4105                 "ref"
4106             ],
4107             "geometry": [
4108                 "line"
4109             ],
4110             "tags": {
4111                 "highway": "motorway"
4112             },
4113             "terms": [],
4114             "name": "Motorway"
4115         },
4116         "highway/motorway_junction": {
4117             "geometry": [
4118                 "vertex"
4119             ],
4120             "tags": {
4121                 "highway": "motorway_junction"
4122             },
4123             "fields": [
4124                 "ref"
4125             ],
4126             "name": "Motorway Junction / Exit"
4127         },
4128         "highway/motorway_link": {
4129             "icon": "highway-motorway-link",
4130             "fields": [
4131                 "oneway_yes",
4132                 "maxspeed",
4133                 "structure",
4134                 "access",
4135                 "surface",
4136                 "ref"
4137             ],
4138             "geometry": [
4139                 "line"
4140             ],
4141             "tags": {
4142                 "highway": "motorway_link"
4143             },
4144             "addTags": {
4145                 "highway": "motorway_link",
4146                 "oneway": "yes"
4147             },
4148             "removeTags": {
4149                 "highway": "motorway_link",
4150                 "oneway": "yes"
4151             },
4152             "terms": [
4153                 "ramp",
4154                 "on ramp",
4155                 "off ramp"
4156             ],
4157             "name": "Motorway Link"
4158         },
4159         "highway/path": {
4160             "icon": "highway-path",
4161             "fields": [
4162                 "surface",
4163                 "width",
4164                 "structure",
4165                 "access",
4166                 "incline",
4167                 "sac_scale",
4168                 "trail_visibility",
4169                 "mtb/scale",
4170                 "mtb/scale/uphill",
4171                 "mtb/scale/imba",
4172                 "ref"
4173             ],
4174             "geometry": [
4175                 "line"
4176             ],
4177             "terms": [
4178                 "hike",
4179                 "hiking",
4180                 "trackway",
4181                 "trail",
4182                 "walk"
4183             ],
4184             "tags": {
4185                 "highway": "path"
4186             },
4187             "name": "Path"
4188         },
4189         "highway/pedestrian": {
4190             "icon": "highway-footway",
4191             "fields": [
4192                 "surface",
4193                 "lit",
4194                 "width",
4195                 "oneway",
4196                 "structure",
4197                 "access"
4198             ],
4199             "geometry": [
4200                 "line",
4201                 "area"
4202             ],
4203             "tags": {
4204                 "highway": "pedestrian"
4205             },
4206             "terms": [],
4207             "name": "Pedestrian Street"
4208         },
4209         "highway/primary": {
4210             "icon": "highway-primary",
4211             "fields": [
4212                 "oneway",
4213                 "maxspeed",
4214                 "structure",
4215                 "access",
4216                 "lanes",
4217                 "surface",
4218                 "ref",
4219                 "cycleway"
4220             ],
4221             "geometry": [
4222                 "line"
4223             ],
4224             "tags": {
4225                 "highway": "primary"
4226             },
4227             "terms": [],
4228             "name": "Primary Road"
4229         },
4230         "highway/primary_link": {
4231             "icon": "highway-primary-link",
4232             "fields": [
4233                 "oneway",
4234                 "maxspeed",
4235                 "structure",
4236                 "access",
4237                 "surface",
4238                 "ref",
4239                 "cycleway"
4240             ],
4241             "geometry": [
4242                 "line"
4243             ],
4244             "tags": {
4245                 "highway": "primary_link"
4246             },
4247             "terms": [
4248                 "ramp",
4249                 "on ramp",
4250                 "off ramp"
4251             ],
4252             "name": "Primary Link"
4253         },
4254         "highway/raceway": {
4255             "icon": "highway-unclassified",
4256             "fields": [
4257                 "oneway",
4258                 "surface",
4259                 "sport_racing",
4260                 "structure"
4261             ],
4262             "geometry": [
4263                 "line"
4264             ],
4265             "tags": {
4266                 "highway": "raceway"
4267             },
4268             "addTags": {
4269                 "highway": "raceway",
4270                 "sport": "motor"
4271             },
4272             "terms": [
4273                 "auto*",
4274                 "race*",
4275                 "nascar"
4276             ],
4277             "name": "Motor Raceway"
4278         },
4279         "highway/residential": {
4280             "icon": "highway-residential",
4281             "fields": [
4282                 "oneway",
4283                 "maxspeed",
4284                 "structure",
4285                 "access",
4286                 "surface",
4287                 "cycleway"
4288             ],
4289             "geometry": [
4290                 "line"
4291             ],
4292             "tags": {
4293                 "highway": "residential"
4294             },
4295             "terms": [],
4296             "name": "Residential Road"
4297         },
4298         "highway/rest_area": {
4299             "geometry": [
4300                 "point",
4301                 "vertex",
4302                 "area"
4303             ],
4304             "tags": {
4305                 "highway": "rest_area"
4306             },
4307             "terms": [
4308                 "rest stop"
4309             ],
4310             "name": "Rest Area"
4311         },
4312         "highway/road": {
4313             "icon": "highway-road",
4314             "fields": [
4315                 "oneway",
4316                 "maxspeed",
4317                 "structure",
4318                 "access",
4319                 "surface"
4320             ],
4321             "geometry": [
4322                 "line"
4323             ],
4324             "tags": {
4325                 "highway": "road"
4326             },
4327             "terms": [],
4328             "name": "Unknown Road"
4329         },
4330         "highway/secondary": {
4331             "icon": "highway-secondary",
4332             "fields": [
4333                 "oneway",
4334                 "maxspeed",
4335                 "structure",
4336                 "access",
4337                 "lanes",
4338                 "surface",
4339                 "ref",
4340                 "cycleway"
4341             ],
4342             "geometry": [
4343                 "line"
4344             ],
4345             "tags": {
4346                 "highway": "secondary"
4347             },
4348             "terms": [],
4349             "name": "Secondary Road"
4350         },
4351         "highway/secondary_link": {
4352             "icon": "highway-secondary-link",
4353             "fields": [
4354                 "oneway",
4355                 "maxspeed",
4356                 "structure",
4357                 "access",
4358                 "surface",
4359                 "ref",
4360                 "cycleway"
4361             ],
4362             "geometry": [
4363                 "line"
4364             ],
4365             "tags": {
4366                 "highway": "secondary_link"
4367             },
4368             "terms": [
4369                 "ramp",
4370                 "on ramp",
4371                 "off ramp"
4372             ],
4373             "name": "Secondary Link"
4374         },
4375         "highway/service": {
4376             "icon": "highway-service",
4377             "fields": [
4378                 "service",
4379                 "oneway",
4380                 "maxspeed",
4381                 "structure",
4382                 "access",
4383                 "surface",
4384                 "cycleway"
4385             ],
4386             "geometry": [
4387                 "line"
4388             ],
4389             "tags": {
4390                 "highway": "service"
4391             },
4392             "terms": [],
4393             "name": "Service Road"
4394         },
4395         "highway/service/alley": {
4396             "icon": "highway-service",
4397             "fields": [
4398                 "oneway",
4399                 "access",
4400                 "surface"
4401             ],
4402             "geometry": [
4403                 "line"
4404             ],
4405             "tags": {
4406                 "highway": "service",
4407                 "service": "alley"
4408             },
4409             "name": "Alley"
4410         },
4411         "highway/service/drive-through": {
4412             "icon": "highway-service",
4413             "fields": [
4414                 "oneway",
4415                 "access",
4416                 "surface"
4417             ],
4418             "geometry": [
4419                 "line"
4420             ],
4421             "tags": {
4422                 "highway": "service",
4423                 "service": "drive-through"
4424             },
4425             "name": "Drive-Through"
4426         },
4427         "highway/service/driveway": {
4428             "icon": "highway-service",
4429             "fields": [
4430                 "oneway",
4431                 "access",
4432                 "surface"
4433             ],
4434             "geometry": [
4435                 "line"
4436             ],
4437             "tags": {
4438                 "highway": "service",
4439                 "service": "driveway"
4440             },
4441             "name": "Driveway"
4442         },
4443         "highway/service/emergency_access": {
4444             "icon": "highway-service",
4445             "fields": [
4446                 "oneway",
4447                 "access",
4448                 "surface"
4449             ],
4450             "geometry": [
4451                 "line"
4452             ],
4453             "tags": {
4454                 "highway": "service",
4455                 "service": "emergency_access"
4456             },
4457             "name": "Emergency Access"
4458         },
4459         "highway/service/parking_aisle": {
4460             "icon": "highway-service",
4461             "fields": [
4462                 "oneway",
4463                 "access",
4464                 "surface"
4465             ],
4466             "geometry": [
4467                 "line"
4468             ],
4469             "tags": {
4470                 "highway": "service",
4471                 "service": "parking_aisle"
4472             },
4473             "name": "Parking Aisle"
4474         },
4475         "highway/services": {
4476             "geometry": [
4477                 "point",
4478                 "vertex",
4479                 "area"
4480             ],
4481             "tags": {
4482                 "highway": "services"
4483             },
4484             "terms": [
4485                 "services",
4486                 "travel plaza",
4487                 "service station"
4488             ],
4489             "name": "Service Area"
4490         },
4491         "highway/steps": {
4492             "fields": [
4493                 "surface",
4494                 "lit",
4495                 "width",
4496                 "incline_steps",
4497                 "access"
4498             ],
4499             "icon": "highway-steps",
4500             "geometry": [
4501                 "line"
4502             ],
4503             "tags": {
4504                 "highway": "steps"
4505             },
4506             "terms": [
4507                 "stairs",
4508                 "staircase"
4509             ],
4510             "name": "Steps"
4511         },
4512         "highway/stop": {
4513             "geometry": [
4514                 "vertex"
4515             ],
4516             "tags": {
4517                 "highway": "stop"
4518             },
4519             "terms": [
4520                 "stop sign"
4521             ],
4522             "name": "Stop Sign"
4523         },
4524         "highway/street_lamp": {
4525             "geometry": [
4526                 "point",
4527                 "vertex"
4528             ],
4529             "tags": {
4530                 "highway": "street_lamp"
4531             },
4532             "fields": [
4533                 "lamp_type",
4534                 "ref"
4535             ],
4536             "terms": [
4537                 "streetlight",
4538                 "street light",
4539                 "lamp",
4540                 "light",
4541                 "gaslight"
4542             ],
4543             "name": "Street Lamp"
4544         },
4545         "highway/tertiary": {
4546             "icon": "highway-tertiary",
4547             "fields": [
4548                 "oneway",
4549                 "maxspeed",
4550                 "structure",
4551                 "access",
4552                 "lanes",
4553                 "surface",
4554                 "ref",
4555                 "cycleway"
4556             ],
4557             "geometry": [
4558                 "line"
4559             ],
4560             "tags": {
4561                 "highway": "tertiary"
4562             },
4563             "terms": [],
4564             "name": "Tertiary Road"
4565         },
4566         "highway/tertiary_link": {
4567             "icon": "highway-tertiary-link",
4568             "fields": [
4569                 "oneway",
4570                 "maxspeed",
4571                 "structure",
4572                 "access",
4573                 "surface",
4574                 "ref",
4575                 "cycleway"
4576             ],
4577             "geometry": [
4578                 "line"
4579             ],
4580             "tags": {
4581                 "highway": "tertiary_link"
4582             },
4583             "terms": [
4584                 "ramp",
4585                 "on ramp",
4586                 "off ramp"
4587             ],
4588             "name": "Tertiary Link"
4589         },
4590         "highway/track": {
4591             "icon": "highway-track",
4592             "fields": [
4593                 "surface",
4594                 "width",
4595                 "structure",
4596                 "access",
4597                 "incline",
4598                 "tracktype",
4599                 "smoothness",
4600                 "mtb/scale",
4601                 "mtb/scale/uphill",
4602                 "mtb/scale/imba"
4603             ],
4604             "geometry": [
4605                 "line"
4606             ],
4607             "tags": {
4608                 "highway": "track"
4609             },
4610             "terms": [
4611                 "woods road",
4612                 "fire road"
4613             ],
4614             "name": "Track"
4615         },
4616         "highway/traffic_signals": {
4617             "geometry": [
4618                 "vertex"
4619             ],
4620             "tags": {
4621                 "highway": "traffic_signals"
4622             },
4623             "fields": [
4624                 "traffic_signals"
4625             ],
4626             "terms": [
4627                 "light",
4628                 "stoplight",
4629                 "traffic light"
4630             ],
4631             "name": "Traffic Signals"
4632         },
4633         "highway/trunk": {
4634             "icon": "highway-trunk",
4635             "fields": [
4636                 "oneway",
4637                 "maxspeed",
4638                 "structure",
4639                 "access",
4640                 "lanes",
4641                 "surface",
4642                 "ref"
4643             ],
4644             "geometry": [
4645                 "line"
4646             ],
4647             "tags": {
4648                 "highway": "trunk"
4649             },
4650             "terms": [],
4651             "name": "Trunk Road"
4652         },
4653         "highway/trunk_link": {
4654             "icon": "highway-trunk-link",
4655             "fields": [
4656                 "oneway",
4657                 "maxspeed",
4658                 "structure",
4659                 "access",
4660                 "surface",
4661                 "ref"
4662             ],
4663             "geometry": [
4664                 "line"
4665             ],
4666             "tags": {
4667                 "highway": "trunk_link"
4668             },
4669             "terms": [
4670                 "ramp",
4671                 "on ramp",
4672                 "off ramp"
4673             ],
4674             "name": "Trunk Link"
4675         },
4676         "highway/turning_circle": {
4677             "icon": "circle",
4678             "geometry": [
4679                 "vertex"
4680             ],
4681             "tags": {
4682                 "highway": "turning_circle"
4683             },
4684             "terms": [
4685                 "cul-de-sac"
4686             ],
4687             "name": "Turning Circle"
4688         },
4689         "highway/unclassified": {
4690             "icon": "highway-unclassified",
4691             "fields": [
4692                 "oneway",
4693                 "maxspeed",
4694                 "structure",
4695                 "access",
4696                 "surface",
4697                 "cycleway"
4698             ],
4699             "geometry": [
4700                 "line"
4701             ],
4702             "tags": {
4703                 "highway": "unclassified"
4704             },
4705             "terms": [],
4706             "name": "Unclassified Road"
4707         },
4708         "historic": {
4709             "fields": [
4710                 "historic"
4711             ],
4712             "geometry": [
4713                 "point",
4714                 "vertex",
4715                 "area"
4716             ],
4717             "tags": {
4718                 "historic": "*"
4719             },
4720             "name": "Historic Site"
4721         },
4722         "historic/archaeological_site": {
4723             "geometry": [
4724                 "point",
4725                 "vertex",
4726                 "area"
4727             ],
4728             "tags": {
4729                 "historic": "archaeological_site"
4730             },
4731             "name": "Archaeological Site"
4732         },
4733         "historic/boundary_stone": {
4734             "geometry": [
4735                 "point",
4736                 "vertex"
4737             ],
4738             "tags": {
4739                 "historic": "boundary_stone"
4740             },
4741             "name": "Boundary Stone"
4742         },
4743         "historic/castle": {
4744             "geometry": [
4745                 "point",
4746                 "area"
4747             ],
4748             "tags": {
4749                 "historic": "castle"
4750             },
4751             "name": "Castle"
4752         },
4753         "historic/memorial": {
4754             "icon": "monument",
4755             "geometry": [
4756                 "point",
4757                 "vertex",
4758                 "area"
4759             ],
4760             "tags": {
4761                 "historic": "memorial"
4762             },
4763             "name": "Memorial"
4764         },
4765         "historic/monument": {
4766             "icon": "monument",
4767             "geometry": [
4768                 "point",
4769                 "vertex",
4770                 "area"
4771             ],
4772             "tags": {
4773                 "historic": "monument"
4774             },
4775             "name": "Monument"
4776         },
4777         "historic/ruins": {
4778             "geometry": [
4779                 "point",
4780                 "vertex",
4781                 "area"
4782             ],
4783             "tags": {
4784                 "historic": "ruins"
4785             },
4786             "name": "Ruins"
4787         },
4788         "historic/wayside_cross": {
4789             "geometry": [
4790                 "point",
4791                 "vertex",
4792                 "area"
4793             ],
4794             "tags": {
4795                 "historic": "wayside_cross"
4796             },
4797             "name": "Wayside Cross"
4798         },
4799         "historic/wayside_shrine": {
4800             "geometry": [
4801                 "point",
4802                 "vertex",
4803                 "area"
4804             ],
4805             "tags": {
4806                 "historic": "wayside_shrine"
4807             },
4808             "name": "Wayside Shrine"
4809         },
4810         "junction": {
4811             "geometry": [
4812                 "vertex",
4813                 "area"
4814             ],
4815             "tags": {
4816                 "junction": "yes"
4817             },
4818             "name": "Junction"
4819         },
4820         "landuse": {
4821             "fields": [
4822                 "landuse"
4823             ],
4824             "geometry": [
4825                 "area"
4826             ],
4827             "tags": {
4828                 "landuse": "*"
4829             },
4830             "name": "Land Use"
4831         },
4832         "landuse/allotments": {
4833             "geometry": [
4834                 "area"
4835             ],
4836             "tags": {
4837                 "landuse": "allotments"
4838             },
4839             "terms": [
4840                 "allotment",
4841                 "garden"
4842             ],
4843             "name": "Community Garden"
4844         },
4845         "landuse/basin": {
4846             "geometry": [
4847                 "area"
4848             ],
4849             "tags": {
4850                 "landuse": "basin"
4851             },
4852             "terms": [],
4853             "name": "Basin"
4854         },
4855         "landuse/cemetery": {
4856             "icon": "cemetery",
4857             "fields": [
4858                 "religion",
4859                 "denomination"
4860             ],
4861             "geometry": [
4862                 "area"
4863             ],
4864             "tags": {
4865                 "landuse": "cemetery"
4866             },
4867             "terms": [],
4868             "name": "Cemetery"
4869         },
4870         "landuse/churchyard": {
4871             "fields": [
4872                 "religion",
4873                 "denomination"
4874             ],
4875             "geometry": [
4876                 "area"
4877             ],
4878             "tags": {
4879                 "landuse": "churchyard"
4880             },
4881             "terms": [],
4882             "name": "Churchyard"
4883         },
4884         "landuse/commercial": {
4885             "icon": "commercial",
4886             "geometry": [
4887                 "area"
4888             ],
4889             "tags": {
4890                 "landuse": "commercial"
4891             },
4892             "terms": [],
4893             "name": "Commercial Area"
4894         },
4895         "landuse/construction": {
4896             "fields": [
4897                 "construction",
4898                 "operator"
4899             ],
4900             "geometry": [
4901                 "area"
4902             ],
4903             "tags": {
4904                 "landuse": "construction"
4905             },
4906             "terms": [],
4907             "name": "Construction"
4908         },
4909         "landuse/farm": {
4910             "icon": "farm",
4911             "fields": [
4912                 "crop"
4913             ],
4914             "geometry": [
4915                 "point",
4916                 "area"
4917             ],
4918             "tags": {
4919                 "landuse": "farm"
4920             },
4921             "terms": [],
4922             "name": "Farmland",
4923             "searchable": false
4924         },
4925         "landuse/farmland": {
4926             "icon": "farm",
4927             "fields": [
4928                 "crop"
4929             ],
4930             "geometry": [
4931                 "area"
4932             ],
4933             "tags": {
4934                 "landuse": "farmland"
4935             },
4936             "terms": [],
4937             "name": "Farmland"
4938         },
4939         "landuse/farmyard": {
4940             "icon": "farm",
4941             "fields": [
4942                 "crop"
4943             ],
4944             "geometry": [
4945                 "area"
4946             ],
4947             "tags": {
4948                 "landuse": "farmyard"
4949             },
4950             "terms": [],
4951             "name": "Farmyard"
4952         },
4953         "landuse/forest": {
4954             "icon": "park2",
4955             "fields": [
4956                 "leaf_type",
4957                 "leaf_cycle"
4958             ],
4959             "geometry": [
4960                 "area"
4961             ],
4962             "tags": {
4963                 "landuse": "forest"
4964             },
4965             "terms": [
4966                 "tree"
4967             ],
4968             "name": "Forest"
4969         },
4970         "landuse/garages": {
4971             "geometry": [
4972                 "area"
4973             ],
4974             "tags": {
4975                 "landuse": "garages"
4976             },
4977             "terms": [],
4978             "name": "Garages"
4979         },
4980         "landuse/grass": {
4981             "geometry": [
4982                 "area"
4983             ],
4984             "tags": {
4985                 "landuse": "grass"
4986             },
4987             "terms": [],
4988             "name": "Grass"
4989         },
4990         "landuse/industrial": {
4991             "icon": "industrial",
4992             "geometry": [
4993                 "area"
4994             ],
4995             "tags": {
4996                 "landuse": "industrial"
4997             },
4998             "terms": [],
4999             "name": "Industrial Area"
5000         },
5001         "landuse/landfill": {
5002             "geometry": [
5003                 "area"
5004             ],
5005             "tags": {
5006                 "landuse": "landfill"
5007             },
5008             "terms": [
5009                 "dump"
5010             ],
5011             "name": "Landfill"
5012         },
5013         "landuse/meadow": {
5014             "geometry": [
5015                 "area"
5016             ],
5017             "tags": {
5018                 "landuse": "meadow"
5019             },
5020             "terms": [],
5021             "name": "Meadow"
5022         },
5023         "landuse/military": {
5024             "geometry": [
5025                 "area"
5026             ],
5027             "tags": {
5028                 "landuse": "military"
5029             },
5030             "terms": [],
5031             "name": "Military Area"
5032         },
5033         "landuse/orchard": {
5034             "icon": "park2",
5035             "fields": [
5036                 "trees"
5037             ],
5038             "geometry": [
5039                 "area"
5040             ],
5041             "tags": {
5042                 "landuse": "orchard"
5043             },
5044             "terms": [],
5045             "name": "Orchard"
5046         },
5047         "landuse/plant_nursery": {
5048             "icon": "garden",
5049             "fields": [
5050                 "name"
5051             ],
5052             "geometry": [
5053                 "point",
5054                 "area"
5055             ],
5056             "tags": {
5057                 "landuse": "plant_nursery"
5058             },
5059             "terms": [
5060                 "vivero"
5061             ],
5062             "name": "Plant Nursery"
5063         },
5064         "landuse/quarry": {
5065             "geometry": [
5066                 "area"
5067             ],
5068             "tags": {
5069                 "landuse": "quarry"
5070             },
5071             "terms": [],
5072             "name": "Quarry"
5073         },
5074         "landuse/residential": {
5075             "icon": "building",
5076             "geometry": [
5077                 "area"
5078             ],
5079             "tags": {
5080                 "landuse": "residential"
5081             },
5082             "terms": [],
5083             "name": "Residential Area"
5084         },
5085         "landuse/retail": {
5086             "icon": "shop",
5087             "geometry": [
5088                 "area"
5089             ],
5090             "tags": {
5091                 "landuse": "retail"
5092             },
5093             "name": "Retail Area"
5094         },
5095         "landuse/vineyard": {
5096             "geometry": [
5097                 "area"
5098             ],
5099             "tags": {
5100                 "landuse": "vineyard"
5101             },
5102             "terms": [],
5103             "name": "Vineyard"
5104         },
5105         "leisure": {
5106             "fields": [
5107                 "leisure"
5108             ],
5109             "geometry": [
5110                 "point",
5111                 "vertex",
5112                 "area"
5113             ],
5114             "tags": {
5115                 "leisure": "*"
5116             },
5117             "name": "Leisure"
5118         },
5119         "leisure/adult_gaming_centre": {
5120             "fields": [
5121                 "operator",
5122                 "address",
5123                 "building_area",
5124                 "opening_hours",
5125                 "smoking"
5126             ],
5127             "geometry": [
5128                 "point",
5129                 "area"
5130             ],
5131             "terms": [
5132                 "gambling",
5133                 "slot machine"
5134             ],
5135             "tags": {
5136                 "leisure": "adult_gaming_centre"
5137             },
5138             "name": "Adult Gaming Center"
5139         },
5140         "leisure/bowling_alley": {
5141             "fields": [
5142                 "operator",
5143                 "address",
5144                 "building_area",
5145                 "opening_hours",
5146                 "smoking"
5147             ],
5148             "geometry": [
5149                 "point",
5150                 "area"
5151             ],
5152             "terms": [],
5153             "tags": {
5154                 "leisure": "bowling_alley"
5155             },
5156             "name": "Bowling Alley"
5157         },
5158         "leisure/common": {
5159             "geometry": [
5160                 "point",
5161                 "area"
5162             ],
5163             "terms": [
5164                 "open space"
5165             ],
5166             "tags": {
5167                 "leisure": "common"
5168             },
5169             "name": "Common"
5170         },
5171         "leisure/dog_park": {
5172             "icon": "dog-park",
5173             "geometry": [
5174                 "point",
5175                 "area"
5176             ],
5177             "terms": [],
5178             "tags": {
5179                 "leisure": "dog_park"
5180             },
5181             "name": "Dog Park"
5182         },
5183         "leisure/firepit": {
5184             "geometry": [
5185                 "point",
5186                 "area"
5187             ],
5188             "tags": {
5189                 "leisure": "firepit"
5190             },
5191             "terms": [
5192                 "fireplace",
5193                 "campfire"
5194             ],
5195             "name": "Firepit"
5196         },
5197         "leisure/garden": {
5198             "icon": "garden",
5199             "geometry": [
5200                 "point",
5201                 "vertex",
5202                 "area"
5203             ],
5204             "tags": {
5205                 "leisure": "garden"
5206             },
5207             "name": "Garden"
5208         },
5209         "leisure/golf_course": {
5210             "icon": "golf",
5211             "fields": [
5212                 "operator",
5213                 "address",
5214                 "opening_hours"
5215             ],
5216             "geometry": [
5217                 "point",
5218                 "area"
5219             ],
5220             "terms": [
5221                 "links"
5222             ],
5223             "tags": {
5224                 "leisure": "golf_course"
5225             },
5226             "name": "Golf Course"
5227         },
5228         "leisure/ice_rink": {
5229             "icon": "pitch",
5230             "fields": [
5231                 "seasonal",
5232                 "sport_ice",
5233                 "operator",
5234                 "address",
5235                 "building_area",
5236                 "opening_hours"
5237             ],
5238             "geometry": [
5239                 "point",
5240                 "area"
5241             ],
5242             "terms": [
5243                 "hockey",
5244                 "skating",
5245                 "curling"
5246             ],
5247             "tags": {
5248                 "leisure": "ice_rink"
5249             },
5250             "name": "Ice Rink"
5251         },
5252         "leisure/marina": {
5253             "icon": "harbor",
5254             "fields": [
5255                 "operator",
5256                 "address",
5257                 "capacity",
5258                 "fee",
5259                 "sanitary_dump_station",
5260                 "power_supply",
5261                 "internet_access"
5262             ],
5263             "geometry": [
5264                 "point",
5265                 "vertex",
5266                 "area"
5267             ],
5268             "terms": [
5269                 "boat"
5270             ],
5271             "tags": {
5272                 "leisure": "marina"
5273             },
5274             "name": "Marina"
5275         },
5276         "leisure/nature_reserve": {
5277             "icon": "park",
5278             "geometry": [
5279                 "point",
5280                 "area"
5281             ],
5282             "tags": {
5283                 "leisure": "nature_reserve"
5284             },
5285             "terms": [
5286                 "protected",
5287                 "wildlife"
5288             ],
5289             "name": "Nature Reserve"
5290         },
5291         "leisure/park": {
5292             "icon": "park",
5293             "geometry": [
5294                 "point",
5295                 "area"
5296             ],
5297             "terms": [
5298                 "esplanade",
5299                 "estate",
5300                 "forest",
5301                 "garden",
5302                 "grass",
5303                 "green",
5304                 "grounds",
5305                 "lawn",
5306                 "lot",
5307                 "meadow",
5308                 "parkland",
5309                 "place",
5310                 "playground",
5311                 "plaza",
5312                 "pleasure garden",
5313                 "recreation area",
5314                 "square",
5315                 "tract",
5316                 "village green",
5317                 "woodland"
5318             ],
5319             "tags": {
5320                 "leisure": "park"
5321             },
5322             "name": "Park"
5323         },
5324         "leisure/picnic_table": {
5325             "geometry": [
5326                 "point"
5327             ],
5328             "tags": {
5329                 "leisure": "picnic_table"
5330             },
5331             "terms": [
5332                 "bench"
5333             ],
5334             "name": "Picnic Table"
5335         },
5336         "leisure/pitch": {
5337             "icon": "pitch",
5338             "fields": [
5339                 "sport",
5340                 "surface",
5341                 "lit"
5342             ],
5343             "geometry": [
5344                 "point",
5345                 "area"
5346             ],
5347             "tags": {
5348                 "leisure": "pitch"
5349             },
5350             "terms": [
5351                 "field"
5352             ],
5353             "name": "Sport Pitch"
5354         },
5355         "leisure/pitch/american_football": {
5356             "icon": "america-football",
5357             "fields": [
5358                 "surface",
5359                 "lit"
5360             ],
5361             "geometry": [
5362                 "point",
5363                 "area"
5364             ],
5365             "tags": {
5366                 "leisure": "pitch",
5367                 "sport": "american_football"
5368             },
5369             "terms": [],
5370             "name": "American Football Field"
5371         },
5372         "leisure/pitch/baseball": {
5373             "icon": "baseball",
5374             "fields": [
5375                 "lit"
5376             ],
5377             "geometry": [
5378                 "point",
5379                 "area"
5380             ],
5381             "tags": {
5382                 "leisure": "pitch",
5383                 "sport": "baseball"
5384             },
5385             "terms": [],
5386             "name": "Baseball Diamond"
5387         },
5388         "leisure/pitch/basketball": {
5389             "icon": "basketball",
5390             "fields": [
5391                 "surface",
5392                 "hoops",
5393                 "lit"
5394             ],
5395             "geometry": [
5396                 "point",
5397                 "area"
5398             ],
5399             "tags": {
5400                 "leisure": "pitch",
5401                 "sport": "basketball"
5402             },
5403             "terms": [],
5404             "name": "Basketball Court"
5405         },
5406         "leisure/pitch/rugby_league": {
5407             "icon": "america-football",
5408             "fields": [
5409                 "surface",
5410                 "lit"
5411             ],
5412             "geometry": [
5413                 "point",
5414                 "area"
5415             ],
5416             "tags": {
5417                 "leisure": "pitch",
5418                 "sport": "rugby_league"
5419             },
5420             "terms": [],
5421             "name": "Rugby League Field"
5422         },
5423         "leisure/pitch/rugby_union": {
5424             "icon": "america-football",
5425             "fields": [
5426                 "surface",
5427                 "lit"
5428             ],
5429             "geometry": [
5430                 "point",
5431                 "area"
5432             ],
5433             "tags": {
5434                 "leisure": "pitch",
5435                 "sport": "rugby_union"
5436             },
5437             "terms": [],
5438             "name": "Rugby Union Field"
5439         },
5440         "leisure/pitch/skateboard": {
5441             "icon": "pitch",
5442             "fields": [
5443                 "surface",
5444                 "lit"
5445             ],
5446             "geometry": [
5447                 "point",
5448                 "area"
5449             ],
5450             "tags": {
5451                 "leisure": "pitch",
5452                 "sport": "skateboard"
5453             },
5454             "terms": [],
5455             "name": "Skate Park"
5456         },
5457         "leisure/pitch/soccer": {
5458             "icon": "soccer",
5459             "fields": [
5460                 "surface",
5461                 "lit"
5462             ],
5463             "geometry": [
5464                 "point",
5465                 "area"
5466             ],
5467             "tags": {
5468                 "leisure": "pitch",
5469                 "sport": "soccer"
5470             },
5471             "terms": [],
5472             "name": "Soccer Field"
5473         },
5474         "leisure/pitch/tennis": {
5475             "icon": "tennis",
5476             "fields": [
5477                 "surface",
5478                 "lit"
5479             ],
5480             "geometry": [
5481                 "point",
5482                 "area"
5483             ],
5484             "tags": {
5485                 "leisure": "pitch",
5486                 "sport": "tennis"
5487             },
5488             "terms": [],
5489             "name": "Tennis Court"
5490         },
5491         "leisure/pitch/volleyball": {
5492             "icon": "pitch",
5493             "fields": [
5494                 "surface",
5495                 "lit"
5496             ],
5497             "geometry": [
5498                 "point",
5499                 "area"
5500             ],
5501             "tags": {
5502                 "leisure": "pitch",
5503                 "sport": "volleyball"
5504             },
5505             "terms": [],
5506             "name": "Volleyball Court"
5507         },
5508         "leisure/playground": {
5509             "icon": "playground",
5510             "geometry": [
5511                 "point",
5512                 "area"
5513             ],
5514             "terms": [
5515                 "jungle gym",
5516                 "play area"
5517             ],
5518             "tags": {
5519                 "leisure": "playground"
5520             },
5521             "name": "Playground"
5522         },
5523         "leisure/running_track": {
5524             "icon": "pitch",
5525             "fields": [
5526                 "surface",
5527                 "sport_racing",
5528                 "lit",
5529                 "width",
5530                 "lanes"
5531             ],
5532             "geometry": [
5533                 "point",
5534                 "line"
5535             ],
5536             "tags": {
5537                 "leisure": "track",
5538                 "sport": "running"
5539             },
5540             "name": "Running Track"
5541         },
5542         "leisure/slipway": {
5543             "geometry": [
5544                 "point",
5545                 "line"
5546             ],
5547             "terms": [
5548                 "boat launch",
5549                 "boat ramp"
5550             ],
5551             "tags": {
5552                 "leisure": "slipway"
5553             },
5554             "name": "Slipway"
5555         },
5556         "leisure/sports_center": {
5557             "icon": "pitch",
5558             "fields": [
5559                 "sport",
5560                 "address",
5561                 "building_area",
5562                 "opening_hours"
5563             ],
5564             "geometry": [
5565                 "point",
5566                 "area"
5567             ],
5568             "tags": {
5569                 "leisure": "sports_centre"
5570             },
5571             "terms": [
5572                 "gym"
5573             ],
5574             "name": "Sports Center / Gym"
5575         },
5576         "leisure/stadium": {
5577             "icon": "pitch",
5578             "fields": [
5579                 "sport",
5580                 "address"
5581             ],
5582             "geometry": [
5583                 "point",
5584                 "area"
5585             ],
5586             "tags": {
5587                 "leisure": "stadium"
5588             },
5589             "name": "Stadium"
5590         },
5591         "leisure/swimming_pool": {
5592             "icon": "swimming",
5593             "fields": [
5594                 "access_simple",
5595                 "operator",
5596                 "address"
5597             ],
5598             "geometry": [
5599                 "point",
5600                 "vertex",
5601                 "area"
5602             ],
5603             "tags": {
5604                 "leisure": "swimming_pool"
5605             },
5606             "name": "Swimming Pool"
5607         },
5608         "leisure/track": {
5609             "icon": "highway-road",
5610             "fields": [
5611                 "surface",
5612                 "sport_racing",
5613                 "lit",
5614                 "width",
5615                 "lanes"
5616             ],
5617             "geometry": [
5618                 "point",
5619                 "line"
5620             ],
5621             "tags": {
5622                 "leisure": "track"
5623             },
5624             "name": "Racetrack (non-Motorsport)"
5625         },
5626         "line": {
5627             "name": "Line",
5628             "tags": {},
5629             "geometry": [
5630                 "line"
5631             ],
5632             "matchScore": 0.1
5633         },
5634         "man_made": {
5635             "fields": [
5636                 "man_made"
5637             ],
5638             "geometry": [
5639                 "point",
5640                 "vertex",
5641                 "line",
5642                 "area"
5643             ],
5644             "tags": {
5645                 "man_made": "*"
5646             },
5647             "name": "Man Made"
5648         },
5649         "man_made/adit": {
5650             "geometry": [
5651                 "point",
5652                 "area"
5653             ],
5654             "fields": [
5655                 "operator"
5656             ],
5657             "terms": [
5658                 "entrance",
5659                 "underground",
5660                 "mine",
5661                 "cave"
5662             ],
5663             "tags": {
5664                 "man_made": "adit"
5665             },
5666             "name": "Adit"
5667         },
5668         "man_made/breakwater": {
5669             "geometry": [
5670                 "line",
5671                 "area"
5672             ],
5673             "tags": {
5674                 "man_made": "breakwater"
5675             },
5676             "name": "Breakwater"
5677         },
5678         "man_made/cutline": {
5679             "geometry": [
5680                 "line"
5681             ],
5682             "tags": {
5683                 "man_made": "cutline"
5684             },
5685             "name": "Cut line"
5686         },
5687         "man_made/embankment": {
5688             "geometry": [
5689                 "line"
5690             ],
5691             "tags": {
5692                 "man_made": "embankment"
5693             },
5694             "name": "Embankment",
5695             "searchable": false
5696         },
5697         "man_made/flagpole": {
5698             "geometry": [
5699                 "point"
5700             ],
5701             "tags": {
5702                 "man_made": "flagpole"
5703             },
5704             "name": "Flagpole",
5705             "icon": "embassy"
5706         },
5707         "man_made/lighthouse": {
5708             "icon": "lighthouse",
5709             "fields": [
5710                 "building_area"
5711             ],
5712             "geometry": [
5713                 "point",
5714                 "area"
5715             ],
5716             "tags": {
5717                 "man_made": "lighthouse"
5718             },
5719             "name": "Lighthouse"
5720         },
5721         "man_made/mast": {
5722             "geometry": [
5723                 "point"
5724             ],
5725             "terms": [
5726                 "broadcast tower",
5727                 "cell phone tower",
5728                 "cell tower",
5729                 "guyed tower",
5730                 "mobile phone tower",
5731                 "radio tower",
5732                 "television tower",
5733                 "transmission mast",
5734                 "transmission tower",
5735                 "tv tower"
5736             ],
5737             "tags": {
5738                 "man_made": "mast"
5739             },
5740             "name": "Radio Mast"
5741         },
5742         "man_made/observation": {
5743             "geometry": [
5744                 "point",
5745                 "area"
5746             ],
5747             "terms": [
5748                 "lookout tower",
5749                 "fire tower"
5750             ],
5751             "tags": {
5752                 "man_made": "tower",
5753                 "tower:type": "observation"
5754             },
5755             "name": "Observation Tower"
5756         },
5757         "man_made/petroleum_well": {
5758             "geometry": [
5759                 "point"
5760             ],
5761             "terms": [
5762                 "drilling rig",
5763                 "oil derrick",
5764                 "oil drill",
5765                 "oil horse",
5766                 "oil rig",
5767                 "oil pump",
5768                 "petroleum well",
5769                 "pumpjack"
5770             ],
5771             "tags": {
5772                 "man_made": "petroleum_well"
5773             },
5774             "name": "Oil Well"
5775         },
5776         "man_made/pier": {
5777             "geometry": [
5778                 "line",
5779                 "area"
5780             ],
5781             "tags": {
5782                 "man_made": "pier"
5783             },
5784             "name": "Pier"
5785         },
5786         "man_made/pipeline": {
5787             "icon": "pipeline-line",
5788             "fields": [
5789                 "location",
5790                 "operator"
5791             ],
5792             "geometry": [
5793                 "line"
5794             ],
5795             "tags": {
5796                 "man_made": "pipeline"
5797             },
5798             "name": "Pipeline"
5799         },
5800         "man_made/silo": {
5801             "fields": [
5802                 "building_area",
5803                 "crop"
5804             ],
5805             "geometry": [
5806                 "point",
5807                 "area"
5808             ],
5809             "terms": [
5810                 "grain",
5811                 "corn",
5812                 "wheat"
5813             ],
5814             "tags": {
5815                 "man_made": "silo"
5816             },
5817             "name": "Silo"
5818         },
5819         "man_made/storage_tank": {
5820             "fields": [
5821                 "building_area",
5822                 "content"
5823             ],
5824             "geometry": [
5825                 "point",
5826                 "area"
5827             ],
5828             "terms": [
5829                 "water",
5830                 "oil",
5831                 "gas",
5832                 "petrol"
5833             ],
5834             "tags": {
5835                 "man_made": "storage_tank"
5836             },
5837             "name": "Storage Tank"
5838         },
5839         "man_made/survey_point": {
5840             "icon": "monument",
5841             "fields": [
5842                 "ref"
5843             ],
5844             "geometry": [
5845                 "point",
5846                 "vertex"
5847             ],
5848             "tags": {
5849                 "man_made": "survey_point"
5850             },
5851             "name": "Survey Point"
5852         },
5853         "man_made/tower": {
5854             "fields": [
5855                 "towertype"
5856             ],
5857             "geometry": [
5858                 "point",
5859                 "area"
5860             ],
5861             "tags": {
5862                 "man_made": "tower"
5863             },
5864             "name": "Tower"
5865         },
5866         "man_made/wastewater_plant": {
5867             "icon": "water",
5868             "fields": [
5869                 "operator",
5870                 "address"
5871             ],
5872             "geometry": [
5873                 "point",
5874                 "area"
5875             ],
5876             "terms": [
5877                 "sewage*",
5878                 "water treatment plant",
5879                 "reclamation plant"
5880             ],
5881             "tags": {
5882                 "man_made": "wastewater_plant"
5883             },
5884             "name": "Wastewater Plant"
5885         },
5886         "man_made/water_tower": {
5887             "icon": "water",
5888             "fields": [
5889                 "operator"
5890             ],
5891             "geometry": [
5892                 "point",
5893                 "area"
5894             ],
5895             "tags": {
5896                 "man_made": "water_tower"
5897             },
5898             "name": "Water Tower"
5899         },
5900         "man_made/water_well": {
5901             "fields": [
5902                 "operator"
5903             ],
5904             "geometry": [
5905                 "point",
5906                 "area"
5907             ],
5908             "tags": {
5909                 "man_made": "water_well"
5910             },
5911             "name": "Water Well"
5912         },
5913         "man_made/water_works": {
5914             "icon": "water",
5915             "fields": [
5916                 "operator",
5917                 "address"
5918             ],
5919             "geometry": [
5920                 "point",
5921                 "area"
5922             ],
5923             "tags": {
5924                 "man_made": "water_works"
5925             },
5926             "name": "Water Works"
5927         },
5928         "military/airfield": {
5929             "icon": "airfield",
5930             "geometry": [
5931                 "point",
5932                 "vertex",
5933                 "area"
5934             ],
5935             "terms": [],
5936             "tags": {
5937                 "military": "airfield"
5938             },
5939             "name": "Airfield"
5940         },
5941         "military/barracks": {
5942             "geometry": [
5943                 "point",
5944                 "vertex",
5945                 "area"
5946             ],
5947             "terms": [],
5948             "tags": {
5949                 "military": "barracks"
5950             },
5951             "name": "Barracks"
5952         },
5953         "military/bunker": {
5954             "geometry": [
5955                 "point",
5956                 "vertex",
5957                 "area"
5958             ],
5959             "terms": [],
5960             "tags": {
5961                 "military": "bunker"
5962             },
5963             "name": "Bunker"
5964         },
5965         "military/checkpoint": {
5966             "geometry": [
5967                 "point",
5968                 "vertex",
5969                 "area"
5970             ],
5971             "terms": [],
5972             "tags": {
5973                 "military": "checkpoint"
5974             },
5975             "name": "Checkpoint"
5976         },
5977         "military/danger_area": {
5978             "geometry": [
5979                 "point",
5980                 "vertex",
5981                 "area"
5982             ],
5983             "terms": [],
5984             "tags": {
5985                 "military": "danger_area"
5986             },
5987             "name": "Danger Area"
5988         },
5989         "military/naval_base": {
5990             "geometry": [
5991                 "point",
5992                 "vertex",
5993                 "area"
5994             ],
5995             "terms": [],
5996             "tags": {
5997                 "military": "naval_base"
5998             },
5999             "name": "Naval Base"
6000         },
6001         "military/obstacle_course": {
6002             "geometry": [
6003                 "point",
6004                 "vertex",
6005                 "area"
6006             ],
6007             "terms": [],
6008             "tags": {
6009                 "military": "obstacle_course"
6010             },
6011             "name": "Obstacle Course"
6012         },
6013         "military/range": {
6014             "geometry": [
6015                 "point",
6016                 "vertex",
6017                 "area"
6018             ],
6019             "terms": [],
6020             "tags": {
6021                 "military": "range"
6022             },
6023             "name": "Military Range"
6024         },
6025         "military/training_area": {
6026             "geometry": [
6027                 "point",
6028                 "vertex",
6029                 "area"
6030             ],
6031             "terms": [],
6032             "tags": {
6033                 "military": "training_area"
6034             },
6035             "name": "Training area"
6036         },
6037         "natural": {
6038             "fields": [
6039                 "natural"
6040             ],
6041             "geometry": [
6042                 "point",
6043                 "vertex",
6044                 "area"
6045             ],
6046             "tags": {
6047                 "natural": "*"
6048             },
6049             "name": "Natural"
6050         },
6051         "natural/bay": {
6052             "geometry": [
6053                 "point",
6054                 "area"
6055             ],
6056             "terms": [],
6057             "tags": {
6058                 "natural": "bay"
6059             },
6060             "name": "Bay"
6061         },
6062         "natural/beach": {
6063             "fields": [
6064                 "surface"
6065             ],
6066             "geometry": [
6067                 "point",
6068                 "area"
6069             ],
6070             "terms": [],
6071             "tags": {
6072                 "natural": "beach"
6073             },
6074             "name": "Beach"
6075         },
6076         "natural/cave_entrance": {
6077             "geometry": [
6078                 "point",
6079                 "area"
6080             ],
6081             "fields": [
6082                 "fee",
6083                 "access_simple"
6084             ],
6085             "terms": [
6086                 "cavern",
6087                 "hollow",
6088                 "grotto",
6089                 "shelter",
6090                 "cavity"
6091             ],
6092             "tags": {
6093                 "natural": "cave_entrance"
6094             },
6095             "name": "Cave Entrance"
6096         },
6097         "natural/cliff": {
6098             "geometry": [
6099                 "point",
6100                 "vertex",
6101                 "line",
6102                 "area"
6103             ],
6104             "terms": [],
6105             "tags": {
6106                 "natural": "cliff"
6107             },
6108             "name": "Cliff"
6109         },
6110         "natural/coastline": {
6111             "geometry": [
6112                 "line"
6113             ],
6114             "terms": [
6115                 "shore"
6116             ],
6117             "tags": {
6118                 "natural": "coastline"
6119             },
6120             "name": "Coastline"
6121         },
6122         "natural/fell": {
6123             "geometry": [
6124                 "area"
6125             ],
6126             "terms": [],
6127             "tags": {
6128                 "natural": "fell"
6129             },
6130             "name": "Fell"
6131         },
6132         "natural/glacier": {
6133             "geometry": [
6134                 "area"
6135             ],
6136             "terms": [],
6137             "tags": {
6138                 "natural": "glacier"
6139             },
6140             "name": "Glacier"
6141         },
6142         "natural/grassland": {
6143             "geometry": [
6144                 "point",
6145                 "area"
6146             ],
6147             "terms": [],
6148             "tags": {
6149                 "natural": "grassland"
6150             },
6151             "name": "Grassland"
6152         },
6153         "natural/heath": {
6154             "geometry": [
6155                 "area"
6156             ],
6157             "terms": [],
6158             "tags": {
6159                 "natural": "heath"
6160             },
6161             "name": "Heath"
6162         },
6163         "natural/peak": {
6164             "icon": "triangle",
6165             "fields": [
6166                 "elevation"
6167             ],
6168             "geometry": [
6169                 "point",
6170                 "vertex"
6171             ],
6172             "tags": {
6173                 "natural": "peak"
6174             },
6175             "terms": [
6176                 "acme",
6177                 "aiguille",
6178                 "alp",
6179                 "climax",
6180                 "crest",
6181                 "crown",
6182                 "hill",
6183                 "mount",
6184                 "mountain",
6185                 "pinnacle",
6186                 "summit",
6187                 "tip",
6188                 "top"
6189             ],
6190             "name": "Peak"
6191         },
6192         "natural/saddle": {
6193             "icon": "triangle-stroked",
6194             "fields": [
6195                 "elevation"
6196             ],
6197             "geometry": [
6198                 "point",
6199                 "vertex"
6200             ],
6201             "tags": {
6202                 "natural": "saddle"
6203             },
6204             "terms": [
6205                 "pass",
6206                 "mountain pass",
6207                 "top"
6208             ],
6209             "name": "Saddle"
6210         },
6211         "natural/scree": {
6212             "geometry": [
6213                 "area"
6214             ],
6215             "tags": {
6216                 "natural": "scree"
6217             },
6218             "terms": [
6219                 "loose rocks"
6220             ],
6221             "name": "Scree"
6222         },
6223         "natural/scrub": {
6224             "geometry": [
6225                 "area"
6226             ],
6227             "tags": {
6228                 "natural": "scrub"
6229             },
6230             "terms": [
6231                 "bush",
6232                 "shrubs"
6233             ],
6234             "name": "Scrub"
6235         },
6236         "natural/spring": {
6237             "geometry": [
6238                 "point",
6239                 "vertex"
6240             ],
6241             "terms": [],
6242             "tags": {
6243                 "natural": "spring"
6244             },
6245             "name": "Spring"
6246         },
6247         "natural/tree": {
6248             "fields": [
6249                 "leaf_type_singular",
6250                 "leaf_cycle_singular",
6251                 "denotation"
6252             ],
6253             "icon": "park",
6254             "geometry": [
6255                 "point",
6256                 "vertex"
6257             ],
6258             "terms": [],
6259             "tags": {
6260                 "natural": "tree"
6261             },
6262             "name": "Tree"
6263         },
6264         "natural/tree_row": {
6265             "fields": [
6266                 "leaf_type",
6267                 "leaf_cycle",
6268                 "denotation"
6269             ],
6270             "icon": "park",
6271             "geometry": [
6272                 "line"
6273             ],
6274             "terms": [],
6275             "tags": {
6276                 "natural": "tree_row"
6277             },
6278             "name": "Tree row"
6279         },
6280         "natural/volcano": {
6281             "icon": "triangle",
6282             "fields": [
6283                 "elevation"
6284             ],
6285             "geometry": [
6286                 "point",
6287                 "vertex"
6288             ],
6289             "tags": {
6290                 "natural": "volcano"
6291             },
6292             "terms": [
6293                 "mountain",
6294                 "crater"
6295             ],
6296             "name": "Volcano"
6297         },
6298         "natural/water": {
6299             "fields": [
6300                 "water"
6301             ],
6302             "geometry": [
6303                 "area"
6304             ],
6305             "tags": {
6306                 "natural": "water"
6307             },
6308             "icon": "water",
6309             "name": "Water"
6310         },
6311         "natural/water/lake": {
6312             "geometry": [
6313                 "area"
6314             ],
6315             "tags": {
6316                 "natural": "water",
6317                 "water": "lake"
6318             },
6319             "terms": [
6320                 "lakelet",
6321                 "loch",
6322                 "mere"
6323             ],
6324             "icon": "water",
6325             "name": "Lake"
6326         },
6327         "natural/water/pond": {
6328             "geometry": [
6329                 "area"
6330             ],
6331             "tags": {
6332                 "natural": "water",
6333                 "water": "pond"
6334             },
6335             "terms": [
6336                 "lakelet",
6337                 "millpond",
6338                 "tarn",
6339                 "pool",
6340                 "mere"
6341             ],
6342             "icon": "water",
6343             "name": "Pond"
6344         },
6345         "natural/water/reservoir": {
6346             "geometry": [
6347                 "area"
6348             ],
6349             "tags": {
6350                 "natural": "water",
6351                 "water": "reservoir"
6352             },
6353             "icon": "water",
6354             "name": "Reservoir"
6355         },
6356         "natural/wetland": {
6357             "icon": "wetland",
6358             "fields": [
6359                 "wetland"
6360             ],
6361             "geometry": [
6362                 "point",
6363                 "area"
6364             ],
6365             "tags": {
6366                 "natural": "wetland"
6367             },
6368             "terms": [],
6369             "name": "Wetland"
6370         },
6371         "natural/wood": {
6372             "icon": "park2",
6373             "fields": [
6374                 "leaf_type",
6375                 "leaf_cycle"
6376             ],
6377             "geometry": [
6378                 "point",
6379                 "area"
6380             ],
6381             "tags": {
6382                 "natural": "wood"
6383             },
6384             "terms": [
6385                 "tree"
6386             ],
6387             "name": "Wood"
6388         },
6389         "office": {
6390             "icon": "commercial",
6391             "fields": [
6392                 "office",
6393                 "address",
6394                 "building_area",
6395                 "opening_hours",
6396                 "smoking"
6397             ],
6398             "geometry": [
6399                 "point",
6400                 "vertex",
6401                 "area"
6402             ],
6403             "tags": {
6404                 "office": "*"
6405             },
6406             "terms": [],
6407             "name": "Office"
6408         },
6409         "office/accountant": {
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": "accountant"
6423             },
6424             "terms": [],
6425             "name": "Accountant"
6426         },
6427         "office/administrative": {
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": "administrative"
6441             },
6442             "terms": [],
6443             "name": "Administrative Office"
6444         },
6445         "office/architect": {
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": "architect"
6459             },
6460             "terms": [],
6461             "name": "Architect"
6462         },
6463         "office/company": {
6464             "icon": "commercial",
6465             "fields": [
6466                 "address",
6467                 "building_area",
6468                 "opening_hours",
6469                 "smoking"
6470             ],
6471             "geometry": [
6472                 "point",
6473                 "vertex",
6474                 "area"
6475             ],
6476             "tags": {
6477                 "office": "company"
6478             },
6479             "terms": [],
6480             "name": "Company Office"
6481         },
6482         "office/educational_institution": {
6483             "icon": "commercial",
6484             "fields": [
6485                 "address",
6486                 "building_area",
6487                 "opening_hours"
6488             ],
6489             "geometry": [
6490                 "point",
6491                 "vertex",
6492                 "area"
6493             ],
6494             "tags": {
6495                 "office": "educational_institution"
6496             },
6497             "terms": [],
6498             "name": "Educational Institution"
6499         },
6500         "office/employment_agency": {
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": "employment_agency"
6514             },
6515             "terms": [
6516                 "job"
6517             ],
6518             "name": "Employment Agency"
6519         },
6520         "office/estate_agent": {
6521             "icon": "commercial",
6522             "fields": [
6523                 "address",
6524                 "building_area",
6525                 "opening_hours"
6526             ],
6527             "geometry": [
6528                 "point",
6529                 "vertex",
6530                 "area"
6531             ],
6532             "tags": {
6533                 "office": "estate_agent"
6534             },
6535             "terms": [],
6536             "name": "Real Estate Office"
6537         },
6538         "office/financial": {
6539             "icon": "commercial",
6540             "fields": [
6541                 "address",
6542                 "building_area",
6543                 "opening_hours"
6544             ],
6545             "geometry": [
6546                 "point",
6547                 "vertex",
6548                 "area"
6549             ],
6550             "tags": {
6551                 "office": "financial"
6552             },
6553             "terms": [],
6554             "name": "Financial Office"
6555         },
6556         "office/government": {
6557             "icon": "commercial",
6558             "fields": [
6559                 "address",
6560                 "building_area",
6561                 "opening_hours"
6562             ],
6563             "geometry": [
6564                 "point",
6565                 "vertex",
6566                 "area"
6567             ],
6568             "tags": {
6569                 "office": "government"
6570             },
6571             "terms": [],
6572             "name": "Government Office"
6573         },
6574         "office/insurance": {
6575             "icon": "commercial",
6576             "fields": [
6577                 "address",
6578                 "building_area",
6579                 "opening_hours"
6580             ],
6581             "geometry": [
6582                 "point",
6583                 "vertex",
6584                 "area"
6585             ],
6586             "tags": {
6587                 "office": "insurance"
6588             },
6589             "terms": [],
6590             "name": "Insurance Office"
6591         },
6592         "office/it": {
6593             "icon": "commercial",
6594             "fields": [
6595                 "address",
6596                 "building_area",
6597                 "opening_hours"
6598             ],
6599             "geometry": [
6600                 "point",
6601                 "vertex",
6602                 "area"
6603             ],
6604             "tags": {
6605                 "office": "it"
6606             },
6607             "terms": [],
6608             "name": "IT Office"
6609         },
6610         "office/lawyer": {
6611             "icon": "commercial",
6612             "fields": [
6613                 "address",
6614                 "building_area",
6615                 "opening_hours"
6616             ],
6617             "geometry": [
6618                 "point",
6619                 "vertex",
6620                 "area"
6621             ],
6622             "tags": {
6623                 "office": "lawyer"
6624             },
6625             "terms": [],
6626             "name": "Law Office"
6627         },
6628         "office/newspaper": {
6629             "icon": "commercial",
6630             "fields": [
6631                 "address",
6632                 "building_area",
6633                 "opening_hours"
6634             ],
6635             "geometry": [
6636                 "point",
6637                 "vertex",
6638                 "area"
6639             ],
6640             "tags": {
6641                 "office": "newspaper"
6642             },
6643             "terms": [],
6644             "name": "Newspaper"
6645         },
6646         "office/ngo": {
6647             "icon": "commercial",
6648             "fields": [
6649                 "address",
6650                 "building_area",
6651                 "opening_hours",
6652                 "smoking"
6653             ],
6654             "geometry": [
6655                 "point",
6656                 "vertex",
6657                 "area"
6658             ],
6659             "tags": {
6660                 "office": "ngo"
6661             },
6662             "terms": [],
6663             "name": "NGO Office"
6664         },
6665         "office/physician": {
6666             "icon": "commercial",
6667             "fields": [
6668                 "address",
6669                 "building_area",
6670                 "opening_hours"
6671             ],
6672             "geometry": [
6673                 "point",
6674                 "vertex",
6675                 "area"
6676             ],
6677             "tags": {
6678                 "office": "physician"
6679             },
6680             "terms": [],
6681             "name": "Physician"
6682         },
6683         "office/political_party": {
6684             "icon": "commercial",
6685             "fields": [
6686                 "address",
6687                 "building_area",
6688                 "opening_hours"
6689             ],
6690             "geometry": [
6691                 "point",
6692                 "vertex",
6693                 "area"
6694             ],
6695             "tags": {
6696                 "office": "political_party"
6697             },
6698             "terms": [],
6699             "name": "Political Party"
6700         },
6701         "office/research": {
6702             "icon": "commercial",
6703             "fields": [
6704                 "address",
6705                 "building_area",
6706                 "opening_hours"
6707             ],
6708             "geometry": [
6709                 "point",
6710                 "vertex",
6711                 "area"
6712             ],
6713             "tags": {
6714                 "office": "research"
6715             },
6716             "terms": [],
6717             "name": "Research Office"
6718         },
6719         "office/telecommunication": {
6720             "icon": "commercial",
6721             "fields": [
6722                 "address",
6723                 "building_area",
6724                 "opening_hours"
6725             ],
6726             "geometry": [
6727                 "point",
6728                 "vertex",
6729                 "area"
6730             ],
6731             "tags": {
6732                 "office": "telecommunication"
6733             },
6734             "terms": [],
6735             "name": "Telecom Office"
6736         },
6737         "office/therapist": {
6738             "icon": "commercial",
6739             "fields": [
6740                 "address",
6741                 "building_area",
6742                 "opening_hours"
6743             ],
6744             "geometry": [
6745                 "point",
6746                 "vertex",
6747                 "area"
6748             ],
6749             "tags": {
6750                 "office": "therapist"
6751             },
6752             "terms": [],
6753             "name": "Therapist"
6754         },
6755         "office/travel_agent": {
6756             "icon": "suitcase",
6757             "fields": [
6758                 "address",
6759                 "building_area",
6760                 "opening_hours"
6761             ],
6762             "geometry": [
6763                 "point",
6764                 "vertex",
6765                 "area"
6766             ],
6767             "tags": {
6768                 "office": "travel_agent"
6769             },
6770             "terms": [],
6771             "name": "Travel Agency",
6772             "searchable": false
6773         },
6774         "piste": {
6775             "icon": "skiing",
6776             "fields": [
6777                 "piste/type",
6778                 "piste/difficulty",
6779                 "piste/grooming",
6780                 "oneway",
6781                 "lit"
6782             ],
6783             "geometry": [
6784                 "point",
6785                 "line",
6786                 "area"
6787             ],
6788             "terms": [
6789                 "ski",
6790                 "sled",
6791                 "sleigh",
6792                 "snowboard",
6793                 "nordic",
6794                 "downhill",
6795                 "snowmobile"
6796             ],
6797             "tags": {
6798                 "piste:type": "*"
6799             },
6800             "name": "Piste/Ski Trail"
6801         },
6802         "place": {
6803             "fields": [
6804                 "place"
6805             ],
6806             "geometry": [
6807                 "point",
6808                 "vertex",
6809                 "area"
6810             ],
6811             "tags": {
6812                 "place": "*"
6813             },
6814             "searchable": false,
6815             "name": "Place"
6816         },
6817         "place/city": {
6818             "icon": "city",
6819             "fields": [
6820                 "population"
6821             ],
6822             "geometry": [
6823                 "point",
6824                 "area"
6825             ],
6826             "tags": {
6827                 "place": "city"
6828             },
6829             "name": "City"
6830         },
6831         "place/farm": {
6832             "icon": "farm",
6833             "geometry": [
6834                 "point",
6835                 "area"
6836             ],
6837             "tags": {
6838                 "place": "farm"
6839             },
6840             "name": "Farm"
6841         },
6842         "place/hamlet": {
6843             "icon": "triangle-stroked",
6844             "fields": [
6845                 "population"
6846             ],
6847             "geometry": [
6848                 "point",
6849                 "area"
6850             ],
6851             "tags": {
6852                 "place": "hamlet"
6853             },
6854             "name": "Hamlet"
6855         },
6856         "place/island": {
6857             "geometry": [
6858                 "point",
6859                 "area"
6860             ],
6861             "terms": [
6862                 "archipelago",
6863                 "atoll",
6864                 "bar",
6865                 "cay",
6866                 "isle",
6867                 "islet",
6868                 "key",
6869                 "reef"
6870             ],
6871             "tags": {
6872                 "place": "island"
6873             },
6874             "name": "Island"
6875         },
6876         "place/isolated_dwelling": {
6877             "geometry": [
6878                 "point",
6879                 "area"
6880             ],
6881             "tags": {
6882                 "place": "isolated_dwelling"
6883             },
6884             "name": "Isolated Dwelling"
6885         },
6886         "place/locality": {
6887             "icon": "marker",
6888             "fields": [
6889                 "population"
6890             ],
6891             "geometry": [
6892                 "point",
6893                 "area"
6894             ],
6895             "tags": {
6896                 "place": "locality"
6897             },
6898             "name": "Locality"
6899         },
6900         "place/neighbourhood": {
6901             "icon": "triangle-stroked",
6902             "fields": [
6903                 "population"
6904             ],
6905             "geometry": [
6906                 "point",
6907                 "area"
6908             ],
6909             "tags": {
6910                 "place": "neighbourhood"
6911             },
6912             "terms": [
6913                 "neighbourhood"
6914             ],
6915             "name": "Neighborhood"
6916         },
6917         "place/suburb": {
6918             "icon": "triangle-stroked",
6919             "fields": [
6920                 "population"
6921             ],
6922             "geometry": [
6923                 "point",
6924                 "area"
6925             ],
6926             "tags": {
6927                 "place": "suburb"
6928             },
6929             "terms": [
6930                 "Boro",
6931                 "Quarter"
6932             ],
6933             "name": "Borough"
6934         },
6935         "place/town": {
6936             "icon": "town",
6937             "fields": [
6938                 "population"
6939             ],
6940             "geometry": [
6941                 "point",
6942                 "area"
6943             ],
6944             "tags": {
6945                 "place": "town"
6946             },
6947             "name": "Town"
6948         },
6949         "place/village": {
6950             "icon": "village",
6951             "fields": [
6952                 "population"
6953             ],
6954             "geometry": [
6955                 "point",
6956                 "area"
6957             ],
6958             "tags": {
6959                 "place": "village"
6960             },
6961             "name": "Village"
6962         },
6963         "point": {
6964             "name": "Point",
6965             "tags": {},
6966             "geometry": [
6967                 "point"
6968             ],
6969             "matchScore": 0.1
6970         },
6971         "power": {
6972             "geometry": [
6973                 "point",
6974                 "vertex",
6975                 "line",
6976                 "area"
6977             ],
6978             "tags": {
6979                 "power": "*"
6980             },
6981             "fields": [
6982                 "power"
6983             ],
6984             "searchable": false,
6985             "name": "Power"
6986         },
6987         "power/generator": {
6988             "fields": [
6989                 "operator",
6990                 "generator/source",
6991                 "generator/method",
6992                 "generator/type"
6993             ],
6994             "geometry": [
6995                 "point",
6996                 "vertex",
6997                 "area"
6998             ],
6999             "tags": {
7000                 "power": "generator"
7001             },
7002             "name": "Power Generator"
7003         },
7004         "power/line": {
7005             "geometry": [
7006                 "line"
7007             ],
7008             "tags": {
7009                 "power": "line"
7010             },
7011             "name": "Power Line",
7012             "icon": "power-line"
7013         },
7014         "power/minor_line": {
7015             "geometry": [
7016                 "line"
7017             ],
7018             "tags": {
7019                 "power": "minor_line"
7020             },
7021             "name": "Minor Power Line",
7022             "icon": "power-line"
7023         },
7024         "power/pole": {
7025             "geometry": [
7026                 "vertex"
7027             ],
7028             "tags": {
7029                 "power": "pole"
7030             },
7031             "name": "Power Pole"
7032         },
7033         "power/sub_station": {
7034             "fields": [
7035                 "substation",
7036                 "operator",
7037                 "building"
7038             ],
7039             "geometry": [
7040                 "point",
7041                 "area"
7042             ],
7043             "tags": {
7044                 "power": "sub_station"
7045             },
7046             "name": "Substation",
7047             "searchable": false
7048         },
7049         "power/substation": {
7050             "fields": [
7051                 "substation",
7052                 "operator",
7053                 "building"
7054             ],
7055             "geometry": [
7056                 "point",
7057                 "area"
7058             ],
7059             "tags": {
7060                 "power": "substation"
7061             },
7062             "name": "Substation"
7063         },
7064         "power/tower": {
7065             "geometry": [
7066                 "vertex"
7067             ],
7068             "tags": {
7069                 "power": "tower"
7070             },
7071             "name": "High-Voltage Tower"
7072         },
7073         "power/transformer": {
7074             "geometry": [
7075                 "point",
7076                 "vertex",
7077                 "area"
7078             ],
7079             "tags": {
7080                 "power": "transformer"
7081             },
7082             "name": "Transformer"
7083         },
7084         "public_transport/platform": {
7085             "fields": [
7086                 "ref",
7087                 "network",
7088                 "operator",
7089                 "shelter"
7090             ],
7091             "geometry": [
7092                 "point",
7093                 "vertex",
7094                 "line",
7095                 "area"
7096             ],
7097             "tags": {
7098                 "public_transport": "platform"
7099             },
7100             "name": "Platform"
7101         },
7102         "public_transport/stop_position": {
7103             "icon": "bus",
7104             "fields": [
7105                 "ref",
7106                 "network",
7107                 "operator"
7108             ],
7109             "geometry": [
7110                 "vertex"
7111             ],
7112             "tags": {
7113                 "public_transport": "stop_position"
7114             },
7115             "name": "Stop Position"
7116         },
7117         "railway": {
7118             "fields": [
7119                 "railway"
7120             ],
7121             "geometry": [
7122                 "point",
7123                 "vertex",
7124                 "line",
7125                 "area"
7126             ],
7127             "tags": {
7128                 "railway": "*"
7129             },
7130             "searchable": false,
7131             "name": "Railway"
7132         },
7133         "railway/abandoned": {
7134             "icon": "railway-abandoned",
7135             "geometry": [
7136                 "line"
7137             ],
7138             "tags": {
7139                 "railway": "abandoned"
7140             },
7141             "fields": [
7142                 "structure",
7143                 "service_rail"
7144             ],
7145             "terms": [],
7146             "name": "Abandoned Railway"
7147         },
7148         "railway/disused": {
7149             "icon": "railway-disused",
7150             "geometry": [
7151                 "line"
7152             ],
7153             "tags": {
7154                 "railway": "disused"
7155             },
7156             "fields": [
7157                 "structure",
7158                 "service_rail"
7159             ],
7160             "terms": [],
7161             "name": "Disused Railway"
7162         },
7163         "railway/funicular": {
7164             "geometry": [
7165                 "line"
7166             ],
7167             "terms": [
7168                 "venicular",
7169                 "cliff railway",
7170                 "cable car",
7171                 "cable railway",
7172                 "funicular railway"
7173             ],
7174             "fields": [
7175                 "structure",
7176                 "gauge",
7177                 "service_rail"
7178             ],
7179             "tags": {
7180                 "railway": "funicular"
7181             },
7182             "icon": "railway-rail",
7183             "name": "Funicular"
7184         },
7185         "railway/halt": {
7186             "icon": "rail",
7187             "geometry": [
7188                 "point",
7189                 "vertex"
7190             ],
7191             "tags": {
7192                 "railway": "halt"
7193             },
7194             "name": "Railway Halt",
7195             "terms": [
7196                 "break",
7197                 "interrupt",
7198                 "rest",
7199                 "wait",
7200                 "interruption"
7201             ]
7202         },
7203         "railway/level_crossing": {
7204             "icon": "cross",
7205             "geometry": [
7206                 "vertex"
7207             ],
7208             "tags": {
7209                 "railway": "level_crossing"
7210             },
7211             "terms": [
7212                 "crossing",
7213                 "railroad crossing",
7214                 "level crossing",
7215                 "grade crossing",
7216                 "road through railroad",
7217                 "train crossing"
7218             ],
7219             "name": "Railway Crossing"
7220         },
7221         "railway/monorail": {
7222             "icon": "railway-monorail",
7223             "geometry": [
7224                 "line"
7225             ],
7226             "tags": {
7227                 "railway": "monorail"
7228             },
7229             "fields": [
7230                 "structure",
7231                 "electrified",
7232                 "service_rail"
7233             ],
7234             "terms": [],
7235             "name": "Monorail"
7236         },
7237         "railway/narrow_gauge": {
7238             "icon": "railway-rail",
7239             "geometry": [
7240                 "line"
7241             ],
7242             "tags": {
7243                 "railway": "narrow_gauge"
7244             },
7245             "fields": [
7246                 "structure",
7247                 "gauge",
7248                 "electrified",
7249                 "service_rail"
7250             ],
7251             "terms": [
7252                 "narrow gauge railway",
7253                 "narrow gauge railroad"
7254             ],
7255             "name": "Narrow Gauge Rail"
7256         },
7257         "railway/platform": {
7258             "geometry": [
7259                 "point",
7260                 "vertex",
7261                 "line",
7262                 "area"
7263             ],
7264             "tags": {
7265                 "railway": "platform"
7266             },
7267             "name": "Railway Platform"
7268         },
7269         "railway/rail": {
7270             "icon": "railway-rail",
7271             "geometry": [
7272                 "line"
7273             ],
7274             "tags": {
7275                 "railway": "rail"
7276             },
7277             "fields": [
7278                 "structure",
7279                 "gauge",
7280                 "electrified",
7281                 "service_rail"
7282             ],
7283             "terms": [],
7284             "name": "Rail"
7285         },
7286         "railway/station": {
7287             "icon": "rail",
7288             "fields": [
7289                 "network",
7290                 "operator",
7291                 "address",
7292                 "building_area"
7293             ],
7294             "geometry": [
7295                 "point",
7296                 "vertex",
7297                 "area"
7298             ],
7299             "tags": {
7300                 "railway": "station"
7301             },
7302             "terms": [
7303                 "train station",
7304                 "station"
7305             ],
7306             "name": "Railway Station"
7307         },
7308         "railway/subway": {
7309             "icon": "railway-subway",
7310             "geometry": [
7311                 "line"
7312             ],
7313             "tags": {
7314                 "railway": "subway"
7315             },
7316             "fields": [
7317                 "structure",
7318                 "gauge",
7319                 "electrified",
7320                 "service_rail"
7321             ],
7322             "terms": [],
7323             "name": "Subway"
7324         },
7325         "railway/subway_entrance": {
7326             "icon": "rail-metro",
7327             "geometry": [
7328                 "point"
7329             ],
7330             "tags": {
7331                 "railway": "subway_entrance"
7332             },
7333             "terms": [],
7334             "name": "Subway Entrance"
7335         },
7336         "railway/tram": {
7337             "icon": "railway-light-rail",
7338             "geometry": [
7339                 "line"
7340             ],
7341             "tags": {
7342                 "railway": "tram"
7343             },
7344             "fields": [
7345                 "structure",
7346                 "gauge",
7347                 "electrified",
7348                 "service_rail"
7349             ],
7350             "terms": [
7351                 "streetcar"
7352             ],
7353             "name": "Tram"
7354         },
7355         "relation": {
7356             "name": "Relation",
7357             "icon": "relation",
7358             "tags": {},
7359             "geometry": [
7360                 "relation"
7361             ],
7362             "fields": [
7363                 "relation"
7364             ]
7365         },
7366         "roundabout": {
7367             "geometry": [
7368                 "vertex",
7369                 "line"
7370             ],
7371             "tags": {
7372                 "junction": "roundabout"
7373             },
7374             "name": "Roundabout",
7375             "searchable": false
7376         },
7377         "route/ferry": {
7378             "icon": "ferry-line",
7379             "geometry": [
7380                 "line"
7381             ],
7382             "tags": {
7383                 "route": "ferry"
7384             },
7385             "name": "Ferry Route"
7386         },
7387         "shop": {
7388             "icon": "shop",
7389             "fields": [
7390                 "shop",
7391                 "operator",
7392                 "address",
7393                 "building_area",
7394                 "opening_hours"
7395             ],
7396             "geometry": [
7397                 "point",
7398                 "area"
7399             ],
7400             "tags": {
7401                 "shop": "*"
7402             },
7403             "terms": [],
7404             "name": "Shop"
7405         },
7406         "shop/alcohol": {
7407             "icon": "alcohol-shop",
7408             "fields": [
7409                 "operator",
7410                 "address",
7411                 "building_area",
7412                 "opening_hours",
7413                 "drive_through"
7414             ],
7415             "geometry": [
7416                 "point",
7417                 "area"
7418             ],
7419             "terms": [
7420                 "alcohol",
7421                 "beer",
7422                 "booze",
7423                 "wine"
7424             ],
7425             "tags": {
7426                 "shop": "alcohol"
7427             },
7428             "name": "Liquor Store"
7429         },
7430         "shop/anime": {
7431             "icon": "shop",
7432             "fields": [
7433                 "operator",
7434                 "address",
7435                 "building_area",
7436                 "opening_hours"
7437             ],
7438             "geometry": [
7439                 "point",
7440                 "area"
7441             ],
7442             "tags": {
7443                 "shop": "anime"
7444             },
7445             "name": "Anime Shop"
7446         },
7447         "shop/antiques": {
7448             "icon": "shop",
7449             "fields": [
7450                 "operator",
7451                 "address",
7452                 "building_area",
7453                 "opening_hours"
7454             ],
7455             "geometry": [
7456                 "point",
7457                 "area"
7458             ],
7459             "tags": {
7460                 "shop": "antiques"
7461             },
7462             "name": "Antiques Shop"
7463         },
7464         "shop/art": {
7465             "icon": "art-gallery",
7466             "fields": [
7467                 "operator",
7468                 "address",
7469                 "building_area",
7470                 "opening_hours"
7471             ],
7472             "geometry": [
7473                 "point",
7474                 "area"
7475             ],
7476             "tags": {
7477                 "shop": "art"
7478             },
7479             "name": "Art Gallery"
7480         },
7481         "shop/baby_goods": {
7482             "icon": "shop",
7483             "fields": [
7484                 "operator",
7485                 "address",
7486                 "building_area",
7487                 "opening_hours"
7488             ],
7489             "geometry": [
7490                 "point",
7491                 "area"
7492             ],
7493             "tags": {
7494                 "shop": "baby_goods"
7495             },
7496             "name": "Baby Goods Store"
7497         },
7498         "shop/bag": {
7499             "icon": "shop",
7500             "fields": [
7501                 "operator",
7502                 "address",
7503                 "building_area",
7504                 "opening_hours"
7505             ],
7506             "geometry": [
7507                 "point",
7508                 "area"
7509             ],
7510             "terms": [
7511                 "handbag",
7512                 "purse"
7513             ],
7514             "tags": {
7515                 "shop": "bag"
7516             },
7517             "name": "Bag/Luggage Store"
7518         },
7519         "shop/bakery": {
7520             "icon": "bakery",
7521             "fields": [
7522                 "operator",
7523                 "address",
7524                 "building_area",
7525                 "opening_hours"
7526             ],
7527             "geometry": [
7528                 "point",
7529                 "area"
7530             ],
7531             "tags": {
7532                 "shop": "bakery"
7533             },
7534             "name": "Bakery"
7535         },
7536         "shop/bathroom_furnishing": {
7537             "icon": "shop",
7538             "fields": [
7539                 "operator",
7540                 "address",
7541                 "building_area",
7542                 "opening_hours"
7543             ],
7544             "geometry": [
7545                 "point",
7546                 "area"
7547             ],
7548             "tags": {
7549                 "shop": "bathroom_furnishing"
7550             },
7551             "name": "Bathroom Furnishing Store"
7552         },
7553         "shop/beauty": {
7554             "icon": "shop",
7555             "fields": [
7556                 "operator",
7557                 "address",
7558                 "building_area",
7559                 "opening_hours"
7560             ],
7561             "geometry": [
7562                 "point",
7563                 "area"
7564             ],
7565             "terms": [
7566                 "nail spa",
7567                 "spa",
7568                 "salon",
7569                 "tanning"
7570             ],
7571             "tags": {
7572                 "shop": "beauty"
7573             },
7574             "name": "Beauty Shop"
7575         },
7576         "shop/bed": {
7577             "icon": "lodging",
7578             "fields": [
7579                 "operator",
7580                 "address",
7581                 "building_area",
7582                 "opening_hours"
7583             ],
7584             "geometry": [
7585                 "point",
7586                 "area"
7587             ],
7588             "tags": {
7589                 "shop": "bed"
7590             },
7591             "name": "Bedding/Mattress Store"
7592         },
7593         "shop/beverages": {
7594             "icon": "shop",
7595             "fields": [
7596                 "operator",
7597                 "address",
7598                 "building_area",
7599                 "opening_hours"
7600             ],
7601             "geometry": [
7602                 "point",
7603                 "area"
7604             ],
7605             "tags": {
7606                 "shop": "beverages"
7607             },
7608             "name": "Beverage Store"
7609         },
7610         "shop/bicycle": {
7611             "icon": "bicycle",
7612             "fields": [
7613                 "operator",
7614                 "address",
7615                 "building_area",
7616                 "opening_hours"
7617             ],
7618             "geometry": [
7619                 "point",
7620                 "area"
7621             ],
7622             "tags": {
7623                 "shop": "bicycle"
7624             },
7625             "name": "Bicycle Shop"
7626         },
7627         "shop/bookmaker": {
7628             "icon": "shop",
7629             "fields": [
7630                 "operator",
7631                 "address",
7632                 "building_area",
7633                 "opening_hours"
7634             ],
7635             "geometry": [
7636                 "point",
7637                 "area"
7638             ],
7639             "tags": {
7640                 "shop": "bookmaker"
7641             },
7642             "name": "Bookmaker"
7643         },
7644         "shop/books": {
7645             "icon": "shop",
7646             "fields": [
7647                 "operator",
7648                 "address",
7649                 "building_area",
7650                 "opening_hours"
7651             ],
7652             "geometry": [
7653                 "point",
7654                 "area"
7655             ],
7656             "tags": {
7657                 "shop": "books"
7658             },
7659             "name": "Book Store"
7660         },
7661         "shop/boutique": {
7662             "icon": "shop",
7663             "fields": [
7664                 "operator",
7665                 "address",
7666                 "building_area",
7667                 "opening_hours"
7668             ],
7669             "geometry": [
7670                 "point",
7671                 "area"
7672             ],
7673             "tags": {
7674                 "shop": "boutique"
7675             },
7676             "name": "Boutique"
7677         },
7678         "shop/butcher": {
7679             "icon": "slaughterhouse",
7680             "fields": [
7681                 "operator",
7682                 "address",
7683                 "building_area",
7684                 "opening_hours"
7685             ],
7686             "geometry": [
7687                 "point",
7688                 "area"
7689             ],
7690             "terms": [
7691                 "meat"
7692             ],
7693             "tags": {
7694                 "shop": "butcher"
7695             },
7696             "name": "Butcher"
7697         },
7698         "shop/candles": {
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": "candles"
7712             },
7713             "name": "Candle Shop"
7714         },
7715         "shop/car": {
7716             "icon": "car",
7717             "fields": [
7718                 "operator",
7719                 "address",
7720                 "building_area",
7721                 "opening_hours"
7722             ],
7723             "geometry": [
7724                 "point",
7725                 "area"
7726             ],
7727             "terms": [
7728                 "auto"
7729             ],
7730             "tags": {
7731                 "shop": "car"
7732             },
7733             "name": "Car Dealership"
7734         },
7735         "shop/car_parts": {
7736             "icon": "car",
7737             "fields": [
7738                 "operator",
7739                 "address",
7740                 "building_area",
7741                 "opening_hours"
7742             ],
7743             "geometry": [
7744                 "point",
7745                 "area"
7746             ],
7747             "terms": [
7748                 "auto"
7749             ],
7750             "tags": {
7751                 "shop": "car_parts"
7752             },
7753             "name": "Car Parts Store"
7754         },
7755         "shop/car_repair": {
7756             "icon": "car",
7757             "fields": [
7758                 "operator",
7759                 "address",
7760                 "building_area",
7761                 "opening_hours"
7762             ],
7763             "geometry": [
7764                 "point",
7765                 "area"
7766             ],
7767             "terms": [
7768                 "auto"
7769             ],
7770             "tags": {
7771                 "shop": "car_repair"
7772             },
7773             "name": "Car Repair Shop"
7774         },
7775         "shop/carpet": {
7776             "icon": "shop",
7777             "fields": [
7778                 "operator",
7779                 "address",
7780                 "building_area",
7781                 "opening_hours"
7782             ],
7783             "geometry": [
7784                 "point",
7785                 "area"
7786             ],
7787             "terms": [
7788                 "rug"
7789             ],
7790             "tags": {
7791                 "shop": "carpet"
7792             },
7793             "name": "Carpet Store"
7794         },
7795         "shop/cheese": {
7796             "icon": "shop",
7797             "fields": [
7798                 "operator",
7799                 "address",
7800                 "building_area",
7801                 "opening_hours"
7802             ],
7803             "geometry": [
7804                 "point",
7805                 "area"
7806             ],
7807             "tags": {
7808                 "shop": "cheese"
7809             },
7810             "name": "Cheese Store"
7811         },
7812         "shop/chemist": {
7813             "icon": "chemist",
7814             "fields": [
7815                 "operator",
7816                 "address",
7817                 "building_area",
7818                 "opening_hours"
7819             ],
7820             "geometry": [
7821                 "point",
7822                 "area"
7823             ],
7824             "tags": {
7825                 "shop": "chemist"
7826             },
7827             "name": "Chemist"
7828         },
7829         "shop/chocolate": {
7830             "icon": "shop",
7831             "fields": [
7832                 "operator",
7833                 "address",
7834                 "building_area",
7835                 "opening_hours"
7836             ],
7837             "geometry": [
7838                 "point",
7839                 "area"
7840             ],
7841             "tags": {
7842                 "shop": "chocolate"
7843             },
7844             "name": "Chocolate Store"
7845         },
7846         "shop/clothes": {
7847             "icon": "clothing-store",
7848             "fields": [
7849                 "operator",
7850                 "address",
7851                 "building_area",
7852                 "opening_hours"
7853             ],
7854             "geometry": [
7855                 "point",
7856                 "area"
7857             ],
7858             "tags": {
7859                 "shop": "clothes"
7860             },
7861             "name": "Clothing Store"
7862         },
7863         "shop/computer": {
7864             "icon": "shop",
7865             "fields": [
7866                 "operator",
7867                 "address",
7868                 "building_area",
7869                 "opening_hours"
7870             ],
7871             "geometry": [
7872                 "point",
7873                 "area"
7874             ],
7875             "tags": {
7876                 "shop": "computer"
7877             },
7878             "name": "Computer Store"
7879         },
7880         "shop/confectionery": {
7881             "icon": "shop",
7882             "fields": [
7883                 "operator",
7884                 "address",
7885                 "building_area",
7886                 "opening_hours"
7887             ],
7888             "geometry": [
7889                 "point",
7890                 "area"
7891             ],
7892             "tags": {
7893                 "shop": "confectionery"
7894             },
7895             "name": "Candy Store"
7896         },
7897         "shop/convenience": {
7898             "icon": "shop",
7899             "fields": [
7900                 "operator",
7901                 "address",
7902                 "building_area",
7903                 "opening_hours"
7904             ],
7905             "geometry": [
7906                 "point",
7907                 "area"
7908             ],
7909             "tags": {
7910                 "shop": "convenience"
7911             },
7912             "name": "Convenience Store"
7913         },
7914         "shop/copyshop": {
7915             "icon": "shop",
7916             "fields": [
7917                 "operator",
7918                 "address",
7919                 "building_area",
7920                 "opening_hours"
7921             ],
7922             "geometry": [
7923                 "point",
7924                 "area"
7925             ],
7926             "tags": {
7927                 "shop": "copyshop"
7928             },
7929             "name": "Copy Store"
7930         },
7931         "shop/cosmetics": {
7932             "icon": "shop",
7933             "fields": [
7934                 "operator",
7935                 "address",
7936                 "building_area",
7937                 "opening_hours"
7938             ],
7939             "geometry": [
7940                 "point",
7941                 "area"
7942             ],
7943             "tags": {
7944                 "shop": "cosmetics"
7945             },
7946             "name": "Cosmetics Store"
7947         },
7948         "shop/craft": {
7949             "icon": "art-gallery",
7950             "fields": [
7951                 "operator",
7952                 "address",
7953                 "building_area",
7954                 "opening_hours"
7955             ],
7956             "geometry": [
7957                 "point",
7958                 "area"
7959             ],
7960             "tags": {
7961                 "shop": "craft"
7962             },
7963             "name": "Arts and Crafts Store"
7964         },
7965         "shop/curtain": {
7966             "icon": "shop",
7967             "fields": [
7968                 "operator",
7969                 "address",
7970                 "building_area",
7971                 "opening_hours"
7972             ],
7973             "geometry": [
7974                 "point",
7975                 "area"
7976             ],
7977             "terms": [
7978                 "drape*",
7979                 "window"
7980             ],
7981             "tags": {
7982                 "shop": "curtain"
7983             },
7984             "name": "Curtain Store"
7985         },
7986         "shop/dairy": {
7987             "icon": "shop",
7988             "fields": [
7989                 "operator",
7990                 "address",
7991                 "building_area",
7992                 "opening_hours"
7993             ],
7994             "geometry": [
7995                 "point",
7996                 "area"
7997             ],
7998             "terms": [
7999                 "milk",
8000                 "egg",
8001                 "cheese"
8002             ],
8003             "tags": {
8004                 "shop": "dairy"
8005             },
8006             "name": "Dairy Store"
8007         },
8008         "shop/deli": {
8009             "icon": "restaurant",
8010             "fields": [
8011                 "operator",
8012                 "address",
8013                 "building_area",
8014                 "opening_hours"
8015             ],
8016             "geometry": [
8017                 "point",
8018                 "area"
8019             ],
8020             "terms": [
8021                 "lunch",
8022                 "meat",
8023                 "sandwich"
8024             ],
8025             "tags": {
8026                 "shop": "deli"
8027             },
8028             "name": "Deli"
8029         },
8030         "shop/department_store": {
8031             "icon": "shop",
8032             "fields": [
8033                 "operator",
8034                 "address",
8035                 "building_area",
8036                 "opening_hours"
8037             ],
8038             "geometry": [
8039                 "point",
8040                 "area"
8041             ],
8042             "tags": {
8043                 "shop": "department_store"
8044             },
8045             "name": "Department Store"
8046         },
8047         "shop/doityourself": {
8048             "icon": "shop",
8049             "fields": [
8050                 "operator",
8051                 "address",
8052                 "building_area",
8053                 "opening_hours"
8054             ],
8055             "geometry": [
8056                 "point",
8057                 "area"
8058             ],
8059             "tags": {
8060                 "shop": "doityourself"
8061             },
8062             "name": "DIY Store"
8063         },
8064         "shop/dry_cleaning": {
8065             "icon": "shop",
8066             "fields": [
8067                 "operator",
8068                 "address",
8069                 "building_area",
8070                 "opening_hours"
8071             ],
8072             "geometry": [
8073                 "point",
8074                 "area"
8075             ],
8076             "tags": {
8077                 "shop": "dry_cleaning"
8078             },
8079             "name": "Dry Cleaner"
8080         },
8081         "shop/electronics": {
8082             "icon": "shop",
8083             "fields": [
8084                 "operator",
8085                 "address",
8086                 "building_area",
8087                 "opening_hours"
8088             ],
8089             "geometry": [
8090                 "point",
8091                 "area"
8092             ],
8093             "terms": [
8094                 "appliance",
8095                 "audio",
8096                 "computer",
8097                 "tv"
8098             ],
8099             "tags": {
8100                 "shop": "electronics"
8101             },
8102             "name": "Electronics Store"
8103         },
8104         "shop/erotic": {
8105             "icon": "shop",
8106             "fields": [
8107                 "operator",
8108                 "address",
8109                 "building_area",
8110                 "opening_hours"
8111             ],
8112             "geometry": [
8113                 "point",
8114                 "area"
8115             ],
8116             "terms": [
8117                 "sex",
8118                 "porn"
8119             ],
8120             "tags": {
8121                 "shop": "erotic"
8122             },
8123             "name": "Erotic Store"
8124         },
8125         "shop/fabric": {
8126             "icon": "shop",
8127             "fields": [
8128                 "operator",
8129                 "address",
8130                 "building_area",
8131                 "opening_hours"
8132             ],
8133             "geometry": [
8134                 "point",
8135                 "area"
8136             ],
8137             "terms": [
8138                 "sew"
8139             ],
8140             "tags": {
8141                 "shop": "fabric"
8142             },
8143             "name": "Fabric Store"
8144         },
8145         "shop/farm": {
8146             "icon": "shop",
8147             "fields": [
8148                 "operator",
8149                 "address",
8150                 "building_area",
8151                 "opening_hours"
8152             ],
8153             "geometry": [
8154                 "point",
8155                 "area"
8156             ],
8157             "terms": [
8158                 "farm shop",
8159                 "farm stand"
8160             ],
8161             "tags": {
8162                 "shop": "farm"
8163             },
8164             "name": "Produce Stand"
8165         },
8166         "shop/fashion": {
8167             "icon": "shop",
8168             "fields": [
8169                 "operator",
8170                 "address",
8171                 "building_area",
8172                 "opening_hours"
8173             ],
8174             "geometry": [
8175                 "point",
8176                 "area"
8177             ],
8178             "tags": {
8179                 "shop": "fashion"
8180             },
8181             "name": "Fashion Store"
8182         },
8183         "shop/fishmonger": {
8184             "icon": "shop",
8185             "fields": [
8186                 "operator",
8187                 "address",
8188                 "building_area",
8189                 "opening_hours"
8190             ],
8191             "geometry": [
8192                 "point",
8193                 "area"
8194             ],
8195             "tags": {
8196                 "shop": "fishmonger"
8197             },
8198             "name": "Fishmonger",
8199             "searchable": false
8200         },
8201         "shop/florist": {
8202             "icon": "shop",
8203             "fields": [
8204                 "operator",
8205                 "address",
8206                 "building_area",
8207                 "opening_hours"
8208             ],
8209             "geometry": [
8210                 "point",
8211                 "area"
8212             ],
8213             "terms": [
8214                 "flower"
8215             ],
8216             "tags": {
8217                 "shop": "florist"
8218             },
8219             "name": "Florist"
8220         },
8221         "shop/frame": {
8222             "icon": "shop",
8223             "fields": [
8224                 "operator",
8225                 "address",
8226                 "building_area",
8227                 "opening_hours"
8228             ],
8229             "geometry": [
8230                 "point",
8231                 "area"
8232             ],
8233             "tags": {
8234                 "shop": "frame"
8235             },
8236             "name": "Framing Shop"
8237         },
8238         "shop/funeral_directors": {
8239             "icon": "cemetery",
8240             "fields": [
8241                 "operator",
8242                 "address",
8243                 "building_area",
8244                 "religion",
8245                 "denomination"
8246             ],
8247             "geometry": [
8248                 "point",
8249                 "area"
8250             ],
8251             "terms": [
8252                 "undertaker",
8253                 "memorial home"
8254             ],
8255             "tags": {
8256                 "shop": "funeral_directors"
8257             },
8258             "name": "Funeral Home"
8259         },
8260         "shop/furnace": {
8261             "icon": "shop",
8262             "fields": [
8263                 "operator",
8264                 "address",
8265                 "building_area",
8266                 "opening_hours"
8267             ],
8268             "geometry": [
8269                 "point",
8270                 "area"
8271             ],
8272             "terms": [
8273                 "oven",
8274                 "stove"
8275             ],
8276             "tags": {
8277                 "shop": "furnace"
8278             },
8279             "name": "Furnace Store"
8280         },
8281         "shop/furniture": {
8282             "icon": "shop",
8283             "fields": [
8284                 "operator",
8285                 "address",
8286                 "building_area",
8287                 "opening_hours"
8288             ],
8289             "geometry": [
8290                 "point",
8291                 "area"
8292             ],
8293             "terms": [
8294                 "chair",
8295                 "sofa",
8296                 "table"
8297             ],
8298             "tags": {
8299                 "shop": "furniture"
8300             },
8301             "name": "Furniture Store"
8302         },
8303         "shop/garden_centre": {
8304             "icon": "shop",
8305             "fields": [
8306                 "operator",
8307                 "address",
8308                 "building_area",
8309                 "opening_hours"
8310             ],
8311             "geometry": [
8312                 "point",
8313                 "area"
8314             ],
8315             "terms": [
8316                 "landscape",
8317                 "mulch",
8318                 "shrub",
8319                 "tree"
8320             ],
8321             "tags": {
8322                 "shop": "garden_centre"
8323             },
8324             "name": "Garden Center"
8325         },
8326         "shop/gift": {
8327             "icon": "gift",
8328             "fields": [
8329                 "operator",
8330                 "address",
8331                 "building_area",
8332                 "opening_hours"
8333             ],
8334             "geometry": [
8335                 "point",
8336                 "area"
8337             ],
8338             "tags": {
8339                 "shop": "gift"
8340             },
8341             "name": "Gift Shop"
8342         },
8343         "shop/greengrocer": {
8344             "icon": "shop",
8345             "fields": [
8346                 "operator",
8347                 "address",
8348                 "building_area",
8349                 "opening_hours"
8350             ],
8351             "geometry": [
8352                 "point",
8353                 "area"
8354             ],
8355             "terms": [
8356                 "fruit",
8357                 "vegetable"
8358             ],
8359             "tags": {
8360                 "shop": "greengrocer"
8361             },
8362             "name": "Greengrocer"
8363         },
8364         "shop/hairdresser": {
8365             "icon": "hairdresser",
8366             "fields": [
8367                 "operator",
8368                 "address",
8369                 "building_area",
8370                 "opening_hours"
8371             ],
8372             "geometry": [
8373                 "point",
8374                 "area"
8375             ],
8376             "tags": {
8377                 "shop": "hairdresser"
8378             },
8379             "name": "Hairdresser"
8380         },
8381         "shop/hardware": {
8382             "icon": "shop",
8383             "fields": [
8384                 "operator",
8385                 "address",
8386                 "building_area",
8387                 "opening_hours"
8388             ],
8389             "geometry": [
8390                 "point",
8391                 "area"
8392             ],
8393             "tags": {
8394                 "shop": "hardware"
8395             },
8396             "name": "Hardware Store"
8397         },
8398         "shop/hearing_aids": {
8399             "icon": "shop",
8400             "fields": [
8401                 "operator",
8402                 "address",
8403                 "building_area",
8404                 "opening_hours"
8405             ],
8406             "geometry": [
8407                 "point",
8408                 "area"
8409             ],
8410             "tags": {
8411                 "shop": "hearing_aids"
8412             },
8413             "name": "Hearing Aids Store"
8414         },
8415         "shop/herbalist": {
8416             "icon": "shop",
8417             "fields": [
8418                 "operator",
8419                 "address",
8420                 "building_area",
8421                 "opening_hours"
8422             ],
8423             "geometry": [
8424                 "point",
8425                 "area"
8426             ],
8427             "tags": {
8428                 "shop": "herbalist"
8429             },
8430             "name": "Herbalist"
8431         },
8432         "shop/hifi": {
8433             "icon": "shop",
8434             "fields": [
8435                 "operator",
8436                 "address",
8437                 "building_area",
8438                 "opening_hours"
8439             ],
8440             "geometry": [
8441                 "point",
8442                 "area"
8443             ],
8444             "terms": [
8445                 "stereo",
8446                 "video"
8447             ],
8448             "tags": {
8449                 "shop": "hifi"
8450             },
8451             "name": "Hifi Store"
8452         },
8453         "shop/houseware": {
8454             "icon": "shop",
8455             "fields": [
8456                 "operator",
8457                 "address",
8458                 "building_area",
8459                 "opening_hours"
8460             ],
8461             "geometry": [
8462                 "point",
8463                 "area"
8464             ],
8465             "terms": [
8466                 "home",
8467                 "household"
8468             ],
8469             "tags": {
8470                 "shop": "houseware"
8471             },
8472             "name": "Houseware Store"
8473         },
8474         "shop/interior_decoration": {
8475             "icon": "shop",
8476             "fields": [
8477                 "operator",
8478                 "address",
8479                 "building_area",
8480                 "opening_hours"
8481             ],
8482             "geometry": [
8483                 "point",
8484                 "area"
8485             ],
8486             "tags": {
8487                 "shop": "interior_decoration"
8488             },
8489             "name": "Interior Decoration Store"
8490         },
8491         "shop/jewelry": {
8492             "icon": "shop",
8493             "fields": [
8494                 "operator",
8495                 "address",
8496                 "building_area",
8497                 "opening_hours"
8498             ],
8499             "geometry": [
8500                 "point",
8501                 "area"
8502             ],
8503             "terms": [
8504                 "diamond",
8505                 "gem",
8506                 "ring"
8507             ],
8508             "tags": {
8509                 "shop": "jewelry"
8510             },
8511             "name": "Jeweler"
8512         },
8513         "shop/kiosk": {
8514             "icon": "shop",
8515             "fields": [
8516                 "operator",
8517                 "address",
8518                 "building_area",
8519                 "opening_hours"
8520             ],
8521             "geometry": [
8522                 "point",
8523                 "area"
8524             ],
8525             "tags": {
8526                 "shop": "kiosk"
8527             },
8528             "name": "News Kiosk"
8529         },
8530         "shop/kitchen": {
8531             "icon": "shop",
8532             "fields": [
8533                 "operator",
8534                 "address",
8535                 "building_area",
8536                 "opening_hours"
8537             ],
8538             "geometry": [
8539                 "point",
8540                 "area"
8541             ],
8542             "tags": {
8543                 "shop": "kitchen"
8544             },
8545             "name": "Kitchen Design Store"
8546         },
8547         "shop/laundry": {
8548             "icon": "laundry",
8549             "fields": [
8550                 "operator",
8551                 "address",
8552                 "building_area",
8553                 "opening_hours"
8554             ],
8555             "geometry": [
8556                 "point",
8557                 "area"
8558             ],
8559             "tags": {
8560                 "shop": "laundry"
8561             },
8562             "name": "Laundry"
8563         },
8564         "shop/leather": {
8565             "icon": "shop",
8566             "fields": [
8567                 "operator",
8568                 "address",
8569                 "building_area",
8570                 "opening_hours"
8571             ],
8572             "geometry": [
8573                 "point",
8574                 "area"
8575             ],
8576             "tags": {
8577                 "shop": "leather"
8578             },
8579             "name": "Leather Store"
8580         },
8581         "shop/locksmith": {
8582             "icon": "shop",
8583             "fields": [
8584                 "operator",
8585                 "address",
8586                 "building_area",
8587                 "opening_hours"
8588             ],
8589             "geometry": [
8590                 "point",
8591                 "area"
8592             ],
8593             "terms": [
8594                 "key",
8595                 "lockpick"
8596             ],
8597             "tags": {
8598                 "shop": "locksmith"
8599             },
8600             "name": "Locksmith"
8601         },
8602         "shop/lottery": {
8603             "icon": "shop",
8604             "fields": [
8605                 "operator",
8606                 "address",
8607                 "building_area",
8608                 "opening_hours"
8609             ],
8610             "geometry": [
8611                 "point",
8612                 "area"
8613             ],
8614             "tags": {
8615                 "shop": "lottery"
8616             },
8617             "name": "Lottery Shop"
8618         },
8619         "shop/mall": {
8620             "icon": "shop",
8621             "fields": [
8622                 "operator",
8623                 "address",
8624                 "building_area",
8625                 "opening_hours"
8626             ],
8627             "geometry": [
8628                 "point",
8629                 "area"
8630             ],
8631             "tags": {
8632                 "shop": "mall"
8633             },
8634             "name": "Mall"
8635         },
8636         "shop/massage": {
8637             "icon": "shop",
8638             "fields": [
8639                 "operator",
8640                 "address",
8641                 "building_area",
8642                 "opening_hours"
8643             ],
8644             "geometry": [
8645                 "point",
8646                 "area"
8647             ],
8648             "tags": {
8649                 "shop": "massage"
8650             },
8651             "name": "Massage Shop"
8652         },
8653         "shop/medical_supply": {
8654             "icon": "shop",
8655             "fields": [
8656                 "operator",
8657                 "address",
8658                 "building_area",
8659                 "opening_hours"
8660             ],
8661             "geometry": [
8662                 "point",
8663                 "area"
8664             ],
8665             "tags": {
8666                 "shop": "medical_supply"
8667             },
8668             "name": "Medical Supply Store"
8669         },
8670         "shop/mobile_phone": {
8671             "icon": "mobilephone",
8672             "fields": [
8673                 "operator",
8674                 "address",
8675                 "building_area",
8676                 "opening_hours"
8677             ],
8678             "geometry": [
8679                 "point",
8680                 "area"
8681             ],
8682             "tags": {
8683                 "shop": "mobile_phone"
8684             },
8685             "name": "Mobile Phone Store"
8686         },
8687         "shop/money_lender": {
8688             "icon": "bank",
8689             "fields": [
8690                 "operator",
8691                 "address",
8692                 "building_area",
8693                 "opening_hours"
8694             ],
8695             "geometry": [
8696                 "point",
8697                 "area"
8698             ],
8699             "tags": {
8700                 "shop": "money_lender"
8701             },
8702             "name": "Money Lender"
8703         },
8704         "shop/motorcycle": {
8705             "icon": "scooter",
8706             "fields": [
8707                 "operator",
8708                 "address",
8709                 "building_area",
8710                 "opening_hours"
8711             ],
8712             "geometry": [
8713                 "point",
8714                 "area"
8715             ],
8716             "tags": {
8717                 "shop": "motorcycle"
8718             },
8719             "name": "Motorcycle Dealership"
8720         },
8721         "shop/music": {
8722             "icon": "music",
8723             "fields": [
8724                 "operator",
8725                 "address",
8726                 "building_area",
8727                 "opening_hours"
8728             ],
8729             "geometry": [
8730                 "point",
8731                 "area"
8732             ],
8733             "terms": [
8734                 "CD",
8735                 "vinyl"
8736             ],
8737             "tags": {
8738                 "shop": "music"
8739             },
8740             "name": "Music Store"
8741         },
8742         "shop/musical_instrument": {
8743             "icon": "music",
8744             "fields": [
8745                 "operator",
8746                 "address",
8747                 "building_area",
8748                 "opening_hours"
8749             ],
8750             "geometry": [
8751                 "point",
8752                 "area"
8753             ],
8754             "tags": {
8755                 "shop": "musical_instrument"
8756             },
8757             "name": "Musical Instrument Store"
8758         },
8759         "shop/newsagent": {
8760             "icon": "shop",
8761             "fields": [
8762                 "operator",
8763                 "address",
8764                 "building_area",
8765                 "opening_hours"
8766             ],
8767             "geometry": [
8768                 "point",
8769                 "area"
8770             ],
8771             "tags": {
8772                 "shop": "newsagent"
8773             },
8774             "name": "Newspaper/Magazine Shop"
8775         },
8776         "shop/optician": {
8777             "icon": "shop",
8778             "fields": [
8779                 "operator",
8780                 "address",
8781                 "building_area",
8782                 "opening_hours"
8783             ],
8784             "geometry": [
8785                 "point",
8786                 "area"
8787             ],
8788             "terms": [
8789                 "eye",
8790                 "glasses"
8791             ],
8792             "tags": {
8793                 "shop": "optician"
8794             },
8795             "name": "Optician"
8796         },
8797         "shop/organic": {
8798             "icon": "shop",
8799             "fields": [
8800                 "operator",
8801                 "address",
8802                 "building_area",
8803                 "opening_hours"
8804             ],
8805             "geometry": [
8806                 "point",
8807                 "area"
8808             ],
8809             "tags": {
8810                 "shop": "supermarket",
8811                 "organic": "only"
8812             },
8813             "name": "Organic Goods Store"
8814         },
8815         "shop/outdoor": {
8816             "icon": "shop",
8817             "fields": [
8818                 "operator",
8819                 "address",
8820                 "building_area",
8821                 "opening_hours"
8822             ],
8823             "geometry": [
8824                 "point",
8825                 "area"
8826             ],
8827             "terms": [
8828                 "camping",
8829                 "climbing",
8830                 "hiking"
8831             ],
8832             "tags": {
8833                 "shop": "outdoor"
8834             },
8835             "name": "Outdoors Store"
8836         },
8837         "shop/paint": {
8838             "icon": "water",
8839             "fields": [
8840                 "operator",
8841                 "address",
8842                 "building_area",
8843                 "opening_hours"
8844             ],
8845             "geometry": [
8846                 "point",
8847                 "area"
8848             ],
8849             "tags": {
8850                 "shop": "paint"
8851             },
8852             "name": "Paint Store"
8853         },
8854         "shop/pawnbroker": {
8855             "icon": "shop",
8856             "fields": [
8857                 "operator",
8858                 "address",
8859                 "building_area",
8860                 "opening_hours"
8861             ],
8862             "geometry": [
8863                 "point",
8864                 "area"
8865             ],
8866             "tags": {
8867                 "shop": "pawnbroker"
8868             },
8869             "name": "Pawn Shop"
8870         },
8871         "shop/pet": {
8872             "icon": "dog-park",
8873             "fields": [
8874                 "operator",
8875                 "address",
8876                 "building_area",
8877                 "opening_hours"
8878             ],
8879             "geometry": [
8880                 "point",
8881                 "area"
8882             ],
8883             "terms": [
8884                 "cat",
8885                 "dog",
8886                 "fish"
8887             ],
8888             "tags": {
8889                 "shop": "pet"
8890             },
8891             "name": "Pet Store"
8892         },
8893         "shop/photo": {
8894             "icon": "camera",
8895             "fields": [
8896                 "operator",
8897                 "address",
8898                 "building_area",
8899                 "opening_hours"
8900             ],
8901             "geometry": [
8902                 "point",
8903                 "area"
8904             ],
8905             "terms": [
8906                 "camera",
8907                 "film"
8908             ],
8909             "tags": {
8910                 "shop": "photo"
8911             },
8912             "name": "Photography Store"
8913         },
8914         "shop/pyrotechnics": {
8915             "icon": "shop",
8916             "fields": [
8917                 "operator",
8918                 "address",
8919                 "building_area",
8920                 "opening_hours"
8921             ],
8922             "geometry": [
8923                 "point",
8924                 "area"
8925             ],
8926             "tags": {
8927                 "shop": "pyrotechnics"
8928             },
8929             "name": "Fireworks Store"
8930         },
8931         "shop/radiotechnics": {
8932             "icon": "shop",
8933             "fields": [
8934                 "operator",
8935                 "address",
8936                 "building_area",
8937                 "opening_hours"
8938             ],
8939             "geometry": [
8940                 "point",
8941                 "area"
8942             ],
8943             "tags": {
8944                 "shop": "radiotechnics"
8945             },
8946             "name": "Radio/Electronic Component Store"
8947         },
8948         "shop/religion": {
8949             "icon": "shop",
8950             "fields": [
8951                 "operator",
8952                 "address",
8953                 "building_area",
8954                 "opening_hours",
8955                 "religion",
8956                 "denomination"
8957             ],
8958             "geometry": [
8959                 "point",
8960                 "area"
8961             ],
8962             "tags": {
8963                 "shop": "religion"
8964             },
8965             "name": "Religious Store"
8966         },
8967         "shop/scuba_diving": {
8968             "icon": "swimming",
8969             "fields": [
8970                 "operator",
8971                 "address",
8972                 "building_area",
8973                 "opening_hours"
8974             ],
8975             "geometry": [
8976                 "point",
8977                 "area"
8978             ],
8979             "tags": {
8980                 "shop": "scuba_diving"
8981             },
8982             "name": "Scuba Diving Shop"
8983         },
8984         "shop/seafood": {
8985             "icon": "shop",
8986             "fields": [
8987                 "operator",
8988                 "address",
8989                 "building_area",
8990                 "opening_hours"
8991             ],
8992             "geometry": [
8993                 "point",
8994                 "area"
8995             ],
8996             "terms": [
8997                 "fishmonger"
8998             ],
8999             "tags": {
9000                 "shop": "seafood"
9001             },
9002             "name": "Seafood Shop"
9003         },
9004         "shop/second_hand": {
9005             "icon": "shop",
9006             "fields": [
9007                 "operator",
9008                 "address",
9009                 "building_area",
9010                 "opening_hours"
9011             ],
9012             "geometry": [
9013                 "point",
9014                 "area"
9015             ],
9016             "terms": [
9017                 "secondhand",
9018                 "second hand",
9019                 "resale",
9020                 "thrift",
9021                 "used"
9022             ],
9023             "tags": {
9024                 "shop": "second_hand"
9025             },
9026             "name": "Consignment/Thrift Store"
9027         },
9028         "shop/shoes": {
9029             "icon": "shop",
9030             "fields": [
9031                 "operator",
9032                 "address",
9033                 "building_area",
9034                 "opening_hours"
9035             ],
9036             "geometry": [
9037                 "point",
9038                 "area"
9039             ],
9040             "tags": {
9041                 "shop": "shoes"
9042             },
9043             "name": "Shoe Store"
9044         },
9045         "shop/sports": {
9046             "icon": "shop",
9047             "fields": [
9048                 "operator",
9049                 "address",
9050                 "building_area",
9051                 "opening_hours"
9052             ],
9053             "geometry": [
9054                 "point",
9055                 "area"
9056             ],
9057             "tags": {
9058                 "shop": "sports"
9059             },
9060             "name": "Sporting Goods Store"
9061         },
9062         "shop/stationery": {
9063             "icon": "shop",
9064             "fields": [
9065                 "operator",
9066                 "address",
9067                 "building_area",
9068                 "opening_hours"
9069             ],
9070             "geometry": [
9071                 "point",
9072                 "area"
9073             ],
9074             "terms": [
9075                 "card",
9076                 "paper"
9077             ],
9078             "tags": {
9079                 "shop": "stationery"
9080             },
9081             "name": "Stationery Store"
9082         },
9083         "shop/supermarket": {
9084             "icon": "grocery",
9085             "fields": [
9086                 "operator",
9087                 "address",
9088                 "building_area",
9089                 "opening_hours"
9090             ],
9091             "geometry": [
9092                 "point",
9093                 "area"
9094             ],
9095             "terms": [
9096                 "grocery",
9097                 "store",
9098                 "shop"
9099             ],
9100             "tags": {
9101                 "shop": "supermarket"
9102             },
9103             "name": "Supermarket"
9104         },
9105         "shop/tailor": {
9106             "icon": "clothing-store",
9107             "fields": [
9108                 "operator",
9109                 "address",
9110                 "building_area",
9111                 "opening_hours"
9112             ],
9113             "geometry": [
9114                 "point",
9115                 "area"
9116             ],
9117             "terms": [
9118                 "clothes",
9119                 "suit"
9120             ],
9121             "tags": {
9122                 "shop": "tailor"
9123             },
9124             "name": "Tailor"
9125         },
9126         "shop/tattoo": {
9127             "icon": "shop",
9128             "fields": [
9129                 "operator",
9130                 "address",
9131                 "building_area",
9132                 "opening_hours"
9133             ],
9134             "geometry": [
9135                 "point",
9136                 "area"
9137             ],
9138             "tags": {
9139                 "shop": "tattoo"
9140             },
9141             "name": "Tattoo Parlor"
9142         },
9143         "shop/tea": {
9144             "icon": "cafe",
9145             "fields": [
9146                 "operator",
9147                 "address",
9148                 "building_area",
9149                 "opening_hours"
9150             ],
9151             "geometry": [
9152                 "point",
9153                 "area"
9154             ],
9155             "tags": {
9156                 "shop": "tea"
9157             },
9158             "name": "Tea Store"
9159         },
9160         "shop/ticket": {
9161             "icon": "shop",
9162             "fields": [
9163                 "operator",
9164                 "address",
9165                 "building_area",
9166                 "opening_hours"
9167             ],
9168             "geometry": [
9169                 "point",
9170                 "area"
9171             ],
9172             "tags": {
9173                 "shop": "ticket"
9174             },
9175             "name": "Ticket Seller"
9176         },
9177         "shop/tobacco": {
9178             "icon": "shop",
9179             "fields": [
9180                 "operator",
9181                 "address",
9182                 "building_area",
9183                 "opening_hours"
9184             ],
9185             "geometry": [
9186                 "point",
9187                 "area"
9188             ],
9189             "tags": {
9190                 "shop": "tobacco"
9191             },
9192             "name": "Tobacco Shop"
9193         },
9194         "shop/toys": {
9195             "icon": "shop",
9196             "fields": [
9197                 "operator",
9198                 "address",
9199                 "building_area",
9200                 "opening_hours"
9201             ],
9202             "geometry": [
9203                 "point",
9204                 "area"
9205             ],
9206             "tags": {
9207                 "shop": "toys"
9208             },
9209             "name": "Toy Store"
9210         },
9211         "shop/travel_agency": {
9212             "icon": "suitcase",
9213             "fields": [
9214                 "operator",
9215                 "address",
9216                 "building_area",
9217                 "opening_hours"
9218             ],
9219             "geometry": [
9220                 "point",
9221                 "area"
9222             ],
9223             "tags": {
9224                 "shop": "travel_agency"
9225             },
9226             "name": "Travel Agency"
9227         },
9228         "shop/tyres": {
9229             "icon": "shop",
9230             "fields": [
9231                 "operator",
9232                 "address",
9233                 "building_area",
9234                 "opening_hours"
9235             ],
9236             "geometry": [
9237                 "point",
9238                 "area"
9239             ],
9240             "tags": {
9241                 "shop": "tyres"
9242             },
9243             "name": "Tire Store"
9244         },
9245         "shop/vacant": {
9246             "icon": "shop",
9247             "fields": [
9248                 "address",
9249                 "building_area"
9250             ],
9251             "geometry": [
9252                 "point",
9253                 "area"
9254             ],
9255             "tags": {
9256                 "shop": "vacant"
9257             },
9258             "name": "Vacant Shop",
9259             "searchable": false
9260         },
9261         "shop/vacuum_cleaner": {
9262             "icon": "shop",
9263             "fields": [
9264                 "operator",
9265                 "address",
9266                 "building_area",
9267                 "opening_hours"
9268             ],
9269             "geometry": [
9270                 "point",
9271                 "area"
9272             ],
9273             "tags": {
9274                 "shop": "vacuum_cleaner"
9275             },
9276             "name": "Vacuum Cleaner Store"
9277         },
9278         "shop/variety_store": {
9279             "icon": "shop",
9280             "fields": [
9281                 "operator",
9282                 "address",
9283                 "building_area",
9284                 "opening_hours"
9285             ],
9286             "geometry": [
9287                 "point",
9288                 "area"
9289             ],
9290             "tags": {
9291                 "shop": "variety_store"
9292             },
9293             "name": "Variety Store"
9294         },
9295         "shop/video": {
9296             "icon": "shop",
9297             "fields": [
9298                 "operator",
9299                 "address",
9300                 "building_area",
9301                 "opening_hours"
9302             ],
9303             "geometry": [
9304                 "point",
9305                 "area"
9306             ],
9307             "terms": [
9308                 "DVD"
9309             ],
9310             "tags": {
9311                 "shop": "video"
9312             },
9313             "name": "Video Store"
9314         },
9315         "shop/video_games": {
9316             "icon": "shop",
9317             "fields": [
9318                 "operator",
9319                 "address",
9320                 "building_area",
9321                 "opening_hours"
9322             ],
9323             "geometry": [
9324                 "point",
9325                 "area"
9326             ],
9327             "tags": {
9328                 "shop": "video_games"
9329             },
9330             "name": "Video Game Store"
9331         },
9332         "shop/water_sports": {
9333             "icon": "shop",
9334             "fields": [
9335                 "operator",
9336                 "address",
9337                 "building_area",
9338                 "opening_hours"
9339             ],
9340             "geometry": [
9341                 "point",
9342                 "area"
9343             ],
9344             "tags": {
9345                 "shop": "water_sports"
9346             },
9347             "name": "Watersport/Swim Shop"
9348         },
9349         "shop/weapons": {
9350             "icon": "shop",
9351             "fields": [
9352                 "operator",
9353                 "address",
9354                 "building_area",
9355                 "opening_hours"
9356             ],
9357             "geometry": [
9358                 "point",
9359                 "area"
9360             ],
9361             "terms": [
9362                 "ammo",
9363                 "gun",
9364                 "knife",
9365                 "knives"
9366             ],
9367             "tags": {
9368                 "shop": "weapons"
9369             },
9370             "name": "Weapon Shop"
9371         },
9372         "shop/window_blind": {
9373             "icon": "shop",
9374             "fields": [
9375                 "operator",
9376                 "address",
9377                 "building_area",
9378                 "opening_hours"
9379             ],
9380             "geometry": [
9381                 "point",
9382                 "area"
9383             ],
9384             "tags": {
9385                 "shop": "window_blind"
9386             },
9387             "name": "Window Blind Store"
9388         },
9389         "shop/wine": {
9390             "icon": "alcohol-shop",
9391             "fields": [
9392                 "operator",
9393                 "address",
9394                 "building_area",
9395                 "opening_hours"
9396             ],
9397             "geometry": [
9398                 "point",
9399                 "area"
9400             ],
9401             "tags": {
9402                 "shop": "wine"
9403             },
9404             "name": "Wine Shop"
9405         },
9406         "tourism": {
9407             "fields": [
9408                 "tourism"
9409             ],
9410             "geometry": [
9411                 "point",
9412                 "vertex",
9413                 "area"
9414             ],
9415             "tags": {
9416                 "tourism": "*"
9417             },
9418             "name": "Tourism"
9419         },
9420         "tourism/alpine_hut": {
9421             "icon": "lodging",
9422             "fields": [
9423                 "operator",
9424                 "address",
9425                 "building_area"
9426             ],
9427             "geometry": [
9428                 "point",
9429                 "area"
9430             ],
9431             "tags": {
9432                 "tourism": "alpine_hut"
9433             },
9434             "name": "Alpine Hut"
9435         },
9436         "tourism/artwork": {
9437             "icon": "art-gallery",
9438             "fields": [
9439                 "artwork_type",
9440                 "artist"
9441             ],
9442             "geometry": [
9443                 "point",
9444                 "vertex",
9445                 "area"
9446             ],
9447             "tags": {
9448                 "tourism": "artwork"
9449             },
9450             "terms": [
9451                 "mural",
9452                 "sculpture",
9453                 "statue"
9454             ],
9455             "name": "Artwork"
9456         },
9457         "tourism/attraction": {
9458             "icon": "monument",
9459             "fields": [
9460                 "operator",
9461                 "address"
9462             ],
9463             "geometry": [
9464                 "point",
9465                 "vertex",
9466                 "area"
9467             ],
9468             "tags": {
9469                 "tourism": "attraction"
9470             },
9471             "name": "Tourist Attraction"
9472         },
9473         "tourism/camp_site": {
9474             "icon": "campsite",
9475             "fields": [
9476                 "operator",
9477                 "address",
9478                 "capacity",
9479                 "fee"
9480             ],
9481             "geometry": [
9482                 "point",
9483                 "vertex",
9484                 "area"
9485             ],
9486             "terms": [
9487                 "Tent"
9488             ],
9489             "tags": {
9490                 "tourism": "camp_site"
9491             },
9492             "name": "Camp Site"
9493         },
9494         "tourism/caravan_site": {
9495             "icon": "bus",
9496             "fields": [
9497                 "operator",
9498                 "address",
9499                 "capacity",
9500                 "fee",
9501                 "sanitary_dump_station",
9502                 "power_supply",
9503                 "internet_access"
9504             ],
9505             "geometry": [
9506                 "point",
9507                 "vertex",
9508                 "area"
9509             ],
9510             "terms": [
9511                 "Motor Home",
9512                 "Camper"
9513             ],
9514             "tags": {
9515                 "tourism": "caravan_site"
9516             },
9517             "name": "RV Park"
9518         },
9519         "tourism/chalet": {
9520             "icon": "lodging",
9521             "fields": [
9522                 "operator",
9523                 "address",
9524                 "building_area",
9525                 "smoking"
9526             ],
9527             "geometry": [
9528                 "point",
9529                 "area"
9530             ],
9531             "tags": {
9532                 "tourism": "chalet"
9533             },
9534             "name": "Chalet"
9535         },
9536         "tourism/guest_house": {
9537             "icon": "lodging",
9538             "fields": [
9539                 "operator",
9540                 "address",
9541                 "building_area",
9542                 "smoking"
9543             ],
9544             "geometry": [
9545                 "point",
9546                 "area"
9547             ],
9548             "tags": {
9549                 "tourism": "guest_house"
9550             },
9551             "terms": [
9552                 "B&B",
9553                 "Bed and Breakfast"
9554             ],
9555             "name": "Guest House"
9556         },
9557         "tourism/hostel": {
9558             "icon": "lodging",
9559             "fields": [
9560                 "operator",
9561                 "address",
9562                 "building_area",
9563                 "smoking"
9564             ],
9565             "geometry": [
9566                 "point",
9567                 "area"
9568             ],
9569             "tags": {
9570                 "tourism": "hostel"
9571             },
9572             "name": "Hostel"
9573         },
9574         "tourism/hotel": {
9575             "icon": "lodging",
9576             "fields": [
9577                 "operator",
9578                 "address",
9579                 "building_area",
9580                 "smoking"
9581             ],
9582             "geometry": [
9583                 "point",
9584                 "area"
9585             ],
9586             "tags": {
9587                 "tourism": "hotel"
9588             },
9589             "name": "Hotel"
9590         },
9591         "tourism/information": {
9592             "fields": [
9593                 "information",
9594                 "operator",
9595                 "address",
9596                 "building_area"
9597             ],
9598             "geometry": [
9599                 "point",
9600                 "vertex",
9601                 "area"
9602             ],
9603             "tags": {
9604                 "tourism": "information"
9605             },
9606             "name": "Information"
9607         },
9608         "tourism/motel": {
9609             "icon": "lodging",
9610             "fields": [
9611                 "operator",
9612                 "address",
9613                 "building_area",
9614                 "smoking"
9615             ],
9616             "geometry": [
9617                 "point",
9618                 "area"
9619             ],
9620             "tags": {
9621                 "tourism": "motel"
9622             },
9623             "name": "Motel"
9624         },
9625         "tourism/museum": {
9626             "icon": "museum",
9627             "fields": [
9628                 "operator",
9629                 "address",
9630                 "building_area",
9631                 "opening_hours"
9632             ],
9633             "geometry": [
9634                 "point",
9635                 "area"
9636             ],
9637             "terms": [
9638                 "exhibition",
9639                 "foundation",
9640                 "gallery",
9641                 "hall",
9642                 "institution"
9643             ],
9644             "tags": {
9645                 "tourism": "museum"
9646             },
9647             "name": "Museum"
9648         },
9649         "tourism/picnic_site": {
9650             "icon": "park",
9651             "fields": [
9652                 "operator",
9653                 "address",
9654                 "smoking"
9655             ],
9656             "geometry": [
9657                 "point",
9658                 "vertex",
9659                 "area"
9660             ],
9661             "terms": [
9662                 "camp"
9663             ],
9664             "tags": {
9665                 "tourism": "picnic_site"
9666             },
9667             "name": "Picnic Site"
9668         },
9669         "tourism/theme_park": {
9670             "fields": [
9671                 "operator",
9672                 "address",
9673                 "opening_hours"
9674             ],
9675             "geometry": [
9676                 "point",
9677                 "area"
9678             ],
9679             "tags": {
9680                 "tourism": "theme_park"
9681             },
9682             "name": "Theme Park"
9683         },
9684         "tourism/viewpoint": {
9685             "geometry": [
9686                 "point",
9687                 "vertex"
9688             ],
9689             "tags": {
9690                 "tourism": "viewpoint"
9691             },
9692             "name": "Viewpoint"
9693         },
9694         "tourism/zoo": {
9695             "icon": "zoo",
9696             "fields": [
9697                 "operator",
9698                 "address",
9699                 "opening_hours"
9700             ],
9701             "geometry": [
9702                 "point",
9703                 "area"
9704             ],
9705             "tags": {
9706                 "tourism": "zoo"
9707             },
9708             "name": "Zoo"
9709         },
9710         "traffic_calming/bump": {
9711             "fields": [
9712                 "surface"
9713             ],
9714             "geometry": [
9715                 "vertex"
9716             ],
9717             "tags": {
9718                 "traffic_calming": "bump"
9719             },
9720             "terms": [
9721                 "speed hump"
9722             ],
9723             "name": "Speed Bump"
9724         },
9725         "traffic_calming/hump": {
9726             "fields": [
9727                 "surface"
9728             ],
9729             "geometry": [
9730                 "vertex"
9731             ],
9732             "tags": {
9733                 "traffic_calming": "hump"
9734             },
9735             "terms": [
9736                 "speed bump"
9737             ],
9738             "name": "Speed Hump"
9739         },
9740         "traffic_calming/rumble_strip": {
9741             "geometry": [
9742                 "vertex"
9743             ],
9744             "tags": {
9745                 "traffic_calming": "rumble_strip"
9746             },
9747             "terms": [
9748                 "sleeper lines",
9749                 "audible lines",
9750                 "growlers"
9751             ],
9752             "name": "Rumble Strip"
9753         },
9754         "traffic_calming/table": {
9755             "fields": [
9756                 "surface"
9757             ],
9758             "geometry": [
9759                 "vertex"
9760             ],
9761             "tags": {
9762                 "highway": "crossing",
9763                 "traffic_calming": "table"
9764             },
9765             "terms": [
9766                 "speed table",
9767                 "flat top hump"
9768             ],
9769             "name": "Raised Pedestrian Crossing"
9770         },
9771         "type/boundary": {
9772             "geometry": [
9773                 "relation"
9774             ],
9775             "tags": {
9776                 "type": "boundary"
9777             },
9778             "name": "Boundary",
9779             "icon": "boundary",
9780             "fields": [
9781                 "boundary"
9782             ]
9783         },
9784         "type/boundary/administrative": {
9785             "name": "Administrative Boundary",
9786             "geometry": [
9787                 "relation"
9788             ],
9789             "tags": {
9790                 "type": "boundary",
9791                 "boundary": "administrative"
9792             },
9793             "fields": [
9794                 "admin_level"
9795             ],
9796             "icon": "boundary"
9797         },
9798         "type/multipolygon": {
9799             "geometry": [
9800                 "area",
9801                 "relation"
9802             ],
9803             "tags": {
9804                 "type": "multipolygon"
9805             },
9806             "removeTags": {},
9807             "name": "Multipolygon",
9808             "icon": "multipolygon",
9809             "searchable": false,
9810             "matchScore": 0.1
9811         },
9812         "type/restriction": {
9813             "geometry": [
9814                 "relation"
9815             ],
9816             "tags": {
9817                 "type": "restriction"
9818             },
9819             "name": "Restriction",
9820             "icon": "restriction",
9821             "fields": [
9822                 "restriction",
9823                 "except"
9824             ]
9825         },
9826         "type/restriction/no_left_turn": {
9827             "name": "No Left Turn",
9828             "geometry": [
9829                 "relation"
9830             ],
9831             "tags": {
9832                 "type": "restriction",
9833                 "restriction": "no_left_turn"
9834             },
9835             "fields": [
9836                 "except"
9837             ],
9838             "icon": "restriction-no-left-turn"
9839         },
9840         "type/restriction/no_right_turn": {
9841             "name": "No Right Turn",
9842             "geometry": [
9843                 "relation"
9844             ],
9845             "tags": {
9846                 "type": "restriction",
9847                 "restriction": "no_right_turn"
9848             },
9849             "fields": [
9850                 "except"
9851             ],
9852             "icon": "restriction-no-right-turn"
9853         },
9854         "type/restriction/no_straight_on": {
9855             "name": "No Straight On",
9856             "geometry": [
9857                 "relation"
9858             ],
9859             "tags": {
9860                 "type": "restriction",
9861                 "restriction": "no_straight_on"
9862             },
9863             "fields": [
9864                 "except"
9865             ],
9866             "icon": "restriction-no-straight-on"
9867         },
9868         "type/restriction/no_u_turn": {
9869             "name": "No U-turn",
9870             "geometry": [
9871                 "relation"
9872             ],
9873             "tags": {
9874                 "type": "restriction",
9875                 "restriction": "no_u_turn"
9876             },
9877             "fields": [
9878                 "except"
9879             ],
9880             "icon": "restriction-no-u-turn"
9881         },
9882         "type/restriction/only_left_turn": {
9883             "name": "Left Turn Only",
9884             "geometry": [
9885                 "relation"
9886             ],
9887             "tags": {
9888                 "type": "restriction",
9889                 "restriction": "only_left_turn"
9890             },
9891             "fields": [
9892                 "except"
9893             ],
9894             "icon": "restriction-only-left-turn"
9895         },
9896         "type/restriction/only_right_turn": {
9897             "name": "Right Turn Only",
9898             "geometry": [
9899                 "relation"
9900             ],
9901             "tags": {
9902                 "type": "restriction",
9903                 "restriction": "only_right_turn"
9904             },
9905             "fields": [
9906                 "except"
9907             ],
9908             "icon": "restriction-only-right-turn"
9909         },
9910         "type/restriction/only_straight_on": {
9911             "name": "No Turns",
9912             "geometry": [
9913                 "relation"
9914             ],
9915             "tags": {
9916                 "type": "restriction",
9917                 "restriction": "only_straight_on"
9918             },
9919             "fields": [
9920                 "except"
9921             ],
9922             "icon": "restriction-only-straight-on"
9923         },
9924         "type/route": {
9925             "geometry": [
9926                 "relation"
9927             ],
9928             "tags": {
9929                 "type": "route"
9930             },
9931             "name": "Route",
9932             "icon": "route",
9933             "fields": [
9934                 "route",
9935                 "ref"
9936             ]
9937         },
9938         "type/route/bicycle": {
9939             "geometry": [
9940                 "relation"
9941             ],
9942             "tags": {
9943                 "type": "route",
9944                 "route": "bicycle"
9945             },
9946             "name": "Cycle Route",
9947             "icon": "route-bicycle",
9948             "fields": [
9949                 "ref",
9950                 "network"
9951             ]
9952         },
9953         "type/route/bus": {
9954             "geometry": [
9955                 "relation"
9956             ],
9957             "tags": {
9958                 "type": "route",
9959                 "route": "bus"
9960             },
9961             "name": "Bus Route",
9962             "icon": "route-bus",
9963             "fields": [
9964                 "ref",
9965                 "operator",
9966                 "network"
9967             ]
9968         },
9969         "type/route/detour": {
9970             "geometry": [
9971                 "relation"
9972             ],
9973             "tags": {
9974                 "type": "route",
9975                 "route": "detour"
9976             },
9977             "name": "Detour Route",
9978             "icon": "route-detour",
9979             "fields": [
9980                 "ref"
9981             ]
9982         },
9983         "type/route/ferry": {
9984             "geometry": [
9985                 "relation"
9986             ],
9987             "tags": {
9988                 "type": "route",
9989                 "route": "ferry"
9990             },
9991             "name": "Ferry Route",
9992             "icon": "route-ferry",
9993             "fields": [
9994                 "ref",
9995                 "operator",
9996                 "network"
9997             ]
9998         },
9999         "type/route/foot": {
10000             "geometry": [
10001                 "relation"
10002             ],
10003             "tags": {
10004                 "type": "route",
10005                 "route": "foot"
10006             },
10007             "name": "Foot Route",
10008             "icon": "route-foot",
10009             "fields": [
10010                 "ref",
10011                 "operator",
10012                 "network"
10013             ]
10014         },
10015         "type/route/hiking": {
10016             "geometry": [
10017                 "relation"
10018             ],
10019             "tags": {
10020                 "type": "route",
10021                 "route": "hiking"
10022             },
10023             "name": "Hiking Route",
10024             "icon": "route-foot",
10025             "fields": [
10026                 "ref",
10027                 "operator",
10028                 "network"
10029             ]
10030         },
10031         "type/route/pipeline": {
10032             "geometry": [
10033                 "relation"
10034             ],
10035             "tags": {
10036                 "type": "route",
10037                 "route": "pipeline"
10038             },
10039             "name": "Pipeline Route",
10040             "icon": "route-pipeline",
10041             "fields": [
10042                 "ref",
10043                 "operator"
10044             ]
10045         },
10046         "type/route/power": {
10047             "geometry": [
10048                 "relation"
10049             ],
10050             "tags": {
10051                 "type": "route",
10052                 "route": "power"
10053             },
10054             "name": "Power Route",
10055             "icon": "route-power",
10056             "fields": [
10057                 "ref",
10058                 "operator"
10059             ]
10060         },
10061         "type/route/road": {
10062             "geometry": [
10063                 "relation"
10064             ],
10065             "tags": {
10066                 "type": "route",
10067                 "route": "road"
10068             },
10069             "name": "Road Route",
10070             "icon": "route-road",
10071             "fields": [
10072                 "ref",
10073                 "network"
10074             ]
10075         },
10076         "type/route/train": {
10077             "geometry": [
10078                 "relation"
10079             ],
10080             "tags": {
10081                 "type": "route",
10082                 "route": "train"
10083             },
10084             "name": "Train Route",
10085             "icon": "route-train",
10086             "fields": [
10087                 "ref",
10088                 "operator"
10089             ]
10090         },
10091         "type/route/tram": {
10092             "geometry": [
10093                 "relation"
10094             ],
10095             "tags": {
10096                 "type": "route",
10097                 "route": "tram"
10098             },
10099             "name": "Tram Route",
10100             "icon": "route-tram",
10101             "fields": [
10102                 "ref",
10103                 "operator"
10104             ]
10105         },
10106         "type/route_master": {
10107             "geometry": [
10108                 "relation"
10109             ],
10110             "tags": {
10111                 "type": "route_master"
10112             },
10113             "name": "Route Master",
10114             "icon": "route-master",
10115             "fields": [
10116                 "route_master",
10117                 "ref",
10118                 "operator",
10119                 "network"
10120             ]
10121         },
10122         "vertex": {
10123             "name": "Other",
10124             "tags": {},
10125             "geometry": [
10126                 "vertex"
10127             ],
10128             "matchScore": 0.1
10129         },
10130         "waterway": {
10131             "fields": [
10132                 "waterway"
10133             ],
10134             "geometry": [
10135                 "point",
10136                 "vertex",
10137                 "line",
10138                 "area"
10139             ],
10140             "tags": {
10141                 "waterway": "*"
10142             },
10143             "searchable": false,
10144             "name": "Waterway"
10145         },
10146         "waterway/canal": {
10147             "icon": "waterway-canal",
10148             "fields": [
10149                 "width"
10150             ],
10151             "geometry": [
10152                 "line"
10153             ],
10154             "tags": {
10155                 "waterway": "canal"
10156             },
10157             "name": "Canal"
10158         },
10159         "waterway/dam": {
10160             "icon": "dam",
10161             "geometry": [
10162                 "point",
10163                 "vertex",
10164                 "line",
10165                 "area"
10166             ],
10167             "tags": {
10168                 "waterway": "dam"
10169             },
10170             "name": "Dam"
10171         },
10172         "waterway/ditch": {
10173             "icon": "waterway-ditch",
10174             "fields": [
10175                 "tunnel"
10176             ],
10177             "geometry": [
10178                 "line"
10179             ],
10180             "tags": {
10181                 "waterway": "ditch"
10182             },
10183             "name": "Ditch"
10184         },
10185         "waterway/drain": {
10186             "icon": "waterway-stream",
10187             "fields": [
10188                 "tunnel"
10189             ],
10190             "geometry": [
10191                 "line"
10192             ],
10193             "tags": {
10194                 "waterway": "drain"
10195             },
10196             "name": "Drain"
10197         },
10198         "waterway/fuel": {
10199             "icon": "fuel",
10200             "fields": [
10201                 "operator",
10202                 "address",
10203                 "building_area",
10204                 "opening_hours"
10205             ],
10206             "geometry": [
10207                 "point",
10208                 "area"
10209             ],
10210             "terms": [
10211                 "petrol",
10212                 "gas",
10213                 "diesel",
10214                 "boat"
10215             ],
10216             "tags": {
10217                 "waterway": "fuel"
10218             },
10219             "name": "Marine Fuel Station"
10220         },
10221         "waterway/river": {
10222             "icon": "waterway-river",
10223             "fields": [
10224                 "tunnel",
10225                 "width"
10226             ],
10227             "geometry": [
10228                 "line"
10229             ],
10230             "terms": [
10231                 "beck",
10232                 "branch",
10233                 "brook",
10234                 "course",
10235                 "creek",
10236                 "estuary",
10237                 "rill",
10238                 "rivulet",
10239                 "run",
10240                 "runnel",
10241                 "stream",
10242                 "tributary",
10243                 "watercourse"
10244             ],
10245             "tags": {
10246                 "waterway": "river"
10247             },
10248             "name": "River"
10249         },
10250         "waterway/riverbank": {
10251             "icon": "water",
10252             "geometry": [
10253                 "area"
10254             ],
10255             "tags": {
10256                 "waterway": "riverbank"
10257             },
10258             "name": "Riverbank"
10259         },
10260         "waterway/sanitary_dump_station": {
10261             "fields": [
10262                 "operator",
10263                 "access_toilets",
10264                 "fee",
10265                 "water_point"
10266             ],
10267             "geometry": [
10268                 "point",
10269                 "vertex",
10270                 "area"
10271             ],
10272             "terms": [
10273                 "Boat",
10274                 "Watercraft",
10275                 "Sanitary",
10276                 "Dump Station",
10277                 "Pumpout",
10278                 "Pump out",
10279                 "Elsan",
10280                 "CDP",
10281                 "CTDP",
10282                 "Chemical Toilet"
10283             ],
10284             "tags": {
10285                 "waterway": "sanitary_dump_station"
10286             },
10287             "name": "Marine Toilet Disposal"
10288         },
10289         "waterway/stream": {
10290             "icon": "waterway-stream",
10291             "fields": [
10292                 "tunnel",
10293                 "width"
10294             ],
10295             "geometry": [
10296                 "line"
10297             ],
10298             "terms": [
10299                 "beck",
10300                 "branch",
10301                 "brook",
10302                 "burn",
10303                 "course",
10304                 "creek",
10305                 "current",
10306                 "drift",
10307                 "flood",
10308                 "flow",
10309                 "freshet",
10310                 "race",
10311                 "rill",
10312                 "rindle",
10313                 "rivulet",
10314                 "run",
10315                 "runnel",
10316                 "rush",
10317                 "spate",
10318                 "spritz",
10319                 "surge",
10320                 "tide",
10321                 "torrent",
10322                 "tributary",
10323                 "watercourse"
10324             ],
10325             "tags": {
10326                 "waterway": "stream"
10327             },
10328             "name": "Stream"
10329         },
10330         "waterway/weir": {
10331             "icon": "dam",
10332             "geometry": [
10333                 "vertex",
10334                 "line"
10335             ],
10336             "tags": {
10337                 "waterway": "weir"
10338             },
10339             "name": "Weir"
10340         },
10341         "amenity/fuel/76": {
10342             "tags": {
10343                 "name": "76",
10344                 "amenity": "fuel"
10345             },
10346             "name": "76",
10347             "icon": "fuel",
10348             "geometry": [
10349                 "point",
10350                 "area"
10351             ],
10352             "fields": [
10353                 "operator",
10354                 "address",
10355                 "building_area",
10356                 "opening_hours"
10357             ],
10358             "suggestion": true
10359         },
10360         "amenity/fuel/Neste": {
10361             "tags": {
10362                 "name": "Neste",
10363                 "amenity": "fuel"
10364             },
10365             "name": "Neste",
10366             "icon": "fuel",
10367             "geometry": [
10368                 "point",
10369                 "area"
10370             ],
10371             "fields": [
10372                 "operator",
10373                 "address",
10374                 "building_area",
10375                 "opening_hours"
10376             ],
10377             "suggestion": true
10378         },
10379         "amenity/fuel/BP": {
10380             "tags": {
10381                 "name": "BP",
10382                 "amenity": "fuel"
10383             },
10384             "name": "BP",
10385             "icon": "fuel",
10386             "geometry": [
10387                 "point",
10388                 "area"
10389             ],
10390             "fields": [
10391                 "operator",
10392                 "address",
10393                 "building_area",
10394                 "opening_hours"
10395             ],
10396             "suggestion": true
10397         },
10398         "amenity/fuel/Shell": {
10399             "tags": {
10400                 "name": "Shell",
10401                 "amenity": "fuel"
10402             },
10403             "name": "Shell",
10404             "icon": "fuel",
10405             "geometry": [
10406                 "point",
10407                 "area"
10408             ],
10409             "fields": [
10410                 "operator",
10411                 "address",
10412                 "building_area",
10413                 "opening_hours"
10414             ],
10415             "suggestion": true
10416         },
10417         "amenity/fuel/Agip": {
10418             "tags": {
10419                 "name": "Agip",
10420                 "amenity": "fuel"
10421             },
10422             "name": "Agip",
10423             "icon": "fuel",
10424             "geometry": [
10425                 "point",
10426                 "area"
10427             ],
10428             "fields": [
10429                 "operator",
10430                 "address",
10431                 "building_area",
10432                 "opening_hours"
10433             ],
10434             "suggestion": true
10435         },
10436         "amenity/fuel/Migrol": {
10437             "tags": {
10438                 "name": "Migrol",
10439                 "amenity": "fuel"
10440             },
10441             "name": "Migrol",
10442             "icon": "fuel",
10443             "geometry": [
10444                 "point",
10445                 "area"
10446             ],
10447             "fields": [
10448                 "operator",
10449                 "address",
10450                 "building_area",
10451                 "opening_hours"
10452             ],
10453             "suggestion": true
10454         },
10455         "amenity/fuel/Avia": {
10456             "tags": {
10457                 "name": "Avia",
10458                 "amenity": "fuel"
10459             },
10460             "name": "Avia",
10461             "icon": "fuel",
10462             "geometry": [
10463                 "point",
10464                 "area"
10465             ],
10466             "fields": [
10467                 "operator",
10468                 "address",
10469                 "building_area",
10470                 "opening_hours"
10471             ],
10472             "suggestion": true
10473         },
10474         "amenity/fuel/Texaco": {
10475             "tags": {
10476                 "name": "Texaco",
10477                 "amenity": "fuel"
10478             },
10479             "name": "Texaco",
10480             "icon": "fuel",
10481             "geometry": [
10482                 "point",
10483                 "area"
10484             ],
10485             "fields": [
10486                 "operator",
10487                 "address",
10488                 "building_area",
10489                 "opening_hours"
10490             ],
10491             "suggestion": true
10492         },
10493         "amenity/fuel/Total": {
10494             "tags": {
10495                 "name": "Total",
10496                 "amenity": "fuel"
10497             },
10498             "name": "Total",
10499             "icon": "fuel",
10500             "geometry": [
10501                 "point",
10502                 "area"
10503             ],
10504             "fields": [
10505                 "operator",
10506                 "address",
10507                 "building_area",
10508                 "opening_hours"
10509             ],
10510             "suggestion": true
10511         },
10512         "amenity/fuel/Statoil": {
10513             "tags": {
10514                 "name": "Statoil",
10515                 "amenity": "fuel"
10516             },
10517             "name": "Statoil",
10518             "icon": "fuel",
10519             "geometry": [
10520                 "point",
10521                 "area"
10522             ],
10523             "fields": [
10524                 "operator",
10525                 "address",
10526                 "building_area",
10527                 "opening_hours"
10528             ],
10529             "suggestion": true
10530         },
10531         "amenity/fuel/Esso": {
10532             "tags": {
10533                 "name": "Esso",
10534                 "amenity": "fuel"
10535             },
10536             "name": "Esso",
10537             "icon": "fuel",
10538             "geometry": [
10539                 "point",
10540                 "area"
10541             ],
10542             "fields": [
10543                 "operator",
10544                 "address",
10545                 "building_area",
10546                 "opening_hours"
10547             ],
10548             "suggestion": true
10549         },
10550         "amenity/fuel/Jet": {
10551             "tags": {
10552                 "name": "Jet",
10553                 "amenity": "fuel"
10554             },
10555             "name": "Jet",
10556             "icon": "fuel",
10557             "geometry": [
10558                 "point",
10559                 "area"
10560             ],
10561             "fields": [
10562                 "operator",
10563                 "address",
10564                 "building_area",
10565                 "opening_hours"
10566             ],
10567             "suggestion": true
10568         },
10569         "amenity/fuel/Avanti": {
10570             "tags": {
10571                 "name": "Avanti",
10572                 "amenity": "fuel"
10573             },
10574             "name": "Avanti",
10575             "icon": "fuel",
10576             "geometry": [
10577                 "point",
10578                 "area"
10579             ],
10580             "fields": [
10581                 "operator",
10582                 "address",
10583                 "building_area",
10584                 "opening_hours"
10585             ],
10586             "suggestion": true
10587         },
10588         "amenity/fuel/OMV": {
10589             "tags": {
10590                 "name": "OMV",
10591                 "amenity": "fuel"
10592             },
10593             "name": "OMV",
10594             "icon": "fuel",
10595             "geometry": [
10596                 "point",
10597                 "area"
10598             ],
10599             "fields": [
10600                 "operator",
10601                 "address",
10602                 "building_area",
10603                 "opening_hours"
10604             ],
10605             "suggestion": true
10606         },
10607         "amenity/fuel/Aral": {
10608             "tags": {
10609                 "name": "Aral",
10610                 "amenity": "fuel"
10611             },
10612             "name": "Aral",
10613             "icon": "fuel",
10614             "geometry": [
10615                 "point",
10616                 "area"
10617             ],
10618             "fields": [
10619                 "operator",
10620                 "address",
10621                 "building_area",
10622                 "opening_hours"
10623             ],
10624             "suggestion": true
10625         },
10626         "amenity/fuel/JET": {
10627             "tags": {
10628                 "name": "JET",
10629                 "amenity": "fuel"
10630             },
10631             "name": "JET",
10632             "icon": "fuel",
10633             "geometry": [
10634                 "point",
10635                 "area"
10636             ],
10637             "fields": [
10638                 "operator",
10639                 "address",
10640                 "building_area",
10641                 "opening_hours"
10642             ],
10643             "suggestion": true
10644         },
10645         "amenity/fuel/United": {
10646             "tags": {
10647                 "name": "United",
10648                 "amenity": "fuel"
10649             },
10650             "name": "United",
10651             "icon": "fuel",
10652             "geometry": [
10653                 "point",
10654                 "area"
10655             ],
10656             "fields": [
10657                 "operator",
10658                 "address",
10659                 "building_area",
10660                 "opening_hours"
10661             ],
10662             "suggestion": true
10663         },
10664         "amenity/fuel/Mobil": {
10665             "tags": {
10666                 "name": "Mobil",
10667                 "amenity": "fuel"
10668             },
10669             "name": "Mobil",
10670             "icon": "fuel",
10671             "geometry": [
10672                 "point",
10673                 "area"
10674             ],
10675             "fields": [
10676                 "operator",
10677                 "address",
10678                 "building_area",
10679                 "opening_hours"
10680             ],
10681             "suggestion": true
10682         },
10683         "amenity/fuel/Caltex": {
10684             "tags": {
10685                 "name": "Caltex",
10686                 "amenity": "fuel"
10687             },
10688             "name": "Caltex",
10689             "icon": "fuel",
10690             "geometry": [
10691                 "point",
10692                 "area"
10693             ],
10694             "fields": [
10695                 "operator",
10696                 "address",
10697                 "building_area",
10698                 "opening_hours"
10699             ],
10700             "suggestion": true
10701         },
10702         "amenity/fuel/Sunoco": {
10703             "tags": {
10704                 "name": "Sunoco",
10705                 "amenity": "fuel"
10706             },
10707             "name": "Sunoco",
10708             "icon": "fuel",
10709             "geometry": [
10710                 "point",
10711                 "area"
10712             ],
10713             "fields": [
10714                 "operator",
10715                 "address",
10716                 "building_area",
10717                 "opening_hours"
10718             ],
10719             "suggestion": true
10720         },
10721         "amenity/fuel/Q8": {
10722             "tags": {
10723                 "name": "Q8",
10724                 "amenity": "fuel"
10725             },
10726             "name": "Q8",
10727             "icon": "fuel",
10728             "geometry": [
10729                 "point",
10730                 "area"
10731             ],
10732             "fields": [
10733                 "operator",
10734                 "address",
10735                 "building_area",
10736                 "opening_hours"
10737             ],
10738             "suggestion": true
10739         },
10740         "amenity/fuel/ARAL": {
10741             "tags": {
10742                 "name": "ARAL",
10743                 "amenity": "fuel"
10744             },
10745             "name": "ARAL",
10746             "icon": "fuel",
10747             "geometry": [
10748                 "point",
10749                 "area"
10750             ],
10751             "fields": [
10752                 "operator",
10753                 "address",
10754                 "building_area",
10755                 "opening_hours"
10756             ],
10757             "suggestion": true
10758         },
10759         "amenity/fuel/CEPSA": {
10760             "tags": {
10761                 "name": "CEPSA",
10762                 "amenity": "fuel"
10763             },
10764             "name": "CEPSA",
10765             "icon": "fuel",
10766             "geometry": [
10767                 "point",
10768                 "area"
10769             ],
10770             "fields": [
10771                 "operator",
10772                 "address",
10773                 "building_area",
10774                 "opening_hours"
10775             ],
10776             "suggestion": true
10777         },
10778         "amenity/fuel/BFT": {
10779             "tags": {
10780                 "name": "BFT",
10781                 "amenity": "fuel"
10782             },
10783             "name": "BFT",
10784             "icon": "fuel",
10785             "geometry": [
10786                 "point",
10787                 "area"
10788             ],
10789             "fields": [
10790                 "operator",
10791                 "address",
10792                 "building_area",
10793                 "opening_hours"
10794             ],
10795             "suggestion": true
10796         },
10797         "amenity/fuel/Petron": {
10798             "tags": {
10799                 "name": "Petron",
10800                 "amenity": "fuel"
10801             },
10802             "name": "Petron",
10803             "icon": "fuel",
10804             "geometry": [
10805                 "point",
10806                 "area"
10807             ],
10808             "fields": [
10809                 "operator",
10810                 "address",
10811                 "building_area",
10812                 "opening_hours"
10813             ],
10814             "suggestion": true
10815         },
10816         "amenity/fuel/Total Access": {
10817             "tags": {
10818                 "name": "Total Access",
10819                 "amenity": "fuel"
10820             },
10821             "name": "Total Access",
10822             "icon": "fuel",
10823             "geometry": [
10824                 "point",
10825                 "area"
10826             ],
10827             "fields": [
10828                 "operator",
10829                 "address",
10830                 "building_area",
10831                 "opening_hours"
10832             ],
10833             "suggestion": true
10834         },
10835         "amenity/fuel/Elf": {
10836             "tags": {
10837                 "name": "Elf",
10838                 "amenity": "fuel"
10839             },
10840             "name": "Elf",
10841             "icon": "fuel",
10842             "geometry": [
10843                 "point",
10844                 "area"
10845             ],
10846             "fields": [
10847                 "operator",
10848                 "address",
10849                 "building_area",
10850                 "opening_hours"
10851             ],
10852             "suggestion": true
10853         },
10854         "amenity/fuel/Station Service E. Leclerc": {
10855             "tags": {
10856                 "name": "Station Service E. Leclerc",
10857                 "amenity": "fuel"
10858             },
10859             "name": "Station Service E. Leclerc",
10860             "icon": "fuel",
10861             "geometry": [
10862                 "point",
10863                 "area"
10864             ],
10865             "fields": [
10866                 "operator",
10867                 "address",
10868                 "building_area",
10869                 "opening_hours"
10870             ],
10871             "suggestion": true
10872         },
10873         "amenity/fuel/Shell Express": {
10874             "tags": {
10875                 "name": "Shell Express",
10876                 "amenity": "fuel"
10877             },
10878             "name": "Shell Express",
10879             "icon": "fuel",
10880             "geometry": [
10881                 "point",
10882                 "area"
10883             ],
10884             "fields": [
10885                 "operator",
10886                 "address",
10887                 "building_area",
10888                 "opening_hours"
10889             ],
10890             "suggestion": true
10891         },
10892         "amenity/fuel/Hess": {
10893             "tags": {
10894                 "name": "Hess",
10895                 "amenity": "fuel"
10896             },
10897             "name": "Hess",
10898             "icon": "fuel",
10899             "geometry": [
10900                 "point",
10901                 "area"
10902             ],
10903             "fields": [
10904                 "operator",
10905                 "address",
10906                 "building_area",
10907                 "opening_hours"
10908             ],
10909             "suggestion": true
10910         },
10911         "amenity/fuel/Flying V": {
10912             "tags": {
10913                 "name": "Flying V",
10914                 "amenity": "fuel"
10915             },
10916             "name": "Flying V",
10917             "icon": "fuel",
10918             "geometry": [
10919                 "point",
10920                 "area"
10921             ],
10922             "fields": [
10923                 "operator",
10924                 "address",
10925                 "building_area",
10926                 "opening_hours"
10927             ],
10928             "suggestion": true
10929         },
10930         "amenity/fuel/bft": {
10931             "tags": {
10932                 "name": "bft",
10933                 "amenity": "fuel"
10934             },
10935             "name": "bft",
10936             "icon": "fuel",
10937             "geometry": [
10938                 "point",
10939                 "area"
10940             ],
10941             "fields": [
10942                 "operator",
10943                 "address",
10944                 "building_area",
10945                 "opening_hours"
10946             ],
10947             "suggestion": true
10948         },
10949         "amenity/fuel/Gulf": {
10950             "tags": {
10951                 "name": "Gulf",
10952                 "amenity": "fuel"
10953             },
10954             "name": "Gulf",
10955             "icon": "fuel",
10956             "geometry": [
10957                 "point",
10958                 "area"
10959             ],
10960             "fields": [
10961                 "operator",
10962                 "address",
10963                 "building_area",
10964                 "opening_hours"
10965             ],
10966             "suggestion": true
10967         },
10968         "amenity/fuel/PTT": {
10969             "tags": {
10970                 "name": "PTT",
10971                 "amenity": "fuel"
10972             },
10973             "name": "PTT",
10974             "icon": "fuel",
10975             "geometry": [
10976                 "point",
10977                 "area"
10978             ],
10979             "fields": [
10980                 "operator",
10981                 "address",
10982                 "building_area",
10983                 "opening_hours"
10984             ],
10985             "suggestion": true
10986         },
10987         "amenity/fuel/St1": {
10988             "tags": {
10989                 "name": "St1",
10990                 "amenity": "fuel"
10991             },
10992             "name": "St1",
10993             "icon": "fuel",
10994             "geometry": [
10995                 "point",
10996                 "area"
10997             ],
10998             "fields": [
10999                 "operator",
11000                 "address",
11001                 "building_area",
11002                 "opening_hours"
11003             ],
11004             "suggestion": true
11005         },
11006         "amenity/fuel/Teboil": {
11007             "tags": {
11008                 "name": "Teboil",
11009                 "amenity": "fuel"
11010             },
11011             "name": "Teboil",
11012             "icon": "fuel",
11013             "geometry": [
11014                 "point",
11015                 "area"
11016             ],
11017             "fields": [
11018                 "operator",
11019                 "address",
11020                 "building_area",
11021                 "opening_hours"
11022             ],
11023             "suggestion": true
11024         },
11025         "amenity/fuel/HEM": {
11026             "tags": {
11027                 "name": "HEM",
11028                 "amenity": "fuel"
11029             },
11030             "name": "HEM",
11031             "icon": "fuel",
11032             "geometry": [
11033                 "point",
11034                 "area"
11035             ],
11036             "fields": [
11037                 "operator",
11038                 "address",
11039                 "building_area",
11040                 "opening_hours"
11041             ],
11042             "suggestion": true
11043         },
11044         "amenity/fuel/GALP": {
11045             "tags": {
11046                 "name": "GALP",
11047                 "amenity": "fuel"
11048             },
11049             "name": "GALP",
11050             "icon": "fuel",
11051             "geometry": [
11052                 "point",
11053                 "area"
11054             ],
11055             "fields": [
11056                 "operator",
11057                 "address",
11058                 "building_area",
11059                 "opening_hours"
11060             ],
11061             "suggestion": true
11062         },
11063         "amenity/fuel/OK": {
11064             "tags": {
11065                 "name": "OK",
11066                 "amenity": "fuel"
11067             },
11068             "name": "OK",
11069             "icon": "fuel",
11070             "geometry": [
11071                 "point",
11072                 "area"
11073             ],
11074             "fields": [
11075                 "operator",
11076                 "address",
11077                 "building_area",
11078                 "opening_hours"
11079             ],
11080             "suggestion": true
11081         },
11082         "amenity/fuel/ÖMV": {
11083             "tags": {
11084                 "name": "ÖMV",
11085                 "amenity": "fuel"
11086             },
11087             "name": "ÖMV",
11088             "icon": "fuel",
11089             "geometry": [
11090                 "point",
11091                 "area"
11092             ],
11093             "fields": [
11094                 "operator",
11095                 "address",
11096                 "building_area",
11097                 "opening_hours"
11098             ],
11099             "suggestion": true
11100         },
11101         "amenity/fuel/Tinq": {
11102             "tags": {
11103                 "name": "Tinq",
11104                 "amenity": "fuel"
11105             },
11106             "name": "Tinq",
11107             "icon": "fuel",
11108             "geometry": [
11109                 "point",
11110                 "area"
11111             ],
11112             "fields": [
11113                 "operator",
11114                 "address",
11115                 "building_area",
11116                 "opening_hours"
11117             ],
11118             "suggestion": true
11119         },
11120         "amenity/fuel/OKQ8": {
11121             "tags": {
11122                 "name": "OKQ8",
11123                 "amenity": "fuel"
11124             },
11125             "name": "OKQ8",
11126             "icon": "fuel",
11127             "geometry": [
11128                 "point",
11129                 "area"
11130             ],
11131             "fields": [
11132                 "operator",
11133                 "address",
11134                 "building_area",
11135                 "opening_hours"
11136             ],
11137             "suggestion": true
11138         },
11139         "amenity/fuel/Repsol": {
11140             "tags": {
11141                 "name": "Repsol",
11142                 "amenity": "fuel"
11143             },
11144             "name": "Repsol",
11145             "icon": "fuel",
11146             "geometry": [
11147                 "point",
11148                 "area"
11149             ],
11150             "fields": [
11151                 "operator",
11152                 "address",
11153                 "building_area",
11154                 "opening_hours"
11155             ],
11156             "suggestion": true
11157         },
11158         "amenity/fuel/Westfalen": {
11159             "tags": {
11160                 "name": "Westfalen",
11161                 "amenity": "fuel"
11162             },
11163             "name": "Westfalen",
11164             "icon": "fuel",
11165             "geometry": [
11166                 "point",
11167                 "area"
11168             ],
11169             "fields": [
11170                 "operator",
11171                 "address",
11172                 "building_area",
11173                 "opening_hours"
11174             ],
11175             "suggestion": true
11176         },
11177         "amenity/fuel/Esso Express": {
11178             "tags": {
11179                 "name": "Esso Express",
11180                 "amenity": "fuel"
11181             },
11182             "name": "Esso Express",
11183             "icon": "fuel",
11184             "geometry": [
11185                 "point",
11186                 "area"
11187             ],
11188             "fields": [
11189                 "operator",
11190                 "address",
11191                 "building_area",
11192                 "opening_hours"
11193             ],
11194             "suggestion": true
11195         },
11196         "amenity/fuel/Tamoil": {
11197             "tags": {
11198                 "name": "Tamoil",
11199                 "amenity": "fuel"
11200             },
11201             "name": "Tamoil",
11202             "icon": "fuel",
11203             "geometry": [
11204                 "point",
11205                 "area"
11206             ],
11207             "fields": [
11208                 "operator",
11209                 "address",
11210                 "building_area",
11211                 "opening_hours"
11212             ],
11213             "suggestion": true
11214         },
11215         "amenity/fuel/Engen": {
11216             "tags": {
11217                 "name": "Engen",
11218                 "amenity": "fuel"
11219             },
11220             "name": "Engen",
11221             "icon": "fuel",
11222             "geometry": [
11223                 "point",
11224                 "area"
11225             ],
11226             "fields": [
11227                 "operator",
11228                 "address",
11229                 "building_area",
11230                 "opening_hours"
11231             ],
11232             "suggestion": true
11233         },
11234         "amenity/fuel/Sasol": {
11235             "tags": {
11236                 "name": "Sasol",
11237                 "amenity": "fuel"
11238             },
11239             "name": "Sasol",
11240             "icon": "fuel",
11241             "geometry": [
11242                 "point",
11243                 "area"
11244             ],
11245             "fields": [
11246                 "operator",
11247                 "address",
11248                 "building_area",
11249                 "opening_hours"
11250             ],
11251             "suggestion": true
11252         },
11253         "amenity/fuel/Topaz": {
11254             "tags": {
11255                 "name": "Topaz",
11256                 "amenity": "fuel"
11257             },
11258             "name": "Topaz",
11259             "icon": "fuel",
11260             "geometry": [
11261                 "point",
11262                 "area"
11263             ],
11264             "fields": [
11265                 "operator",
11266                 "address",
11267                 "building_area",
11268                 "opening_hours"
11269             ],
11270             "suggestion": true
11271         },
11272         "amenity/fuel/LPG": {
11273             "tags": {
11274                 "name": "LPG",
11275                 "amenity": "fuel"
11276             },
11277             "name": "LPG",
11278             "icon": "fuel",
11279             "geometry": [
11280                 "point",
11281                 "area"
11282             ],
11283             "fields": [
11284                 "operator",
11285                 "address",
11286                 "building_area",
11287                 "opening_hours"
11288             ],
11289             "suggestion": true
11290         },
11291         "amenity/fuel/Orlen": {
11292             "tags": {
11293                 "name": "Orlen",
11294                 "amenity": "fuel"
11295             },
11296             "name": "Orlen",
11297             "icon": "fuel",
11298             "geometry": [
11299                 "point",
11300                 "area"
11301             ],
11302             "fields": [
11303                 "operator",
11304                 "address",
11305                 "building_area",
11306                 "opening_hours"
11307             ],
11308             "suggestion": true
11309         },
11310         "amenity/fuel/Oilibya": {
11311             "tags": {
11312                 "name": "Oilibya",
11313                 "amenity": "fuel"
11314             },
11315             "name": "Oilibya",
11316             "icon": "fuel",
11317             "geometry": [
11318                 "point",
11319                 "area"
11320             ],
11321             "fields": [
11322                 "operator",
11323                 "address",
11324                 "building_area",
11325                 "opening_hours"
11326             ],
11327             "suggestion": true
11328         },
11329         "amenity/fuel/Tango": {
11330             "tags": {
11331                 "name": "Tango",
11332                 "amenity": "fuel"
11333             },
11334             "name": "Tango",
11335             "icon": "fuel",
11336             "geometry": [
11337                 "point",
11338                 "area"
11339             ],
11340             "fields": [
11341                 "operator",
11342                 "address",
11343                 "building_area",
11344                 "opening_hours"
11345             ],
11346             "suggestion": true
11347         },
11348         "amenity/fuel/Star": {
11349             "tags": {
11350                 "name": "Star",
11351                 "amenity": "fuel"
11352             },
11353             "name": "Star",
11354             "icon": "fuel",
11355             "geometry": [
11356                 "point",
11357                 "area"
11358             ],
11359             "fields": [
11360                 "operator",
11361                 "address",
11362                 "building_area",
11363                 "opening_hours"
11364             ],
11365             "suggestion": true
11366         },
11367         "amenity/fuel/Петрол": {
11368             "tags": {
11369                 "name": "Петрол",
11370                 "amenity": "fuel"
11371             },
11372             "name": "Петрол",
11373             "icon": "fuel",
11374             "geometry": [
11375                 "point",
11376                 "area"
11377             ],
11378             "fields": [
11379                 "operator",
11380                 "address",
11381                 "building_area",
11382                 "opening_hours"
11383             ],
11384             "suggestion": true
11385         },
11386         "amenity/fuel/Cepsa": {
11387             "tags": {
11388                 "name": "Cepsa",
11389                 "amenity": "fuel"
11390             },
11391             "name": "Cepsa",
11392             "icon": "fuel",
11393             "geometry": [
11394                 "point",
11395                 "area"
11396             ],
11397             "fields": [
11398                 "operator",
11399                 "address",
11400                 "building_area",
11401                 "opening_hours"
11402             ],
11403             "suggestion": true
11404         },
11405         "amenity/fuel/OIL!": {
11406             "tags": {
11407                 "name": "OIL!",
11408                 "amenity": "fuel"
11409             },
11410             "name": "OIL!",
11411             "icon": "fuel",
11412             "geometry": [
11413                 "point",
11414                 "area"
11415             ],
11416             "fields": [
11417                 "operator",
11418                 "address",
11419                 "building_area",
11420                 "opening_hours"
11421             ],
11422             "suggestion": true
11423         },
11424         "amenity/fuel/Ultramar": {
11425             "tags": {
11426                 "name": "Ultramar",
11427                 "amenity": "fuel"
11428             },
11429             "name": "Ultramar",
11430             "icon": "fuel",
11431             "geometry": [
11432                 "point",
11433                 "area"
11434             ],
11435             "fields": [
11436                 "operator",
11437                 "address",
11438                 "building_area",
11439                 "opening_hours"
11440             ],
11441             "suggestion": true
11442         },
11443         "amenity/fuel/Irving": {
11444             "tags": {
11445                 "name": "Irving",
11446                 "amenity": "fuel"
11447             },
11448             "name": "Irving",
11449             "icon": "fuel",
11450             "geometry": [
11451                 "point",
11452                 "area"
11453             ],
11454             "fields": [
11455                 "operator",
11456                 "address",
11457                 "building_area",
11458                 "opening_hours"
11459             ],
11460             "suggestion": true
11461         },
11462         "amenity/fuel/Lukoil": {
11463             "tags": {
11464                 "name": "Lukoil",
11465                 "amenity": "fuel"
11466             },
11467             "name": "Lukoil",
11468             "icon": "fuel",
11469             "geometry": [
11470                 "point",
11471                 "area"
11472             ],
11473             "fields": [
11474                 "operator",
11475                 "address",
11476                 "building_area",
11477                 "opening_hours"
11478             ],
11479             "suggestion": true
11480         },
11481         "amenity/fuel/Petro-Canada": {
11482             "tags": {
11483                 "name": "Petro-Canada",
11484                 "amenity": "fuel"
11485             },
11486             "name": "Petro-Canada",
11487             "icon": "fuel",
11488             "geometry": [
11489                 "point",
11490                 "area"
11491             ],
11492             "fields": [
11493                 "operator",
11494                 "address",
11495                 "building_area",
11496                 "opening_hours"
11497             ],
11498             "suggestion": true
11499         },
11500         "amenity/fuel/Agrola": {
11501             "tags": {
11502                 "name": "Agrola",
11503                 "amenity": "fuel"
11504             },
11505             "name": "Agrola",
11506             "icon": "fuel",
11507             "geometry": [
11508                 "point",
11509                 "area"
11510             ],
11511             "fields": [
11512                 "operator",
11513                 "address",
11514                 "building_area",
11515                 "opening_hours"
11516             ],
11517             "suggestion": true
11518         },
11519         "amenity/fuel/Husky": {
11520             "tags": {
11521                 "name": "Husky",
11522                 "amenity": "fuel"
11523             },
11524             "name": "Husky",
11525             "icon": "fuel",
11526             "geometry": [
11527                 "point",
11528                 "area"
11529             ],
11530             "fields": [
11531                 "operator",
11532                 "address",
11533                 "building_area",
11534                 "opening_hours"
11535             ],
11536             "suggestion": true
11537         },
11538         "amenity/fuel/Slovnaft": {
11539             "tags": {
11540                 "name": "Slovnaft",
11541                 "amenity": "fuel"
11542             },
11543             "name": "Slovnaft",
11544             "icon": "fuel",
11545             "geometry": [
11546                 "point",
11547                 "area"
11548             ],
11549             "fields": [
11550                 "operator",
11551                 "address",
11552                 "building_area",
11553                 "opening_hours"
11554             ],
11555             "suggestion": true
11556         },
11557         "amenity/fuel/Sheetz": {
11558             "tags": {
11559                 "name": "Sheetz",
11560                 "amenity": "fuel"
11561             },
11562             "name": "Sheetz",
11563             "icon": "fuel",
11564             "geometry": [
11565                 "point",
11566                 "area"
11567             ],
11568             "fields": [
11569                 "operator",
11570                 "address",
11571                 "building_area",
11572                 "opening_hours"
11573             ],
11574             "suggestion": true
11575         },
11576         "amenity/fuel/Mol": {
11577             "tags": {
11578                 "name": "Mol",
11579                 "amenity": "fuel"
11580             },
11581             "name": "Mol",
11582             "icon": "fuel",
11583             "geometry": [
11584                 "point",
11585                 "area"
11586             ],
11587             "fields": [
11588                 "operator",
11589                 "address",
11590                 "building_area",
11591                 "opening_hours"
11592             ],
11593             "suggestion": true
11594         },
11595         "amenity/fuel/Petronas": {
11596             "tags": {
11597                 "name": "Petronas",
11598                 "amenity": "fuel"
11599             },
11600             "name": "Petronas",
11601             "icon": "fuel",
11602             "geometry": [
11603                 "point",
11604                 "area"
11605             ],
11606             "fields": [
11607                 "operator",
11608                 "address",
11609                 "building_area",
11610                 "opening_hours"
11611             ],
11612             "suggestion": true
11613         },
11614         "amenity/fuel/Газпромнефть": {
11615             "tags": {
11616                 "name": "Газпромнефть",
11617                 "amenity": "fuel"
11618             },
11619             "name": "Газпромнефть",
11620             "icon": "fuel",
11621             "geometry": [
11622                 "point",
11623                 "area"
11624             ],
11625             "fields": [
11626                 "operator",
11627                 "address",
11628                 "building_area",
11629                 "opening_hours"
11630             ],
11631             "suggestion": true
11632         },
11633         "amenity/fuel/Лукойл": {
11634             "tags": {
11635                 "name": "Лукойл",
11636                 "amenity": "fuel"
11637             },
11638             "name": "Лукойл",
11639             "icon": "fuel",
11640             "geometry": [
11641                 "point",
11642                 "area"
11643             ],
11644             "fields": [
11645                 "operator",
11646                 "address",
11647                 "building_area",
11648                 "opening_hours"
11649             ],
11650             "suggestion": true
11651         },
11652         "amenity/fuel/Elan": {
11653             "tags": {
11654                 "name": "Elan",
11655                 "amenity": "fuel"
11656             },
11657             "name": "Elan",
11658             "icon": "fuel",
11659             "geometry": [
11660                 "point",
11661                 "area"
11662             ],
11663             "fields": [
11664                 "operator",
11665                 "address",
11666                 "building_area",
11667                 "opening_hours"
11668             ],
11669             "suggestion": true
11670         },
11671         "amenity/fuel/Роснефть": {
11672             "tags": {
11673                 "name": "Роснефть",
11674                 "amenity": "fuel"
11675             },
11676             "name": "Роснефть",
11677             "icon": "fuel",
11678             "geometry": [
11679                 "point",
11680                 "area"
11681             ],
11682             "fields": [
11683                 "operator",
11684                 "address",
11685                 "building_area",
11686                 "opening_hours"
11687             ],
11688             "suggestion": true
11689         },
11690         "amenity/fuel/Turmöl": {
11691             "tags": {
11692                 "name": "Turmöl",
11693                 "amenity": "fuel"
11694             },
11695             "name": "Turmöl",
11696             "icon": "fuel",
11697             "geometry": [
11698                 "point",
11699                 "area"
11700             ],
11701             "fields": [
11702                 "operator",
11703                 "address",
11704                 "building_area",
11705                 "opening_hours"
11706             ],
11707             "suggestion": true
11708         },
11709         "amenity/fuel/Neste A24": {
11710             "tags": {
11711                 "name": "Neste A24",
11712                 "amenity": "fuel"
11713             },
11714             "name": "Neste A24",
11715             "icon": "fuel",
11716             "geometry": [
11717                 "point",
11718                 "area"
11719             ],
11720             "fields": [
11721                 "operator",
11722                 "address",
11723                 "building_area",
11724                 "opening_hours"
11725             ],
11726             "suggestion": true
11727         },
11728         "amenity/fuel/Marathon": {
11729             "tags": {
11730                 "name": "Marathon",
11731                 "amenity": "fuel"
11732             },
11733             "name": "Marathon",
11734             "icon": "fuel",
11735             "geometry": [
11736                 "point",
11737                 "area"
11738             ],
11739             "fields": [
11740                 "operator",
11741                 "address",
11742                 "building_area",
11743                 "opening_hours"
11744             ],
11745             "suggestion": true
11746         },
11747         "amenity/fuel/Valero": {
11748             "tags": {
11749                 "name": "Valero",
11750                 "amenity": "fuel"
11751             },
11752             "name": "Valero",
11753             "icon": "fuel",
11754             "geometry": [
11755                 "point",
11756                 "area"
11757             ],
11758             "fields": [
11759                 "operator",
11760                 "address",
11761                 "building_area",
11762                 "opening_hours"
11763             ],
11764             "suggestion": true
11765         },
11766         "amenity/fuel/Eni": {
11767             "tags": {
11768                 "name": "Eni",
11769                 "amenity": "fuel"
11770             },
11771             "name": "Eni",
11772             "icon": "fuel",
11773             "geometry": [
11774                 "point",
11775                 "area"
11776             ],
11777             "fields": [
11778                 "operator",
11779                 "address",
11780                 "building_area",
11781                 "opening_hours"
11782             ],
11783             "suggestion": true
11784         },
11785         "amenity/fuel/Chevron": {
11786             "tags": {
11787                 "name": "Chevron",
11788                 "amenity": "fuel"
11789             },
11790             "name": "Chevron",
11791             "icon": "fuel",
11792             "geometry": [
11793                 "point",
11794                 "area"
11795             ],
11796             "fields": [
11797                 "operator",
11798                 "address",
11799                 "building_area",
11800                 "opening_hours"
11801             ],
11802             "suggestion": true
11803         },
11804         "amenity/fuel/ТНК": {
11805             "tags": {
11806                 "name": "ТНК",
11807                 "amenity": "fuel"
11808             },
11809             "name": "ТНК",
11810             "icon": "fuel",
11811             "geometry": [
11812                 "point",
11813                 "area"
11814             ],
11815             "fields": [
11816                 "operator",
11817                 "address",
11818                 "building_area",
11819                 "opening_hours"
11820             ],
11821             "suggestion": true
11822         },
11823         "amenity/fuel/REPSOL": {
11824             "tags": {
11825                 "name": "REPSOL",
11826                 "amenity": "fuel"
11827             },
11828             "name": "REPSOL",
11829             "icon": "fuel",
11830             "geometry": [
11831                 "point",
11832                 "area"
11833             ],
11834             "fields": [
11835                 "operator",
11836                 "address",
11837                 "building_area",
11838                 "opening_hours"
11839             ],
11840             "suggestion": true
11841         },
11842         "amenity/fuel/MOL": {
11843             "tags": {
11844                 "name": "MOL",
11845                 "amenity": "fuel"
11846             },
11847             "name": "MOL",
11848             "icon": "fuel",
11849             "geometry": [
11850                 "point",
11851                 "area"
11852             ],
11853             "fields": [
11854                 "operator",
11855                 "address",
11856                 "building_area",
11857                 "opening_hours"
11858             ],
11859             "suggestion": true
11860         },
11861         "amenity/fuel/Bliska": {
11862             "tags": {
11863                 "name": "Bliska",
11864                 "amenity": "fuel"
11865             },
11866             "name": "Bliska",
11867             "icon": "fuel",
11868             "geometry": [
11869                 "point",
11870                 "area"
11871             ],
11872             "fields": [
11873                 "operator",
11874                 "address",
11875                 "building_area",
11876                 "opening_hours"
11877             ],
11878             "suggestion": true
11879         },
11880         "amenity/fuel/Api": {
11881             "tags": {
11882                 "name": "Api",
11883                 "amenity": "fuel"
11884             },
11885             "name": "Api",
11886             "icon": "fuel",
11887             "geometry": [
11888                 "point",
11889                 "area"
11890             ],
11891             "fields": [
11892                 "operator",
11893                 "address",
11894                 "building_area",
11895                 "opening_hours"
11896             ],
11897             "suggestion": true
11898         },
11899         "amenity/fuel/Arco": {
11900             "tags": {
11901                 "name": "Arco",
11902                 "amenity": "fuel"
11903             },
11904             "name": "Arco",
11905             "icon": "fuel",
11906             "geometry": [
11907                 "point",
11908                 "area"
11909             ],
11910             "fields": [
11911                 "operator",
11912                 "address",
11913                 "building_area",
11914                 "opening_hours"
11915             ],
11916             "suggestion": true
11917         },
11918         "amenity/fuel/Pemex": {
11919             "tags": {
11920                 "name": "Pemex",
11921                 "amenity": "fuel"
11922             },
11923             "name": "Pemex",
11924             "icon": "fuel",
11925             "geometry": [
11926                 "point",
11927                 "area"
11928             ],
11929             "fields": [
11930                 "operator",
11931                 "address",
11932                 "building_area",
11933                 "opening_hours"
11934             ],
11935             "suggestion": true
11936         },
11937         "amenity/fuel/Exxon": {
11938             "tags": {
11939                 "name": "Exxon",
11940                 "amenity": "fuel"
11941             },
11942             "name": "Exxon",
11943             "icon": "fuel",
11944             "geometry": [
11945                 "point",
11946                 "area"
11947             ],
11948             "fields": [
11949                 "operator",
11950                 "address",
11951                 "building_area",
11952                 "opening_hours"
11953             ],
11954             "suggestion": true
11955         },
11956         "amenity/fuel/Coles Express": {
11957             "tags": {
11958                 "name": "Coles Express",
11959                 "amenity": "fuel"
11960             },
11961             "name": "Coles Express",
11962             "icon": "fuel",
11963             "geometry": [
11964                 "point",
11965                 "area"
11966             ],
11967             "fields": [
11968                 "operator",
11969                 "address",
11970                 "building_area",
11971                 "opening_hours"
11972             ],
11973             "suggestion": true
11974         },
11975         "amenity/fuel/Petrom": {
11976             "tags": {
11977                 "name": "Petrom",
11978                 "amenity": "fuel"
11979             },
11980             "name": "Petrom",
11981             "icon": "fuel",
11982             "geometry": [
11983                 "point",
11984                 "area"
11985             ],
11986             "fields": [
11987                 "operator",
11988                 "address",
11989                 "building_area",
11990                 "opening_hours"
11991             ],
11992             "suggestion": true
11993         },
11994         "amenity/fuel/PETRONOR": {
11995             "tags": {
11996                 "name": "PETRONOR",
11997                 "amenity": "fuel"
11998             },
11999             "name": "PETRONOR",
12000             "icon": "fuel",
12001             "geometry": [
12002                 "point",
12003                 "area"
12004             ],
12005             "fields": [
12006                 "operator",
12007                 "address",
12008                 "building_area",
12009                 "opening_hours"
12010             ],
12011             "suggestion": true
12012         },
12013         "amenity/fuel/Rompetrol": {
12014             "tags": {
12015                 "name": "Rompetrol",
12016                 "amenity": "fuel"
12017             },
12018             "name": "Rompetrol",
12019             "icon": "fuel",
12020             "geometry": [
12021                 "point",
12022                 "area"
12023             ],
12024             "fields": [
12025                 "operator",
12026                 "address",
12027                 "building_area",
12028                 "opening_hours"
12029             ],
12030             "suggestion": true
12031         },
12032         "amenity/fuel/Lotos": {
12033             "tags": {
12034                 "name": "Lotos",
12035                 "amenity": "fuel"
12036             },
12037             "name": "Lotos",
12038             "icon": "fuel",
12039             "geometry": [
12040                 "point",
12041                 "area"
12042             ],
12043             "fields": [
12044                 "operator",
12045                 "address",
12046                 "building_area",
12047                 "opening_hours"
12048             ],
12049             "suggestion": true
12050         },
12051         "amenity/fuel/ОМВ": {
12052             "tags": {
12053                 "name": "ОМВ",
12054                 "amenity": "fuel"
12055             },
12056             "name": "ОМВ",
12057             "icon": "fuel",
12058             "geometry": [
12059                 "point",
12060                 "area"
12061             ],
12062             "fields": [
12063                 "operator",
12064                 "address",
12065                 "building_area",
12066                 "opening_hours"
12067             ],
12068             "suggestion": true
12069         },
12070         "amenity/fuel/BR": {
12071             "tags": {
12072                 "name": "BR",
12073                 "amenity": "fuel"
12074             },
12075             "name": "BR",
12076             "icon": "fuel",
12077             "geometry": [
12078                 "point",
12079                 "area"
12080             ],
12081             "fields": [
12082                 "operator",
12083                 "address",
12084                 "building_area",
12085                 "opening_hours"
12086             ],
12087             "suggestion": true
12088         },
12089         "amenity/fuel/Copec": {
12090             "tags": {
12091                 "name": "Copec",
12092                 "amenity": "fuel"
12093             },
12094             "name": "Copec",
12095             "icon": "fuel",
12096             "geometry": [
12097                 "point",
12098                 "area"
12099             ],
12100             "fields": [
12101                 "operator",
12102                 "address",
12103                 "building_area",
12104                 "opening_hours"
12105             ],
12106             "suggestion": true
12107         },
12108         "amenity/fuel/Petrobras": {
12109             "tags": {
12110                 "name": "Petrobras",
12111                 "amenity": "fuel"
12112             },
12113             "name": "Petrobras",
12114             "icon": "fuel",
12115             "geometry": [
12116                 "point",
12117                 "area"
12118             ],
12119             "fields": [
12120                 "operator",
12121                 "address",
12122                 "building_area",
12123                 "opening_hours"
12124             ],
12125             "suggestion": true
12126         },
12127         "amenity/fuel/Liberty": {
12128             "tags": {
12129                 "name": "Liberty",
12130                 "amenity": "fuel"
12131             },
12132             "name": "Liberty",
12133             "icon": "fuel",
12134             "geometry": [
12135                 "point",
12136                 "area"
12137             ],
12138             "fields": [
12139                 "operator",
12140                 "address",
12141                 "building_area",
12142                 "opening_hours"
12143             ],
12144             "suggestion": true
12145         },
12146         "amenity/fuel/IP": {
12147             "tags": {
12148                 "name": "IP",
12149                 "amenity": "fuel"
12150             },
12151             "name": "IP",
12152             "icon": "fuel",
12153             "geometry": [
12154                 "point",
12155                 "area"
12156             ],
12157             "fields": [
12158                 "operator",
12159                 "address",
12160                 "building_area",
12161                 "opening_hours"
12162             ],
12163             "suggestion": true
12164         },
12165         "amenity/fuel/Erg": {
12166             "tags": {
12167                 "name": "Erg",
12168                 "amenity": "fuel"
12169             },
12170             "name": "Erg",
12171             "icon": "fuel",
12172             "geometry": [
12173                 "point",
12174                 "area"
12175             ],
12176             "fields": [
12177                 "operator",
12178                 "address",
12179                 "building_area",
12180                 "opening_hours"
12181             ],
12182             "suggestion": true
12183         },
12184         "amenity/fuel/Eneos": {
12185             "tags": {
12186                 "name": "Eneos",
12187                 "amenity": "fuel"
12188             },
12189             "name": "Eneos",
12190             "icon": "fuel",
12191             "geometry": [
12192                 "point",
12193                 "area"
12194             ],
12195             "fields": [
12196                 "operator",
12197                 "address",
12198                 "building_area",
12199                 "opening_hours"
12200             ],
12201             "suggestion": true
12202         },
12203         "amenity/fuel/Citgo": {
12204             "tags": {
12205                 "name": "Citgo",
12206                 "amenity": "fuel"
12207             },
12208             "name": "Citgo",
12209             "icon": "fuel",
12210             "geometry": [
12211                 "point",
12212                 "area"
12213             ],
12214             "fields": [
12215                 "operator",
12216                 "address",
12217                 "building_area",
12218                 "opening_hours"
12219             ],
12220             "suggestion": true
12221         },
12222         "amenity/fuel/Metano": {
12223             "tags": {
12224                 "name": "Metano",
12225                 "amenity": "fuel"
12226             },
12227             "name": "Metano",
12228             "icon": "fuel",
12229             "geometry": [
12230                 "point",
12231                 "area"
12232             ],
12233             "fields": [
12234                 "operator",
12235                 "address",
12236                 "building_area",
12237                 "opening_hours"
12238             ],
12239             "suggestion": true
12240         },
12241         "amenity/fuel/Сургутнефтегаз": {
12242             "tags": {
12243                 "name": "Сургутнефтегаз",
12244                 "amenity": "fuel"
12245             },
12246             "name": "Сургутнефтегаз",
12247             "icon": "fuel",
12248             "geometry": [
12249                 "point",
12250                 "area"
12251             ],
12252             "fields": [
12253                 "operator",
12254                 "address",
12255                 "building_area",
12256                 "opening_hours"
12257             ],
12258             "suggestion": true
12259         },
12260         "amenity/fuel/EKO": {
12261             "tags": {
12262                 "name": "EKO",
12263                 "amenity": "fuel"
12264             },
12265             "name": "EKO",
12266             "icon": "fuel",
12267             "geometry": [
12268                 "point",
12269                 "area"
12270             ],
12271             "fields": [
12272                 "operator",
12273                 "address",
12274                 "building_area",
12275                 "opening_hours"
12276             ],
12277             "suggestion": true
12278         },
12279         "amenity/fuel/Eko": {
12280             "tags": {
12281                 "name": "Eko",
12282                 "amenity": "fuel"
12283             },
12284             "name": "Eko",
12285             "icon": "fuel",
12286             "geometry": [
12287                 "point",
12288                 "area"
12289             ],
12290             "fields": [
12291                 "operator",
12292                 "address",
12293                 "building_area",
12294                 "opening_hours"
12295             ],
12296             "suggestion": true
12297         },
12298         "amenity/fuel/Indipend.": {
12299             "tags": {
12300                 "name": "Indipend.",
12301                 "amenity": "fuel"
12302             },
12303             "name": "Indipend.",
12304             "icon": "fuel",
12305             "geometry": [
12306                 "point",
12307                 "area"
12308             ],
12309             "fields": [
12310                 "operator",
12311                 "address",
12312                 "building_area",
12313                 "opening_hours"
12314             ],
12315             "suggestion": true
12316         },
12317         "amenity/fuel/IES": {
12318             "tags": {
12319                 "name": "IES",
12320                 "amenity": "fuel"
12321             },
12322             "name": "IES",
12323             "icon": "fuel",
12324             "geometry": [
12325                 "point",
12326                 "area"
12327             ],
12328             "fields": [
12329                 "operator",
12330                 "address",
12331                 "building_area",
12332                 "opening_hours"
12333             ],
12334             "suggestion": true
12335         },
12336         "amenity/fuel/TotalErg": {
12337             "tags": {
12338                 "name": "TotalErg",
12339                 "amenity": "fuel"
12340             },
12341             "name": "TotalErg",
12342             "icon": "fuel",
12343             "geometry": [
12344                 "point",
12345                 "area"
12346             ],
12347             "fields": [
12348                 "operator",
12349                 "address",
12350                 "building_area",
12351                 "opening_hours"
12352             ],
12353             "suggestion": true
12354         },
12355         "amenity/fuel/Cenex": {
12356             "tags": {
12357                 "name": "Cenex",
12358                 "amenity": "fuel"
12359             },
12360             "name": "Cenex",
12361             "icon": "fuel",
12362             "geometry": [
12363                 "point",
12364                 "area"
12365             ],
12366             "fields": [
12367                 "operator",
12368                 "address",
12369                 "building_area",
12370                 "opening_hours"
12371             ],
12372             "suggestion": true
12373         },
12374         "amenity/fuel/ПТК": {
12375             "tags": {
12376                 "name": "ПТК",
12377                 "amenity": "fuel"
12378             },
12379             "name": "ПТК",
12380             "icon": "fuel",
12381             "geometry": [
12382                 "point",
12383                 "area"
12384             ],
12385             "fields": [
12386                 "operator",
12387                 "address",
12388                 "building_area",
12389                 "opening_hours"
12390             ],
12391             "suggestion": true
12392         },
12393         "amenity/fuel/HP": {
12394             "tags": {
12395                 "name": "HP",
12396                 "amenity": "fuel"
12397             },
12398             "name": "HP",
12399             "icon": "fuel",
12400             "geometry": [
12401                 "point",
12402                 "area"
12403             ],
12404             "fields": [
12405                 "operator",
12406                 "address",
12407                 "building_area",
12408                 "opening_hours"
12409             ],
12410             "suggestion": true
12411         },
12412         "amenity/fuel/Phillips 66": {
12413             "tags": {
12414                 "name": "Phillips 66",
12415                 "amenity": "fuel"
12416             },
12417             "name": "Phillips 66",
12418             "icon": "fuel",
12419             "geometry": [
12420                 "point",
12421                 "area"
12422             ],
12423             "fields": [
12424                 "operator",
12425                 "address",
12426                 "building_area",
12427                 "opening_hours"
12428             ],
12429             "suggestion": true
12430         },
12431         "amenity/fuel/CARREFOUR": {
12432             "tags": {
12433                 "name": "CARREFOUR",
12434                 "amenity": "fuel"
12435             },
12436             "name": "CARREFOUR",
12437             "icon": "fuel",
12438             "geometry": [
12439                 "point",
12440                 "area"
12441             ],
12442             "fields": [
12443                 "operator",
12444                 "address",
12445                 "building_area",
12446                 "opening_hours"
12447             ],
12448             "suggestion": true
12449         },
12450         "amenity/fuel/ERG": {
12451             "tags": {
12452                 "name": "ERG",
12453                 "amenity": "fuel"
12454             },
12455             "name": "ERG",
12456             "icon": "fuel",
12457             "geometry": [
12458                 "point",
12459                 "area"
12460             ],
12461             "fields": [
12462                 "operator",
12463                 "address",
12464                 "building_area",
12465                 "opening_hours"
12466             ],
12467             "suggestion": true
12468         },
12469         "amenity/fuel/Speedway": {
12470             "tags": {
12471                 "name": "Speedway",
12472                 "amenity": "fuel"
12473             },
12474             "name": "Speedway",
12475             "icon": "fuel",
12476             "geometry": [
12477                 "point",
12478                 "area"
12479             ],
12480             "fields": [
12481                 "operator",
12482                 "address",
12483                 "building_area",
12484                 "opening_hours"
12485             ],
12486             "suggestion": true
12487         },
12488         "amenity/fuel/Benzina": {
12489             "tags": {
12490                 "name": "Benzina",
12491                 "amenity": "fuel"
12492             },
12493             "name": "Benzina",
12494             "icon": "fuel",
12495             "geometry": [
12496                 "point",
12497                 "area"
12498             ],
12499             "fields": [
12500                 "operator",
12501                 "address",
12502                 "building_area",
12503                 "opening_hours"
12504             ],
12505             "suggestion": true
12506         },
12507         "amenity/fuel/Татнефть": {
12508             "tags": {
12509                 "name": "Татнефть",
12510                 "amenity": "fuel"
12511             },
12512             "name": "Татнефть",
12513             "icon": "fuel",
12514             "geometry": [
12515                 "point",
12516                 "area"
12517             ],
12518             "fields": [
12519                 "operator",
12520                 "address",
12521                 "building_area",
12522                 "opening_hours"
12523             ],
12524             "suggestion": true
12525         },
12526         "amenity/fuel/Terpel": {
12527             "tags": {
12528                 "name": "Terpel",
12529                 "amenity": "fuel"
12530             },
12531             "name": "Terpel",
12532             "icon": "fuel",
12533             "geometry": [
12534                 "point",
12535                 "area"
12536             ],
12537             "fields": [
12538                 "operator",
12539                 "address",
12540                 "building_area",
12541                 "opening_hours"
12542             ],
12543             "suggestion": true
12544         },
12545         "amenity/fuel/WOG": {
12546             "tags": {
12547                 "name": "WOG",
12548                 "amenity": "fuel"
12549             },
12550             "name": "WOG",
12551             "icon": "fuel",
12552             "geometry": [
12553                 "point",
12554                 "area"
12555             ],
12556             "fields": [
12557                 "operator",
12558                 "address",
12559                 "building_area",
12560                 "opening_hours"
12561             ],
12562             "suggestion": true
12563         },
12564         "amenity/fuel/Seaoil": {
12565             "tags": {
12566                 "name": "Seaoil",
12567                 "amenity": "fuel"
12568             },
12569             "name": "Seaoil",
12570             "icon": "fuel",
12571             "geometry": [
12572                 "point",
12573                 "area"
12574             ],
12575             "fields": [
12576                 "operator",
12577                 "address",
12578                 "building_area",
12579                 "opening_hours"
12580             ],
12581             "suggestion": true
12582         },
12583         "amenity/fuel/АЗС": {
12584             "tags": {
12585                 "name": "АЗС",
12586                 "amenity": "fuel"
12587             },
12588             "name": "АЗС",
12589             "icon": "fuel",
12590             "geometry": [
12591                 "point",
12592                 "area"
12593             ],
12594             "fields": [
12595                 "operator",
12596                 "address",
12597                 "building_area",
12598                 "opening_hours"
12599             ],
12600             "suggestion": true
12601         },
12602         "amenity/fuel/Kwik Trip": {
12603             "tags": {
12604                 "name": "Kwik Trip",
12605                 "amenity": "fuel"
12606             },
12607             "name": "Kwik Trip",
12608             "icon": "fuel",
12609             "geometry": [
12610                 "point",
12611                 "area"
12612             ],
12613             "fields": [
12614                 "operator",
12615                 "address",
12616                 "building_area",
12617                 "opening_hours"
12618             ],
12619             "suggestion": true
12620         },
12621         "amenity/fuel/Pertamina": {
12622             "tags": {
12623                 "name": "Pertamina",
12624                 "amenity": "fuel"
12625             },
12626             "name": "Pertamina",
12627             "icon": "fuel",
12628             "geometry": [
12629                 "point",
12630                 "area"
12631             ],
12632             "fields": [
12633                 "operator",
12634                 "address",
12635                 "building_area",
12636                 "opening_hours"
12637             ],
12638             "suggestion": true
12639         },
12640         "amenity/fuel/COSMO": {
12641             "tags": {
12642                 "name": "COSMO",
12643                 "amenity": "fuel"
12644             },
12645             "name": "COSMO",
12646             "icon": "fuel",
12647             "geometry": [
12648                 "point",
12649                 "area"
12650             ],
12651             "fields": [
12652                 "operator",
12653                 "address",
12654                 "building_area",
12655                 "opening_hours"
12656             ],
12657             "suggestion": true
12658         },
12659         "amenity/fuel/Z": {
12660             "tags": {
12661                 "name": "Z",
12662                 "amenity": "fuel"
12663             },
12664             "name": "Z",
12665             "icon": "fuel",
12666             "geometry": [
12667                 "point",
12668                 "area"
12669             ],
12670             "fields": [
12671                 "operator",
12672                 "address",
12673                 "building_area",
12674                 "opening_hours"
12675             ],
12676             "suggestion": true
12677         },
12678         "amenity/fuel/Indian Oil": {
12679             "tags": {
12680                 "name": "Indian Oil",
12681                 "amenity": "fuel"
12682             },
12683             "name": "Indian Oil",
12684             "icon": "fuel",
12685             "geometry": [
12686                 "point",
12687                 "area"
12688             ],
12689             "fields": [
12690                 "operator",
12691                 "address",
12692                 "building_area",
12693                 "opening_hours"
12694             ],
12695             "suggestion": true
12696         },
12697         "amenity/fuel/АГЗС": {
12698             "tags": {
12699                 "name": "АГЗС",
12700                 "amenity": "fuel"
12701             },
12702             "name": "АГЗС",
12703             "icon": "fuel",
12704             "geometry": [
12705                 "point",
12706                 "area"
12707             ],
12708             "fields": [
12709                 "operator",
12710                 "address",
12711                 "building_area",
12712                 "opening_hours"
12713             ],
12714             "suggestion": true
12715         },
12716         "amenity/fuel/INA": {
12717             "tags": {
12718                 "name": "INA",
12719                 "amenity": "fuel"
12720             },
12721             "name": "INA",
12722             "icon": "fuel",
12723             "geometry": [
12724                 "point",
12725                 "area"
12726             ],
12727             "fields": [
12728                 "operator",
12729                 "address",
12730                 "building_area",
12731                 "opening_hours"
12732             ],
12733             "suggestion": true
12734         },
12735         "amenity/fuel/JOMO": {
12736             "tags": {
12737                 "name": "JOMO",
12738                 "amenity": "fuel"
12739             },
12740             "name": "JOMO",
12741             "icon": "fuel",
12742             "geometry": [
12743                 "point",
12744                 "area"
12745             ],
12746             "fields": [
12747                 "operator",
12748                 "address",
12749                 "building_area",
12750                 "opening_hours"
12751             ],
12752             "suggestion": true
12753         },
12754         "amenity/fuel/Holiday": {
12755             "tags": {
12756                 "name": "Holiday",
12757                 "amenity": "fuel"
12758             },
12759             "name": "Holiday",
12760             "icon": "fuel",
12761             "geometry": [
12762                 "point",
12763                 "area"
12764             ],
12765             "fields": [
12766                 "operator",
12767                 "address",
12768                 "building_area",
12769                 "opening_hours"
12770             ],
12771             "suggestion": true
12772         },
12773         "amenity/fuel/YPF": {
12774             "tags": {
12775                 "name": "YPF",
12776                 "amenity": "fuel"
12777             },
12778             "name": "YPF",
12779             "icon": "fuel",
12780             "geometry": [
12781                 "point",
12782                 "area"
12783             ],
12784             "fields": [
12785                 "operator",
12786                 "address",
12787                 "building_area",
12788                 "opening_hours"
12789             ],
12790             "suggestion": true
12791         },
12792         "amenity/fuel/IDEMITSU": {
12793             "tags": {
12794                 "name": "IDEMITSU",
12795                 "amenity": "fuel"
12796             },
12797             "name": "IDEMITSU",
12798             "icon": "fuel",
12799             "geometry": [
12800                 "point",
12801                 "area"
12802             ],
12803             "fields": [
12804                 "operator",
12805                 "address",
12806                 "building_area",
12807                 "opening_hours"
12808             ],
12809             "suggestion": true
12810         },
12811         "amenity/fuel/ENEOS": {
12812             "tags": {
12813                 "name": "ENEOS",
12814                 "amenity": "fuel"
12815             },
12816             "name": "ENEOS",
12817             "icon": "fuel",
12818             "geometry": [
12819                 "point",
12820                 "area"
12821             ],
12822             "fields": [
12823                 "operator",
12824                 "address",
12825                 "building_area",
12826                 "opening_hours"
12827             ],
12828             "suggestion": true
12829         },
12830         "amenity/fuel/Bharat Petroleum": {
12831             "tags": {
12832                 "name": "Bharat Petroleum",
12833                 "amenity": "fuel"
12834             },
12835             "name": "Bharat Petroleum",
12836             "icon": "fuel",
12837             "geometry": [
12838                 "point",
12839                 "area"
12840             ],
12841             "fields": [
12842                 "operator",
12843                 "address",
12844                 "building_area",
12845                 "opening_hours"
12846             ],
12847             "suggestion": true
12848         },
12849         "amenity/fuel/CAMPSA": {
12850             "tags": {
12851                 "name": "CAMPSA",
12852                 "amenity": "fuel"
12853             },
12854             "name": "CAMPSA",
12855             "icon": "fuel",
12856             "geometry": [
12857                 "point",
12858                 "area"
12859             ],
12860             "fields": [
12861                 "operator",
12862                 "address",
12863                 "building_area",
12864                 "opening_hours"
12865             ],
12866             "suggestion": true
12867         },
12868         "amenity/fuel/Casey's General Store": {
12869             "tags": {
12870                 "name": "Casey's General Store",
12871                 "amenity": "fuel"
12872             },
12873             "name": "Casey's General Store",
12874             "icon": "fuel",
12875             "geometry": [
12876                 "point",
12877                 "area"
12878             ],
12879             "fields": [
12880                 "operator",
12881                 "address",
12882                 "building_area",
12883                 "opening_hours"
12884             ],
12885             "suggestion": true
12886         },
12887         "amenity/fuel/Башнефть": {
12888             "tags": {
12889                 "name": "Башнефть",
12890                 "amenity": "fuel"
12891             },
12892             "name": "Башнефть",
12893             "icon": "fuel",
12894             "geometry": [
12895                 "point",
12896                 "area"
12897             ],
12898             "fields": [
12899                 "operator",
12900                 "address",
12901                 "building_area",
12902                 "opening_hours"
12903             ],
12904             "suggestion": true
12905         },
12906         "amenity/fuel/Kangaroo": {
12907             "tags": {
12908                 "name": "Kangaroo",
12909                 "amenity": "fuel"
12910             },
12911             "name": "Kangaroo",
12912             "icon": "fuel",
12913             "geometry": [
12914                 "point",
12915                 "area"
12916             ],
12917             "fields": [
12918                 "operator",
12919                 "address",
12920                 "building_area",
12921                 "opening_hours"
12922             ],
12923             "suggestion": true
12924         },
12925         "amenity/fuel/コスモ石油 (COSMO)": {
12926             "tags": {
12927                 "name": "コスモ石油 (COSMO)",
12928                 "amenity": "fuel"
12929             },
12930             "name": "コスモ石油 (COSMO)",
12931             "icon": "fuel",
12932             "geometry": [
12933                 "point",
12934                 "area"
12935             ],
12936             "fields": [
12937                 "operator",
12938                 "address",
12939                 "building_area",
12940                 "opening_hours"
12941             ],
12942             "suggestion": true
12943         },
12944         "amenity/fuel/MEROIL": {
12945             "tags": {
12946                 "name": "MEROIL",
12947                 "amenity": "fuel"
12948             },
12949             "name": "MEROIL",
12950             "icon": "fuel",
12951             "geometry": [
12952                 "point",
12953                 "area"
12954             ],
12955             "fields": [
12956                 "operator",
12957                 "address",
12958                 "building_area",
12959                 "opening_hours"
12960             ],
12961             "suggestion": true
12962         },
12963         "amenity/fuel/1-2-3": {
12964             "tags": {
12965                 "name": "1-2-3",
12966                 "amenity": "fuel"
12967             },
12968             "name": "1-2-3",
12969             "icon": "fuel",
12970             "geometry": [
12971                 "point",
12972                 "area"
12973             ],
12974             "fields": [
12975                 "operator",
12976                 "address",
12977                 "building_area",
12978                 "opening_hours"
12979             ],
12980             "suggestion": true
12981         },
12982         "amenity/fuel/出光": {
12983             "tags": {
12984                 "name": "出光",
12985                 "name:en": "IDEMITSU",
12986                 "amenity": "fuel"
12987             },
12988             "name": "出光",
12989             "icon": "fuel",
12990             "geometry": [
12991                 "point",
12992                 "area"
12993             ],
12994             "fields": [
12995                 "operator",
12996                 "address",
12997                 "building_area",
12998                 "opening_hours"
12999             ],
13000             "suggestion": true
13001         },
13002         "amenity/fuel/НК Альянс": {
13003             "tags": {
13004                 "name": "НК Альянс",
13005                 "amenity": "fuel"
13006             },
13007             "name": "НК Альянс",
13008             "icon": "fuel",
13009             "geometry": [
13010                 "point",
13011                 "area"
13012             ],
13013             "fields": [
13014                 "operator",
13015                 "address",
13016                 "building_area",
13017                 "opening_hours"
13018             ],
13019             "suggestion": true
13020         },
13021         "amenity/fuel/Sinclair": {
13022             "tags": {
13023                 "name": "Sinclair",
13024                 "amenity": "fuel"
13025             },
13026             "name": "Sinclair",
13027             "icon": "fuel",
13028             "geometry": [
13029                 "point",
13030                 "area"
13031             ],
13032             "fields": [
13033                 "operator",
13034                 "address",
13035                 "building_area",
13036                 "opening_hours"
13037             ],
13038             "suggestion": true
13039         },
13040         "amenity/fuel/Conoco": {
13041             "tags": {
13042                 "name": "Conoco",
13043                 "amenity": "fuel"
13044             },
13045             "name": "Conoco",
13046             "icon": "fuel",
13047             "geometry": [
13048                 "point",
13049                 "area"
13050             ],
13051             "fields": [
13052                 "operator",
13053                 "address",
13054                 "building_area",
13055                 "opening_hours"
13056             ],
13057             "suggestion": true
13058         },
13059         "amenity/fuel/SPBU": {
13060             "tags": {
13061                 "name": "SPBU",
13062                 "amenity": "fuel"
13063             },
13064             "name": "SPBU",
13065             "icon": "fuel",
13066             "geometry": [
13067                 "point",
13068                 "area"
13069             ],
13070             "fields": [
13071                 "operator",
13072                 "address",
13073                 "building_area",
13074                 "opening_hours"
13075             ],
13076             "suggestion": true
13077         },
13078         "amenity/fuel/Макпетрол": {
13079             "tags": {
13080                 "name": "Макпетрол",
13081                 "amenity": "fuel"
13082             },
13083             "name": "Макпетрол",
13084             "icon": "fuel",
13085             "geometry": [
13086                 "point",
13087                 "area"
13088             ],
13089             "fields": [
13090                 "operator",
13091                 "address",
13092                 "building_area",
13093                 "opening_hours"
13094             ],
13095             "suggestion": true
13096         },
13097         "amenity/fuel/Posto Ipiranga": {
13098             "tags": {
13099                 "name": "Posto Ipiranga",
13100                 "amenity": "fuel"
13101             },
13102             "name": "Posto Ipiranga",
13103             "icon": "fuel",
13104             "geometry": [
13105                 "point",
13106                 "area"
13107             ],
13108             "fields": [
13109                 "operator",
13110                 "address",
13111                 "building_area",
13112                 "opening_hours"
13113             ],
13114             "suggestion": true
13115         },
13116         "amenity/fuel/Posto Shell": {
13117             "tags": {
13118                 "name": "Posto Shell",
13119                 "amenity": "fuel"
13120             },
13121             "name": "Posto Shell",
13122             "icon": "fuel",
13123             "geometry": [
13124                 "point",
13125                 "area"
13126             ],
13127             "fields": [
13128                 "operator",
13129                 "address",
13130                 "building_area",
13131                 "opening_hours"
13132             ],
13133             "suggestion": true
13134         },
13135         "amenity/fuel/Phoenix": {
13136             "tags": {
13137                 "name": "Phoenix",
13138                 "amenity": "fuel"
13139             },
13140             "name": "Phoenix",
13141             "icon": "fuel",
13142             "geometry": [
13143                 "point",
13144                 "area"
13145             ],
13146             "fields": [
13147                 "operator",
13148                 "address",
13149                 "building_area",
13150                 "opening_hours"
13151             ],
13152             "suggestion": true
13153         },
13154         "amenity/fuel/Ipiranga": {
13155             "tags": {
13156                 "name": "Ipiranga",
13157                 "amenity": "fuel"
13158             },
13159             "name": "Ipiranga",
13160             "icon": "fuel",
13161             "geometry": [
13162                 "point",
13163                 "area"
13164             ],
13165             "fields": [
13166                 "operator",
13167                 "address",
13168                 "building_area",
13169                 "opening_hours"
13170             ],
13171             "suggestion": true
13172         },
13173         "amenity/fuel/OKKO": {
13174             "tags": {
13175                 "name": "OKKO",
13176                 "amenity": "fuel"
13177             },
13178             "name": "OKKO",
13179             "icon": "fuel",
13180             "geometry": [
13181                 "point",
13182                 "area"
13183             ],
13184             "fields": [
13185                 "operator",
13186                 "address",
13187                 "building_area",
13188                 "opening_hours"
13189             ],
13190             "suggestion": true
13191         },
13192         "amenity/fuel/ОККО": {
13193             "tags": {
13194                 "name": "ОККО",
13195                 "amenity": "fuel"
13196             },
13197             "name": "ОККО",
13198             "icon": "fuel",
13199             "geometry": [
13200                 "point",
13201                 "area"
13202             ],
13203             "fields": [
13204                 "operator",
13205                 "address",
13206                 "building_area",
13207                 "opening_hours"
13208             ],
13209             "suggestion": true
13210         },
13211         "amenity/fuel/บางจาก": {
13212             "tags": {
13213                 "name": "บางจาก",
13214                 "amenity": "fuel"
13215             },
13216             "name": "บางจาก",
13217             "icon": "fuel",
13218             "geometry": [
13219                 "point",
13220                 "area"
13221             ],
13222             "fields": [
13223                 "operator",
13224                 "address",
13225                 "building_area",
13226                 "opening_hours"
13227             ],
13228             "suggestion": true
13229         },
13230         "amenity/fuel/QuikTrip": {
13231             "tags": {
13232                 "name": "QuikTrip",
13233                 "amenity": "fuel"
13234             },
13235             "name": "QuikTrip",
13236             "icon": "fuel",
13237             "geometry": [
13238                 "point",
13239                 "area"
13240             ],
13241             "fields": [
13242                 "operator",
13243                 "address",
13244                 "building_area",
13245                 "opening_hours"
13246             ],
13247             "suggestion": true
13248         },
13249         "amenity/fuel/Posto BR": {
13250             "tags": {
13251                 "name": "Posto BR",
13252                 "amenity": "fuel"
13253             },
13254             "name": "Posto BR",
13255             "icon": "fuel",
13256             "geometry": [
13257                 "point",
13258                 "area"
13259             ],
13260             "fields": [
13261                 "operator",
13262                 "address",
13263                 "building_area",
13264                 "opening_hours"
13265             ],
13266             "suggestion": true
13267         },
13268         "amenity/fuel/ป ต ท": {
13269             "tags": {
13270                 "name": "ป ต ท",
13271                 "amenity": "fuel"
13272             },
13273             "name": "ป ต ท",
13274             "icon": "fuel",
13275             "geometry": [
13276                 "point",
13277                 "area"
13278             ],
13279             "fields": [
13280                 "operator",
13281                 "address",
13282                 "building_area",
13283                 "opening_hours"
13284             ],
13285             "suggestion": true
13286         },
13287         "amenity/fuel/ปตท": {
13288             "tags": {
13289                 "name": "ปตท",
13290                 "amenity": "fuel"
13291             },
13292             "name": "ปตท",
13293             "icon": "fuel",
13294             "geometry": [
13295                 "point",
13296                 "area"
13297             ],
13298             "fields": [
13299                 "operator",
13300                 "address",
13301                 "building_area",
13302                 "opening_hours"
13303             ],
13304             "suggestion": true
13305         },
13306         "amenity/fuel/ANP": {
13307             "tags": {
13308                 "name": "ANP",
13309                 "amenity": "fuel"
13310             },
13311             "name": "ANP",
13312             "icon": "fuel",
13313             "geometry": [
13314                 "point",
13315                 "area"
13316             ],
13317             "fields": [
13318                 "operator",
13319                 "address",
13320                 "building_area",
13321                 "opening_hours"
13322             ],
13323             "suggestion": true
13324         },
13325         "amenity/fuel/Kum & Go": {
13326             "tags": {
13327                 "name": "Kum & Go",
13328                 "amenity": "fuel"
13329             },
13330             "name": "Kum & Go",
13331             "icon": "fuel",
13332             "geometry": [
13333                 "point",
13334                 "area"
13335             ],
13336             "fields": [
13337                 "operator",
13338                 "address",
13339                 "building_area",
13340                 "opening_hours"
13341             ],
13342             "suggestion": true
13343         },
13344         "amenity/fuel/Petrolimex": {
13345             "tags": {
13346                 "name": "Petrolimex",
13347                 "amenity": "fuel"
13348             },
13349             "name": "Petrolimex",
13350             "icon": "fuel",
13351             "geometry": [
13352                 "point",
13353                 "area"
13354             ],
13355             "fields": [
13356                 "operator",
13357                 "address",
13358                 "building_area",
13359                 "opening_hours"
13360             ],
13361             "suggestion": true
13362         },
13363         "amenity/fuel/Sokimex": {
13364             "tags": {
13365                 "name": "Sokimex",
13366                 "amenity": "fuel"
13367             },
13368             "name": "Sokimex",
13369             "icon": "fuel",
13370             "geometry": [
13371                 "point",
13372                 "area"
13373             ],
13374             "fields": [
13375                 "operator",
13376                 "address",
13377                 "building_area",
13378                 "opening_hours"
13379             ],
13380             "suggestion": true
13381         },
13382         "amenity/fuel/Tela": {
13383             "tags": {
13384                 "name": "Tela",
13385                 "amenity": "fuel"
13386             },
13387             "name": "Tela",
13388             "icon": "fuel",
13389             "geometry": [
13390                 "point",
13391                 "area"
13392             ],
13393             "fields": [
13394                 "operator",
13395                 "address",
13396                 "building_area",
13397                 "opening_hours"
13398             ],
13399             "suggestion": true
13400         },
13401         "amenity/fuel/Posto": {
13402             "tags": {
13403                 "name": "Posto",
13404                 "amenity": "fuel"
13405             },
13406             "name": "Posto",
13407             "icon": "fuel",
13408             "geometry": [
13409                 "point",
13410                 "area"
13411             ],
13412             "fields": [
13413                 "operator",
13414                 "address",
13415                 "building_area",
13416                 "opening_hours"
13417             ],
13418             "suggestion": true
13419         },
13420         "amenity/fuel/Укрнафта": {
13421             "tags": {
13422                 "name": "Укрнафта",
13423                 "amenity": "fuel"
13424             },
13425             "name": "Укрнафта",
13426             "icon": "fuel",
13427             "geometry": [
13428                 "point",
13429                 "area"
13430             ],
13431             "fields": [
13432                 "operator",
13433                 "address",
13434                 "building_area",
13435                 "opening_hours"
13436             ],
13437             "suggestion": true
13438         },
13439         "amenity/fuel/Татнефтепродукт": {
13440             "tags": {
13441                 "name": "Татнефтепродукт",
13442                 "amenity": "fuel"
13443             },
13444             "name": "Татнефтепродукт",
13445             "icon": "fuel",
13446             "geometry": [
13447                 "point",
13448                 "area"
13449             ],
13450             "fields": [
13451                 "operator",
13452                 "address",
13453                 "building_area",
13454                 "opening_hours"
13455             ],
13456             "suggestion": true
13457         },
13458         "amenity/fuel/Afriquia": {
13459             "tags": {
13460                 "name": "Afriquia",
13461                 "amenity": "fuel"
13462             },
13463             "name": "Afriquia",
13464             "icon": "fuel",
13465             "geometry": [
13466                 "point",
13467                 "area"
13468             ],
13469             "fields": [
13470                 "operator",
13471                 "address",
13472                 "building_area",
13473                 "opening_hours"
13474             ],
13475             "suggestion": true
13476         },
13477         "amenity/fuel/Murphy USA": {
13478             "tags": {
13479                 "name": "Murphy USA",
13480                 "amenity": "fuel"
13481             },
13482             "name": "Murphy USA",
13483             "icon": "fuel",
13484             "geometry": [
13485                 "point",
13486                 "area"
13487             ],
13488             "fields": [
13489                 "operator",
13490                 "address",
13491                 "building_area",
13492                 "opening_hours"
13493             ],
13494             "suggestion": true
13495         },
13496         "amenity/fuel/昭和シェル (Showa-shell)": {
13497             "tags": {
13498                 "name": "昭和シェル (Showa-shell)",
13499                 "amenity": "fuel"
13500             },
13501             "name": "昭和シェル (Showa-shell)",
13502             "icon": "fuel",
13503             "geometry": [
13504                 "point",
13505                 "area"
13506             ],
13507             "fields": [
13508                 "operator",
13509                 "address",
13510                 "building_area",
13511                 "opening_hours"
13512             ],
13513             "suggestion": true
13514         },
13515         "amenity/fuel/エネオス": {
13516             "tags": {
13517                 "name": "エネオス",
13518                 "amenity": "fuel"
13519             },
13520             "name": "エネオス",
13521             "icon": "fuel",
13522             "geometry": [
13523                 "point",
13524                 "area"
13525             ],
13526             "fields": [
13527                 "operator",
13528                 "address",
13529                 "building_area",
13530                 "opening_hours"
13531             ],
13532             "suggestion": true
13533         },
13534         "amenity/fuel/CNG": {
13535             "tags": {
13536                 "name": "CNG",
13537                 "amenity": "fuel"
13538             },
13539             "name": "CNG",
13540             "icon": "fuel",
13541             "geometry": [
13542                 "point",
13543                 "area"
13544             ],
13545             "fields": [
13546                 "operator",
13547                 "address",
13548                 "building_area",
13549                 "opening_hours"
13550             ],
13551             "suggestion": true
13552         },
13553         "amenity/pub/Kings Arms": {
13554             "tags": {
13555                 "name": "Kings Arms",
13556                 "amenity": "pub"
13557             },
13558             "name": "Kings Arms",
13559             "icon": "beer",
13560             "geometry": [
13561                 "point",
13562                 "area"
13563             ],
13564             "fields": [
13565                 "address",
13566                 "building_area",
13567                 "opening_hours",
13568                 "smoking"
13569             ],
13570             "suggestion": true
13571         },
13572         "amenity/pub/The Ship": {
13573             "tags": {
13574                 "name": "The Ship",
13575                 "amenity": "pub"
13576             },
13577             "name": "The Ship",
13578             "icon": "beer",
13579             "geometry": [
13580                 "point",
13581                 "area"
13582             ],
13583             "fields": [
13584                 "address",
13585                 "building_area",
13586                 "opening_hours",
13587                 "smoking"
13588             ],
13589             "suggestion": true
13590         },
13591         "amenity/pub/The White Horse": {
13592             "tags": {
13593                 "name": "The White Horse",
13594                 "amenity": "pub"
13595             },
13596             "name": "The White Horse",
13597             "icon": "beer",
13598             "geometry": [
13599                 "point",
13600                 "area"
13601             ],
13602             "fields": [
13603                 "address",
13604                 "building_area",
13605                 "opening_hours",
13606                 "smoking"
13607             ],
13608             "suggestion": true
13609         },
13610         "amenity/pub/The White Hart": {
13611             "tags": {
13612                 "name": "The White Hart",
13613                 "amenity": "pub"
13614             },
13615             "name": "The White Hart",
13616             "icon": "beer",
13617             "geometry": [
13618                 "point",
13619                 "area"
13620             ],
13621             "fields": [
13622                 "address",
13623                 "building_area",
13624                 "opening_hours",
13625                 "smoking"
13626             ],
13627             "suggestion": true
13628         },
13629         "amenity/pub/Royal Oak": {
13630             "tags": {
13631                 "name": "Royal Oak",
13632                 "amenity": "pub"
13633             },
13634             "name": "Royal Oak",
13635             "icon": "beer",
13636             "geometry": [
13637                 "point",
13638                 "area"
13639             ],
13640             "fields": [
13641                 "address",
13642                 "building_area",
13643                 "opening_hours",
13644                 "smoking"
13645             ],
13646             "suggestion": true
13647         },
13648         "amenity/pub/The Red Lion": {
13649             "tags": {
13650                 "name": "The Red Lion",
13651                 "amenity": "pub"
13652             },
13653             "name": "The Red Lion",
13654             "icon": "beer",
13655             "geometry": [
13656                 "point",
13657                 "area"
13658             ],
13659             "fields": [
13660                 "address",
13661                 "building_area",
13662                 "opening_hours",
13663                 "smoking"
13664             ],
13665             "suggestion": true
13666         },
13667         "amenity/pub/The Kings Arms": {
13668             "tags": {
13669                 "name": "The Kings Arms",
13670                 "amenity": "pub"
13671             },
13672             "name": "The Kings Arms",
13673             "icon": "beer",
13674             "geometry": [
13675                 "point",
13676                 "area"
13677             ],
13678             "fields": [
13679                 "address",
13680                 "building_area",
13681                 "opening_hours",
13682                 "smoking"
13683             ],
13684             "suggestion": true
13685         },
13686         "amenity/pub/The Star": {
13687             "tags": {
13688                 "name": "The Star",
13689                 "amenity": "pub"
13690             },
13691             "name": "The Star",
13692             "icon": "beer",
13693             "geometry": [
13694                 "point",
13695                 "area"
13696             ],
13697             "fields": [
13698                 "address",
13699                 "building_area",
13700                 "opening_hours",
13701                 "smoking"
13702             ],
13703             "suggestion": true
13704         },
13705         "amenity/pub/The Anchor": {
13706             "tags": {
13707                 "name": "The Anchor",
13708                 "amenity": "pub"
13709             },
13710             "name": "The Anchor",
13711             "icon": "beer",
13712             "geometry": [
13713                 "point",
13714                 "area"
13715             ],
13716             "fields": [
13717                 "address",
13718                 "building_area",
13719                 "opening_hours",
13720                 "smoking"
13721             ],
13722             "suggestion": true
13723         },
13724         "amenity/pub/The Cross Keys": {
13725             "tags": {
13726                 "name": "The Cross Keys",
13727                 "amenity": "pub"
13728             },
13729             "name": "The Cross Keys",
13730             "icon": "beer",
13731             "geometry": [
13732                 "point",
13733                 "area"
13734             ],
13735             "fields": [
13736                 "address",
13737                 "building_area",
13738                 "opening_hours",
13739                 "smoking"
13740             ],
13741             "suggestion": true
13742         },
13743         "amenity/pub/The Wheatsheaf": {
13744             "tags": {
13745                 "name": "The Wheatsheaf",
13746                 "amenity": "pub"
13747             },
13748             "name": "The Wheatsheaf",
13749             "icon": "beer",
13750             "geometry": [
13751                 "point",
13752                 "area"
13753             ],
13754             "fields": [
13755                 "address",
13756                 "building_area",
13757                 "opening_hours",
13758                 "smoking"
13759             ],
13760             "suggestion": true
13761         },
13762         "amenity/pub/The Crown Inn": {
13763             "tags": {
13764                 "name": "The Crown Inn",
13765                 "amenity": "pub"
13766             },
13767             "name": "The Crown Inn",
13768             "icon": "beer",
13769             "geometry": [
13770                 "point",
13771                 "area"
13772             ],
13773             "fields": [
13774                 "address",
13775                 "building_area",
13776                 "opening_hours",
13777                 "smoking"
13778             ],
13779             "suggestion": true
13780         },
13781         "amenity/pub/The Kings Head": {
13782             "tags": {
13783                 "name": "The Kings Head",
13784                 "amenity": "pub"
13785             },
13786             "name": "The Kings Head",
13787             "icon": "beer",
13788             "geometry": [
13789                 "point",
13790                 "area"
13791             ],
13792             "fields": [
13793                 "address",
13794                 "building_area",
13795                 "opening_hours",
13796                 "smoking"
13797             ],
13798             "suggestion": true
13799         },
13800         "amenity/pub/The Castle": {
13801             "tags": {
13802                 "name": "The Castle",
13803                 "amenity": "pub"
13804             },
13805             "name": "The Castle",
13806             "icon": "beer",
13807             "geometry": [
13808                 "point",
13809                 "area"
13810             ],
13811             "fields": [
13812                 "address",
13813                 "building_area",
13814                 "opening_hours",
13815                 "smoking"
13816             ],
13817             "suggestion": true
13818         },
13819         "amenity/pub/The Railway": {
13820             "tags": {
13821                 "name": "The Railway",
13822                 "amenity": "pub"
13823             },
13824             "name": "The Railway",
13825             "icon": "beer",
13826             "geometry": [
13827                 "point",
13828                 "area"
13829             ],
13830             "fields": [
13831                 "address",
13832                 "building_area",
13833                 "opening_hours",
13834                 "smoking"
13835             ],
13836             "suggestion": true
13837         },
13838         "amenity/pub/The White Lion": {
13839             "tags": {
13840                 "name": "The White Lion",
13841                 "amenity": "pub"
13842             },
13843             "name": "The White Lion",
13844             "icon": "beer",
13845             "geometry": [
13846                 "point",
13847                 "area"
13848             ],
13849             "fields": [
13850                 "address",
13851                 "building_area",
13852                 "opening_hours",
13853                 "smoking"
13854             ],
13855             "suggestion": true
13856         },
13857         "amenity/pub/The Bell": {
13858             "tags": {
13859                 "name": "The Bell",
13860                 "amenity": "pub"
13861             },
13862             "name": "The Bell",
13863             "icon": "beer",
13864             "geometry": [
13865                 "point",
13866                 "area"
13867             ],
13868             "fields": [
13869                 "address",
13870                 "building_area",
13871                 "opening_hours",
13872                 "smoking"
13873             ],
13874             "suggestion": true
13875         },
13876         "amenity/pub/The Bull": {
13877             "tags": {
13878                 "name": "The Bull",
13879                 "amenity": "pub"
13880             },
13881             "name": "The Bull",
13882             "icon": "beer",
13883             "geometry": [
13884                 "point",
13885                 "area"
13886             ],
13887             "fields": [
13888                 "address",
13889                 "building_area",
13890                 "opening_hours",
13891                 "smoking"
13892             ],
13893             "suggestion": true
13894         },
13895         "amenity/pub/The Plough": {
13896             "tags": {
13897                 "name": "The Plough",
13898                 "amenity": "pub"
13899             },
13900             "name": "The Plough",
13901             "icon": "beer",
13902             "geometry": [
13903                 "point",
13904                 "area"
13905             ],
13906             "fields": [
13907                 "address",
13908                 "building_area",
13909                 "opening_hours",
13910                 "smoking"
13911             ],
13912             "suggestion": true
13913         },
13914         "amenity/pub/The George": {
13915             "tags": {
13916                 "name": "The George",
13917                 "amenity": "pub"
13918             },
13919             "name": "The George",
13920             "icon": "beer",
13921             "geometry": [
13922                 "point",
13923                 "area"
13924             ],
13925             "fields": [
13926                 "address",
13927                 "building_area",
13928                 "opening_hours",
13929                 "smoking"
13930             ],
13931             "suggestion": true
13932         },
13933         "amenity/pub/The Royal Oak": {
13934             "tags": {
13935                 "name": "The Royal Oak",
13936                 "amenity": "pub"
13937             },
13938             "name": "The Royal Oak",
13939             "icon": "beer",
13940             "geometry": [
13941                 "point",
13942                 "area"
13943             ],
13944             "fields": [
13945                 "address",
13946                 "building_area",
13947                 "opening_hours",
13948                 "smoking"
13949             ],
13950             "suggestion": true
13951         },
13952         "amenity/pub/The Fox": {
13953             "tags": {
13954                 "name": "The Fox",
13955                 "amenity": "pub"
13956             },
13957             "name": "The Fox",
13958             "icon": "beer",
13959             "geometry": [
13960                 "point",
13961                 "area"
13962             ],
13963             "fields": [
13964                 "address",
13965                 "building_area",
13966                 "opening_hours",
13967                 "smoking"
13968             ],
13969             "suggestion": true
13970         },
13971         "amenity/pub/Prince of Wales": {
13972             "tags": {
13973                 "name": "Prince of Wales",
13974                 "amenity": "pub"
13975             },
13976             "name": "Prince of Wales",
13977             "icon": "beer",
13978             "geometry": [
13979                 "point",
13980                 "area"
13981             ],
13982             "fields": [
13983                 "address",
13984                 "building_area",
13985                 "opening_hours",
13986                 "smoking"
13987             ],
13988             "suggestion": true
13989         },
13990         "amenity/pub/The Rising Sun": {
13991             "tags": {
13992                 "name": "The Rising Sun",
13993                 "amenity": "pub"
13994             },
13995             "name": "The Rising Sun",
13996             "icon": "beer",
13997             "geometry": [
13998                 "point",
13999                 "area"
14000             ],
14001             "fields": [
14002                 "address",
14003                 "building_area",
14004                 "opening_hours",
14005                 "smoking"
14006             ],
14007             "suggestion": true
14008         },
14009         "amenity/pub/The Prince of Wales": {
14010             "tags": {
14011                 "name": "The Prince of Wales",
14012                 "amenity": "pub"
14013             },
14014             "name": "The Prince of Wales",
14015             "icon": "beer",
14016             "geometry": [
14017                 "point",
14018                 "area"
14019             ],
14020             "fields": [
14021                 "address",
14022                 "building_area",
14023                 "opening_hours",
14024                 "smoking"
14025             ],
14026             "suggestion": true
14027         },
14028         "amenity/pub/The Crown": {
14029             "tags": {
14030                 "name": "The Crown",
14031                 "amenity": "pub"
14032             },
14033             "name": "The Crown",
14034             "icon": "beer",
14035             "geometry": [
14036                 "point",
14037                 "area"
14038             ],
14039             "fields": [
14040                 "address",
14041                 "building_area",
14042                 "opening_hours",
14043                 "smoking"
14044             ],
14045             "suggestion": true
14046         },
14047         "amenity/pub/The Chequers": {
14048             "tags": {
14049                 "name": "The Chequers",
14050                 "amenity": "pub"
14051             },
14052             "name": "The Chequers",
14053             "icon": "beer",
14054             "geometry": [
14055                 "point",
14056                 "area"
14057             ],
14058             "fields": [
14059                 "address",
14060                 "building_area",
14061                 "opening_hours",
14062                 "smoking"
14063             ],
14064             "suggestion": true
14065         },
14066         "amenity/pub/The Swan": {
14067             "tags": {
14068                 "name": "The Swan",
14069                 "amenity": "pub"
14070             },
14071             "name": "The Swan",
14072             "icon": "beer",
14073             "geometry": [
14074                 "point",
14075                 "area"
14076             ],
14077             "fields": [
14078                 "address",
14079                 "building_area",
14080                 "opening_hours",
14081                 "smoking"
14082             ],
14083             "suggestion": true
14084         },
14085         "amenity/pub/Rose and Crown": {
14086             "tags": {
14087                 "name": "Rose and Crown",
14088                 "amenity": "pub"
14089             },
14090             "name": "Rose and Crown",
14091             "icon": "beer",
14092             "geometry": [
14093                 "point",
14094                 "area"
14095             ],
14096             "fields": [
14097                 "address",
14098                 "building_area",
14099                 "opening_hours",
14100                 "smoking"
14101             ],
14102             "suggestion": true
14103         },
14104         "amenity/pub/The Victoria": {
14105             "tags": {
14106                 "name": "The Victoria",
14107                 "amenity": "pub"
14108             },
14109             "name": "The Victoria",
14110             "icon": "beer",
14111             "geometry": [
14112                 "point",
14113                 "area"
14114             ],
14115             "fields": [
14116                 "address",
14117                 "building_area",
14118                 "opening_hours",
14119                 "smoking"
14120             ],
14121             "suggestion": true
14122         },
14123         "amenity/pub/New Inn": {
14124             "tags": {
14125                 "name": "New Inn",
14126                 "amenity": "pub"
14127             },
14128             "name": "New Inn",
14129             "icon": "beer",
14130             "geometry": [
14131                 "point",
14132                 "area"
14133             ],
14134             "fields": [
14135                 "address",
14136                 "building_area",
14137                 "opening_hours",
14138                 "smoking"
14139             ],
14140             "suggestion": true
14141         },
14142         "amenity/pub/Royal Hotel": {
14143             "tags": {
14144                 "name": "Royal Hotel",
14145                 "amenity": "pub"
14146             },
14147             "name": "Royal Hotel",
14148             "icon": "beer",
14149             "geometry": [
14150                 "point",
14151                 "area"
14152             ],
14153             "fields": [
14154                 "address",
14155                 "building_area",
14156                 "opening_hours",
14157                 "smoking"
14158             ],
14159             "suggestion": true
14160         },
14161         "amenity/pub/Red Lion": {
14162             "tags": {
14163                 "name": "Red Lion",
14164                 "amenity": "pub"
14165             },
14166             "name": "Red Lion",
14167             "icon": "beer",
14168             "geometry": [
14169                 "point",
14170                 "area"
14171             ],
14172             "fields": [
14173                 "address",
14174                 "building_area",
14175                 "opening_hours",
14176                 "smoking"
14177             ],
14178             "suggestion": true
14179         },
14180         "amenity/pub/Cross Keys": {
14181             "tags": {
14182                 "name": "Cross Keys",
14183                 "amenity": "pub"
14184             },
14185             "name": "Cross Keys",
14186             "icon": "beer",
14187             "geometry": [
14188                 "point",
14189                 "area"
14190             ],
14191             "fields": [
14192                 "address",
14193                 "building_area",
14194                 "opening_hours",
14195                 "smoking"
14196             ],
14197             "suggestion": true
14198         },
14199         "amenity/pub/The Greyhound": {
14200             "tags": {
14201                 "name": "The Greyhound",
14202                 "amenity": "pub"
14203             },
14204             "name": "The Greyhound",
14205             "icon": "beer",
14206             "geometry": [
14207                 "point",
14208                 "area"
14209             ],
14210             "fields": [
14211                 "address",
14212                 "building_area",
14213                 "opening_hours",
14214                 "smoking"
14215             ],
14216             "suggestion": true
14217         },
14218         "amenity/pub/The Black Horse": {
14219             "tags": {
14220                 "name": "The Black Horse",
14221                 "amenity": "pub"
14222             },
14223             "name": "The Black Horse",
14224             "icon": "beer",
14225             "geometry": [
14226                 "point",
14227                 "area"
14228             ],
14229             "fields": [
14230                 "address",
14231                 "building_area",
14232                 "opening_hours",
14233                 "smoking"
14234             ],
14235             "suggestion": true
14236         },
14237         "amenity/pub/The New Inn": {
14238             "tags": {
14239                 "name": "The New Inn",
14240                 "amenity": "pub"
14241             },
14242             "name": "The New Inn",
14243             "icon": "beer",
14244             "geometry": [
14245                 "point",
14246                 "area"
14247             ],
14248             "fields": [
14249                 "address",
14250                 "building_area",
14251                 "opening_hours",
14252                 "smoking"
14253             ],
14254             "suggestion": true
14255         },
14256         "amenity/pub/Kings Head": {
14257             "tags": {
14258                 "name": "Kings Head",
14259                 "amenity": "pub"
14260             },
14261             "name": "Kings Head",
14262             "icon": "beer",
14263             "geometry": [
14264                 "point",
14265                 "area"
14266             ],
14267             "fields": [
14268                 "address",
14269                 "building_area",
14270                 "opening_hours",
14271                 "smoking"
14272             ],
14273             "suggestion": true
14274         },
14275         "amenity/pub/The Albion": {
14276             "tags": {
14277                 "name": "The Albion",
14278                 "amenity": "pub"
14279             },
14280             "name": "The Albion",
14281             "icon": "beer",
14282             "geometry": [
14283                 "point",
14284                 "area"
14285             ],
14286             "fields": [
14287                 "address",
14288                 "building_area",
14289                 "opening_hours",
14290                 "smoking"
14291             ],
14292             "suggestion": true
14293         },
14294         "amenity/pub/The Angel": {
14295             "tags": {
14296                 "name": "The Angel",
14297                 "amenity": "pub"
14298             },
14299             "name": "The Angel",
14300             "icon": "beer",
14301             "geometry": [
14302                 "point",
14303                 "area"
14304             ],
14305             "fields": [
14306                 "address",
14307                 "building_area",
14308                 "opening_hours",
14309                 "smoking"
14310             ],
14311             "suggestion": true
14312         },
14313         "amenity/pub/The Queens Head": {
14314             "tags": {
14315                 "name": "The Queens Head",
14316                 "amenity": "pub"
14317             },
14318             "name": "The Queens Head",
14319             "icon": "beer",
14320             "geometry": [
14321                 "point",
14322                 "area"
14323             ],
14324             "fields": [
14325                 "address",
14326                 "building_area",
14327                 "opening_hours",
14328                 "smoking"
14329             ],
14330             "suggestion": true
14331         },
14332         "amenity/pub/The Ship Inn": {
14333             "tags": {
14334                 "name": "The Ship Inn",
14335                 "amenity": "pub"
14336             },
14337             "name": "The Ship Inn",
14338             "icon": "beer",
14339             "geometry": [
14340                 "point",
14341                 "area"
14342             ],
14343             "fields": [
14344                 "address",
14345                 "building_area",
14346                 "opening_hours",
14347                 "smoking"
14348             ],
14349             "suggestion": true
14350         },
14351         "amenity/pub/Rose & Crown": {
14352             "tags": {
14353                 "name": "Rose & Crown",
14354                 "amenity": "pub"
14355             },
14356             "name": "Rose & Crown",
14357             "icon": "beer",
14358             "geometry": [
14359                 "point",
14360                 "area"
14361             ],
14362             "fields": [
14363                 "address",
14364                 "building_area",
14365                 "opening_hours",
14366                 "smoking"
14367             ],
14368             "suggestion": true
14369         },
14370         "amenity/pub/Queens Head": {
14371             "tags": {
14372                 "name": "Queens Head",
14373                 "amenity": "pub"
14374             },
14375             "name": "Queens Head",
14376             "icon": "beer",
14377             "geometry": [
14378                 "point",
14379                 "area"
14380             ],
14381             "fields": [
14382                 "address",
14383                 "building_area",
14384                 "opening_hours",
14385                 "smoking"
14386             ],
14387             "suggestion": true
14388         },
14389         "amenity/pub/Irish Pub": {
14390             "tags": {
14391                 "name": "Irish Pub",
14392                 "amenity": "pub"
14393             },
14394             "name": "Irish Pub",
14395             "icon": "beer",
14396             "geometry": [
14397                 "point",
14398                 "area"
14399             ],
14400             "fields": [
14401                 "address",
14402                 "building_area",
14403                 "opening_hours",
14404                 "smoking"
14405             ],
14406             "suggestion": true
14407         },
14408         "amenity/fast_food/Quick": {
14409             "tags": {
14410                 "name": "Quick",
14411                 "amenity": "fast_food"
14412             },
14413             "name": "Quick",
14414             "icon": "fast-food",
14415             "geometry": [
14416                 "point",
14417                 "area"
14418             ],
14419             "fields": [
14420                 "cuisine",
14421                 "operator",
14422                 "address",
14423                 "building_area",
14424                 "opening_hours",
14425                 "takeaway",
14426                 "delivery",
14427                 "drive_through",
14428                 "smoking"
14429             ],
14430             "suggestion": true
14431         },
14432         "amenity/fast_food/McDonald's": {
14433             "tags": {
14434                 "name": "McDonald's",
14435                 "cuisine": "burger",
14436                 "amenity": "fast_food"
14437             },
14438             "name": "McDonald's",
14439             "icon": "fast-food",
14440             "geometry": [
14441                 "point",
14442                 "area"
14443             ],
14444             "fields": [
14445                 "cuisine",
14446                 "operator",
14447                 "address",
14448                 "building_area",
14449                 "opening_hours",
14450                 "takeaway",
14451                 "delivery",
14452                 "drive_through",
14453                 "smoking"
14454             ],
14455             "suggestion": true
14456         },
14457         "amenity/fast_food/Subway": {
14458             "tags": {
14459                 "name": "Subway",
14460                 "cuisine": "sandwich",
14461                 "amenity": "fast_food"
14462             },
14463             "name": "Subway",
14464             "icon": "fast-food",
14465             "geometry": [
14466                 "point",
14467                 "area"
14468             ],
14469             "fields": [
14470                 "cuisine",
14471                 "operator",
14472                 "address",
14473                 "building_area",
14474                 "opening_hours",
14475                 "takeaway",
14476                 "delivery",
14477                 "drive_through",
14478                 "smoking"
14479             ],
14480             "suggestion": true
14481         },
14482         "amenity/fast_food/Burger King": {
14483             "tags": {
14484                 "name": "Burger King",
14485                 "cuisine": "burger",
14486                 "amenity": "fast_food"
14487             },
14488             "name": "Burger King",
14489             "icon": "fast-food",
14490             "geometry": [
14491                 "point",
14492                 "area"
14493             ],
14494             "fields": [
14495                 "cuisine",
14496                 "operator",
14497                 "address",
14498                 "building_area",
14499                 "opening_hours",
14500                 "takeaway",
14501                 "delivery",
14502                 "drive_through",
14503                 "smoking"
14504             ],
14505             "suggestion": true
14506         },
14507         "amenity/fast_food/Ali Baba": {
14508             "tags": {
14509                 "name": "Ali Baba",
14510                 "amenity": "fast_food"
14511             },
14512             "name": "Ali Baba",
14513             "icon": "fast-food",
14514             "geometry": [
14515                 "point",
14516                 "area"
14517             ],
14518             "fields": [
14519                 "cuisine",
14520                 "operator",
14521                 "address",
14522                 "building_area",
14523                 "opening_hours",
14524                 "takeaway",
14525                 "delivery",
14526                 "drive_through",
14527                 "smoking"
14528             ],
14529             "suggestion": true
14530         },
14531         "amenity/fast_food/Hungry Jacks": {
14532             "tags": {
14533                 "name": "Hungry Jacks",
14534                 "cuisine": "burger",
14535                 "amenity": "fast_food"
14536             },
14537             "name": "Hungry Jacks",
14538             "icon": "fast-food",
14539             "geometry": [
14540                 "point",
14541                 "area"
14542             ],
14543             "fields": [
14544                 "cuisine",
14545                 "operator",
14546                 "address",
14547                 "building_area",
14548                 "opening_hours",
14549                 "takeaway",
14550                 "delivery",
14551                 "drive_through",
14552                 "smoking"
14553             ],
14554             "suggestion": true
14555         },
14556         "amenity/fast_food/Red Rooster": {
14557             "tags": {
14558                 "name": "Red Rooster",
14559                 "amenity": "fast_food"
14560             },
14561             "name": "Red Rooster",
14562             "icon": "fast-food",
14563             "geometry": [
14564                 "point",
14565                 "area"
14566             ],
14567             "fields": [
14568                 "cuisine",
14569                 "operator",
14570                 "address",
14571                 "building_area",
14572                 "opening_hours",
14573                 "takeaway",
14574                 "delivery",
14575                 "drive_through",
14576                 "smoking"
14577             ],
14578             "suggestion": true
14579         },
14580         "amenity/fast_food/KFC": {
14581             "tags": {
14582                 "name": "KFC",
14583                 "cuisine": "chicken",
14584                 "amenity": "fast_food"
14585             },
14586             "name": "KFC",
14587             "icon": "fast-food",
14588             "geometry": [
14589                 "point",
14590                 "area"
14591             ],
14592             "fields": [
14593                 "cuisine",
14594                 "operator",
14595                 "address",
14596                 "building_area",
14597                 "opening_hours",
14598                 "takeaway",
14599                 "delivery",
14600                 "drive_through",
14601                 "smoking"
14602             ],
14603             "suggestion": true
14604         },
14605         "amenity/fast_food/Domino's Pizza": {
14606             "tags": {
14607                 "name": "Domino's Pizza",
14608                 "cuisine": "pizza",
14609                 "amenity": "fast_food"
14610             },
14611             "name": "Domino's Pizza",
14612             "icon": "fast-food",
14613             "geometry": [
14614                 "point",
14615                 "area"
14616             ],
14617             "fields": [
14618                 "cuisine",
14619                 "operator",
14620                 "address",
14621                 "building_area",
14622                 "opening_hours",
14623                 "takeaway",
14624                 "delivery",
14625                 "drive_through",
14626                 "smoking"
14627             ],
14628             "suggestion": true
14629         },
14630         "amenity/fast_food/Chowking": {
14631             "tags": {
14632                 "name": "Chowking",
14633                 "amenity": "fast_food"
14634             },
14635             "name": "Chowking",
14636             "icon": "fast-food",
14637             "geometry": [
14638                 "point",
14639                 "area"
14640             ],
14641             "fields": [
14642                 "cuisine",
14643                 "operator",
14644                 "address",
14645                 "building_area",
14646                 "opening_hours",
14647                 "takeaway",
14648                 "delivery",
14649                 "drive_through",
14650                 "smoking"
14651             ],
14652             "suggestion": true
14653         },
14654         "amenity/fast_food/Jollibee": {
14655             "tags": {
14656                 "name": "Jollibee",
14657                 "amenity": "fast_food"
14658             },
14659             "name": "Jollibee",
14660             "icon": "fast-food",
14661             "geometry": [
14662                 "point",
14663                 "area"
14664             ],
14665             "fields": [
14666                 "cuisine",
14667                 "operator",
14668                 "address",
14669                 "building_area",
14670                 "opening_hours",
14671                 "takeaway",
14672                 "delivery",
14673                 "drive_through",
14674                 "smoking"
14675             ],
14676             "suggestion": true
14677         },
14678         "amenity/fast_food/Hesburger": {
14679             "tags": {
14680                 "name": "Hesburger",
14681                 "amenity": "fast_food"
14682             },
14683             "name": "Hesburger",
14684             "icon": "fast-food",
14685             "geometry": [
14686                 "point",
14687                 "area"
14688             ],
14689             "fields": [
14690                 "cuisine",
14691                 "operator",
14692                 "address",
14693                 "building_area",
14694                 "opening_hours",
14695                 "takeaway",
14696                 "delivery",
14697                 "drive_through",
14698                 "smoking"
14699             ],
14700             "suggestion": true
14701         },
14702         "amenity/fast_food/肯德基": {
14703             "tags": {
14704                 "name": "肯德基",
14705                 "amenity": "fast_food"
14706             },
14707             "name": "肯德基",
14708             "icon": "fast-food",
14709             "geometry": [
14710                 "point",
14711                 "area"
14712             ],
14713             "fields": [
14714                 "cuisine",
14715                 "operator",
14716                 "address",
14717                 "building_area",
14718                 "opening_hours",
14719                 "takeaway",
14720                 "delivery",
14721                 "drive_through",
14722                 "smoking"
14723             ],
14724             "suggestion": true
14725         },
14726         "amenity/fast_food/Wendy's": {
14727             "tags": {
14728                 "name": "Wendy's",
14729                 "cuisine": "burger",
14730                 "amenity": "fast_food"
14731             },
14732             "name": "Wendy's",
14733             "icon": "fast-food",
14734             "geometry": [
14735                 "point",
14736                 "area"
14737             ],
14738             "fields": [
14739                 "cuisine",
14740                 "operator",
14741                 "address",
14742                 "building_area",
14743                 "opening_hours",
14744                 "takeaway",
14745                 "delivery",
14746                 "drive_through",
14747                 "smoking"
14748             ],
14749             "suggestion": true
14750         },
14751         "amenity/fast_food/Tim Hortons": {
14752             "tags": {
14753                 "name": "Tim Hortons",
14754                 "amenity": "fast_food"
14755             },
14756             "name": "Tim Hortons",
14757             "icon": "fast-food",
14758             "geometry": [
14759                 "point",
14760                 "area"
14761             ],
14762             "fields": [
14763                 "cuisine",
14764                 "operator",
14765                 "address",
14766                 "building_area",
14767                 "opening_hours",
14768                 "takeaway",
14769                 "delivery",
14770                 "drive_through",
14771                 "smoking"
14772             ],
14773             "suggestion": true
14774         },
14775         "amenity/fast_food/Steers": {
14776             "tags": {
14777                 "name": "Steers",
14778                 "amenity": "fast_food"
14779             },
14780             "name": "Steers",
14781             "icon": "fast-food",
14782             "geometry": [
14783                 "point",
14784                 "area"
14785             ],
14786             "fields": [
14787                 "cuisine",
14788                 "operator",
14789                 "address",
14790                 "building_area",
14791                 "opening_hours",
14792                 "takeaway",
14793                 "delivery",
14794                 "drive_through",
14795                 "smoking"
14796             ],
14797             "suggestion": true
14798         },
14799         "amenity/fast_food/Hardee's": {
14800             "tags": {
14801                 "name": "Hardee's",
14802                 "cuisine": "burger",
14803                 "amenity": "fast_food"
14804             },
14805             "name": "Hardee's",
14806             "icon": "fast-food",
14807             "geometry": [
14808                 "point",
14809                 "area"
14810             ],
14811             "fields": [
14812                 "cuisine",
14813                 "operator",
14814                 "address",
14815                 "building_area",
14816                 "opening_hours",
14817                 "takeaway",
14818                 "delivery",
14819                 "drive_through",
14820                 "smoking"
14821             ],
14822             "suggestion": true
14823         },
14824         "amenity/fast_food/Arby's": {
14825             "tags": {
14826                 "name": "Arby's",
14827                 "amenity": "fast_food"
14828             },
14829             "name": "Arby's",
14830             "icon": "fast-food",
14831             "geometry": [
14832                 "point",
14833                 "area"
14834             ],
14835             "fields": [
14836                 "cuisine",
14837                 "operator",
14838                 "address",
14839                 "building_area",
14840                 "opening_hours",
14841                 "takeaway",
14842                 "delivery",
14843                 "drive_through",
14844                 "smoking"
14845             ],
14846             "suggestion": true
14847         },
14848         "amenity/fast_food/A&W": {
14849             "tags": {
14850                 "name": "A&W",
14851                 "amenity": "fast_food"
14852             },
14853             "name": "A&W",
14854             "icon": "fast-food",
14855             "geometry": [
14856                 "point",
14857                 "area"
14858             ],
14859             "fields": [
14860                 "cuisine",
14861                 "operator",
14862                 "address",
14863                 "building_area",
14864                 "opening_hours",
14865                 "takeaway",
14866                 "delivery",
14867                 "drive_through",
14868                 "smoking"
14869             ],
14870             "suggestion": true
14871         },
14872         "amenity/fast_food/Dairy Queen": {
14873             "tags": {
14874                 "name": "Dairy Queen",
14875                 "amenity": "fast_food"
14876             },
14877             "name": "Dairy Queen",
14878             "icon": "fast-food",
14879             "geometry": [
14880                 "point",
14881                 "area"
14882             ],
14883             "fields": [
14884                 "cuisine",
14885                 "operator",
14886                 "address",
14887                 "building_area",
14888                 "opening_hours",
14889                 "takeaway",
14890                 "delivery",
14891                 "drive_through",
14892                 "smoking"
14893             ],
14894             "suggestion": true
14895         },
14896         "amenity/fast_food/Hallo Pizza": {
14897             "tags": {
14898                 "name": "Hallo Pizza",
14899                 "amenity": "fast_food"
14900             },
14901             "name": "Hallo Pizza",
14902             "icon": "fast-food",
14903             "geometry": [
14904                 "point",
14905                 "area"
14906             ],
14907             "fields": [
14908                 "cuisine",
14909                 "operator",
14910                 "address",
14911                 "building_area",
14912                 "opening_hours",
14913                 "takeaway",
14914                 "delivery",
14915                 "drive_through",
14916                 "smoking"
14917             ],
14918             "suggestion": true
14919         },
14920         "amenity/fast_food/Fish & Chips": {
14921             "tags": {
14922                 "name": "Fish & Chips",
14923                 "amenity": "fast_food"
14924             },
14925             "name": "Fish & Chips",
14926             "icon": "fast-food",
14927             "geometry": [
14928                 "point",
14929                 "area"
14930             ],
14931             "fields": [
14932                 "cuisine",
14933                 "operator",
14934                 "address",
14935                 "building_area",
14936                 "opening_hours",
14937                 "takeaway",
14938                 "delivery",
14939                 "drive_through",
14940                 "smoking"
14941             ],
14942             "suggestion": true
14943         },
14944         "amenity/fast_food/Harvey's": {
14945             "tags": {
14946                 "name": "Harvey's",
14947                 "amenity": "fast_food"
14948             },
14949             "name": "Harvey's",
14950             "icon": "fast-food",
14951             "geometry": [
14952                 "point",
14953                 "area"
14954             ],
14955             "fields": [
14956                 "cuisine",
14957                 "operator",
14958                 "address",
14959                 "building_area",
14960                 "opening_hours",
14961                 "takeaway",
14962                 "delivery",
14963                 "drive_through",
14964                 "smoking"
14965             ],
14966             "suggestion": true
14967         },
14968         "amenity/fast_food/麥當勞": {
14969             "tags": {
14970                 "name": "麥當勞",
14971                 "amenity": "fast_food"
14972             },
14973             "name": "麥當勞",
14974             "icon": "fast-food",
14975             "geometry": [
14976                 "point",
14977                 "area"
14978             ],
14979             "fields": [
14980                 "cuisine",
14981                 "operator",
14982                 "address",
14983                 "building_area",
14984                 "opening_hours",
14985                 "takeaway",
14986                 "delivery",
14987                 "drive_through",
14988                 "smoking"
14989             ],
14990             "suggestion": true
14991         },
14992         "amenity/fast_food/Pizza Pizza": {
14993             "tags": {
14994                 "name": "Pizza Pizza",
14995                 "amenity": "fast_food"
14996             },
14997             "name": "Pizza Pizza",
14998             "icon": "fast-food",
14999             "geometry": [
15000                 "point",
15001                 "area"
15002             ],
15003             "fields": [
15004                 "cuisine",
15005                 "operator",
15006                 "address",
15007                 "building_area",
15008                 "opening_hours",
15009                 "takeaway",
15010                 "delivery",
15011                 "drive_through",
15012                 "smoking"
15013             ],
15014             "suggestion": true
15015         },
15016         "amenity/fast_food/Kotipizza": {
15017             "tags": {
15018                 "name": "Kotipizza",
15019                 "amenity": "fast_food"
15020             },
15021             "name": "Kotipizza",
15022             "icon": "fast-food",
15023             "geometry": [
15024                 "point",
15025                 "area"
15026             ],
15027             "fields": [
15028                 "cuisine",
15029                 "operator",
15030                 "address",
15031                 "building_area",
15032                 "opening_hours",
15033                 "takeaway",
15034                 "delivery",
15035                 "drive_through",
15036                 "smoking"
15037             ],
15038             "suggestion": true
15039         },
15040         "amenity/fast_food/Jack in the Box": {
15041             "tags": {
15042                 "name": "Jack in the Box",
15043                 "cuisine": "burger",
15044                 "amenity": "fast_food"
15045             },
15046             "name": "Jack in the Box",
15047             "icon": "fast-food",
15048             "geometry": [
15049                 "point",
15050                 "area"
15051             ],
15052             "fields": [
15053                 "cuisine",
15054                 "operator",
15055                 "address",
15056                 "building_area",
15057                 "opening_hours",
15058                 "takeaway",
15059                 "delivery",
15060                 "drive_through",
15061                 "smoking"
15062             ],
15063             "suggestion": true
15064         },
15065         "amenity/fast_food/Istanbul": {
15066             "tags": {
15067                 "name": "Istanbul",
15068                 "amenity": "fast_food"
15069             },
15070             "name": "Istanbul",
15071             "icon": "fast-food",
15072             "geometry": [
15073                 "point",
15074                 "area"
15075             ],
15076             "fields": [
15077                 "cuisine",
15078                 "operator",
15079                 "address",
15080                 "building_area",
15081                 "opening_hours",
15082                 "takeaway",
15083                 "delivery",
15084                 "drive_through",
15085                 "smoking"
15086             ],
15087             "suggestion": true
15088         },
15089         "amenity/fast_food/Kochlöffel": {
15090             "tags": {
15091                 "name": "Kochlöffel",
15092                 "amenity": "fast_food"
15093             },
15094             "name": "Kochlöffel",
15095             "icon": "fast-food",
15096             "geometry": [
15097                 "point",
15098                 "area"
15099             ],
15100             "fields": [
15101                 "cuisine",
15102                 "operator",
15103                 "address",
15104                 "building_area",
15105                 "opening_hours",
15106                 "takeaway",
15107                 "delivery",
15108                 "drive_through",
15109                 "smoking"
15110             ],
15111             "suggestion": true
15112         },
15113         "amenity/fast_food/Döner": {
15114             "tags": {
15115                 "name": "Döner",
15116                 "amenity": "fast_food"
15117             },
15118             "name": "Döner",
15119             "icon": "fast-food",
15120             "geometry": [
15121                 "point",
15122                 "area"
15123             ],
15124             "fields": [
15125                 "cuisine",
15126                 "operator",
15127                 "address",
15128                 "building_area",
15129                 "opening_hours",
15130                 "takeaway",
15131                 "delivery",
15132                 "drive_through",
15133                 "smoking"
15134             ],
15135             "suggestion": true
15136         },
15137         "amenity/fast_food/Telepizza": {
15138             "tags": {
15139                 "name": "Telepizza",
15140                 "amenity": "fast_food"
15141             },
15142             "name": "Telepizza",
15143             "icon": "fast-food",
15144             "geometry": [
15145                 "point",
15146                 "area"
15147             ],
15148             "fields": [
15149                 "cuisine",
15150                 "operator",
15151                 "address",
15152                 "building_area",
15153                 "opening_hours",
15154                 "takeaway",
15155                 "delivery",
15156                 "drive_through",
15157                 "smoking"
15158             ],
15159             "suggestion": true
15160         },
15161         "amenity/fast_food/Sibylla": {
15162             "tags": {
15163                 "name": "Sibylla",
15164                 "amenity": "fast_food"
15165             },
15166             "name": "Sibylla",
15167             "icon": "fast-food",
15168             "geometry": [
15169                 "point",
15170                 "area"
15171             ],
15172             "fields": [
15173                 "cuisine",
15174                 "operator",
15175                 "address",
15176                 "building_area",
15177                 "opening_hours",
15178                 "takeaway",
15179                 "delivery",
15180                 "drive_through",
15181                 "smoking"
15182             ],
15183             "suggestion": true
15184         },
15185         "amenity/fast_food/Carl's Jr.": {
15186             "tags": {
15187                 "name": "Carl's Jr.",
15188                 "cuisine": "burger",
15189                 "amenity": "fast_food"
15190             },
15191             "name": "Carl's Jr.",
15192             "icon": "fast-food",
15193             "geometry": [
15194                 "point",
15195                 "area"
15196             ],
15197             "fields": [
15198                 "cuisine",
15199                 "operator",
15200                 "address",
15201                 "building_area",
15202                 "opening_hours",
15203                 "takeaway",
15204                 "delivery",
15205                 "drive_through",
15206                 "smoking"
15207             ],
15208             "suggestion": true
15209         },
15210         "amenity/fast_food/Quiznos": {
15211             "tags": {
15212                 "name": "Quiznos",
15213                 "cuisine": "sandwich",
15214                 "amenity": "fast_food"
15215             },
15216             "name": "Quiznos",
15217             "icon": "fast-food",
15218             "geometry": [
15219                 "point",
15220                 "area"
15221             ],
15222             "fields": [
15223                 "cuisine",
15224                 "operator",
15225                 "address",
15226                 "building_area",
15227                 "opening_hours",
15228                 "takeaway",
15229                 "delivery",
15230                 "drive_through",
15231                 "smoking"
15232             ],
15233             "suggestion": true
15234         },
15235         "amenity/fast_food/Wimpy": {
15236             "tags": {
15237                 "name": "Wimpy",
15238                 "amenity": "fast_food"
15239             },
15240             "name": "Wimpy",
15241             "icon": "fast-food",
15242             "geometry": [
15243                 "point",
15244                 "area"
15245             ],
15246             "fields": [
15247                 "cuisine",
15248                 "operator",
15249                 "address",
15250                 "building_area",
15251                 "opening_hours",
15252                 "takeaway",
15253                 "delivery",
15254                 "drive_through",
15255                 "smoking"
15256             ],
15257             "suggestion": true
15258         },
15259         "amenity/fast_food/Sonic": {
15260             "tags": {
15261                 "name": "Sonic",
15262                 "cuisine": "burger",
15263                 "amenity": "fast_food"
15264             },
15265             "name": "Sonic",
15266             "icon": "fast-food",
15267             "geometry": [
15268                 "point",
15269                 "area"
15270             ],
15271             "fields": [
15272                 "cuisine",
15273                 "operator",
15274                 "address",
15275                 "building_area",
15276                 "opening_hours",
15277                 "takeaway",
15278                 "delivery",
15279                 "drive_through",
15280                 "smoking"
15281             ],
15282             "suggestion": true
15283         },
15284         "amenity/fast_food/Taco Bell": {
15285             "tags": {
15286                 "name": "Taco Bell",
15287                 "cuisine": "mexican",
15288                 "amenity": "fast_food"
15289             },
15290             "name": "Taco Bell",
15291             "icon": "fast-food",
15292             "geometry": [
15293                 "point",
15294                 "area"
15295             ],
15296             "fields": [
15297                 "cuisine",
15298                 "operator",
15299                 "address",
15300                 "building_area",
15301                 "opening_hours",
15302                 "takeaway",
15303                 "delivery",
15304                 "drive_through",
15305                 "smoking"
15306             ],
15307             "suggestion": true
15308         },
15309         "amenity/fast_food/Pizza Nova": {
15310             "tags": {
15311                 "name": "Pizza Nova",
15312                 "amenity": "fast_food"
15313             },
15314             "name": "Pizza Nova",
15315             "icon": "fast-food",
15316             "geometry": [
15317                 "point",
15318                 "area"
15319             ],
15320             "fields": [
15321                 "cuisine",
15322                 "operator",
15323                 "address",
15324                 "building_area",
15325                 "opening_hours",
15326                 "takeaway",
15327                 "delivery",
15328                 "drive_through",
15329                 "smoking"
15330             ],
15331             "suggestion": true
15332         },
15333         "amenity/fast_food/Papa John's": {
15334             "tags": {
15335                 "name": "Papa John's",
15336                 "cuisine": "pizza",
15337                 "amenity": "fast_food"
15338             },
15339             "name": "Papa John's",
15340             "icon": "fast-food",
15341             "geometry": [
15342                 "point",
15343                 "area"
15344             ],
15345             "fields": [
15346                 "cuisine",
15347                 "operator",
15348                 "address",
15349                 "building_area",
15350                 "opening_hours",
15351                 "takeaway",
15352                 "delivery",
15353                 "drive_through",
15354                 "smoking"
15355             ],
15356             "suggestion": true
15357         },
15358         "amenity/fast_food/Nordsee": {
15359             "tags": {
15360                 "name": "Nordsee",
15361                 "amenity": "fast_food"
15362             },
15363             "name": "Nordsee",
15364             "icon": "fast-food",
15365             "geometry": [
15366                 "point",
15367                 "area"
15368             ],
15369             "fields": [
15370                 "cuisine",
15371                 "operator",
15372                 "address",
15373                 "building_area",
15374                 "opening_hours",
15375                 "takeaway",
15376                 "delivery",
15377                 "drive_through",
15378                 "smoking"
15379             ],
15380             "suggestion": true
15381         },
15382         "amenity/fast_food/Mr. Sub": {
15383             "tags": {
15384                 "name": "Mr. Sub",
15385                 "amenity": "fast_food"
15386             },
15387             "name": "Mr. Sub",
15388             "icon": "fast-food",
15389             "geometry": [
15390                 "point",
15391                 "area"
15392             ],
15393             "fields": [
15394                 "cuisine",
15395                 "operator",
15396                 "address",
15397                 "building_area",
15398                 "opening_hours",
15399                 "takeaway",
15400                 "delivery",
15401                 "drive_through",
15402                 "smoking"
15403             ],
15404             "suggestion": true
15405         },
15406         "amenity/fast_food/Макдоналдс": {
15407             "tags": {
15408                 "name": "Макдоналдс",
15409                 "name:en": "McDonald's",
15410                 "amenity": "fast_food"
15411             },
15412             "name": "Макдоналдс",
15413             "icon": "fast-food",
15414             "geometry": [
15415                 "point",
15416                 "area"
15417             ],
15418             "fields": [
15419                 "cuisine",
15420                 "operator",
15421                 "address",
15422                 "building_area",
15423                 "opening_hours",
15424                 "takeaway",
15425                 "delivery",
15426                 "drive_through",
15427                 "smoking"
15428             ],
15429             "suggestion": true
15430         },
15431         "amenity/fast_food/Asia Imbiss": {
15432             "tags": {
15433                 "name": "Asia Imbiss",
15434                 "amenity": "fast_food"
15435             },
15436             "name": "Asia Imbiss",
15437             "icon": "fast-food",
15438             "geometry": [
15439                 "point",
15440                 "area"
15441             ],
15442             "fields": [
15443                 "cuisine",
15444                 "operator",
15445                 "address",
15446                 "building_area",
15447                 "opening_hours",
15448                 "takeaway",
15449                 "delivery",
15450                 "drive_through",
15451                 "smoking"
15452             ],
15453             "suggestion": true
15454         },
15455         "amenity/fast_food/Chipotle": {
15456             "tags": {
15457                 "name": "Chipotle",
15458                 "cuisine": "mexican",
15459                 "amenity": "fast_food"
15460             },
15461             "name": "Chipotle",
15462             "icon": "fast-food",
15463             "geometry": [
15464                 "point",
15465                 "area"
15466             ],
15467             "fields": [
15468                 "cuisine",
15469                 "operator",
15470                 "address",
15471                 "building_area",
15472                 "opening_hours",
15473                 "takeaway",
15474                 "delivery",
15475                 "drive_through",
15476                 "smoking"
15477             ],
15478             "suggestion": true
15479         },
15480         "amenity/fast_food/マクドナルド": {
15481             "tags": {
15482                 "name": "マクドナルド",
15483                 "name:en": "McDonald's",
15484                 "cuisine": "burger",
15485                 "amenity": "fast_food"
15486             },
15487             "name": "マクドナルド",
15488             "icon": "fast-food",
15489             "geometry": [
15490                 "point",
15491                 "area"
15492             ],
15493             "fields": [
15494                 "cuisine",
15495                 "operator",
15496                 "address",
15497                 "building_area",
15498                 "opening_hours",
15499                 "takeaway",
15500                 "delivery",
15501                 "drive_through",
15502                 "smoking"
15503             ],
15504             "suggestion": true
15505         },
15506         "amenity/fast_food/In-N-Out Burger": {
15507             "tags": {
15508                 "name": "In-N-Out Burger",
15509                 "amenity": "fast_food"
15510             },
15511             "name": "In-N-Out Burger",
15512             "icon": "fast-food",
15513             "geometry": [
15514                 "point",
15515                 "area"
15516             ],
15517             "fields": [
15518                 "cuisine",
15519                 "operator",
15520                 "address",
15521                 "building_area",
15522                 "opening_hours",
15523                 "takeaway",
15524                 "delivery",
15525                 "drive_through",
15526                 "smoking"
15527             ],
15528             "suggestion": true
15529         },
15530         "amenity/fast_food/Jimmy John's": {
15531             "tags": {
15532                 "name": "Jimmy John's",
15533                 "amenity": "fast_food"
15534             },
15535             "name": "Jimmy John's",
15536             "icon": "fast-food",
15537             "geometry": [
15538                 "point",
15539                 "area"
15540             ],
15541             "fields": [
15542                 "cuisine",
15543                 "operator",
15544                 "address",
15545                 "building_area",
15546                 "opening_hours",
15547                 "takeaway",
15548                 "delivery",
15549                 "drive_through",
15550                 "smoking"
15551             ],
15552             "suggestion": true
15553         },
15554         "amenity/fast_food/Jamba Juice": {
15555             "tags": {
15556                 "name": "Jamba Juice",
15557                 "amenity": "fast_food"
15558             },
15559             "name": "Jamba Juice",
15560             "icon": "fast-food",
15561             "geometry": [
15562                 "point",
15563                 "area"
15564             ],
15565             "fields": [
15566                 "cuisine",
15567                 "operator",
15568                 "address",
15569                 "building_area",
15570                 "opening_hours",
15571                 "takeaway",
15572                 "delivery",
15573                 "drive_through",
15574                 "smoking"
15575             ],
15576             "suggestion": true
15577         },
15578         "amenity/fast_food/Робин Сдобин": {
15579             "tags": {
15580                 "name": "Робин Сдобин",
15581                 "amenity": "fast_food"
15582             },
15583             "name": "Робин Сдобин",
15584             "icon": "fast-food",
15585             "geometry": [
15586                 "point",
15587                 "area"
15588             ],
15589             "fields": [
15590                 "cuisine",
15591                 "operator",
15592                 "address",
15593                 "building_area",
15594                 "opening_hours",
15595                 "takeaway",
15596                 "delivery",
15597                 "drive_through",
15598                 "smoking"
15599             ],
15600             "suggestion": true
15601         },
15602         "amenity/fast_food/Baskin Robbins": {
15603             "tags": {
15604                 "name": "Baskin Robbins",
15605                 "amenity": "fast_food"
15606             },
15607             "name": "Baskin Robbins",
15608             "icon": "fast-food",
15609             "geometry": [
15610                 "point",
15611                 "area"
15612             ],
15613             "fields": [
15614                 "cuisine",
15615                 "operator",
15616                 "address",
15617                 "building_area",
15618                 "opening_hours",
15619                 "takeaway",
15620                 "delivery",
15621                 "drive_through",
15622                 "smoking"
15623             ],
15624             "suggestion": true
15625         },
15626         "amenity/fast_food/ケンタッキーフライドチキン": {
15627             "tags": {
15628                 "name": "ケンタッキーフライドチキン",
15629                 "name:en": "KFC",
15630                 "cuisine": "chicken",
15631                 "amenity": "fast_food"
15632             },
15633             "name": "ケンタッキーフライドチキン",
15634             "icon": "fast-food",
15635             "geometry": [
15636                 "point",
15637                 "area"
15638             ],
15639             "fields": [
15640                 "cuisine",
15641                 "operator",
15642                 "address",
15643                 "building_area",
15644                 "opening_hours",
15645                 "takeaway",
15646                 "delivery",
15647                 "drive_through",
15648                 "smoking"
15649             ],
15650             "suggestion": true
15651         },
15652         "amenity/fast_food/吉野家": {
15653             "tags": {
15654                 "name": "吉野家",
15655                 "amenity": "fast_food"
15656             },
15657             "name": "吉野家",
15658             "icon": "fast-food",
15659             "geometry": [
15660                 "point",
15661                 "area"
15662             ],
15663             "fields": [
15664                 "cuisine",
15665                 "operator",
15666                 "address",
15667                 "building_area",
15668                 "opening_hours",
15669                 "takeaway",
15670                 "delivery",
15671                 "drive_through",
15672                 "smoking"
15673             ],
15674             "suggestion": true
15675         },
15676         "amenity/fast_food/Taco Time": {
15677             "tags": {
15678                 "name": "Taco Time",
15679                 "amenity": "fast_food"
15680             },
15681             "name": "Taco Time",
15682             "icon": "fast-food",
15683             "geometry": [
15684                 "point",
15685                 "area"
15686             ],
15687             "fields": [
15688                 "cuisine",
15689                 "operator",
15690                 "address",
15691                 "building_area",
15692                 "opening_hours",
15693                 "takeaway",
15694                 "delivery",
15695                 "drive_through",
15696                 "smoking"
15697             ],
15698             "suggestion": true
15699         },
15700         "amenity/fast_food/松屋": {
15701             "tags": {
15702                 "name": "松屋",
15703                 "name:en": "Matsuya",
15704                 "amenity": "fast_food"
15705             },
15706             "name": "松屋",
15707             "icon": "fast-food",
15708             "geometry": [
15709                 "point",
15710                 "area"
15711             ],
15712             "fields": [
15713                 "cuisine",
15714                 "operator",
15715                 "address",
15716                 "building_area",
15717                 "opening_hours",
15718                 "takeaway",
15719                 "delivery",
15720                 "drive_through",
15721                 "smoking"
15722             ],
15723             "suggestion": true
15724         },
15725         "amenity/fast_food/Little Caesars": {
15726             "tags": {
15727                 "name": "Little Caesars",
15728                 "amenity": "fast_food"
15729             },
15730             "name": "Little Caesars",
15731             "icon": "fast-food",
15732             "geometry": [
15733                 "point",
15734                 "area"
15735             ],
15736             "fields": [
15737                 "cuisine",
15738                 "operator",
15739                 "address",
15740                 "building_area",
15741                 "opening_hours",
15742                 "takeaway",
15743                 "delivery",
15744                 "drive_through",
15745                 "smoking"
15746             ],
15747             "suggestion": true
15748         },
15749         "amenity/fast_food/El Pollo Loco": {
15750             "tags": {
15751                 "name": "El Pollo Loco",
15752                 "amenity": "fast_food"
15753             },
15754             "name": "El Pollo Loco",
15755             "icon": "fast-food",
15756             "geometry": [
15757                 "point",
15758                 "area"
15759             ],
15760             "fields": [
15761                 "cuisine",
15762                 "operator",
15763                 "address",
15764                 "building_area",
15765                 "opening_hours",
15766                 "takeaway",
15767                 "delivery",
15768                 "drive_through",
15769                 "smoking"
15770             ],
15771             "suggestion": true
15772         },
15773         "amenity/fast_food/Del Taco": {
15774             "tags": {
15775                 "name": "Del Taco",
15776                 "amenity": "fast_food"
15777             },
15778             "name": "Del Taco",
15779             "icon": "fast-food",
15780             "geometry": [
15781                 "point",
15782                 "area"
15783             ],
15784             "fields": [
15785                 "cuisine",
15786                 "operator",
15787                 "address",
15788                 "building_area",
15789                 "opening_hours",
15790                 "takeaway",
15791                 "delivery",
15792                 "drive_through",
15793                 "smoking"
15794             ],
15795             "suggestion": true
15796         },
15797         "amenity/fast_food/White Castle": {
15798             "tags": {
15799                 "name": "White Castle",
15800                 "amenity": "fast_food"
15801             },
15802             "name": "White Castle",
15803             "icon": "fast-food",
15804             "geometry": [
15805                 "point",
15806                 "area"
15807             ],
15808             "fields": [
15809                 "cuisine",
15810                 "operator",
15811                 "address",
15812                 "building_area",
15813                 "opening_hours",
15814                 "takeaway",
15815                 "delivery",
15816                 "drive_through",
15817                 "smoking"
15818             ],
15819             "suggestion": true
15820         },
15821         "amenity/fast_food/Boston Market": {
15822             "tags": {
15823                 "name": "Boston Market",
15824                 "amenity": "fast_food"
15825             },
15826             "name": "Boston Market",
15827             "icon": "fast-food",
15828             "geometry": [
15829                 "point",
15830                 "area"
15831             ],
15832             "fields": [
15833                 "cuisine",
15834                 "operator",
15835                 "address",
15836                 "building_area",
15837                 "opening_hours",
15838                 "takeaway",
15839                 "delivery",
15840                 "drive_through",
15841                 "smoking"
15842             ],
15843             "suggestion": true
15844         },
15845         "amenity/fast_food/Chick-fil-A": {
15846             "tags": {
15847                 "name": "Chick-fil-A",
15848                 "cuisine": "chicken",
15849                 "amenity": "fast_food"
15850             },
15851             "name": "Chick-fil-A",
15852             "icon": "fast-food",
15853             "geometry": [
15854                 "point",
15855                 "area"
15856             ],
15857             "fields": [
15858                 "cuisine",
15859                 "operator",
15860                 "address",
15861                 "building_area",
15862                 "opening_hours",
15863                 "takeaway",
15864                 "delivery",
15865                 "drive_through",
15866                 "smoking"
15867             ],
15868             "suggestion": true
15869         },
15870         "amenity/fast_food/Panda Express": {
15871             "tags": {
15872                 "name": "Panda Express",
15873                 "cuisine": "chinese",
15874                 "amenity": "fast_food"
15875             },
15876             "name": "Panda Express",
15877             "icon": "fast-food",
15878             "geometry": [
15879                 "point",
15880                 "area"
15881             ],
15882             "fields": [
15883                 "cuisine",
15884                 "operator",
15885                 "address",
15886                 "building_area",
15887                 "opening_hours",
15888                 "takeaway",
15889                 "delivery",
15890                 "drive_through",
15891                 "smoking"
15892             ],
15893             "suggestion": true
15894         },
15895         "amenity/fast_food/Whataburger": {
15896             "tags": {
15897                 "name": "Whataburger",
15898                 "amenity": "fast_food"
15899             },
15900             "name": "Whataburger",
15901             "icon": "fast-food",
15902             "geometry": [
15903                 "point",
15904                 "area"
15905             ],
15906             "fields": [
15907                 "cuisine",
15908                 "operator",
15909                 "address",
15910                 "building_area",
15911                 "opening_hours",
15912                 "takeaway",
15913                 "delivery",
15914                 "drive_through",
15915                 "smoking"
15916             ],
15917             "suggestion": true
15918         },
15919         "amenity/fast_food/Taco John's": {
15920             "tags": {
15921                 "name": "Taco John's",
15922                 "amenity": "fast_food"
15923             },
15924             "name": "Taco John's",
15925             "icon": "fast-food",
15926             "geometry": [
15927                 "point",
15928                 "area"
15929             ],
15930             "fields": [
15931                 "cuisine",
15932                 "operator",
15933                 "address",
15934                 "building_area",
15935                 "opening_hours",
15936                 "takeaway",
15937                 "delivery",
15938                 "drive_through",
15939                 "smoking"
15940             ],
15941             "suggestion": true
15942         },
15943         "amenity/fast_food/Теремок": {
15944             "tags": {
15945                 "name": "Теремок",
15946                 "amenity": "fast_food"
15947             },
15948             "name": "Теремок",
15949             "icon": "fast-food",
15950             "geometry": [
15951                 "point",
15952                 "area"
15953             ],
15954             "fields": [
15955                 "cuisine",
15956                 "operator",
15957                 "address",
15958                 "building_area",
15959                 "opening_hours",
15960                 "takeaway",
15961                 "delivery",
15962                 "drive_through",
15963                 "smoking"
15964             ],
15965             "suggestion": true
15966         },
15967         "amenity/fast_food/Culver's": {
15968             "tags": {
15969                 "name": "Culver's",
15970                 "amenity": "fast_food"
15971             },
15972             "name": "Culver's",
15973             "icon": "fast-food",
15974             "geometry": [
15975                 "point",
15976                 "area"
15977             ],
15978             "fields": [
15979                 "cuisine",
15980                 "operator",
15981                 "address",
15982                 "building_area",
15983                 "opening_hours",
15984                 "takeaway",
15985                 "delivery",
15986                 "drive_through",
15987                 "smoking"
15988             ],
15989             "suggestion": true
15990         },
15991         "amenity/fast_food/Five Guys": {
15992             "tags": {
15993                 "name": "Five Guys",
15994                 "amenity": "fast_food"
15995             },
15996             "name": "Five Guys",
15997             "icon": "fast-food",
15998             "geometry": [
15999                 "point",
16000                 "area"
16001             ],
16002             "fields": [
16003                 "cuisine",
16004                 "operator",
16005                 "address",
16006                 "building_area",
16007                 "opening_hours",
16008                 "takeaway",
16009                 "delivery",
16010                 "drive_through",
16011                 "smoking"
16012             ],
16013             "suggestion": true
16014         },
16015         "amenity/fast_food/Church's Chicken": {
16016             "tags": {
16017                 "name": "Church's Chicken",
16018                 "amenity": "fast_food"
16019             },
16020             "name": "Church's Chicken",
16021             "icon": "fast-food",
16022             "geometry": [
16023                 "point",
16024                 "area"
16025             ],
16026             "fields": [
16027                 "cuisine",
16028                 "operator",
16029                 "address",
16030                 "building_area",
16031                 "opening_hours",
16032                 "takeaway",
16033                 "delivery",
16034                 "drive_through",
16035                 "smoking"
16036             ],
16037             "suggestion": true
16038         },
16039         "amenity/fast_food/Popeye's": {
16040             "tags": {
16041                 "name": "Popeye's",
16042                 "cuisine": "chicken",
16043                 "amenity": "fast_food"
16044             },
16045             "name": "Popeye's",
16046             "icon": "fast-food",
16047             "geometry": [
16048                 "point",
16049                 "area"
16050             ],
16051             "fields": [
16052                 "cuisine",
16053                 "operator",
16054                 "address",
16055                 "building_area",
16056                 "opening_hours",
16057                 "takeaway",
16058                 "delivery",
16059                 "drive_through",
16060                 "smoking"
16061             ],
16062             "suggestion": true
16063         },
16064         "amenity/fast_food/Long John Silver's": {
16065             "tags": {
16066                 "name": "Long John Silver's",
16067                 "amenity": "fast_food"
16068             },
16069             "name": "Long John Silver's",
16070             "icon": "fast-food",
16071             "geometry": [
16072                 "point",
16073                 "area"
16074             ],
16075             "fields": [
16076                 "cuisine",
16077                 "operator",
16078                 "address",
16079                 "building_area",
16080                 "opening_hours",
16081                 "takeaway",
16082                 "delivery",
16083                 "drive_through",
16084                 "smoking"
16085             ],
16086             "suggestion": true
16087         },
16088         "amenity/fast_food/Pollo Campero": {
16089             "tags": {
16090                 "name": "Pollo Campero",
16091                 "amenity": "fast_food"
16092             },
16093             "name": "Pollo Campero",
16094             "icon": "fast-food",
16095             "geometry": [
16096                 "point",
16097                 "area"
16098             ],
16099             "fields": [
16100                 "cuisine",
16101                 "operator",
16102                 "address",
16103                 "building_area",
16104                 "opening_hours",
16105                 "takeaway",
16106                 "delivery",
16107                 "drive_through",
16108                 "smoking"
16109             ],
16110             "suggestion": true
16111         },
16112         "amenity/fast_food/Zaxby's": {
16113             "tags": {
16114                 "name": "Zaxby's",
16115                 "amenity": "fast_food"
16116             },
16117             "name": "Zaxby's",
16118             "icon": "fast-food",
16119             "geometry": [
16120                 "point",
16121                 "area"
16122             ],
16123             "fields": [
16124                 "cuisine",
16125                 "operator",
16126                 "address",
16127                 "building_area",
16128                 "opening_hours",
16129                 "takeaway",
16130                 "delivery",
16131                 "drive_through",
16132                 "smoking"
16133             ],
16134             "suggestion": true
16135         },
16136         "amenity/fast_food/すき家": {
16137             "tags": {
16138                 "name": "すき家",
16139                 "name:en": "SUKIYA",
16140                 "amenity": "fast_food"
16141             },
16142             "name": "すき家",
16143             "icon": "fast-food",
16144             "geometry": [
16145                 "point",
16146                 "area"
16147             ],
16148             "fields": [
16149                 "cuisine",
16150                 "operator",
16151                 "address",
16152                 "building_area",
16153                 "opening_hours",
16154                 "takeaway",
16155                 "delivery",
16156                 "drive_through",
16157                 "smoking"
16158             ],
16159             "suggestion": true
16160         },
16161         "amenity/fast_food/モスバーガー": {
16162             "tags": {
16163                 "name": "モスバーガー",
16164                 "name:en": "MOS BURGER",
16165                 "amenity": "fast_food"
16166             },
16167             "name": "モスバーガー",
16168             "icon": "fast-food",
16169             "geometry": [
16170                 "point",
16171                 "area"
16172             ],
16173             "fields": [
16174                 "cuisine",
16175                 "operator",
16176                 "address",
16177                 "building_area",
16178                 "opening_hours",
16179                 "takeaway",
16180                 "delivery",
16181                 "drive_through",
16182                 "smoking"
16183             ],
16184             "suggestion": true
16185         },
16186         "amenity/fast_food/Русский Аппетит": {
16187             "tags": {
16188                 "name": "Русский Аппетит",
16189                 "amenity": "fast_food"
16190             },
16191             "name": "Русский Аппетит",
16192             "icon": "fast-food",
16193             "geometry": [
16194                 "point",
16195                 "area"
16196             ],
16197             "fields": [
16198                 "cuisine",
16199                 "operator",
16200                 "address",
16201                 "building_area",
16202                 "opening_hours",
16203                 "takeaway",
16204                 "delivery",
16205                 "drive_through",
16206                 "smoking"
16207             ],
16208             "suggestion": true
16209         },
16210         "amenity/fast_food/なか卯": {
16211             "tags": {
16212                 "name": "なか卯",
16213                 "amenity": "fast_food"
16214             },
16215             "name": "なか卯",
16216             "icon": "fast-food",
16217             "geometry": [
16218                 "point",
16219                 "area"
16220             ],
16221             "fields": [
16222                 "cuisine",
16223                 "operator",
16224                 "address",
16225                 "building_area",
16226                 "opening_hours",
16227                 "takeaway",
16228                 "delivery",
16229                 "drive_through",
16230                 "smoking"
16231             ],
16232             "suggestion": true
16233         },
16234         "amenity/restaurant/Pizza Hut": {
16235             "tags": {
16236                 "name": "Pizza Hut",
16237                 "cuisine": "pizza",
16238                 "amenity": "restaurant"
16239             },
16240             "name": "Pizza Hut",
16241             "icon": "restaurant",
16242             "geometry": [
16243                 "point",
16244                 "area"
16245             ],
16246             "fields": [
16247                 "cuisine",
16248                 "address",
16249                 "building_area",
16250                 "opening_hours",
16251                 "capacity",
16252                 "takeaway",
16253                 "delivery",
16254                 "smoking"
16255             ],
16256             "suggestion": true
16257         },
16258         "amenity/restaurant/Little Chef": {
16259             "tags": {
16260                 "name": "Little Chef",
16261                 "amenity": "restaurant"
16262             },
16263             "name": "Little Chef",
16264             "icon": "restaurant",
16265             "geometry": [
16266                 "point",
16267                 "area"
16268             ],
16269             "fields": [
16270                 "cuisine",
16271                 "address",
16272                 "building_area",
16273                 "opening_hours",
16274                 "capacity",
16275                 "takeaway",
16276                 "delivery",
16277                 "smoking"
16278             ],
16279             "suggestion": true
16280         },
16281         "amenity/restaurant/Adler": {
16282             "tags": {
16283                 "name": "Adler",
16284                 "amenity": "restaurant"
16285             },
16286             "name": "Adler",
16287             "icon": "restaurant",
16288             "geometry": [
16289                 "point",
16290                 "area"
16291             ],
16292             "fields": [
16293                 "cuisine",
16294                 "address",
16295                 "building_area",
16296                 "opening_hours",
16297                 "capacity",
16298                 "takeaway",
16299                 "delivery",
16300                 "smoking"
16301             ],
16302             "suggestion": true
16303         },
16304         "amenity/restaurant/Zur Krone": {
16305             "tags": {
16306                 "name": "Zur Krone",
16307                 "amenity": "restaurant"
16308             },
16309             "name": "Zur Krone",
16310             "icon": "restaurant",
16311             "geometry": [
16312                 "point",
16313                 "area"
16314             ],
16315             "fields": [
16316                 "cuisine",
16317                 "address",
16318                 "building_area",
16319                 "opening_hours",
16320                 "capacity",
16321                 "takeaway",
16322                 "delivery",
16323                 "smoking"
16324             ],
16325             "suggestion": true
16326         },
16327         "amenity/restaurant/Deutsches Haus": {
16328             "tags": {
16329                 "name": "Deutsches Haus",
16330                 "amenity": "restaurant"
16331             },
16332             "name": "Deutsches Haus",
16333             "icon": "restaurant",
16334             "geometry": [
16335                 "point",
16336                 "area"
16337             ],
16338             "fields": [
16339                 "cuisine",
16340                 "address",
16341                 "building_area",
16342                 "opening_hours",
16343                 "capacity",
16344                 "takeaway",
16345                 "delivery",
16346                 "smoking"
16347             ],
16348             "suggestion": true
16349         },
16350         "amenity/restaurant/Krone": {
16351             "tags": {
16352                 "name": "Krone",
16353                 "amenity": "restaurant"
16354             },
16355             "name": "Krone",
16356             "icon": "restaurant",
16357             "geometry": [
16358                 "point",
16359                 "area"
16360             ],
16361             "fields": [
16362                 "cuisine",
16363                 "address",
16364                 "building_area",
16365                 "opening_hours",
16366                 "capacity",
16367                 "takeaway",
16368                 "delivery",
16369                 "smoking"
16370             ],
16371             "suggestion": true
16372         },
16373         "amenity/restaurant/Akropolis": {
16374             "tags": {
16375                 "name": "Akropolis",
16376                 "amenity": "restaurant"
16377             },
16378             "name": "Akropolis",
16379             "icon": "restaurant",
16380             "geometry": [
16381                 "point",
16382                 "area"
16383             ],
16384             "fields": [
16385                 "cuisine",
16386                 "address",
16387                 "building_area",
16388                 "opening_hours",
16389                 "capacity",
16390                 "takeaway",
16391                 "delivery",
16392                 "smoking"
16393             ],
16394             "suggestion": true
16395         },
16396         "amenity/restaurant/Schützenhaus": {
16397             "tags": {
16398                 "name": "Schützenhaus",
16399                 "amenity": "restaurant"
16400             },
16401             "name": "Schützenhaus",
16402             "icon": "restaurant",
16403             "geometry": [
16404                 "point",
16405                 "area"
16406             ],
16407             "fields": [
16408                 "cuisine",
16409                 "address",
16410                 "building_area",
16411                 "opening_hours",
16412                 "capacity",
16413                 "takeaway",
16414                 "delivery",
16415                 "smoking"
16416             ],
16417             "suggestion": true
16418         },
16419         "amenity/restaurant/Kreuz": {
16420             "tags": {
16421                 "name": "Kreuz",
16422                 "amenity": "restaurant"
16423             },
16424             "name": "Kreuz",
16425             "icon": "restaurant",
16426             "geometry": [
16427                 "point",
16428                 "area"
16429             ],
16430             "fields": [
16431                 "cuisine",
16432                 "address",
16433                 "building_area",
16434                 "opening_hours",
16435                 "capacity",
16436                 "takeaway",
16437                 "delivery",
16438                 "smoking"
16439             ],
16440             "suggestion": true
16441         },
16442         "amenity/restaurant/Waldschänke": {
16443             "tags": {
16444                 "name": "Waldschänke",
16445                 "amenity": "restaurant"
16446             },
16447             "name": "Waldschänke",
16448             "icon": "restaurant",
16449             "geometry": [
16450                 "point",
16451                 "area"
16452             ],
16453             "fields": [
16454                 "cuisine",
16455                 "address",
16456                 "building_area",
16457                 "opening_hours",
16458                 "capacity",
16459                 "takeaway",
16460                 "delivery",
16461                 "smoking"
16462             ],
16463             "suggestion": true
16464         },
16465         "amenity/restaurant/La Piazza": {
16466             "tags": {
16467                 "name": "La Piazza",
16468                 "amenity": "restaurant"
16469             },
16470             "name": "La Piazza",
16471             "icon": "restaurant",
16472             "geometry": [
16473                 "point",
16474                 "area"
16475             ],
16476             "fields": [
16477                 "cuisine",
16478                 "address",
16479                 "building_area",
16480                 "opening_hours",
16481                 "capacity",
16482                 "takeaway",
16483                 "delivery",
16484                 "smoking"
16485             ],
16486             "suggestion": true
16487         },
16488         "amenity/restaurant/Lamm": {
16489             "tags": {
16490                 "name": "Lamm",
16491                 "amenity": "restaurant"
16492             },
16493             "name": "Lamm",
16494             "icon": "restaurant",
16495             "geometry": [
16496                 "point",
16497                 "area"
16498             ],
16499             "fields": [
16500                 "cuisine",
16501                 "address",
16502                 "building_area",
16503                 "opening_hours",
16504                 "capacity",
16505                 "takeaway",
16506                 "delivery",
16507                 "smoking"
16508             ],
16509             "suggestion": true
16510         },
16511         "amenity/restaurant/Zur Sonne": {
16512             "tags": {
16513                 "name": "Zur Sonne",
16514                 "amenity": "restaurant"
16515             },
16516             "name": "Zur Sonne",
16517             "icon": "restaurant",
16518             "geometry": [
16519                 "point",
16520                 "area"
16521             ],
16522             "fields": [
16523                 "cuisine",
16524                 "address",
16525                 "building_area",
16526                 "opening_hours",
16527                 "capacity",
16528                 "takeaway",
16529                 "delivery",
16530                 "smoking"
16531             ],
16532             "suggestion": true
16533         },
16534         "amenity/restaurant/Zur Linde": {
16535             "tags": {
16536                 "name": "Zur Linde",
16537                 "amenity": "restaurant"
16538             },
16539             "name": "Zur Linde",
16540             "icon": "restaurant",
16541             "geometry": [
16542                 "point",
16543                 "area"
16544             ],
16545             "fields": [
16546                 "cuisine",
16547                 "address",
16548                 "building_area",
16549                 "opening_hours",
16550                 "capacity",
16551                 "takeaway",
16552                 "delivery",
16553                 "smoking"
16554             ],
16555             "suggestion": true
16556         },
16557         "amenity/restaurant/Poseidon": {
16558             "tags": {
16559                 "name": "Poseidon",
16560                 "amenity": "restaurant"
16561             },
16562             "name": "Poseidon",
16563             "icon": "restaurant",
16564             "geometry": [
16565                 "point",
16566                 "area"
16567             ],
16568             "fields": [
16569                 "cuisine",
16570                 "address",
16571                 "building_area",
16572                 "opening_hours",
16573                 "capacity",
16574                 "takeaway",
16575                 "delivery",
16576                 "smoking"
16577             ],
16578             "suggestion": true
16579         },
16580         "amenity/restaurant/Shanghai": {
16581             "tags": {
16582                 "name": "Shanghai",
16583                 "amenity": "restaurant"
16584             },
16585             "name": "Shanghai",
16586             "icon": "restaurant",
16587             "geometry": [
16588                 "point",
16589                 "area"
16590             ],
16591             "fields": [
16592                 "cuisine",
16593                 "address",
16594                 "building_area",
16595                 "opening_hours",
16596                 "capacity",
16597                 "takeaway",
16598                 "delivery",
16599                 "smoking"
16600             ],
16601             "suggestion": true
16602         },
16603         "amenity/restaurant/Red Lobster": {
16604             "tags": {
16605                 "name": "Red Lobster",
16606                 "amenity": "restaurant"
16607             },
16608             "name": "Red Lobster",
16609             "icon": "restaurant",
16610             "geometry": [
16611                 "point",
16612                 "area"
16613             ],
16614             "fields": [
16615                 "cuisine",
16616                 "address",
16617                 "building_area",
16618                 "opening_hours",
16619                 "capacity",
16620                 "takeaway",
16621                 "delivery",
16622                 "smoking"
16623             ],
16624             "suggestion": true
16625         },
16626         "amenity/restaurant/Zum Löwen": {
16627             "tags": {
16628                 "name": "Zum Löwen",
16629                 "amenity": "restaurant"
16630             },
16631             "name": "Zum Löwen",
16632             "icon": "restaurant",
16633             "geometry": [
16634                 "point",
16635                 "area"
16636             ],
16637             "fields": [
16638                 "cuisine",
16639                 "address",
16640                 "building_area",
16641                 "opening_hours",
16642                 "capacity",
16643                 "takeaway",
16644                 "delivery",
16645                 "smoking"
16646             ],
16647             "suggestion": true
16648         },
16649         "amenity/restaurant/Swiss Chalet": {
16650             "tags": {
16651                 "name": "Swiss Chalet",
16652                 "amenity": "restaurant"
16653             },
16654             "name": "Swiss Chalet",
16655             "icon": "restaurant",
16656             "geometry": [
16657                 "point",
16658                 "area"
16659             ],
16660             "fields": [
16661                 "cuisine",
16662                 "address",
16663                 "building_area",
16664                 "opening_hours",
16665                 "capacity",
16666                 "takeaway",
16667                 "delivery",
16668                 "smoking"
16669             ],
16670             "suggestion": true
16671         },
16672         "amenity/restaurant/Olympia": {
16673             "tags": {
16674                 "name": "Olympia",
16675                 "amenity": "restaurant"
16676             },
16677             "name": "Olympia",
16678             "icon": "restaurant",
16679             "geometry": [
16680                 "point",
16681                 "area"
16682             ],
16683             "fields": [
16684                 "cuisine",
16685                 "address",
16686                 "building_area",
16687                 "opening_hours",
16688                 "capacity",
16689                 "takeaway",
16690                 "delivery",
16691                 "smoking"
16692             ],
16693             "suggestion": true
16694         },
16695         "amenity/restaurant/Wagamama": {
16696             "tags": {
16697                 "name": "Wagamama",
16698                 "amenity": "restaurant"
16699             },
16700             "name": "Wagamama",
16701             "icon": "restaurant",
16702             "geometry": [
16703                 "point",
16704                 "area"
16705             ],
16706             "fields": [
16707                 "cuisine",
16708                 "address",
16709                 "building_area",
16710                 "opening_hours",
16711                 "capacity",
16712                 "takeaway",
16713                 "delivery",
16714                 "smoking"
16715             ],
16716             "suggestion": true
16717         },
16718         "amenity/restaurant/Frankie & Benny's": {
16719             "tags": {
16720                 "name": "Frankie & Benny's",
16721                 "amenity": "restaurant"
16722             },
16723             "name": "Frankie & Benny's",
16724             "icon": "restaurant",
16725             "geometry": [
16726                 "point",
16727                 "area"
16728             ],
16729             "fields": [
16730                 "cuisine",
16731                 "address",
16732                 "building_area",
16733                 "opening_hours",
16734                 "capacity",
16735                 "takeaway",
16736                 "delivery",
16737                 "smoking"
16738             ],
16739             "suggestion": true
16740         },
16741         "amenity/restaurant/Hooters": {
16742             "tags": {
16743                 "name": "Hooters",
16744                 "amenity": "restaurant"
16745             },
16746             "name": "Hooters",
16747             "icon": "restaurant",
16748             "geometry": [
16749                 "point",
16750                 "area"
16751             ],
16752             "fields": [
16753                 "cuisine",
16754                 "address",
16755                 "building_area",
16756                 "opening_hours",
16757                 "capacity",
16758                 "takeaway",
16759                 "delivery",
16760                 "smoking"
16761             ],
16762             "suggestion": true
16763         },
16764         "amenity/restaurant/Sternen": {
16765             "tags": {
16766                 "name": "Sternen",
16767                 "amenity": "restaurant"
16768             },
16769             "name": "Sternen",
16770             "icon": "restaurant",
16771             "geometry": [
16772                 "point",
16773                 "area"
16774             ],
16775             "fields": [
16776                 "cuisine",
16777                 "address",
16778                 "building_area",
16779                 "opening_hours",
16780                 "capacity",
16781                 "takeaway",
16782                 "delivery",
16783                 "smoking"
16784             ],
16785             "suggestion": true
16786         },
16787         "amenity/restaurant/Hirschen": {
16788             "tags": {
16789                 "name": "Hirschen",
16790                 "amenity": "restaurant"
16791             },
16792             "name": "Hirschen",
16793             "icon": "restaurant",
16794             "geometry": [
16795                 "point",
16796                 "area"
16797             ],
16798             "fields": [
16799                 "cuisine",
16800                 "address",
16801                 "building_area",
16802                 "opening_hours",
16803                 "capacity",
16804                 "takeaway",
16805                 "delivery",
16806                 "smoking"
16807             ],
16808             "suggestion": true
16809         },
16810         "amenity/restaurant/Denny's": {
16811             "tags": {
16812                 "name": "Denny's",
16813                 "amenity": "restaurant"
16814             },
16815             "name": "Denny's",
16816             "icon": "restaurant",
16817             "geometry": [
16818                 "point",
16819                 "area"
16820             ],
16821             "fields": [
16822                 "cuisine",
16823                 "address",
16824                 "building_area",
16825                 "opening_hours",
16826                 "capacity",
16827                 "takeaway",
16828                 "delivery",
16829                 "smoking"
16830             ],
16831             "suggestion": true
16832         },
16833         "amenity/restaurant/Athen": {
16834             "tags": {
16835                 "name": "Athen",
16836                 "amenity": "restaurant"
16837             },
16838             "name": "Athen",
16839             "icon": "restaurant",
16840             "geometry": [
16841                 "point",
16842                 "area"
16843             ],
16844             "fields": [
16845                 "cuisine",
16846                 "address",
16847                 "building_area",
16848                 "opening_hours",
16849                 "capacity",
16850                 "takeaway",
16851                 "delivery",
16852                 "smoking"
16853             ],
16854             "suggestion": true
16855         },
16856         "amenity/restaurant/Sonne": {
16857             "tags": {
16858                 "name": "Sonne",
16859                 "amenity": "restaurant"
16860             },
16861             "name": "Sonne",
16862             "icon": "restaurant",
16863             "geometry": [
16864                 "point",
16865                 "area"
16866             ],
16867             "fields": [
16868                 "cuisine",
16869                 "address",
16870                 "building_area",
16871                 "opening_hours",
16872                 "capacity",
16873                 "takeaway",
16874                 "delivery",
16875                 "smoking"
16876             ],
16877             "suggestion": true
16878         },
16879         "amenity/restaurant/Hirsch": {
16880             "tags": {
16881                 "name": "Hirsch",
16882                 "amenity": "restaurant"
16883             },
16884             "name": "Hirsch",
16885             "icon": "restaurant",
16886             "geometry": [
16887                 "point",
16888                 "area"
16889             ],
16890             "fields": [
16891                 "cuisine",
16892                 "address",
16893                 "building_area",
16894                 "opening_hours",
16895                 "capacity",
16896                 "takeaway",
16897                 "delivery",
16898                 "smoking"
16899             ],
16900             "suggestion": true
16901         },
16902         "amenity/restaurant/Ratskeller": {
16903             "tags": {
16904                 "name": "Ratskeller",
16905                 "amenity": "restaurant"
16906             },
16907             "name": "Ratskeller",
16908             "icon": "restaurant",
16909             "geometry": [
16910                 "point",
16911                 "area"
16912             ],
16913             "fields": [
16914                 "cuisine",
16915                 "address",
16916                 "building_area",
16917                 "opening_hours",
16918                 "capacity",
16919                 "takeaway",
16920                 "delivery",
16921                 "smoking"
16922             ],
16923             "suggestion": true
16924         },
16925         "amenity/restaurant/La Cantina": {
16926             "tags": {
16927                 "name": "La Cantina",
16928                 "amenity": "restaurant"
16929             },
16930             "name": "La Cantina",
16931             "icon": "restaurant",
16932             "geometry": [
16933                 "point",
16934                 "area"
16935             ],
16936             "fields": [
16937                 "cuisine",
16938                 "address",
16939                 "building_area",
16940                 "opening_hours",
16941                 "capacity",
16942                 "takeaway",
16943                 "delivery",
16944                 "smoking"
16945             ],
16946             "suggestion": true
16947         },
16948         "amenity/restaurant/Gasthaus Krone": {
16949             "tags": {
16950                 "name": "Gasthaus Krone",
16951                 "amenity": "restaurant"
16952             },
16953             "name": "Gasthaus Krone",
16954             "icon": "restaurant",
16955             "geometry": [
16956                 "point",
16957                 "area"
16958             ],
16959             "fields": [
16960                 "cuisine",
16961                 "address",
16962                 "building_area",
16963                 "opening_hours",
16964                 "capacity",
16965                 "takeaway",
16966                 "delivery",
16967                 "smoking"
16968             ],
16969             "suggestion": true
16970         },
16971         "amenity/restaurant/El Greco": {
16972             "tags": {
16973                 "name": "El Greco",
16974                 "amenity": "restaurant"
16975             },
16976             "name": "El Greco",
16977             "icon": "restaurant",
16978             "geometry": [
16979                 "point",
16980                 "area"
16981             ],
16982             "fields": [
16983                 "cuisine",
16984                 "address",
16985                 "building_area",
16986                 "opening_hours",
16987                 "capacity",
16988                 "takeaway",
16989                 "delivery",
16990                 "smoking"
16991             ],
16992             "suggestion": true
16993         },
16994         "amenity/restaurant/Gasthof zur Post": {
16995             "tags": {
16996                 "name": "Gasthof zur Post",
16997                 "amenity": "restaurant"
16998             },
16999             "name": "Gasthof zur Post",
17000             "icon": "restaurant",
17001             "geometry": [
17002                 "point",
17003                 "area"
17004             ],
17005             "fields": [
17006                 "cuisine",
17007                 "address",
17008                 "building_area",
17009                 "opening_hours",
17010                 "capacity",
17011                 "takeaway",
17012                 "delivery",
17013                 "smoking"
17014             ],
17015             "suggestion": true
17016         },
17017         "amenity/restaurant/Nando's": {
17018             "tags": {
17019                 "name": "Nando's",
17020                 "amenity": "restaurant"
17021             },
17022             "name": "Nando's",
17023             "icon": "restaurant",
17024             "geometry": [
17025                 "point",
17026                 "area"
17027             ],
17028             "fields": [
17029                 "cuisine",
17030                 "address",
17031                 "building_area",
17032                 "opening_hours",
17033                 "capacity",
17034                 "takeaway",
17035                 "delivery",
17036                 "smoking"
17037             ],
17038             "suggestion": true
17039         },
17040         "amenity/restaurant/Löwen": {
17041             "tags": {
17042                 "name": "Löwen",
17043                 "amenity": "restaurant"
17044             },
17045             "name": "Löwen",
17046             "icon": "restaurant",
17047             "geometry": [
17048                 "point",
17049                 "area"
17050             ],
17051             "fields": [
17052                 "cuisine",
17053                 "address",
17054                 "building_area",
17055                 "opening_hours",
17056                 "capacity",
17057                 "takeaway",
17058                 "delivery",
17059                 "smoking"
17060             ],
17061             "suggestion": true
17062         },
17063         "amenity/restaurant/La Pataterie": {
17064             "tags": {
17065                 "name": "La Pataterie",
17066                 "amenity": "restaurant"
17067             },
17068             "name": "La Pataterie",
17069             "icon": "restaurant",
17070             "geometry": [
17071                 "point",
17072                 "area"
17073             ],
17074             "fields": [
17075                 "cuisine",
17076                 "address",
17077                 "building_area",
17078                 "opening_hours",
17079                 "capacity",
17080                 "takeaway",
17081                 "delivery",
17082                 "smoking"
17083             ],
17084             "suggestion": true
17085         },
17086         "amenity/restaurant/Bella Napoli": {
17087             "tags": {
17088                 "name": "Bella Napoli",
17089                 "amenity": "restaurant"
17090             },
17091             "name": "Bella Napoli",
17092             "icon": "restaurant",
17093             "geometry": [
17094                 "point",
17095                 "area"
17096             ],
17097             "fields": [
17098                 "cuisine",
17099                 "address",
17100                 "building_area",
17101                 "opening_hours",
17102                 "capacity",
17103                 "takeaway",
17104                 "delivery",
17105                 "smoking"
17106             ],
17107             "suggestion": true
17108         },
17109         "amenity/restaurant/Pizza Express": {
17110             "tags": {
17111                 "name": "Pizza Express",
17112                 "amenity": "restaurant"
17113             },
17114             "name": "Pizza Express",
17115             "icon": "restaurant",
17116             "geometry": [
17117                 "point",
17118                 "area"
17119             ],
17120             "fields": [
17121                 "cuisine",
17122                 "address",
17123                 "building_area",
17124                 "opening_hours",
17125                 "capacity",
17126                 "takeaway",
17127                 "delivery",
17128                 "smoking"
17129             ],
17130             "suggestion": true
17131         },
17132         "amenity/restaurant/Mandarin": {
17133             "tags": {
17134                 "name": "Mandarin",
17135                 "amenity": "restaurant"
17136             },
17137             "name": "Mandarin",
17138             "icon": "restaurant",
17139             "geometry": [
17140                 "point",
17141                 "area"
17142             ],
17143             "fields": [
17144                 "cuisine",
17145                 "address",
17146                 "building_area",
17147                 "opening_hours",
17148                 "capacity",
17149                 "takeaway",
17150                 "delivery",
17151                 "smoking"
17152             ],
17153             "suggestion": true
17154         },
17155         "amenity/restaurant/Hong Kong": {
17156             "tags": {
17157                 "name": "Hong Kong",
17158                 "amenity": "restaurant"
17159             },
17160             "name": "Hong Kong",
17161             "icon": "restaurant",
17162             "geometry": [
17163                 "point",
17164                 "area"
17165             ],
17166             "fields": [
17167                 "cuisine",
17168                 "address",
17169                 "building_area",
17170                 "opening_hours",
17171                 "capacity",
17172                 "takeaway",
17173                 "delivery",
17174                 "smoking"
17175             ],
17176             "suggestion": true
17177         },
17178         "amenity/restaurant/Zizzi": {
17179             "tags": {
17180                 "name": "Zizzi",
17181                 "amenity": "restaurant"
17182             },
17183             "name": "Zizzi",
17184             "icon": "restaurant",
17185             "geometry": [
17186                 "point",
17187                 "area"
17188             ],
17189             "fields": [
17190                 "cuisine",
17191                 "address",
17192                 "building_area",
17193                 "opening_hours",
17194                 "capacity",
17195                 "takeaway",
17196                 "delivery",
17197                 "smoking"
17198             ],
17199             "suggestion": true
17200         },
17201         "amenity/restaurant/Cracker Barrel": {
17202             "tags": {
17203                 "name": "Cracker Barrel",
17204                 "amenity": "restaurant"
17205             },
17206             "name": "Cracker Barrel",
17207             "icon": "restaurant",
17208             "geometry": [
17209                 "point",
17210                 "area"
17211             ],
17212             "fields": [
17213                 "cuisine",
17214                 "address",
17215                 "building_area",
17216                 "opening_hours",
17217                 "capacity",
17218                 "takeaway",
17219                 "delivery",
17220                 "smoking"
17221             ],
17222             "suggestion": true
17223         },
17224         "amenity/restaurant/Rhodos": {
17225             "tags": {
17226                 "name": "Rhodos",
17227                 "amenity": "restaurant"
17228             },
17229             "name": "Rhodos",
17230             "icon": "restaurant",
17231             "geometry": [
17232                 "point",
17233                 "area"
17234             ],
17235             "fields": [
17236                 "cuisine",
17237                 "address",
17238                 "building_area",
17239                 "opening_hours",
17240                 "capacity",
17241                 "takeaway",
17242                 "delivery",
17243                 "smoking"
17244             ],
17245             "suggestion": true
17246         },
17247         "amenity/restaurant/Lindenhof": {
17248             "tags": {
17249                 "name": "Lindenhof",
17250                 "amenity": "restaurant"
17251             },
17252             "name": "Lindenhof",
17253             "icon": "restaurant",
17254             "geometry": [
17255                 "point",
17256                 "area"
17257             ],
17258             "fields": [
17259                 "cuisine",
17260                 "address",
17261                 "building_area",
17262                 "opening_hours",
17263                 "capacity",
17264                 "takeaway",
17265                 "delivery",
17266                 "smoking"
17267             ],
17268             "suggestion": true
17269         },
17270         "amenity/restaurant/Milano": {
17271             "tags": {
17272                 "name": "Milano",
17273                 "amenity": "restaurant"
17274             },
17275             "name": "Milano",
17276             "icon": "restaurant",
17277             "geometry": [
17278                 "point",
17279                 "area"
17280             ],
17281             "fields": [
17282                 "cuisine",
17283                 "address",
17284                 "building_area",
17285                 "opening_hours",
17286                 "capacity",
17287                 "takeaway",
17288                 "delivery",
17289                 "smoking"
17290             ],
17291             "suggestion": true
17292         },
17293         "amenity/restaurant/Dolce Vita": {
17294             "tags": {
17295                 "name": "Dolce Vita",
17296                 "amenity": "restaurant"
17297             },
17298             "name": "Dolce Vita",
17299             "icon": "restaurant",
17300             "geometry": [
17301                 "point",
17302                 "area"
17303             ],
17304             "fields": [
17305                 "cuisine",
17306                 "address",
17307                 "building_area",
17308                 "opening_hours",
17309                 "capacity",
17310                 "takeaway",
17311                 "delivery",
17312                 "smoking"
17313             ],
17314             "suggestion": true
17315         },
17316         "amenity/restaurant/Kirchenwirt": {
17317             "tags": {
17318                 "name": "Kirchenwirt",
17319                 "amenity": "restaurant"
17320             },
17321             "name": "Kirchenwirt",
17322             "icon": "restaurant",
17323             "geometry": [
17324                 "point",
17325                 "area"
17326             ],
17327             "fields": [
17328                 "cuisine",
17329                 "address",
17330                 "building_area",
17331                 "opening_hours",
17332                 "capacity",
17333                 "takeaway",
17334                 "delivery",
17335                 "smoking"
17336             ],
17337             "suggestion": true
17338         },
17339         "amenity/restaurant/Kantine": {
17340             "tags": {
17341                 "name": "Kantine",
17342                 "amenity": "restaurant"
17343             },
17344             "name": "Kantine",
17345             "icon": "restaurant",
17346             "geometry": [
17347                 "point",
17348                 "area"
17349             ],
17350             "fields": [
17351                 "cuisine",
17352                 "address",
17353                 "building_area",
17354                 "opening_hours",
17355                 "capacity",
17356                 "takeaway",
17357                 "delivery",
17358                 "smoking"
17359             ],
17360             "suggestion": true
17361         },
17362         "amenity/restaurant/Ochsen": {
17363             "tags": {
17364                 "name": "Ochsen",
17365                 "amenity": "restaurant"
17366             },
17367             "name": "Ochsen",
17368             "icon": "restaurant",
17369             "geometry": [
17370                 "point",
17371                 "area"
17372             ],
17373             "fields": [
17374                 "cuisine",
17375                 "address",
17376                 "building_area",
17377                 "opening_hours",
17378                 "capacity",
17379                 "takeaway",
17380                 "delivery",
17381                 "smoking"
17382             ],
17383             "suggestion": true
17384         },
17385         "amenity/restaurant/Spur": {
17386             "tags": {
17387                 "name": "Spur",
17388                 "amenity": "restaurant"
17389             },
17390             "name": "Spur",
17391             "icon": "restaurant",
17392             "geometry": [
17393                 "point",
17394                 "area"
17395             ],
17396             "fields": [
17397                 "cuisine",
17398                 "address",
17399                 "building_area",
17400                 "opening_hours",
17401                 "capacity",
17402                 "takeaway",
17403                 "delivery",
17404                 "smoking"
17405             ],
17406             "suggestion": true
17407         },
17408         "amenity/restaurant/Mykonos": {
17409             "tags": {
17410                 "name": "Mykonos",
17411                 "amenity": "restaurant"
17412             },
17413             "name": "Mykonos",
17414             "icon": "restaurant",
17415             "geometry": [
17416                 "point",
17417                 "area"
17418             ],
17419             "fields": [
17420                 "cuisine",
17421                 "address",
17422                 "building_area",
17423                 "opening_hours",
17424                 "capacity",
17425                 "takeaway",
17426                 "delivery",
17427                 "smoking"
17428             ],
17429             "suggestion": true
17430         },
17431         "amenity/restaurant/Lotus": {
17432             "tags": {
17433                 "name": "Lotus",
17434                 "amenity": "restaurant"
17435             },
17436             "name": "Lotus",
17437             "icon": "restaurant",
17438             "geometry": [
17439                 "point",
17440                 "area"
17441             ],
17442             "fields": [
17443                 "cuisine",
17444                 "address",
17445                 "building_area",
17446                 "opening_hours",
17447                 "capacity",
17448                 "takeaway",
17449                 "delivery",
17450                 "smoking"
17451             ],
17452             "suggestion": true
17453         },
17454         "amenity/restaurant/Applebee's": {
17455             "tags": {
17456                 "name": "Applebee's",
17457                 "amenity": "restaurant"
17458             },
17459             "name": "Applebee's",
17460             "icon": "restaurant",
17461             "geometry": [
17462                 "point",
17463                 "area"
17464             ],
17465             "fields": [
17466                 "cuisine",
17467                 "address",
17468                 "building_area",
17469                 "opening_hours",
17470                 "capacity",
17471                 "takeaway",
17472                 "delivery",
17473                 "smoking"
17474             ],
17475             "suggestion": true
17476         },
17477         "amenity/restaurant/Flunch": {
17478             "tags": {
17479                 "name": "Flunch",
17480                 "amenity": "restaurant"
17481             },
17482             "name": "Flunch",
17483             "icon": "restaurant",
17484             "geometry": [
17485                 "point",
17486                 "area"
17487             ],
17488             "fields": [
17489                 "cuisine",
17490                 "address",
17491                 "building_area",
17492                 "opening_hours",
17493                 "capacity",
17494                 "takeaway",
17495                 "delivery",
17496                 "smoking"
17497             ],
17498             "suggestion": true
17499         },
17500         "amenity/restaurant/Zur Post": {
17501             "tags": {
17502                 "name": "Zur Post",
17503                 "amenity": "restaurant"
17504             },
17505             "name": "Zur Post",
17506             "icon": "restaurant",
17507             "geometry": [
17508                 "point",
17509                 "area"
17510             ],
17511             "fields": [
17512                 "cuisine",
17513                 "address",
17514                 "building_area",
17515                 "opening_hours",
17516                 "capacity",
17517                 "takeaway",
17518                 "delivery",
17519                 "smoking"
17520             ],
17521             "suggestion": true
17522         },
17523         "amenity/restaurant/China Town": {
17524             "tags": {
17525                 "name": "China Town",
17526                 "amenity": "restaurant"
17527             },
17528             "name": "China Town",
17529             "icon": "restaurant",
17530             "geometry": [
17531                 "point",
17532                 "area"
17533             ],
17534             "fields": [
17535                 "cuisine",
17536                 "address",
17537                 "building_area",
17538                 "opening_hours",
17539                 "capacity",
17540                 "takeaway",
17541                 "delivery",
17542                 "smoking"
17543             ],
17544             "suggestion": true
17545         },
17546         "amenity/restaurant/La Dolce Vita": {
17547             "tags": {
17548                 "name": "La Dolce Vita",
17549                 "amenity": "restaurant"
17550             },
17551             "name": "La Dolce Vita",
17552             "icon": "restaurant",
17553             "geometry": [
17554                 "point",
17555                 "area"
17556             ],
17557             "fields": [
17558                 "cuisine",
17559                 "address",
17560                 "building_area",
17561                 "opening_hours",
17562                 "capacity",
17563                 "takeaway",
17564                 "delivery",
17565                 "smoking"
17566             ],
17567             "suggestion": true
17568         },
17569         "amenity/restaurant/Waffle House": {
17570             "tags": {
17571                 "name": "Waffle House",
17572                 "amenity": "restaurant"
17573             },
17574             "name": "Waffle House",
17575             "icon": "restaurant",
17576             "geometry": [
17577                 "point",
17578                 "area"
17579             ],
17580             "fields": [
17581                 "cuisine",
17582                 "address",
17583                 "building_area",
17584                 "opening_hours",
17585                 "capacity",
17586                 "takeaway",
17587                 "delivery",
17588                 "smoking"
17589             ],
17590             "suggestion": true
17591         },
17592         "amenity/restaurant/Delphi": {
17593             "tags": {
17594                 "name": "Delphi",
17595                 "amenity": "restaurant"
17596             },
17597             "name": "Delphi",
17598             "icon": "restaurant",
17599             "geometry": [
17600                 "point",
17601                 "area"
17602             ],
17603             "fields": [
17604                 "cuisine",
17605                 "address",
17606                 "building_area",
17607                 "opening_hours",
17608                 "capacity",
17609                 "takeaway",
17610                 "delivery",
17611                 "smoking"
17612             ],
17613             "suggestion": true
17614         },
17615         "amenity/restaurant/Linde": {
17616             "tags": {
17617                 "name": "Linde",
17618                 "amenity": "restaurant"
17619             },
17620             "name": "Linde",
17621             "icon": "restaurant",
17622             "geometry": [
17623                 "point",
17624                 "area"
17625             ],
17626             "fields": [
17627                 "cuisine",
17628                 "address",
17629                 "building_area",
17630                 "opening_hours",
17631                 "capacity",
17632                 "takeaway",
17633                 "delivery",
17634                 "smoking"
17635             ],
17636             "suggestion": true
17637         },
17638         "amenity/restaurant/Outback Steakhouse": {
17639             "tags": {
17640                 "name": "Outback Steakhouse",
17641                 "amenity": "restaurant"
17642             },
17643             "name": "Outback Steakhouse",
17644             "icon": "restaurant",
17645             "geometry": [
17646                 "point",
17647                 "area"
17648             ],
17649             "fields": [
17650                 "cuisine",
17651                 "address",
17652                 "building_area",
17653                 "opening_hours",
17654                 "capacity",
17655                 "takeaway",
17656                 "delivery",
17657                 "smoking"
17658             ],
17659             "suggestion": true
17660         },
17661         "amenity/restaurant/Dionysos": {
17662             "tags": {
17663                 "name": "Dionysos",
17664                 "amenity": "restaurant"
17665             },
17666             "name": "Dionysos",
17667             "icon": "restaurant",
17668             "geometry": [
17669                 "point",
17670                 "area"
17671             ],
17672             "fields": [
17673                 "cuisine",
17674                 "address",
17675                 "building_area",
17676                 "opening_hours",
17677                 "capacity",
17678                 "takeaway",
17679                 "delivery",
17680                 "smoking"
17681             ],
17682             "suggestion": true
17683         },
17684         "amenity/restaurant/Kelsey's": {
17685             "tags": {
17686                 "name": "Kelsey's",
17687                 "amenity": "restaurant"
17688             },
17689             "name": "Kelsey's",
17690             "icon": "restaurant",
17691             "geometry": [
17692                 "point",
17693                 "area"
17694             ],
17695             "fields": [
17696                 "cuisine",
17697                 "address",
17698                 "building_area",
17699                 "opening_hours",
17700                 "capacity",
17701                 "takeaway",
17702                 "delivery",
17703                 "smoking"
17704             ],
17705             "suggestion": true
17706         },
17707         "amenity/restaurant/Boston Pizza": {
17708             "tags": {
17709                 "name": "Boston Pizza",
17710                 "amenity": "restaurant"
17711             },
17712             "name": "Boston Pizza",
17713             "icon": "restaurant",
17714             "geometry": [
17715                 "point",
17716                 "area"
17717             ],
17718             "fields": [
17719                 "cuisine",
17720                 "address",
17721                 "building_area",
17722                 "opening_hours",
17723                 "capacity",
17724                 "takeaway",
17725                 "delivery",
17726                 "smoking"
17727             ],
17728             "suggestion": true
17729         },
17730         "amenity/restaurant/Bella Italia": {
17731             "tags": {
17732                 "name": "Bella Italia",
17733                 "amenity": "restaurant"
17734             },
17735             "name": "Bella Italia",
17736             "icon": "restaurant",
17737             "geometry": [
17738                 "point",
17739                 "area"
17740             ],
17741             "fields": [
17742                 "cuisine",
17743                 "address",
17744                 "building_area",
17745                 "opening_hours",
17746                 "capacity",
17747                 "takeaway",
17748                 "delivery",
17749                 "smoking"
17750             ],
17751             "suggestion": true
17752         },
17753         "amenity/restaurant/Sizzler": {
17754             "tags": {
17755                 "name": "Sizzler",
17756                 "amenity": "restaurant"
17757             },
17758             "name": "Sizzler",
17759             "icon": "restaurant",
17760             "geometry": [
17761                 "point",
17762                 "area"
17763             ],
17764             "fields": [
17765                 "cuisine",
17766                 "address",
17767                 "building_area",
17768                 "opening_hours",
17769                 "capacity",
17770                 "takeaway",
17771                 "delivery",
17772                 "smoking"
17773             ],
17774             "suggestion": true
17775         },
17776         "amenity/restaurant/Grüner Baum": {
17777             "tags": {
17778                 "name": "Grüner Baum",
17779                 "amenity": "restaurant"
17780             },
17781             "name": "Grüner Baum",
17782             "icon": "restaurant",
17783             "geometry": [
17784                 "point",
17785                 "area"
17786             ],
17787             "fields": [
17788                 "cuisine",
17789                 "address",
17790                 "building_area",
17791                 "opening_hours",
17792                 "capacity",
17793                 "takeaway",
17794                 "delivery",
17795                 "smoking"
17796             ],
17797             "suggestion": true
17798         },
17799         "amenity/restaurant/Taj Mahal": {
17800             "tags": {
17801                 "name": "Taj Mahal",
17802                 "amenity": "restaurant"
17803             },
17804             "name": "Taj Mahal",
17805             "icon": "restaurant",
17806             "geometry": [
17807                 "point",
17808                 "area"
17809             ],
17810             "fields": [
17811                 "cuisine",
17812                 "address",
17813                 "building_area",
17814                 "opening_hours",
17815                 "capacity",
17816                 "takeaway",
17817                 "delivery",
17818                 "smoking"
17819             ],
17820             "suggestion": true
17821         },
17822         "amenity/restaurant/Rössli": {
17823             "tags": {
17824                 "name": "Rössli",
17825                 "amenity": "restaurant"
17826             },
17827             "name": "Rössli",
17828             "icon": "restaurant",
17829             "geometry": [
17830                 "point",
17831                 "area"
17832             ],
17833             "fields": [
17834                 "cuisine",
17835                 "address",
17836                 "building_area",
17837                 "opening_hours",
17838                 "capacity",
17839                 "takeaway",
17840                 "delivery",
17841                 "smoking"
17842             ],
17843             "suggestion": true
17844         },
17845         "amenity/restaurant/Traube": {
17846             "tags": {
17847                 "name": "Traube",
17848                 "amenity": "restaurant"
17849             },
17850             "name": "Traube",
17851             "icon": "restaurant",
17852             "geometry": [
17853                 "point",
17854                 "area"
17855             ],
17856             "fields": [
17857                 "cuisine",
17858                 "address",
17859                 "building_area",
17860                 "opening_hours",
17861                 "capacity",
17862                 "takeaway",
17863                 "delivery",
17864                 "smoking"
17865             ],
17866             "suggestion": true
17867         },
17868         "amenity/restaurant/Adria": {
17869             "tags": {
17870                 "name": "Adria",
17871                 "amenity": "restaurant"
17872             },
17873             "name": "Adria",
17874             "icon": "restaurant",
17875             "geometry": [
17876                 "point",
17877                 "area"
17878             ],
17879             "fields": [
17880                 "cuisine",
17881                 "address",
17882                 "building_area",
17883                 "opening_hours",
17884                 "capacity",
17885                 "takeaway",
17886                 "delivery",
17887                 "smoking"
17888             ],
17889             "suggestion": true
17890         },
17891         "amenity/restaurant/Red Robin": {
17892             "tags": {
17893                 "name": "Red Robin",
17894                 "amenity": "restaurant"
17895             },
17896             "name": "Red Robin",
17897             "icon": "restaurant",
17898             "geometry": [
17899                 "point",
17900                 "area"
17901             ],
17902             "fields": [
17903                 "cuisine",
17904                 "address",
17905                 "building_area",
17906                 "opening_hours",
17907                 "capacity",
17908                 "takeaway",
17909                 "delivery",
17910                 "smoking"
17911             ],
17912             "suggestion": true
17913         },
17914         "amenity/restaurant/Roma": {
17915             "tags": {
17916                 "name": "Roma",
17917                 "amenity": "restaurant"
17918             },
17919             "name": "Roma",
17920             "icon": "restaurant",
17921             "geometry": [
17922                 "point",
17923                 "area"
17924             ],
17925             "fields": [
17926                 "cuisine",
17927                 "address",
17928                 "building_area",
17929                 "opening_hours",
17930                 "capacity",
17931                 "takeaway",
17932                 "delivery",
17933                 "smoking"
17934             ],
17935             "suggestion": true
17936         },
17937         "amenity/restaurant/San Marco": {
17938             "tags": {
17939                 "name": "San Marco",
17940                 "amenity": "restaurant"
17941             },
17942             "name": "San Marco",
17943             "icon": "restaurant",
17944             "geometry": [
17945                 "point",
17946                 "area"
17947             ],
17948             "fields": [
17949                 "cuisine",
17950                 "address",
17951                 "building_area",
17952                 "opening_hours",
17953                 "capacity",
17954                 "takeaway",
17955                 "delivery",
17956                 "smoking"
17957             ],
17958             "suggestion": true
17959         },
17960         "amenity/restaurant/Hellas": {
17961             "tags": {
17962                 "name": "Hellas",
17963                 "amenity": "restaurant"
17964             },
17965             "name": "Hellas",
17966             "icon": "restaurant",
17967             "geometry": [
17968                 "point",
17969                 "area"
17970             ],
17971             "fields": [
17972                 "cuisine",
17973                 "address",
17974                 "building_area",
17975                 "opening_hours",
17976                 "capacity",
17977                 "takeaway",
17978                 "delivery",
17979                 "smoking"
17980             ],
17981             "suggestion": true
17982         },
17983         "amenity/restaurant/La Perla": {
17984             "tags": {
17985                 "name": "La Perla",
17986                 "amenity": "restaurant"
17987             },
17988             "name": "La Perla",
17989             "icon": "restaurant",
17990             "geometry": [
17991                 "point",
17992                 "area"
17993             ],
17994             "fields": [
17995                 "cuisine",
17996                 "address",
17997                 "building_area",
17998                 "opening_hours",
17999                 "capacity",
18000                 "takeaway",
18001                 "delivery",
18002                 "smoking"
18003             ],
18004             "suggestion": true
18005         },
18006         "amenity/restaurant/Vips": {
18007             "tags": {
18008                 "name": "Vips",
18009                 "amenity": "restaurant"
18010             },
18011             "name": "Vips",
18012             "icon": "restaurant",
18013             "geometry": [
18014                 "point",
18015                 "area"
18016             ],
18017             "fields": [
18018                 "cuisine",
18019                 "address",
18020                 "building_area",
18021                 "opening_hours",
18022                 "capacity",
18023                 "takeaway",
18024                 "delivery",
18025                 "smoking"
18026             ],
18027             "suggestion": true
18028         },
18029         "amenity/restaurant/Panera Bread": {
18030             "tags": {
18031                 "name": "Panera Bread",
18032                 "amenity": "restaurant"
18033             },
18034             "name": "Panera Bread",
18035             "icon": "restaurant",
18036             "geometry": [
18037                 "point",
18038                 "area"
18039             ],
18040             "fields": [
18041                 "cuisine",
18042                 "address",
18043                 "building_area",
18044                 "opening_hours",
18045                 "capacity",
18046                 "takeaway",
18047                 "delivery",
18048                 "smoking"
18049             ],
18050             "suggestion": true
18051         },
18052         "amenity/restaurant/Da Vinci": {
18053             "tags": {
18054                 "name": "Da Vinci",
18055                 "amenity": "restaurant"
18056             },
18057             "name": "Da Vinci",
18058             "icon": "restaurant",
18059             "geometry": [
18060                 "point",
18061                 "area"
18062             ],
18063             "fields": [
18064                 "cuisine",
18065                 "address",
18066                 "building_area",
18067                 "opening_hours",
18068                 "capacity",
18069                 "takeaway",
18070                 "delivery",
18071                 "smoking"
18072             ],
18073             "suggestion": true
18074         },
18075         "amenity/restaurant/Hippopotamus": {
18076             "tags": {
18077                 "name": "Hippopotamus",
18078                 "amenity": "restaurant"
18079             },
18080             "name": "Hippopotamus",
18081             "icon": "restaurant",
18082             "geometry": [
18083                 "point",
18084                 "area"
18085             ],
18086             "fields": [
18087                 "cuisine",
18088                 "address",
18089                 "building_area",
18090                 "opening_hours",
18091                 "capacity",
18092                 "takeaway",
18093                 "delivery",
18094                 "smoking"
18095             ],
18096             "suggestion": true
18097         },
18098         "amenity/restaurant/Prezzo": {
18099             "tags": {
18100                 "name": "Prezzo",
18101                 "amenity": "restaurant"
18102             },
18103             "name": "Prezzo",
18104             "icon": "restaurant",
18105             "geometry": [
18106                 "point",
18107                 "area"
18108             ],
18109             "fields": [
18110                 "cuisine",
18111                 "address",
18112                 "building_area",
18113                 "opening_hours",
18114                 "capacity",
18115                 "takeaway",
18116                 "delivery",
18117                 "smoking"
18118             ],
18119             "suggestion": true
18120         },
18121         "amenity/restaurant/Courtepaille": {
18122             "tags": {
18123                 "name": "Courtepaille",
18124                 "amenity": "restaurant"
18125             },
18126             "name": "Courtepaille",
18127             "icon": "restaurant",
18128             "geometry": [
18129                 "point",
18130                 "area"
18131             ],
18132             "fields": [
18133                 "cuisine",
18134                 "address",
18135                 "building_area",
18136                 "opening_hours",
18137                 "capacity",
18138                 "takeaway",
18139                 "delivery",
18140                 "smoking"
18141             ],
18142             "suggestion": true
18143         },
18144         "amenity/restaurant/Hard Rock Cafe": {
18145             "tags": {
18146                 "name": "Hard Rock Cafe",
18147                 "amenity": "restaurant"
18148             },
18149             "name": "Hard Rock Cafe",
18150             "icon": "restaurant",
18151             "geometry": [
18152                 "point",
18153                 "area"
18154             ],
18155             "fields": [
18156                 "cuisine",
18157                 "address",
18158                 "building_area",
18159                 "opening_hours",
18160                 "capacity",
18161                 "takeaway",
18162                 "delivery",
18163                 "smoking"
18164             ],
18165             "suggestion": true
18166         },
18167         "amenity/restaurant/Panorama": {
18168             "tags": {
18169                 "name": "Panorama",
18170                 "amenity": "restaurant"
18171             },
18172             "name": "Panorama",
18173             "icon": "restaurant",
18174             "geometry": [
18175                 "point",
18176                 "area"
18177             ],
18178             "fields": [
18179                 "cuisine",
18180                 "address",
18181                 "building_area",
18182                 "opening_hours",
18183                 "capacity",
18184                 "takeaway",
18185                 "delivery",
18186                 "smoking"
18187             ],
18188             "suggestion": true
18189         },
18190         "amenity/restaurant/デニーズ": {
18191             "tags": {
18192                 "name": "デニーズ",
18193                 "amenity": "restaurant"
18194             },
18195             "name": "デニーズ",
18196             "icon": "restaurant",
18197             "geometry": [
18198                 "point",
18199                 "area"
18200             ],
18201             "fields": [
18202                 "cuisine",
18203                 "address",
18204                 "building_area",
18205                 "opening_hours",
18206                 "capacity",
18207                 "takeaway",
18208                 "delivery",
18209                 "smoking"
18210             ],
18211             "suggestion": true
18212         },
18213         "amenity/restaurant/Sportheim": {
18214             "tags": {
18215                 "name": "Sportheim",
18216                 "amenity": "restaurant"
18217             },
18218             "name": "Sportheim",
18219             "icon": "restaurant",
18220             "geometry": [
18221                 "point",
18222                 "area"
18223             ],
18224             "fields": [
18225                 "cuisine",
18226                 "address",
18227                 "building_area",
18228                 "opening_hours",
18229                 "capacity",
18230                 "takeaway",
18231                 "delivery",
18232                 "smoking"
18233             ],
18234             "suggestion": true
18235         },
18236         "amenity/restaurant/餃子の王将": {
18237             "tags": {
18238                 "name": "餃子の王将",
18239                 "amenity": "restaurant"
18240             },
18241             "name": "餃子の王将",
18242             "icon": "restaurant",
18243             "geometry": [
18244                 "point",
18245                 "area"
18246             ],
18247             "fields": [
18248                 "cuisine",
18249                 "address",
18250                 "building_area",
18251                 "opening_hours",
18252                 "capacity",
18253                 "takeaway",
18254                 "delivery",
18255                 "smoking"
18256             ],
18257             "suggestion": true
18258         },
18259         "amenity/restaurant/Bären": {
18260             "tags": {
18261                 "name": "Bären",
18262                 "amenity": "restaurant"
18263             },
18264             "name": "Bären",
18265             "icon": "restaurant",
18266             "geometry": [
18267                 "point",
18268                 "area"
18269             ],
18270             "fields": [
18271                 "cuisine",
18272                 "address",
18273                 "building_area",
18274                 "opening_hours",
18275                 "capacity",
18276                 "takeaway",
18277                 "delivery",
18278                 "smoking"
18279             ],
18280             "suggestion": true
18281         },
18282         "amenity/restaurant/Alte Post": {
18283             "tags": {
18284                 "name": "Alte Post",
18285                 "amenity": "restaurant"
18286             },
18287             "name": "Alte Post",
18288             "icon": "restaurant",
18289             "geometry": [
18290                 "point",
18291                 "area"
18292             ],
18293             "fields": [
18294                 "cuisine",
18295                 "address",
18296                 "building_area",
18297                 "opening_hours",
18298                 "capacity",
18299                 "takeaway",
18300                 "delivery",
18301                 "smoking"
18302             ],
18303             "suggestion": true
18304         },
18305         "amenity/restaurant/Pizzeria Roma": {
18306             "tags": {
18307                 "name": "Pizzeria Roma",
18308                 "amenity": "restaurant"
18309             },
18310             "name": "Pizzeria Roma",
18311             "icon": "restaurant",
18312             "geometry": [
18313                 "point",
18314                 "area"
18315             ],
18316             "fields": [
18317                 "cuisine",
18318                 "address",
18319                 "building_area",
18320                 "opening_hours",
18321                 "capacity",
18322                 "takeaway",
18323                 "delivery",
18324                 "smoking"
18325             ],
18326             "suggestion": true
18327         },
18328         "amenity/restaurant/China Garden": {
18329             "tags": {
18330                 "name": "China Garden",
18331                 "amenity": "restaurant"
18332             },
18333             "name": "China Garden",
18334             "icon": "restaurant",
18335             "geometry": [
18336                 "point",
18337                 "area"
18338             ],
18339             "fields": [
18340                 "cuisine",
18341                 "address",
18342                 "building_area",
18343                 "opening_hours",
18344                 "capacity",
18345                 "takeaway",
18346                 "delivery",
18347                 "smoking"
18348             ],
18349             "suggestion": true
18350         },
18351         "amenity/restaurant/Vapiano": {
18352             "tags": {
18353                 "name": "Vapiano",
18354                 "amenity": "restaurant"
18355             },
18356             "name": "Vapiano",
18357             "icon": "restaurant",
18358             "geometry": [
18359                 "point",
18360                 "area"
18361             ],
18362             "fields": [
18363                 "cuisine",
18364                 "address",
18365                 "building_area",
18366                 "opening_hours",
18367                 "capacity",
18368                 "takeaway",
18369                 "delivery",
18370                 "smoking"
18371             ],
18372             "suggestion": true
18373         },
18374         "amenity/restaurant/Mamma Mia": {
18375             "tags": {
18376                 "name": "Mamma Mia",
18377                 "amenity": "restaurant"
18378             },
18379             "name": "Mamma Mia",
18380             "icon": "restaurant",
18381             "geometry": [
18382                 "point",
18383                 "area"
18384             ],
18385             "fields": [
18386                 "cuisine",
18387                 "address",
18388                 "building_area",
18389                 "opening_hours",
18390                 "capacity",
18391                 "takeaway",
18392                 "delivery",
18393                 "smoking"
18394             ],
18395             "suggestion": true
18396         },
18397         "amenity/restaurant/Schwarzer Adler": {
18398             "tags": {
18399                 "name": "Schwarzer Adler",
18400                 "amenity": "restaurant"
18401             },
18402             "name": "Schwarzer Adler",
18403             "icon": "restaurant",
18404             "geometry": [
18405                 "point",
18406                 "area"
18407             ],
18408             "fields": [
18409                 "cuisine",
18410                 "address",
18411                 "building_area",
18412                 "opening_hours",
18413                 "capacity",
18414                 "takeaway",
18415                 "delivery",
18416                 "smoking"
18417             ],
18418             "suggestion": true
18419         },
18420         "amenity/restaurant/IHOP": {
18421             "tags": {
18422                 "name": "IHOP",
18423                 "amenity": "restaurant"
18424             },
18425             "name": "IHOP",
18426             "icon": "restaurant",
18427             "geometry": [
18428                 "point",
18429                 "area"
18430             ],
18431             "fields": [
18432                 "cuisine",
18433                 "address",
18434                 "building_area",
18435                 "opening_hours",
18436                 "capacity",
18437                 "takeaway",
18438                 "delivery",
18439                 "smoking"
18440             ],
18441             "suggestion": true
18442         },
18443         "amenity/restaurant/Chili's": {
18444             "tags": {
18445                 "name": "Chili's",
18446                 "amenity": "restaurant"
18447             },
18448             "name": "Chili's",
18449             "icon": "restaurant",
18450             "geometry": [
18451                 "point",
18452                 "area"
18453             ],
18454             "fields": [
18455                 "cuisine",
18456                 "address",
18457                 "building_area",
18458                 "opening_hours",
18459                 "capacity",
18460                 "takeaway",
18461                 "delivery",
18462                 "smoking"
18463             ],
18464             "suggestion": true
18465         },
18466         "amenity/restaurant/Asia": {
18467             "tags": {
18468                 "name": "Asia",
18469                 "amenity": "restaurant"
18470             },
18471             "name": "Asia",
18472             "icon": "restaurant",
18473             "geometry": [
18474                 "point",
18475                 "area"
18476             ],
18477             "fields": [
18478                 "cuisine",
18479                 "address",
18480                 "building_area",
18481                 "opening_hours",
18482                 "capacity",
18483                 "takeaway",
18484                 "delivery",
18485                 "smoking"
18486             ],
18487             "suggestion": true
18488         },
18489         "amenity/restaurant/Olive Garden": {
18490             "tags": {
18491                 "name": "Olive Garden",
18492                 "amenity": "restaurant"
18493             },
18494             "name": "Olive Garden",
18495             "icon": "restaurant",
18496             "geometry": [
18497                 "point",
18498                 "area"
18499             ],
18500             "fields": [
18501                 "cuisine",
18502                 "address",
18503                 "building_area",
18504                 "opening_hours",
18505                 "capacity",
18506                 "takeaway",
18507                 "delivery",
18508                 "smoking"
18509             ],
18510             "suggestion": true
18511         },
18512         "amenity/restaurant/TGI Friday's": {
18513             "tags": {
18514                 "name": "TGI Friday's",
18515                 "amenity": "restaurant"
18516             },
18517             "name": "TGI Friday's",
18518             "icon": "restaurant",
18519             "geometry": [
18520                 "point",
18521                 "area"
18522             ],
18523             "fields": [
18524                 "cuisine",
18525                 "address",
18526                 "building_area",
18527                 "opening_hours",
18528                 "capacity",
18529                 "takeaway",
18530                 "delivery",
18531                 "smoking"
18532             ],
18533             "suggestion": true
18534         },
18535         "amenity/restaurant/Friendly's": {
18536             "tags": {
18537                 "name": "Friendly's",
18538                 "amenity": "restaurant"
18539             },
18540             "name": "Friendly's",
18541             "icon": "restaurant",
18542             "geometry": [
18543                 "point",
18544                 "area"
18545             ],
18546             "fields": [
18547                 "cuisine",
18548                 "address",
18549                 "building_area",
18550                 "opening_hours",
18551                 "capacity",
18552                 "takeaway",
18553                 "delivery",
18554                 "smoking"
18555             ],
18556             "suggestion": true
18557         },
18558         "amenity/restaurant/Buffalo Grill": {
18559             "tags": {
18560                 "name": "Buffalo Grill",
18561                 "amenity": "restaurant"
18562             },
18563             "name": "Buffalo Grill",
18564             "icon": "restaurant",
18565             "geometry": [
18566                 "point",
18567                 "area"
18568             ],
18569             "fields": [
18570                 "cuisine",
18571                 "address",
18572                 "building_area",
18573                 "opening_hours",
18574                 "capacity",
18575                 "takeaway",
18576                 "delivery",
18577                 "smoking"
18578             ],
18579             "suggestion": true
18580         },
18581         "amenity/restaurant/Texas Roadhouse": {
18582             "tags": {
18583                 "name": "Texas Roadhouse",
18584                 "amenity": "restaurant"
18585             },
18586             "name": "Texas Roadhouse",
18587             "icon": "restaurant",
18588             "geometry": [
18589                 "point",
18590                 "area"
18591             ],
18592             "fields": [
18593                 "cuisine",
18594                 "address",
18595                 "building_area",
18596                 "opening_hours",
18597                 "capacity",
18598                 "takeaway",
18599                 "delivery",
18600                 "smoking"
18601             ],
18602             "suggestion": true
18603         },
18604         "amenity/restaurant/ガスト": {
18605             "tags": {
18606                 "name": "ガスト",
18607                 "name:en": "Gusto",
18608                 "amenity": "restaurant"
18609             },
18610             "name": "ガスト",
18611             "icon": "restaurant",
18612             "geometry": [
18613                 "point",
18614                 "area"
18615             ],
18616             "fields": [
18617                 "cuisine",
18618                 "address",
18619                 "building_area",
18620                 "opening_hours",
18621                 "capacity",
18622                 "takeaway",
18623                 "delivery",
18624                 "smoking"
18625             ],
18626             "suggestion": true
18627         },
18628         "amenity/restaurant/Sakura": {
18629             "tags": {
18630                 "name": "Sakura",
18631                 "amenity": "restaurant"
18632             },
18633             "name": "Sakura",
18634             "icon": "restaurant",
18635             "geometry": [
18636                 "point",
18637                 "area"
18638             ],
18639             "fields": [
18640                 "cuisine",
18641                 "address",
18642                 "building_area",
18643                 "opening_hours",
18644                 "capacity",
18645                 "takeaway",
18646                 "delivery",
18647                 "smoking"
18648             ],
18649             "suggestion": true
18650         },
18651         "amenity/restaurant/Mensa": {
18652             "tags": {
18653                 "name": "Mensa",
18654                 "amenity": "restaurant"
18655             },
18656             "name": "Mensa",
18657             "icon": "restaurant",
18658             "geometry": [
18659                 "point",
18660                 "area"
18661             ],
18662             "fields": [
18663                 "cuisine",
18664                 "address",
18665                 "building_area",
18666                 "opening_hours",
18667                 "capacity",
18668                 "takeaway",
18669                 "delivery",
18670                 "smoking"
18671             ],
18672             "suggestion": true
18673         },
18674         "amenity/restaurant/The Keg": {
18675             "tags": {
18676                 "name": "The Keg",
18677                 "amenity": "restaurant"
18678             },
18679             "name": "The Keg",
18680             "icon": "restaurant",
18681             "geometry": [
18682                 "point",
18683                 "area"
18684             ],
18685             "fields": [
18686                 "cuisine",
18687                 "address",
18688                 "building_area",
18689                 "opening_hours",
18690                 "capacity",
18691                 "takeaway",
18692                 "delivery",
18693                 "smoking"
18694             ],
18695             "suggestion": true
18696         },
18697         "amenity/restaurant/サイゼリヤ": {
18698             "tags": {
18699                 "name": "サイゼリヤ",
18700                 "amenity": "restaurant"
18701             },
18702             "name": "サイゼリヤ",
18703             "icon": "restaurant",
18704             "geometry": [
18705                 "point",
18706                 "area"
18707             ],
18708             "fields": [
18709                 "cuisine",
18710                 "address",
18711                 "building_area",
18712                 "opening_hours",
18713                 "capacity",
18714                 "takeaway",
18715                 "delivery",
18716                 "smoking"
18717             ],
18718             "suggestion": true
18719         },
18720         "amenity/restaurant/La Strada": {
18721             "tags": {
18722                 "name": "La Strada",
18723                 "amenity": "restaurant"
18724             },
18725             "name": "La Strada",
18726             "icon": "restaurant",
18727             "geometry": [
18728                 "point",
18729                 "area"
18730             ],
18731             "fields": [
18732                 "cuisine",
18733                 "address",
18734                 "building_area",
18735                 "opening_hours",
18736                 "capacity",
18737                 "takeaway",
18738                 "delivery",
18739                 "smoking"
18740             ],
18741             "suggestion": true
18742         },
18743         "amenity/restaurant/Village Inn": {
18744             "tags": {
18745                 "name": "Village Inn",
18746                 "amenity": "restaurant"
18747             },
18748             "name": "Village Inn",
18749             "icon": "restaurant",
18750             "geometry": [
18751                 "point",
18752                 "area"
18753             ],
18754             "fields": [
18755                 "cuisine",
18756                 "address",
18757                 "building_area",
18758                 "opening_hours",
18759                 "capacity",
18760                 "takeaway",
18761                 "delivery",
18762                 "smoking"
18763             ],
18764             "suggestion": true
18765         },
18766         "amenity/restaurant/Buffalo Wild Wings": {
18767             "tags": {
18768                 "name": "Buffalo Wild Wings",
18769                 "amenity": "restaurant"
18770             },
18771             "name": "Buffalo Wild Wings",
18772             "icon": "restaurant",
18773             "geometry": [
18774                 "point",
18775                 "area"
18776             ],
18777             "fields": [
18778                 "cuisine",
18779                 "address",
18780                 "building_area",
18781                 "opening_hours",
18782                 "capacity",
18783                 "takeaway",
18784                 "delivery",
18785                 "smoking"
18786             ],
18787             "suggestion": true
18788         },
18789         "amenity/restaurant/Peking": {
18790             "tags": {
18791                 "name": "Peking",
18792                 "amenity": "restaurant"
18793             },
18794             "name": "Peking",
18795             "icon": "restaurant",
18796             "geometry": [
18797                 "point",
18798                 "area"
18799             ],
18800             "fields": [
18801                 "cuisine",
18802                 "address",
18803                 "building_area",
18804                 "opening_hours",
18805                 "capacity",
18806                 "takeaway",
18807                 "delivery",
18808                 "smoking"
18809             ],
18810             "suggestion": true
18811         },
18812         "amenity/restaurant/Round Table Pizza": {
18813             "tags": {
18814                 "name": "Round Table Pizza",
18815                 "amenity": "restaurant"
18816             },
18817             "name": "Round Table Pizza",
18818             "icon": "restaurant",
18819             "geometry": [
18820                 "point",
18821                 "area"
18822             ],
18823             "fields": [
18824                 "cuisine",
18825                 "address",
18826                 "building_area",
18827                 "opening_hours",
18828                 "capacity",
18829                 "takeaway",
18830                 "delivery",
18831                 "smoking"
18832             ],
18833             "suggestion": true
18834         },
18835         "amenity/restaurant/California Pizza Kitchen": {
18836             "tags": {
18837                 "name": "California Pizza Kitchen",
18838                 "amenity": "restaurant"
18839             },
18840             "name": "California Pizza Kitchen",
18841             "icon": "restaurant",
18842             "geometry": [
18843                 "point",
18844                 "area"
18845             ],
18846             "fields": [
18847                 "cuisine",
18848                 "address",
18849                 "building_area",
18850                 "opening_hours",
18851                 "capacity",
18852                 "takeaway",
18853                 "delivery",
18854                 "smoking"
18855             ],
18856             "suggestion": true
18857         },
18858         "amenity/restaurant/Якитория": {
18859             "tags": {
18860                 "name": "Якитория",
18861                 "amenity": "restaurant"
18862             },
18863             "name": "Якитория",
18864             "icon": "restaurant",
18865             "geometry": [
18866                 "point",
18867                 "area"
18868             ],
18869             "fields": [
18870                 "cuisine",
18871                 "address",
18872                 "building_area",
18873                 "opening_hours",
18874                 "capacity",
18875                 "takeaway",
18876                 "delivery",
18877                 "smoking"
18878             ],
18879             "suggestion": true
18880         },
18881         "amenity/restaurant/Golden Corral": {
18882             "tags": {
18883                 "name": "Golden Corral",
18884                 "amenity": "restaurant"
18885             },
18886             "name": "Golden Corral",
18887             "icon": "restaurant",
18888             "geometry": [
18889                 "point",
18890                 "area"
18891             ],
18892             "fields": [
18893                 "cuisine",
18894                 "address",
18895                 "building_area",
18896                 "opening_hours",
18897                 "capacity",
18898                 "takeaway",
18899                 "delivery",
18900                 "smoking"
18901             ],
18902             "suggestion": true
18903         },
18904         "amenity/restaurant/Perkins": {
18905             "tags": {
18906                 "name": "Perkins",
18907                 "amenity": "restaurant"
18908             },
18909             "name": "Perkins",
18910             "icon": "restaurant",
18911             "geometry": [
18912                 "point",
18913                 "area"
18914             ],
18915             "fields": [
18916                 "cuisine",
18917                 "address",
18918                 "building_area",
18919                 "opening_hours",
18920                 "capacity",
18921                 "takeaway",
18922                 "delivery",
18923                 "smoking"
18924             ],
18925             "suggestion": true
18926         },
18927         "amenity/restaurant/Ruby Tuesday": {
18928             "tags": {
18929                 "name": "Ruby Tuesday",
18930                 "amenity": "restaurant"
18931             },
18932             "name": "Ruby Tuesday",
18933             "icon": "restaurant",
18934             "geometry": [
18935                 "point",
18936                 "area"
18937             ],
18938             "fields": [
18939                 "cuisine",
18940                 "address",
18941                 "building_area",
18942                 "opening_hours",
18943                 "capacity",
18944                 "takeaway",
18945                 "delivery",
18946                 "smoking"
18947             ],
18948             "suggestion": true
18949         },
18950         "amenity/restaurant/Shari's": {
18951             "tags": {
18952                 "name": "Shari's",
18953                 "amenity": "restaurant"
18954             },
18955             "name": "Shari's",
18956             "icon": "restaurant",
18957             "geometry": [
18958                 "point",
18959                 "area"
18960             ],
18961             "fields": [
18962                 "cuisine",
18963                 "address",
18964                 "building_area",
18965                 "opening_hours",
18966                 "capacity",
18967                 "takeaway",
18968                 "delivery",
18969                 "smoking"
18970             ],
18971             "suggestion": true
18972         },
18973         "amenity/restaurant/Bob Evans": {
18974             "tags": {
18975                 "name": "Bob Evans",
18976                 "amenity": "restaurant"
18977             },
18978             "name": "Bob Evans",
18979             "icon": "restaurant",
18980             "geometry": [
18981                 "point",
18982                 "area"
18983             ],
18984             "fields": [
18985                 "cuisine",
18986                 "address",
18987                 "building_area",
18988                 "opening_hours",
18989                 "capacity",
18990                 "takeaway",
18991                 "delivery",
18992                 "smoking"
18993             ],
18994             "suggestion": true
18995         },
18996         "amenity/restaurant/바다횟집 (Bada Fish Restaurant)": {
18997             "tags": {
18998                 "name": "바다횟집 (Bada Fish Restaurant)",
18999                 "amenity": "restaurant"
19000             },
19001             "name": "바다횟집 (Bada Fish Restaurant)",
19002             "icon": "restaurant",
19003             "geometry": [
19004                 "point",
19005                 "area"
19006             ],
19007             "fields": [
19008                 "cuisine",
19009                 "address",
19010                 "building_area",
19011                 "opening_hours",
19012                 "capacity",
19013                 "takeaway",
19014                 "delivery",
19015                 "smoking"
19016             ],
19017             "suggestion": true
19018         },
19019         "amenity/restaurant/Mang Inasal": {
19020             "tags": {
19021                 "name": "Mang Inasal",
19022                 "amenity": "restaurant"
19023             },
19024             "name": "Mang Inasal",
19025             "icon": "restaurant",
19026             "geometry": [
19027                 "point",
19028                 "area"
19029             ],
19030             "fields": [
19031                 "cuisine",
19032                 "address",
19033                 "building_area",
19034                 "opening_hours",
19035                 "capacity",
19036                 "takeaway",
19037                 "delivery",
19038                 "smoking"
19039             ],
19040             "suggestion": true
19041         },
19042         "amenity/restaurant/Евразия": {
19043             "tags": {
19044                 "name": "Евразия",
19045                 "amenity": "restaurant"
19046             },
19047             "name": "Евразия",
19048             "icon": "restaurant",
19049             "geometry": [
19050                 "point",
19051                 "area"
19052             ],
19053             "fields": [
19054                 "cuisine",
19055                 "address",
19056                 "building_area",
19057                 "opening_hours",
19058                 "capacity",
19059                 "takeaway",
19060                 "delivery",
19061                 "smoking"
19062             ],
19063             "suggestion": true
19064         },
19065         "amenity/restaurant/ジョナサン": {
19066             "tags": {
19067                 "name": "ジョナサン",
19068                 "amenity": "restaurant"
19069             },
19070             "name": "ジョナサン",
19071             "icon": "restaurant",
19072             "geometry": [
19073                 "point",
19074                 "area"
19075             ],
19076             "fields": [
19077                 "cuisine",
19078                 "address",
19079                 "building_area",
19080                 "opening_hours",
19081                 "capacity",
19082                 "takeaway",
19083                 "delivery",
19084                 "smoking"
19085             ],
19086             "suggestion": true
19087         },
19088         "amenity/restaurant/Longhorn Steakhouse": {
19089             "tags": {
19090                 "name": "Longhorn Steakhouse",
19091                 "amenity": "restaurant"
19092             },
19093             "name": "Longhorn Steakhouse",
19094             "icon": "restaurant",
19095             "geometry": [
19096                 "point",
19097                 "area"
19098             ],
19099             "fields": [
19100                 "cuisine",
19101                 "address",
19102                 "building_area",
19103                 "opening_hours",
19104                 "capacity",
19105                 "takeaway",
19106                 "delivery",
19107                 "smoking"
19108             ],
19109             "suggestion": true
19110         },
19111         "amenity/bank/Chase": {
19112             "tags": {
19113                 "name": "Chase",
19114                 "amenity": "bank"
19115             },
19116             "name": "Chase",
19117             "icon": "bank",
19118             "geometry": [
19119                 "point",
19120                 "area"
19121             ],
19122             "fields": [
19123                 "atm",
19124                 "operator",
19125                 "address",
19126                 "building_area",
19127                 "opening_hours",
19128                 "drive_through"
19129             ],
19130             "suggestion": true
19131         },
19132         "amenity/bank/Commonwealth Bank": {
19133             "tags": {
19134                 "name": "Commonwealth Bank",
19135                 "amenity": "bank"
19136             },
19137             "name": "Commonwealth Bank",
19138             "icon": "bank",
19139             "geometry": [
19140                 "point",
19141                 "area"
19142             ],
19143             "fields": [
19144                 "atm",
19145                 "operator",
19146                 "address",
19147                 "building_area",
19148                 "opening_hours",
19149                 "drive_through"
19150             ],
19151             "suggestion": true
19152         },
19153         "amenity/bank/Citibank": {
19154             "tags": {
19155                 "name": "Citibank",
19156                 "amenity": "bank"
19157             },
19158             "name": "Citibank",
19159             "icon": "bank",
19160             "geometry": [
19161                 "point",
19162                 "area"
19163             ],
19164             "fields": [
19165                 "atm",
19166                 "operator",
19167                 "address",
19168                 "building_area",
19169                 "opening_hours",
19170                 "drive_through"
19171             ],
19172             "suggestion": true
19173         },
19174         "amenity/bank/HSBC": {
19175             "tags": {
19176                 "name": "HSBC",
19177                 "amenity": "bank"
19178             },
19179             "name": "HSBC",
19180             "icon": "bank",
19181             "geometry": [
19182                 "point",
19183                 "area"
19184             ],
19185             "fields": [
19186                 "atm",
19187                 "operator",
19188                 "address",
19189                 "building_area",
19190                 "opening_hours",
19191                 "drive_through"
19192             ],
19193             "suggestion": true
19194         },
19195         "amenity/bank/Barclays": {
19196             "tags": {
19197                 "name": "Barclays",
19198                 "amenity": "bank"
19199             },
19200             "name": "Barclays",
19201             "icon": "bank",
19202             "geometry": [
19203                 "point",
19204                 "area"
19205             ],
19206             "fields": [
19207                 "atm",
19208                 "operator",
19209                 "address",
19210                 "building_area",
19211                 "opening_hours",
19212                 "drive_through"
19213             ],
19214             "suggestion": true
19215         },
19216         "amenity/bank/Westpac": {
19217             "tags": {
19218                 "name": "Westpac",
19219                 "amenity": "bank"
19220             },
19221             "name": "Westpac",
19222             "icon": "bank",
19223             "geometry": [
19224                 "point",
19225                 "area"
19226             ],
19227             "fields": [
19228                 "atm",
19229                 "operator",
19230                 "address",
19231                 "building_area",
19232                 "opening_hours",
19233                 "drive_through"
19234             ],
19235             "suggestion": true
19236         },
19237         "amenity/bank/NAB": {
19238             "tags": {
19239                 "name": "NAB",
19240                 "amenity": "bank"
19241             },
19242             "name": "NAB",
19243             "icon": "bank",
19244             "geometry": [
19245                 "point",
19246                 "area"
19247             ],
19248             "fields": [
19249                 "atm",
19250                 "operator",
19251                 "address",
19252                 "building_area",
19253                 "opening_hours",
19254                 "drive_through"
19255             ],
19256             "suggestion": true
19257         },
19258         "amenity/bank/ANZ": {
19259             "tags": {
19260                 "name": "ANZ",
19261                 "amenity": "bank"
19262             },
19263             "name": "ANZ",
19264             "icon": "bank",
19265             "geometry": [
19266                 "point",
19267                 "area"
19268             ],
19269             "fields": [
19270                 "atm",
19271                 "operator",
19272                 "address",
19273                 "building_area",
19274                 "opening_hours",
19275                 "drive_through"
19276             ],
19277             "suggestion": true
19278         },
19279         "amenity/bank/Lloyds Bank": {
19280             "tags": {
19281                 "name": "Lloyds Bank",
19282                 "amenity": "bank"
19283             },
19284             "name": "Lloyds Bank",
19285             "icon": "bank",
19286             "geometry": [
19287                 "point",
19288                 "area"
19289             ],
19290             "fields": [
19291                 "atm",
19292                 "operator",
19293                 "address",
19294                 "building_area",
19295                 "opening_hours",
19296                 "drive_through"
19297             ],
19298             "suggestion": true
19299         },
19300         "amenity/bank/Landbank": {
19301             "tags": {
19302                 "name": "Landbank",
19303                 "amenity": "bank"
19304             },
19305             "name": "Landbank",
19306             "icon": "bank",
19307             "geometry": [
19308                 "point",
19309                 "area"
19310             ],
19311             "fields": [
19312                 "atm",
19313                 "operator",
19314                 "address",
19315                 "building_area",
19316                 "opening_hours",
19317                 "drive_through"
19318             ],
19319             "suggestion": true
19320         },
19321         "amenity/bank/Sparkasse": {
19322             "tags": {
19323                 "name": "Sparkasse",
19324                 "amenity": "bank"
19325             },
19326             "name": "Sparkasse",
19327             "icon": "bank",
19328             "geometry": [
19329                 "point",
19330                 "area"
19331             ],
19332             "fields": [
19333                 "atm",
19334                 "operator",
19335                 "address",
19336                 "building_area",
19337                 "opening_hours",
19338                 "drive_through"
19339             ],
19340             "suggestion": true
19341         },
19342         "amenity/bank/UCPB": {
19343             "tags": {
19344                 "name": "UCPB",
19345                 "amenity": "bank"
19346             },
19347             "name": "UCPB",
19348             "icon": "bank",
19349             "geometry": [
19350                 "point",
19351                 "area"
19352             ],
19353             "fields": [
19354                 "atm",
19355                 "operator",
19356                 "address",
19357                 "building_area",
19358                 "opening_hours",
19359                 "drive_through"
19360             ],
19361             "suggestion": true
19362         },
19363         "amenity/bank/PNB": {
19364             "tags": {
19365                 "name": "PNB",
19366                 "amenity": "bank"
19367             },
19368             "name": "PNB",
19369             "icon": "bank",
19370             "geometry": [
19371                 "point",
19372                 "area"
19373             ],
19374             "fields": [
19375                 "atm",
19376                 "operator",
19377                 "address",
19378                 "building_area",
19379                 "opening_hours",
19380                 "drive_through"
19381             ],
19382             "suggestion": true
19383         },
19384         "amenity/bank/Metrobank": {
19385             "tags": {
19386                 "name": "Metrobank",
19387                 "amenity": "bank"
19388             },
19389             "name": "Metrobank",
19390             "icon": "bank",
19391             "geometry": [
19392                 "point",
19393                 "area"
19394             ],
19395             "fields": [
19396                 "atm",
19397                 "operator",
19398                 "address",
19399                 "building_area",
19400                 "opening_hours",
19401                 "drive_through"
19402             ],
19403             "suggestion": true
19404         },
19405         "amenity/bank/BDO": {
19406             "tags": {
19407                 "name": "BDO",
19408                 "amenity": "bank"
19409             },
19410             "name": "BDO",
19411             "icon": "bank",
19412             "geometry": [
19413                 "point",
19414                 "area"
19415             ],
19416             "fields": [
19417                 "atm",
19418                 "operator",
19419                 "address",
19420                 "building_area",
19421                 "opening_hours",
19422                 "drive_through"
19423             ],
19424             "suggestion": true
19425         },
19426         "amenity/bank/Volksbank": {
19427             "tags": {
19428                 "name": "Volksbank",
19429                 "amenity": "bank"
19430             },
19431             "name": "Volksbank",
19432             "icon": "bank",
19433             "geometry": [
19434                 "point",
19435                 "area"
19436             ],
19437             "fields": [
19438                 "atm",
19439                 "operator",
19440                 "address",
19441                 "building_area",
19442                 "opening_hours",
19443                 "drive_through"
19444             ],
19445             "suggestion": true
19446         },
19447         "amenity/bank/BPI": {
19448             "tags": {
19449                 "name": "BPI",
19450                 "amenity": "bank"
19451             },
19452             "name": "BPI",
19453             "icon": "bank",
19454             "geometry": [
19455                 "point",
19456                 "area"
19457             ],
19458             "fields": [
19459                 "atm",
19460                 "operator",
19461                 "address",
19462                 "building_area",
19463                 "opening_hours",
19464                 "drive_through"
19465             ],
19466             "suggestion": true
19467         },
19468         "amenity/bank/Postbank": {
19469             "tags": {
19470                 "name": "Postbank",
19471                 "amenity": "bank"
19472             },
19473             "name": "Postbank",
19474             "icon": "bank",
19475             "geometry": [
19476                 "point",
19477                 "area"
19478             ],
19479             "fields": [
19480                 "atm",
19481                 "operator",
19482                 "address",
19483                 "building_area",
19484                 "opening_hours",
19485                 "drive_through"
19486             ],
19487             "suggestion": true
19488         },
19489         "amenity/bank/NatWest": {
19490             "tags": {
19491                 "name": "NatWest",
19492                 "amenity": "bank"
19493             },
19494             "name": "NatWest",
19495             "icon": "bank",
19496             "geometry": [
19497                 "point",
19498                 "area"
19499             ],
19500             "fields": [
19501                 "atm",
19502                 "operator",
19503                 "address",
19504                 "building_area",
19505                 "opening_hours",
19506                 "drive_through"
19507             ],
19508             "suggestion": true
19509         },
19510         "amenity/bank/Raiffeisenbank": {
19511             "tags": {
19512                 "name": "Raiffeisenbank",
19513                 "amenity": "bank"
19514             },
19515             "name": "Raiffeisenbank",
19516             "icon": "bank",
19517             "geometry": [
19518                 "point",
19519                 "area"
19520             ],
19521             "fields": [
19522                 "atm",
19523                 "operator",
19524                 "address",
19525                 "building_area",
19526                 "opening_hours",
19527                 "drive_through"
19528             ],
19529             "suggestion": true
19530         },
19531         "amenity/bank/Yorkshire Bank": {
19532             "tags": {
19533                 "name": "Yorkshire Bank",
19534                 "amenity": "bank"
19535             },
19536             "name": "Yorkshire Bank",
19537             "icon": "bank",
19538             "geometry": [
19539                 "point",
19540                 "area"
19541             ],
19542             "fields": [
19543                 "atm",
19544                 "operator",
19545                 "address",
19546                 "building_area",
19547                 "opening_hours",
19548                 "drive_through"
19549             ],
19550             "suggestion": true
19551         },
19552         "amenity/bank/ABSA": {
19553             "tags": {
19554                 "name": "ABSA",
19555                 "amenity": "bank"
19556             },
19557             "name": "ABSA",
19558             "icon": "bank",
19559             "geometry": [
19560                 "point",
19561                 "area"
19562             ],
19563             "fields": [
19564                 "atm",
19565                 "operator",
19566                 "address",
19567                 "building_area",
19568                 "opening_hours",
19569                 "drive_through"
19570             ],
19571             "suggestion": true
19572         },
19573         "amenity/bank/Standard Bank": {
19574             "tags": {
19575                 "name": "Standard Bank",
19576                 "amenity": "bank"
19577             },
19578             "name": "Standard Bank",
19579             "icon": "bank",
19580             "geometry": [
19581                 "point",
19582                 "area"
19583             ],
19584             "fields": [
19585                 "atm",
19586                 "operator",
19587                 "address",
19588                 "building_area",
19589                 "opening_hours",
19590                 "drive_through"
19591             ],
19592             "suggestion": true
19593         },
19594         "amenity/bank/FNB": {
19595             "tags": {
19596                 "name": "FNB",
19597                 "amenity": "bank"
19598             },
19599             "name": "FNB",
19600             "icon": "bank",
19601             "geometry": [
19602                 "point",
19603                 "area"
19604             ],
19605             "fields": [
19606                 "atm",
19607                 "operator",
19608                 "address",
19609                 "building_area",
19610                 "opening_hours",
19611                 "drive_through"
19612             ],
19613             "suggestion": true
19614         },
19615         "amenity/bank/Deutsche Bank": {
19616             "tags": {
19617                 "name": "Deutsche Bank",
19618                 "amenity": "bank"
19619             },
19620             "name": "Deutsche Bank",
19621             "icon": "bank",
19622             "geometry": [
19623                 "point",
19624                 "area"
19625             ],
19626             "fields": [
19627                 "atm",
19628                 "operator",
19629                 "address",
19630                 "building_area",
19631                 "opening_hours",
19632                 "drive_through"
19633             ],
19634             "suggestion": true
19635         },
19636         "amenity/bank/SEB": {
19637             "tags": {
19638                 "name": "SEB",
19639                 "amenity": "bank"
19640             },
19641             "name": "SEB",
19642             "icon": "bank",
19643             "geometry": [
19644                 "point",
19645                 "area"
19646             ],
19647             "fields": [
19648                 "atm",
19649                 "operator",
19650                 "address",
19651                 "building_area",
19652                 "opening_hours",
19653                 "drive_through"
19654             ],
19655             "suggestion": true
19656         },
19657         "amenity/bank/Commerzbank": {
19658             "tags": {
19659                 "name": "Commerzbank",
19660                 "amenity": "bank"
19661             },
19662             "name": "Commerzbank",
19663             "icon": "bank",
19664             "geometry": [
19665                 "point",
19666                 "area"
19667             ],
19668             "fields": [
19669                 "atm",
19670                 "operator",
19671                 "address",
19672                 "building_area",
19673                 "opening_hours",
19674                 "drive_through"
19675             ],
19676             "suggestion": true
19677         },
19678         "amenity/bank/Targobank": {
19679             "tags": {
19680                 "name": "Targobank",
19681                 "amenity": "bank"
19682             },
19683             "name": "Targobank",
19684             "icon": "bank",
19685             "geometry": [
19686                 "point",
19687                 "area"
19688             ],
19689             "fields": [
19690                 "atm",
19691                 "operator",
19692                 "address",
19693                 "building_area",
19694                 "opening_hours",
19695                 "drive_through"
19696             ],
19697             "suggestion": true
19698         },
19699         "amenity/bank/ABN AMRO": {
19700             "tags": {
19701                 "name": "ABN AMRO",
19702                 "amenity": "bank"
19703             },
19704             "name": "ABN AMRO",
19705             "icon": "bank",
19706             "geometry": [
19707                 "point",
19708                 "area"
19709             ],
19710             "fields": [
19711                 "atm",
19712                 "operator",
19713                 "address",
19714                 "building_area",
19715                 "opening_hours",
19716                 "drive_through"
19717             ],
19718             "suggestion": true
19719         },
19720         "amenity/bank/Handelsbanken": {
19721             "tags": {
19722                 "name": "Handelsbanken",
19723                 "amenity": "bank"
19724             },
19725             "name": "Handelsbanken",
19726             "icon": "bank",
19727             "geometry": [
19728                 "point",
19729                 "area"
19730             ],
19731             "fields": [
19732                 "atm",
19733                 "operator",
19734                 "address",
19735                 "building_area",
19736                 "opening_hours",
19737                 "drive_through"
19738             ],
19739             "suggestion": true
19740         },
19741         "amenity/bank/Swedbank": {
19742             "tags": {
19743                 "name": "Swedbank",
19744                 "amenity": "bank"
19745             },
19746             "name": "Swedbank",
19747             "icon": "bank",
19748             "geometry": [
19749                 "point",
19750                 "area"
19751             ],
19752             "fields": [
19753                 "atm",
19754                 "operator",
19755                 "address",
19756                 "building_area",
19757                 "opening_hours",
19758                 "drive_through"
19759             ],
19760             "suggestion": true
19761         },
19762         "amenity/bank/Kreissparkasse": {
19763             "tags": {
19764                 "name": "Kreissparkasse",
19765                 "amenity": "bank"
19766             },
19767             "name": "Kreissparkasse",
19768             "icon": "bank",
19769             "geometry": [
19770                 "point",
19771                 "area"
19772             ],
19773             "fields": [
19774                 "atm",
19775                 "operator",
19776                 "address",
19777                 "building_area",
19778                 "opening_hours",
19779                 "drive_through"
19780             ],
19781             "suggestion": true
19782         },
19783         "amenity/bank/UniCredit Bank": {
19784             "tags": {
19785                 "name": "UniCredit Bank",
19786                 "amenity": "bank"
19787             },
19788             "name": "UniCredit Bank",
19789             "icon": "bank",
19790             "geometry": [
19791                 "point",
19792                 "area"
19793             ],
19794             "fields": [
19795                 "atm",
19796                 "operator",
19797                 "address",
19798                 "building_area",
19799                 "opening_hours",
19800                 "drive_through"
19801             ],
19802             "suggestion": true
19803         },
19804         "amenity/bank/Monte dei Paschi di Siena": {
19805             "tags": {
19806                 "name": "Monte dei Paschi di Siena",
19807                 "amenity": "bank"
19808             },
19809             "name": "Monte dei Paschi di Siena",
19810             "icon": "bank",
19811             "geometry": [
19812                 "point",
19813                 "area"
19814             ],
19815             "fields": [
19816                 "atm",
19817                 "operator",
19818                 "address",
19819                 "building_area",
19820                 "opening_hours",
19821                 "drive_through"
19822             ],
19823             "suggestion": true
19824         },
19825         "amenity/bank/Caja Rural": {
19826             "tags": {
19827                 "name": "Caja Rural",
19828                 "amenity": "bank"
19829             },
19830             "name": "Caja Rural",
19831             "icon": "bank",
19832             "geometry": [
19833                 "point",
19834                 "area"
19835             ],
19836             "fields": [
19837                 "atm",
19838                 "operator",
19839                 "address",
19840                 "building_area",
19841                 "opening_hours",
19842                 "drive_through"
19843             ],
19844             "suggestion": true
19845         },
19846         "amenity/bank/Dresdner Bank": {
19847             "tags": {
19848                 "name": "Dresdner Bank",
19849                 "amenity": "bank"
19850             },
19851             "name": "Dresdner Bank",
19852             "icon": "bank",
19853             "geometry": [
19854                 "point",
19855                 "area"
19856             ],
19857             "fields": [
19858                 "atm",
19859                 "operator",
19860                 "address",
19861                 "building_area",
19862                 "opening_hours",
19863                 "drive_through"
19864             ],
19865             "suggestion": true
19866         },
19867         "amenity/bank/Sparda-Bank": {
19868             "tags": {
19869                 "name": "Sparda-Bank",
19870                 "amenity": "bank"
19871             },
19872             "name": "Sparda-Bank",
19873             "icon": "bank",
19874             "geometry": [
19875                 "point",
19876                 "area"
19877             ],
19878             "fields": [
19879                 "atm",
19880                 "operator",
19881                 "address",
19882                 "building_area",
19883                 "opening_hours",
19884                 "drive_through"
19885             ],
19886             "suggestion": true
19887         },
19888         "amenity/bank/VÚB": {
19889             "tags": {
19890                 "name": "VÚB",
19891                 "amenity": "bank"
19892             },
19893             "name": "VÚB",
19894             "icon": "bank",
19895             "geometry": [
19896                 "point",
19897                 "area"
19898             ],
19899             "fields": [
19900                 "atm",
19901                 "operator",
19902                 "address",
19903                 "building_area",
19904                 "opening_hours",
19905                 "drive_through"
19906             ],
19907             "suggestion": true
19908         },
19909         "amenity/bank/Slovenská sporiteľňa": {
19910             "tags": {
19911                 "name": "Slovenská sporiteľňa",
19912                 "amenity": "bank"
19913             },
19914             "name": "Slovenská sporiteľňa",
19915             "icon": "bank",
19916             "geometry": [
19917                 "point",
19918                 "area"
19919             ],
19920             "fields": [
19921                 "atm",
19922                 "operator",
19923                 "address",
19924                 "building_area",
19925                 "opening_hours",
19926                 "drive_through"
19927             ],
19928             "suggestion": true
19929         },
19930         "amenity/bank/Bank of Montreal": {
19931             "tags": {
19932                 "name": "Bank of Montreal",
19933                 "amenity": "bank"
19934             },
19935             "name": "Bank of Montreal",
19936             "icon": "bank",
19937             "geometry": [
19938                 "point",
19939                 "area"
19940             ],
19941             "fields": [
19942                 "atm",
19943                 "operator",
19944                 "address",
19945                 "building_area",
19946                 "opening_hours",
19947                 "drive_through"
19948             ],
19949             "suggestion": true
19950         },
19951         "amenity/bank/KBC": {
19952             "tags": {
19953                 "name": "KBC",
19954                 "amenity": "bank"
19955             },
19956             "name": "KBC",
19957             "icon": "bank",
19958             "geometry": [
19959                 "point",
19960                 "area"
19961             ],
19962             "fields": [
19963                 "atm",
19964                 "operator",
19965                 "address",
19966                 "building_area",
19967                 "opening_hours",
19968                 "drive_through"
19969             ],
19970             "suggestion": true
19971         },
19972         "amenity/bank/Royal Bank of Scotland": {
19973             "tags": {
19974                 "name": "Royal Bank of Scotland",
19975                 "amenity": "bank"
19976             },
19977             "name": "Royal Bank of Scotland",
19978             "icon": "bank",
19979             "geometry": [
19980                 "point",
19981                 "area"
19982             ],
19983             "fields": [
19984                 "atm",
19985                 "operator",
19986                 "address",
19987                 "building_area",
19988                 "opening_hours",
19989                 "drive_through"
19990             ],
19991             "suggestion": true
19992         },
19993         "amenity/bank/TSB": {
19994             "tags": {
19995                 "name": "TSB",
19996                 "amenity": "bank"
19997             },
19998             "name": "TSB",
19999             "icon": "bank",
20000             "geometry": [
20001                 "point",
20002                 "area"
20003             ],
20004             "fields": [
20005                 "atm",
20006                 "operator",
20007                 "address",
20008                 "building_area",
20009                 "opening_hours",
20010                 "drive_through"
20011             ],
20012             "suggestion": true
20013         },
20014         "amenity/bank/US Bank": {
20015             "tags": {
20016                 "name": "US Bank",
20017                 "amenity": "bank"
20018             },
20019             "name": "US Bank",
20020             "icon": "bank",
20021             "geometry": [
20022                 "point",
20023                 "area"
20024             ],
20025             "fields": [
20026                 "atm",
20027                 "operator",
20028                 "address",
20029                 "building_area",
20030                 "opening_hours",
20031                 "drive_through"
20032             ],
20033             "suggestion": true
20034         },
20035         "amenity/bank/HypoVereinsbank": {
20036             "tags": {
20037                 "name": "HypoVereinsbank",
20038                 "amenity": "bank"
20039             },
20040             "name": "HypoVereinsbank",
20041             "icon": "bank",
20042             "geometry": [
20043                 "point",
20044                 "area"
20045             ],
20046             "fields": [
20047                 "atm",
20048                 "operator",
20049                 "address",
20050                 "building_area",
20051                 "opening_hours",
20052                 "drive_through"
20053             ],
20054             "suggestion": true
20055         },
20056         "amenity/bank/Bank Austria": {
20057             "tags": {
20058                 "name": "Bank Austria",
20059                 "amenity": "bank"
20060             },
20061             "name": "Bank Austria",
20062             "icon": "bank",
20063             "geometry": [
20064                 "point",
20065                 "area"
20066             ],
20067             "fields": [
20068                 "atm",
20069                 "operator",
20070                 "address",
20071                 "building_area",
20072                 "opening_hours",
20073                 "drive_through"
20074             ],
20075             "suggestion": true
20076         },
20077         "amenity/bank/ING": {
20078             "tags": {
20079                 "name": "ING",
20080                 "amenity": "bank"
20081             },
20082             "name": "ING",
20083             "icon": "bank",
20084             "geometry": [
20085                 "point",
20086                 "area"
20087             ],
20088             "fields": [
20089                 "atm",
20090                 "operator",
20091                 "address",
20092                 "building_area",
20093                 "opening_hours",
20094                 "drive_through"
20095             ],
20096             "suggestion": true
20097         },
20098         "amenity/bank/Erste Bank": {
20099             "tags": {
20100                 "name": "Erste Bank",
20101                 "amenity": "bank"
20102             },
20103             "name": "Erste Bank",
20104             "icon": "bank",
20105             "geometry": [
20106                 "point",
20107                 "area"
20108             ],
20109             "fields": [
20110                 "atm",
20111                 "operator",
20112                 "address",
20113                 "building_area",
20114                 "opening_hours",
20115                 "drive_through"
20116             ],
20117             "suggestion": true
20118         },
20119         "amenity/bank/CIBC": {
20120             "tags": {
20121                 "name": "CIBC",
20122                 "amenity": "bank"
20123             },
20124             "name": "CIBC",
20125             "icon": "bank",
20126             "geometry": [
20127                 "point",
20128                 "area"
20129             ],
20130             "fields": [
20131                 "atm",
20132                 "operator",
20133                 "address",
20134                 "building_area",
20135                 "opening_hours",
20136                 "drive_through"
20137             ],
20138             "suggestion": true
20139         },
20140         "amenity/bank/Scotiabank": {
20141             "tags": {
20142                 "name": "Scotiabank",
20143                 "amenity": "bank"
20144             },
20145             "name": "Scotiabank",
20146             "icon": "bank",
20147             "geometry": [
20148                 "point",
20149                 "area"
20150             ],
20151             "fields": [
20152                 "atm",
20153                 "operator",
20154                 "address",
20155                 "building_area",
20156                 "opening_hours",
20157                 "drive_through"
20158             ],
20159             "suggestion": true
20160         },
20161         "amenity/bank/Caisse d'Épargne": {
20162             "tags": {
20163                 "name": "Caisse d'Épargne",
20164                 "amenity": "bank"
20165             },
20166             "name": "Caisse d'Épargne",
20167             "icon": "bank",
20168             "geometry": [
20169                 "point",
20170                 "area"
20171             ],
20172             "fields": [
20173                 "atm",
20174                 "operator",
20175                 "address",
20176                 "building_area",
20177                 "opening_hours",
20178                 "drive_through"
20179             ],
20180             "suggestion": true
20181         },
20182         "amenity/bank/Santander": {
20183             "tags": {
20184                 "name": "Santander",
20185                 "amenity": "bank"
20186             },
20187             "name": "Santander",
20188             "icon": "bank",
20189             "geometry": [
20190                 "point",
20191                 "area"
20192             ],
20193             "fields": [
20194                 "atm",
20195                 "operator",
20196                 "address",
20197                 "building_area",
20198                 "opening_hours",
20199                 "drive_through"
20200             ],
20201             "suggestion": true
20202         },
20203         "amenity/bank/Bank of Scotland": {
20204             "tags": {
20205                 "name": "Bank of Scotland",
20206                 "amenity": "bank"
20207             },
20208             "name": "Bank of Scotland",
20209             "icon": "bank",
20210             "geometry": [
20211                 "point",
20212                 "area"
20213             ],
20214             "fields": [
20215                 "atm",
20216                 "operator",
20217                 "address",
20218                 "building_area",
20219                 "opening_hours",
20220                 "drive_through"
20221             ],
20222             "suggestion": true
20223         },
20224         "amenity/bank/TD Canada Trust": {
20225             "tags": {
20226                 "name": "TD Canada Trust",
20227                 "amenity": "bank"
20228             },
20229             "name": "TD Canada Trust",
20230             "icon": "bank",
20231             "geometry": [
20232                 "point",
20233                 "area"
20234             ],
20235             "fields": [
20236                 "atm",
20237                 "operator",
20238                 "address",
20239                 "building_area",
20240                 "opening_hours",
20241                 "drive_through"
20242             ],
20243             "suggestion": true
20244         },
20245         "amenity/bank/BMO": {
20246             "tags": {
20247                 "name": "BMO",
20248                 "amenity": "bank"
20249             },
20250             "name": "BMO",
20251             "icon": "bank",
20252             "geometry": [
20253                 "point",
20254                 "area"
20255             ],
20256             "fields": [
20257                 "atm",
20258                 "operator",
20259                 "address",
20260                 "building_area",
20261                 "opening_hours",
20262                 "drive_through"
20263             ],
20264             "suggestion": true
20265         },
20266         "amenity/bank/Danske Bank": {
20267             "tags": {
20268                 "name": "Danske Bank",
20269                 "amenity": "bank"
20270             },
20271             "name": "Danske Bank",
20272             "icon": "bank",
20273             "geometry": [
20274                 "point",
20275                 "area"
20276             ],
20277             "fields": [
20278                 "atm",
20279                 "operator",
20280                 "address",
20281                 "building_area",
20282                 "opening_hours",
20283                 "drive_through"
20284             ],
20285             "suggestion": true
20286         },
20287         "amenity/bank/OTP": {
20288             "tags": {
20289                 "name": "OTP",
20290                 "amenity": "bank"
20291             },
20292             "name": "OTP",
20293             "icon": "bank",
20294             "geometry": [
20295                 "point",
20296                 "area"
20297             ],
20298             "fields": [
20299                 "atm",
20300                 "operator",
20301                 "address",
20302                 "building_area",
20303                 "opening_hours",
20304                 "drive_through"
20305             ],
20306             "suggestion": true
20307         },
20308         "amenity/bank/Crédit Agricole": {
20309             "tags": {
20310                 "name": "Crédit Agricole",
20311                 "amenity": "bank"
20312             },
20313             "name": "Crédit Agricole",
20314             "icon": "bank",
20315             "geometry": [
20316                 "point",
20317                 "area"
20318             ],
20319             "fields": [
20320                 "atm",
20321                 "operator",
20322                 "address",
20323                 "building_area",
20324                 "opening_hours",
20325                 "drive_through"
20326             ],
20327             "suggestion": true
20328         },
20329         "amenity/bank/LCL": {
20330             "tags": {
20331                 "name": "LCL",
20332                 "amenity": "bank"
20333             },
20334             "name": "LCL",
20335             "icon": "bank",
20336             "geometry": [
20337                 "point",
20338                 "area"
20339             ],
20340             "fields": [
20341                 "atm",
20342                 "operator",
20343                 "address",
20344                 "building_area",
20345                 "opening_hours",
20346                 "drive_through"
20347             ],
20348             "suggestion": true
20349         },
20350         "amenity/bank/VR-Bank": {
20351             "tags": {
20352                 "name": "VR-Bank",
20353                 "amenity": "bank"
20354             },
20355             "name": "VR-Bank",
20356             "icon": "bank",
20357             "geometry": [
20358                 "point",
20359                 "area"
20360             ],
20361             "fields": [
20362                 "atm",
20363                 "operator",
20364                 "address",
20365                 "building_area",
20366                 "opening_hours",
20367                 "drive_through"
20368             ],
20369             "suggestion": true
20370         },
20371         "amenity/bank/ČSOB": {
20372             "tags": {
20373                 "name": "ČSOB",
20374                 "amenity": "bank"
20375             },
20376             "name": "ČSOB",
20377             "icon": "bank",
20378             "geometry": [
20379                 "point",
20380                 "area"
20381             ],
20382             "fields": [
20383                 "atm",
20384                 "operator",
20385                 "address",
20386                 "building_area",
20387                 "opening_hours",
20388                 "drive_through"
20389             ],
20390             "suggestion": true
20391         },
20392         "amenity/bank/Česká spořitelna": {
20393             "tags": {
20394                 "name": "Česká spořitelna",
20395                 "amenity": "bank"
20396             },
20397             "name": "Česká spořitelna",
20398             "icon": "bank",
20399             "geometry": [
20400                 "point",
20401                 "area"
20402             ],
20403             "fields": [
20404                 "atm",
20405                 "operator",
20406                 "address",
20407                 "building_area",
20408                 "opening_hours",
20409                 "drive_through"
20410             ],
20411             "suggestion": true
20412         },
20413         "amenity/bank/BNP": {
20414             "tags": {
20415                 "name": "BNP",
20416                 "amenity": "bank"
20417             },
20418             "name": "BNP",
20419             "icon": "bank",
20420             "geometry": [
20421                 "point",
20422                 "area"
20423             ],
20424             "fields": [
20425                 "atm",
20426                 "operator",
20427                 "address",
20428                 "building_area",
20429                 "opening_hours",
20430                 "drive_through"
20431             ],
20432             "suggestion": true
20433         },
20434         "amenity/bank/Royal Bank": {
20435             "tags": {
20436                 "name": "Royal Bank",
20437                 "amenity": "bank"
20438             },
20439             "name": "Royal Bank",
20440             "icon": "bank",
20441             "geometry": [
20442                 "point",
20443                 "area"
20444             ],
20445             "fields": [
20446                 "atm",
20447                 "operator",
20448                 "address",
20449                 "building_area",
20450                 "opening_hours",
20451                 "drive_through"
20452             ],
20453             "suggestion": true
20454         },
20455         "amenity/bank/Nationwide": {
20456             "tags": {
20457                 "name": "Nationwide",
20458                 "amenity": "bank"
20459             },
20460             "name": "Nationwide",
20461             "icon": "bank",
20462             "geometry": [
20463                 "point",
20464                 "area"
20465             ],
20466             "fields": [
20467                 "atm",
20468                 "operator",
20469                 "address",
20470                 "building_area",
20471                 "opening_hours",
20472                 "drive_through"
20473             ],
20474             "suggestion": true
20475         },
20476         "amenity/bank/Halifax": {
20477             "tags": {
20478                 "name": "Halifax",
20479                 "amenity": "bank"
20480             },
20481             "name": "Halifax",
20482             "icon": "bank",
20483             "geometry": [
20484                 "point",
20485                 "area"
20486             ],
20487             "fields": [
20488                 "atm",
20489                 "operator",
20490                 "address",
20491                 "building_area",
20492                 "opening_hours",
20493                 "drive_through"
20494             ],
20495             "suggestion": true
20496         },
20497         "amenity/bank/BAWAG PSK": {
20498             "tags": {
20499                 "name": "BAWAG PSK",
20500                 "amenity": "bank"
20501             },
20502             "name": "BAWAG PSK",
20503             "icon": "bank",
20504             "geometry": [
20505                 "point",
20506                 "area"
20507             ],
20508             "fields": [
20509                 "atm",
20510                 "operator",
20511                 "address",
20512                 "building_area",
20513                 "opening_hours",
20514                 "drive_through"
20515             ],
20516             "suggestion": true
20517         },
20518         "amenity/bank/National Bank": {
20519             "tags": {
20520                 "name": "National Bank",
20521                 "amenity": "bank"
20522             },
20523             "name": "National Bank",
20524             "icon": "bank",
20525             "geometry": [
20526                 "point",
20527                 "area"
20528             ],
20529             "fields": [
20530                 "atm",
20531                 "operator",
20532                 "address",
20533                 "building_area",
20534                 "opening_hours",
20535                 "drive_through"
20536             ],
20537             "suggestion": true
20538         },
20539         "amenity/bank/Nedbank": {
20540             "tags": {
20541                 "name": "Nedbank",
20542                 "amenity": "bank"
20543             },
20544             "name": "Nedbank",
20545             "icon": "bank",
20546             "geometry": [
20547                 "point",
20548                 "area"
20549             ],
20550             "fields": [
20551                 "atm",
20552                 "operator",
20553                 "address",
20554                 "building_area",
20555                 "opening_hours",
20556                 "drive_through"
20557             ],
20558             "suggestion": true
20559         },
20560         "amenity/bank/First National Bank": {
20561             "tags": {
20562                 "name": "First National Bank",
20563                 "amenity": "bank"
20564             },
20565             "name": "First National Bank",
20566             "icon": "bank",
20567             "geometry": [
20568                 "point",
20569                 "area"
20570             ],
20571             "fields": [
20572                 "atm",
20573                 "operator",
20574                 "address",
20575                 "building_area",
20576                 "opening_hours",
20577                 "drive_through"
20578             ],
20579             "suggestion": true
20580         },
20581         "amenity/bank/Nordea": {
20582             "tags": {
20583                 "name": "Nordea",
20584                 "amenity": "bank"
20585             },
20586             "name": "Nordea",
20587             "icon": "bank",
20588             "geometry": [
20589                 "point",
20590                 "area"
20591             ],
20592             "fields": [
20593                 "atm",
20594                 "operator",
20595                 "address",
20596                 "building_area",
20597                 "opening_hours",
20598                 "drive_through"
20599             ],
20600             "suggestion": true
20601         },
20602         "amenity/bank/Rabobank": {
20603             "tags": {
20604                 "name": "Rabobank",
20605                 "amenity": "bank"
20606             },
20607             "name": "Rabobank",
20608             "icon": "bank",
20609             "geometry": [
20610                 "point",
20611                 "area"
20612             ],
20613             "fields": [
20614                 "atm",
20615                 "operator",
20616                 "address",
20617                 "building_area",
20618                 "opening_hours",
20619                 "drive_through"
20620             ],
20621             "suggestion": true
20622         },
20623         "amenity/bank/Sparkasse KölnBonn": {
20624             "tags": {
20625                 "name": "Sparkasse KölnBonn",
20626                 "amenity": "bank"
20627             },
20628             "name": "Sparkasse KölnBonn",
20629             "icon": "bank",
20630             "geometry": [
20631                 "point",
20632                 "area"
20633             ],
20634             "fields": [
20635                 "atm",
20636                 "operator",
20637                 "address",
20638                 "building_area",
20639                 "opening_hours",
20640                 "drive_through"
20641             ],
20642             "suggestion": true
20643         },
20644         "amenity/bank/Tatra banka": {
20645             "tags": {
20646                 "name": "Tatra banka",
20647                 "amenity": "bank"
20648             },
20649             "name": "Tatra banka",
20650             "icon": "bank",
20651             "geometry": [
20652                 "point",
20653                 "area"
20654             ],
20655             "fields": [
20656                 "atm",
20657                 "operator",
20658                 "address",
20659                 "building_area",
20660                 "opening_hours",
20661                 "drive_through"
20662             ],
20663             "suggestion": true
20664         },
20665         "amenity/bank/Berliner Sparkasse": {
20666             "tags": {
20667                 "name": "Berliner Sparkasse",
20668                 "amenity": "bank"
20669             },
20670             "name": "Berliner Sparkasse",
20671             "icon": "bank",
20672             "geometry": [
20673                 "point",
20674                 "area"
20675             ],
20676             "fields": [
20677                 "atm",
20678                 "operator",
20679                 "address",
20680                 "building_area",
20681                 "opening_hours",
20682                 "drive_through"
20683             ],
20684             "suggestion": true
20685         },
20686         "amenity/bank/Berliner Volksbank": {
20687             "tags": {
20688                 "name": "Berliner Volksbank",
20689                 "amenity": "bank"
20690             },
20691             "name": "Berliner Volksbank",
20692             "icon": "bank",
20693             "geometry": [
20694                 "point",
20695                 "area"
20696             ],
20697             "fields": [
20698                 "atm",
20699                 "operator",
20700                 "address",
20701                 "building_area",
20702                 "opening_hours",
20703                 "drive_through"
20704             ],
20705             "suggestion": true
20706         },
20707         "amenity/bank/Wells Fargo": {
20708             "tags": {
20709                 "name": "Wells Fargo",
20710                 "amenity": "bank"
20711             },
20712             "name": "Wells Fargo",
20713             "icon": "bank",
20714             "geometry": [
20715                 "point",
20716                 "area"
20717             ],
20718             "fields": [
20719                 "atm",
20720                 "operator",
20721                 "address",
20722                 "building_area",
20723                 "opening_hours",
20724                 "drive_through"
20725             ],
20726             "suggestion": true
20727         },
20728         "amenity/bank/Credit Suisse": {
20729             "tags": {
20730                 "name": "Credit Suisse",
20731                 "amenity": "bank"
20732             },
20733             "name": "Credit Suisse",
20734             "icon": "bank",
20735             "geometry": [
20736                 "point",
20737                 "area"
20738             ],
20739             "fields": [
20740                 "atm",
20741                 "operator",
20742                 "address",
20743                 "building_area",
20744                 "opening_hours",
20745                 "drive_through"
20746             ],
20747             "suggestion": true
20748         },
20749         "amenity/bank/Société Générale": {
20750             "tags": {
20751                 "name": "Société Générale",
20752                 "amenity": "bank"
20753             },
20754             "name": "Société Générale",
20755             "icon": "bank",
20756             "geometry": [
20757                 "point",
20758                 "area"
20759             ],
20760             "fields": [
20761                 "atm",
20762                 "operator",
20763                 "address",
20764                 "building_area",
20765                 "opening_hours",
20766                 "drive_through"
20767             ],
20768             "suggestion": true
20769         },
20770         "amenity/bank/Osuuspankki": {
20771             "tags": {
20772                 "name": "Osuuspankki",
20773                 "amenity": "bank"
20774             },
20775             "name": "Osuuspankki",
20776             "icon": "bank",
20777             "geometry": [
20778                 "point",
20779                 "area"
20780             ],
20781             "fields": [
20782                 "atm",
20783                 "operator",
20784                 "address",
20785                 "building_area",
20786                 "opening_hours",
20787                 "drive_through"
20788             ],
20789             "suggestion": true
20790         },
20791         "amenity/bank/Sparkasse Aachen": {
20792             "tags": {
20793                 "name": "Sparkasse Aachen",
20794                 "amenity": "bank"
20795             },
20796             "name": "Sparkasse Aachen",
20797             "icon": "bank",
20798             "geometry": [
20799                 "point",
20800                 "area"
20801             ],
20802             "fields": [
20803                 "atm",
20804                 "operator",
20805                 "address",
20806                 "building_area",
20807                 "opening_hours",
20808                 "drive_through"
20809             ],
20810             "suggestion": true
20811         },
20812         "amenity/bank/Hamburger Sparkasse": {
20813             "tags": {
20814                 "name": "Hamburger Sparkasse",
20815                 "amenity": "bank"
20816             },
20817             "name": "Hamburger Sparkasse",
20818             "icon": "bank",
20819             "geometry": [
20820                 "point",
20821                 "area"
20822             ],
20823             "fields": [
20824                 "atm",
20825                 "operator",
20826                 "address",
20827                 "building_area",
20828                 "opening_hours",
20829                 "drive_through"
20830             ],
20831             "suggestion": true
20832         },
20833         "amenity/bank/Cassa di Risparmio del Veneto": {
20834             "tags": {
20835                 "name": "Cassa di Risparmio del Veneto",
20836                 "amenity": "bank"
20837             },
20838             "name": "Cassa di Risparmio del Veneto",
20839             "icon": "bank",
20840             "geometry": [
20841                 "point",
20842                 "area"
20843             ],
20844             "fields": [
20845                 "atm",
20846                 "operator",
20847                 "address",
20848                 "building_area",
20849                 "opening_hours",
20850                 "drive_through"
20851             ],
20852             "suggestion": true
20853         },
20854         "amenity/bank/BNP Paribas": {
20855             "tags": {
20856                 "name": "BNP Paribas",
20857                 "amenity": "bank"
20858             },
20859             "name": "BNP Paribas",
20860             "icon": "bank",
20861             "geometry": [
20862                 "point",
20863                 "area"
20864             ],
20865             "fields": [
20866                 "atm",
20867                 "operator",
20868                 "address",
20869                 "building_area",
20870                 "opening_hours",
20871                 "drive_through"
20872             ],
20873             "suggestion": true
20874         },
20875         "amenity/bank/Banque Populaire": {
20876             "tags": {
20877                 "name": "Banque Populaire",
20878                 "amenity": "bank"
20879             },
20880             "name": "Banque Populaire",
20881             "icon": "bank",
20882             "geometry": [
20883                 "point",
20884                 "area"
20885             ],
20886             "fields": [
20887                 "atm",
20888                 "operator",
20889                 "address",
20890                 "building_area",
20891                 "opening_hours",
20892                 "drive_through"
20893             ],
20894             "suggestion": true
20895         },
20896         "amenity/bank/BNP Paribas Fortis": {
20897             "tags": {
20898                 "name": "BNP Paribas Fortis",
20899                 "amenity": "bank"
20900             },
20901             "name": "BNP Paribas Fortis",
20902             "icon": "bank",
20903             "geometry": [
20904                 "point",
20905                 "area"
20906             ],
20907             "fields": [
20908                 "atm",
20909                 "operator",
20910                 "address",
20911                 "building_area",
20912                 "opening_hours",
20913                 "drive_through"
20914             ],
20915             "suggestion": true
20916         },
20917         "amenity/bank/Banco Popular": {
20918             "tags": {
20919                 "name": "Banco Popular",
20920                 "amenity": "bank"
20921             },
20922             "name": "Banco Popular",
20923             "icon": "bank",
20924             "geometry": [
20925                 "point",
20926                 "area"
20927             ],
20928             "fields": [
20929                 "atm",
20930                 "operator",
20931                 "address",
20932                 "building_area",
20933                 "opening_hours",
20934                 "drive_through"
20935             ],
20936             "suggestion": true
20937         },
20938         "amenity/bank/Bancaja": {
20939             "tags": {
20940                 "name": "Bancaja",
20941                 "amenity": "bank"
20942             },
20943             "name": "Bancaja",
20944             "icon": "bank",
20945             "geometry": [
20946                 "point",
20947                 "area"
20948             ],
20949             "fields": [
20950                 "atm",
20951                 "operator",
20952                 "address",
20953                 "building_area",
20954                 "opening_hours",
20955                 "drive_through"
20956             ],
20957             "suggestion": true
20958         },
20959         "amenity/bank/Banesto": {
20960             "tags": {
20961                 "name": "Banesto",
20962                 "amenity": "bank"
20963             },
20964             "name": "Banesto",
20965             "icon": "bank",
20966             "geometry": [
20967                 "point",
20968                 "area"
20969             ],
20970             "fields": [
20971                 "atm",
20972                 "operator",
20973                 "address",
20974                 "building_area",
20975                 "opening_hours",
20976                 "drive_through"
20977             ],
20978             "suggestion": true
20979         },
20980         "amenity/bank/La Caixa": {
20981             "tags": {
20982                 "name": "La Caixa",
20983                 "amenity": "bank"
20984             },
20985             "name": "La Caixa",
20986             "icon": "bank",
20987             "geometry": [
20988                 "point",
20989                 "area"
20990             ],
20991             "fields": [
20992                 "atm",
20993                 "operator",
20994                 "address",
20995                 "building_area",
20996                 "opening_hours",
20997                 "drive_through"
20998             ],
20999             "suggestion": true
21000         },
21001         "amenity/bank/Santander Consumer Bank": {
21002             "tags": {
21003                 "name": "Santander Consumer Bank",
21004                 "amenity": "bank"
21005             },
21006             "name": "Santander Consumer Bank",
21007             "icon": "bank",
21008             "geometry": [
21009                 "point",
21010                 "area"
21011             ],
21012             "fields": [
21013                 "atm",
21014                 "operator",
21015                 "address",
21016                 "building_area",
21017                 "opening_hours",
21018                 "drive_through"
21019             ],
21020             "suggestion": true
21021         },
21022         "amenity/bank/BRD": {
21023             "tags": {
21024                 "name": "BRD",
21025                 "amenity": "bank"
21026             },
21027             "name": "BRD",
21028             "icon": "bank",
21029             "geometry": [
21030                 "point",
21031                 "area"
21032             ],
21033             "fields": [
21034                 "atm",
21035                 "operator",
21036                 "address",
21037                 "building_area",
21038                 "opening_hours",
21039                 "drive_through"
21040             ],
21041             "suggestion": true
21042         },
21043         "amenity/bank/BCR": {
21044             "tags": {
21045                 "name": "BCR",
21046                 "amenity": "bank"
21047             },
21048             "name": "BCR",
21049             "icon": "bank",
21050             "geometry": [
21051                 "point",
21052                 "area"
21053             ],
21054             "fields": [
21055                 "atm",
21056                 "operator",
21057                 "address",
21058                 "building_area",
21059                 "opening_hours",
21060                 "drive_through"
21061             ],
21062             "suggestion": true
21063         },
21064         "amenity/bank/Banca Transilvania": {
21065             "tags": {
21066                 "name": "Banca Transilvania",
21067                 "amenity": "bank"
21068             },
21069             "name": "Banca Transilvania",
21070             "icon": "bank",
21071             "geometry": [
21072                 "point",
21073                 "area"
21074             ],
21075             "fields": [
21076                 "atm",
21077                 "operator",
21078                 "address",
21079                 "building_area",
21080                 "opening_hours",
21081                 "drive_through"
21082             ],
21083             "suggestion": true
21084         },
21085         "amenity/bank/BW-Bank": {
21086             "tags": {
21087                 "name": "BW-Bank",
21088                 "amenity": "bank"
21089             },
21090             "name": "BW-Bank",
21091             "icon": "bank",
21092             "geometry": [
21093                 "point",
21094                 "area"
21095             ],
21096             "fields": [
21097                 "atm",
21098                 "operator",
21099                 "address",
21100                 "building_area",
21101                 "opening_hours",
21102                 "drive_through"
21103             ],
21104             "suggestion": true
21105         },
21106         "amenity/bank/Komerční banka": {
21107             "tags": {
21108                 "name": "Komerční banka",
21109                 "amenity": "bank"
21110             },
21111             "name": "Komerční banka",
21112             "icon": "bank",
21113             "geometry": [
21114                 "point",
21115                 "area"
21116             ],
21117             "fields": [
21118                 "atm",
21119                 "operator",
21120                 "address",
21121                 "building_area",
21122                 "opening_hours",
21123                 "drive_through"
21124             ],
21125             "suggestion": true
21126         },
21127         "amenity/bank/Banco Pastor": {
21128             "tags": {
21129                 "name": "Banco Pastor",
21130                 "amenity": "bank"
21131             },
21132             "name": "Banco Pastor",
21133             "icon": "bank",
21134             "geometry": [
21135                 "point",
21136                 "area"
21137             ],
21138             "fields": [
21139                 "atm",
21140                 "operator",
21141                 "address",
21142                 "building_area",
21143                 "opening_hours",
21144                 "drive_through"
21145             ],
21146             "suggestion": true
21147         },
21148         "amenity/bank/Stadtsparkasse": {
21149             "tags": {
21150                 "name": "Stadtsparkasse",
21151                 "amenity": "bank"
21152             },
21153             "name": "Stadtsparkasse",
21154             "icon": "bank",
21155             "geometry": [
21156                 "point",
21157                 "area"
21158             ],
21159             "fields": [
21160                 "atm",
21161                 "operator",
21162                 "address",
21163                 "building_area",
21164                 "opening_hours",
21165                 "drive_through"
21166             ],
21167             "suggestion": true
21168         },
21169         "amenity/bank/Ulster Bank": {
21170             "tags": {
21171                 "name": "Ulster Bank",
21172                 "amenity": "bank"
21173             },
21174             "name": "Ulster Bank",
21175             "icon": "bank",
21176             "geometry": [
21177                 "point",
21178                 "area"
21179             ],
21180             "fields": [
21181                 "atm",
21182                 "operator",
21183                 "address",
21184                 "building_area",
21185                 "opening_hours",
21186                 "drive_through"
21187             ],
21188             "suggestion": true
21189         },
21190         "amenity/bank/Sberbank": {
21191             "tags": {
21192                 "name": "Sberbank",
21193                 "amenity": "bank"
21194             },
21195             "name": "Sberbank",
21196             "icon": "bank",
21197             "geometry": [
21198                 "point",
21199                 "area"
21200             ],
21201             "fields": [
21202                 "atm",
21203                 "operator",
21204                 "address",
21205                 "building_area",
21206                 "opening_hours",
21207                 "drive_through"
21208             ],
21209             "suggestion": true
21210         },
21211         "amenity/bank/CIC": {
21212             "tags": {
21213                 "name": "CIC",
21214                 "amenity": "bank"
21215             },
21216             "name": "CIC",
21217             "icon": "bank",
21218             "geometry": [
21219                 "point",
21220                 "area"
21221             ],
21222             "fields": [
21223                 "atm",
21224                 "operator",
21225                 "address",
21226                 "building_area",
21227                 "opening_hours",
21228                 "drive_through"
21229             ],
21230             "suggestion": true
21231         },
21232         "amenity/bank/Bancpost": {
21233             "tags": {
21234                 "name": "Bancpost",
21235                 "amenity": "bank"
21236             },
21237             "name": "Bancpost",
21238             "icon": "bank",
21239             "geometry": [
21240                 "point",
21241                 "area"
21242             ],
21243             "fields": [
21244                 "atm",
21245                 "operator",
21246                 "address",
21247                 "building_area",
21248                 "opening_hours",
21249                 "drive_through"
21250             ],
21251             "suggestion": true
21252         },
21253         "amenity/bank/Caja Madrid": {
21254             "tags": {
21255                 "name": "Caja Madrid",
21256                 "amenity": "bank"
21257             },
21258             "name": "Caja Madrid",
21259             "icon": "bank",
21260             "geometry": [
21261                 "point",
21262                 "area"
21263             ],
21264             "fields": [
21265                 "atm",
21266                 "operator",
21267                 "address",
21268                 "building_area",
21269                 "opening_hours",
21270                 "drive_through"
21271             ],
21272             "suggestion": true
21273         },
21274         "amenity/bank/Maybank": {
21275             "tags": {
21276                 "name": "Maybank",
21277                 "amenity": "bank"
21278             },
21279             "name": "Maybank",
21280             "icon": "bank",
21281             "geometry": [
21282                 "point",
21283                 "area"
21284             ],
21285             "fields": [
21286                 "atm",
21287                 "operator",
21288                 "address",
21289                 "building_area",
21290                 "opening_hours",
21291                 "drive_through"
21292             ],
21293             "suggestion": true
21294         },
21295         "amenity/bank/中国银行": {
21296             "tags": {
21297                 "name": "中国银行",
21298                 "amenity": "bank"
21299             },
21300             "name": "中国银行",
21301             "icon": "bank",
21302             "geometry": [
21303                 "point",
21304                 "area"
21305             ],
21306             "fields": [
21307                 "atm",
21308                 "operator",
21309                 "address",
21310                 "building_area",
21311                 "opening_hours",
21312                 "drive_through"
21313             ],
21314             "suggestion": true
21315         },
21316         "amenity/bank/Unicredit Banca": {
21317             "tags": {
21318                 "name": "Unicredit Banca",
21319                 "amenity": "bank"
21320             },
21321             "name": "Unicredit Banca",
21322             "icon": "bank",
21323             "geometry": [
21324                 "point",
21325                 "area"
21326             ],
21327             "fields": [
21328                 "atm",
21329                 "operator",
21330                 "address",
21331                 "building_area",
21332                 "opening_hours",
21333                 "drive_through"
21334             ],
21335             "suggestion": true
21336         },
21337         "amenity/bank/Crédit Mutuel": {
21338             "tags": {
21339                 "name": "Crédit Mutuel",
21340                 "amenity": "bank"
21341             },
21342             "name": "Crédit Mutuel",
21343             "icon": "bank",
21344             "geometry": [
21345                 "point",
21346                 "area"
21347             ],
21348             "fields": [
21349                 "atm",
21350                 "operator",
21351                 "address",
21352                 "building_area",
21353                 "opening_hours",
21354                 "drive_through"
21355             ],
21356             "suggestion": true
21357         },
21358         "amenity/bank/BBVA": {
21359             "tags": {
21360                 "name": "BBVA",
21361                 "amenity": "bank"
21362             },
21363             "name": "BBVA",
21364             "icon": "bank",
21365             "geometry": [
21366                 "point",
21367                 "area"
21368             ],
21369             "fields": [
21370                 "atm",
21371                 "operator",
21372                 "address",
21373                 "building_area",
21374                 "opening_hours",
21375                 "drive_through"
21376             ],
21377             "suggestion": true
21378         },
21379         "amenity/bank/Intesa San Paolo": {
21380             "tags": {
21381                 "name": "Intesa San Paolo",
21382                 "amenity": "bank"
21383             },
21384             "name": "Intesa San Paolo",
21385             "icon": "bank",
21386             "geometry": [
21387                 "point",
21388                 "area"
21389             ],
21390             "fields": [
21391                 "atm",
21392                 "operator",
21393                 "address",
21394                 "building_area",
21395                 "opening_hours",
21396                 "drive_through"
21397             ],
21398             "suggestion": true
21399         },
21400         "amenity/bank/TD Bank": {
21401             "tags": {
21402                 "name": "TD Bank",
21403                 "amenity": "bank"
21404             },
21405             "name": "TD Bank",
21406             "icon": "bank",
21407             "geometry": [
21408                 "point",
21409                 "area"
21410             ],
21411             "fields": [
21412                 "atm",
21413                 "operator",
21414                 "address",
21415                 "building_area",
21416                 "opening_hours",
21417                 "drive_through"
21418             ],
21419             "suggestion": true
21420         },
21421         "amenity/bank/Belfius": {
21422             "tags": {
21423                 "name": "Belfius",
21424                 "amenity": "bank"
21425             },
21426             "name": "Belfius",
21427             "icon": "bank",
21428             "geometry": [
21429                 "point",
21430                 "area"
21431             ],
21432             "fields": [
21433                 "atm",
21434                 "operator",
21435                 "address",
21436                 "building_area",
21437                 "opening_hours",
21438                 "drive_through"
21439             ],
21440             "suggestion": true
21441         },
21442         "amenity/bank/Bank of America": {
21443             "tags": {
21444                 "name": "Bank of America",
21445                 "amenity": "bank"
21446             },
21447             "name": "Bank of America",
21448             "icon": "bank",
21449             "geometry": [
21450                 "point",
21451                 "area"
21452             ],
21453             "fields": [
21454                 "atm",
21455                 "operator",
21456                 "address",
21457                 "building_area",
21458                 "opening_hours",
21459                 "drive_through"
21460             ],
21461             "suggestion": true
21462         },
21463         "amenity/bank/RBC": {
21464             "tags": {
21465                 "name": "RBC",
21466                 "amenity": "bank"
21467             },
21468             "name": "RBC",
21469             "icon": "bank",
21470             "geometry": [
21471                 "point",
21472                 "area"
21473             ],
21474             "fields": [
21475                 "atm",
21476                 "operator",
21477                 "address",
21478                 "building_area",
21479                 "opening_hours",
21480                 "drive_through"
21481             ],
21482             "suggestion": true
21483         },
21484         "amenity/bank/Alpha Bank": {
21485             "tags": {
21486                 "name": "Alpha Bank",
21487                 "amenity": "bank"
21488             },
21489             "name": "Alpha Bank",
21490             "icon": "bank",
21491             "geometry": [
21492                 "point",
21493                 "area"
21494             ],
21495             "fields": [
21496                 "atm",
21497                 "operator",
21498                 "address",
21499                 "building_area",
21500                 "opening_hours",
21501                 "drive_through"
21502             ],
21503             "suggestion": true
21504         },
21505         "amenity/bank/Сбербанк": {
21506             "tags": {
21507                 "name": "Сбербанк",
21508                 "amenity": "bank"
21509             },
21510             "name": "Сбербанк",
21511             "icon": "bank",
21512             "geometry": [
21513                 "point",
21514                 "area"
21515             ],
21516             "fields": [
21517                 "atm",
21518                 "operator",
21519                 "address",
21520                 "building_area",
21521                 "opening_hours",
21522                 "drive_through"
21523             ],
21524             "suggestion": true
21525         },
21526         "amenity/bank/Россельхозбанк": {
21527             "tags": {
21528                 "name": "Россельхозбанк",
21529                 "amenity": "bank"
21530             },
21531             "name": "Россельхозбанк",
21532             "icon": "bank",
21533             "geometry": [
21534                 "point",
21535                 "area"
21536             ],
21537             "fields": [
21538                 "atm",
21539                 "operator",
21540                 "address",
21541                 "building_area",
21542                 "opening_hours",
21543                 "drive_through"
21544             ],
21545             "suggestion": true
21546         },
21547         "amenity/bank/Crédit du Nord": {
21548             "tags": {
21549                 "name": "Crédit du Nord",
21550                 "amenity": "bank"
21551             },
21552             "name": "Crédit du Nord",
21553             "icon": "bank",
21554             "geometry": [
21555                 "point",
21556                 "area"
21557             ],
21558             "fields": [
21559                 "atm",
21560                 "operator",
21561                 "address",
21562                 "building_area",
21563                 "opening_hours",
21564                 "drive_through"
21565             ],
21566             "suggestion": true
21567         },
21568         "amenity/bank/BancoEstado": {
21569             "tags": {
21570                 "name": "BancoEstado",
21571                 "amenity": "bank"
21572             },
21573             "name": "BancoEstado",
21574             "icon": "bank",
21575             "geometry": [
21576                 "point",
21577                 "area"
21578             ],
21579             "fields": [
21580                 "atm",
21581                 "operator",
21582                 "address",
21583                 "building_area",
21584                 "opening_hours",
21585                 "drive_through"
21586             ],
21587             "suggestion": true
21588         },
21589         "amenity/bank/Millennium Bank": {
21590             "tags": {
21591                 "name": "Millennium Bank",
21592                 "amenity": "bank"
21593             },
21594             "name": "Millennium Bank",
21595             "icon": "bank",
21596             "geometry": [
21597                 "point",
21598                 "area"
21599             ],
21600             "fields": [
21601                 "atm",
21602                 "operator",
21603                 "address",
21604                 "building_area",
21605                 "opening_hours",
21606                 "drive_through"
21607             ],
21608             "suggestion": true
21609         },
21610         "amenity/bank/State Bank of India": {
21611             "tags": {
21612                 "name": "State Bank of India",
21613                 "amenity": "bank"
21614             },
21615             "name": "State Bank of India",
21616             "icon": "bank",
21617             "geometry": [
21618                 "point",
21619                 "area"
21620             ],
21621             "fields": [
21622                 "atm",
21623                 "operator",
21624                 "address",
21625                 "building_area",
21626                 "opening_hours",
21627                 "drive_through"
21628             ],
21629             "suggestion": true
21630         },
21631         "amenity/bank/Беларусбанк": {
21632             "tags": {
21633                 "name": "Беларусбанк",
21634                 "amenity": "bank"
21635             },
21636             "name": "Беларусбанк",
21637             "icon": "bank",
21638             "geometry": [
21639                 "point",
21640                 "area"
21641             ],
21642             "fields": [
21643                 "atm",
21644                 "operator",
21645                 "address",
21646                 "building_area",
21647                 "opening_hours",
21648                 "drive_through"
21649             ],
21650             "suggestion": true
21651         },
21652         "amenity/bank/ING Bank Śląski": {
21653             "tags": {
21654                 "name": "ING Bank Śląski",
21655                 "amenity": "bank"
21656             },
21657             "name": "ING Bank Śląski",
21658             "icon": "bank",
21659             "geometry": [
21660                 "point",
21661                 "area"
21662             ],
21663             "fields": [
21664                 "atm",
21665                 "operator",
21666                 "address",
21667                 "building_area",
21668                 "opening_hours",
21669                 "drive_through"
21670             ],
21671             "suggestion": true
21672         },
21673         "amenity/bank/Caixa Geral de Depósitos": {
21674             "tags": {
21675                 "name": "Caixa Geral de Depósitos",
21676                 "amenity": "bank"
21677             },
21678             "name": "Caixa Geral de Depósitos",
21679             "icon": "bank",
21680             "geometry": [
21681                 "point",
21682                 "area"
21683             ],
21684             "fields": [
21685                 "atm",
21686                 "operator",
21687                 "address",
21688                 "building_area",
21689                 "opening_hours",
21690                 "drive_through"
21691             ],
21692             "suggestion": true
21693         },
21694         "amenity/bank/Kreissparkasse Köln": {
21695             "tags": {
21696                 "name": "Kreissparkasse Köln",
21697                 "amenity": "bank"
21698             },
21699             "name": "Kreissparkasse Köln",
21700             "icon": "bank",
21701             "geometry": [
21702                 "point",
21703                 "area"
21704             ],
21705             "fields": [
21706                 "atm",
21707                 "operator",
21708                 "address",
21709                 "building_area",
21710                 "opening_hours",
21711                 "drive_through"
21712             ],
21713             "suggestion": true
21714         },
21715         "amenity/bank/Banco BCI": {
21716             "tags": {
21717                 "name": "Banco BCI",
21718                 "amenity": "bank"
21719             },
21720             "name": "Banco BCI",
21721             "icon": "bank",
21722             "geometry": [
21723                 "point",
21724                 "area"
21725             ],
21726             "fields": [
21727                 "atm",
21728                 "operator",
21729                 "address",
21730                 "building_area",
21731                 "opening_hours",
21732                 "drive_through"
21733             ],
21734             "suggestion": true
21735         },
21736         "amenity/bank/Banco de Chile": {
21737             "tags": {
21738                 "name": "Banco de Chile",
21739                 "amenity": "bank"
21740             },
21741             "name": "Banco de Chile",
21742             "icon": "bank",
21743             "geometry": [
21744                 "point",
21745                 "area"
21746             ],
21747             "fields": [
21748                 "atm",
21749                 "operator",
21750                 "address",
21751                 "building_area",
21752                 "opening_hours",
21753                 "drive_through"
21754             ],
21755             "suggestion": true
21756         },
21757         "amenity/bank/ВТБ24": {
21758             "tags": {
21759                 "name": "ВТБ24",
21760                 "amenity": "bank"
21761             },
21762             "name": "ВТБ24",
21763             "icon": "bank",
21764             "geometry": [
21765                 "point",
21766                 "area"
21767             ],
21768             "fields": [
21769                 "atm",
21770                 "operator",
21771                 "address",
21772                 "building_area",
21773                 "opening_hours",
21774                 "drive_through"
21775             ],
21776             "suggestion": true
21777         },
21778         "amenity/bank/UBS": {
21779             "tags": {
21780                 "name": "UBS",
21781                 "amenity": "bank"
21782             },
21783             "name": "UBS",
21784             "icon": "bank",
21785             "geometry": [
21786                 "point",
21787                 "area"
21788             ],
21789             "fields": [
21790                 "atm",
21791                 "operator",
21792                 "address",
21793                 "building_area",
21794                 "opening_hours",
21795                 "drive_through"
21796             ],
21797             "suggestion": true
21798         },
21799         "amenity/bank/PKO BP": {
21800             "tags": {
21801                 "name": "PKO BP",
21802                 "amenity": "bank"
21803             },
21804             "name": "PKO BP",
21805             "icon": "bank",
21806             "geometry": [
21807                 "point",
21808                 "area"
21809             ],
21810             "fields": [
21811                 "atm",
21812                 "operator",
21813                 "address",
21814                 "building_area",
21815                 "opening_hours",
21816                 "drive_through"
21817             ],
21818             "suggestion": true
21819         },
21820         "amenity/bank/Chinabank": {
21821             "tags": {
21822                 "name": "Chinabank",
21823                 "amenity": "bank"
21824             },
21825             "name": "Chinabank",
21826             "icon": "bank",
21827             "geometry": [
21828                 "point",
21829                 "area"
21830             ],
21831             "fields": [
21832                 "atm",
21833                 "operator",
21834                 "address",
21835                 "building_area",
21836                 "opening_hours",
21837                 "drive_through"
21838             ],
21839             "suggestion": true
21840         },
21841         "amenity/bank/PSBank": {
21842             "tags": {
21843                 "name": "PSBank",
21844                 "amenity": "bank"
21845             },
21846             "name": "PSBank",
21847             "icon": "bank",
21848             "geometry": [
21849                 "point",
21850                 "area"
21851             ],
21852             "fields": [
21853                 "atm",
21854                 "operator",
21855                 "address",
21856                 "building_area",
21857                 "opening_hours",
21858                 "drive_through"
21859             ],
21860             "suggestion": true
21861         },
21862         "amenity/bank/Union Bank": {
21863             "tags": {
21864                 "name": "Union Bank",
21865                 "amenity": "bank"
21866             },
21867             "name": "Union Bank",
21868             "icon": "bank",
21869             "geometry": [
21870                 "point",
21871                 "area"
21872             ],
21873             "fields": [
21874                 "atm",
21875                 "operator",
21876                 "address",
21877                 "building_area",
21878                 "opening_hours",
21879                 "drive_through"
21880             ],
21881             "suggestion": true
21882         },
21883         "amenity/bank/China Bank": {
21884             "tags": {
21885                 "name": "China Bank",
21886                 "amenity": "bank"
21887             },
21888             "name": "China Bank",
21889             "icon": "bank",
21890             "geometry": [
21891                 "point",
21892                 "area"
21893             ],
21894             "fields": [
21895                 "atm",
21896                 "operator",
21897                 "address",
21898                 "building_area",
21899                 "opening_hours",
21900                 "drive_through"
21901             ],
21902             "suggestion": true
21903         },
21904         "amenity/bank/RCBC": {
21905             "tags": {
21906                 "name": "RCBC",
21907                 "amenity": "bank"
21908             },
21909             "name": "RCBC",
21910             "icon": "bank",
21911             "geometry": [
21912                 "point",
21913                 "area"
21914             ],
21915             "fields": [
21916                 "atm",
21917                 "operator",
21918                 "address",
21919                 "building_area",
21920                 "opening_hours",
21921                 "drive_through"
21922             ],
21923             "suggestion": true
21924         },
21925         "amenity/bank/Unicaja": {
21926             "tags": {
21927                 "name": "Unicaja",
21928                 "amenity": "bank"
21929             },
21930             "name": "Unicaja",
21931             "icon": "bank",
21932             "geometry": [
21933                 "point",
21934                 "area"
21935             ],
21936             "fields": [
21937                 "atm",
21938                 "operator",
21939                 "address",
21940                 "building_area",
21941                 "opening_hours",
21942                 "drive_through"
21943             ],
21944             "suggestion": true
21945         },
21946         "amenity/bank/BBK": {
21947             "tags": {
21948                 "name": "BBK",
21949                 "amenity": "bank"
21950             },
21951             "name": "BBK",
21952             "icon": "bank",
21953             "geometry": [
21954                 "point",
21955                 "area"
21956             ],
21957             "fields": [
21958                 "atm",
21959                 "operator",
21960                 "address",
21961                 "building_area",
21962                 "opening_hours",
21963                 "drive_through"
21964             ],
21965             "suggestion": true
21966         },
21967         "amenity/bank/Ibercaja": {
21968             "tags": {
21969                 "name": "Ibercaja",
21970                 "amenity": "bank"
21971             },
21972             "name": "Ibercaja",
21973             "icon": "bank",
21974             "geometry": [
21975                 "point",
21976                 "area"
21977             ],
21978             "fields": [
21979                 "atm",
21980                 "operator",
21981                 "address",
21982                 "building_area",
21983                 "opening_hours",
21984                 "drive_through"
21985             ],
21986             "suggestion": true
21987         },
21988         "amenity/bank/RBS": {
21989             "tags": {
21990                 "name": "RBS",
21991                 "amenity": "bank"
21992             },
21993             "name": "RBS",
21994             "icon": "bank",
21995             "geometry": [
21996                 "point",
21997                 "area"
21998             ],
21999             "fields": [
22000                 "atm",
22001                 "operator",
22002                 "address",
22003                 "building_area",
22004                 "opening_hours",
22005                 "drive_through"
22006             ],
22007             "suggestion": true
22008         },
22009         "amenity/bank/Commercial Bank of Ceylon PLC": {
22010             "tags": {
22011                 "name": "Commercial Bank of Ceylon PLC",
22012                 "amenity": "bank"
22013             },
22014             "name": "Commercial Bank of Ceylon PLC",
22015             "icon": "bank",
22016             "geometry": [
22017                 "point",
22018                 "area"
22019             ],
22020             "fields": [
22021                 "atm",
22022                 "operator",
22023                 "address",
22024                 "building_area",
22025                 "opening_hours",
22026                 "drive_through"
22027             ],
22028             "suggestion": true
22029         },
22030         "amenity/bank/Bank of Ireland": {
22031             "tags": {
22032                 "name": "Bank of Ireland",
22033                 "amenity": "bank"
22034             },
22035             "name": "Bank of Ireland",
22036             "icon": "bank",
22037             "geometry": [
22038                 "point",
22039                 "area"
22040             ],
22041             "fields": [
22042                 "atm",
22043                 "operator",
22044                 "address",
22045                 "building_area",
22046                 "opening_hours",
22047                 "drive_through"
22048             ],
22049             "suggestion": true
22050         },
22051         "amenity/bank/BNL": {
22052             "tags": {
22053                 "name": "BNL",
22054                 "amenity": "bank"
22055             },
22056             "name": "BNL",
22057             "icon": "bank",
22058             "geometry": [
22059                 "point",
22060                 "area"
22061             ],
22062             "fields": [
22063                 "atm",
22064                 "operator",
22065                 "address",
22066                 "building_area",
22067                 "opening_hours",
22068                 "drive_through"
22069             ],
22070             "suggestion": true
22071         },
22072         "amenity/bank/Banco Santander": {
22073             "tags": {
22074                 "name": "Banco Santander",
22075                 "amenity": "bank"
22076             },
22077             "name": "Banco Santander",
22078             "icon": "bank",
22079             "geometry": [
22080                 "point",
22081                 "area"
22082             ],
22083             "fields": [
22084                 "atm",
22085                 "operator",
22086                 "address",
22087                 "building_area",
22088                 "opening_hours",
22089                 "drive_through"
22090             ],
22091             "suggestion": true
22092         },
22093         "amenity/bank/Banco Itaú": {
22094             "tags": {
22095                 "name": "Banco Itaú",
22096                 "amenity": "bank"
22097             },
22098             "name": "Banco Itaú",
22099             "icon": "bank",
22100             "geometry": [
22101                 "point",
22102                 "area"
22103             ],
22104             "fields": [
22105                 "atm",
22106                 "operator",
22107                 "address",
22108                 "building_area",
22109                 "opening_hours",
22110                 "drive_through"
22111             ],
22112             "suggestion": true
22113         },
22114         "amenity/bank/AIB": {
22115             "tags": {
22116                 "name": "AIB",
22117                 "amenity": "bank"
22118             },
22119             "name": "AIB",
22120             "icon": "bank",
22121             "geometry": [
22122                 "point",
22123                 "area"
22124             ],
22125             "fields": [
22126                 "atm",
22127                 "operator",
22128                 "address",
22129                 "building_area",
22130                 "opening_hours",
22131                 "drive_through"
22132             ],
22133             "suggestion": true
22134         },
22135         "amenity/bank/BZ WBK": {
22136             "tags": {
22137                 "name": "BZ WBK",
22138                 "amenity": "bank"
22139             },
22140             "name": "BZ WBK",
22141             "icon": "bank",
22142             "geometry": [
22143                 "point",
22144                 "area"
22145             ],
22146             "fields": [
22147                 "atm",
22148                 "operator",
22149                 "address",
22150                 "building_area",
22151                 "opening_hours",
22152                 "drive_through"
22153             ],
22154             "suggestion": true
22155         },
22156         "amenity/bank/Banco do Brasil": {
22157             "tags": {
22158                 "name": "Banco do Brasil",
22159                 "amenity": "bank"
22160             },
22161             "name": "Banco do Brasil",
22162             "icon": "bank",
22163             "geometry": [
22164                 "point",
22165                 "area"
22166             ],
22167             "fields": [
22168                 "atm",
22169                 "operator",
22170                 "address",
22171                 "building_area",
22172                 "opening_hours",
22173                 "drive_through"
22174             ],
22175             "suggestion": true
22176         },
22177         "amenity/bank/Caixa Econômica Federal": {
22178             "tags": {
22179                 "name": "Caixa Econômica Federal",
22180                 "amenity": "bank"
22181             },
22182             "name": "Caixa Econômica Federal",
22183             "icon": "bank",
22184             "geometry": [
22185                 "point",
22186                 "area"
22187             ],
22188             "fields": [
22189                 "atm",
22190                 "operator",
22191                 "address",
22192                 "building_area",
22193                 "opening_hours",
22194                 "drive_through"
22195             ],
22196             "suggestion": true
22197         },
22198         "amenity/bank/Fifth Third Bank": {
22199             "tags": {
22200                 "name": "Fifth Third Bank",
22201                 "amenity": "bank"
22202             },
22203             "name": "Fifth Third Bank",
22204             "icon": "bank",
22205             "geometry": [
22206                 "point",
22207                 "area"
22208             ],
22209             "fields": [
22210                 "atm",
22211                 "operator",
22212                 "address",
22213                 "building_area",
22214                 "opening_hours",
22215                 "drive_through"
22216             ],
22217             "suggestion": true
22218         },
22219         "amenity/bank/Banca Popolare di Vicenza": {
22220             "tags": {
22221                 "name": "Banca Popolare di Vicenza",
22222                 "amenity": "bank"
22223             },
22224             "name": "Banca Popolare di Vicenza",
22225             "icon": "bank",
22226             "geometry": [
22227                 "point",
22228                 "area"
22229             ],
22230             "fields": [
22231                 "atm",
22232                 "operator",
22233                 "address",
22234                 "building_area",
22235                 "opening_hours",
22236                 "drive_through"
22237             ],
22238             "suggestion": true
22239         },
22240         "amenity/bank/Wachovia": {
22241             "tags": {
22242                 "name": "Wachovia",
22243                 "amenity": "bank"
22244             },
22245             "name": "Wachovia",
22246             "icon": "bank",
22247             "geometry": [
22248                 "point",
22249                 "area"
22250             ],
22251             "fields": [
22252                 "atm",
22253                 "operator",
22254                 "address",
22255                 "building_area",
22256                 "opening_hours",
22257                 "drive_through"
22258             ],
22259             "suggestion": true
22260         },
22261         "amenity/bank/OLB": {
22262             "tags": {
22263                 "name": "OLB",
22264                 "amenity": "bank"
22265             },
22266             "name": "OLB",
22267             "icon": "bank",
22268             "geometry": [
22269                 "point",
22270                 "area"
22271             ],
22272             "fields": [
22273                 "atm",
22274                 "operator",
22275                 "address",
22276                 "building_area",
22277                 "opening_hours",
22278                 "drive_through"
22279             ],
22280             "suggestion": true
22281         },
22282         "amenity/bank/みずほ銀行": {
22283             "tags": {
22284                 "name": "みずほ銀行",
22285                 "amenity": "bank"
22286             },
22287             "name": "みずほ銀行",
22288             "icon": "bank",
22289             "geometry": [
22290                 "point",
22291                 "area"
22292             ],
22293             "fields": [
22294                 "atm",
22295                 "operator",
22296                 "address",
22297                 "building_area",
22298                 "opening_hours",
22299                 "drive_through"
22300             ],
22301             "suggestion": true
22302         },
22303         "amenity/bank/BES": {
22304             "tags": {
22305                 "name": "BES",
22306                 "amenity": "bank"
22307             },
22308             "name": "BES",
22309             "icon": "bank",
22310             "geometry": [
22311                 "point",
22312                 "area"
22313             ],
22314             "fields": [
22315                 "atm",
22316                 "operator",
22317                 "address",
22318                 "building_area",
22319                 "opening_hours",
22320                 "drive_through"
22321             ],
22322             "suggestion": true
22323         },
22324         "amenity/bank/ICICI Bank": {
22325             "tags": {
22326                 "name": "ICICI Bank",
22327                 "amenity": "bank"
22328             },
22329             "name": "ICICI Bank",
22330             "icon": "bank",
22331             "geometry": [
22332                 "point",
22333                 "area"
22334             ],
22335             "fields": [
22336                 "atm",
22337                 "operator",
22338                 "address",
22339                 "building_area",
22340                 "opening_hours",
22341                 "drive_through"
22342             ],
22343             "suggestion": true
22344         },
22345         "amenity/bank/HDFC Bank": {
22346             "tags": {
22347                 "name": "HDFC Bank",
22348                 "amenity": "bank"
22349             },
22350             "name": "HDFC Bank",
22351             "icon": "bank",
22352             "geometry": [
22353                 "point",
22354                 "area"
22355             ],
22356             "fields": [
22357                 "atm",
22358                 "operator",
22359                 "address",
22360                 "building_area",
22361                 "opening_hours",
22362                 "drive_through"
22363             ],
22364             "suggestion": true
22365         },
22366         "amenity/bank/La Banque Postale": {
22367             "tags": {
22368                 "name": "La Banque Postale",
22369                 "amenity": "bank"
22370             },
22371             "name": "La Banque Postale",
22372             "icon": "bank",
22373             "geometry": [
22374                 "point",
22375                 "area"
22376             ],
22377             "fields": [
22378                 "atm",
22379                 "operator",
22380                 "address",
22381                 "building_area",
22382                 "opening_hours",
22383                 "drive_through"
22384             ],
22385             "suggestion": true
22386         },
22387         "amenity/bank/Pekao SA": {
22388             "tags": {
22389                 "name": "Pekao SA",
22390                 "amenity": "bank"
22391             },
22392             "name": "Pekao SA",
22393             "icon": "bank",
22394             "geometry": [
22395                 "point",
22396                 "area"
22397             ],
22398             "fields": [
22399                 "atm",
22400                 "operator",
22401                 "address",
22402                 "building_area",
22403                 "opening_hours",
22404                 "drive_through"
22405             ],
22406             "suggestion": true
22407         },
22408         "amenity/bank/Oberbank": {
22409             "tags": {
22410                 "name": "Oberbank",
22411                 "amenity": "bank"
22412             },
22413             "name": "Oberbank",
22414             "icon": "bank",
22415             "geometry": [
22416                 "point",
22417                 "area"
22418             ],
22419             "fields": [
22420                 "atm",
22421                 "operator",
22422                 "address",
22423                 "building_area",
22424                 "opening_hours",
22425                 "drive_through"
22426             ],
22427             "suggestion": true
22428         },
22429         "amenity/bank/Bradesco": {
22430             "tags": {
22431                 "name": "Bradesco",
22432                 "amenity": "bank"
22433             },
22434             "name": "Bradesco",
22435             "icon": "bank",
22436             "geometry": [
22437                 "point",
22438                 "area"
22439             ],
22440             "fields": [
22441                 "atm",
22442                 "operator",
22443                 "address",
22444                 "building_area",
22445                 "opening_hours",
22446                 "drive_through"
22447             ],
22448             "suggestion": true
22449         },
22450         "amenity/bank/Oldenburgische Landesbank": {
22451             "tags": {
22452                 "name": "Oldenburgische Landesbank",
22453                 "amenity": "bank"
22454             },
22455             "name": "Oldenburgische Landesbank",
22456             "icon": "bank",
22457             "geometry": [
22458                 "point",
22459                 "area"
22460             ],
22461             "fields": [
22462                 "atm",
22463                 "operator",
22464                 "address",
22465                 "building_area",
22466                 "opening_hours",
22467                 "drive_through"
22468             ],
22469             "suggestion": true
22470         },
22471         "amenity/bank/Bendigo Bank": {
22472             "tags": {
22473                 "name": "Bendigo Bank",
22474                 "amenity": "bank"
22475             },
22476             "name": "Bendigo Bank",
22477             "icon": "bank",
22478             "geometry": [
22479                 "point",
22480                 "area"
22481             ],
22482             "fields": [
22483                 "atm",
22484                 "operator",
22485                 "address",
22486                 "building_area",
22487                 "opening_hours",
22488                 "drive_through"
22489             ],
22490             "suggestion": true
22491         },
22492         "amenity/bank/Argenta": {
22493             "tags": {
22494                 "name": "Argenta",
22495                 "amenity": "bank"
22496             },
22497             "name": "Argenta",
22498             "icon": "bank",
22499             "geometry": [
22500                 "point",
22501                 "area"
22502             ],
22503             "fields": [
22504                 "atm",
22505                 "operator",
22506                 "address",
22507                 "building_area",
22508                 "opening_hours",
22509                 "drive_through"
22510             ],
22511             "suggestion": true
22512         },
22513         "amenity/bank/AXA": {
22514             "tags": {
22515                 "name": "AXA",
22516                 "amenity": "bank"
22517             },
22518             "name": "AXA",
22519             "icon": "bank",
22520             "geometry": [
22521                 "point",
22522                 "area"
22523             ],
22524             "fields": [
22525                 "atm",
22526                 "operator",
22527                 "address",
22528                 "building_area",
22529                 "opening_hours",
22530                 "drive_through"
22531             ],
22532             "suggestion": true
22533         },
22534         "amenity/bank/Axis Bank": {
22535             "tags": {
22536                 "name": "Axis Bank",
22537                 "amenity": "bank"
22538             },
22539             "name": "Axis Bank",
22540             "icon": "bank",
22541             "geometry": [
22542                 "point",
22543                 "area"
22544             ],
22545             "fields": [
22546                 "atm",
22547                 "operator",
22548                 "address",
22549                 "building_area",
22550                 "opening_hours",
22551                 "drive_through"
22552             ],
22553             "suggestion": true
22554         },
22555         "amenity/bank/Banco Nación": {
22556             "tags": {
22557                 "name": "Banco Nación",
22558                 "amenity": "bank"
22559             },
22560             "name": "Banco Nación",
22561             "icon": "bank",
22562             "geometry": [
22563                 "point",
22564                 "area"
22565             ],
22566             "fields": [
22567                 "atm",
22568                 "operator",
22569                 "address",
22570                 "building_area",
22571                 "opening_hours",
22572                 "drive_through"
22573             ],
22574             "suggestion": true
22575         },
22576         "amenity/bank/GE Money Bank": {
22577             "tags": {
22578                 "name": "GE Money Bank",
22579                 "amenity": "bank"
22580             },
22581             "name": "GE Money Bank",
22582             "icon": "bank",
22583             "geometry": [
22584                 "point",
22585                 "area"
22586             ],
22587             "fields": [
22588                 "atm",
22589                 "operator",
22590                 "address",
22591                 "building_area",
22592                 "opening_hours",
22593                 "drive_through"
22594             ],
22595             "suggestion": true
22596         },
22597         "amenity/bank/Альфа-Банк": {
22598             "tags": {
22599                 "name": "Альфа-Банк",
22600                 "amenity": "bank"
22601             },
22602             "name": "Альфа-Банк",
22603             "icon": "bank",
22604             "geometry": [
22605                 "point",
22606                 "area"
22607             ],
22608             "fields": [
22609                 "atm",
22610                 "operator",
22611                 "address",
22612                 "building_area",
22613                 "opening_hours",
22614                 "drive_through"
22615             ],
22616             "suggestion": true
22617         },
22618         "amenity/bank/Белагропромбанк": {
22619             "tags": {
22620                 "name": "Белагропромбанк",
22621                 "amenity": "bank"
22622             },
22623             "name": "Белагропромбанк",
22624             "icon": "bank",
22625             "geometry": [
22626                 "point",
22627                 "area"
22628             ],
22629             "fields": [
22630                 "atm",
22631                 "operator",
22632                 "address",
22633                 "building_area",
22634                 "opening_hours",
22635                 "drive_through"
22636             ],
22637             "suggestion": true
22638         },
22639         "amenity/bank/Caja Círculo": {
22640             "tags": {
22641                 "name": "Caja Círculo",
22642                 "amenity": "bank"
22643             },
22644             "name": "Caja Círculo",
22645             "icon": "bank",
22646             "geometry": [
22647                 "point",
22648                 "area"
22649             ],
22650             "fields": [
22651                 "atm",
22652                 "operator",
22653                 "address",
22654                 "building_area",
22655                 "opening_hours",
22656                 "drive_through"
22657             ],
22658             "suggestion": true
22659         },
22660         "amenity/bank/Banco Galicia": {
22661             "tags": {
22662                 "name": "Banco Galicia",
22663                 "amenity": "bank"
22664             },
22665             "name": "Banco Galicia",
22666             "icon": "bank",
22667             "geometry": [
22668                 "point",
22669                 "area"
22670             ],
22671             "fields": [
22672                 "atm",
22673                 "operator",
22674                 "address",
22675                 "building_area",
22676                 "opening_hours",
22677                 "drive_through"
22678             ],
22679             "suggestion": true
22680         },
22681         "amenity/bank/Eurobank": {
22682             "tags": {
22683                 "name": "Eurobank",
22684                 "amenity": "bank"
22685             },
22686             "name": "Eurobank",
22687             "icon": "bank",
22688             "geometry": [
22689                 "point",
22690                 "area"
22691             ],
22692             "fields": [
22693                 "atm",
22694                 "operator",
22695                 "address",
22696                 "building_area",
22697                 "opening_hours",
22698                 "drive_through"
22699             ],
22700             "suggestion": true
22701         },
22702         "amenity/bank/Banca Intesa": {
22703             "tags": {
22704                 "name": "Banca Intesa",
22705                 "amenity": "bank"
22706             },
22707             "name": "Banca Intesa",
22708             "icon": "bank",
22709             "geometry": [
22710                 "point",
22711                 "area"
22712             ],
22713             "fields": [
22714                 "atm",
22715                 "operator",
22716                 "address",
22717                 "building_area",
22718                 "opening_hours",
22719                 "drive_through"
22720             ],
22721             "suggestion": true
22722         },
22723         "amenity/bank/Canara Bank": {
22724             "tags": {
22725                 "name": "Canara Bank",
22726                 "amenity": "bank"
22727             },
22728             "name": "Canara Bank",
22729             "icon": "bank",
22730             "geometry": [
22731                 "point",
22732                 "area"
22733             ],
22734             "fields": [
22735                 "atm",
22736                 "operator",
22737                 "address",
22738                 "building_area",
22739                 "opening_hours",
22740                 "drive_through"
22741             ],
22742             "suggestion": true
22743         },
22744         "amenity/bank/Cajamar": {
22745             "tags": {
22746                 "name": "Cajamar",
22747                 "amenity": "bank"
22748             },
22749             "name": "Cajamar",
22750             "icon": "bank",
22751             "geometry": [
22752                 "point",
22753                 "area"
22754             ],
22755             "fields": [
22756                 "atm",
22757                 "operator",
22758                 "address",
22759                 "building_area",
22760                 "opening_hours",
22761                 "drive_through"
22762             ],
22763             "suggestion": true
22764         },
22765         "amenity/bank/Banamex": {
22766             "tags": {
22767                 "name": "Banamex",
22768                 "amenity": "bank"
22769             },
22770             "name": "Banamex",
22771             "icon": "bank",
22772             "geometry": [
22773                 "point",
22774                 "area"
22775             ],
22776             "fields": [
22777                 "atm",
22778                 "operator",
22779                 "address",
22780                 "building_area",
22781                 "opening_hours",
22782                 "drive_through"
22783             ],
22784             "suggestion": true
22785         },
22786         "amenity/bank/Crédit Mutuel de Bretagne": {
22787             "tags": {
22788                 "name": "Crédit Mutuel de Bretagne",
22789                 "amenity": "bank"
22790             },
22791             "name": "Crédit Mutuel de Bretagne",
22792             "icon": "bank",
22793             "geometry": [
22794                 "point",
22795                 "area"
22796             ],
22797             "fields": [
22798                 "atm",
22799                 "operator",
22800                 "address",
22801                 "building_area",
22802                 "opening_hours",
22803                 "drive_through"
22804             ],
22805             "suggestion": true
22806         },
22807         "amenity/bank/Davivienda": {
22808             "tags": {
22809                 "name": "Davivienda",
22810                 "amenity": "bank"
22811             },
22812             "name": "Davivienda",
22813             "icon": "bank",
22814             "geometry": [
22815                 "point",
22816                 "area"
22817             ],
22818             "fields": [
22819                 "atm",
22820                 "operator",
22821                 "address",
22822                 "building_area",
22823                 "opening_hours",
22824                 "drive_through"
22825             ],
22826             "suggestion": true
22827         },
22828         "amenity/bank/Bank Spółdzielczy": {
22829             "tags": {
22830                 "name": "Bank Spółdzielczy",
22831                 "amenity": "bank"
22832             },
22833             "name": "Bank Spółdzielczy",
22834             "icon": "bank",
22835             "geometry": [
22836                 "point",
22837                 "area"
22838             ],
22839             "fields": [
22840                 "atm",
22841                 "operator",
22842                 "address",
22843                 "building_area",
22844                 "opening_hours",
22845                 "drive_through"
22846             ],
22847             "suggestion": true
22848         },
22849         "amenity/bank/Credit Agricole": {
22850             "tags": {
22851                 "name": "Credit Agricole",
22852                 "amenity": "bank"
22853             },
22854             "name": "Credit Agricole",
22855             "icon": "bank",
22856             "geometry": [
22857                 "point",
22858                 "area"
22859             ],
22860             "fields": [
22861                 "atm",
22862                 "operator",
22863                 "address",
22864                 "building_area",
22865                 "opening_hours",
22866                 "drive_through"
22867             ],
22868             "suggestion": true
22869         },
22870         "amenity/bank/Bankinter": {
22871             "tags": {
22872                 "name": "Bankinter",
22873                 "amenity": "bank"
22874             },
22875             "name": "Bankinter",
22876             "icon": "bank",
22877             "geometry": [
22878                 "point",
22879                 "area"
22880             ],
22881             "fields": [
22882                 "atm",
22883                 "operator",
22884                 "address",
22885                 "building_area",
22886                 "opening_hours",
22887                 "drive_through"
22888             ],
22889             "suggestion": true
22890         },
22891         "amenity/bank/Banque Nationale": {
22892             "tags": {
22893                 "name": "Banque Nationale",
22894                 "amenity": "bank"
22895             },
22896             "name": "Banque Nationale",
22897             "icon": "bank",
22898             "geometry": [
22899                 "point",
22900                 "area"
22901             ],
22902             "fields": [
22903                 "atm",
22904                 "operator",
22905                 "address",
22906                 "building_area",
22907                 "opening_hours",
22908                 "drive_through"
22909             ],
22910             "suggestion": true
22911         },
22912         "amenity/bank/Bank of the West": {
22913             "tags": {
22914                 "name": "Bank of the West",
22915                 "amenity": "bank"
22916             },
22917             "name": "Bank of the West",
22918             "icon": "bank",
22919             "geometry": [
22920                 "point",
22921                 "area"
22922             ],
22923             "fields": [
22924                 "atm",
22925                 "operator",
22926                 "address",
22927                 "building_area",
22928                 "opening_hours",
22929                 "drive_through"
22930             ],
22931             "suggestion": true
22932         },
22933         "amenity/bank/Key Bank": {
22934             "tags": {
22935                 "name": "Key Bank",
22936                 "amenity": "bank"
22937             },
22938             "name": "Key Bank",
22939             "icon": "bank",
22940             "geometry": [
22941                 "point",
22942                 "area"
22943             ],
22944             "fields": [
22945                 "atm",
22946                 "operator",
22947                 "address",
22948                 "building_area",
22949                 "opening_hours",
22950                 "drive_through"
22951             ],
22952             "suggestion": true
22953         },
22954         "amenity/bank/Western Union": {
22955             "tags": {
22956                 "name": "Western Union",
22957                 "amenity": "bank"
22958             },
22959             "name": "Western Union",
22960             "icon": "bank",
22961             "geometry": [
22962                 "point",
22963                 "area"
22964             ],
22965             "fields": [
22966                 "atm",
22967                 "operator",
22968                 "address",
22969                 "building_area",
22970                 "opening_hours",
22971                 "drive_through"
22972             ],
22973             "suggestion": true
22974         },
22975         "amenity/bank/Citizens Bank": {
22976             "tags": {
22977                 "name": "Citizens Bank",
22978                 "amenity": "bank"
22979             },
22980             "name": "Citizens Bank",
22981             "icon": "bank",
22982             "geometry": [
22983                 "point",
22984                 "area"
22985             ],
22986             "fields": [
22987                 "atm",
22988                 "operator",
22989                 "address",
22990                 "building_area",
22991                 "opening_hours",
22992                 "drive_through"
22993             ],
22994             "suggestion": true
22995         },
22996         "amenity/bank/ПриватБанк": {
22997             "tags": {
22998                 "name": "ПриватБанк",
22999                 "amenity": "bank"
23000             },
23001             "name": "ПриватБанк",
23002             "icon": "bank",
23003             "geometry": [
23004                 "point",
23005                 "area"
23006             ],
23007             "fields": [
23008                 "atm",
23009                 "operator",
23010                 "address",
23011                 "building_area",
23012                 "opening_hours",
23013                 "drive_through"
23014             ],
23015             "suggestion": true
23016         },
23017         "amenity/bank/Security Bank": {
23018             "tags": {
23019                 "name": "Security Bank",
23020                 "amenity": "bank"
23021             },
23022             "name": "Security Bank",
23023             "icon": "bank",
23024             "geometry": [
23025                 "point",
23026                 "area"
23027             ],
23028             "fields": [
23029                 "atm",
23030                 "operator",
23031                 "address",
23032                 "building_area",
23033                 "opening_hours",
23034                 "drive_through"
23035             ],
23036             "suggestion": true
23037         },
23038         "amenity/bank/Millenium": {
23039             "tags": {
23040                 "name": "Millenium",
23041                 "amenity": "bank"
23042             },
23043             "name": "Millenium",
23044             "icon": "bank",
23045             "geometry": [
23046                 "point",
23047                 "area"
23048             ],
23049             "fields": [
23050                 "atm",
23051                 "operator",
23052                 "address",
23053                 "building_area",
23054                 "opening_hours",
23055                 "drive_through"
23056             ],
23057             "suggestion": true
23058         },
23059         "amenity/bank/Bankia": {
23060             "tags": {
23061                 "name": "Bankia",
23062                 "amenity": "bank"
23063             },
23064             "name": "Bankia",
23065             "icon": "bank",
23066             "geometry": [
23067                 "point",
23068                 "area"
23069             ],
23070             "fields": [
23071                 "atm",
23072                 "operator",
23073                 "address",
23074                 "building_area",
23075                 "opening_hours",
23076                 "drive_through"
23077             ],
23078             "suggestion": true
23079         },
23080         "amenity/bank/三菱東京UFJ銀行": {
23081             "tags": {
23082                 "name": "三菱東京UFJ銀行",
23083                 "amenity": "bank"
23084             },
23085             "name": "三菱東京UFJ銀行",
23086             "icon": "bank",
23087             "geometry": [
23088                 "point",
23089                 "area"
23090             ],
23091             "fields": [
23092                 "atm",
23093                 "operator",
23094                 "address",
23095                 "building_area",
23096                 "opening_hours",
23097                 "drive_through"
23098             ],
23099             "suggestion": true
23100         },
23101         "amenity/bank/Caixa": {
23102             "tags": {
23103                 "name": "Caixa",
23104                 "amenity": "bank"
23105             },
23106             "name": "Caixa",
23107             "icon": "bank",
23108             "geometry": [
23109                 "point",
23110                 "area"
23111             ],
23112             "fields": [
23113                 "atm",
23114                 "operator",
23115                 "address",
23116                 "building_area",
23117                 "opening_hours",
23118                 "drive_through"
23119             ],
23120             "suggestion": true
23121         },
23122         "amenity/bank/Banco de Costa Rica": {
23123             "tags": {
23124                 "name": "Banco de Costa Rica",
23125                 "amenity": "bank"
23126             },
23127             "name": "Banco de Costa Rica",
23128             "icon": "bank",
23129             "geometry": [
23130                 "point",
23131                 "area"
23132             ],
23133             "fields": [
23134                 "atm",
23135                 "operator",
23136                 "address",
23137                 "building_area",
23138                 "opening_hours",
23139                 "drive_through"
23140             ],
23141             "suggestion": true
23142         },
23143         "amenity/bank/SunTrust Bank": {
23144             "tags": {
23145                 "name": "SunTrust Bank",
23146                 "amenity": "bank"
23147             },
23148             "name": "SunTrust Bank",
23149             "icon": "bank",
23150             "geometry": [
23151                 "point",
23152                 "area"
23153             ],
23154             "fields": [
23155                 "atm",
23156                 "operator",
23157                 "address",
23158                 "building_area",
23159                 "opening_hours",
23160                 "drive_through"
23161             ],
23162             "suggestion": true
23163         },
23164         "amenity/bank/Itaú": {
23165             "tags": {
23166                 "name": "Itaú",
23167                 "amenity": "bank"
23168             },
23169             "name": "Itaú",
23170             "icon": "bank",
23171             "geometry": [
23172                 "point",
23173                 "area"
23174             ],
23175             "fields": [
23176                 "atm",
23177                 "operator",
23178                 "address",
23179                 "building_area",
23180                 "opening_hours",
23181                 "drive_through"
23182             ],
23183             "suggestion": true
23184         },
23185         "amenity/bank/PBZ": {
23186             "tags": {
23187                 "name": "PBZ",
23188                 "amenity": "bank"
23189             },
23190             "name": "PBZ",
23191             "icon": "bank",
23192             "geometry": [
23193                 "point",
23194                 "area"
23195             ],
23196             "fields": [
23197                 "atm",
23198                 "operator",
23199                 "address",
23200                 "building_area",
23201                 "opening_hours",
23202                 "drive_through"
23203             ],
23204             "suggestion": true
23205         },
23206         "amenity/bank/中国工商银行": {
23207             "tags": {
23208                 "name": "中国工商银行",
23209                 "amenity": "bank"
23210             },
23211             "name": "中国工商银行",
23212             "icon": "bank",
23213             "geometry": [
23214                 "point",
23215                 "area"
23216             ],
23217             "fields": [
23218                 "atm",
23219                 "operator",
23220                 "address",
23221                 "building_area",
23222                 "opening_hours",
23223                 "drive_through"
23224             ],
23225             "suggestion": true
23226         },
23227         "amenity/bank/Bancolombia": {
23228             "tags": {
23229                 "name": "Bancolombia",
23230                 "amenity": "bank"
23231             },
23232             "name": "Bancolombia",
23233             "icon": "bank",
23234             "geometry": [
23235                 "point",
23236                 "area"
23237             ],
23238             "fields": [
23239                 "atm",
23240                 "operator",
23241                 "address",
23242                 "building_area",
23243                 "opening_hours",
23244                 "drive_through"
23245             ],
23246             "suggestion": true
23247         },
23248         "amenity/bank/Райффайзен Банк Аваль": {
23249             "tags": {
23250                 "name": "Райффайзен Банк Аваль",
23251                 "amenity": "bank"
23252             },
23253             "name": "Райффайзен Банк Аваль",
23254             "icon": "bank",
23255             "geometry": [
23256                 "point",
23257                 "area"
23258             ],
23259             "fields": [
23260                 "atm",
23261                 "operator",
23262                 "address",
23263                 "building_area",
23264                 "opening_hours",
23265                 "drive_through"
23266             ],
23267             "suggestion": true
23268         },
23269         "amenity/bank/Bancomer": {
23270             "tags": {
23271                 "name": "Bancomer",
23272                 "amenity": "bank"
23273             },
23274             "name": "Bancomer",
23275             "icon": "bank",
23276             "geometry": [
23277                 "point",
23278                 "area"
23279             ],
23280             "fields": [
23281                 "atm",
23282                 "operator",
23283                 "address",
23284                 "building_area",
23285                 "opening_hours",
23286                 "drive_through"
23287             ],
23288             "suggestion": true
23289         },
23290         "amenity/bank/Banorte": {
23291             "tags": {
23292                 "name": "Banorte",
23293                 "amenity": "bank"
23294             },
23295             "name": "Banorte",
23296             "icon": "bank",
23297             "geometry": [
23298                 "point",
23299                 "area"
23300             ],
23301             "fields": [
23302                 "atm",
23303                 "operator",
23304                 "address",
23305                 "building_area",
23306                 "opening_hours",
23307                 "drive_through"
23308             ],
23309             "suggestion": true
23310         },
23311         "amenity/bank/Alior Bank": {
23312             "tags": {
23313                 "name": "Alior Bank",
23314                 "amenity": "bank"
23315             },
23316             "name": "Alior Bank",
23317             "icon": "bank",
23318             "geometry": [
23319                 "point",
23320                 "area"
23321             ],
23322             "fields": [
23323                 "atm",
23324                 "operator",
23325                 "address",
23326                 "building_area",
23327                 "opening_hours",
23328                 "drive_through"
23329             ],
23330             "suggestion": true
23331         },
23332         "amenity/bank/BOC": {
23333             "tags": {
23334                 "name": "BOC",
23335                 "amenity": "bank"
23336             },
23337             "name": "BOC",
23338             "icon": "bank",
23339             "geometry": [
23340                 "point",
23341                 "area"
23342             ],
23343             "fields": [
23344                 "atm",
23345                 "operator",
23346                 "address",
23347                 "building_area",
23348                 "opening_hours",
23349                 "drive_through"
23350             ],
23351             "suggestion": true
23352         },
23353         "amenity/bank/Банк Москвы": {
23354             "tags": {
23355                 "name": "Банк Москвы",
23356                 "amenity": "bank"
23357             },
23358             "name": "Банк Москвы",
23359             "icon": "bank",
23360             "geometry": [
23361                 "point",
23362                 "area"
23363             ],
23364             "fields": [
23365                 "atm",
23366                 "operator",
23367                 "address",
23368                 "building_area",
23369                 "opening_hours",
23370                 "drive_through"
23371             ],
23372             "suggestion": true
23373         },
23374         "amenity/bank/ВТБ": {
23375             "tags": {
23376                 "name": "ВТБ",
23377                 "amenity": "bank"
23378             },
23379             "name": "ВТБ",
23380             "icon": "bank",
23381             "geometry": [
23382                 "point",
23383                 "area"
23384             ],
23385             "fields": [
23386                 "atm",
23387                 "operator",
23388                 "address",
23389                 "building_area",
23390                 "opening_hours",
23391                 "drive_through"
23392             ],
23393             "suggestion": true
23394         },
23395         "amenity/bank/Getin Bank": {
23396             "tags": {
23397                 "name": "Getin Bank",
23398                 "amenity": "bank"
23399             },
23400             "name": "Getin Bank",
23401             "icon": "bank",
23402             "geometry": [
23403                 "point",
23404                 "area"
23405             ],
23406             "fields": [
23407                 "atm",
23408                 "operator",
23409                 "address",
23410                 "building_area",
23411                 "opening_hours",
23412                 "drive_through"
23413             ],
23414             "suggestion": true
23415         },
23416         "amenity/bank/Caja Duero": {
23417             "tags": {
23418                 "name": "Caja Duero",
23419                 "amenity": "bank"
23420             },
23421             "name": "Caja Duero",
23422             "icon": "bank",
23423             "geometry": [
23424                 "point",
23425                 "area"
23426             ],
23427             "fields": [
23428                 "atm",
23429                 "operator",
23430                 "address",
23431                 "building_area",
23432                 "opening_hours",
23433                 "drive_through"
23434             ],
23435             "suggestion": true
23436         },
23437         "amenity/bank/Regions Bank": {
23438             "tags": {
23439                 "name": "Regions Bank",
23440                 "amenity": "bank"
23441             },
23442             "name": "Regions Bank",
23443             "icon": "bank",
23444             "geometry": [
23445                 "point",
23446                 "area"
23447             ],
23448             "fields": [
23449                 "atm",
23450                 "operator",
23451                 "address",
23452                 "building_area",
23453                 "opening_hours",
23454                 "drive_through"
23455             ],
23456             "suggestion": true
23457         },
23458         "amenity/bank/Росбанк": {
23459             "tags": {
23460                 "name": "Росбанк",
23461                 "amenity": "bank"
23462             },
23463             "name": "Росбанк",
23464             "icon": "bank",
23465             "geometry": [
23466                 "point",
23467                 "area"
23468             ],
23469             "fields": [
23470                 "atm",
23471                 "operator",
23472                 "address",
23473                 "building_area",
23474                 "opening_hours",
23475                 "drive_through"
23476             ],
23477             "suggestion": true
23478         },
23479         "amenity/bank/Banco Estado": {
23480             "tags": {
23481                 "name": "Banco Estado",
23482                 "amenity": "bank"
23483             },
23484             "name": "Banco Estado",
23485             "icon": "bank",
23486             "geometry": [
23487                 "point",
23488                 "area"
23489             ],
23490             "fields": [
23491                 "atm",
23492                 "operator",
23493                 "address",
23494                 "building_area",
23495                 "opening_hours",
23496                 "drive_through"
23497             ],
23498             "suggestion": true
23499         },
23500         "amenity/bank/BCI": {
23501             "tags": {
23502                 "name": "BCI",
23503                 "amenity": "bank"
23504             },
23505             "name": "BCI",
23506             "icon": "bank",
23507             "geometry": [
23508                 "point",
23509                 "area"
23510             ],
23511             "fields": [
23512                 "atm",
23513                 "operator",
23514                 "address",
23515                 "building_area",
23516                 "opening_hours",
23517                 "drive_through"
23518             ],
23519             "suggestion": true
23520         },
23521         "amenity/bank/SunTrust": {
23522             "tags": {
23523                 "name": "SunTrust",
23524                 "amenity": "bank"
23525             },
23526             "name": "SunTrust",
23527             "icon": "bank",
23528             "geometry": [
23529                 "point",
23530                 "area"
23531             ],
23532             "fields": [
23533                 "atm",
23534                 "operator",
23535                 "address",
23536                 "building_area",
23537                 "opening_hours",
23538                 "drive_through"
23539             ],
23540             "suggestion": true
23541         },
23542         "amenity/bank/PNC Bank": {
23543             "tags": {
23544                 "name": "PNC Bank",
23545                 "amenity": "bank"
23546             },
23547             "name": "PNC Bank",
23548             "icon": "bank",
23549             "geometry": [
23550                 "point",
23551                 "area"
23552             ],
23553             "fields": [
23554                 "atm",
23555                 "operator",
23556                 "address",
23557                 "building_area",
23558                 "opening_hours",
23559                 "drive_through"
23560             ],
23561             "suggestion": true
23562         },
23563         "amenity/bank/신한은행": {
23564             "tags": {
23565                 "name": "신한은행",
23566                 "name:en": "Sinhan Bank",
23567                 "amenity": "bank"
23568             },
23569             "name": "신한은행",
23570             "icon": "bank",
23571             "geometry": [
23572                 "point",
23573                 "area"
23574             ],
23575             "fields": [
23576                 "atm",
23577                 "operator",
23578                 "address",
23579                 "building_area",
23580                 "opening_hours",
23581                 "drive_through"
23582             ],
23583             "suggestion": true
23584         },
23585         "amenity/bank/우리은행": {
23586             "tags": {
23587                 "name": "우리은행",
23588                 "name:en": "Uri Bank",
23589                 "amenity": "bank"
23590             },
23591             "name": "우리은행",
23592             "icon": "bank",
23593             "geometry": [
23594                 "point",
23595                 "area"
23596             ],
23597             "fields": [
23598                 "atm",
23599                 "operator",
23600                 "address",
23601                 "building_area",
23602                 "opening_hours",
23603                 "drive_through"
23604             ],
23605             "suggestion": true
23606         },
23607         "amenity/bank/국민은행": {
23608             "tags": {
23609                 "name": "국민은행",
23610                 "name:en": "Gungmin Bank",
23611                 "amenity": "bank"
23612             },
23613             "name": "국민은행",
23614             "icon": "bank",
23615             "geometry": [
23616                 "point",
23617                 "area"
23618             ],
23619             "fields": [
23620                 "atm",
23621                 "operator",
23622                 "address",
23623                 "building_area",
23624                 "opening_hours",
23625                 "drive_through"
23626             ],
23627             "suggestion": true
23628         },
23629         "amenity/bank/중소기업은행": {
23630             "tags": {
23631                 "name": "중소기업은행",
23632                 "name:en": "Industrial Bank of Korea",
23633                 "amenity": "bank"
23634             },
23635             "name": "중소기업은행",
23636             "icon": "bank",
23637             "geometry": [
23638                 "point",
23639                 "area"
23640             ],
23641             "fields": [
23642                 "atm",
23643                 "operator",
23644                 "address",
23645                 "building_area",
23646                 "opening_hours",
23647                 "drive_through"
23648             ],
23649             "suggestion": true
23650         },
23651         "amenity/bank/광주은행": {
23652             "tags": {
23653                 "name": "광주은행",
23654                 "name:en": "Gwangju Bank",
23655                 "amenity": "bank"
23656             },
23657             "name": "광주은행",
23658             "icon": "bank",
23659             "geometry": [
23660                 "point",
23661                 "area"
23662             ],
23663             "fields": [
23664                 "atm",
23665                 "operator",
23666                 "address",
23667                 "building_area",
23668                 "opening_hours",
23669                 "drive_through"
23670             ],
23671             "suggestion": true
23672         },
23673         "amenity/bank/Газпромбанк": {
23674             "tags": {
23675                 "name": "Газпромбанк",
23676                 "amenity": "bank"
23677             },
23678             "name": "Газпромбанк",
23679             "icon": "bank",
23680             "geometry": [
23681                 "point",
23682                 "area"
23683             ],
23684             "fields": [
23685                 "atm",
23686                 "operator",
23687                 "address",
23688                 "building_area",
23689                 "opening_hours",
23690                 "drive_through"
23691             ],
23692             "suggestion": true
23693         },
23694         "amenity/bank/M&T Bank": {
23695             "tags": {
23696                 "name": "M&T Bank",
23697                 "amenity": "bank"
23698             },
23699             "name": "M&T Bank",
23700             "icon": "bank",
23701             "geometry": [
23702                 "point",
23703                 "area"
23704             ],
23705             "fields": [
23706                 "atm",
23707                 "operator",
23708                 "address",
23709                 "building_area",
23710                 "opening_hours",
23711                 "drive_through"
23712             ],
23713             "suggestion": true
23714         },
23715         "amenity/bank/Caja de Burgos": {
23716             "tags": {
23717                 "name": "Caja de Burgos",
23718                 "amenity": "bank"
23719             },
23720             "name": "Caja de Burgos",
23721             "icon": "bank",
23722             "geometry": [
23723                 "point",
23724                 "area"
23725             ],
23726             "fields": [
23727                 "atm",
23728                 "operator",
23729                 "address",
23730                 "building_area",
23731                 "opening_hours",
23732                 "drive_through"
23733             ],
23734             "suggestion": true
23735         },
23736         "amenity/bank/Santander Totta": {
23737             "tags": {
23738                 "name": "Santander Totta",
23739                 "amenity": "bank"
23740             },
23741             "name": "Santander Totta",
23742             "icon": "bank",
23743             "geometry": [
23744                 "point",
23745                 "area"
23746             ],
23747             "fields": [
23748                 "atm",
23749                 "operator",
23750                 "address",
23751                 "building_area",
23752                 "opening_hours",
23753                 "drive_through"
23754             ],
23755             "suggestion": true
23756         },
23757         "amenity/bank/УкрСиббанк": {
23758             "tags": {
23759                 "name": "УкрСиббанк",
23760                 "amenity": "bank"
23761             },
23762             "name": "УкрСиббанк",
23763             "icon": "bank",
23764             "geometry": [
23765                 "point",
23766                 "area"
23767             ],
23768             "fields": [
23769                 "atm",
23770                 "operator",
23771                 "address",
23772                 "building_area",
23773                 "opening_hours",
23774                 "drive_through"
23775             ],
23776             "suggestion": true
23777         },
23778         "amenity/bank/Ощадбанк": {
23779             "tags": {
23780                 "name": "Ощадбанк",
23781                 "amenity": "bank"
23782             },
23783             "name": "Ощадбанк",
23784             "icon": "bank",
23785             "geometry": [
23786                 "point",
23787                 "area"
23788             ],
23789             "fields": [
23790                 "atm",
23791                 "operator",
23792                 "address",
23793                 "building_area",
23794                 "opening_hours",
23795                 "drive_through"
23796             ],
23797             "suggestion": true
23798         },
23799         "amenity/bank/Уралсиб": {
23800             "tags": {
23801                 "name": "Уралсиб",
23802                 "amenity": "bank"
23803             },
23804             "name": "Уралсиб",
23805             "icon": "bank",
23806             "geometry": [
23807                 "point",
23808                 "area"
23809             ],
23810             "fields": [
23811                 "atm",
23812                 "operator",
23813                 "address",
23814                 "building_area",
23815                 "opening_hours",
23816                 "drive_through"
23817             ],
23818             "suggestion": true
23819         },
23820         "amenity/bank/りそな銀行": {
23821             "tags": {
23822                 "name": "りそな銀行",
23823                 "name:en": "Mizuho Bank",
23824                 "amenity": "bank"
23825             },
23826             "name": "りそな銀行",
23827             "icon": "bank",
23828             "geometry": [
23829                 "point",
23830                 "area"
23831             ],
23832             "fields": [
23833                 "atm",
23834                 "operator",
23835                 "address",
23836                 "building_area",
23837                 "opening_hours",
23838                 "drive_through"
23839             ],
23840             "suggestion": true
23841         },
23842         "amenity/bank/Ecobank": {
23843             "tags": {
23844                 "name": "Ecobank",
23845                 "amenity": "bank"
23846             },
23847             "name": "Ecobank",
23848             "icon": "bank",
23849             "geometry": [
23850                 "point",
23851                 "area"
23852             ],
23853             "fields": [
23854                 "atm",
23855                 "operator",
23856                 "address",
23857                 "building_area",
23858                 "opening_hours",
23859                 "drive_through"
23860             ],
23861             "suggestion": true
23862         },
23863         "amenity/bank/Cajero Automatico Bancared": {
23864             "tags": {
23865                 "name": "Cajero Automatico Bancared",
23866                 "amenity": "bank"
23867             },
23868             "name": "Cajero Automatico Bancared",
23869             "icon": "bank",
23870             "geometry": [
23871                 "point",
23872                 "area"
23873             ],
23874             "fields": [
23875                 "atm",
23876                 "operator",
23877                 "address",
23878                 "building_area",
23879                 "opening_hours",
23880                 "drive_through"
23881             ],
23882             "suggestion": true
23883         },
23884         "amenity/bank/Промсвязьбанк": {
23885             "tags": {
23886                 "name": "Промсвязьбанк",
23887                 "amenity": "bank"
23888             },
23889             "name": "Промсвязьбанк",
23890             "icon": "bank",
23891             "geometry": [
23892                 "point",
23893                 "area"
23894             ],
23895             "fields": [
23896                 "atm",
23897                 "operator",
23898                 "address",
23899                 "building_area",
23900                 "opening_hours",
23901                 "drive_through"
23902             ],
23903             "suggestion": true
23904         },
23905         "amenity/bank/三井住友銀行": {
23906             "tags": {
23907                 "name": "三井住友銀行",
23908                 "amenity": "bank"
23909             },
23910             "name": "三井住友銀行",
23911             "icon": "bank",
23912             "geometry": [
23913                 "point",
23914                 "area"
23915             ],
23916             "fields": [
23917                 "atm",
23918                 "operator",
23919                 "address",
23920                 "building_area",
23921                 "opening_hours",
23922                 "drive_through"
23923             ],
23924             "suggestion": true
23925         },
23926         "amenity/bank/Banco Provincia": {
23927             "tags": {
23928                 "name": "Banco Provincia",
23929                 "amenity": "bank"
23930             },
23931             "name": "Banco Provincia",
23932             "icon": "bank",
23933             "geometry": [
23934                 "point",
23935                 "area"
23936             ],
23937             "fields": [
23938                 "atm",
23939                 "operator",
23940                 "address",
23941                 "building_area",
23942                 "opening_hours",
23943                 "drive_through"
23944             ],
23945             "suggestion": true
23946         },
23947         "amenity/bank/BB&T": {
23948             "tags": {
23949                 "name": "BB&T",
23950                 "amenity": "bank"
23951             },
23952             "name": "BB&T",
23953             "icon": "bank",
23954             "geometry": [
23955                 "point",
23956                 "area"
23957             ],
23958             "fields": [
23959                 "atm",
23960                 "operator",
23961                 "address",
23962                 "building_area",
23963                 "opening_hours",
23964                 "drive_through"
23965             ],
23966             "suggestion": true
23967         },
23968         "amenity/bank/Возрождение": {
23969             "tags": {
23970                 "name": "Возрождение",
23971                 "amenity": "bank"
23972             },
23973             "name": "Возрождение",
23974             "icon": "bank",
23975             "geometry": [
23976                 "point",
23977                 "area"
23978             ],
23979             "fields": [
23980                 "atm",
23981                 "operator",
23982                 "address",
23983                 "building_area",
23984                 "opening_hours",
23985                 "drive_through"
23986             ],
23987             "suggestion": true
23988         },
23989         "amenity/bank/Capital One": {
23990             "tags": {
23991                 "name": "Capital One",
23992                 "amenity": "bank"
23993             },
23994             "name": "Capital One",
23995             "icon": "bank",
23996             "geometry": [
23997                 "point",
23998                 "area"
23999             ],
24000             "fields": [
24001                 "atm",
24002                 "operator",
24003                 "address",
24004                 "building_area",
24005                 "opening_hours",
24006                 "drive_through"
24007             ],
24008             "suggestion": true
24009         },
24010         "amenity/bank/横浜銀行": {
24011             "tags": {
24012                 "name": "横浜銀行",
24013                 "amenity": "bank"
24014             },
24015             "name": "横浜銀行",
24016             "icon": "bank",
24017             "geometry": [
24018                 "point",
24019                 "area"
24020             ],
24021             "fields": [
24022                 "atm",
24023                 "operator",
24024                 "address",
24025                 "building_area",
24026                 "opening_hours",
24027                 "drive_through"
24028             ],
24029             "suggestion": true
24030         },
24031         "amenity/bank/Bank Mandiri": {
24032             "tags": {
24033                 "name": "Bank Mandiri",
24034                 "amenity": "bank"
24035             },
24036             "name": "Bank Mandiri",
24037             "icon": "bank",
24038             "geometry": [
24039                 "point",
24040                 "area"
24041             ],
24042             "fields": [
24043                 "atm",
24044                 "operator",
24045                 "address",
24046                 "building_area",
24047                 "opening_hours",
24048                 "drive_through"
24049             ],
24050             "suggestion": true
24051         },
24052         "amenity/bank/Banco de la Nación": {
24053             "tags": {
24054                 "name": "Banco de la Nación",
24055                 "amenity": "bank"
24056             },
24057             "name": "Banco de la Nación",
24058             "icon": "bank",
24059             "geometry": [
24060                 "point",
24061                 "area"
24062             ],
24063             "fields": [
24064                 "atm",
24065                 "operator",
24066                 "address",
24067                 "building_area",
24068                 "opening_hours",
24069                 "drive_through"
24070             ],
24071             "suggestion": true
24072         },
24073         "amenity/bank/Banco G&T Continental": {
24074             "tags": {
24075                 "name": "Banco G&T Continental",
24076                 "amenity": "bank"
24077             },
24078             "name": "Banco G&T Continental",
24079             "icon": "bank",
24080             "geometry": [
24081                 "point",
24082                 "area"
24083             ],
24084             "fields": [
24085                 "atm",
24086                 "operator",
24087                 "address",
24088                 "building_area",
24089                 "opening_hours",
24090                 "drive_through"
24091             ],
24092             "suggestion": true
24093         },
24094         "amenity/bank/Peoples Bank": {
24095             "tags": {
24096                 "name": "Peoples Bank",
24097                 "amenity": "bank"
24098             },
24099             "name": "Peoples Bank",
24100             "icon": "bank",
24101             "geometry": [
24102                 "point",
24103                 "area"
24104             ],
24105             "fields": [
24106                 "atm",
24107                 "operator",
24108                 "address",
24109                 "building_area",
24110                 "opening_hours",
24111                 "drive_through"
24112             ],
24113             "suggestion": true
24114         },
24115         "amenity/bank/工商银行": {
24116             "tags": {
24117                 "name": "工商银行",
24118                 "amenity": "bank"
24119             },
24120             "name": "工商银行",
24121             "icon": "bank",
24122             "geometry": [
24123                 "point",
24124                 "area"
24125             ],
24126             "fields": [
24127                 "atm",
24128                 "operator",
24129                 "address",
24130                 "building_area",
24131                 "opening_hours",
24132                 "drive_through"
24133             ],
24134             "suggestion": true
24135         },
24136         "amenity/bank/Совкомбанк": {
24137             "tags": {
24138                 "name": "Совкомбанк",
24139                 "amenity": "bank"
24140             },
24141             "name": "Совкомбанк",
24142             "icon": "bank",
24143             "geometry": [
24144                 "point",
24145                 "area"
24146             ],
24147             "fields": [
24148                 "atm",
24149                 "operator",
24150                 "address",
24151                 "building_area",
24152                 "opening_hours",
24153                 "drive_through"
24154             ],
24155             "suggestion": true
24156         },
24157         "amenity/bank/Provincial": {
24158             "tags": {
24159                 "name": "Provincial",
24160                 "amenity": "bank"
24161             },
24162             "name": "Provincial",
24163             "icon": "bank",
24164             "geometry": [
24165                 "point",
24166                 "area"
24167             ],
24168             "fields": [
24169                 "atm",
24170                 "operator",
24171                 "address",
24172                 "building_area",
24173                 "opening_hours",
24174                 "drive_through"
24175             ],
24176             "suggestion": true
24177         },
24178         "amenity/bank/Banco de Desarrollo Banrural": {
24179             "tags": {
24180                 "name": "Banco de Desarrollo Banrural",
24181                 "amenity": "bank"
24182             },
24183             "name": "Banco de Desarrollo Banrural",
24184             "icon": "bank",
24185             "geometry": [
24186                 "point",
24187                 "area"
24188             ],
24189             "fields": [
24190                 "atm",
24191                 "operator",
24192                 "address",
24193                 "building_area",
24194                 "opening_hours",
24195                 "drive_through"
24196             ],
24197             "suggestion": true
24198         },
24199         "amenity/bank/Banco Bradesco": {
24200             "tags": {
24201                 "name": "Banco Bradesco",
24202                 "amenity": "bank"
24203             },
24204             "name": "Banco Bradesco",
24205             "icon": "bank",
24206             "geometry": [
24207                 "point",
24208                 "area"
24209             ],
24210             "fields": [
24211                 "atm",
24212                 "operator",
24213                 "address",
24214                 "building_area",
24215                 "opening_hours",
24216                 "drive_through"
24217             ],
24218             "suggestion": true
24219         },
24220         "amenity/bank/Bicentenario": {
24221             "tags": {
24222                 "name": "Bicentenario",
24223                 "amenity": "bank"
24224             },
24225             "name": "Bicentenario",
24226             "icon": "bank",
24227             "geometry": [
24228                 "point",
24229                 "area"
24230             ],
24231             "fields": [
24232                 "atm",
24233                 "operator",
24234                 "address",
24235                 "building_area",
24236                 "opening_hours",
24237                 "drive_through"
24238             ],
24239             "suggestion": true
24240         },
24241         "amenity/bank/ლიბერთი ბანკი": {
24242             "tags": {
24243                 "name": "ლიბერთი ბანკი",
24244                 "name:en": "Liberty Bank",
24245                 "amenity": "bank"
24246             },
24247             "name": "ლიბერთი ბანკი",
24248             "icon": "bank",
24249             "geometry": [
24250                 "point",
24251                 "area"
24252             ],
24253             "fields": [
24254                 "atm",
24255                 "operator",
24256                 "address",
24257                 "building_area",
24258                 "opening_hours",
24259                 "drive_through"
24260             ],
24261             "suggestion": true
24262         },
24263         "amenity/bank/Banesco": {
24264             "tags": {
24265                 "name": "Banesco",
24266                 "amenity": "bank"
24267             },
24268             "name": "Banesco",
24269             "icon": "bank",
24270             "geometry": [
24271                 "point",
24272                 "area"
24273             ],
24274             "fields": [
24275                 "atm",
24276                 "operator",
24277                 "address",
24278                 "building_area",
24279                 "opening_hours",
24280                 "drive_through"
24281             ],
24282             "suggestion": true
24283         },
24284         "amenity/bank/Mercantil": {
24285             "tags": {
24286                 "name": "Mercantil",
24287                 "amenity": "bank"
24288             },
24289             "name": "Mercantil",
24290             "icon": "bank",
24291             "geometry": [
24292                 "point",
24293                 "area"
24294             ],
24295             "fields": [
24296                 "atm",
24297                 "operator",
24298                 "address",
24299                 "building_area",
24300                 "opening_hours",
24301                 "drive_through"
24302             ],
24303             "suggestion": true
24304         },
24305         "amenity/bank/Bank BRI": {
24306             "tags": {
24307                 "name": "Bank BRI",
24308                 "amenity": "bank"
24309             },
24310             "name": "Bank BRI",
24311             "icon": "bank",
24312             "geometry": [
24313                 "point",
24314                 "area"
24315             ],
24316             "fields": [
24317                 "atm",
24318                 "operator",
24319                 "address",
24320                 "building_area",
24321                 "opening_hours",
24322                 "drive_through"
24323             ],
24324             "suggestion": true
24325         },
24326         "amenity/bank/Del Tesoro": {
24327             "tags": {
24328                 "name": "Del Tesoro",
24329                 "amenity": "bank"
24330             },
24331             "name": "Del Tesoro",
24332             "icon": "bank",
24333             "geometry": [
24334                 "point",
24335                 "area"
24336             ],
24337             "fields": [
24338                 "atm",
24339                 "operator",
24340                 "address",
24341                 "building_area",
24342                 "opening_hours",
24343                 "drive_through"
24344             ],
24345             "suggestion": true
24346         },
24347         "amenity/bank/하나은행": {
24348             "tags": {
24349                 "name": "하나은행",
24350                 "amenity": "bank"
24351             },
24352             "name": "하나은행",
24353             "icon": "bank",
24354             "geometry": [
24355                 "point",
24356                 "area"
24357             ],
24358             "fields": [
24359                 "atm",
24360                 "operator",
24361                 "address",
24362                 "building_area",
24363                 "opening_hours",
24364                 "drive_through"
24365             ],
24366             "suggestion": true
24367         },
24368         "amenity/bank/CityCommerce Bank": {
24369             "tags": {
24370                 "name": "CityCommerce Bank",
24371                 "amenity": "bank"
24372             },
24373             "name": "CityCommerce Bank",
24374             "icon": "bank",
24375             "geometry": [
24376                 "point",
24377                 "area"
24378             ],
24379             "fields": [
24380                 "atm",
24381                 "operator",
24382                 "address",
24383                 "building_area",
24384                 "opening_hours",
24385                 "drive_through"
24386             ],
24387             "suggestion": true
24388         },
24389         "amenity/bank/De Venezuela": {
24390             "tags": {
24391                 "name": "De Venezuela",
24392                 "amenity": "bank"
24393             },
24394             "name": "De Venezuela",
24395             "icon": "bank",
24396             "geometry": [
24397                 "point",
24398                 "area"
24399             ],
24400             "fields": [
24401                 "atm",
24402                 "operator",
24403                 "address",
24404                 "building_area",
24405                 "opening_hours",
24406                 "drive_through"
24407             ],
24408             "suggestion": true
24409         },
24410         "amenity/car_rental/Europcar": {
24411             "tags": {
24412                 "name": "Europcar",
24413                 "amenity": "car_rental"
24414             },
24415             "name": "Europcar",
24416             "icon": "car",
24417             "geometry": [
24418                 "point",
24419                 "area"
24420             ],
24421             "fields": [
24422                 "operator"
24423             ],
24424             "suggestion": true
24425         },
24426         "amenity/car_rental/Budget": {
24427             "tags": {
24428                 "name": "Budget",
24429                 "amenity": "car_rental"
24430             },
24431             "name": "Budget",
24432             "icon": "car",
24433             "geometry": [
24434                 "point",
24435                 "area"
24436             ],
24437             "fields": [
24438                 "operator"
24439             ],
24440             "suggestion": true
24441         },
24442         "amenity/car_rental/Sixt": {
24443             "tags": {
24444                 "name": "Sixt",
24445                 "amenity": "car_rental"
24446             },
24447             "name": "Sixt",
24448             "icon": "car",
24449             "geometry": [
24450                 "point",
24451                 "area"
24452             ],
24453             "fields": [
24454                 "operator"
24455             ],
24456             "suggestion": true
24457         },
24458         "amenity/car_rental/Avis": {
24459             "tags": {
24460                 "name": "Avis",
24461                 "amenity": "car_rental"
24462             },
24463             "name": "Avis",
24464             "icon": "car",
24465             "geometry": [
24466                 "point",
24467                 "area"
24468             ],
24469             "fields": [
24470                 "operator"
24471             ],
24472             "suggestion": true
24473         },
24474         "amenity/car_rental/Hertz": {
24475             "tags": {
24476                 "name": "Hertz",
24477                 "amenity": "car_rental"
24478             },
24479             "name": "Hertz",
24480             "icon": "car",
24481             "geometry": [
24482                 "point",
24483                 "area"
24484             ],
24485             "fields": [
24486                 "operator"
24487             ],
24488             "suggestion": true
24489         },
24490         "amenity/car_rental/Enterprise": {
24491             "tags": {
24492                 "name": "Enterprise",
24493                 "amenity": "car_rental"
24494             },
24495             "name": "Enterprise",
24496             "icon": "car",
24497             "geometry": [
24498                 "point",
24499                 "area"
24500             ],
24501             "fields": [
24502                 "operator"
24503             ],
24504             "suggestion": true
24505         },
24506         "amenity/car_rental/stadtmobil CarSharing-Station": {
24507             "tags": {
24508                 "name": "stadtmobil CarSharing-Station",
24509                 "amenity": "car_rental"
24510             },
24511             "name": "stadtmobil CarSharing-Station",
24512             "icon": "car",
24513             "geometry": [
24514                 "point",
24515                 "area"
24516             ],
24517             "fields": [
24518                 "operator"
24519             ],
24520             "suggestion": true
24521         },
24522         "amenity/pharmacy/Rowlands Pharmacy": {
24523             "tags": {
24524                 "name": "Rowlands Pharmacy",
24525                 "amenity": "pharmacy"
24526             },
24527             "name": "Rowlands Pharmacy",
24528             "icon": "pharmacy",
24529             "geometry": [
24530                 "point",
24531                 "area"
24532             ],
24533             "fields": [
24534                 "operator",
24535                 "address",
24536                 "building_area",
24537                 "opening_hours",
24538                 "drive_through"
24539             ],
24540             "suggestion": true
24541         },
24542         "amenity/pharmacy/Boots": {
24543             "tags": {
24544                 "name": "Boots",
24545                 "amenity": "pharmacy"
24546             },
24547             "name": "Boots",
24548             "icon": "pharmacy",
24549             "geometry": [
24550                 "point",
24551                 "area"
24552             ],
24553             "fields": [
24554                 "operator",
24555                 "address",
24556                 "building_area",
24557                 "opening_hours",
24558                 "drive_through"
24559             ],
24560             "suggestion": true
24561         },
24562         "amenity/pharmacy/Marien-Apotheke": {
24563             "tags": {
24564                 "name": "Marien-Apotheke",
24565                 "amenity": "pharmacy"
24566             },
24567             "name": "Marien-Apotheke",
24568             "icon": "pharmacy",
24569             "geometry": [
24570                 "point",
24571                 "area"
24572             ],
24573             "fields": [
24574                 "operator",
24575                 "address",
24576                 "building_area",
24577                 "opening_hours",
24578                 "drive_through"
24579             ],
24580             "suggestion": true
24581         },
24582         "amenity/pharmacy/Mercury Drug": {
24583             "tags": {
24584                 "name": "Mercury Drug",
24585                 "amenity": "pharmacy"
24586             },
24587             "name": "Mercury Drug",
24588             "icon": "pharmacy",
24589             "geometry": [
24590                 "point",
24591                 "area"
24592             ],
24593             "fields": [
24594                 "operator",
24595                 "address",
24596                 "building_area",
24597                 "opening_hours",
24598                 "drive_through"
24599             ],
24600             "suggestion": true
24601         },
24602         "amenity/pharmacy/Löwen-Apotheke": {
24603             "tags": {
24604                 "name": "Löwen-Apotheke",
24605                 "amenity": "pharmacy"
24606             },
24607             "name": "Löwen-Apotheke",
24608             "icon": "pharmacy",
24609             "geometry": [
24610                 "point",
24611                 "area"
24612             ],
24613             "fields": [
24614                 "operator",
24615                 "address",
24616                 "building_area",
24617                 "opening_hours",
24618                 "drive_through"
24619             ],
24620             "suggestion": true
24621         },
24622         "amenity/pharmacy/Superdrug": {
24623             "tags": {
24624                 "name": "Superdrug",
24625                 "amenity": "pharmacy"
24626             },
24627             "name": "Superdrug",
24628             "icon": "pharmacy",
24629             "geometry": [
24630                 "point",
24631                 "area"
24632             ],
24633             "fields": [
24634                 "operator",
24635                 "address",
24636                 "building_area",
24637                 "opening_hours",
24638                 "drive_through"
24639             ],
24640             "suggestion": true
24641         },
24642         "amenity/pharmacy/Sonnen-Apotheke": {
24643             "tags": {
24644                 "name": "Sonnen-Apotheke",
24645                 "amenity": "pharmacy"
24646             },
24647             "name": "Sonnen-Apotheke",
24648             "icon": "pharmacy",
24649             "geometry": [
24650                 "point",
24651                 "area"
24652             ],
24653             "fields": [
24654                 "operator",
24655                 "address",
24656                 "building_area",
24657                 "opening_hours",
24658                 "drive_through"
24659             ],
24660             "suggestion": true
24661         },
24662         "amenity/pharmacy/Rathaus-Apotheke": {
24663             "tags": {
24664                 "name": "Rathaus-Apotheke",
24665                 "amenity": "pharmacy"
24666             },
24667             "name": "Rathaus-Apotheke",
24668             "icon": "pharmacy",
24669             "geometry": [
24670                 "point",
24671                 "area"
24672             ],
24673             "fields": [
24674                 "operator",
24675                 "address",
24676                 "building_area",
24677                 "opening_hours",
24678                 "drive_through"
24679             ],
24680             "suggestion": true
24681         },
24682         "amenity/pharmacy/Engel-Apotheke": {
24683             "tags": {
24684                 "name": "Engel-Apotheke",
24685                 "amenity": "pharmacy"
24686             },
24687             "name": "Engel-Apotheke",
24688             "icon": "pharmacy",
24689             "geometry": [
24690                 "point",
24691                 "area"
24692             ],
24693             "fields": [
24694                 "operator",
24695                 "address",
24696                 "building_area",
24697                 "opening_hours",
24698                 "drive_through"
24699             ],
24700             "suggestion": true
24701         },
24702         "amenity/pharmacy/Hirsch-Apotheke": {
24703             "tags": {
24704                 "name": "Hirsch-Apotheke",
24705                 "amenity": "pharmacy"
24706             },
24707             "name": "Hirsch-Apotheke",
24708             "icon": "pharmacy",
24709             "geometry": [
24710                 "point",
24711                 "area"
24712             ],
24713             "fields": [
24714                 "operator",
24715                 "address",
24716                 "building_area",
24717                 "opening_hours",
24718                 "drive_through"
24719             ],
24720             "suggestion": true
24721         },
24722         "amenity/pharmacy/Stern-Apotheke": {
24723             "tags": {
24724                 "name": "Stern-Apotheke",
24725                 "amenity": "pharmacy"
24726             },
24727             "name": "Stern-Apotheke",
24728             "icon": "pharmacy",
24729             "geometry": [
24730                 "point",
24731                 "area"
24732             ],
24733             "fields": [
24734                 "operator",
24735                 "address",
24736                 "building_area",
24737                 "opening_hours",
24738                 "drive_through"
24739             ],
24740             "suggestion": true
24741         },
24742         "amenity/pharmacy/Lloyds Pharmacy": {
24743             "tags": {
24744                 "name": "Lloyds Pharmacy",
24745                 "amenity": "pharmacy"
24746             },
24747             "name": "Lloyds Pharmacy",
24748             "icon": "pharmacy",
24749             "geometry": [
24750                 "point",
24751                 "area"
24752             ],
24753             "fields": [
24754                 "operator",
24755                 "address",
24756                 "building_area",
24757                 "opening_hours",
24758                 "drive_through"
24759             ],
24760             "suggestion": true
24761         },
24762         "amenity/pharmacy/Rosen-Apotheke": {
24763             "tags": {
24764                 "name": "Rosen-Apotheke",
24765                 "amenity": "pharmacy"
24766             },
24767             "name": "Rosen-Apotheke",
24768             "icon": "pharmacy",
24769             "geometry": [
24770                 "point",
24771                 "area"
24772             ],
24773             "fields": [
24774                 "operator",
24775                 "address",
24776                 "building_area",
24777                 "opening_hours",
24778                 "drive_through"
24779             ],
24780             "suggestion": true
24781         },
24782         "amenity/pharmacy/Stadt-Apotheke": {
24783             "tags": {
24784                 "name": "Stadt-Apotheke",
24785                 "amenity": "pharmacy"
24786             },
24787             "name": "Stadt-Apotheke",
24788             "icon": "pharmacy",
24789             "geometry": [
24790                 "point",
24791                 "area"
24792             ],
24793             "fields": [
24794                 "operator",
24795                 "address",
24796                 "building_area",
24797                 "opening_hours",
24798                 "drive_through"
24799             ],
24800             "suggestion": true
24801         },
24802         "amenity/pharmacy/Markt-Apotheke": {
24803             "tags": {
24804                 "name": "Markt-Apotheke",
24805                 "amenity": "pharmacy"
24806             },
24807             "name": "Markt-Apotheke",
24808             "icon": "pharmacy",
24809             "geometry": [
24810                 "point",
24811                 "area"
24812             ],
24813             "fields": [
24814                 "operator",
24815                 "address",
24816                 "building_area",
24817                 "opening_hours",
24818                 "drive_through"
24819             ],
24820             "suggestion": true
24821         },
24822         "amenity/pharmacy/Аптека": {
24823             "tags": {
24824                 "name": "Аптека",
24825                 "amenity": "pharmacy"
24826             },
24827             "name": "Аптека",
24828             "icon": "pharmacy",
24829             "geometry": [
24830                 "point",
24831                 "area"
24832             ],
24833             "fields": [
24834                 "operator",
24835                 "address",
24836                 "building_area",
24837                 "opening_hours",
24838                 "drive_through"
24839             ],
24840             "suggestion": true
24841         },
24842         "amenity/pharmacy/Pharmasave": {
24843             "tags": {
24844                 "name": "Pharmasave",
24845                 "amenity": "pharmacy"
24846             },
24847             "name": "Pharmasave",
24848             "icon": "pharmacy",
24849             "geometry": [
24850                 "point",
24851                 "area"
24852             ],
24853             "fields": [
24854                 "operator",
24855                 "address",
24856                 "building_area",
24857                 "opening_hours",
24858                 "drive_through"
24859             ],
24860             "suggestion": true
24861         },
24862         "amenity/pharmacy/Brunnen-Apotheke": {
24863             "tags": {
24864                 "name": "Brunnen-Apotheke",
24865                 "amenity": "pharmacy"
24866             },
24867             "name": "Brunnen-Apotheke",
24868             "icon": "pharmacy",
24869             "geometry": [
24870                 "point",
24871                 "area"
24872             ],
24873             "fields": [
24874                 "operator",
24875                 "address",
24876                 "building_area",
24877                 "opening_hours",
24878                 "drive_through"
24879             ],
24880             "suggestion": true
24881         },
24882         "amenity/pharmacy/Shoppers Drug Mart": {
24883             "tags": {
24884                 "name": "Shoppers Drug Mart",
24885                 "amenity": "pharmacy"
24886             },
24887             "name": "Shoppers Drug Mart",
24888             "icon": "pharmacy",
24889             "geometry": [
24890                 "point",
24891                 "area"
24892             ],
24893             "fields": [
24894                 "operator",
24895                 "address",
24896                 "building_area",
24897                 "opening_hours",
24898                 "drive_through"
24899             ],
24900             "suggestion": true
24901         },
24902         "amenity/pharmacy/Apotheke am Markt": {
24903             "tags": {
24904                 "name": "Apotheke am Markt",
24905                 "amenity": "pharmacy"
24906             },
24907             "name": "Apotheke am Markt",
24908             "icon": "pharmacy",
24909             "geometry": [
24910                 "point",
24911                 "area"
24912             ],
24913             "fields": [
24914                 "operator",
24915                 "address",
24916                 "building_area",
24917                 "opening_hours",
24918                 "drive_through"
24919             ],
24920             "suggestion": true
24921         },
24922         "amenity/pharmacy/Alte Apotheke": {
24923             "tags": {
24924                 "name": "Alte Apotheke",
24925                 "amenity": "pharmacy"
24926             },
24927             "name": "Alte Apotheke",
24928             "icon": "pharmacy",
24929             "geometry": [
24930                 "point",
24931                 "area"
24932             ],
24933             "fields": [
24934                 "operator",
24935                 "address",
24936                 "building_area",
24937                 "opening_hours",
24938                 "drive_through"
24939             ],
24940             "suggestion": true
24941         },
24942         "amenity/pharmacy/Neue Apotheke": {
24943             "tags": {
24944                 "name": "Neue Apotheke",
24945                 "amenity": "pharmacy"
24946             },
24947             "name": "Neue Apotheke",
24948             "icon": "pharmacy",
24949             "geometry": [
24950                 "point",
24951                 "area"
24952             ],
24953             "fields": [
24954                 "operator",
24955                 "address",
24956                 "building_area",
24957                 "opening_hours",
24958                 "drive_through"
24959             ],
24960             "suggestion": true
24961         },
24962         "amenity/pharmacy/Gintarinė vaistinė": {
24963             "tags": {
24964                 "name": "Gintarinė vaistinė",
24965                 "amenity": "pharmacy"
24966             },
24967             "name": "Gintarinė vaistinė",
24968             "icon": "pharmacy",
24969             "geometry": [
24970                 "point",
24971                 "area"
24972             ],
24973             "fields": [
24974                 "operator",
24975                 "address",
24976                 "building_area",
24977                 "opening_hours",
24978                 "drive_through"
24979             ],
24980             "suggestion": true
24981         },
24982         "amenity/pharmacy/Rats-Apotheke": {
24983             "tags": {
24984                 "name": "Rats-Apotheke",
24985                 "amenity": "pharmacy"
24986             },
24987             "name": "Rats-Apotheke",
24988             "icon": "pharmacy",
24989             "geometry": [
24990                 "point",
24991                 "area"
24992             ],
24993             "fields": [
24994                 "operator",
24995                 "address",
24996                 "building_area",
24997                 "opening_hours",
24998                 "drive_through"
24999             ],
25000             "suggestion": true
25001         },
25002         "amenity/pharmacy/Adler Apotheke": {
25003             "tags": {
25004                 "name": "Adler Apotheke",
25005                 "amenity": "pharmacy"
25006             },
25007             "name": "Adler Apotheke",
25008             "icon": "pharmacy",
25009             "geometry": [
25010                 "point",
25011                 "area"
25012             ],
25013             "fields": [
25014                 "operator",
25015                 "address",
25016                 "building_area",
25017                 "opening_hours",
25018                 "drive_through"
25019             ],
25020             "suggestion": true
25021         },
25022         "amenity/pharmacy/Pharmacie Centrale": {
25023             "tags": {
25024                 "name": "Pharmacie Centrale",
25025                 "amenity": "pharmacy"
25026             },
25027             "name": "Pharmacie Centrale",
25028             "icon": "pharmacy",
25029             "geometry": [
25030                 "point",
25031                 "area"
25032             ],
25033             "fields": [
25034                 "operator",
25035                 "address",
25036                 "building_area",
25037                 "opening_hours",
25038                 "drive_through"
25039             ],
25040             "suggestion": true
25041         },
25042         "amenity/pharmacy/Walgreens": {
25043             "tags": {
25044                 "name": "Walgreens",
25045                 "amenity": "pharmacy"
25046             },
25047             "name": "Walgreens",
25048             "icon": "pharmacy",
25049             "geometry": [
25050                 "point",
25051                 "area"
25052             ],
25053             "fields": [
25054                 "operator",
25055                 "address",
25056                 "building_area",
25057                 "opening_hours",
25058                 "drive_through"
25059             ],
25060             "suggestion": true
25061         },
25062         "amenity/pharmacy/Rite Aid": {
25063             "tags": {
25064                 "name": "Rite Aid",
25065                 "amenity": "pharmacy"
25066             },
25067             "name": "Rite Aid",
25068             "icon": "pharmacy",
25069             "geometry": [
25070                 "point",
25071                 "area"
25072             ],
25073             "fields": [
25074                 "operator",
25075                 "address",
25076                 "building_area",
25077                 "opening_hours",
25078                 "drive_through"
25079             ],
25080             "suggestion": true
25081         },
25082         "amenity/pharmacy/Apotheke": {
25083             "tags": {
25084                 "name": "Apotheke",
25085                 "amenity": "pharmacy"
25086             },
25087             "name": "Apotheke",
25088             "icon": "pharmacy",
25089             "geometry": [
25090                 "point",
25091                 "area"
25092             ],
25093             "fields": [
25094                 "operator",
25095                 "address",
25096                 "building_area",
25097                 "opening_hours",
25098                 "drive_through"
25099             ],
25100             "suggestion": true
25101         },
25102         "amenity/pharmacy/Linden-Apotheke": {
25103             "tags": {
25104                 "name": "Linden-Apotheke",
25105                 "amenity": "pharmacy"
25106             },
25107             "name": "Linden-Apotheke",
25108             "icon": "pharmacy",
25109             "geometry": [
25110                 "point",
25111                 "area"
25112             ],
25113             "fields": [
25114                 "operator",
25115                 "address",
25116                 "building_area",
25117                 "opening_hours",
25118                 "drive_through"
25119             ],
25120             "suggestion": true
25121         },
25122         "amenity/pharmacy/Bahnhof-Apotheke": {
25123             "tags": {
25124                 "name": "Bahnhof-Apotheke",
25125                 "amenity": "pharmacy"
25126             },
25127             "name": "Bahnhof-Apotheke",
25128             "icon": "pharmacy",
25129             "geometry": [
25130                 "point",
25131                 "area"
25132             ],
25133             "fields": [
25134                 "operator",
25135                 "address",
25136                 "building_area",
25137                 "opening_hours",
25138                 "drive_through"
25139             ],
25140             "suggestion": true
25141         },
25142         "amenity/pharmacy/Burg-Apotheke": {
25143             "tags": {
25144                 "name": "Burg-Apotheke",
25145                 "amenity": "pharmacy"
25146             },
25147             "name": "Burg-Apotheke",
25148             "icon": "pharmacy",
25149             "geometry": [
25150                 "point",
25151                 "area"
25152             ],
25153             "fields": [
25154                 "operator",
25155                 "address",
25156                 "building_area",
25157                 "opening_hours",
25158                 "drive_through"
25159             ],
25160             "suggestion": true
25161         },
25162         "amenity/pharmacy/Jean Coutu": {
25163             "tags": {
25164                 "name": "Jean Coutu",
25165                 "amenity": "pharmacy"
25166             },
25167             "name": "Jean Coutu",
25168             "icon": "pharmacy",
25169             "geometry": [
25170                 "point",
25171                 "area"
25172             ],
25173             "fields": [
25174                 "operator",
25175                 "address",
25176                 "building_area",
25177                 "opening_hours",
25178                 "drive_through"
25179             ],
25180             "suggestion": true
25181         },
25182         "amenity/pharmacy/Pharmaprix": {
25183             "tags": {
25184                 "name": "Pharmaprix",
25185                 "amenity": "pharmacy"
25186             },
25187             "name": "Pharmaprix",
25188             "icon": "pharmacy",
25189             "geometry": [
25190                 "point",
25191                 "area"
25192             ],
25193             "fields": [
25194                 "operator",
25195                 "address",
25196                 "building_area",
25197                 "opening_hours",
25198                 "drive_through"
25199             ],
25200             "suggestion": true
25201         },
25202         "amenity/pharmacy/Farmacias Ahumada": {
25203             "tags": {
25204                 "name": "Farmacias Ahumada",
25205                 "amenity": "pharmacy"
25206             },
25207             "name": "Farmacias Ahumada",
25208             "icon": "pharmacy",
25209             "geometry": [
25210                 "point",
25211                 "area"
25212             ],
25213             "fields": [
25214                 "operator",
25215                 "address",
25216                 "building_area",
25217                 "opening_hours",
25218                 "drive_through"
25219             ],
25220             "suggestion": true
25221         },
25222         "amenity/pharmacy/Farmacia Comunale": {
25223             "tags": {
25224                 "name": "Farmacia Comunale",
25225                 "amenity": "pharmacy"
25226             },
25227             "name": "Farmacia Comunale",
25228             "icon": "pharmacy",
25229             "geometry": [
25230                 "point",
25231                 "area"
25232             ],
25233             "fields": [
25234                 "operator",
25235                 "address",
25236                 "building_area",
25237                 "opening_hours",
25238                 "drive_through"
25239             ],
25240             "suggestion": true
25241         },
25242         "amenity/pharmacy/Farmacias Cruz Verde": {
25243             "tags": {
25244                 "name": "Farmacias Cruz Verde",
25245                 "amenity": "pharmacy"
25246             },
25247             "name": "Farmacias Cruz Verde",
25248             "icon": "pharmacy",
25249             "geometry": [
25250                 "point",
25251                 "area"
25252             ],
25253             "fields": [
25254                 "operator",
25255                 "address",
25256                 "building_area",
25257                 "opening_hours",
25258                 "drive_through"
25259             ],
25260             "suggestion": true
25261         },
25262         "amenity/pharmacy/Cruz Verde": {
25263             "tags": {
25264                 "name": "Cruz Verde",
25265                 "amenity": "pharmacy"
25266             },
25267             "name": "Cruz Verde",
25268             "icon": "pharmacy",
25269             "geometry": [
25270                 "point",
25271                 "area"
25272             ],
25273             "fields": [
25274                 "operator",
25275                 "address",
25276                 "building_area",
25277                 "opening_hours",
25278                 "drive_through"
25279             ],
25280             "suggestion": true
25281         },
25282         "amenity/pharmacy/Hubertus Apotheke": {
25283             "tags": {
25284                 "name": "Hubertus Apotheke",
25285                 "amenity": "pharmacy"
25286             },
25287             "name": "Hubertus Apotheke",
25288             "icon": "pharmacy",
25289             "geometry": [
25290                 "point",
25291                 "area"
25292             ],
25293             "fields": [
25294                 "operator",
25295                 "address",
25296                 "building_area",
25297                 "opening_hours",
25298                 "drive_through"
25299             ],
25300             "suggestion": true
25301         },
25302         "amenity/pharmacy/CVS": {
25303             "tags": {
25304                 "name": "CVS",
25305                 "amenity": "pharmacy"
25306             },
25307             "name": "CVS",
25308             "icon": "pharmacy",
25309             "geometry": [
25310                 "point",
25311                 "area"
25312             ],
25313             "fields": [
25314                 "operator",
25315                 "address",
25316                 "building_area",
25317                 "opening_hours",
25318                 "drive_through"
25319             ],
25320             "suggestion": true
25321         },
25322         "amenity/pharmacy/Farmacias SalcoBrand": {
25323             "tags": {
25324                 "name": "Farmacias SalcoBrand",
25325                 "amenity": "pharmacy"
25326             },
25327             "name": "Farmacias SalcoBrand",
25328             "icon": "pharmacy",
25329             "geometry": [
25330                 "point",
25331                 "area"
25332             ],
25333             "fields": [
25334                 "operator",
25335                 "address",
25336                 "building_area",
25337                 "opening_hours",
25338                 "drive_through"
25339             ],
25340             "suggestion": true
25341         },
25342         "amenity/pharmacy/Фармация": {
25343             "tags": {
25344                 "name": "Фармация",
25345                 "amenity": "pharmacy"
25346             },
25347             "name": "Фармация",
25348             "icon": "pharmacy",
25349             "geometry": [
25350                 "point",
25351                 "area"
25352             ],
25353             "fields": [
25354                 "operator",
25355                 "address",
25356                 "building_area",
25357                 "opening_hours",
25358                 "drive_through"
25359             ],
25360             "suggestion": true
25361         },
25362         "amenity/pharmacy/Bären-Apotheke": {
25363             "tags": {
25364                 "name": "Bären-Apotheke",
25365                 "amenity": "pharmacy"
25366             },
25367             "name": "Bären-Apotheke",
25368             "icon": "pharmacy",
25369             "geometry": [
25370                 "point",
25371                 "area"
25372             ],
25373             "fields": [
25374                 "operator",
25375                 "address",
25376                 "building_area",
25377                 "opening_hours",
25378                 "drive_through"
25379             ],
25380             "suggestion": true
25381         },
25382         "amenity/pharmacy/Clicks": {
25383             "tags": {
25384                 "name": "Clicks",
25385                 "amenity": "pharmacy"
25386             },
25387             "name": "Clicks",
25388             "icon": "pharmacy",
25389             "geometry": [
25390                 "point",
25391                 "area"
25392             ],
25393             "fields": [
25394                 "operator",
25395                 "address",
25396                 "building_area",
25397                 "opening_hours",
25398                 "drive_through"
25399             ],
25400             "suggestion": true
25401         },
25402         "amenity/pharmacy/セイジョー": {
25403             "tags": {
25404                 "name": "セイジョー",
25405                 "amenity": "pharmacy"
25406             },
25407             "name": "セイジョー",
25408             "icon": "pharmacy",
25409             "geometry": [
25410                 "point",
25411                 "area"
25412             ],
25413             "fields": [
25414                 "operator",
25415                 "address",
25416                 "building_area",
25417                 "opening_hours",
25418                 "drive_through"
25419             ],
25420             "suggestion": true
25421         },
25422         "amenity/pharmacy/マツモトキヨシ": {
25423             "tags": {
25424                 "name": "マツモトキヨシ",
25425                 "amenity": "pharmacy"
25426             },
25427             "name": "マツモトキヨシ",
25428             "icon": "pharmacy",
25429             "geometry": [
25430                 "point",
25431                 "area"
25432             ],
25433             "fields": [
25434                 "operator",
25435                 "address",
25436                 "building_area",
25437                 "opening_hours",
25438                 "drive_through"
25439             ],
25440             "suggestion": true
25441         },
25442         "amenity/pharmacy/Dr. Max": {
25443             "tags": {
25444                 "name": "Dr. Max",
25445                 "amenity": "pharmacy"
25446             },
25447             "name": "Dr. Max",
25448             "icon": "pharmacy",
25449             "geometry": [
25450                 "point",
25451                 "area"
25452             ],
25453             "fields": [
25454                 "operator",
25455                 "address",
25456                 "building_area",
25457                 "opening_hours",
25458                 "drive_through"
25459             ],
25460             "suggestion": true
25461         },
25462         "amenity/pharmacy/Вита": {
25463             "tags": {
25464                 "name": "Вита",
25465                 "amenity": "pharmacy"
25466             },
25467             "name": "Вита",
25468             "icon": "pharmacy",
25469             "geometry": [
25470                 "point",
25471                 "area"
25472             ],
25473             "fields": [
25474                 "operator",
25475                 "address",
25476                 "building_area",
25477                 "opening_hours",
25478                 "drive_through"
25479             ],
25480             "suggestion": true
25481         },
25482         "amenity/pharmacy/サンドラッグ": {
25483             "tags": {
25484                 "name": "サンドラッグ",
25485                 "amenity": "pharmacy"
25486             },
25487             "name": "サンドラッグ",
25488             "icon": "pharmacy",
25489             "geometry": [
25490                 "point",
25491                 "area"
25492             ],
25493             "fields": [
25494                 "operator",
25495                 "address",
25496                 "building_area",
25497                 "opening_hours",
25498                 "drive_through"
25499             ],
25500             "suggestion": true
25501         },
25502         "amenity/pharmacy/Apteka": {
25503             "tags": {
25504                 "name": "Apteka",
25505                 "amenity": "pharmacy"
25506             },
25507             "name": "Apteka",
25508             "icon": "pharmacy",
25509             "geometry": [
25510                 "point",
25511                 "area"
25512             ],
25513             "fields": [
25514                 "operator",
25515                 "address",
25516                 "building_area",
25517                 "opening_hours",
25518                 "drive_through"
25519             ],
25520             "suggestion": true
25521         },
25522         "amenity/pharmacy/Первая помощь": {
25523             "tags": {
25524                 "name": "Первая помощь",
25525                 "amenity": "pharmacy"
25526             },
25527             "name": "Первая помощь",
25528             "icon": "pharmacy",
25529             "geometry": [
25530                 "point",
25531                 "area"
25532             ],
25533             "fields": [
25534                 "operator",
25535                 "address",
25536                 "building_area",
25537                 "opening_hours",
25538                 "drive_through"
25539             ],
25540             "suggestion": true
25541         },
25542         "amenity/pharmacy/Ригла": {
25543             "tags": {
25544                 "name": "Ригла",
25545                 "amenity": "pharmacy"
25546             },
25547             "name": "Ригла",
25548             "icon": "pharmacy",
25549             "geometry": [
25550                 "point",
25551                 "area"
25552             ],
25553             "fields": [
25554                 "operator",
25555                 "address",
25556                 "building_area",
25557                 "opening_hours",
25558                 "drive_through"
25559             ],
25560             "suggestion": true
25561         },
25562         "amenity/pharmacy/Имплозия": {
25563             "tags": {
25564                 "name": "Имплозия",
25565                 "amenity": "pharmacy"
25566             },
25567             "name": "Имплозия",
25568             "icon": "pharmacy",
25569             "geometry": [
25570                 "point",
25571                 "area"
25572             ],
25573             "fields": [
25574                 "operator",
25575                 "address",
25576                 "building_area",
25577                 "opening_hours",
25578                 "drive_through"
25579             ],
25580             "suggestion": true
25581         },
25582         "amenity/pharmacy/Kinney Drugs": {
25583             "tags": {
25584                 "name": "Kinney Drugs",
25585                 "amenity": "pharmacy"
25586             },
25587             "name": "Kinney Drugs",
25588             "icon": "pharmacy",
25589             "geometry": [
25590                 "point",
25591                 "area"
25592             ],
25593             "fields": [
25594                 "operator",
25595                 "address",
25596                 "building_area",
25597                 "opening_hours",
25598                 "drive_through"
25599             ],
25600             "suggestion": true
25601         },
25602         "amenity/pharmacy/Классика": {
25603             "tags": {
25604                 "name": "Классика",
25605                 "amenity": "pharmacy"
25606             },
25607             "name": "Классика",
25608             "icon": "pharmacy",
25609             "geometry": [
25610                 "point",
25611                 "area"
25612             ],
25613             "fields": [
25614                 "operator",
25615                 "address",
25616                 "building_area",
25617                 "opening_hours",
25618                 "drive_through"
25619             ],
25620             "suggestion": true
25621         },
25622         "amenity/pharmacy/Ljekarna": {
25623             "tags": {
25624                 "name": "Ljekarna",
25625                 "amenity": "pharmacy"
25626             },
25627             "name": "Ljekarna",
25628             "icon": "pharmacy",
25629             "geometry": [
25630                 "point",
25631                 "area"
25632             ],
25633             "fields": [
25634                 "operator",
25635                 "address",
25636                 "building_area",
25637                 "opening_hours",
25638                 "drive_through"
25639             ],
25640             "suggestion": true
25641         },
25642         "amenity/pharmacy/SalcoBrand": {
25643             "tags": {
25644                 "name": "SalcoBrand",
25645                 "amenity": "pharmacy"
25646             },
25647             "name": "SalcoBrand",
25648             "icon": "pharmacy",
25649             "geometry": [
25650                 "point",
25651                 "area"
25652             ],
25653             "fields": [
25654                 "operator",
25655                 "address",
25656                 "building_area",
25657                 "opening_hours",
25658                 "drive_through"
25659             ],
25660             "suggestion": true
25661         },
25662         "amenity/pharmacy/Аптека 36,6": {
25663             "tags": {
25664                 "name": "Аптека 36,6",
25665                 "amenity": "pharmacy"
25666             },
25667             "name": "Аптека 36,6",
25668             "icon": "pharmacy",
25669             "geometry": [
25670                 "point",
25671                 "area"
25672             ],
25673             "fields": [
25674                 "operator",
25675                 "address",
25676                 "building_area",
25677                 "opening_hours",
25678                 "drive_through"
25679             ],
25680             "suggestion": true
25681         },
25682         "amenity/pharmacy/Фармакор": {
25683             "tags": {
25684                 "name": "Фармакор",
25685                 "amenity": "pharmacy"
25686             },
25687             "name": "Фармакор",
25688             "icon": "pharmacy",
25689             "geometry": [
25690                 "point",
25691                 "area"
25692             ],
25693             "fields": [
25694                 "operator",
25695                 "address",
25696                 "building_area",
25697                 "opening_hours",
25698                 "drive_through"
25699             ],
25700             "suggestion": true
25701         },
25702         "amenity/pharmacy/スギ薬局": {
25703             "tags": {
25704                 "name": "スギ薬局",
25705                 "amenity": "pharmacy"
25706             },
25707             "name": "スギ薬局",
25708             "icon": "pharmacy",
25709             "geometry": [
25710                 "point",
25711                 "area"
25712             ],
25713             "fields": [
25714                 "operator",
25715                 "address",
25716                 "building_area",
25717                 "opening_hours",
25718                 "drive_through"
25719             ],
25720             "suggestion": true
25721         },
25722         "amenity/pharmacy/Аптечный пункт": {
25723             "tags": {
25724                 "name": "Аптечный пункт",
25725                 "amenity": "pharmacy"
25726             },
25727             "name": "Аптечный пункт",
25728             "icon": "pharmacy",
25729             "geometry": [
25730                 "point",
25731                 "area"
25732             ],
25733             "fields": [
25734                 "operator",
25735                 "address",
25736                 "building_area",
25737                 "opening_hours",
25738                 "drive_through"
25739             ],
25740             "suggestion": true
25741         },
25742         "amenity/pharmacy/Невис": {
25743             "tags": {
25744                 "name": "Невис",
25745                 "amenity": "pharmacy"
25746             },
25747             "name": "Невис",
25748             "icon": "pharmacy",
25749             "geometry": [
25750                 "point",
25751                 "area"
25752             ],
25753             "fields": [
25754                 "operator",
25755                 "address",
25756                 "building_area",
25757                 "opening_hours",
25758                 "drive_through"
25759             ],
25760             "suggestion": true
25761         },
25762         "amenity/pharmacy/トモズ (Tomod's)": {
25763             "tags": {
25764                 "name": "トモズ (Tomod's)",
25765                 "amenity": "pharmacy"
25766             },
25767             "name": "トモズ (Tomod's)",
25768             "icon": "pharmacy",
25769             "geometry": [
25770                 "point",
25771                 "area"
25772             ],
25773             "fields": [
25774                 "operator",
25775                 "address",
25776                 "building_area",
25777                 "opening_hours",
25778                 "drive_through"
25779             ],
25780             "suggestion": true
25781         },
25782         "amenity/pharmacy/Eurovaistinė": {
25783             "tags": {
25784                 "name": "Eurovaistinė",
25785                 "amenity": "pharmacy"
25786             },
25787             "name": "Eurovaistinė",
25788             "icon": "pharmacy",
25789             "geometry": [
25790                 "point",
25791                 "area"
25792             ],
25793             "fields": [
25794                 "operator",
25795                 "address",
25796                 "building_area",
25797                 "opening_hours",
25798                 "drive_through"
25799             ],
25800             "suggestion": true
25801         },
25802         "amenity/pharmacy/Farmacity": {
25803             "tags": {
25804                 "name": "Farmacity",
25805                 "amenity": "pharmacy"
25806             },
25807             "name": "Farmacity",
25808             "icon": "pharmacy",
25809             "geometry": [
25810                 "point",
25811                 "area"
25812             ],
25813             "fields": [
25814                 "operator",
25815                 "address",
25816                 "building_area",
25817                 "opening_hours",
25818                 "drive_through"
25819             ],
25820             "suggestion": true
25821         },
25822         "amenity/pharmacy/аптека": {
25823             "tags": {
25824                 "name": "аптека",
25825                 "amenity": "pharmacy"
25826             },
25827             "name": "аптека",
25828             "icon": "pharmacy",
25829             "geometry": [
25830                 "point",
25831                 "area"
25832             ],
25833             "fields": [
25834                 "operator",
25835                 "address",
25836                 "building_area",
25837                 "opening_hours",
25838                 "drive_through"
25839             ],
25840             "suggestion": true
25841         },
25842         "amenity/pharmacy/The Generics Pharmacy": {
25843             "tags": {
25844                 "name": "The Generics Pharmacy",
25845                 "amenity": "pharmacy"
25846             },
25847             "name": "The Generics Pharmacy",
25848             "icon": "pharmacy",
25849             "geometry": [
25850                 "point",
25851                 "area"
25852             ],
25853             "fields": [
25854                 "operator",
25855                 "address",
25856                 "building_area",
25857                 "opening_hours",
25858                 "drive_through"
25859             ],
25860             "suggestion": true
25861         },
25862         "amenity/pharmacy/Farmatodo": {
25863             "tags": {
25864                 "name": "Farmatodo",
25865                 "amenity": "pharmacy"
25866             },
25867             "name": "Farmatodo",
25868             "icon": "pharmacy",
25869             "geometry": [
25870                 "point",
25871                 "area"
25872             ],
25873             "fields": [
25874                 "operator",
25875                 "address",
25876                 "building_area",
25877                 "opening_hours",
25878                 "drive_through"
25879             ],
25880             "suggestion": true
25881         },
25882         "amenity/pharmacy/Duane Reade": {
25883             "tags": {
25884                 "name": "Duane Reade",
25885                 "amenity": "pharmacy"
25886             },
25887             "name": "Duane Reade",
25888             "icon": "pharmacy",
25889             "geometry": [
25890                 "point",
25891                 "area"
25892             ],
25893             "fields": [
25894                 "operator",
25895                 "address",
25896                 "building_area",
25897                 "opening_hours",
25898                 "drive_through"
25899             ],
25900             "suggestion": true
25901         },
25902         "amenity/pharmacy/Фармленд": {
25903             "tags": {
25904                 "name": "Фармленд",
25905                 "amenity": "pharmacy"
25906             },
25907             "name": "Фармленд",
25908             "icon": "pharmacy",
25909             "geometry": [
25910                 "point",
25911                 "area"
25912             ],
25913             "fields": [
25914                 "operator",
25915                 "address",
25916                 "building_area",
25917                 "opening_hours",
25918                 "drive_through"
25919             ],
25920             "suggestion": true
25921         },
25922         "amenity/pharmacy/ドラッグてらしま (Drug Terashima)": {
25923             "tags": {
25924                 "name": "ドラッグてらしま (Drug Terashima)",
25925                 "amenity": "pharmacy"
25926             },
25927             "name": "ドラッグてらしま (Drug Terashima)",
25928             "icon": "pharmacy",
25929             "geometry": [
25930                 "point",
25931                 "area"
25932             ],
25933             "fields": [
25934                 "operator",
25935                 "address",
25936                 "building_area",
25937                 "opening_hours",
25938                 "drive_through"
25939             ],
25940             "suggestion": true
25941         },
25942         "amenity/pharmacy/Арніка": {
25943             "tags": {
25944                 "name": "Арніка",
25945                 "amenity": "pharmacy"
25946             },
25947             "name": "Арніка",
25948             "icon": "pharmacy",
25949             "geometry": [
25950                 "point",
25951                 "area"
25952             ],
25953             "fields": [
25954                 "operator",
25955                 "address",
25956                 "building_area",
25957                 "opening_hours",
25958                 "drive_through"
25959             ],
25960             "suggestion": true
25961         },
25962         "amenity/pharmacy/ავერსი (Aversi)": {
25963             "tags": {
25964                 "name": "ავერსი (Aversi)",
25965                 "amenity": "pharmacy"
25966             },
25967             "name": "ავერსი (Aversi)",
25968             "icon": "pharmacy",
25969             "geometry": [
25970                 "point",
25971                 "area"
25972             ],
25973             "fields": [
25974                 "operator",
25975                 "address",
25976                 "building_area",
25977                 "opening_hours",
25978                 "drive_through"
25979             ],
25980             "suggestion": true
25981         },
25982         "amenity/pharmacy/Farmahorro": {
25983             "tags": {
25984                 "name": "Farmahorro",
25985                 "amenity": "pharmacy"
25986             },
25987             "name": "Farmahorro",
25988             "icon": "pharmacy",
25989             "geometry": [
25990                 "point",
25991                 "area"
25992             ],
25993             "fields": [
25994                 "operator",
25995                 "address",
25996                 "building_area",
25997                 "opening_hours",
25998                 "drive_through"
25999             ],
26000             "suggestion": true
26001         },
26002         "amenity/cafe/Starbucks": {
26003             "tags": {
26004                 "name": "Starbucks",
26005                 "cuisine": "coffee_shop",
26006                 "amenity": "cafe"
26007             },
26008             "name": "Starbucks",
26009             "icon": "cafe",
26010             "geometry": [
26011                 "point",
26012                 "area"
26013             ],
26014             "fields": [
26015                 "cuisine",
26016                 "internet_access",
26017                 "address",
26018                 "building_area",
26019                 "opening_hours",
26020                 "smoking"
26021             ],
26022             "suggestion": true
26023         },
26024         "amenity/cafe/Cafeteria": {
26025             "tags": {
26026                 "name": "Cafeteria",
26027                 "amenity": "cafe"
26028             },
26029             "name": "Cafeteria",
26030             "icon": "cafe",
26031             "geometry": [
26032                 "point",
26033                 "area"
26034             ],
26035             "fields": [
26036                 "cuisine",
26037                 "internet_access",
26038                 "address",
26039                 "building_area",
26040                 "opening_hours",
26041                 "smoking"
26042             ],
26043             "suggestion": true
26044         },
26045         "amenity/cafe/Costa": {
26046             "tags": {
26047                 "name": "Costa",
26048                 "amenity": "cafe"
26049             },
26050             "name": "Costa",
26051             "icon": "cafe",
26052             "geometry": [
26053                 "point",
26054                 "area"
26055             ],
26056             "fields": [
26057                 "cuisine",
26058                 "internet_access",
26059                 "address",
26060                 "building_area",
26061                 "opening_hours",
26062                 "smoking"
26063             ],
26064             "suggestion": true
26065         },
26066         "amenity/cafe/Caffè Nero": {
26067             "tags": {
26068                 "name": "Caffè Nero",
26069                 "amenity": "cafe"
26070             },
26071             "name": "Caffè Nero",
26072             "icon": "cafe",
26073             "geometry": [
26074                 "point",
26075                 "area"
26076             ],
26077             "fields": [
26078                 "cuisine",
26079                 "internet_access",
26080                 "address",
26081                 "building_area",
26082                 "opening_hours",
26083                 "smoking"
26084             ],
26085             "suggestion": true
26086         },
26087         "amenity/cafe/Кафе": {
26088             "tags": {
26089                 "name": "Кафе",
26090                 "amenity": "cafe"
26091             },
26092             "name": "Кафе",
26093             "icon": "cafe",
26094             "geometry": [
26095                 "point",
26096                 "area"
26097             ],
26098             "fields": [
26099                 "cuisine",
26100                 "internet_access",
26101                 "address",
26102                 "building_area",
26103                 "opening_hours",
26104                 "smoking"
26105             ],
26106             "suggestion": true
26107         },
26108         "amenity/cafe/Café Central": {
26109             "tags": {
26110                 "name": "Café Central",
26111                 "amenity": "cafe"
26112             },
26113             "name": "Café Central",
26114             "icon": "cafe",
26115             "geometry": [
26116                 "point",
26117                 "area"
26118             ],
26119             "fields": [
26120                 "cuisine",
26121                 "internet_access",
26122                 "address",
26123                 "building_area",
26124                 "opening_hours",
26125                 "smoking"
26126             ],
26127             "suggestion": true
26128         },
26129         "amenity/cafe/Second Cup": {
26130             "tags": {
26131                 "name": "Second Cup",
26132                 "amenity": "cafe"
26133             },
26134             "name": "Second Cup",
26135             "icon": "cafe",
26136             "geometry": [
26137                 "point",
26138                 "area"
26139             ],
26140             "fields": [
26141                 "cuisine",
26142                 "internet_access",
26143                 "address",
26144                 "building_area",
26145                 "opening_hours",
26146                 "smoking"
26147             ],
26148             "suggestion": true
26149         },
26150         "amenity/cafe/Dunkin Donuts": {
26151             "tags": {
26152                 "name": "Dunkin Donuts",
26153                 "cuisine": "donut",
26154                 "amenity": "cafe"
26155             },
26156             "name": "Dunkin Donuts",
26157             "icon": "cafe",
26158             "geometry": [
26159                 "point",
26160                 "area"
26161             ],
26162             "fields": [
26163                 "cuisine",
26164                 "internet_access",
26165                 "address",
26166                 "building_area",
26167                 "opening_hours",
26168                 "smoking"
26169             ],
26170             "suggestion": true
26171         },
26172         "amenity/cafe/Espresso House": {
26173             "tags": {
26174                 "name": "Espresso House",
26175                 "amenity": "cafe"
26176             },
26177             "name": "Espresso House",
26178             "icon": "cafe",
26179             "geometry": [
26180                 "point",
26181                 "area"
26182             ],
26183             "fields": [
26184                 "cuisine",
26185                 "internet_access",
26186                 "address",
26187                 "building_area",
26188                 "opening_hours",
26189                 "smoking"
26190             ],
26191             "suggestion": true
26192         },
26193         "amenity/cafe/Segafredo": {
26194             "tags": {
26195                 "name": "Segafredo",
26196                 "amenity": "cafe"
26197             },
26198             "name": "Segafredo",
26199             "icon": "cafe",
26200             "geometry": [
26201                 "point",
26202                 "area"
26203             ],
26204             "fields": [
26205                 "cuisine",
26206                 "internet_access",
26207                 "address",
26208                 "building_area",
26209                 "opening_hours",
26210                 "smoking"
26211             ],
26212             "suggestion": true
26213         },
26214         "amenity/cafe/Coffee Time": {
26215             "tags": {
26216                 "name": "Coffee Time",
26217                 "amenity": "cafe"
26218             },
26219             "name": "Coffee Time",
26220             "icon": "cafe",
26221             "geometry": [
26222                 "point",
26223                 "area"
26224             ],
26225             "fields": [
26226                 "cuisine",
26227                 "internet_access",
26228                 "address",
26229                 "building_area",
26230                 "opening_hours",
26231                 "smoking"
26232             ],
26233             "suggestion": true
26234         },
26235         "amenity/cafe/Cafe Coffee Day": {
26236             "tags": {
26237                 "name": "Cafe Coffee Day",
26238                 "amenity": "cafe"
26239             },
26240             "name": "Cafe Coffee Day",
26241             "icon": "cafe",
26242             "geometry": [
26243                 "point",
26244                 "area"
26245             ],
26246             "fields": [
26247                 "cuisine",
26248                 "internet_access",
26249                 "address",
26250                 "building_area",
26251                 "opening_hours",
26252                 "smoking"
26253             ],
26254             "suggestion": true
26255         },
26256         "amenity/cafe/Eiscafe Venezia": {
26257             "tags": {
26258                 "name": "Eiscafe Venezia",
26259                 "amenity": "cafe"
26260             },
26261             "name": "Eiscafe Venezia",
26262             "icon": "cafe",
26263             "geometry": [
26264                 "point",
26265                 "area"
26266             ],
26267             "fields": [
26268                 "cuisine",
26269                 "internet_access",
26270                 "address",
26271                 "building_area",
26272                 "opening_hours",
26273                 "smoking"
26274             ],
26275             "suggestion": true
26276         },
26277         "amenity/cafe/スターバックス": {
26278             "tags": {
26279                 "name": "スターバックス",
26280                 "name:en": "Starbucks",
26281                 "amenity": "cafe"
26282             },
26283             "name": "スターバックス",
26284             "icon": "cafe",
26285             "geometry": [
26286                 "point",
26287                 "area"
26288             ],
26289             "fields": [
26290                 "cuisine",
26291                 "internet_access",
26292                 "address",
26293                 "building_area",
26294                 "opening_hours",
26295                 "smoking"
26296             ],
26297             "suggestion": true
26298         },
26299         "amenity/cafe/Шоколадница": {
26300             "tags": {
26301                 "name": "Шоколадница",
26302                 "amenity": "cafe"
26303             },
26304             "name": "Шоколадница",
26305             "icon": "cafe",
26306             "geometry": [
26307                 "point",
26308                 "area"
26309             ],
26310             "fields": [
26311                 "cuisine",
26312                 "internet_access",
26313                 "address",
26314                 "building_area",
26315                 "opening_hours",
26316                 "smoking"
26317             ],
26318             "suggestion": true
26319         },
26320         "amenity/cafe/Pret A Manger": {
26321             "tags": {
26322                 "name": "Pret A Manger",
26323                 "amenity": "cafe"
26324             },
26325             "name": "Pret A Manger",
26326             "icon": "cafe",
26327             "geometry": [
26328                 "point",
26329                 "area"
26330             ],
26331             "fields": [
26332                 "cuisine",
26333                 "internet_access",
26334                 "address",
26335                 "building_area",
26336                 "opening_hours",
26337                 "smoking"
26338             ],
26339             "suggestion": true
26340         },
26341         "amenity/cafe/Столовая": {
26342             "tags": {
26343                 "name": "Столовая",
26344                 "amenity": "cafe"
26345             },
26346             "name": "Столовая",
26347             "icon": "cafe",
26348             "geometry": [
26349                 "point",
26350                 "area"
26351             ],
26352             "fields": [
26353                 "cuisine",
26354                 "internet_access",
26355                 "address",
26356                 "building_area",
26357                 "opening_hours",
26358                 "smoking"
26359             ],
26360             "suggestion": true
26361         },
26362         "amenity/cafe/ドトール": {
26363             "tags": {
26364                 "name": "ドトール",
26365                 "name:en": "DOUTOR",
26366                 "amenity": "cafe"
26367             },
26368             "name": "ドトール",
26369             "icon": "cafe",
26370             "geometry": [
26371                 "point",
26372                 "area"
26373             ],
26374             "fields": [
26375                 "cuisine",
26376                 "internet_access",
26377                 "address",
26378                 "building_area",
26379                 "opening_hours",
26380                 "smoking"
26381             ],
26382             "suggestion": true
26383         },
26384         "amenity/cafe/Tchibo": {
26385             "tags": {
26386                 "name": "Tchibo",
26387                 "amenity": "cafe"
26388             },
26389             "name": "Tchibo",
26390             "icon": "cafe",
26391             "geometry": [
26392                 "point",
26393                 "area"
26394             ],
26395             "fields": [
26396                 "cuisine",
26397                 "internet_access",
26398                 "address",
26399                 "building_area",
26400                 "opening_hours",
26401                 "smoking"
26402             ],
26403             "suggestion": true
26404         },
26405         "amenity/cafe/Кофе Хауз": {
26406             "tags": {
26407                 "name": "Кофе Хауз",
26408                 "amenity": "cafe"
26409             },
26410             "name": "Кофе Хауз",
26411             "icon": "cafe",
26412             "geometry": [
26413                 "point",
26414                 "area"
26415             ],
26416             "fields": [
26417                 "cuisine",
26418                 "internet_access",
26419                 "address",
26420                 "building_area",
26421                 "opening_hours",
26422                 "smoking"
26423             ],
26424             "suggestion": true
26425         },
26426         "amenity/cafe/Caribou Coffee": {
26427             "tags": {
26428                 "name": "Caribou Coffee",
26429                 "amenity": "cafe"
26430             },
26431             "name": "Caribou Coffee",
26432             "icon": "cafe",
26433             "geometry": [
26434                 "point",
26435                 "area"
26436             ],
26437             "fields": [
26438                 "cuisine",
26439                 "internet_access",
26440                 "address",
26441                 "building_area",
26442                 "opening_hours",
26443                 "smoking"
26444             ],
26445             "suggestion": true
26446         },
26447         "amenity/cafe/Уют": {
26448             "tags": {
26449                 "name": "Уют",
26450                 "amenity": "cafe"
26451             },
26452             "name": "Уют",
26453             "icon": "cafe",
26454             "geometry": [
26455                 "point",
26456                 "area"
26457             ],
26458             "fields": [
26459                 "cuisine",
26460                 "internet_access",
26461                 "address",
26462                 "building_area",
26463                 "opening_hours",
26464                 "smoking"
26465             ],
26466             "suggestion": true
26467         },
26468         "amenity/cafe/Шашлычная": {
26469             "tags": {
26470                 "name": "Шашлычная",
26471                 "amenity": "cafe"
26472             },
26473             "name": "Шашлычная",
26474             "icon": "cafe",
26475             "geometry": [
26476                 "point",
26477                 "area"
26478             ],
26479             "fields": [
26480                 "cuisine",
26481                 "internet_access",
26482                 "address",
26483                 "building_area",
26484                 "opening_hours",
26485                 "smoking"
26486             ],
26487             "suggestion": true
26488         },
26489         "amenity/cafe/คาเฟ่ อเมซอน": {
26490             "tags": {
26491                 "name": "คาเฟ่ อเมซอน",
26492                 "amenity": "cafe"
26493             },
26494             "name": "คาเฟ่ อเมซอน",
26495             "icon": "cafe",
26496             "geometry": [
26497                 "point",
26498                 "area"
26499             ],
26500             "fields": [
26501                 "cuisine",
26502                 "internet_access",
26503                 "address",
26504                 "building_area",
26505                 "opening_hours",
26506                 "smoking"
26507             ],
26508             "suggestion": true
26509         },
26510         "amenity/cafe/Traveler's Coffee": {
26511             "tags": {
26512                 "name": "Traveler's Coffee",
26513                 "amenity": "cafe"
26514             },
26515             "name": "Traveler's Coffee",
26516             "icon": "cafe",
26517             "geometry": [
26518                 "point",
26519                 "area"
26520             ],
26521             "fields": [
26522                 "cuisine",
26523                 "internet_access",
26524                 "address",
26525                 "building_area",
26526                 "opening_hours",
26527                 "smoking"
26528             ],
26529             "suggestion": true
26530         },
26531         "amenity/cafe/カフェ・ド・クリエ": {
26532             "tags": {
26533                 "name": "カフェ・ド・クリエ",
26534                 "name:en": "Cafe de CRIE",
26535                 "amenity": "cafe"
26536             },
26537             "name": "カフェ・ド・クリエ",
26538             "icon": "cafe",
26539             "geometry": [
26540                 "point",
26541                 "area"
26542             ],
26543             "fields": [
26544                 "cuisine",
26545                 "internet_access",
26546                 "address",
26547                 "building_area",
26548                 "opening_hours",
26549                 "smoking"
26550             ],
26551             "suggestion": true
26552         },
26553         "amenity/cafe/Cafe Amazon": {
26554             "tags": {
26555                 "name": "Cafe Amazon",
26556                 "amenity": "cafe"
26557             },
26558             "name": "Cafe Amazon",
26559             "icon": "cafe",
26560             "geometry": [
26561                 "point",
26562                 "area"
26563             ],
26564             "fields": [
26565                 "cuisine",
26566                 "internet_access",
26567                 "address",
26568                 "building_area",
26569                 "opening_hours",
26570                 "smoking"
26571             ],
26572             "suggestion": true
26573         },
26574         "shop/supermarket/Budgens": {
26575             "tags": {
26576                 "name": "Budgens",
26577                 "shop": "supermarket"
26578             },
26579             "name": "Budgens",
26580             "icon": "grocery",
26581             "geometry": [
26582                 "point",
26583                 "area"
26584             ],
26585             "fields": [
26586                 "operator",
26587                 "address",
26588                 "building_area",
26589                 "opening_hours"
26590             ],
26591             "suggestion": true
26592         },
26593         "shop/supermarket/Morrisons": {
26594             "tags": {
26595                 "name": "Morrisons",
26596                 "shop": "supermarket"
26597             },
26598             "name": "Morrisons",
26599             "icon": "grocery",
26600             "geometry": [
26601                 "point",
26602                 "area"
26603             ],
26604             "fields": [
26605                 "operator",
26606                 "address",
26607                 "building_area",
26608                 "opening_hours"
26609             ],
26610             "suggestion": true
26611         },
26612         "shop/supermarket/Interspar": {
26613             "tags": {
26614                 "name": "Interspar",
26615                 "shop": "supermarket"
26616             },
26617             "name": "Interspar",
26618             "icon": "grocery",
26619             "geometry": [
26620                 "point",
26621                 "area"
26622             ],
26623             "fields": [
26624                 "operator",
26625                 "address",
26626                 "building_area",
26627                 "opening_hours"
26628             ],
26629             "suggestion": true
26630         },
26631         "shop/supermarket/Merkur": {
26632             "tags": {
26633                 "name": "Merkur",
26634                 "shop": "supermarket"
26635             },
26636             "name": "Merkur",
26637             "icon": "grocery",
26638             "geometry": [
26639                 "point",
26640                 "area"
26641             ],
26642             "fields": [
26643                 "operator",
26644                 "address",
26645                 "building_area",
26646                 "opening_hours"
26647             ],
26648             "suggestion": true
26649         },
26650         "shop/supermarket/Sainsbury's": {
26651             "tags": {
26652                 "name": "Sainsbury's",
26653                 "shop": "supermarket"
26654             },
26655             "name": "Sainsbury's",
26656             "icon": "grocery",
26657             "geometry": [
26658                 "point",
26659                 "area"
26660             ],
26661             "fields": [
26662                 "operator",
26663                 "address",
26664                 "building_area",
26665                 "opening_hours"
26666             ],
26667             "suggestion": true
26668         },
26669         "shop/supermarket/Lidl": {
26670             "tags": {
26671                 "name": "Lidl",
26672                 "shop": "supermarket"
26673             },
26674             "name": "Lidl",
26675             "icon": "grocery",
26676             "geometry": [
26677                 "point",
26678                 "area"
26679             ],
26680             "fields": [
26681                 "operator",
26682                 "address",
26683                 "building_area",
26684                 "opening_hours"
26685             ],
26686             "suggestion": true
26687         },
26688         "shop/supermarket/Edeka": {
26689             "tags": {
26690                 "name": "Edeka",
26691                 "shop": "supermarket"
26692             },
26693             "name": "Edeka",
26694             "icon": "grocery",
26695             "geometry": [
26696                 "point",
26697                 "area"
26698             ],
26699             "fields": [
26700                 "operator",
26701                 "address",
26702                 "building_area",
26703                 "opening_hours"
26704             ],
26705             "suggestion": true
26706         },
26707         "shop/supermarket/Coles": {
26708             "tags": {
26709                 "name": "Coles",
26710                 "shop": "supermarket"
26711             },
26712             "name": "Coles",
26713             "icon": "grocery",
26714             "geometry": [
26715                 "point",
26716                 "area"
26717             ],
26718             "fields": [
26719                 "operator",
26720                 "address",
26721                 "building_area",
26722                 "opening_hours"
26723             ],
26724             "suggestion": true
26725         },
26726         "shop/supermarket/Iceland": {
26727             "tags": {
26728                 "name": "Iceland",
26729                 "shop": "supermarket"
26730             },
26731             "name": "Iceland",
26732             "icon": "grocery",
26733             "geometry": [
26734                 "point",
26735                 "area"
26736             ],
26737             "fields": [
26738                 "operator",
26739                 "address",
26740                 "building_area",
26741                 "opening_hours"
26742             ],
26743             "suggestion": true
26744         },
26745         "shop/supermarket/Coop": {
26746             "tags": {
26747                 "name": "Coop",
26748                 "shop": "supermarket"
26749             },
26750             "name": "Coop",
26751             "icon": "grocery",
26752             "geometry": [
26753                 "point",
26754                 "area"
26755             ],
26756             "fields": [
26757                 "operator",
26758                 "address",
26759                 "building_area",
26760                 "opening_hours"
26761             ],
26762             "suggestion": true
26763         },
26764         "shop/supermarket/Tesco": {
26765             "tags": {
26766                 "name": "Tesco",
26767                 "shop": "supermarket"
26768             },
26769             "name": "Tesco",
26770             "icon": "grocery",
26771             "geometry": [
26772                 "point",
26773                 "area"
26774             ],
26775             "fields": [
26776                 "operator",
26777                 "address",
26778                 "building_area",
26779                 "opening_hours"
26780             ],
26781             "suggestion": true
26782         },
26783         "shop/supermarket/Woolworths": {
26784             "tags": {
26785                 "name": "Woolworths",
26786                 "shop": "supermarket"
26787             },
26788             "name": "Woolworths",
26789             "icon": "grocery",
26790             "geometry": [
26791                 "point",
26792                 "area"
26793             ],
26794             "fields": [
26795                 "operator",
26796                 "address",
26797                 "building_area",
26798                 "opening_hours"
26799             ],
26800             "suggestion": true
26801         },
26802         "shop/supermarket/Zielpunkt": {
26803             "tags": {
26804                 "name": "Zielpunkt",
26805                 "shop": "supermarket"
26806             },
26807             "name": "Zielpunkt",
26808             "icon": "grocery",
26809             "geometry": [
26810                 "point",
26811                 "area"
26812             ],
26813             "fields": [
26814                 "operator",
26815                 "address",
26816                 "building_area",
26817                 "opening_hours"
26818             ],
26819             "suggestion": true
26820         },
26821         "shop/supermarket/Nahkauf": {
26822             "tags": {
26823                 "name": "Nahkauf",
26824                 "shop": "supermarket"
26825             },
26826             "name": "Nahkauf",
26827             "icon": "grocery",
26828             "geometry": [
26829                 "point",
26830                 "area"
26831             ],
26832             "fields": [
26833                 "operator",
26834                 "address",
26835                 "building_area",
26836                 "opening_hours"
26837             ],
26838             "suggestion": true
26839         },
26840         "shop/supermarket/Billa": {
26841             "tags": {
26842                 "name": "Billa",
26843                 "shop": "supermarket"
26844             },
26845             "name": "Billa",
26846             "icon": "grocery",
26847             "geometry": [
26848                 "point",
26849                 "area"
26850             ],
26851             "fields": [
26852                 "operator",
26853                 "address",
26854                 "building_area",
26855                 "opening_hours"
26856             ],
26857             "suggestion": true
26858         },
26859         "shop/supermarket/Kaufland": {
26860             "tags": {
26861                 "name": "Kaufland",
26862                 "shop": "supermarket"
26863             },
26864             "name": "Kaufland",
26865             "icon": "grocery",
26866             "geometry": [
26867                 "point",
26868                 "area"
26869             ],
26870             "fields": [
26871                 "operator",
26872                 "address",
26873                 "building_area",
26874                 "opening_hours"
26875             ],
26876             "suggestion": true
26877         },
26878         "shop/supermarket/Plus": {
26879             "tags": {
26880                 "name": "Plus",
26881                 "shop": "supermarket"
26882             },
26883             "name": "Plus",
26884             "icon": "grocery",
26885             "geometry": [
26886                 "point",
26887                 "area"
26888             ],
26889             "fields": [
26890                 "operator",
26891                 "address",
26892                 "building_area",
26893                 "opening_hours"
26894             ],
26895             "suggestion": true
26896         },
26897         "shop/supermarket/ALDI": {
26898             "tags": {
26899                 "name": "ALDI",
26900                 "shop": "supermarket"
26901             },
26902             "name": "ALDI",
26903             "icon": "grocery",
26904             "geometry": [
26905                 "point",
26906                 "area"
26907             ],
26908             "fields": [
26909                 "operator",
26910                 "address",
26911                 "building_area",
26912                 "opening_hours"
26913             ],
26914             "suggestion": true
26915         },
26916         "shop/supermarket/Checkers": {
26917             "tags": {
26918                 "name": "Checkers",
26919                 "shop": "supermarket"
26920             },
26921             "name": "Checkers",
26922             "icon": "grocery",
26923             "geometry": [
26924                 "point",
26925                 "area"
26926             ],
26927             "fields": [
26928                 "operator",
26929                 "address",
26930                 "building_area",
26931                 "opening_hours"
26932             ],
26933             "suggestion": true
26934         },
26935         "shop/supermarket/Tesco Metro": {
26936             "tags": {
26937                 "name": "Tesco Metro",
26938                 "shop": "supermarket"
26939             },
26940             "name": "Tesco Metro",
26941             "icon": "grocery",
26942             "geometry": [
26943                 "point",
26944                 "area"
26945             ],
26946             "fields": [
26947                 "operator",
26948                 "address",
26949                 "building_area",
26950                 "opening_hours"
26951             ],
26952             "suggestion": true
26953         },
26954         "shop/supermarket/NP": {
26955             "tags": {
26956                 "name": "NP",
26957                 "shop": "supermarket"
26958             },
26959             "name": "NP",
26960             "icon": "grocery",
26961             "geometry": [
26962                 "point",
26963                 "area"
26964             ],
26965             "fields": [
26966                 "operator",
26967                 "address",
26968                 "building_area",
26969                 "opening_hours"
26970             ],
26971             "suggestion": true
26972         },
26973         "shop/supermarket/Penny": {
26974             "tags": {
26975                 "name": "Penny",
26976                 "shop": "supermarket"
26977             },
26978             "name": "Penny",
26979             "icon": "grocery",
26980             "geometry": [
26981                 "point",
26982                 "area"
26983             ],
26984             "fields": [
26985                 "operator",
26986                 "address",
26987                 "building_area",
26988                 "opening_hours"
26989             ],
26990             "suggestion": true
26991         },
26992         "shop/supermarket/Norma": {
26993             "tags": {
26994                 "name": "Norma",
26995                 "shop": "supermarket"
26996             },
26997             "name": "Norma",
26998             "icon": "grocery",
26999             "geometry": [
27000                 "point",
27001                 "area"
27002             ],
27003             "fields": [
27004                 "operator",
27005                 "address",
27006                 "building_area",
27007                 "opening_hours"
27008             ],
27009             "suggestion": true
27010         },
27011         "shop/supermarket/Asda": {
27012             "tags": {
27013                 "name": "Asda",
27014                 "shop": "supermarket"
27015             },
27016             "name": "Asda",
27017             "icon": "grocery",
27018             "geometry": [
27019                 "point",
27020                 "area"
27021             ],
27022             "fields": [
27023                 "operator",
27024                 "address",
27025                 "building_area",
27026                 "opening_hours"
27027             ],
27028             "suggestion": true
27029         },
27030         "shop/supermarket/Netto": {
27031             "tags": {
27032                 "name": "Netto",
27033                 "shop": "supermarket"
27034             },
27035             "name": "Netto",
27036             "icon": "grocery",
27037             "geometry": [
27038                 "point",
27039                 "area"
27040             ],
27041             "fields": [
27042                 "operator",
27043                 "address",
27044                 "building_area",
27045                 "opening_hours"
27046             ],
27047             "suggestion": true
27048         },
27049         "shop/supermarket/Rewe": {
27050             "tags": {
27051                 "name": "Rewe",
27052                 "shop": "supermarket"
27053             },
27054             "name": "Rewe",
27055             "icon": "grocery",
27056             "geometry": [
27057                 "point",
27058                 "area"
27059             ],
27060             "fields": [
27061                 "operator",
27062                 "address",
27063                 "building_area",
27064                 "opening_hours"
27065             ],
27066             "suggestion": true
27067         },
27068         "shop/supermarket/Aldi Süd": {
27069             "tags": {
27070                 "name": "Aldi Süd",
27071                 "shop": "supermarket"
27072             },
27073             "name": "Aldi Süd",
27074             "icon": "grocery",
27075             "geometry": [
27076                 "point",
27077                 "area"
27078             ],
27079             "fields": [
27080                 "operator",
27081                 "address",
27082                 "building_area",
27083                 "opening_hours"
27084             ],
27085             "suggestion": true
27086         },
27087         "shop/supermarket/Real": {
27088             "tags": {
27089                 "name": "Real",
27090                 "shop": "supermarket"
27091             },
27092             "name": "Real",
27093             "icon": "grocery",
27094             "geometry": [
27095                 "point",
27096                 "area"
27097             ],
27098             "fields": [
27099                 "operator",
27100                 "address",
27101                 "building_area",
27102                 "opening_hours"
27103             ],
27104             "suggestion": true
27105         },
27106         "shop/supermarket/King Soopers": {
27107             "tags": {
27108                 "name": "King Soopers",
27109                 "shop": "supermarket"
27110             },
27111             "name": "King Soopers",
27112             "icon": "grocery",
27113             "geometry": [
27114                 "point",
27115                 "area"
27116             ],
27117             "fields": [
27118                 "operator",
27119                 "address",
27120                 "building_area",
27121                 "opening_hours"
27122             ],
27123             "suggestion": true
27124         },
27125         "shop/supermarket/Kiwi": {
27126             "tags": {
27127                 "name": "Kiwi",
27128                 "shop": "supermarket"
27129             },
27130             "name": "Kiwi",
27131             "icon": "grocery",
27132             "geometry": [
27133                 "point",
27134                 "area"
27135             ],
27136             "fields": [
27137                 "operator",
27138                 "address",
27139                 "building_area",
27140                 "opening_hours"
27141             ],
27142             "suggestion": true
27143         },
27144         "shop/supermarket/Pick n Pay": {
27145             "tags": {
27146                 "name": "Pick n Pay",
27147                 "shop": "supermarket"
27148             },
27149             "name": "Pick n Pay",
27150             "icon": "grocery",
27151             "geometry": [
27152                 "point",
27153                 "area"
27154             ],
27155             "fields": [
27156                 "operator",
27157                 "address",
27158                 "building_area",
27159                 "opening_hours"
27160             ],
27161             "suggestion": true
27162         },
27163         "shop/supermarket/ICA": {
27164             "tags": {
27165                 "name": "ICA",
27166                 "shop": "supermarket"
27167             },
27168             "name": "ICA",
27169             "icon": "grocery",
27170             "geometry": [
27171                 "point",
27172                 "area"
27173             ],
27174             "fields": [
27175                 "operator",
27176                 "address",
27177                 "building_area",
27178                 "opening_hours"
27179             ],
27180             "suggestion": true
27181         },
27182         "shop/supermarket/Tengelmann": {
27183             "tags": {
27184                 "name": "Tengelmann",
27185                 "shop": "supermarket"
27186             },
27187             "name": "Tengelmann",
27188             "icon": "grocery",
27189             "geometry": [
27190                 "point",
27191                 "area"
27192             ],
27193             "fields": [
27194                 "operator",
27195                 "address",
27196                 "building_area",
27197                 "opening_hours"
27198             ],
27199             "suggestion": true
27200         },
27201         "shop/supermarket/Carrefour": {
27202             "tags": {
27203                 "name": "Carrefour",
27204                 "shop": "supermarket"
27205             },
27206             "name": "Carrefour",
27207             "icon": "grocery",
27208             "geometry": [
27209                 "point",
27210                 "area"
27211             ],
27212             "fields": [
27213                 "operator",
27214                 "address",
27215                 "building_area",
27216                 "opening_hours"
27217             ],
27218             "suggestion": true
27219         },
27220         "shop/supermarket/Waitrose": {
27221             "tags": {
27222                 "name": "Waitrose",
27223                 "shop": "supermarket"
27224             },
27225             "name": "Waitrose",
27226             "icon": "grocery",
27227             "geometry": [
27228                 "point",
27229                 "area"
27230             ],
27231             "fields": [
27232                 "operator",
27233                 "address",
27234                 "building_area",
27235                 "opening_hours"
27236             ],
27237             "suggestion": true
27238         },
27239         "shop/supermarket/Spar": {
27240             "tags": {
27241                 "name": "Spar",
27242                 "shop": "supermarket"
27243             },
27244             "name": "Spar",
27245             "icon": "grocery",
27246             "geometry": [
27247                 "point",
27248                 "area"
27249             ],
27250             "fields": [
27251                 "operator",
27252                 "address",
27253                 "building_area",
27254                 "opening_hours"
27255             ],
27256             "suggestion": true
27257         },
27258         "shop/supermarket/Hofer": {
27259             "tags": {
27260                 "name": "Hofer",
27261                 "shop": "supermarket"
27262             },
27263             "name": "Hofer",
27264             "icon": "grocery",
27265             "geometry": [
27266                 "point",
27267                 "area"
27268             ],
27269             "fields": [
27270                 "operator",
27271                 "address",
27272                 "building_area",
27273                 "opening_hours"
27274             ],
27275             "suggestion": true
27276         },
27277         "shop/supermarket/M-Preis": {
27278             "tags": {
27279                 "name": "M-Preis",
27280                 "shop": "supermarket"
27281             },
27282             "name": "M-Preis",
27283             "icon": "grocery",
27284             "geometry": [
27285                 "point",
27286                 "area"
27287             ],
27288             "fields": [
27289                 "operator",
27290                 "address",
27291                 "building_area",
27292                 "opening_hours"
27293             ],
27294             "suggestion": true
27295         },
27296         "shop/supermarket/tegut": {
27297             "tags": {
27298                 "name": "tegut",
27299                 "shop": "supermarket"
27300             },
27301             "name": "tegut",
27302             "icon": "grocery",
27303             "geometry": [
27304                 "point",
27305                 "area"
27306             ],
27307             "fields": [
27308                 "operator",
27309                 "address",
27310                 "building_area",
27311                 "opening_hours"
27312             ],
27313             "suggestion": true
27314         },
27315         "shop/supermarket/Sainsbury's Local": {
27316             "tags": {
27317                 "name": "Sainsbury's Local",
27318                 "shop": "supermarket"
27319             },
27320             "name": "Sainsbury's Local",
27321             "icon": "grocery",
27322             "geometry": [
27323                 "point",
27324                 "area"
27325             ],
27326             "fields": [
27327                 "operator",
27328                 "address",
27329                 "building_area",
27330                 "opening_hours"
27331             ],
27332             "suggestion": true
27333         },
27334         "shop/supermarket/E-Center": {
27335             "tags": {
27336                 "name": "E-Center",
27337                 "shop": "supermarket"
27338             },
27339             "name": "E-Center",
27340             "icon": "grocery",
27341             "geometry": [
27342                 "point",
27343                 "area"
27344             ],
27345             "fields": [
27346                 "operator",
27347                 "address",
27348                 "building_area",
27349                 "opening_hours"
27350             ],
27351             "suggestion": true
27352         },
27353         "shop/supermarket/Aldi Nord": {
27354             "tags": {
27355                 "name": "Aldi Nord",
27356                 "shop": "supermarket"
27357             },
27358             "name": "Aldi Nord",
27359             "icon": "grocery",
27360             "geometry": [
27361                 "point",
27362                 "area"
27363             ],
27364             "fields": [
27365                 "operator",
27366                 "address",
27367                 "building_area",
27368                 "opening_hours"
27369             ],
27370             "suggestion": true
27371         },
27372         "shop/supermarket/nahkauf": {
27373             "tags": {
27374                 "name": "nahkauf",
27375                 "shop": "supermarket"
27376             },
27377             "name": "nahkauf",
27378             "icon": "grocery",
27379             "geometry": [
27380                 "point",
27381                 "area"
27382             ],
27383             "fields": [
27384                 "operator",
27385                 "address",
27386                 "building_area",
27387                 "opening_hours"
27388             ],
27389             "suggestion": true
27390         },
27391         "shop/supermarket/Meijer": {
27392             "tags": {
27393                 "name": "Meijer",
27394                 "shop": "supermarket"
27395             },
27396             "name": "Meijer",
27397             "icon": "grocery",
27398             "geometry": [
27399                 "point",
27400                 "area"
27401             ],
27402             "fields": [
27403                 "operator",
27404                 "address",
27405                 "building_area",
27406                 "opening_hours"
27407             ],
27408             "suggestion": true
27409         },
27410         "shop/supermarket/Safeway": {
27411             "tags": {
27412                 "name": "Safeway",
27413                 "shop": "supermarket"
27414             },
27415             "name": "Safeway",
27416             "icon": "grocery",
27417             "geometry": [
27418                 "point",
27419                 "area"
27420             ],
27421             "fields": [
27422                 "operator",
27423                 "address",
27424                 "building_area",
27425                 "opening_hours"
27426             ],
27427             "suggestion": true
27428         },
27429         "shop/supermarket/Costco": {
27430             "tags": {
27431                 "name": "Costco",
27432                 "shop": "supermarket"
27433             },
27434             "name": "Costco",
27435             "icon": "grocery",
27436             "geometry": [
27437                 "point",
27438                 "area"
27439             ],
27440             "fields": [
27441                 "operator",
27442                 "address",
27443                 "building_area",
27444                 "opening_hours"
27445             ],
27446             "suggestion": true
27447         },
27448         "shop/supermarket/Albert": {
27449             "tags": {
27450                 "name": "Albert",
27451                 "shop": "supermarket"
27452             },
27453             "name": "Albert",
27454             "icon": "grocery",
27455             "geometry": [
27456                 "point",
27457                 "area"
27458             ],
27459             "fields": [
27460                 "operator",
27461                 "address",
27462                 "building_area",
27463                 "opening_hours"
27464             ],
27465             "suggestion": true
27466         },
27467         "shop/supermarket/Jumbo": {
27468             "tags": {
27469                 "name": "Jumbo",
27470                 "shop": "supermarket"
27471             },
27472             "name": "Jumbo",
27473             "icon": "grocery",
27474             "geometry": [
27475                 "point",
27476                 "area"
27477             ],
27478             "fields": [
27479                 "operator",
27480                 "address",
27481                 "building_area",
27482                 "opening_hours"
27483             ],
27484             "suggestion": true
27485         },
27486         "shop/supermarket/Shoprite": {
27487             "tags": {
27488                 "name": "Shoprite",
27489                 "shop": "supermarket"
27490             },
27491             "name": "Shoprite",
27492             "icon": "grocery",
27493             "geometry": [
27494                 "point",
27495                 "area"
27496             ],
27497             "fields": [
27498                 "operator",
27499                 "address",
27500                 "building_area",
27501                 "opening_hours"
27502             ],
27503             "suggestion": true
27504         },
27505         "shop/supermarket/MPreis": {
27506             "tags": {
27507                 "name": "MPreis",
27508                 "shop": "supermarket"
27509             },
27510             "name": "MPreis",
27511             "icon": "grocery",
27512             "geometry": [
27513                 "point",
27514                 "area"
27515             ],
27516             "fields": [
27517                 "operator",
27518                 "address",
27519                 "building_area",
27520                 "opening_hours"
27521             ],
27522             "suggestion": true
27523         },
27524         "shop/supermarket/Penny Market": {
27525             "tags": {
27526                 "name": "Penny Market",
27527                 "shop": "supermarket"
27528             },
27529             "name": "Penny Market",
27530             "icon": "grocery",
27531             "geometry": [
27532                 "point",
27533                 "area"
27534             ],
27535             "fields": [
27536                 "operator",
27537                 "address",
27538                 "building_area",
27539                 "opening_hours"
27540             ],
27541             "suggestion": true
27542         },
27543         "shop/supermarket/Tesco Extra": {
27544             "tags": {
27545                 "name": "Tesco Extra",
27546                 "shop": "supermarket"
27547             },
27548             "name": "Tesco Extra",
27549             "icon": "grocery",
27550             "geometry": [
27551                 "point",
27552                 "area"
27553             ],
27554             "fields": [
27555                 "operator",
27556                 "address",
27557                 "building_area",
27558                 "opening_hours"
27559             ],
27560             "suggestion": true
27561         },
27562         "shop/supermarket/Albert Heijn": {
27563             "tags": {
27564                 "name": "Albert Heijn",
27565                 "shop": "supermarket"
27566             },
27567             "name": "Albert Heijn",
27568             "icon": "grocery",
27569             "geometry": [
27570                 "point",
27571                 "area"
27572             ],
27573             "fields": [
27574                 "operator",
27575                 "address",
27576                 "building_area",
27577                 "opening_hours"
27578             ],
27579             "suggestion": true
27580         },
27581         "shop/supermarket/IGA": {
27582             "tags": {
27583                 "name": "IGA",
27584                 "shop": "supermarket"
27585             },
27586             "name": "IGA",
27587             "icon": "grocery",
27588             "geometry": [
27589                 "point",
27590                 "area"
27591             ],
27592             "fields": [
27593                 "operator",
27594                 "address",
27595                 "building_area",
27596                 "opening_hours"
27597             ],
27598             "suggestion": true
27599         },
27600         "shop/supermarket/Super U": {
27601             "tags": {
27602                 "name": "Super U",
27603                 "shop": "supermarket"
27604             },
27605             "name": "Super U",
27606             "icon": "grocery",
27607             "geometry": [
27608                 "point",
27609                 "area"
27610             ],
27611             "fields": [
27612                 "operator",
27613                 "address",
27614                 "building_area",
27615                 "opening_hours"
27616             ],
27617             "suggestion": true
27618         },
27619         "shop/supermarket/Metro": {
27620             "tags": {
27621                 "name": "Metro",
27622                 "shop": "supermarket"
27623             },
27624             "name": "Metro",
27625             "icon": "grocery",
27626             "geometry": [
27627                 "point",
27628                 "area"
27629             ],
27630             "fields": [
27631                 "operator",
27632                 "address",
27633                 "building_area",
27634                 "opening_hours"
27635             ],
27636             "suggestion": true
27637         },
27638         "shop/supermarket/Neukauf": {
27639             "tags": {
27640                 "name": "Neukauf",
27641                 "shop": "supermarket"
27642             },
27643             "name": "Neukauf",
27644             "icon": "grocery",
27645             "geometry": [
27646                 "point",
27647                 "area"
27648             ],
27649             "fields": [
27650                 "operator",
27651                 "address",
27652                 "building_area",
27653                 "opening_hours"
27654             ],
27655             "suggestion": true
27656         },
27657         "shop/supermarket/Migros": {
27658             "tags": {
27659                 "name": "Migros",
27660                 "shop": "supermarket"
27661             },
27662             "name": "Migros",
27663             "icon": "grocery",
27664             "geometry": [
27665                 "point",
27666                 "area"
27667             ],
27668             "fields": [
27669                 "operator",
27670                 "address",
27671                 "building_area",
27672                 "opening_hours"
27673             ],
27674             "suggestion": true
27675         },
27676         "shop/supermarket/Marktkauf": {
27677             "tags": {
27678                 "name": "Marktkauf",
27679                 "shop": "supermarket"
27680             },
27681             "name": "Marktkauf",
27682             "icon": "grocery",
27683             "geometry": [
27684                 "point",
27685                 "area"
27686             ],
27687             "fields": [
27688                 "operator",
27689                 "address",
27690                 "building_area",
27691                 "opening_hours"
27692             ],
27693             "suggestion": true
27694         },
27695         "shop/supermarket/Delikatesy Centrum": {
27696             "tags": {
27697                 "name": "Delikatesy Centrum",
27698                 "shop": "supermarket"
27699             },
27700             "name": "Delikatesy Centrum",
27701             "icon": "grocery",
27702             "geometry": [
27703                 "point",
27704                 "area"
27705             ],
27706             "fields": [
27707                 "operator",
27708                 "address",
27709                 "building_area",
27710                 "opening_hours"
27711             ],
27712             "suggestion": true
27713         },
27714         "shop/supermarket/C1000": {
27715             "tags": {
27716                 "name": "C1000",
27717                 "shop": "supermarket"
27718             },
27719             "name": "C1000",
27720             "icon": "grocery",
27721             "geometry": [
27722                 "point",
27723                 "area"
27724             ],
27725             "fields": [
27726                 "operator",
27727                 "address",
27728                 "building_area",
27729                 "opening_hours"
27730             ],
27731             "suggestion": true
27732         },
27733         "shop/supermarket/Hoogvliet": {
27734             "tags": {
27735                 "name": "Hoogvliet",
27736                 "shop": "supermarket"
27737             },
27738             "name": "Hoogvliet",
27739             "icon": "grocery",
27740             "geometry": [
27741                 "point",
27742                 "area"
27743             ],
27744             "fields": [
27745                 "operator",
27746                 "address",
27747                 "building_area",
27748                 "opening_hours"
27749             ],
27750             "suggestion": true
27751         },
27752         "shop/supermarket/Food Basics": {
27753             "tags": {
27754                 "name": "Food Basics",
27755                 "shop": "supermarket"
27756             },
27757             "name": "Food Basics",
27758             "icon": "grocery",
27759             "geometry": [
27760                 "point",
27761                 "area"
27762             ],
27763             "fields": [
27764                 "operator",
27765                 "address",
27766                 "building_area",
27767                 "opening_hours"
27768             ],
27769             "suggestion": true
27770         },
27771         "shop/supermarket/Casino": {
27772             "tags": {
27773                 "name": "Casino",
27774                 "shop": "supermarket"
27775             },
27776             "name": "Casino",
27777             "icon": "grocery",
27778             "geometry": [
27779                 "point",
27780                 "area"
27781             ],
27782             "fields": [
27783                 "operator",
27784                 "address",
27785                 "building_area",
27786                 "opening_hours"
27787             ],
27788             "suggestion": true
27789         },
27790         "shop/supermarket/Penny Markt": {
27791             "tags": {
27792                 "name": "Penny Markt",
27793                 "shop": "supermarket"
27794             },
27795             "name": "Penny Markt",
27796             "icon": "grocery",
27797             "geometry": [
27798                 "point",
27799                 "area"
27800             ],
27801             "fields": [
27802                 "operator",
27803                 "address",
27804                 "building_area",
27805                 "opening_hours"
27806             ],
27807             "suggestion": true
27808         },
27809         "shop/supermarket/Giant": {
27810             "tags": {
27811                 "name": "Giant",
27812                 "shop": "supermarket"
27813             },
27814             "name": "Giant",
27815             "icon": "grocery",
27816             "geometry": [
27817                 "point",
27818                 "area"
27819             ],
27820             "fields": [
27821                 "operator",
27822                 "address",
27823                 "building_area",
27824                 "opening_hours"
27825             ],
27826             "suggestion": true
27827         },
27828         "shop/supermarket/Rema 1000": {
27829             "tags": {
27830                 "name": "Rema 1000",
27831                 "shop": "supermarket"
27832             },
27833             "name": "Rema 1000",
27834             "icon": "grocery",
27835             "geometry": [
27836                 "point",
27837                 "area"
27838             ],
27839             "fields": [
27840                 "operator",
27841                 "address",
27842                 "building_area",
27843                 "opening_hours"
27844             ],
27845             "suggestion": true
27846         },
27847         "shop/supermarket/Kaufpark": {
27848             "tags": {
27849                 "name": "Kaufpark",
27850                 "shop": "supermarket"
27851             },
27852             "name": "Kaufpark",
27853             "icon": "grocery",
27854             "geometry": [
27855                 "point",
27856                 "area"
27857             ],
27858             "fields": [
27859                 "operator",
27860                 "address",
27861                 "building_area",
27862                 "opening_hours"
27863             ],
27864             "suggestion": true
27865         },
27866         "shop/supermarket/ALDI SÜD": {
27867             "tags": {
27868                 "name": "ALDI SÜD",
27869                 "shop": "supermarket"
27870             },
27871             "name": "ALDI SÜD",
27872             "icon": "grocery",
27873             "geometry": [
27874                 "point",
27875                 "area"
27876             ],
27877             "fields": [
27878                 "operator",
27879                 "address",
27880                 "building_area",
27881                 "opening_hours"
27882             ],
27883             "suggestion": true
27884         },
27885         "shop/supermarket/Simply Market": {
27886             "tags": {
27887                 "name": "Simply Market",
27888                 "shop": "supermarket"
27889             },
27890             "name": "Simply Market",
27891             "icon": "grocery",
27892             "geometry": [
27893                 "point",
27894                 "area"
27895             ],
27896             "fields": [
27897                 "operator",
27898                 "address",
27899                 "building_area",
27900                 "opening_hours"
27901             ],
27902             "suggestion": true
27903         },
27904         "shop/supermarket/Konzum": {
27905             "tags": {
27906                 "name": "Konzum",
27907                 "shop": "supermarket"
27908             },
27909             "name": "Konzum",
27910             "icon": "grocery",
27911             "geometry": [
27912                 "point",
27913                 "area"
27914             ],
27915             "fields": [
27916                 "operator",
27917                 "address",
27918                 "building_area",
27919                 "opening_hours"
27920             ],
27921             "suggestion": true
27922         },
27923         "shop/supermarket/Carrefour Express": {
27924             "tags": {
27925                 "name": "Carrefour Express",
27926                 "shop": "supermarket"
27927             },
27928             "name": "Carrefour Express",
27929             "icon": "grocery",
27930             "geometry": [
27931                 "point",
27932                 "area"
27933             ],
27934             "fields": [
27935                 "operator",
27936                 "address",
27937                 "building_area",
27938                 "opening_hours"
27939             ],
27940             "suggestion": true
27941         },
27942         "shop/supermarket/Eurospar": {
27943             "tags": {
27944                 "name": "Eurospar",
27945                 "shop": "supermarket"
27946             },
27947             "name": "Eurospar",
27948             "icon": "grocery",
27949             "geometry": [
27950                 "point",
27951                 "area"
27952             ],
27953             "fields": [
27954                 "operator",
27955                 "address",
27956                 "building_area",
27957                 "opening_hours"
27958             ],
27959             "suggestion": true
27960         },
27961         "shop/supermarket/Mercator": {
27962             "tags": {
27963                 "name": "Mercator",
27964                 "shop": "supermarket"
27965             },
27966             "name": "Mercator",
27967             "icon": "grocery",
27968             "geometry": [
27969                 "point",
27970                 "area"
27971             ],
27972             "fields": [
27973                 "operator",
27974                 "address",
27975                 "building_area",
27976                 "opening_hours"
27977             ],
27978             "suggestion": true
27979         },
27980         "shop/supermarket/Famila": {
27981             "tags": {
27982                 "name": "Famila",
27983                 "shop": "supermarket"
27984             },
27985             "name": "Famila",
27986             "icon": "grocery",
27987             "geometry": [
27988                 "point",
27989                 "area"
27990             ],
27991             "fields": [
27992                 "operator",
27993                 "address",
27994                 "building_area",
27995                 "opening_hours"
27996             ],
27997             "suggestion": true
27998         },
27999         "shop/supermarket/Hemköp": {
28000             "tags": {
28001                 "name": "Hemköp",
28002                 "shop": "supermarket"
28003             },
28004             "name": "Hemköp",
28005             "icon": "grocery",
28006             "geometry": [
28007                 "point",
28008                 "area"
28009             ],
28010             "fields": [
28011                 "operator",
28012                 "address",
28013                 "building_area",
28014                 "opening_hours"
28015             ],
28016             "suggestion": true
28017         },
28018         "shop/supermarket/real,-": {
28019             "tags": {
28020                 "name": "real,-",
28021                 "shop": "supermarket"
28022             },
28023             "name": "real,-",
28024             "icon": "grocery",
28025             "geometry": [
28026                 "point",
28027                 "area"
28028             ],
28029             "fields": [
28030                 "operator",
28031                 "address",
28032                 "building_area",
28033                 "opening_hours"
28034             ],
28035             "suggestion": true
28036         },
28037         "shop/supermarket/Markant": {
28038             "tags": {
28039                 "name": "Markant",
28040                 "shop": "supermarket"
28041             },
28042             "name": "Markant",
28043             "icon": "grocery",
28044             "geometry": [
28045                 "point",
28046                 "area"
28047             ],
28048             "fields": [
28049                 "operator",
28050                 "address",
28051                 "building_area",
28052                 "opening_hours"
28053             ],
28054             "suggestion": true
28055         },
28056         "shop/supermarket/Volg": {
28057             "tags": {
28058                 "name": "Volg",
28059                 "shop": "supermarket"
28060             },
28061             "name": "Volg",
28062             "icon": "grocery",
28063             "geometry": [
28064                 "point",
28065                 "area"
28066             ],
28067             "fields": [
28068                 "operator",
28069                 "address",
28070                 "building_area",
28071                 "opening_hours"
28072             ],
28073             "suggestion": true
28074         },
28075         "shop/supermarket/Leader Price": {
28076             "tags": {
28077                 "name": "Leader Price",
28078                 "shop": "supermarket"
28079             },
28080             "name": "Leader Price",
28081             "icon": "grocery",
28082             "geometry": [
28083                 "point",
28084                 "area"
28085             ],
28086             "fields": [
28087                 "operator",
28088                 "address",
28089                 "building_area",
28090                 "opening_hours"
28091             ],
28092             "suggestion": true
28093         },
28094         "shop/supermarket/Treff 3000": {
28095             "tags": {
28096                 "name": "Treff 3000",
28097                 "shop": "supermarket"
28098             },
28099             "name": "Treff 3000",
28100             "icon": "grocery",
28101             "geometry": [
28102                 "point",
28103                 "area"
28104             ],
28105             "fields": [
28106                 "operator",
28107                 "address",
28108                 "building_area",
28109                 "opening_hours"
28110             ],
28111             "suggestion": true
28112         },
28113         "shop/supermarket/SuperBrugsen": {
28114             "tags": {
28115                 "name": "SuperBrugsen",
28116                 "shop": "supermarket"
28117             },
28118             "name": "SuperBrugsen",
28119             "icon": "grocery",
28120             "geometry": [
28121                 "point",
28122                 "area"
28123             ],
28124             "fields": [
28125                 "operator",
28126                 "address",
28127                 "building_area",
28128                 "opening_hours"
28129             ],
28130             "suggestion": true
28131         },
28132         "shop/supermarket/Kaiser's": {
28133             "tags": {
28134                 "name": "Kaiser's",
28135                 "shop": "supermarket"
28136             },
28137             "name": "Kaiser's",
28138             "icon": "grocery",
28139             "geometry": [
28140                 "point",
28141                 "area"
28142             ],
28143             "fields": [
28144                 "operator",
28145                 "address",
28146                 "building_area",
28147                 "opening_hours"
28148             ],
28149             "suggestion": true
28150         },
28151         "shop/supermarket/K+K": {
28152             "tags": {
28153                 "name": "K+K",
28154                 "shop": "supermarket"
28155             },
28156             "name": "K+K",
28157             "icon": "grocery",
28158             "geometry": [
28159                 "point",
28160                 "area"
28161             ],
28162             "fields": [
28163                 "operator",
28164                 "address",
28165                 "building_area",
28166                 "opening_hours"
28167             ],
28168             "suggestion": true
28169         },
28170         "shop/supermarket/Unimarkt": {
28171             "tags": {
28172                 "name": "Unimarkt",
28173                 "shop": "supermarket"
28174             },
28175             "name": "Unimarkt",
28176             "icon": "grocery",
28177             "geometry": [
28178                 "point",
28179                 "area"
28180             ],
28181             "fields": [
28182                 "operator",
28183                 "address",
28184                 "building_area",
28185                 "opening_hours"
28186             ],
28187             "suggestion": true
28188         },
28189         "shop/supermarket/Carrefour City": {
28190             "tags": {
28191                 "name": "Carrefour City",
28192                 "shop": "supermarket"
28193             },
28194             "name": "Carrefour City",
28195             "icon": "grocery",
28196             "geometry": [
28197                 "point",
28198                 "area"
28199             ],
28200             "fields": [
28201                 "operator",
28202                 "address",
28203                 "building_area",
28204                 "opening_hours"
28205             ],
28206             "suggestion": true
28207         },
28208         "shop/supermarket/Sobeys": {
28209             "tags": {
28210                 "name": "Sobeys",
28211                 "shop": "supermarket"
28212             },
28213             "name": "Sobeys",
28214             "icon": "grocery",
28215             "geometry": [
28216                 "point",
28217                 "area"
28218             ],
28219             "fields": [
28220                 "operator",
28221                 "address",
28222                 "building_area",
28223                 "opening_hours"
28224             ],
28225             "suggestion": true
28226         },
28227         "shop/supermarket/S-Market": {
28228             "tags": {
28229                 "name": "S-Market",
28230                 "shop": "supermarket"
28231             },
28232             "name": "S-Market",
28233             "icon": "grocery",
28234             "geometry": [
28235                 "point",
28236                 "area"
28237             ],
28238             "fields": [
28239                 "operator",
28240                 "address",
28241                 "building_area",
28242                 "opening_hours"
28243             ],
28244             "suggestion": true
28245         },
28246         "shop/supermarket/Combi": {
28247             "tags": {
28248                 "name": "Combi",
28249                 "shop": "supermarket"
28250             },
28251             "name": "Combi",
28252             "icon": "grocery",
28253             "geometry": [
28254                 "point",
28255                 "area"
28256             ],
28257             "fields": [
28258                 "operator",
28259                 "address",
28260                 "building_area",
28261                 "opening_hours"
28262             ],
28263             "suggestion": true
28264         },
28265         "shop/supermarket/Denner": {
28266             "tags": {
28267                 "name": "Denner",
28268                 "shop": "supermarket"
28269             },
28270             "name": "Denner",
28271             "icon": "grocery",
28272             "geometry": [
28273                 "point",
28274                 "area"
28275             ],
28276             "fields": [
28277                 "operator",
28278                 "address",
28279                 "building_area",
28280                 "opening_hours"
28281             ],
28282             "suggestion": true
28283         },
28284         "shop/supermarket/Konsum": {
28285             "tags": {
28286                 "name": "Konsum",
28287                 "shop": "supermarket"
28288             },
28289             "name": "Konsum",
28290             "icon": "grocery",
28291             "geometry": [
28292                 "point",
28293                 "area"
28294             ],
28295             "fields": [
28296                 "operator",
28297                 "address",
28298                 "building_area",
28299                 "opening_hours"
28300             ],
28301             "suggestion": true
28302         },
28303         "shop/supermarket/Franprix": {
28304             "tags": {
28305                 "name": "Franprix",
28306                 "shop": "supermarket"
28307             },
28308             "name": "Franprix",
28309             "icon": "grocery",
28310             "geometry": [
28311                 "point",
28312                 "area"
28313             ],
28314             "fields": [
28315                 "operator",
28316                 "address",
28317                 "building_area",
28318                 "opening_hours"
28319             ],
28320             "suggestion": true
28321         },
28322         "shop/supermarket/Monoprix": {
28323             "tags": {
28324                 "name": "Monoprix",
28325                 "shop": "supermarket"
28326             },
28327             "name": "Monoprix",
28328             "icon": "grocery",
28329             "geometry": [
28330                 "point",
28331                 "area"
28332             ],
28333             "fields": [
28334                 "operator",
28335                 "address",
28336                 "building_area",
28337                 "opening_hours"
28338             ],
28339             "suggestion": true
28340         },
28341         "shop/supermarket/Diska": {
28342             "tags": {
28343                 "name": "Diska",
28344                 "shop": "supermarket"
28345             },
28346             "name": "Diska",
28347             "icon": "grocery",
28348             "geometry": [
28349                 "point",
28350                 "area"
28351             ],
28352             "fields": [
28353                 "operator",
28354                 "address",
28355                 "building_area",
28356                 "opening_hours"
28357             ],
28358             "suggestion": true
28359         },
28360         "shop/supermarket/PENNY": {
28361             "tags": {
28362                 "name": "PENNY",
28363                 "shop": "supermarket"
28364             },
28365             "name": "PENNY",
28366             "icon": "grocery",
28367             "geometry": [
28368                 "point",
28369                 "area"
28370             ],
28371             "fields": [
28372                 "operator",
28373                 "address",
28374                 "building_area",
28375                 "opening_hours"
28376             ],
28377             "suggestion": true
28378         },
28379         "shop/supermarket/Dia": {
28380             "tags": {
28381                 "name": "Dia",
28382                 "shop": "supermarket"
28383             },
28384             "name": "Dia",
28385             "icon": "grocery",
28386             "geometry": [
28387                 "point",
28388                 "area"
28389             ],
28390             "fields": [
28391                 "operator",
28392                 "address",
28393                 "building_area",
28394                 "opening_hours"
28395             ],
28396             "suggestion": true
28397         },
28398         "shop/supermarket/Giant Eagle": {
28399             "tags": {
28400                 "name": "Giant Eagle",
28401                 "shop": "supermarket"
28402             },
28403             "name": "Giant Eagle",
28404             "icon": "grocery",
28405             "geometry": [
28406                 "point",
28407                 "area"
28408             ],
28409             "fields": [
28410                 "operator",
28411                 "address",
28412                 "building_area",
28413                 "opening_hours"
28414             ],
28415             "suggestion": true
28416         },
28417         "shop/supermarket/NORMA": {
28418             "tags": {
28419                 "name": "NORMA",
28420                 "shop": "supermarket"
28421             },
28422             "name": "NORMA",
28423             "icon": "grocery",
28424             "geometry": [
28425                 "point",
28426                 "area"
28427             ],
28428             "fields": [
28429                 "operator",
28430                 "address",
28431                 "building_area",
28432                 "opening_hours"
28433             ],
28434             "suggestion": true
28435         },
28436         "shop/supermarket/AD Delhaize": {
28437             "tags": {
28438                 "name": "AD Delhaize",
28439                 "shop": "supermarket"
28440             },
28441             "name": "AD Delhaize",
28442             "icon": "grocery",
28443             "geometry": [
28444                 "point",
28445                 "area"
28446             ],
28447             "fields": [
28448                 "operator",
28449                 "address",
28450                 "building_area",
28451                 "opening_hours"
28452             ],
28453             "suggestion": true
28454         },
28455         "shop/supermarket/Auchan": {
28456             "tags": {
28457                 "name": "Auchan",
28458                 "shop": "supermarket"
28459             },
28460             "name": "Auchan",
28461             "icon": "grocery",
28462             "geometry": [
28463                 "point",
28464                 "area"
28465             ],
28466             "fields": [
28467                 "operator",
28468                 "address",
28469                 "building_area",
28470                 "opening_hours"
28471             ],
28472             "suggestion": true
28473         },
28474         "shop/supermarket/Mercadona": {
28475             "tags": {
28476                 "name": "Mercadona",
28477                 "shop": "supermarket"
28478             },
28479             "name": "Mercadona",
28480             "icon": "grocery",
28481             "geometry": [
28482                 "point",
28483                 "area"
28484             ],
28485             "fields": [
28486                 "operator",
28487                 "address",
28488                 "building_area",
28489                 "opening_hours"
28490             ],
28491             "suggestion": true
28492         },
28493         "shop/supermarket/Consum": {
28494             "tags": {
28495                 "name": "Consum",
28496                 "shop": "supermarket"
28497             },
28498             "name": "Consum",
28499             "icon": "grocery",
28500             "geometry": [
28501                 "point",
28502                 "area"
28503             ],
28504             "fields": [
28505                 "operator",
28506                 "address",
28507                 "building_area",
28508                 "opening_hours"
28509             ],
28510             "suggestion": true
28511         },
28512         "shop/supermarket/Carrefour Market": {
28513             "tags": {
28514                 "name": "Carrefour Market",
28515                 "shop": "supermarket"
28516             },
28517             "name": "Carrefour Market",
28518             "icon": "grocery",
28519             "geometry": [
28520                 "point",
28521                 "area"
28522             ],
28523             "fields": [
28524                 "operator",
28525                 "address",
28526                 "building_area",
28527                 "opening_hours"
28528             ],
28529             "suggestion": true
28530         },
28531         "shop/supermarket/Whole Foods": {
28532             "tags": {
28533                 "name": "Whole Foods",
28534                 "shop": "supermarket"
28535             },
28536             "name": "Whole Foods",
28537             "icon": "grocery",
28538             "geometry": [
28539                 "point",
28540                 "area"
28541             ],
28542             "fields": [
28543                 "operator",
28544                 "address",
28545                 "building_area",
28546                 "opening_hours"
28547             ],
28548             "suggestion": true
28549         },
28550         "shop/supermarket/Pam": {
28551             "tags": {
28552                 "name": "Pam",
28553                 "shop": "supermarket"
28554             },
28555             "name": "Pam",
28556             "icon": "grocery",
28557             "geometry": [
28558                 "point",
28559                 "area"
28560             ],
28561             "fields": [
28562                 "operator",
28563                 "address",
28564                 "building_area",
28565                 "opening_hours"
28566             ],
28567             "suggestion": true
28568         },
28569         "shop/supermarket/sky": {
28570             "tags": {
28571                 "name": "sky",
28572                 "shop": "supermarket"
28573             },
28574             "name": "sky",
28575             "icon": "grocery",
28576             "geometry": [
28577                 "point",
28578                 "area"
28579             ],
28580             "fields": [
28581                 "operator",
28582                 "address",
28583                 "building_area",
28584                 "opening_hours"
28585             ],
28586             "suggestion": true
28587         },
28588         "shop/supermarket/Despar": {
28589             "tags": {
28590                 "name": "Despar",
28591                 "shop": "supermarket"
28592             },
28593             "name": "Despar",
28594             "icon": "grocery",
28595             "geometry": [
28596                 "point",
28597                 "area"
28598             ],
28599             "fields": [
28600                 "operator",
28601                 "address",
28602                 "building_area",
28603                 "opening_hours"
28604             ],
28605             "suggestion": true
28606         },
28607         "shop/supermarket/Eroski": {
28608             "tags": {
28609                 "name": "Eroski",
28610                 "shop": "supermarket"
28611             },
28612             "name": "Eroski",
28613             "icon": "grocery",
28614             "geometry": [
28615                 "point",
28616                 "area"
28617             ],
28618             "fields": [
28619                 "operator",
28620                 "address",
28621                 "building_area",
28622                 "opening_hours"
28623             ],
28624             "suggestion": true
28625         },
28626         "shop/supermarket/Maxi": {
28627             "tags": {
28628                 "name": "Maxi",
28629                 "shop": "supermarket"
28630             },
28631             "name": "Maxi",
28632             "icon": "grocery",
28633             "geometry": [
28634                 "point",
28635                 "area"
28636             ],
28637             "fields": [
28638                 "operator",
28639                 "address",
28640                 "building_area",
28641                 "opening_hours"
28642             ],
28643             "suggestion": true
28644         },
28645         "shop/supermarket/Colruyt": {
28646             "tags": {
28647                 "name": "Colruyt",
28648                 "shop": "supermarket"
28649             },
28650             "name": "Colruyt",
28651             "icon": "grocery",
28652             "geometry": [
28653                 "point",
28654                 "area"
28655             ],
28656             "fields": [
28657                 "operator",
28658                 "address",
28659                 "building_area",
28660                 "opening_hours"
28661             ],
28662             "suggestion": true
28663         },
28664         "shop/supermarket/The Co-operative": {
28665             "tags": {
28666                 "name": "The Co-operative",
28667                 "shop": "supermarket"
28668             },
28669             "name": "The Co-operative",
28670             "icon": "grocery",
28671             "geometry": [
28672                 "point",
28673                 "area"
28674             ],
28675             "fields": [
28676                 "operator",
28677                 "address",
28678                 "building_area",
28679                 "opening_hours"
28680             ],
28681             "suggestion": true
28682         },
28683         "shop/supermarket/Intermarché": {
28684             "tags": {
28685                 "name": "Intermarché",
28686                 "shop": "supermarket"
28687             },
28688             "name": "Intermarché",
28689             "icon": "grocery",
28690             "geometry": [
28691                 "point",
28692                 "area"
28693             ],
28694             "fields": [
28695                 "operator",
28696                 "address",
28697                 "building_area",
28698                 "opening_hours"
28699             ],
28700             "suggestion": true
28701         },
28702         "shop/supermarket/Delhaize": {
28703             "tags": {
28704                 "name": "Delhaize",
28705                 "shop": "supermarket"
28706             },
28707             "name": "Delhaize",
28708             "icon": "grocery",
28709             "geometry": [
28710                 "point",
28711                 "area"
28712             ],
28713             "fields": [
28714                 "operator",
28715                 "address",
28716                 "building_area",
28717                 "opening_hours"
28718             ],
28719             "suggestion": true
28720         },
28721         "shop/supermarket/CBA": {
28722             "tags": {
28723                 "name": "CBA",
28724                 "shop": "supermarket"
28725             },
28726             "name": "CBA",
28727             "icon": "grocery",
28728             "geometry": [
28729                 "point",
28730                 "area"
28731             ],
28732             "fields": [
28733                 "operator",
28734                 "address",
28735                 "building_area",
28736                 "opening_hours"
28737             ],
28738             "suggestion": true
28739         },
28740         "shop/supermarket/Shopi": {
28741             "tags": {
28742                 "name": "Shopi",
28743                 "shop": "supermarket"
28744             },
28745             "name": "Shopi",
28746             "icon": "grocery",
28747             "geometry": [
28748                 "point",
28749                 "area"
28750             ],
28751             "fields": [
28752                 "operator",
28753                 "address",
28754                 "building_area",
28755                 "opening_hours"
28756             ],
28757             "suggestion": true
28758         },
28759         "shop/supermarket/Walmart": {
28760             "tags": {
28761                 "name": "Walmart",
28762                 "shop": "supermarket"
28763             },
28764             "name": "Walmart",
28765             "icon": "grocery",
28766             "geometry": [
28767                 "point",
28768                 "area"
28769             ],
28770             "fields": [
28771                 "operator",
28772                 "address",
28773                 "building_area",
28774                 "opening_hours"
28775             ],
28776             "suggestion": true
28777         },
28778         "shop/supermarket/Kroger": {
28779             "tags": {
28780                 "name": "Kroger",
28781                 "shop": "supermarket"
28782             },
28783             "name": "Kroger",
28784             "icon": "grocery",
28785             "geometry": [
28786                 "point",
28787                 "area"
28788             ],
28789             "fields": [
28790                 "operator",
28791                 "address",
28792                 "building_area",
28793                 "opening_hours"
28794             ],
28795             "suggestion": true
28796         },
28797         "shop/supermarket/Albertsons": {
28798             "tags": {
28799                 "name": "Albertsons",
28800                 "shop": "supermarket"
28801             },
28802             "name": "Albertsons",
28803             "icon": "grocery",
28804             "geometry": [
28805                 "point",
28806                 "area"
28807             ],
28808             "fields": [
28809                 "operator",
28810                 "address",
28811                 "building_area",
28812                 "opening_hours"
28813             ],
28814             "suggestion": true
28815         },
28816         "shop/supermarket/Trader Joe's": {
28817             "tags": {
28818                 "name": "Trader Joe's",
28819                 "shop": "supermarket"
28820             },
28821             "name": "Trader Joe's",
28822             "icon": "grocery",
28823             "geometry": [
28824                 "point",
28825                 "area"
28826             ],
28827             "fields": [
28828                 "operator",
28829                 "address",
28830                 "building_area",
28831                 "opening_hours"
28832             ],
28833             "suggestion": true
28834         },
28835         "shop/supermarket/Feneberg": {
28836             "tags": {
28837                 "name": "Feneberg",
28838                 "shop": "supermarket"
28839             },
28840             "name": "Feneberg",
28841             "icon": "grocery",
28842             "geometry": [
28843                 "point",
28844                 "area"
28845             ],
28846             "fields": [
28847                 "operator",
28848                 "address",
28849                 "building_area",
28850                 "opening_hours"
28851             ],
28852             "suggestion": true
28853         },
28854         "shop/supermarket/denn's Biomarkt": {
28855             "tags": {
28856                 "name": "denn's Biomarkt",
28857                 "shop": "supermarket"
28858             },
28859             "name": "denn's Biomarkt",
28860             "icon": "grocery",
28861             "geometry": [
28862                 "point",
28863                 "area"
28864             ],
28865             "fields": [
28866                 "operator",
28867                 "address",
28868                 "building_area",
28869                 "opening_hours"
28870             ],
28871             "suggestion": true
28872         },
28873         "shop/supermarket/Kvickly": {
28874             "tags": {
28875                 "name": "Kvickly",
28876                 "shop": "supermarket"
28877             },
28878             "name": "Kvickly",
28879             "icon": "grocery",
28880             "geometry": [
28881                 "point",
28882                 "area"
28883             ],
28884             "fields": [
28885                 "operator",
28886                 "address",
28887                 "building_area",
28888                 "opening_hours"
28889             ],
28890             "suggestion": true
28891         },
28892         "shop/supermarket/Makro": {
28893             "tags": {
28894                 "name": "Makro",
28895                 "shop": "supermarket"
28896             },
28897             "name": "Makro",
28898             "icon": "grocery",
28899             "geometry": [
28900                 "point",
28901                 "area"
28902             ],
28903             "fields": [
28904                 "operator",
28905                 "address",
28906                 "building_area",
28907                 "opening_hours"
28908             ],
28909             "suggestion": true
28910         },
28911         "shop/supermarket/Dico": {
28912             "tags": {
28913                 "name": "Dico",
28914                 "shop": "supermarket"
28915             },
28916             "name": "Dico",
28917             "icon": "grocery",
28918             "geometry": [
28919                 "point",
28920                 "area"
28921             ],
28922             "fields": [
28923                 "operator",
28924                 "address",
28925                 "building_area",
28926                 "opening_hours"
28927             ],
28928             "suggestion": true
28929         },
28930         "shop/supermarket/Nah & Frisch": {
28931             "tags": {
28932                 "name": "Nah & Frisch",
28933                 "shop": "supermarket"
28934             },
28935             "name": "Nah & Frisch",
28936             "icon": "grocery",
28937             "geometry": [
28938                 "point",
28939                 "area"
28940             ],
28941             "fields": [
28942                 "operator",
28943                 "address",
28944                 "building_area",
28945                 "opening_hours"
28946             ],
28947             "suggestion": true
28948         },
28949         "shop/supermarket/Champion": {
28950             "tags": {
28951                 "name": "Champion",
28952                 "shop": "supermarket"
28953             },
28954             "name": "Champion",
28955             "icon": "grocery",
28956             "geometry": [
28957                 "point",
28958                 "area"
28959             ],
28960             "fields": [
28961                 "operator",
28962                 "address",
28963                 "building_area",
28964                 "opening_hours"
28965             ],
28966             "suggestion": true
28967         },
28968         "shop/supermarket/ICA Supermarket": {
28969             "tags": {
28970                 "name": "ICA Supermarket",
28971                 "shop": "supermarket"
28972             },
28973             "name": "ICA Supermarket",
28974             "icon": "grocery",
28975             "geometry": [
28976                 "point",
28977                 "area"
28978             ],
28979             "fields": [
28980                 "operator",
28981                 "address",
28982                 "building_area",
28983                 "opening_hours"
28984             ],
28985             "suggestion": true
28986         },
28987         "shop/supermarket/Fakta": {
28988             "tags": {
28989                 "name": "Fakta",
28990                 "shop": "supermarket"
28991             },
28992             "name": "Fakta",
28993             "icon": "grocery",
28994             "geometry": [
28995                 "point",
28996                 "area"
28997             ],
28998             "fields": [
28999                 "operator",
29000                 "address",
29001                 "building_area",
29002                 "opening_hours"
29003             ],
29004             "suggestion": true
29005         },
29006         "shop/supermarket/Магнит": {
29007             "tags": {
29008                 "name": "Магнит",
29009                 "shop": "supermarket"
29010             },
29011             "name": "Магнит",
29012             "icon": "grocery",
29013             "geometry": [
29014                 "point",
29015                 "area"
29016             ],
29017             "fields": [
29018                 "operator",
29019                 "address",
29020                 "building_area",
29021                 "opening_hours"
29022             ],
29023             "suggestion": true
29024         },
29025         "shop/supermarket/Caprabo": {
29026             "tags": {
29027                 "name": "Caprabo",
29028                 "shop": "supermarket"
29029             },
29030             "name": "Caprabo",
29031             "icon": "grocery",
29032             "geometry": [
29033                 "point",
29034                 "area"
29035             ],
29036             "fields": [
29037                 "operator",
29038                 "address",
29039                 "building_area",
29040                 "opening_hours"
29041             ],
29042             "suggestion": true
29043         },
29044         "shop/supermarket/Famiglia Cooperativa": {
29045             "tags": {
29046                 "name": "Famiglia Cooperativa",
29047                 "shop": "supermarket"
29048             },
29049             "name": "Famiglia Cooperativa",
29050             "icon": "grocery",
29051             "geometry": [
29052                 "point",
29053                 "area"
29054             ],
29055             "fields": [
29056                 "operator",
29057                 "address",
29058                 "building_area",
29059                 "opening_hours"
29060             ],
29061             "suggestion": true
29062         },
29063         "shop/supermarket/Народная 7Я семьЯ": {
29064             "tags": {
29065                 "name": "Народная 7Я семьЯ",
29066                 "shop": "supermarket"
29067             },
29068             "name": "Народная 7Я семьЯ",
29069             "icon": "grocery",
29070             "geometry": [
29071                 "point",
29072                 "area"
29073             ],
29074             "fields": [
29075                 "operator",
29076                 "address",
29077                 "building_area",
29078                 "opening_hours"
29079             ],
29080             "suggestion": true
29081         },
29082         "shop/supermarket/Esselunga": {
29083             "tags": {
29084                 "name": "Esselunga",
29085                 "shop": "supermarket"
29086             },
29087             "name": "Esselunga",
29088             "icon": "grocery",
29089             "geometry": [
29090                 "point",
29091                 "area"
29092             ],
29093             "fields": [
29094                 "operator",
29095                 "address",
29096                 "building_area",
29097                 "opening_hours"
29098             ],
29099             "suggestion": true
29100         },
29101         "shop/supermarket/Maxima": {
29102             "tags": {
29103                 "name": "Maxima",
29104                 "shop": "supermarket"
29105             },
29106             "name": "Maxima",
29107             "icon": "grocery",
29108             "geometry": [
29109                 "point",
29110                 "area"
29111             ],
29112             "fields": [
29113                 "operator",
29114                 "address",
29115                 "building_area",
29116                 "opening_hours"
29117             ],
29118             "suggestion": true
29119         },
29120         "shop/supermarket/Wasgau": {
29121             "tags": {
29122                 "name": "Wasgau",
29123                 "shop": "supermarket"
29124             },
29125             "name": "Wasgau",
29126             "icon": "grocery",
29127             "geometry": [
29128                 "point",
29129                 "area"
29130             ],
29131             "fields": [
29132                 "operator",
29133                 "address",
29134                 "building_area",
29135                 "opening_hours"
29136             ],
29137             "suggestion": true
29138         },
29139         "shop/supermarket/Pingo Doce": {
29140             "tags": {
29141                 "name": "Pingo Doce",
29142                 "shop": "supermarket"
29143             },
29144             "name": "Pingo Doce",
29145             "icon": "grocery",
29146             "geometry": [
29147                 "point",
29148                 "area"
29149             ],
29150             "fields": [
29151                 "operator",
29152                 "address",
29153                 "building_area",
29154                 "opening_hours"
29155             ],
29156             "suggestion": true
29157         },
29158         "shop/supermarket/Match": {
29159             "tags": {
29160                 "name": "Match",
29161                 "shop": "supermarket"
29162             },
29163             "name": "Match",
29164             "icon": "grocery",
29165             "geometry": [
29166                 "point",
29167                 "area"
29168             ],
29169             "fields": [
29170                 "operator",
29171                 "address",
29172                 "building_area",
29173                 "opening_hours"
29174             ],
29175             "suggestion": true
29176         },
29177         "shop/supermarket/Profi": {
29178             "tags": {
29179                 "name": "Profi",
29180                 "shop": "supermarket"
29181             },
29182             "name": "Profi",
29183             "icon": "grocery",
29184             "geometry": [
29185                 "point",
29186                 "area"
29187             ],
29188             "fields": [
29189                 "operator",
29190                 "address",
29191                 "building_area",
29192                 "opening_hours"
29193             ],
29194             "suggestion": true
29195         },
29196         "shop/supermarket/Lider": {
29197             "tags": {
29198                 "name": "Lider",
29199                 "shop": "supermarket"
29200             },
29201             "name": "Lider",
29202             "icon": "grocery",
29203             "geometry": [
29204                 "point",
29205                 "area"
29206             ],
29207             "fields": [
29208                 "operator",
29209                 "address",
29210                 "building_area",
29211                 "opening_hours"
29212             ],
29213             "suggestion": true
29214         },
29215         "shop/supermarket/Unimarc": {
29216             "tags": {
29217                 "name": "Unimarc",
29218                 "shop": "supermarket"
29219             },
29220             "name": "Unimarc",
29221             "icon": "grocery",
29222             "geometry": [
29223                 "point",
29224                 "area"
29225             ],
29226             "fields": [
29227                 "operator",
29228                 "address",
29229                 "building_area",
29230                 "opening_hours"
29231             ],
29232             "suggestion": true
29233         },
29234         "shop/supermarket/The Co-operative Food": {
29235             "tags": {
29236                 "name": "The Co-operative Food",
29237                 "shop": "supermarket"
29238             },
29239             "name": "The Co-operative Food",
29240             "icon": "grocery",
29241             "geometry": [
29242                 "point",
29243                 "area"
29244             ],
29245             "fields": [
29246                 "operator",
29247                 "address",
29248                 "building_area",
29249                 "opening_hours"
29250             ],
29251             "suggestion": true
29252         },
29253         "shop/supermarket/Santa Isabel": {
29254             "tags": {
29255                 "name": "Santa Isabel",
29256                 "shop": "supermarket"
29257             },
29258             "name": "Santa Isabel",
29259             "icon": "grocery",
29260             "geometry": [
29261                 "point",
29262                 "area"
29263             ],
29264             "fields": [
29265                 "operator",
29266                 "address",
29267                 "building_area",
29268                 "opening_hours"
29269             ],
29270             "suggestion": true
29271         },
29272         "shop/supermarket/Седьмой континент": {
29273             "tags": {
29274                 "name": "Седьмой континент",
29275                 "shop": "supermarket"
29276             },
29277             "name": "Седьмой континент",
29278             "icon": "grocery",
29279             "geometry": [
29280                 "point",
29281                 "area"
29282             ],
29283             "fields": [
29284                 "operator",
29285                 "address",
29286                 "building_area",
29287                 "opening_hours"
29288             ],
29289             "suggestion": true
29290         },
29291         "shop/supermarket/HIT": {
29292             "tags": {
29293                 "name": "HIT",
29294                 "shop": "supermarket"
29295             },
29296             "name": "HIT",
29297             "icon": "grocery",
29298             "geometry": [
29299                 "point",
29300                 "area"
29301             ],
29302             "fields": [
29303                 "operator",
29304                 "address",
29305                 "building_area",
29306                 "opening_hours"
29307             ],
29308             "suggestion": true
29309         },
29310         "shop/supermarket/Rimi": {
29311             "tags": {
29312                 "name": "Rimi",
29313                 "shop": "supermarket"
29314             },
29315             "name": "Rimi",
29316             "icon": "grocery",
29317             "geometry": [
29318                 "point",
29319                 "area"
29320             ],
29321             "fields": [
29322                 "operator",
29323                 "address",
29324                 "building_area",
29325                 "opening_hours"
29326             ],
29327             "suggestion": true
29328         },
29329         "shop/supermarket/Conad": {
29330             "tags": {
29331                 "name": "Conad",
29332                 "shop": "supermarket"
29333             },
29334             "name": "Conad",
29335             "icon": "grocery",
29336             "geometry": [
29337                 "point",
29338                 "area"
29339             ],
29340             "fields": [
29341                 "operator",
29342                 "address",
29343                 "building_area",
29344                 "opening_hours"
29345             ],
29346             "suggestion": true
29347         },
29348         "shop/supermarket/Фуршет": {
29349             "tags": {
29350                 "name": "Фуршет",
29351                 "shop": "supermarket"
29352             },
29353             "name": "Фуршет",
29354             "icon": "grocery",
29355             "geometry": [
29356                 "point",
29357                 "area"
29358             ],
29359             "fields": [
29360                 "operator",
29361                 "address",
29362                 "building_area",
29363                 "opening_hours"
29364             ],
29365             "suggestion": true
29366         },
29367         "shop/supermarket/Willys": {
29368             "tags": {
29369                 "name": "Willys",
29370                 "shop": "supermarket"
29371             },
29372             "name": "Willys",
29373             "icon": "grocery",
29374             "geometry": [
29375                 "point",
29376                 "area"
29377             ],
29378             "fields": [
29379                 "operator",
29380                 "address",
29381                 "building_area",
29382                 "opening_hours"
29383             ],
29384             "suggestion": true
29385         },
29386         "shop/supermarket/Farmfoods": {
29387             "tags": {
29388                 "name": "Farmfoods",
29389                 "shop": "supermarket"
29390             },
29391             "name": "Farmfoods",
29392             "icon": "grocery",
29393             "geometry": [
29394                 "point",
29395                 "area"
29396             ],
29397             "fields": [
29398                 "operator",
29399                 "address",
29400                 "building_area",
29401                 "opening_hours"
29402             ],
29403             "suggestion": true
29404         },
29405         "shop/supermarket/U Express": {
29406             "tags": {
29407                 "name": "U Express",
29408                 "shop": "supermarket"
29409             },
29410             "name": "U Express",
29411             "icon": "grocery",
29412             "geometry": [
29413                 "point",
29414                 "area"
29415             ],
29416             "fields": [
29417                 "operator",
29418                 "address",
29419                 "building_area",
29420                 "opening_hours"
29421             ],
29422             "suggestion": true
29423         },
29424         "shop/supermarket/Фора": {
29425             "tags": {
29426                 "name": "Фора",
29427                 "shop": "supermarket"
29428             },
29429             "name": "Фора",
29430             "icon": "grocery",
29431             "geometry": [
29432                 "point",
29433                 "area"
29434             ],
29435             "fields": [
29436                 "operator",
29437                 "address",
29438                 "building_area",
29439                 "opening_hours"
29440             ],
29441             "suggestion": true
29442         },
29443         "shop/supermarket/Dunnes Stores": {
29444             "tags": {
29445                 "name": "Dunnes Stores",
29446                 "shop": "supermarket"
29447             },
29448             "name": "Dunnes Stores",
29449             "icon": "grocery",
29450             "geometry": [
29451                 "point",
29452                 "area"
29453             ],
29454             "fields": [
29455                 "operator",
29456                 "address",
29457                 "building_area",
29458                 "opening_hours"
29459             ],
29460             "suggestion": true
29461         },
29462         "shop/supermarket/Сільпо": {
29463             "tags": {
29464                 "name": "Сільпо",
29465                 "shop": "supermarket"
29466             },
29467             "name": "Сільпо",
29468             "icon": "grocery",
29469             "geometry": [
29470                 "point",
29471                 "area"
29472             ],
29473             "fields": [
29474                 "operator",
29475                 "address",
29476                 "building_area",
29477                 "opening_hours"
29478             ],
29479             "suggestion": true
29480         },
29481         "shop/supermarket/マルエツ": {
29482             "tags": {
29483                 "name": "マルエツ",
29484                 "shop": "supermarket"
29485             },
29486             "name": "マルエツ",
29487             "icon": "grocery",
29488             "geometry": [
29489                 "point",
29490                 "area"
29491             ],
29492             "fields": [
29493                 "operator",
29494                 "address",
29495                 "building_area",
29496                 "opening_hours"
29497             ],
29498             "suggestion": true
29499         },
29500         "shop/supermarket/Piggly Wiggly": {
29501             "tags": {
29502                 "name": "Piggly Wiggly",
29503                 "shop": "supermarket"
29504             },
29505             "name": "Piggly Wiggly",
29506             "icon": "grocery",
29507             "geometry": [
29508                 "point",
29509                 "area"
29510             ],
29511             "fields": [
29512                 "operator",
29513                 "address",
29514                 "building_area",
29515                 "opening_hours"
29516             ],
29517             "suggestion": true
29518         },
29519         "shop/supermarket/Crai": {
29520             "tags": {
29521                 "name": "Crai",
29522                 "shop": "supermarket"
29523             },
29524             "name": "Crai",
29525             "icon": "grocery",
29526             "geometry": [
29527                 "point",
29528                 "area"
29529             ],
29530             "fields": [
29531                 "operator",
29532                 "address",
29533                 "building_area",
29534                 "opening_hours"
29535             ],
29536             "suggestion": true
29537         },
29538         "shop/supermarket/El Árbol": {
29539             "tags": {
29540                 "name": "El Árbol",
29541                 "shop": "supermarket"
29542             },
29543             "name": "El Árbol",
29544             "icon": "grocery",
29545             "geometry": [
29546                 "point",
29547                 "area"
29548             ],
29549             "fields": [
29550                 "operator",
29551                 "address",
29552                 "building_area",
29553                 "opening_hours"
29554             ],
29555             "suggestion": true
29556         },
29557         "shop/supermarket/Centre Commercial E. Leclerc": {
29558             "tags": {
29559                 "name": "Centre Commercial E. Leclerc",
29560                 "shop": "supermarket"
29561             },
29562             "name": "Centre Commercial E. Leclerc",
29563             "icon": "grocery",
29564             "geometry": [
29565                 "point",
29566                 "area"
29567             ],
29568             "fields": [
29569                 "operator",
29570                 "address",
29571                 "building_area",
29572                 "opening_hours"
29573             ],
29574             "suggestion": true
29575         },
29576         "shop/supermarket/Foodland": {
29577             "tags": {
29578                 "name": "Foodland",
29579                 "shop": "supermarket"
29580             },
29581             "name": "Foodland",
29582             "icon": "grocery",
29583             "geometry": [
29584                 "point",
29585                 "area"
29586             ],
29587             "fields": [
29588                 "operator",
29589                 "address",
29590                 "building_area",
29591                 "opening_hours"
29592             ],
29593             "suggestion": true
29594         },
29595         "shop/supermarket/Super Brugsen": {
29596             "tags": {
29597                 "name": "Super Brugsen",
29598                 "shop": "supermarket"
29599             },
29600             "name": "Super Brugsen",
29601             "icon": "grocery",
29602             "geometry": [
29603                 "point",
29604                 "area"
29605             ],
29606             "fields": [
29607                 "operator",
29608                 "address",
29609                 "building_area",
29610                 "opening_hours"
29611             ],
29612             "suggestion": true
29613         },
29614         "shop/supermarket/Дикси": {
29615             "tags": {
29616                 "name": "Дикси",
29617                 "shop": "supermarket"
29618             },
29619             "name": "Дикси",
29620             "icon": "grocery",
29621             "geometry": [
29622                 "point",
29623                 "area"
29624             ],
29625             "fields": [
29626                 "operator",
29627                 "address",
29628                 "building_area",
29629                 "opening_hours"
29630             ],
29631             "suggestion": true
29632         },
29633         "shop/supermarket/Пятёрочка": {
29634             "tags": {
29635                 "name": "Пятёрочка",
29636                 "shop": "supermarket"
29637             },
29638             "name": "Пятёрочка",
29639             "icon": "grocery",
29640             "geometry": [
29641                 "point",
29642                 "area"
29643             ],
29644             "fields": [
29645                 "operator",
29646                 "address",
29647                 "building_area",
29648                 "opening_hours"
29649             ],
29650             "suggestion": true
29651         },
29652         "shop/supermarket/Publix": {
29653             "tags": {
29654                 "name": "Publix",
29655                 "shop": "supermarket"
29656             },
29657             "name": "Publix",
29658             "icon": "grocery",
29659             "geometry": [
29660                 "point",
29661                 "area"
29662             ],
29663             "fields": [
29664                 "operator",
29665                 "address",
29666                 "building_area",
29667                 "opening_hours"
29668             ],
29669             "suggestion": true
29670         },
29671         "shop/supermarket/Føtex": {
29672             "tags": {
29673                 "name": "Føtex",
29674                 "shop": "supermarket"
29675             },
29676             "name": "Føtex",
29677             "icon": "grocery",
29678             "geometry": [
29679                 "point",
29680                 "area"
29681             ],
29682             "fields": [
29683                 "operator",
29684                 "address",
29685                 "building_area",
29686                 "opening_hours"
29687             ],
29688             "suggestion": true
29689         },
29690         "shop/supermarket/coop": {
29691             "tags": {
29692                 "name": "coop",
29693                 "shop": "supermarket"
29694             },
29695             "name": "coop",
29696             "icon": "grocery",
29697             "geometry": [
29698                 "point",
29699                 "area"
29700             ],
29701             "fields": [
29702                 "operator",
29703                 "address",
29704                 "building_area",
29705                 "opening_hours"
29706             ],
29707             "suggestion": true
29708         },
29709         "shop/supermarket/Coop Konsum": {
29710             "tags": {
29711                 "name": "Coop Konsum",
29712                 "shop": "supermarket"
29713             },
29714             "name": "Coop Konsum",
29715             "icon": "grocery",
29716             "geometry": [
29717                 "point",
29718                 "area"
29719             ],
29720             "fields": [
29721                 "operator",
29722                 "address",
29723                 "building_area",
29724                 "opening_hours"
29725             ],
29726             "suggestion": true
29727         },
29728         "shop/supermarket/Carrefour Contact": {
29729             "tags": {
29730                 "name": "Carrefour Contact",
29731                 "shop": "supermarket"
29732             },
29733             "name": "Carrefour Contact",
29734             "icon": "grocery",
29735             "geometry": [
29736                 "point",
29737                 "area"
29738             ],
29739             "fields": [
29740                 "operator",
29741                 "address",
29742                 "building_area",
29743                 "opening_hours"
29744             ],
29745             "suggestion": true
29746         },
29747         "shop/supermarket/No Frills": {
29748             "tags": {
29749                 "name": "No Frills",
29750                 "shop": "supermarket"
29751             },
29752             "name": "No Frills",
29753             "icon": "grocery",
29754             "geometry": [
29755                 "point",
29756                 "area"
29757             ],
29758             "fields": [
29759                 "operator",
29760                 "address",
29761                 "building_area",
29762                 "opening_hours"
29763             ],
29764             "suggestion": true
29765         },
29766         "shop/supermarket/Plodine": {
29767             "tags": {
29768                 "name": "Plodine",
29769                 "shop": "supermarket"
29770             },
29771             "name": "Plodine",
29772             "icon": "grocery",
29773             "geometry": [
29774                 "point",
29775                 "area"
29776             ],
29777             "fields": [
29778                 "operator",
29779                 "address",
29780                 "building_area",
29781                 "opening_hours"
29782             ],
29783             "suggestion": true
29784         },
29785         "shop/supermarket/ADEG": {
29786             "tags": {
29787                 "name": "ADEG",
29788                 "shop": "supermarket"
29789             },
29790             "name": "ADEG",
29791             "icon": "grocery",
29792             "geometry": [
29793                 "point",
29794                 "area"
29795             ],
29796             "fields": [
29797                 "operator",
29798                 "address",
29799                 "building_area",
29800                 "opening_hours"
29801             ],
29802             "suggestion": true
29803         },
29804         "shop/supermarket/Minipreço": {
29805             "tags": {
29806                 "name": "Minipreço",
29807                 "shop": "supermarket"
29808             },
29809             "name": "Minipreço",
29810             "icon": "grocery",
29811             "geometry": [
29812                 "point",
29813                 "area"
29814             ],
29815             "fields": [
29816                 "operator",
29817                 "address",
29818                 "building_area",
29819                 "opening_hours"
29820             ],
29821             "suggestion": true
29822         },
29823         "shop/supermarket/Biedronka": {
29824             "tags": {
29825                 "name": "Biedronka",
29826                 "shop": "supermarket"
29827             },
29828             "name": "Biedronka",
29829             "icon": "grocery",
29830             "geometry": [
29831                 "point",
29832                 "area"
29833             ],
29834             "fields": [
29835                 "operator",
29836                 "address",
29837                 "building_area",
29838                 "opening_hours"
29839             ],
29840             "suggestion": true
29841         },
29842         "shop/supermarket/Eurospin": {
29843             "tags": {
29844                 "name": "Eurospin",
29845                 "shop": "supermarket"
29846             },
29847             "name": "Eurospin",
29848             "icon": "grocery",
29849             "geometry": [
29850                 "point",
29851                 "area"
29852             ],
29853             "fields": [
29854                 "operator",
29855                 "address",
29856                 "building_area",
29857                 "opening_hours"
29858             ],
29859             "suggestion": true
29860         },
29861         "shop/supermarket/Семья": {
29862             "tags": {
29863                 "name": "Семья",
29864                 "shop": "supermarket"
29865             },
29866             "name": "Семья",
29867             "icon": "grocery",
29868             "geometry": [
29869                 "point",
29870                 "area"
29871             ],
29872             "fields": [
29873                 "operator",
29874                 "address",
29875                 "building_area",
29876                 "opening_hours"
29877             ],
29878             "suggestion": true
29879         },
29880         "shop/supermarket/Gadis": {
29881             "tags": {
29882                 "name": "Gadis",
29883                 "shop": "supermarket"
29884             },
29885             "name": "Gadis",
29886             "icon": "grocery",
29887             "geometry": [
29888                 "point",
29889                 "area"
29890             ],
29891             "fields": [
29892                 "operator",
29893                 "address",
29894                 "building_area",
29895                 "opening_hours"
29896             ],
29897             "suggestion": true
29898         },
29899         "shop/supermarket/Евроопт": {
29900             "tags": {
29901                 "name": "Евроопт",
29902                 "shop": "supermarket"
29903             },
29904             "name": "Евроопт",
29905             "icon": "grocery",
29906             "geometry": [
29907                 "point",
29908                 "area"
29909             ],
29910             "fields": [
29911                 "operator",
29912                 "address",
29913                 "building_area",
29914                 "opening_hours"
29915             ],
29916             "suggestion": true
29917         },
29918         "shop/supermarket/Квартал": {
29919             "tags": {
29920                 "name": "Квартал",
29921                 "shop": "supermarket"
29922             },
29923             "name": "Квартал",
29924             "icon": "grocery",
29925             "geometry": [
29926                 "point",
29927                 "area"
29928             ],
29929             "fields": [
29930                 "operator",
29931                 "address",
29932                 "building_area",
29933                 "opening_hours"
29934             ],
29935             "suggestion": true
29936         },
29937         "shop/supermarket/New World": {
29938             "tags": {
29939                 "name": "New World",
29940                 "shop": "supermarket"
29941             },
29942             "name": "New World",
29943             "icon": "grocery",
29944             "geometry": [
29945                 "point",
29946                 "area"
29947             ],
29948             "fields": [
29949                 "operator",
29950                 "address",
29951                 "building_area",
29952                 "opening_hours"
29953             ],
29954             "suggestion": true
29955         },
29956         "shop/supermarket/Countdown": {
29957             "tags": {
29958                 "name": "Countdown",
29959                 "shop": "supermarket"
29960             },
29961             "name": "Countdown",
29962             "icon": "grocery",
29963             "geometry": [
29964                 "point",
29965                 "area"
29966             ],
29967             "fields": [
29968                 "operator",
29969                 "address",
29970                 "building_area",
29971                 "opening_hours"
29972             ],
29973             "suggestion": true
29974         },
29975         "shop/supermarket/Reliance Fresh": {
29976             "tags": {
29977                 "name": "Reliance Fresh",
29978                 "shop": "supermarket"
29979             },
29980             "name": "Reliance Fresh",
29981             "icon": "grocery",
29982             "geometry": [
29983                 "point",
29984                 "area"
29985             ],
29986             "fields": [
29987                 "operator",
29988                 "address",
29989                 "building_area",
29990                 "opening_hours"
29991             ],
29992             "suggestion": true
29993         },
29994         "shop/supermarket/Stokrotka": {
29995             "tags": {
29996                 "name": "Stokrotka",
29997                 "shop": "supermarket"
29998             },
29999             "name": "Stokrotka",
30000             "icon": "grocery",
30001             "geometry": [
30002                 "point",
30003                 "area"
30004             ],
30005             "fields": [
30006                 "operator",
30007                 "address",
30008                 "building_area",
30009                 "opening_hours"
30010             ],
30011             "suggestion": true
30012         },
30013         "shop/supermarket/Coop Jednota": {
30014             "tags": {
30015                 "name": "Coop Jednota",
30016                 "shop": "supermarket"
30017             },
30018             "name": "Coop Jednota",
30019             "icon": "grocery",
30020             "geometry": [
30021                 "point",
30022                 "area"
30023             ],
30024             "fields": [
30025                 "operator",
30026                 "address",
30027                 "building_area",
30028                 "opening_hours"
30029             ],
30030             "suggestion": true
30031         },
30032         "shop/supermarket/Fred Meyer": {
30033             "tags": {
30034                 "name": "Fred Meyer",
30035                 "shop": "supermarket"
30036             },
30037             "name": "Fred Meyer",
30038             "icon": "grocery",
30039             "geometry": [
30040                 "point",
30041                 "area"
30042             ],
30043             "fields": [
30044                 "operator",
30045                 "address",
30046                 "building_area",
30047                 "opening_hours"
30048             ],
30049             "suggestion": true
30050         },
30051         "shop/supermarket/Irma": {
30052             "tags": {
30053                 "name": "Irma",
30054                 "shop": "supermarket"
30055             },
30056             "name": "Irma",
30057             "icon": "grocery",
30058             "geometry": [
30059                 "point",
30060                 "area"
30061             ],
30062             "fields": [
30063                 "operator",
30064                 "address",
30065                 "building_area",
30066                 "opening_hours"
30067             ],
30068             "suggestion": true
30069         },
30070         "shop/supermarket/Continente": {
30071             "tags": {
30072                 "name": "Continente",
30073                 "shop": "supermarket"
30074             },
30075             "name": "Continente",
30076             "icon": "grocery",
30077             "geometry": [
30078                 "point",
30079                 "area"
30080             ],
30081             "fields": [
30082                 "operator",
30083                 "address",
30084                 "building_area",
30085                 "opening_hours"
30086             ],
30087             "suggestion": true
30088         },
30089         "shop/supermarket/Price Chopper": {
30090             "tags": {
30091                 "name": "Price Chopper",
30092                 "shop": "supermarket"
30093             },
30094             "name": "Price Chopper",
30095             "icon": "grocery",
30096             "geometry": [
30097                 "point",
30098                 "area"
30099             ],
30100             "fields": [
30101                 "operator",
30102                 "address",
30103                 "building_area",
30104                 "opening_hours"
30105             ],
30106             "suggestion": true
30107         },
30108         "shop/supermarket/Game": {
30109             "tags": {
30110                 "name": "Game",
30111                 "shop": "supermarket"
30112             },
30113             "name": "Game",
30114             "icon": "grocery",
30115             "geometry": [
30116                 "point",
30117                 "area"
30118             ],
30119             "fields": [
30120                 "operator",
30121                 "address",
30122                 "building_area",
30123                 "opening_hours"
30124             ],
30125             "suggestion": true
30126         },
30127         "shop/supermarket/Soriana": {
30128             "tags": {
30129                 "name": "Soriana",
30130                 "shop": "supermarket"
30131             },
30132             "name": "Soriana",
30133             "icon": "grocery",
30134             "geometry": [
30135                 "point",
30136                 "area"
30137             ],
30138             "fields": [
30139                 "operator",
30140                 "address",
30141                 "building_area",
30142                 "opening_hours"
30143             ],
30144             "suggestion": true
30145         },
30146         "shop/supermarket/Alimerka": {
30147             "tags": {
30148                 "name": "Alimerka",
30149                 "shop": "supermarket"
30150             },
30151             "name": "Alimerka",
30152             "icon": "grocery",
30153             "geometry": [
30154                 "point",
30155                 "area"
30156             ],
30157             "fields": [
30158                 "operator",
30159                 "address",
30160                 "building_area",
30161                 "opening_hours"
30162             ],
30163             "suggestion": true
30164         },
30165         "shop/supermarket/Piotr i Paweł": {
30166             "tags": {
30167                 "name": "Piotr i Paweł",
30168                 "shop": "supermarket"
30169             },
30170             "name": "Piotr i Paweł",
30171             "icon": "grocery",
30172             "geometry": [
30173                 "point",
30174                 "area"
30175             ],
30176             "fields": [
30177                 "operator",
30178                 "address",
30179                 "building_area",
30180                 "opening_hours"
30181             ],
30182             "suggestion": true
30183         },
30184         "shop/supermarket/Перекресток": {
30185             "tags": {
30186                 "name": "Перекресток",
30187                 "shop": "supermarket"
30188             },
30189             "name": "Перекресток",
30190             "icon": "grocery",
30191             "geometry": [
30192                 "point",
30193                 "area"
30194             ],
30195             "fields": [
30196                 "operator",
30197                 "address",
30198                 "building_area",
30199                 "opening_hours"
30200             ],
30201             "suggestion": true
30202         },
30203         "shop/supermarket/Maxima X": {
30204             "tags": {
30205                 "name": "Maxima X",
30206                 "shop": "supermarket"
30207             },
30208             "name": "Maxima X",
30209             "icon": "grocery",
30210             "geometry": [
30211                 "point",
30212                 "area"
30213             ],
30214             "fields": [
30215                 "operator",
30216                 "address",
30217                 "building_area",
30218                 "opening_hours"
30219             ],
30220             "suggestion": true
30221         },
30222         "shop/supermarket/Карусель": {
30223             "tags": {
30224                 "name": "Карусель",
30225                 "shop": "supermarket"
30226             },
30227             "name": "Карусель",
30228             "icon": "grocery",
30229             "geometry": [
30230                 "point",
30231                 "area"
30232             ],
30233             "fields": [
30234                 "operator",
30235                 "address",
30236                 "building_area",
30237                 "opening_hours"
30238             ],
30239             "suggestion": true
30240         },
30241         "shop/supermarket/ALDI Nord": {
30242             "tags": {
30243                 "name": "ALDI Nord",
30244                 "shop": "supermarket"
30245             },
30246             "name": "ALDI Nord",
30247             "icon": "grocery",
30248             "geometry": [
30249                 "point",
30250                 "area"
30251             ],
30252             "fields": [
30253                 "operator",
30254                 "address",
30255                 "building_area",
30256                 "opening_hours"
30257             ],
30258             "suggestion": true
30259         },
30260         "shop/supermarket/Condis": {
30261             "tags": {
30262                 "name": "Condis",
30263                 "shop": "supermarket"
30264             },
30265             "name": "Condis",
30266             "icon": "grocery",
30267             "geometry": [
30268                 "point",
30269                 "area"
30270             ],
30271             "fields": [
30272                 "operator",
30273                 "address",
30274                 "building_area",
30275                 "opening_hours"
30276             ],
30277             "suggestion": true
30278         },
30279         "shop/supermarket/Sam's Club": {
30280             "tags": {
30281                 "name": "Sam's Club",
30282                 "shop": "supermarket"
30283             },
30284             "name": "Sam's Club",
30285             "icon": "grocery",
30286             "geometry": [
30287                 "point",
30288                 "area"
30289             ],
30290             "fields": [
30291                 "operator",
30292                 "address",
30293                 "building_area",
30294                 "opening_hours"
30295             ],
30296             "suggestion": true
30297         },
30298         "shop/supermarket/Копейка": {
30299             "tags": {
30300                 "name": "Копейка",
30301                 "shop": "supermarket"
30302             },
30303             "name": "Копейка",
30304             "icon": "grocery",
30305             "geometry": [
30306                 "point",
30307                 "area"
30308             ],
30309             "fields": [
30310                 "operator",
30311                 "address",
30312                 "building_area",
30313                 "opening_hours"
30314             ],
30315             "suggestion": true
30316         },
30317         "shop/supermarket/Géant Casino": {
30318             "tags": {
30319                 "name": "Géant Casino",
30320                 "shop": "supermarket"
30321             },
30322             "name": "Géant Casino",
30323             "icon": "grocery",
30324             "geometry": [
30325                 "point",
30326                 "area"
30327             ],
30328             "fields": [
30329                 "operator",
30330                 "address",
30331                 "building_area",
30332                 "opening_hours"
30333             ],
30334             "suggestion": true
30335         },
30336         "shop/supermarket/ASDA": {
30337             "tags": {
30338                 "name": "ASDA",
30339                 "shop": "supermarket"
30340             },
30341             "name": "ASDA",
30342             "icon": "grocery",
30343             "geometry": [
30344                 "point",
30345                 "area"
30346             ],
30347             "fields": [
30348                 "operator",
30349                 "address",
30350                 "building_area",
30351                 "opening_hours"
30352             ],
30353             "suggestion": true
30354         },
30355         "shop/supermarket/Intermarche": {
30356             "tags": {
30357                 "name": "Intermarche",
30358                 "shop": "supermarket"
30359             },
30360             "name": "Intermarche",
30361             "icon": "grocery",
30362             "geometry": [
30363                 "point",
30364                 "area"
30365             ],
30366             "fields": [
30367                 "operator",
30368                 "address",
30369                 "building_area",
30370                 "opening_hours"
30371             ],
30372             "suggestion": true
30373         },
30374         "shop/supermarket/Stop & Shop": {
30375             "tags": {
30376                 "name": "Stop & Shop",
30377                 "shop": "supermarket"
30378             },
30379             "name": "Stop & Shop",
30380             "icon": "grocery",
30381             "geometry": [
30382                 "point",
30383                 "area"
30384             ],
30385             "fields": [
30386                 "operator",
30387                 "address",
30388                 "building_area",
30389                 "opening_hours"
30390             ],
30391             "suggestion": true
30392         },
30393         "shop/supermarket/Food Lion": {
30394             "tags": {
30395                 "name": "Food Lion",
30396                 "shop": "supermarket"
30397             },
30398             "name": "Food Lion",
30399             "icon": "grocery",
30400             "geometry": [
30401                 "point",
30402                 "area"
30403             ],
30404             "fields": [
30405                 "operator",
30406                 "address",
30407                 "building_area",
30408                 "opening_hours"
30409             ],
30410             "suggestion": true
30411         },
30412         "shop/supermarket/Harris Teeter": {
30413             "tags": {
30414                 "name": "Harris Teeter",
30415                 "shop": "supermarket"
30416             },
30417             "name": "Harris Teeter",
30418             "icon": "grocery",
30419             "geometry": [
30420                 "point",
30421                 "area"
30422             ],
30423             "fields": [
30424                 "operator",
30425                 "address",
30426                 "building_area",
30427                 "opening_hours"
30428             ],
30429             "suggestion": true
30430         },
30431         "shop/supermarket/Foodworks": {
30432             "tags": {
30433                 "name": "Foodworks",
30434                 "shop": "supermarket"
30435             },
30436             "name": "Foodworks",
30437             "icon": "grocery",
30438             "geometry": [
30439                 "point",
30440                 "area"
30441             ],
30442             "fields": [
30443                 "operator",
30444                 "address",
30445                 "building_area",
30446                 "opening_hours"
30447             ],
30448             "suggestion": true
30449         },
30450         "shop/supermarket/Polo Market": {
30451             "tags": {
30452                 "name": "Polo Market",
30453                 "shop": "supermarket"
30454             },
30455             "name": "Polo Market",
30456             "icon": "grocery",
30457             "geometry": [
30458                 "point",
30459                 "area"
30460             ],
30461             "fields": [
30462                 "operator",
30463                 "address",
30464                 "building_area",
30465                 "opening_hours"
30466             ],
30467             "suggestion": true
30468         },
30469         "shop/supermarket/Лента": {
30470             "tags": {
30471                 "name": "Лента",
30472                 "shop": "supermarket"
30473             },
30474             "name": "Лента",
30475             "icon": "grocery",
30476             "geometry": [
30477                 "point",
30478                 "area"
30479             ],
30480             "fields": [
30481                 "operator",
30482                 "address",
30483                 "building_area",
30484                 "opening_hours"
30485             ],
30486             "suggestion": true
30487         },
30488         "shop/supermarket/西友 (SEIYU)": {
30489             "tags": {
30490                 "name": "西友 (SEIYU)",
30491                 "shop": "supermarket"
30492             },
30493             "name": "西友 (SEIYU)",
30494             "icon": "grocery",
30495             "geometry": [
30496                 "point",
30497                 "area"
30498             ],
30499             "fields": [
30500                 "operator",
30501                 "address",
30502                 "building_area",
30503                 "opening_hours"
30504             ],
30505             "suggestion": true
30506         },
30507         "shop/supermarket/H-E-B": {
30508             "tags": {
30509                 "name": "H-E-B",
30510                 "shop": "supermarket"
30511             },
30512             "name": "H-E-B",
30513             "icon": "grocery",
30514             "geometry": [
30515                 "point",
30516                 "area"
30517             ],
30518             "fields": [
30519                 "operator",
30520                 "address",
30521                 "building_area",
30522                 "opening_hours"
30523             ],
30524             "suggestion": true
30525         },
30526         "shop/supermarket/Атак": {
30527             "tags": {
30528                 "name": "Атак",
30529                 "shop": "supermarket"
30530             },
30531             "name": "Атак",
30532             "icon": "grocery",
30533             "geometry": [
30534                 "point",
30535                 "area"
30536             ],
30537             "fields": [
30538                 "operator",
30539                 "address",
30540                 "building_area",
30541                 "opening_hours"
30542             ],
30543             "suggestion": true
30544         },
30545         "shop/supermarket/Полушка": {
30546             "tags": {
30547                 "name": "Полушка",
30548                 "shop": "supermarket"
30549             },
30550             "name": "Полушка",
30551             "icon": "grocery",
30552             "geometry": [
30553                 "point",
30554                 "area"
30555             ],
30556             "fields": [
30557                 "operator",
30558                 "address",
30559                 "building_area",
30560                 "opening_hours"
30561             ],
30562             "suggestion": true
30563         },
30564         "shop/supermarket/Extra": {
30565             "tags": {
30566                 "name": "Extra",
30567                 "shop": "supermarket"
30568             },
30569             "name": "Extra",
30570             "icon": "grocery",
30571             "geometry": [
30572                 "point",
30573                 "area"
30574             ],
30575             "fields": [
30576                 "operator",
30577                 "address",
30578                 "building_area",
30579                 "opening_hours"
30580             ],
30581             "suggestion": true
30582         },
30583         "shop/supermarket/Sigma": {
30584             "tags": {
30585                 "name": "Sigma",
30586                 "shop": "supermarket"
30587             },
30588             "name": "Sigma",
30589             "icon": "grocery",
30590             "geometry": [
30591                 "point",
30592                 "area"
30593             ],
30594             "fields": [
30595                 "operator",
30596                 "address",
30597                 "building_area",
30598                 "opening_hours"
30599             ],
30600             "suggestion": true
30601         },
30602         "shop/supermarket/АТБ": {
30603             "tags": {
30604                 "name": "АТБ",
30605                 "shop": "supermarket"
30606             },
30607             "name": "АТБ",
30608             "icon": "grocery",
30609             "geometry": [
30610                 "point",
30611                 "area"
30612             ],
30613             "fields": [
30614                 "operator",
30615                 "address",
30616                 "building_area",
30617                 "opening_hours"
30618             ],
30619             "suggestion": true
30620         },
30621         "shop/supermarket/Bodega Aurrera": {
30622             "tags": {
30623                 "name": "Bodega Aurrera",
30624                 "shop": "supermarket"
30625             },
30626             "name": "Bodega Aurrera",
30627             "icon": "grocery",
30628             "geometry": [
30629                 "point",
30630                 "area"
30631             ],
30632             "fields": [
30633                 "operator",
30634                 "address",
30635                 "building_area",
30636                 "opening_hours"
30637             ],
30638             "suggestion": true
30639         },
30640         "shop/supermarket/Tesco Lotus": {
30641             "tags": {
30642                 "name": "Tesco Lotus",
30643                 "shop": "supermarket"
30644             },
30645             "name": "Tesco Lotus",
30646             "icon": "grocery",
30647             "geometry": [
30648                 "point",
30649                 "area"
30650             ],
30651             "fields": [
30652                 "operator",
30653                 "address",
30654                 "building_area",
30655                 "opening_hours"
30656             ],
30657             "suggestion": true
30658         },
30659         "shop/supermarket/Мария-Ра": {
30660             "tags": {
30661                 "name": "Мария-Ра",
30662                 "shop": "supermarket"
30663             },
30664             "name": "Мария-Ра",
30665             "icon": "grocery",
30666             "geometry": [
30667                 "point",
30668                 "area"
30669             ],
30670             "fields": [
30671                 "operator",
30672                 "address",
30673                 "building_area",
30674                 "opening_hours"
30675             ],
30676             "suggestion": true
30677         },
30678         "shop/supermarket/Магнолия": {
30679             "tags": {
30680                 "name": "Магнолия",
30681                 "shop": "supermarket"
30682             },
30683             "name": "Магнолия",
30684             "icon": "grocery",
30685             "geometry": [
30686                 "point",
30687                 "area"
30688             ],
30689             "fields": [
30690                 "operator",
30691                 "address",
30692                 "building_area",
30693                 "opening_hours"
30694             ],
30695             "suggestion": true
30696         },
30697         "shop/supermarket/Монетка": {
30698             "tags": {
30699                 "name": "Монетка",
30700                 "shop": "supermarket"
30701             },
30702             "name": "Монетка",
30703             "icon": "grocery",
30704             "geometry": [
30705                 "point",
30706                 "area"
30707             ],
30708             "fields": [
30709                 "operator",
30710                 "address",
30711                 "building_area",
30712                 "opening_hours"
30713             ],
30714             "suggestion": true
30715         },
30716         "shop/supermarket/Hy-Vee": {
30717             "tags": {
30718                 "name": "Hy-Vee",
30719                 "shop": "supermarket"
30720             },
30721             "name": "Hy-Vee",
30722             "icon": "grocery",
30723             "geometry": [
30724                 "point",
30725                 "area"
30726             ],
30727             "fields": [
30728                 "operator",
30729                 "address",
30730                 "building_area",
30731                 "opening_hours"
30732             ],
30733             "suggestion": true
30734         },
30735         "shop/supermarket/Walmart Supercenter": {
30736             "tags": {
30737                 "name": "Walmart Supercenter",
30738                 "shop": "supermarket"
30739             },
30740             "name": "Walmart Supercenter",
30741             "icon": "grocery",
30742             "geometry": [
30743                 "point",
30744                 "area"
30745             ],
30746             "fields": [
30747                 "operator",
30748                 "address",
30749                 "building_area",
30750                 "opening_hours"
30751             ],
30752             "suggestion": true
30753         },
30754         "shop/supermarket/Hannaford": {
30755             "tags": {
30756                 "name": "Hannaford",
30757                 "shop": "supermarket"
30758             },
30759             "name": "Hannaford",
30760             "icon": "grocery",
30761             "geometry": [
30762                 "point",
30763                 "area"
30764             ],
30765             "fields": [
30766                 "operator",
30767                 "address",
30768                 "building_area",
30769                 "opening_hours"
30770             ],
30771             "suggestion": true
30772         },
30773         "shop/supermarket/Wegmans": {
30774             "tags": {
30775                 "name": "Wegmans",
30776                 "shop": "supermarket"
30777             },
30778             "name": "Wegmans",
30779             "icon": "grocery",
30780             "geometry": [
30781                 "point",
30782                 "area"
30783             ],
30784             "fields": [
30785                 "operator",
30786                 "address",
30787                 "building_area",
30788                 "opening_hours"
30789             ],
30790             "suggestion": true
30791         },
30792         "shop/supermarket/業務スーパー": {
30793             "tags": {
30794                 "name": "業務スーパー",
30795                 "shop": "supermarket"
30796             },
30797             "name": "業務スーパー",
30798             "icon": "grocery",
30799             "geometry": [
30800                 "point",
30801                 "area"
30802             ],
30803             "fields": [
30804                 "operator",
30805                 "address",
30806                 "building_area",
30807                 "opening_hours"
30808             ],
30809             "suggestion": true
30810         },
30811         "shop/supermarket/Norfa XL": {
30812             "tags": {
30813                 "name": "Norfa XL",
30814                 "shop": "supermarket"
30815             },
30816             "name": "Norfa XL",
30817             "icon": "grocery",
30818             "geometry": [
30819                 "point",
30820                 "area"
30821             ],
30822             "fields": [
30823                 "operator",
30824                 "address",
30825                 "building_area",
30826                 "opening_hours"
30827             ],
30828             "suggestion": true
30829         },
30830         "shop/supermarket/ヨークマート (YorkMart)": {
30831             "tags": {
30832                 "name": "ヨークマート (YorkMart)",
30833                 "shop": "supermarket"
30834             },
30835             "name": "ヨークマート (YorkMart)",
30836             "icon": "grocery",
30837             "geometry": [
30838                 "point",
30839                 "area"
30840             ],
30841             "fields": [
30842                 "operator",
30843                 "address",
30844                 "building_area",
30845                 "opening_hours"
30846             ],
30847             "suggestion": true
30848         },
30849         "shop/supermarket/Leclerc Drive": {
30850             "tags": {
30851                 "name": "Leclerc Drive",
30852                 "shop": "supermarket"
30853             },
30854             "name": "Leclerc Drive",
30855             "icon": "grocery",
30856             "geometry": [
30857                 "point",
30858                 "area"
30859             ],
30860             "fields": [
30861                 "operator",
30862                 "address",
30863                 "building_area",
30864                 "opening_hours"
30865             ],
30866             "suggestion": true
30867         },
30868         "shop/electronics/Media Markt": {
30869             "tags": {
30870                 "name": "Media Markt",
30871                 "shop": "electronics"
30872             },
30873             "name": "Media Markt",
30874             "icon": "shop",
30875             "geometry": [
30876                 "point",
30877                 "area"
30878             ],
30879             "fields": [
30880                 "operator",
30881                 "address",
30882                 "building_area",
30883                 "opening_hours"
30884             ],
30885             "suggestion": true
30886         },
30887         "shop/electronics/Maplin": {
30888             "tags": {
30889                 "name": "Maplin",
30890                 "shop": "electronics"
30891             },
30892             "name": "Maplin",
30893             "icon": "shop",
30894             "geometry": [
30895                 "point",
30896                 "area"
30897             ],
30898             "fields": [
30899                 "operator",
30900                 "address",
30901                 "building_area",
30902                 "opening_hours"
30903             ],
30904             "suggestion": true
30905         },
30906         "shop/electronics/Best Buy": {
30907             "tags": {
30908                 "name": "Best Buy",
30909                 "shop": "electronics"
30910             },
30911             "name": "Best Buy",
30912             "icon": "shop",
30913             "geometry": [
30914                 "point",
30915                 "area"
30916             ],
30917             "fields": [
30918                 "operator",
30919                 "address",
30920                 "building_area",
30921                 "opening_hours"
30922             ],
30923             "suggestion": true
30924         },
30925         "shop/electronics/Future Shop": {
30926             "tags": {
30927                 "name": "Future Shop",
30928                 "shop": "electronics"
30929             },
30930             "name": "Future Shop",
30931             "icon": "shop",
30932             "geometry": [
30933                 "point",
30934                 "area"
30935             ],
30936             "fields": [
30937                 "operator",
30938                 "address",
30939                 "building_area",
30940                 "opening_hours"
30941             ],
30942             "suggestion": true
30943         },
30944         "shop/electronics/Saturn": {
30945             "tags": {
30946                 "name": "Saturn",
30947                 "shop": "electronics"
30948             },
30949             "name": "Saturn",
30950             "icon": "shop",
30951             "geometry": [
30952                 "point",
30953                 "area"
30954             ],
30955             "fields": [
30956                 "operator",
30957                 "address",
30958                 "building_area",
30959                 "opening_hours"
30960             ],
30961             "suggestion": true
30962         },
30963         "shop/electronics/Currys": {
30964             "tags": {
30965                 "name": "Currys",
30966                 "shop": "electronics"
30967             },
30968             "name": "Currys",
30969             "icon": "shop",
30970             "geometry": [
30971                 "point",
30972                 "area"
30973             ],
30974             "fields": [
30975                 "operator",
30976                 "address",
30977                 "building_area",
30978                 "opening_hours"
30979             ],
30980             "suggestion": true
30981         },
30982         "shop/electronics/Radio Shack": {
30983             "tags": {
30984                 "name": "Radio Shack",
30985                 "shop": "electronics"
30986             },
30987             "name": "Radio Shack",
30988             "icon": "shop",
30989             "geometry": [
30990                 "point",
30991                 "area"
30992             ],
30993             "fields": [
30994                 "operator",
30995                 "address",
30996                 "building_area",
30997                 "opening_hours"
30998             ],
30999             "suggestion": true
31000         },
31001         "shop/electronics/Euronics": {
31002             "tags": {
31003                 "name": "Euronics",
31004                 "shop": "electronics"
31005             },
31006             "name": "Euronics",
31007             "icon": "shop",
31008             "geometry": [
31009                 "point",
31010                 "area"
31011             ],
31012             "fields": [
31013                 "operator",
31014                 "address",
31015                 "building_area",
31016                 "opening_hours"
31017             ],
31018             "suggestion": true
31019         },
31020         "shop/electronics/Expert": {
31021             "tags": {
31022                 "name": "Expert",
31023                 "shop": "electronics"
31024             },
31025             "name": "Expert",
31026             "icon": "shop",
31027             "geometry": [
31028                 "point",
31029                 "area"
31030             ],
31031             "fields": [
31032                 "operator",
31033                 "address",
31034                 "building_area",
31035                 "opening_hours"
31036             ],
31037             "suggestion": true
31038         },
31039         "shop/electronics/Эльдорадо": {
31040             "tags": {
31041                 "name": "Эльдорадо",
31042                 "shop": "electronics"
31043             },
31044             "name": "Эльдорадо",
31045             "icon": "shop",
31046             "geometry": [
31047                 "point",
31048                 "area"
31049             ],
31050             "fields": [
31051                 "operator",
31052                 "address",
31053                 "building_area",
31054                 "opening_hours"
31055             ],
31056             "suggestion": true
31057         },
31058         "shop/electronics/Darty": {
31059             "tags": {
31060                 "name": "Darty",
31061                 "shop": "electronics"
31062             },
31063             "name": "Darty",
31064             "icon": "shop",
31065             "geometry": [
31066                 "point",
31067                 "area"
31068             ],
31069             "fields": [
31070                 "operator",
31071                 "address",
31072                 "building_area",
31073                 "opening_hours"
31074             ],
31075             "suggestion": true
31076         },
31077         "shop/electronics/М.Видео": {
31078             "tags": {
31079                 "name": "М.Видео",
31080                 "shop": "electronics"
31081             },
31082             "name": "М.Видео",
31083             "icon": "shop",
31084             "geometry": [
31085                 "point",
31086                 "area"
31087             ],
31088             "fields": [
31089                 "operator",
31090                 "address",
31091                 "building_area",
31092                 "opening_hours"
31093             ],
31094             "suggestion": true
31095         },
31096         "shop/electronics/ヤマダ電機": {
31097             "tags": {
31098                 "name": "ヤマダ電機",
31099                 "shop": "electronics"
31100             },
31101             "name": "ヤマダ電機",
31102             "icon": "shop",
31103             "geometry": [
31104                 "point",
31105                 "area"
31106             ],
31107             "fields": [
31108                 "operator",
31109                 "address",
31110                 "building_area",
31111                 "opening_hours"
31112             ],
31113             "suggestion": true
31114         },
31115         "shop/convenience/McColl's": {
31116             "tags": {
31117                 "name": "McColl's",
31118                 "shop": "convenience"
31119             },
31120             "name": "McColl's",
31121             "icon": "shop",
31122             "geometry": [
31123                 "point",
31124                 "area"
31125             ],
31126             "fields": [
31127                 "operator",
31128                 "address",
31129                 "building_area",
31130                 "opening_hours"
31131             ],
31132             "suggestion": true
31133         },
31134         "shop/convenience/Tesco Express": {
31135             "tags": {
31136                 "name": "Tesco Express",
31137                 "shop": "convenience"
31138             },
31139             "name": "Tesco Express",
31140             "icon": "shop",
31141             "geometry": [
31142                 "point",
31143                 "area"
31144             ],
31145             "fields": [
31146                 "operator",
31147                 "address",
31148                 "building_area",
31149                 "opening_hours"
31150             ],
31151             "suggestion": true
31152         },
31153         "shop/convenience/One Stop": {
31154             "tags": {
31155                 "name": "One Stop",
31156                 "shop": "convenience"
31157             },
31158             "name": "One Stop",
31159             "icon": "shop",
31160             "geometry": [
31161                 "point",
31162                 "area"
31163             ],
31164             "fields": [
31165                 "operator",
31166                 "address",
31167                 "building_area",
31168                 "opening_hours"
31169             ],
31170             "suggestion": true
31171         },
31172         "shop/convenience/Londis": {
31173             "tags": {
31174                 "name": "Londis",
31175                 "shop": "convenience"
31176             },
31177             "name": "Londis",
31178             "icon": "shop",
31179             "geometry": [
31180                 "point",
31181                 "area"
31182             ],
31183             "fields": [
31184                 "operator",
31185                 "address",
31186                 "building_area",
31187                 "opening_hours"
31188             ],
31189             "suggestion": true
31190         },
31191         "shop/convenience/7-Eleven": {
31192             "tags": {
31193                 "name": "7-Eleven",
31194                 "shop": "convenience"
31195             },
31196             "name": "7-Eleven",
31197             "icon": "shop",
31198             "geometry": [
31199                 "point",
31200                 "area"
31201             ],
31202             "fields": [
31203                 "operator",
31204                 "address",
31205                 "building_area",
31206                 "opening_hours"
31207             ],
31208             "suggestion": true
31209         },
31210         "shop/convenience/Sale": {
31211             "tags": {
31212                 "name": "Sale",
31213                 "shop": "convenience"
31214             },
31215             "name": "Sale",
31216             "icon": "shop",
31217             "geometry": [
31218                 "point",
31219                 "area"
31220             ],
31221             "fields": [
31222                 "operator",
31223                 "address",
31224                 "building_area",
31225                 "opening_hours"
31226             ],
31227             "suggestion": true
31228         },
31229         "shop/convenience/Siwa": {
31230             "tags": {
31231                 "name": "Siwa",
31232                 "shop": "convenience"
31233             },
31234             "name": "Siwa",
31235             "icon": "shop",
31236             "geometry": [
31237                 "point",
31238                 "area"
31239             ],
31240             "fields": [
31241                 "operator",
31242                 "address",
31243                 "building_area",
31244                 "opening_hours"
31245             ],
31246             "suggestion": true
31247         },
31248         "shop/convenience/COOP Jednota": {
31249             "tags": {
31250                 "name": "COOP Jednota",
31251                 "shop": "convenience"
31252             },
31253             "name": "COOP Jednota",
31254             "icon": "shop",
31255             "geometry": [
31256                 "point",
31257                 "area"
31258             ],
31259             "fields": [
31260                 "operator",
31261                 "address",
31262                 "building_area",
31263                 "opening_hours"
31264             ],
31265             "suggestion": true
31266         },
31267         "shop/convenience/Mac's": {
31268             "tags": {
31269                 "name": "Mac's",
31270                 "shop": "convenience"
31271             },
31272             "name": "Mac's",
31273             "icon": "shop",
31274             "geometry": [
31275                 "point",
31276                 "area"
31277             ],
31278             "fields": [
31279                 "operator",
31280                 "address",
31281                 "building_area",
31282                 "opening_hours"
31283             ],
31284             "suggestion": true
31285         },
31286         "shop/convenience/Alepa": {
31287             "tags": {
31288                 "name": "Alepa",
31289                 "shop": "convenience"
31290             },
31291             "name": "Alepa",
31292             "icon": "shop",
31293             "geometry": [
31294                 "point",
31295                 "area"
31296             ],
31297             "fields": [
31298                 "operator",
31299                 "address",
31300                 "building_area",
31301                 "opening_hours"
31302             ],
31303             "suggestion": true
31304         },
31305         "shop/convenience/Hasty Market": {
31306             "tags": {
31307                 "name": "Hasty Market",
31308                 "shop": "convenience"
31309             },
31310             "name": "Hasty Market",
31311             "icon": "shop",
31312             "geometry": [
31313                 "point",
31314                 "area"
31315             ],
31316             "fields": [
31317                 "operator",
31318                 "address",
31319                 "building_area",
31320                 "opening_hours"
31321             ],
31322             "suggestion": true
31323         },
31324         "shop/convenience/K-Market": {
31325             "tags": {
31326                 "name": "K-Market",
31327                 "shop": "convenience"
31328             },
31329             "name": "K-Market",
31330             "icon": "shop",
31331             "geometry": [
31332                 "point",
31333                 "area"
31334             ],
31335             "fields": [
31336                 "operator",
31337                 "address",
31338                 "building_area",
31339                 "opening_hours"
31340             ],
31341             "suggestion": true
31342         },
31343         "shop/convenience/Costcutter": {
31344             "tags": {
31345                 "name": "Costcutter",
31346                 "shop": "convenience"
31347             },
31348             "name": "Costcutter",
31349             "icon": "shop",
31350             "geometry": [
31351                 "point",
31352                 "area"
31353             ],
31354             "fields": [
31355                 "operator",
31356                 "address",
31357                 "building_area",
31358                 "opening_hours"
31359             ],
31360             "suggestion": true
31361         },
31362         "shop/convenience/Valintatalo": {
31363             "tags": {
31364                 "name": "Valintatalo",
31365                 "shop": "convenience"
31366             },
31367             "name": "Valintatalo",
31368             "icon": "shop",
31369             "geometry": [
31370                 "point",
31371                 "area"
31372             ],
31373             "fields": [
31374                 "operator",
31375                 "address",
31376                 "building_area",
31377                 "opening_hours"
31378             ],
31379             "suggestion": true
31380         },
31381         "shop/convenience/Circle K": {
31382             "tags": {
31383                 "name": "Circle K",
31384                 "shop": "convenience"
31385             },
31386             "name": "Circle K",
31387             "icon": "shop",
31388             "geometry": [
31389                 "point",
31390                 "area"
31391             ],
31392             "fields": [
31393                 "operator",
31394                 "address",
31395                 "building_area",
31396                 "opening_hours"
31397             ],
31398             "suggestion": true
31399         },
31400         "shop/convenience/セブンイレブン": {
31401             "tags": {
31402                 "name": "セブンイレブン",
31403                 "name:en": "7-Eleven",
31404                 "shop": "convenience"
31405             },
31406             "name": "セブンイレブン",
31407             "icon": "shop",
31408             "geometry": [
31409                 "point",
31410                 "area"
31411             ],
31412             "fields": [
31413                 "operator",
31414                 "address",
31415                 "building_area",
31416                 "opening_hours"
31417             ],
31418             "suggestion": true
31419         },
31420         "shop/convenience/ローソン": {
31421             "tags": {
31422                 "name": "ローソン",
31423                 "name:en": "LAWSON",
31424                 "shop": "convenience"
31425             },
31426             "name": "ローソン",
31427             "icon": "shop",
31428             "geometry": [
31429                 "point",
31430                 "area"
31431             ],
31432             "fields": [
31433                 "operator",
31434                 "address",
31435                 "building_area",
31436                 "opening_hours"
31437             ],
31438             "suggestion": true
31439         },
31440         "shop/convenience/Petit Casino": {
31441             "tags": {
31442                 "name": "Petit Casino",
31443                 "shop": "convenience"
31444             },
31445             "name": "Petit Casino",
31446             "icon": "shop",
31447             "geometry": [
31448                 "point",
31449                 "area"
31450             ],
31451             "fields": [
31452                 "operator",
31453                 "address",
31454                 "building_area",
31455                 "opening_hours"
31456             ],
31457             "suggestion": true
31458         },
31459         "shop/convenience/Mace": {
31460             "tags": {
31461                 "name": "Mace",
31462                 "shop": "convenience"
31463             },
31464             "name": "Mace",
31465             "icon": "shop",
31466             "geometry": [
31467                 "point",
31468                 "area"
31469             ],
31470             "fields": [
31471                 "operator",
31472                 "address",
31473                 "building_area",
31474                 "opening_hours"
31475             ],
31476             "suggestion": true
31477         },
31478         "shop/convenience/Mini Market": {
31479             "tags": {
31480                 "name": "Mini Market",
31481                 "shop": "convenience"
31482             },
31483             "name": "Mini Market",
31484             "icon": "shop",
31485             "geometry": [
31486                 "point",
31487                 "area"
31488             ],
31489             "fields": [
31490                 "operator",
31491                 "address",
31492                 "building_area",
31493                 "opening_hours"
31494             ],
31495             "suggestion": true
31496         },
31497         "shop/convenience/Nisa Local": {
31498             "tags": {
31499                 "name": "Nisa Local",
31500                 "shop": "convenience"
31501             },
31502             "name": "Nisa Local",
31503             "icon": "shop",
31504             "geometry": [
31505                 "point",
31506                 "area"
31507             ],
31508             "fields": [
31509                 "operator",
31510                 "address",
31511                 "building_area",
31512                 "opening_hours"
31513             ],
31514             "suggestion": true
31515         },
31516         "shop/convenience/Dorfladen": {
31517             "tags": {
31518                 "name": "Dorfladen",
31519                 "shop": "convenience"
31520             },
31521             "name": "Dorfladen",
31522             "icon": "shop",
31523             "geometry": [
31524                 "point",
31525                 "area"
31526             ],
31527             "fields": [
31528                 "operator",
31529                 "address",
31530                 "building_area",
31531                 "opening_hours"
31532             ],
31533             "suggestion": true
31534         },
31535         "shop/convenience/Продукты": {
31536             "tags": {
31537                 "name": "Продукты",
31538                 "shop": "convenience"
31539             },
31540             "name": "Продукты",
31541             "icon": "shop",
31542             "geometry": [
31543                 "point",
31544                 "area"
31545             ],
31546             "fields": [
31547                 "operator",
31548                 "address",
31549                 "building_area",
31550                 "opening_hours"
31551             ],
31552             "suggestion": true
31553         },
31554         "shop/convenience/Mini Stop": {
31555             "tags": {
31556                 "name": "Mini Stop",
31557                 "shop": "convenience"
31558             },
31559             "name": "Mini Stop",
31560             "icon": "shop",
31561             "geometry": [
31562                 "point",
31563                 "area"
31564             ],
31565             "fields": [
31566                 "operator",
31567                 "address",
31568                 "building_area",
31569                 "opening_hours"
31570             ],
31571             "suggestion": true
31572         },
31573         "shop/convenience/LAWSON": {
31574             "tags": {
31575                 "name": "LAWSON",
31576                 "shop": "convenience"
31577             },
31578             "name": "LAWSON",
31579             "icon": "shop",
31580             "geometry": [
31581                 "point",
31582                 "area"
31583             ],
31584             "fields": [
31585                 "operator",
31586                 "address",
31587                 "building_area",
31588                 "opening_hours"
31589             ],
31590             "suggestion": true
31591         },
31592         "shop/convenience/デイリーヤマザキ": {
31593             "tags": {
31594                 "name": "デイリーヤマザキ",
31595                 "shop": "convenience"
31596             },
31597             "name": "デイリーヤマザキ",
31598             "icon": "shop",
31599             "geometry": [
31600                 "point",
31601                 "area"
31602             ],
31603             "fields": [
31604                 "operator",
31605                 "address",
31606                 "building_area",
31607                 "opening_hours"
31608             ],
31609             "suggestion": true
31610         },
31611         "shop/convenience/Надежда": {
31612             "tags": {
31613                 "name": "Надежда",
31614                 "shop": "convenience"
31615             },
31616             "name": "Надежда",
31617             "icon": "shop",
31618             "geometry": [
31619                 "point",
31620                 "area"
31621             ],
31622             "fields": [
31623                 "operator",
31624                 "address",
31625                 "building_area",
31626                 "opening_hours"
31627             ],
31628             "suggestion": true
31629         },
31630         "shop/convenience/Nisa": {
31631             "tags": {
31632                 "name": "Nisa",
31633                 "shop": "convenience"
31634             },
31635             "name": "Nisa",
31636             "icon": "shop",
31637             "geometry": [
31638                 "point",
31639                 "area"
31640             ],
31641             "fields": [
31642                 "operator",
31643                 "address",
31644                 "building_area",
31645                 "opening_hours"
31646             ],
31647             "suggestion": true
31648         },
31649         "shop/convenience/Premier": {
31650             "tags": {
31651                 "name": "Premier",
31652                 "shop": "convenience"
31653             },
31654             "name": "Premier",
31655             "icon": "shop",
31656             "geometry": [
31657                 "point",
31658                 "area"
31659             ],
31660             "fields": [
31661                 "operator",
31662                 "address",
31663                 "building_area",
31664                 "opening_hours"
31665             ],
31666             "suggestion": true
31667         },
31668         "shop/convenience/ABC": {
31669             "tags": {
31670                 "name": "ABC",
31671                 "shop": "convenience"
31672             },
31673             "name": "ABC",
31674             "icon": "shop",
31675             "geometry": [
31676                 "point",
31677                 "area"
31678             ],
31679             "fields": [
31680                 "operator",
31681                 "address",
31682                 "building_area",
31683                 "opening_hours"
31684             ],
31685             "suggestion": true
31686         },
31687         "shop/convenience/ミニストップ": {
31688             "tags": {
31689                 "name": "ミニストップ",
31690                 "name:en": "MINISTOP",
31691                 "shop": "convenience"
31692             },
31693             "name": "ミニストップ",
31694             "icon": "shop",
31695             "geometry": [
31696                 "point",
31697                 "area"
31698             ],
31699             "fields": [
31700                 "operator",
31701                 "address",
31702                 "building_area",
31703                 "opening_hours"
31704             ],
31705             "suggestion": true
31706         },
31707         "shop/convenience/サンクス": {
31708             "tags": {
31709                 "name": "サンクス",
31710                 "name:en": "sunkus",
31711                 "shop": "convenience"
31712             },
31713             "name": "サンクス",
31714             "icon": "shop",
31715             "geometry": [
31716                 "point",
31717                 "area"
31718             ],
31719             "fields": [
31720                 "operator",
31721                 "address",
31722                 "building_area",
31723                 "opening_hours"
31724             ],
31725             "suggestion": true
31726         },
31727         "shop/convenience/スリーエフ": {
31728             "tags": {
31729                 "name": "スリーエフ",
31730                 "shop": "convenience"
31731             },
31732             "name": "スリーエフ",
31733             "icon": "shop",
31734             "geometry": [
31735                 "point",
31736                 "area"
31737             ],
31738             "fields": [
31739                 "operator",
31740                 "address",
31741                 "building_area",
31742                 "opening_hours"
31743             ],
31744             "suggestion": true
31745         },
31746         "shop/convenience/8 à Huit": {
31747             "tags": {
31748                 "name": "8 à Huit",
31749                 "shop": "convenience"
31750             },
31751             "name": "8 à Huit",
31752             "icon": "shop",
31753             "geometry": [
31754                 "point",
31755                 "area"
31756             ],
31757             "fields": [
31758                 "operator",
31759                 "address",
31760                 "building_area",
31761                 "opening_hours"
31762             ],
31763             "suggestion": true
31764         },
31765         "shop/convenience/Żabka": {
31766             "tags": {
31767                 "name": "Żabka",
31768                 "shop": "convenience"
31769             },
31770             "name": "Żabka",
31771             "icon": "shop",
31772             "geometry": [
31773                 "point",
31774                 "area"
31775             ],
31776             "fields": [
31777                 "operator",
31778                 "address",
31779                 "building_area",
31780                 "opening_hours"
31781             ],
31782             "suggestion": true
31783         },
31784         "shop/convenience/Almacen": {
31785             "tags": {
31786                 "name": "Almacen",
31787                 "shop": "convenience"
31788             },
31789             "name": "Almacen",
31790             "icon": "shop",
31791             "geometry": [
31792                 "point",
31793                 "area"
31794             ],
31795             "fields": [
31796                 "operator",
31797                 "address",
31798                 "building_area",
31799                 "opening_hours"
31800             ],
31801             "suggestion": true
31802         },
31803         "shop/convenience/Vival": {
31804             "tags": {
31805                 "name": "Vival",
31806                 "shop": "convenience"
31807             },
31808             "name": "Vival",
31809             "icon": "shop",
31810             "geometry": [
31811                 "point",
31812                 "area"
31813             ],
31814             "fields": [
31815                 "operator",
31816                 "address",
31817                 "building_area",
31818                 "opening_hours"
31819             ],
31820             "suggestion": true
31821         },
31822         "shop/convenience/FamilyMart": {
31823             "tags": {
31824                 "name": "FamilyMart",
31825                 "shop": "convenience"
31826             },
31827             "name": "FamilyMart",
31828             "icon": "shop",
31829             "geometry": [
31830                 "point",
31831                 "area"
31832             ],
31833             "fields": [
31834                 "operator",
31835                 "address",
31836                 "building_area",
31837                 "opening_hours"
31838             ],
31839             "suggestion": true
31840         },
31841         "shop/convenience/ファミリーマート": {
31842             "tags": {
31843                 "name": "ファミリーマート",
31844                 "name:en": "FamilyMart",
31845                 "shop": "convenience"
31846             },
31847             "name": "ファミリーマート",
31848             "icon": "shop",
31849             "geometry": [
31850                 "point",
31851                 "area"
31852             ],
31853             "fields": [
31854                 "operator",
31855                 "address",
31856                 "building_area",
31857                 "opening_hours"
31858             ],
31859             "suggestion": true
31860         },
31861         "shop/convenience/Sunkus": {
31862             "tags": {
31863                 "name": "Sunkus",
31864                 "shop": "convenience"
31865             },
31866             "name": "Sunkus",
31867             "icon": "shop",
31868             "geometry": [
31869                 "point",
31870                 "area"
31871             ],
31872             "fields": [
31873                 "operator",
31874                 "address",
31875                 "building_area",
31876                 "opening_hours"
31877             ],
31878             "suggestion": true
31879         },
31880         "shop/convenience/セブンイレブン(Seven-Eleven)": {
31881             "tags": {
31882                 "name": "セブンイレブン(Seven-Eleven)",
31883                 "shop": "convenience"
31884             },
31885             "name": "セブンイレブン(Seven-Eleven)",
31886             "icon": "shop",
31887             "geometry": [
31888                 "point",
31889                 "area"
31890             ],
31891             "fields": [
31892                 "operator",
31893                 "address",
31894                 "building_area",
31895                 "opening_hours"
31896             ],
31897             "suggestion": true
31898         },
31899         "shop/convenience/Jednota": {
31900             "tags": {
31901                 "name": "Jednota",
31902                 "shop": "convenience"
31903             },
31904             "name": "Jednota",
31905             "icon": "shop",
31906             "geometry": [
31907                 "point",
31908                 "area"
31909             ],
31910             "fields": [
31911                 "operator",
31912                 "address",
31913                 "building_area",
31914                 "opening_hours"
31915             ],
31916             "suggestion": true
31917         },
31918         "shop/convenience/Магазин": {
31919             "tags": {
31920                 "name": "Магазин",
31921                 "shop": "convenience"
31922             },
31923             "name": "Магазин",
31924             "icon": "shop",
31925             "geometry": [
31926                 "point",
31927                 "area"
31928             ],
31929             "fields": [
31930                 "operator",
31931                 "address",
31932                 "building_area",
31933                 "opening_hours"
31934             ],
31935             "suggestion": true
31936         },
31937         "shop/convenience/Гастроном": {
31938             "tags": {
31939                 "name": "Гастроном",
31940                 "shop": "convenience"
31941             },
31942             "name": "Гастроном",
31943             "icon": "shop",
31944             "geometry": [
31945                 "point",
31946                 "area"
31947             ],
31948             "fields": [
31949                 "operator",
31950                 "address",
31951                 "building_area",
31952                 "opening_hours"
31953             ],
31954             "suggestion": true
31955         },
31956         "shop/convenience/Centra": {
31957             "tags": {
31958                 "name": "Centra",
31959                 "shop": "convenience"
31960             },
31961             "name": "Centra",
31962             "icon": "shop",
31963             "geometry": [
31964                 "point",
31965                 "area"
31966             ],
31967             "fields": [
31968                 "operator",
31969                 "address",
31970                 "building_area",
31971                 "opening_hours"
31972             ],
31973             "suggestion": true
31974         },
31975         "shop/convenience/サークルK": {
31976             "tags": {
31977                 "name": "サークルK",
31978                 "name:en": "Circle K",
31979                 "shop": "convenience"
31980             },
31981             "name": "サークルK",
31982             "icon": "shop",
31983             "geometry": [
31984                 "point",
31985                 "area"
31986             ],
31987             "fields": [
31988                 "operator",
31989                 "address",
31990                 "building_area",
31991                 "opening_hours"
31992             ],
31993             "suggestion": true
31994         },
31995         "shop/convenience/Wawa": {
31996             "tags": {
31997                 "name": "Wawa",
31998                 "shop": "convenience"
31999             },
32000             "name": "Wawa",
32001             "icon": "shop",
32002             "geometry": [
32003                 "point",
32004                 "area"
32005             ],
32006             "fields": [
32007                 "operator",
32008                 "address",
32009                 "building_area",
32010                 "opening_hours"
32011             ],
32012             "suggestion": true
32013         },
32014         "shop/convenience/Proxi": {
32015             "tags": {
32016                 "name": "Proxi",
32017                 "shop": "convenience"
32018             },
32019             "name": "Proxi",
32020             "icon": "shop",
32021             "geometry": [
32022                 "point",
32023                 "area"
32024             ],
32025             "fields": [
32026                 "operator",
32027                 "address",
32028                 "building_area",
32029                 "opening_hours"
32030             ],
32031             "suggestion": true
32032         },
32033         "shop/convenience/Универсам": {
32034             "tags": {
32035                 "name": "Универсам",
32036                 "shop": "convenience"
32037             },
32038             "name": "Универсам",
32039             "icon": "shop",
32040             "geometry": [
32041                 "point",
32042                 "area"
32043             ],
32044             "fields": [
32045                 "operator",
32046                 "address",
32047                 "building_area",
32048                 "opening_hours"
32049             ],
32050             "suggestion": true
32051         },
32052         "shop/convenience/Groszek": {
32053             "tags": {
32054                 "name": "Groszek",
32055                 "shop": "convenience"
32056             },
32057             "name": "Groszek",
32058             "icon": "shop",
32059             "geometry": [
32060                 "point",
32061                 "area"
32062             ],
32063             "fields": [
32064                 "operator",
32065                 "address",
32066                 "building_area",
32067                 "opening_hours"
32068             ],
32069             "suggestion": true
32070         },
32071         "shop/convenience/Select": {
32072             "tags": {
32073                 "name": "Select",
32074                 "shop": "convenience"
32075             },
32076             "name": "Select",
32077             "icon": "shop",
32078             "geometry": [
32079                 "point",
32080                 "area"
32081             ],
32082             "fields": [
32083                 "operator",
32084                 "address",
32085                 "building_area",
32086                 "opening_hours"
32087             ],
32088             "suggestion": true
32089         },
32090         "shop/convenience/Večerka": {
32091             "tags": {
32092                 "name": "Večerka",
32093                 "shop": "convenience"
32094             },
32095             "name": "Večerka",
32096             "icon": "shop",
32097             "geometry": [
32098                 "point",
32099                 "area"
32100             ],
32101             "fields": [
32102                 "operator",
32103                 "address",
32104                 "building_area",
32105                 "opening_hours"
32106             ],
32107             "suggestion": true
32108         },
32109         "shop/convenience/Potraviny": {
32110             "tags": {
32111                 "name": "Potraviny",
32112                 "shop": "convenience"
32113             },
32114             "name": "Potraviny",
32115             "icon": "shop",
32116             "geometry": [
32117                 "point",
32118                 "area"
32119             ],
32120             "fields": [
32121                 "operator",
32122                 "address",
32123                 "building_area",
32124                 "opening_hours"
32125             ],
32126             "suggestion": true
32127         },
32128         "shop/convenience/Смак": {
32129             "tags": {
32130                 "name": "Смак",
32131                 "shop": "convenience"
32132             },
32133             "name": "Смак",
32134             "icon": "shop",
32135             "geometry": [
32136                 "point",
32137                 "area"
32138             ],
32139             "fields": [
32140                 "operator",
32141                 "address",
32142                 "building_area",
32143                 "opening_hours"
32144             ],
32145             "suggestion": true
32146         },
32147         "shop/convenience/Эконом": {
32148             "tags": {
32149                 "name": "Эконом",
32150                 "shop": "convenience"
32151             },
32152             "name": "Эконом",
32153             "icon": "shop",
32154             "geometry": [
32155                 "point",
32156                 "area"
32157             ],
32158             "fields": [
32159                 "operator",
32160                 "address",
32161                 "building_area",
32162                 "opening_hours"
32163             ],
32164             "suggestion": true
32165         },
32166         "shop/convenience/Березка": {
32167             "tags": {
32168                 "name": "Березка",
32169                 "shop": "convenience"
32170             },
32171             "name": "Березка",
32172             "icon": "shop",
32173             "geometry": [
32174                 "point",
32175                 "area"
32176             ],
32177             "fields": [
32178                 "operator",
32179                 "address",
32180                 "building_area",
32181                 "opening_hours"
32182             ],
32183             "suggestion": true
32184         },
32185         "shop/convenience/Społem": {
32186             "tags": {
32187                 "name": "Społem",
32188                 "shop": "convenience"
32189             },
32190             "name": "Społem",
32191             "icon": "shop",
32192             "geometry": [
32193                 "point",
32194                 "area"
32195             ],
32196             "fields": [
32197                 "operator",
32198                 "address",
32199                 "building_area",
32200                 "opening_hours"
32201             ],
32202             "suggestion": true
32203         },
32204         "shop/convenience/Cumberland Farms": {
32205             "tags": {
32206                 "name": "Cumberland Farms",
32207                 "shop": "convenience"
32208             },
32209             "name": "Cumberland Farms",
32210             "icon": "shop",
32211             "geometry": [
32212                 "point",
32213                 "area"
32214             ],
32215             "fields": [
32216                 "operator",
32217                 "address",
32218                 "building_area",
32219                 "opening_hours"
32220             ],
32221             "suggestion": true
32222         },
32223         "shop/convenience/Tesco Lotus Express": {
32224             "tags": {
32225                 "name": "Tesco Lotus Express",
32226                 "shop": "convenience"
32227             },
32228             "name": "Tesco Lotus Express",
32229             "icon": "shop",
32230             "geometry": [
32231                 "point",
32232                 "area"
32233             ],
32234             "fields": [
32235                 "operator",
32236                 "address",
32237                 "building_area",
32238                 "opening_hours"
32239             ],
32240             "suggestion": true
32241         },
32242         "shop/convenience/Kiosk": {
32243             "tags": {
32244                 "name": "Kiosk",
32245                 "shop": "convenience"
32246             },
32247             "name": "Kiosk",
32248             "icon": "shop",
32249             "geometry": [
32250                 "point",
32251                 "area"
32252             ],
32253             "fields": [
32254                 "operator",
32255                 "address",
32256                 "building_area",
32257                 "opening_hours"
32258             ],
32259             "suggestion": true
32260         },
32261         "shop/convenience/Sklep spożywczy": {
32262             "tags": {
32263                 "name": "Sklep spożywczy",
32264                 "shop": "convenience"
32265             },
32266             "name": "Sklep spożywczy",
32267             "icon": "shop",
32268             "geometry": [
32269                 "point",
32270                 "area"
32271             ],
32272             "fields": [
32273                 "operator",
32274                 "address",
32275                 "building_area",
32276                 "opening_hours"
32277             ],
32278             "suggestion": true
32279         },
32280         "shop/convenience/24 часа": {
32281             "tags": {
32282                 "name": "24 часа",
32283                 "shop": "convenience"
32284             },
32285             "name": "24 часа",
32286             "icon": "shop",
32287             "geometry": [
32288                 "point",
32289                 "area"
32290             ],
32291             "fields": [
32292                 "operator",
32293                 "address",
32294                 "building_area",
32295                 "opening_hours"
32296             ],
32297             "suggestion": true
32298         },
32299         "shop/convenience/Минимаркет": {
32300             "tags": {
32301                 "name": "Минимаркет",
32302                 "shop": "convenience"
32303             },
32304             "name": "Минимаркет",
32305             "icon": "shop",
32306             "geometry": [
32307                 "point",
32308                 "area"
32309             ],
32310             "fields": [
32311                 "operator",
32312                 "address",
32313                 "building_area",
32314                 "opening_hours"
32315             ],
32316             "suggestion": true
32317         },
32318         "shop/convenience/Oxxo": {
32319             "tags": {
32320                 "name": "Oxxo",
32321                 "shop": "convenience"
32322             },
32323             "name": "Oxxo",
32324             "icon": "shop",
32325             "geometry": [
32326                 "point",
32327                 "area"
32328             ],
32329             "fields": [
32330                 "operator",
32331                 "address",
32332                 "building_area",
32333                 "opening_hours"
32334             ],
32335             "suggestion": true
32336         },
32337         "shop/convenience/abc": {
32338             "tags": {
32339                 "name": "abc",
32340                 "shop": "convenience"
32341             },
32342             "name": "abc",
32343             "icon": "shop",
32344             "geometry": [
32345                 "point",
32346                 "area"
32347             ],
32348             "fields": [
32349                 "operator",
32350                 "address",
32351                 "building_area",
32352                 "opening_hours"
32353             ],
32354             "suggestion": true
32355         },
32356         "shop/convenience/7/11": {
32357             "tags": {
32358                 "name": "7/11",
32359                 "shop": "convenience"
32360             },
32361             "name": "7/11",
32362             "icon": "shop",
32363             "geometry": [
32364                 "point",
32365                 "area"
32366             ],
32367             "fields": [
32368                 "operator",
32369                 "address",
32370                 "building_area",
32371                 "opening_hours"
32372             ],
32373             "suggestion": true
32374         },
32375         "shop/convenience/Stewart's": {
32376             "tags": {
32377                 "name": "Stewart's",
32378                 "shop": "convenience"
32379             },
32380             "name": "Stewart's",
32381             "icon": "shop",
32382             "geometry": [
32383                 "point",
32384                 "area"
32385             ],
32386             "fields": [
32387                 "operator",
32388                 "address",
32389                 "building_area",
32390                 "opening_hours"
32391             ],
32392             "suggestion": true
32393         },
32394         "shop/convenience/Продукти": {
32395             "tags": {
32396                 "name": "Продукти",
32397                 "shop": "convenience"
32398             },
32399             "name": "Продукти",
32400             "icon": "shop",
32401             "geometry": [
32402                 "point",
32403                 "area"
32404             ],
32405             "fields": [
32406                 "operator",
32407                 "address",
32408                 "building_area",
32409                 "opening_hours"
32410             ],
32411             "suggestion": true
32412         },
32413         "shop/convenience/ローソンストア100 (LAWSON STORE 100)": {
32414             "tags": {
32415                 "name": "ローソンストア100 (LAWSON STORE 100)",
32416                 "shop": "convenience"
32417             },
32418             "name": "ローソンストア100 (LAWSON STORE 100)",
32419             "icon": "shop",
32420             "geometry": [
32421                 "point",
32422                 "area"
32423             ],
32424             "fields": [
32425                 "operator",
32426                 "address",
32427                 "building_area",
32428                 "opening_hours"
32429             ],
32430             "suggestion": true
32431         },
32432         "shop/convenience/Радуга": {
32433             "tags": {
32434                 "name": "Радуга",
32435                 "shop": "convenience"
32436             },
32437             "name": "Радуга",
32438             "icon": "shop",
32439             "geometry": [
32440                 "point",
32441                 "area"
32442             ],
32443             "fields": [
32444                 "operator",
32445                 "address",
32446                 "building_area",
32447                 "opening_hours"
32448             ],
32449             "suggestion": true
32450         },
32451         "shop/convenience/ローソンストア100": {
32452             "tags": {
32453                 "name": "ローソンストア100",
32454                 "shop": "convenience"
32455             },
32456             "name": "ローソンストア100",
32457             "icon": "shop",
32458             "geometry": [
32459                 "point",
32460                 "area"
32461             ],
32462             "fields": [
32463                 "operator",
32464                 "address",
32465                 "building_area",
32466                 "opening_hours"
32467             ],
32468             "suggestion": true
32469         },
32470         "shop/convenience/เซเว่นอีเลฟเว่น": {
32471             "tags": {
32472                 "name": "เซเว่นอีเลฟเว่น",
32473                 "shop": "convenience"
32474             },
32475             "name": "เซเว่นอีเลฟเว่น",
32476             "icon": "shop",
32477             "geometry": [
32478                 "point",
32479                 "area"
32480             ],
32481             "fields": [
32482                 "operator",
32483                 "address",
32484                 "building_area",
32485                 "opening_hours"
32486             ],
32487             "suggestion": true
32488         },
32489         "shop/convenience/Фортуна": {
32490             "tags": {
32491                 "name": "Фортуна",
32492                 "shop": "convenience"
32493             },
32494             "name": "Фортуна",
32495             "icon": "shop",
32496             "geometry": [
32497                 "point",
32498                 "area"
32499             ],
32500             "fields": [
32501                 "operator",
32502                 "address",
32503                 "building_area",
32504                 "opening_hours"
32505             ],
32506             "suggestion": true
32507         },
32508         "shop/convenience/Picard": {
32509             "tags": {
32510                 "name": "Picard",
32511                 "shop": "convenience"
32512             },
32513             "name": "Picard",
32514             "icon": "shop",
32515             "geometry": [
32516                 "point",
32517                 "area"
32518             ],
32519             "fields": [
32520                 "operator",
32521                 "address",
32522                 "building_area",
32523                 "opening_hours"
32524             ],
32525             "suggestion": true
32526         },
32527         "shop/convenience/Four Square": {
32528             "tags": {
32529                 "name": "Four Square",
32530                 "shop": "convenience"
32531             },
32532             "name": "Four Square",
32533             "icon": "shop",
32534             "geometry": [
32535                 "point",
32536                 "area"
32537             ],
32538             "fields": [
32539                 "operator",
32540                 "address",
32541                 "building_area",
32542                 "opening_hours"
32543             ],
32544             "suggestion": true
32545         },
32546         "shop/convenience/Визит": {
32547             "tags": {
32548                 "name": "Визит",
32549                 "shop": "convenience"
32550             },
32551             "name": "Визит",
32552             "icon": "shop",
32553             "geometry": [
32554                 "point",
32555                 "area"
32556             ],
32557             "fields": [
32558                 "operator",
32559                 "address",
32560                 "building_area",
32561                 "opening_hours"
32562             ],
32563             "suggestion": true
32564         },
32565         "shop/convenience/Авоська": {
32566             "tags": {
32567                 "name": "Авоська",
32568                 "shop": "convenience"
32569             },
32570             "name": "Авоська",
32571             "icon": "shop",
32572             "geometry": [
32573                 "point",
32574                 "area"
32575             ],
32576             "fields": [
32577                 "operator",
32578                 "address",
32579                 "building_area",
32580                 "opening_hours"
32581             ],
32582             "suggestion": true
32583         },
32584         "shop/convenience/Dollar General": {
32585             "tags": {
32586                 "name": "Dollar General",
32587                 "shop": "convenience"
32588             },
32589             "name": "Dollar General",
32590             "icon": "shop",
32591             "geometry": [
32592                 "point",
32593                 "area"
32594             ],
32595             "fields": [
32596                 "operator",
32597                 "address",
32598                 "building_area",
32599                 "opening_hours"
32600             ],
32601             "suggestion": true
32602         },
32603         "shop/convenience/Studenac": {
32604             "tags": {
32605                 "name": "Studenac",
32606                 "shop": "convenience"
32607             },
32608             "name": "Studenac",
32609             "icon": "shop",
32610             "geometry": [
32611                 "point",
32612                 "area"
32613             ],
32614             "fields": [
32615                 "operator",
32616                 "address",
32617                 "building_area",
32618                 "opening_hours"
32619             ],
32620             "suggestion": true
32621         },
32622         "shop/convenience/Central Convenience Store": {
32623             "tags": {
32624                 "name": "Central Convenience Store",
32625                 "shop": "convenience"
32626             },
32627             "name": "Central Convenience Store",
32628             "icon": "shop",
32629             "geometry": [
32630                 "point",
32631                 "area"
32632             ],
32633             "fields": [
32634                 "operator",
32635                 "address",
32636                 "building_area",
32637                 "opening_hours"
32638             ],
32639             "suggestion": true
32640         },
32641         "shop/convenience/продукты": {
32642             "tags": {
32643                 "name": "продукты",
32644                 "shop": "convenience"
32645             },
32646             "name": "продукты",
32647             "icon": "shop",
32648             "geometry": [
32649                 "point",
32650                 "area"
32651             ],
32652             "fields": [
32653                 "operator",
32654                 "address",
32655                 "building_area",
32656                 "opening_hours"
32657             ],
32658             "suggestion": true
32659         },
32660         "shop/convenience/Кулинария": {
32661             "tags": {
32662                 "name": "Кулинария",
32663                 "shop": "convenience"
32664             },
32665             "name": "Кулинария",
32666             "icon": "shop",
32667             "geometry": [
32668                 "point",
32669                 "area"
32670             ],
32671             "fields": [
32672                 "operator",
32673                 "address",
32674                 "building_area",
32675                 "opening_hours"
32676             ],
32677             "suggestion": true
32678         },
32679         "shop/convenience/全家": {
32680             "tags": {
32681                 "name": "全家",
32682                 "shop": "convenience"
32683             },
32684             "name": "全家",
32685             "icon": "shop",
32686             "geometry": [
32687                 "point",
32688                 "area"
32689             ],
32690             "fields": [
32691                 "operator",
32692                 "address",
32693                 "building_area",
32694                 "opening_hours"
32695             ],
32696             "suggestion": true
32697         },
32698         "shop/convenience/Мечта": {
32699             "tags": {
32700                 "name": "Мечта",
32701                 "shop": "convenience"
32702             },
32703             "name": "Мечта",
32704             "icon": "shop",
32705             "geometry": [
32706                 "point",
32707                 "area"
32708             ],
32709             "fields": [
32710                 "operator",
32711                 "address",
32712                 "building_area",
32713                 "opening_hours"
32714             ],
32715             "suggestion": true
32716         },
32717         "shop/convenience/Epicerie": {
32718             "tags": {
32719                 "name": "Epicerie",
32720                 "shop": "convenience"
32721             },
32722             "name": "Epicerie",
32723             "icon": "shop",
32724             "geometry": [
32725                 "point",
32726                 "area"
32727             ],
32728             "fields": [
32729                 "operator",
32730                 "address",
32731                 "building_area",
32732                 "opening_hours"
32733             ],
32734             "suggestion": true
32735         },
32736         "shop/convenience/Кировский": {
32737             "tags": {
32738                 "name": "Кировский",
32739                 "shop": "convenience"
32740             },
32741             "name": "Кировский",
32742             "icon": "shop",
32743             "geometry": [
32744                 "point",
32745                 "area"
32746             ],
32747             "fields": [
32748                 "operator",
32749                 "address",
32750                 "building_area",
32751                 "opening_hours"
32752             ],
32753             "suggestion": true
32754         },
32755         "shop/convenience/Food Mart": {
32756             "tags": {
32757                 "name": "Food Mart",
32758                 "shop": "convenience"
32759             },
32760             "name": "Food Mart",
32761             "icon": "shop",
32762             "geometry": [
32763                 "point",
32764                 "area"
32765             ],
32766             "fields": [
32767                 "operator",
32768                 "address",
32769                 "building_area",
32770                 "opening_hours"
32771             ],
32772             "suggestion": true
32773         },
32774         "shop/convenience/Delikatesy": {
32775             "tags": {
32776                 "name": "Delikatesy",
32777                 "shop": "convenience"
32778             },
32779             "name": "Delikatesy",
32780             "icon": "shop",
32781             "geometry": [
32782                 "point",
32783                 "area"
32784             ],
32785             "fields": [
32786                 "operator",
32787                 "address",
32788                 "building_area",
32789                 "opening_hours"
32790             ],
32791             "suggestion": true
32792         },
32793         "shop/convenience/ポプラ": {
32794             "tags": {
32795                 "name": "ポプラ",
32796                 "shop": "convenience"
32797             },
32798             "name": "ポプラ",
32799             "icon": "shop",
32800             "geometry": [
32801                 "point",
32802                 "area"
32803             ],
32804             "fields": [
32805                 "operator",
32806                 "address",
32807                 "building_area",
32808                 "opening_hours"
32809             ],
32810             "suggestion": true
32811         },
32812         "shop/convenience/Lewiatan": {
32813             "tags": {
32814                 "name": "Lewiatan",
32815                 "shop": "convenience"
32816             },
32817             "name": "Lewiatan",
32818             "icon": "shop",
32819             "geometry": [
32820                 "point",
32821                 "area"
32822             ],
32823             "fields": [
32824                 "operator",
32825                 "address",
32826                 "building_area",
32827                 "opening_hours"
32828             ],
32829             "suggestion": true
32830         },
32831         "shop/convenience/Продуктовый магазин": {
32832             "tags": {
32833                 "name": "Продуктовый магазин",
32834                 "shop": "convenience"
32835             },
32836             "name": "Продуктовый магазин",
32837             "icon": "shop",
32838             "geometry": [
32839                 "point",
32840                 "area"
32841             ],
32842             "fields": [
32843                 "operator",
32844                 "address",
32845                 "building_area",
32846                 "opening_hours"
32847             ],
32848             "suggestion": true
32849         },
32850         "shop/convenience/Продуктовый": {
32851             "tags": {
32852                 "name": "Продуктовый",
32853                 "shop": "convenience"
32854             },
32855             "name": "Продуктовый",
32856             "icon": "shop",
32857             "geometry": [
32858                 "point",
32859                 "area"
32860             ],
32861             "fields": [
32862                 "operator",
32863                 "address",
32864                 "building_area",
32865                 "opening_hours"
32866             ],
32867             "suggestion": true
32868         },
32869         "shop/convenience/セイコーマート (Seicomart)": {
32870             "tags": {
32871                 "name": "セイコーマート (Seicomart)",
32872                 "shop": "convenience"
32873             },
32874             "name": "セイコーマート (Seicomart)",
32875             "icon": "shop",
32876             "geometry": [
32877                 "point",
32878                 "area"
32879             ],
32880             "fields": [
32881                 "operator",
32882                 "address",
32883                 "building_area",
32884                 "opening_hours"
32885             ],
32886             "suggestion": true
32887         },
32888         "shop/convenience/Виктория": {
32889             "tags": {
32890                 "name": "Виктория",
32891                 "shop": "convenience"
32892             },
32893             "name": "Виктория",
32894             "icon": "shop",
32895             "geometry": [
32896                 "point",
32897                 "area"
32898             ],
32899             "fields": [
32900                 "operator",
32901                 "address",
32902                 "building_area",
32903                 "opening_hours"
32904             ],
32905             "suggestion": true
32906         },
32907         "shop/convenience/Весна": {
32908             "tags": {
32909                 "name": "Весна",
32910                 "shop": "convenience"
32911             },
32912             "name": "Весна",
32913             "icon": "shop",
32914             "geometry": [
32915                 "point",
32916                 "area"
32917             ],
32918             "fields": [
32919                 "operator",
32920                 "address",
32921                 "building_area",
32922                 "opening_hours"
32923             ],
32924             "suggestion": true
32925         },
32926         "shop/convenience/Mini Market Non-Stop": {
32927             "tags": {
32928                 "name": "Mini Market Non-Stop",
32929                 "shop": "convenience"
32930             },
32931             "name": "Mini Market Non-Stop",
32932             "icon": "shop",
32933             "geometry": [
32934                 "point",
32935                 "area"
32936             ],
32937             "fields": [
32938                 "operator",
32939                 "address",
32940                 "building_area",
32941                 "opening_hours"
32942             ],
32943             "suggestion": true
32944         },
32945         "shop/convenience/Копеечка": {
32946             "tags": {
32947                 "name": "Копеечка",
32948                 "shop": "convenience"
32949             },
32950             "name": "Копеечка",
32951             "icon": "shop",
32952             "geometry": [
32953                 "point",
32954                 "area"
32955             ],
32956             "fields": [
32957                 "operator",
32958                 "address",
32959                 "building_area",
32960                 "opening_hours"
32961             ],
32962             "suggestion": true
32963         },
32964         "shop/convenience/Royal Farms": {
32965             "tags": {
32966                 "name": "Royal Farms",
32967                 "shop": "convenience"
32968             },
32969             "name": "Royal Farms",
32970             "icon": "shop",
32971             "geometry": [
32972                 "point",
32973                 "area"
32974             ],
32975             "fields": [
32976                 "operator",
32977                 "address",
32978                 "building_area",
32979                 "opening_hours"
32980             ],
32981             "suggestion": true
32982         },
32983         "shop/convenience/Alfamart": {
32984             "tags": {
32985                 "name": "Alfamart",
32986                 "shop": "convenience"
32987             },
32988             "name": "Alfamart",
32989             "icon": "shop",
32990             "geometry": [
32991                 "point",
32992                 "area"
32993             ],
32994             "fields": [
32995                 "operator",
32996                 "address",
32997                 "building_area",
32998                 "opening_hours"
32999             ],
33000             "suggestion": true
33001         },
33002         "shop/convenience/Indomaret": {
33003             "tags": {
33004                 "name": "Indomaret",
33005                 "shop": "convenience"
33006             },
33007             "name": "Indomaret",
33008             "icon": "shop",
33009             "geometry": [
33010                 "point",
33011                 "area"
33012             ],
33013             "fields": [
33014                 "operator",
33015                 "address",
33016                 "building_area",
33017                 "opening_hours"
33018             ],
33019             "suggestion": true
33020         },
33021         "shop/convenience/магазин": {
33022             "tags": {
33023                 "name": "магазин",
33024                 "shop": "convenience"
33025             },
33026             "name": "магазин",
33027             "icon": "shop",
33028             "geometry": [
33029                 "point",
33030                 "area"
33031             ],
33032             "fields": [
33033                 "operator",
33034                 "address",
33035                 "building_area",
33036                 "opening_hours"
33037             ],
33038             "suggestion": true
33039         },
33040         "shop/convenience/全家便利商店": {
33041             "tags": {
33042                 "name": "全家便利商店",
33043                 "shop": "convenience"
33044             },
33045             "name": "全家便利商店",
33046             "icon": "shop",
33047             "geometry": [
33048                 "point",
33049                 "area"
33050             ],
33051             "fields": [
33052                 "operator",
33053                 "address",
33054                 "building_area",
33055                 "opening_hours"
33056             ],
33057             "suggestion": true
33058         },
33059         "shop/convenience/Boutique": {
33060             "tags": {
33061                 "name": "Boutique",
33062                 "shop": "convenience"
33063             },
33064             "name": "Boutique",
33065             "icon": "shop",
33066             "geometry": [
33067                 "point",
33068                 "area"
33069             ],
33070             "fields": [
33071                 "operator",
33072                 "address",
33073                 "building_area",
33074                 "opening_hours"
33075             ],
33076             "suggestion": true
33077         },
33078         "shop/convenience/მარკეტი (Market)": {
33079             "tags": {
33080                 "name": "მარკეტი (Market)",
33081                 "shop": "convenience"
33082             },
33083             "name": "მარკეტი (Market)",
33084             "icon": "shop",
33085             "geometry": [
33086                 "point",
33087                 "area"
33088             ],
33089             "fields": [
33090                 "operator",
33091                 "address",
33092                 "building_area",
33093                 "opening_hours"
33094             ],
33095             "suggestion": true
33096         },
33097         "shop/convenience/Stores": {
33098             "tags": {
33099                 "name": "Stores",
33100                 "shop": "convenience"
33101             },
33102             "name": "Stores",
33103             "icon": "shop",
33104             "geometry": [
33105                 "point",
33106                 "area"
33107             ],
33108             "fields": [
33109                 "operator",
33110                 "address",
33111                 "building_area",
33112                 "opening_hours"
33113             ],
33114             "suggestion": true
33115         },
33116         "shop/chemist/dm": {
33117             "tags": {
33118                 "name": "dm",
33119                 "shop": "chemist"
33120             },
33121             "name": "dm",
33122             "icon": "chemist",
33123             "geometry": [
33124                 "point",
33125                 "area"
33126             ],
33127             "fields": [
33128                 "operator",
33129                 "address",
33130                 "building_area",
33131                 "opening_hours"
33132             ],
33133             "suggestion": true
33134         },
33135         "shop/chemist/Müller": {
33136             "tags": {
33137                 "name": "Müller",
33138                 "shop": "chemist"
33139             },
33140             "name": "Müller",
33141             "icon": "chemist",
33142             "geometry": [
33143                 "point",
33144                 "area"
33145             ],
33146             "fields": [
33147                 "operator",
33148                 "address",
33149                 "building_area",
33150                 "opening_hours"
33151             ],
33152             "suggestion": true
33153         },
33154         "shop/chemist/Schlecker": {
33155             "tags": {
33156                 "name": "Schlecker",
33157                 "shop": "chemist"
33158             },
33159             "name": "Schlecker",
33160             "icon": "chemist",
33161             "geometry": [
33162                 "point",
33163                 "area"
33164             ],
33165             "fields": [
33166                 "operator",
33167                 "address",
33168                 "building_area",
33169                 "opening_hours"
33170             ],
33171             "suggestion": true
33172         },
33173         "shop/chemist/Etos": {
33174             "tags": {
33175                 "name": "Etos",
33176                 "shop": "chemist"
33177             },
33178             "name": "Etos",
33179             "icon": "chemist",
33180             "geometry": [
33181                 "point",
33182                 "area"
33183             ],
33184             "fields": [
33185                 "operator",
33186                 "address",
33187                 "building_area",
33188                 "opening_hours"
33189             ],
33190             "suggestion": true
33191         },
33192         "shop/chemist/Bipa": {
33193             "tags": {
33194                 "name": "Bipa",
33195                 "shop": "chemist"
33196             },
33197             "name": "Bipa",
33198             "icon": "chemist",
33199             "geometry": [
33200                 "point",
33201                 "area"
33202             ],
33203             "fields": [
33204                 "operator",
33205                 "address",
33206                 "building_area",
33207                 "opening_hours"
33208             ],
33209             "suggestion": true
33210         },
33211         "shop/chemist/Rossmann": {
33212             "tags": {
33213                 "name": "Rossmann",
33214                 "shop": "chemist"
33215             },
33216             "name": "Rossmann",
33217             "icon": "chemist",
33218             "geometry": [
33219                 "point",
33220                 "area"
33221             ],
33222             "fields": [
33223                 "operator",
33224                 "address",
33225                 "building_area",
33226                 "opening_hours"
33227             ],
33228             "suggestion": true
33229         },
33230         "shop/chemist/DM Drogeriemarkt": {
33231             "tags": {
33232                 "name": "DM Drogeriemarkt",
33233                 "shop": "chemist"
33234             },
33235             "name": "DM Drogeriemarkt",
33236             "icon": "chemist",
33237             "geometry": [
33238                 "point",
33239                 "area"
33240             ],
33241             "fields": [
33242                 "operator",
33243                 "address",
33244                 "building_area",
33245                 "opening_hours"
33246             ],
33247             "suggestion": true
33248         },
33249         "shop/chemist/Ihr Platz": {
33250             "tags": {
33251                 "name": "Ihr Platz",
33252                 "shop": "chemist"
33253             },
33254             "name": "Ihr Platz",
33255             "icon": "chemist",
33256             "geometry": [
33257                 "point",
33258                 "area"
33259             ],
33260             "fields": [
33261                 "operator",
33262                 "address",
33263                 "building_area",
33264                 "opening_hours"
33265             ],
33266             "suggestion": true
33267         },
33268         "shop/chemist/Douglas": {
33269             "tags": {
33270                 "name": "Douglas",
33271                 "shop": "chemist"
33272             },
33273             "name": "Douglas",
33274             "icon": "chemist",
33275             "geometry": [
33276                 "point",
33277                 "area"
33278             ],
33279             "fields": [
33280                 "operator",
33281                 "address",
33282                 "building_area",
33283                 "opening_hours"
33284             ],
33285             "suggestion": true
33286         },
33287         "shop/chemist/Kruidvat": {
33288             "tags": {
33289                 "name": "Kruidvat",
33290                 "shop": "chemist"
33291             },
33292             "name": "Kruidvat",
33293             "icon": "chemist",
33294             "geometry": [
33295                 "point",
33296                 "area"
33297             ],
33298             "fields": [
33299                 "operator",
33300                 "address",
33301                 "building_area",
33302                 "opening_hours"
33303             ],
33304             "suggestion": true
33305         },
33306         "shop/car_repair/Kwik Fit": {
33307             "tags": {
33308                 "name": "Kwik Fit",
33309                 "shop": "car_repair"
33310             },
33311             "name": "Kwik Fit",
33312             "icon": "car",
33313             "geometry": [
33314                 "point",
33315                 "area"
33316             ],
33317             "fields": [
33318                 "operator",
33319                 "address",
33320                 "building_area",
33321                 "opening_hours"
33322             ],
33323             "suggestion": true
33324         },
33325         "shop/car_repair/ATU": {
33326             "tags": {
33327                 "name": "ATU",
33328                 "shop": "car_repair"
33329             },
33330             "name": "ATU",
33331             "icon": "car",
33332             "geometry": [
33333                 "point",
33334                 "area"
33335             ],
33336             "fields": [
33337                 "operator",
33338                 "address",
33339                 "building_area",
33340                 "opening_hours"
33341             ],
33342             "suggestion": true
33343         },
33344         "shop/car_repair/Midas": {
33345             "tags": {
33346                 "name": "Midas",
33347                 "shop": "car_repair"
33348             },
33349             "name": "Midas",
33350             "icon": "car",
33351             "geometry": [
33352                 "point",
33353                 "area"
33354             ],
33355             "fields": [
33356                 "operator",
33357                 "address",
33358                 "building_area",
33359                 "opening_hours"
33360             ],
33361             "suggestion": true
33362         },
33363         "shop/car_repair/Feu Vert": {
33364             "tags": {
33365                 "name": "Feu Vert",
33366                 "shop": "car_repair"
33367             },
33368             "name": "Feu Vert",
33369             "icon": "car",
33370             "geometry": [
33371                 "point",
33372                 "area"
33373             ],
33374             "fields": [
33375                 "operator",
33376                 "address",
33377                 "building_area",
33378                 "opening_hours"
33379             ],
33380             "suggestion": true
33381         },
33382         "shop/car_repair/Norauto": {
33383             "tags": {
33384                 "name": "Norauto",
33385                 "shop": "car_repair"
33386             },
33387             "name": "Norauto",
33388             "icon": "car",
33389             "geometry": [
33390                 "point",
33391                 "area"
33392             ],
33393             "fields": [
33394                 "operator",
33395                 "address",
33396                 "building_area",
33397                 "opening_hours"
33398             ],
33399             "suggestion": true
33400         },
33401         "shop/car_repair/Speedy": {
33402             "tags": {
33403                 "name": "Speedy",
33404                 "shop": "car_repair"
33405             },
33406             "name": "Speedy",
33407             "icon": "car",
33408             "geometry": [
33409                 "point",
33410                 "area"
33411             ],
33412             "fields": [
33413                 "operator",
33414                 "address",
33415                 "building_area",
33416                 "opening_hours"
33417             ],
33418             "suggestion": true
33419         },
33420         "shop/car_repair/Pit Stop": {
33421             "tags": {
33422                 "name": "Pit Stop",
33423                 "shop": "car_repair"
33424             },
33425             "name": "Pit Stop",
33426             "icon": "car",
33427             "geometry": [
33428                 "point",
33429                 "area"
33430             ],
33431             "fields": [
33432                 "operator",
33433                 "address",
33434                 "building_area",
33435                 "opening_hours"
33436             ],
33437             "suggestion": true
33438         },
33439         "shop/car_repair/Jiffy Lube": {
33440             "tags": {
33441                 "name": "Jiffy Lube",
33442                 "shop": "car_repair"
33443             },
33444             "name": "Jiffy Lube",
33445             "icon": "car",
33446             "geometry": [
33447                 "point",
33448                 "area"
33449             ],
33450             "fields": [
33451                 "operator",
33452                 "address",
33453                 "building_area",
33454                 "opening_hours"
33455             ],
33456             "suggestion": true
33457         },
33458         "shop/car_repair/Шиномонтаж": {
33459             "tags": {
33460                 "name": "Шиномонтаж",
33461                 "shop": "car_repair"
33462             },
33463             "name": "Шиномонтаж",
33464             "icon": "car",
33465             "geometry": [
33466                 "point",
33467                 "area"
33468             ],
33469             "fields": [
33470                 "operator",
33471                 "address",
33472                 "building_area",
33473                 "opening_hours"
33474             ],
33475             "suggestion": true
33476         },
33477         "shop/car_repair/СТО": {
33478             "tags": {
33479                 "name": "СТО",
33480                 "shop": "car_repair"
33481             },
33482             "name": "СТО",
33483             "icon": "car",
33484             "geometry": [
33485                 "point",
33486                 "area"
33487             ],
33488             "fields": [
33489                 "operator",
33490                 "address",
33491                 "building_area",
33492                 "opening_hours"
33493             ],
33494             "suggestion": true
33495         },
33496         "shop/car_repair/O'Reilly Auto Parts": {
33497             "tags": {
33498                 "name": "O'Reilly Auto Parts",
33499                 "shop": "car_repair"
33500             },
33501             "name": "O'Reilly Auto Parts",
33502             "icon": "car",
33503             "geometry": [
33504                 "point",
33505                 "area"
33506             ],
33507             "fields": [
33508                 "operator",
33509                 "address",
33510                 "building_area",
33511                 "opening_hours"
33512             ],
33513             "suggestion": true
33514         },
33515         "shop/car_repair/Carglass": {
33516             "tags": {
33517                 "name": "Carglass",
33518                 "shop": "car_repair"
33519             },
33520             "name": "Carglass",
33521             "icon": "car",
33522             "geometry": [
33523                 "point",
33524                 "area"
33525             ],
33526             "fields": [
33527                 "operator",
33528                 "address",
33529                 "building_area",
33530                 "opening_hours"
33531             ],
33532             "suggestion": true
33533         },
33534         "shop/car_repair/шиномонтаж": {
33535             "tags": {
33536                 "name": "шиномонтаж",
33537                 "shop": "car_repair"
33538             },
33539             "name": "шиномонтаж",
33540             "icon": "car",
33541             "geometry": [
33542                 "point",
33543                 "area"
33544             ],
33545             "fields": [
33546                 "operator",
33547                 "address",
33548                 "building_area",
33549                 "opening_hours"
33550             ],
33551             "suggestion": true
33552         },
33553         "shop/car_repair/Euromaster": {
33554             "tags": {
33555                 "name": "Euromaster",
33556                 "shop": "car_repair"
33557             },
33558             "name": "Euromaster",
33559             "icon": "car",
33560             "geometry": [
33561                 "point",
33562                 "area"
33563             ],
33564             "fields": [
33565                 "operator",
33566                 "address",
33567                 "building_area",
33568                 "opening_hours"
33569             ],
33570             "suggestion": true
33571         },
33572         "shop/car_repair/Firestone": {
33573             "tags": {
33574                 "name": "Firestone",
33575                 "shop": "car_repair"
33576             },
33577             "name": "Firestone",
33578             "icon": "car",
33579             "geometry": [
33580                 "point",
33581                 "area"
33582             ],
33583             "fields": [
33584                 "operator",
33585                 "address",
33586                 "building_area",
33587                 "opening_hours"
33588             ],
33589             "suggestion": true
33590         },
33591         "shop/car_repair/Автосервис": {
33592             "tags": {
33593                 "name": "Автосервис",
33594                 "shop": "car_repair"
33595             },
33596             "name": "Автосервис",
33597             "icon": "car",
33598             "geometry": [
33599                 "point",
33600                 "area"
33601             ],
33602             "fields": [
33603                 "operator",
33604                 "address",
33605                 "building_area",
33606                 "opening_hours"
33607             ],
33608             "suggestion": true
33609         },
33610         "shop/car_repair/Advance Auto Parts": {
33611             "tags": {
33612                 "name": "Advance Auto Parts",
33613                 "shop": "car_repair"
33614             },
33615             "name": "Advance Auto Parts",
33616             "icon": "car",
33617             "geometry": [
33618                 "point",
33619                 "area"
33620             ],
33621             "fields": [
33622                 "operator",
33623                 "address",
33624                 "building_area",
33625                 "opening_hours"
33626             ],
33627             "suggestion": true
33628         },
33629         "shop/car_repair/Roady": {
33630             "tags": {
33631                 "name": "Roady",
33632                 "shop": "car_repair"
33633             },
33634             "name": "Roady",
33635             "icon": "car",
33636             "geometry": [
33637                 "point",
33638                 "area"
33639             ],
33640             "fields": [
33641                 "operator",
33642                 "address",
33643                 "building_area",
33644                 "opening_hours"
33645             ],
33646             "suggestion": true
33647         },
33648         "shop/furniture/IKEA": {
33649             "tags": {
33650                 "name": "IKEA",
33651                 "shop": "furniture"
33652             },
33653             "name": "IKEA",
33654             "icon": "shop",
33655             "geometry": [
33656                 "point",
33657                 "area"
33658             ],
33659             "fields": [
33660                 "operator",
33661                 "address",
33662                 "building_area",
33663                 "opening_hours"
33664             ],
33665             "suggestion": true
33666         },
33667         "shop/furniture/Jysk": {
33668             "tags": {
33669                 "name": "Jysk",
33670                 "shop": "furniture"
33671             },
33672             "name": "Jysk",
33673             "icon": "shop",
33674             "geometry": [
33675                 "point",
33676                 "area"
33677             ],
33678             "fields": [
33679                 "operator",
33680                 "address",
33681                 "building_area",
33682                 "opening_hours"
33683             ],
33684             "suggestion": true
33685         },
33686         "shop/furniture/Roller": {
33687             "tags": {
33688                 "name": "Roller",
33689                 "shop": "furniture"
33690             },
33691             "name": "Roller",
33692             "icon": "shop",
33693             "geometry": [
33694                 "point",
33695                 "area"
33696             ],
33697             "fields": [
33698                 "operator",
33699                 "address",
33700                 "building_area",
33701                 "opening_hours"
33702             ],
33703             "suggestion": true
33704         },
33705         "shop/furniture/Dänisches Bettenlager": {
33706             "tags": {
33707                 "name": "Dänisches Bettenlager",
33708                 "shop": "furniture"
33709             },
33710             "name": "Dänisches Bettenlager",
33711             "icon": "shop",
33712             "geometry": [
33713                 "point",
33714                 "area"
33715             ],
33716             "fields": [
33717                 "operator",
33718                 "address",
33719                 "building_area",
33720                 "opening_hours"
33721             ],
33722             "suggestion": true
33723         },
33724         "shop/furniture/Conforama": {
33725             "tags": {
33726                 "name": "Conforama",
33727                 "shop": "furniture"
33728             },
33729             "name": "Conforama",
33730             "icon": "shop",
33731             "geometry": [
33732                 "point",
33733                 "area"
33734             ],
33735             "fields": [
33736                 "operator",
33737                 "address",
33738                 "building_area",
33739                 "opening_hours"
33740             ],
33741             "suggestion": true
33742         },
33743         "shop/furniture/Matratzen Concord": {
33744             "tags": {
33745                 "name": "Matratzen Concord",
33746                 "shop": "furniture"
33747             },
33748             "name": "Matratzen Concord",
33749             "icon": "shop",
33750             "geometry": [
33751                 "point",
33752                 "area"
33753             ],
33754             "fields": [
33755                 "operator",
33756                 "address",
33757                 "building_area",
33758                 "opening_hours"
33759             ],
33760             "suggestion": true
33761         },
33762         "shop/furniture/Мебель": {
33763             "tags": {
33764                 "name": "Мебель",
33765                 "shop": "furniture"
33766             },
33767             "name": "Мебель",
33768             "icon": "shop",
33769             "geometry": [
33770                 "point",
33771                 "area"
33772             ],
33773             "fields": [
33774                 "operator",
33775                 "address",
33776                 "building_area",
33777                 "opening_hours"
33778             ],
33779             "suggestion": true
33780         },
33781         "shop/furniture/But": {
33782             "tags": {
33783                 "name": "But",
33784                 "shop": "furniture"
33785             },
33786             "name": "But",
33787             "icon": "shop",
33788             "geometry": [
33789                 "point",
33790                 "area"
33791             ],
33792             "fields": [
33793                 "operator",
33794                 "address",
33795                 "building_area",
33796                 "opening_hours"
33797             ],
33798             "suggestion": true
33799         },
33800         "shop/doityourself/Hornbach": {
33801             "tags": {
33802                 "name": "Hornbach",
33803                 "shop": "doityourself"
33804             },
33805             "name": "Hornbach",
33806             "icon": "shop",
33807             "geometry": [
33808                 "point",
33809                 "area"
33810             ],
33811             "fields": [
33812                 "operator",
33813                 "address",
33814                 "building_area",
33815                 "opening_hours"
33816             ],
33817             "suggestion": true
33818         },
33819         "shop/doityourself/B&Q": {
33820             "tags": {
33821                 "name": "B&Q",
33822                 "shop": "doityourself"
33823             },
33824             "name": "B&Q",
33825             "icon": "shop",
33826             "geometry": [
33827                 "point",
33828                 "area"
33829             ],
33830             "fields": [
33831                 "operator",
33832                 "address",
33833                 "building_area",
33834                 "opening_hours"
33835             ],
33836             "suggestion": true
33837         },
33838         "shop/doityourself/Hubo": {
33839             "tags": {
33840                 "name": "Hubo",
33841                 "shop": "doityourself"
33842             },
33843             "name": "Hubo",
33844             "icon": "shop",
33845             "geometry": [
33846                 "point",
33847                 "area"
33848             ],
33849             "fields": [
33850                 "operator",
33851                 "address",
33852                 "building_area",
33853                 "opening_hours"
33854             ],
33855             "suggestion": true
33856         },
33857         "shop/doityourself/Mr Bricolage": {
33858             "tags": {
33859                 "name": "Mr Bricolage",
33860                 "shop": "doityourself"
33861             },
33862             "name": "Mr Bricolage",
33863             "icon": "shop",
33864             "geometry": [
33865                 "point",
33866                 "area"
33867             ],
33868             "fields": [
33869                 "operator",
33870                 "address",
33871                 "building_area",
33872                 "opening_hours"
33873             ],
33874             "suggestion": true
33875         },
33876         "shop/doityourself/Gamma": {
33877             "tags": {
33878                 "name": "Gamma",
33879                 "shop": "doityourself"
33880             },
33881             "name": "Gamma",
33882             "icon": "shop",
33883             "geometry": [
33884                 "point",
33885                 "area"
33886             ],
33887             "fields": [
33888                 "operator",
33889                 "address",
33890                 "building_area",
33891                 "opening_hours"
33892             ],
33893             "suggestion": true
33894         },
33895         "shop/doityourself/OBI": {
33896             "tags": {
33897                 "name": "OBI",
33898                 "shop": "doityourself"
33899             },
33900             "name": "OBI",
33901             "icon": "shop",
33902             "geometry": [
33903                 "point",
33904                 "area"
33905             ],
33906             "fields": [
33907                 "operator",
33908                 "address",
33909                 "building_area",
33910                 "opening_hours"
33911             ],
33912             "suggestion": true
33913         },
33914         "shop/doityourself/Lowes": {
33915             "tags": {
33916                 "name": "Lowes",
33917                 "shop": "doityourself"
33918             },
33919             "name": "Lowes",
33920             "icon": "shop",
33921             "geometry": [
33922                 "point",
33923                 "area"
33924             ],
33925             "fields": [
33926                 "operator",
33927                 "address",
33928                 "building_area",
33929                 "opening_hours"
33930             ],
33931             "suggestion": true
33932         },
33933         "shop/doityourself/Wickes": {
33934             "tags": {
33935                 "name": "Wickes",
33936                 "shop": "doityourself"
33937             },
33938             "name": "Wickes",
33939             "icon": "shop",
33940             "geometry": [
33941                 "point",
33942                 "area"
33943             ],
33944             "fields": [
33945                 "operator",
33946                 "address",
33947                 "building_area",
33948                 "opening_hours"
33949             ],
33950             "suggestion": true
33951         },
33952         "shop/doityourself/Hagebau": {
33953             "tags": {
33954                 "name": "Hagebau",
33955                 "shop": "doityourself"
33956             },
33957             "name": "Hagebau",
33958             "icon": "shop",
33959             "geometry": [
33960                 "point",
33961                 "area"
33962             ],
33963             "fields": [
33964                 "operator",
33965                 "address",
33966                 "building_area",
33967                 "opening_hours"
33968             ],
33969             "suggestion": true
33970         },
33971         "shop/doityourself/Max Bahr": {
33972             "tags": {
33973                 "name": "Max Bahr",
33974                 "shop": "doityourself"
33975             },
33976             "name": "Max Bahr",
33977             "icon": "shop",
33978             "geometry": [
33979                 "point",
33980                 "area"
33981             ],
33982             "fields": [
33983                 "operator",
33984                 "address",
33985                 "building_area",
33986                 "opening_hours"
33987             ],
33988             "suggestion": true
33989         },
33990         "shop/doityourself/Castorama": {
33991             "tags": {
33992                 "name": "Castorama",
33993                 "shop": "doityourself"
33994             },
33995             "name": "Castorama",
33996             "icon": "shop",
33997             "geometry": [
33998                 "point",
33999                 "area"
34000             ],
34001             "fields": [
34002                 "operator",
34003                 "address",
34004                 "building_area",
34005                 "opening_hours"
34006             ],
34007             "suggestion": true
34008         },
34009         "shop/doityourself/Rona": {
34010             "tags": {
34011                 "name": "Rona",
34012                 "shop": "doityourself"
34013             },
34014             "name": "Rona",
34015             "icon": "shop",
34016             "geometry": [
34017                 "point",
34018                 "area"
34019             ],
34020             "fields": [
34021                 "operator",
34022                 "address",
34023                 "building_area",
34024                 "opening_hours"
34025             ],
34026             "suggestion": true
34027         },
34028         "shop/doityourself/Home Depot": {
34029             "tags": {
34030                 "name": "Home Depot",
34031                 "shop": "doityourself"
34032             },
34033             "name": "Home Depot",
34034             "icon": "shop",
34035             "geometry": [
34036                 "point",
34037                 "area"
34038             ],
34039             "fields": [
34040                 "operator",
34041                 "address",
34042                 "building_area",
34043                 "opening_hours"
34044             ],
34045             "suggestion": true
34046         },
34047         "shop/doityourself/Toom Baumarkt": {
34048             "tags": {
34049                 "name": "Toom Baumarkt",
34050                 "shop": "doityourself"
34051             },
34052             "name": "Toom Baumarkt",
34053             "icon": "shop",
34054             "geometry": [
34055                 "point",
34056                 "area"
34057             ],
34058             "fields": [
34059                 "operator",
34060                 "address",
34061                 "building_area",
34062                 "opening_hours"
34063             ],
34064             "suggestion": true
34065         },
34066         "shop/doityourself/Homebase": {
34067             "tags": {
34068                 "name": "Homebase",
34069                 "shop": "doityourself"
34070             },
34071             "name": "Homebase",
34072             "icon": "shop",
34073             "geometry": [
34074                 "point",
34075                 "area"
34076             ],
34077             "fields": [
34078                 "operator",
34079                 "address",
34080                 "building_area",
34081                 "opening_hours"
34082             ],
34083             "suggestion": true
34084         },
34085         "shop/doityourself/Baumax": {
34086             "tags": {
34087                 "name": "Baumax",
34088                 "shop": "doityourself"
34089             },
34090             "name": "Baumax",
34091             "icon": "shop",
34092             "geometry": [
34093                 "point",
34094                 "area"
34095             ],
34096             "fields": [
34097                 "operator",
34098                 "address",
34099                 "building_area",
34100                 "opening_hours"
34101             ],
34102             "suggestion": true
34103         },
34104         "shop/doityourself/Lagerhaus": {
34105             "tags": {
34106                 "name": "Lagerhaus",
34107                 "shop": "doityourself"
34108             },
34109             "name": "Lagerhaus",
34110             "icon": "shop",
34111             "geometry": [
34112                 "point",
34113                 "area"
34114             ],
34115             "fields": [
34116                 "operator",
34117                 "address",
34118                 "building_area",
34119                 "opening_hours"
34120             ],
34121             "suggestion": true
34122         },
34123         "shop/doityourself/Bauhaus": {
34124             "tags": {
34125                 "name": "Bauhaus",
34126                 "shop": "doityourself"
34127             },
34128             "name": "Bauhaus",
34129             "icon": "shop",
34130             "geometry": [
34131                 "point",
34132                 "area"
34133             ],
34134             "fields": [
34135                 "operator",
34136                 "address",
34137                 "building_area",
34138                 "opening_hours"
34139             ],
34140             "suggestion": true
34141         },
34142         "shop/doityourself/Canadian Tire": {
34143             "tags": {
34144                 "name": "Canadian Tire",
34145                 "shop": "doityourself"
34146             },
34147             "name": "Canadian Tire",
34148             "icon": "shop",
34149             "geometry": [
34150                 "point",
34151                 "area"
34152             ],
34153             "fields": [
34154                 "operator",
34155                 "address",
34156                 "building_area",
34157                 "opening_hours"
34158             ],
34159             "suggestion": true
34160         },
34161         "shop/doityourself/Leroy Merlin": {
34162             "tags": {
34163                 "name": "Leroy Merlin",
34164                 "shop": "doityourself"
34165             },
34166             "name": "Leroy Merlin",
34167             "icon": "shop",
34168             "geometry": [
34169                 "point",
34170                 "area"
34171             ],
34172             "fields": [
34173                 "operator",
34174                 "address",
34175                 "building_area",
34176                 "opening_hours"
34177             ],
34178             "suggestion": true
34179         },
34180         "shop/doityourself/Hellweg": {
34181             "tags": {
34182                 "name": "Hellweg",
34183                 "shop": "doityourself"
34184             },
34185             "name": "Hellweg",
34186             "icon": "shop",
34187             "geometry": [
34188                 "point",
34189                 "area"
34190             ],
34191             "fields": [
34192                 "operator",
34193                 "address",
34194                 "building_area",
34195                 "opening_hours"
34196             ],
34197             "suggestion": true
34198         },
34199         "shop/doityourself/Brico": {
34200             "tags": {
34201                 "name": "Brico",
34202                 "shop": "doityourself"
34203             },
34204             "name": "Brico",
34205             "icon": "shop",
34206             "geometry": [
34207                 "point",
34208                 "area"
34209             ],
34210             "fields": [
34211                 "operator",
34212                 "address",
34213                 "building_area",
34214                 "opening_hours"
34215             ],
34216             "suggestion": true
34217         },
34218         "shop/doityourself/Bricomarché": {
34219             "tags": {
34220                 "name": "Bricomarché",
34221                 "shop": "doityourself"
34222             },
34223             "name": "Bricomarché",
34224             "icon": "shop",
34225             "geometry": [
34226                 "point",
34227                 "area"
34228             ],
34229             "fields": [
34230                 "operator",
34231                 "address",
34232                 "building_area",
34233                 "opening_hours"
34234             ],
34235             "suggestion": true
34236         },
34237         "shop/doityourself/Toom": {
34238             "tags": {
34239                 "name": "Toom",
34240                 "shop": "doityourself"
34241             },
34242             "name": "Toom",
34243             "icon": "shop",
34244             "geometry": [
34245                 "point",
34246                 "area"
34247             ],
34248             "fields": [
34249                 "operator",
34250                 "address",
34251                 "building_area",
34252                 "opening_hours"
34253             ],
34254             "suggestion": true
34255         },
34256         "shop/doityourself/Hagebaumarkt": {
34257             "tags": {
34258                 "name": "Hagebaumarkt",
34259                 "shop": "doityourself"
34260             },
34261             "name": "Hagebaumarkt",
34262             "icon": "shop",
34263             "geometry": [
34264                 "point",
34265                 "area"
34266             ],
34267             "fields": [
34268                 "operator",
34269                 "address",
34270                 "building_area",
34271                 "opening_hours"
34272             ],
34273             "suggestion": true
34274         },
34275         "shop/doityourself/Praktiker": {
34276             "tags": {
34277                 "name": "Praktiker",
34278                 "shop": "doityourself"
34279             },
34280             "name": "Praktiker",
34281             "icon": "shop",
34282             "geometry": [
34283                 "point",
34284                 "area"
34285             ],
34286             "fields": [
34287                 "operator",
34288                 "address",
34289                 "building_area",
34290                 "opening_hours"
34291             ],
34292             "suggestion": true
34293         },
34294         "shop/doityourself/Menards": {
34295             "tags": {
34296                 "name": "Menards",
34297                 "shop": "doityourself"
34298             },
34299             "name": "Menards",
34300             "icon": "shop",
34301             "geometry": [
34302                 "point",
34303                 "area"
34304             ],
34305             "fields": [
34306                 "operator",
34307                 "address",
34308                 "building_area",
34309                 "opening_hours"
34310             ],
34311             "suggestion": true
34312         },
34313         "shop/doityourself/Weldom": {
34314             "tags": {
34315                 "name": "Weldom",
34316                 "shop": "doityourself"
34317             },
34318             "name": "Weldom",
34319             "icon": "shop",
34320             "geometry": [
34321                 "point",
34322                 "area"
34323             ],
34324             "fields": [
34325                 "operator",
34326                 "address",
34327                 "building_area",
34328                 "opening_hours"
34329             ],
34330             "suggestion": true
34331         },
34332         "shop/doityourself/Bunnings Warehouse": {
34333             "tags": {
34334                 "name": "Bunnings Warehouse",
34335                 "shop": "doityourself"
34336             },
34337             "name": "Bunnings Warehouse",
34338             "icon": "shop",
34339             "geometry": [
34340                 "point",
34341                 "area"
34342             ],
34343             "fields": [
34344                 "operator",
34345                 "address",
34346                 "building_area",
34347                 "opening_hours"
34348             ],
34349             "suggestion": true
34350         },
34351         "shop/doityourself/Ace Hardware": {
34352             "tags": {
34353                 "name": "Ace Hardware",
34354                 "shop": "doityourself"
34355             },
34356             "name": "Ace Hardware",
34357             "icon": "shop",
34358             "geometry": [
34359                 "point",
34360                 "area"
34361             ],
34362             "fields": [
34363                 "operator",
34364                 "address",
34365                 "building_area",
34366                 "opening_hours"
34367             ],
34368             "suggestion": true
34369         },
34370         "shop/doityourself/Home Hardware": {
34371             "tags": {
34372                 "name": "Home Hardware",
34373                 "shop": "doityourself"
34374             },
34375             "name": "Home Hardware",
34376             "icon": "shop",
34377             "geometry": [
34378                 "point",
34379                 "area"
34380             ],
34381             "fields": [
34382                 "operator",
34383                 "address",
34384                 "building_area",
34385                 "opening_hours"
34386             ],
34387             "suggestion": true
34388         },
34389         "shop/doityourself/Стройматериалы": {
34390             "tags": {
34391                 "name": "Стройматериалы",
34392                 "shop": "doityourself"
34393             },
34394             "name": "Стройматериалы",
34395             "icon": "shop",
34396             "geometry": [
34397                 "point",
34398                 "area"
34399             ],
34400             "fields": [
34401                 "operator",
34402                 "address",
34403                 "building_area",
34404                 "opening_hours"
34405             ],
34406             "suggestion": true
34407         },
34408         "shop/doityourself/Bricorama": {
34409             "tags": {
34410                 "name": "Bricorama",
34411                 "shop": "doityourself"
34412             },
34413             "name": "Bricorama",
34414             "icon": "shop",
34415             "geometry": [
34416                 "point",
34417                 "area"
34418             ],
34419             "fields": [
34420                 "operator",
34421                 "address",
34422                 "building_area",
34423                 "opening_hours"
34424             ],
34425             "suggestion": true
34426         },
34427         "shop/doityourself/Point P": {
34428             "tags": {
34429                 "name": "Point P",
34430                 "shop": "doityourself"
34431             },
34432             "name": "Point P",
34433             "icon": "shop",
34434             "geometry": [
34435                 "point",
34436                 "area"
34437             ],
34438             "fields": [
34439                 "operator",
34440                 "address",
34441                 "building_area",
34442                 "opening_hours"
34443             ],
34444             "suggestion": true
34445         },
34446         "shop/stationery/Staples": {
34447             "tags": {
34448                 "name": "Staples",
34449                 "shop": "stationery"
34450             },
34451             "name": "Staples",
34452             "icon": "shop",
34453             "geometry": [
34454                 "point",
34455                 "area"
34456             ],
34457             "fields": [
34458                 "operator",
34459                 "address",
34460                 "building_area",
34461                 "opening_hours"
34462             ],
34463             "suggestion": true
34464         },
34465         "shop/stationery/McPaper": {
34466             "tags": {
34467                 "name": "McPaper",
34468                 "shop": "stationery"
34469             },
34470             "name": "McPaper",
34471             "icon": "shop",
34472             "geometry": [
34473                 "point",
34474                 "area"
34475             ],
34476             "fields": [
34477                 "operator",
34478                 "address",
34479                 "building_area",
34480                 "opening_hours"
34481             ],
34482             "suggestion": true
34483         },
34484         "shop/stationery/Office Depot": {
34485             "tags": {
34486                 "name": "Office Depot",
34487                 "shop": "stationery"
34488             },
34489             "name": "Office Depot",
34490             "icon": "shop",
34491             "geometry": [
34492                 "point",
34493                 "area"
34494             ],
34495             "fields": [
34496                 "operator",
34497                 "address",
34498                 "building_area",
34499                 "opening_hours"
34500             ],
34501             "suggestion": true
34502         },
34503         "shop/stationery/Канцтовары": {
34504             "tags": {
34505                 "name": "Канцтовары",
34506                 "shop": "stationery"
34507             },
34508             "name": "Канцтовары",
34509             "icon": "shop",
34510             "geometry": [
34511                 "point",
34512                 "area"
34513             ],
34514             "fields": [
34515                 "operator",
34516                 "address",
34517                 "building_area",
34518                 "opening_hours"
34519             ],
34520             "suggestion": true
34521         },
34522         "shop/car/Skoda": {
34523             "tags": {
34524                 "name": "Skoda",
34525                 "shop": "car"
34526             },
34527             "name": "Skoda",
34528             "icon": "car",
34529             "geometry": [
34530                 "point",
34531                 "area"
34532             ],
34533             "fields": [
34534                 "operator",
34535                 "address",
34536                 "building_area",
34537                 "opening_hours"
34538             ],
34539             "suggestion": true
34540         },
34541         "shop/car/BMW": {
34542             "tags": {
34543                 "name": "BMW",
34544                 "shop": "car"
34545             },
34546             "name": "BMW",
34547             "icon": "car",
34548             "geometry": [
34549                 "point",
34550                 "area"
34551             ],
34552             "fields": [
34553                 "operator",
34554                 "address",
34555                 "building_area",
34556                 "opening_hours"
34557             ],
34558             "suggestion": true
34559         },
34560         "shop/car/Citroen": {
34561             "tags": {
34562                 "name": "Citroen",
34563                 "shop": "car"
34564             },
34565             "name": "Citroen",
34566             "icon": "car",
34567             "geometry": [
34568                 "point",
34569                 "area"
34570             ],
34571             "fields": [
34572                 "operator",
34573                 "address",
34574                 "building_area",
34575                 "opening_hours"
34576             ],
34577             "suggestion": true
34578         },
34579         "shop/car/Renault": {
34580             "tags": {
34581                 "name": "Renault",
34582                 "shop": "car"
34583             },
34584             "name": "Renault",
34585             "icon": "car",
34586             "geometry": [
34587                 "point",
34588                 "area"
34589             ],
34590             "fields": [
34591                 "operator",
34592                 "address",
34593                 "building_area",
34594                 "opening_hours"
34595             ],
34596             "suggestion": true
34597         },
34598         "shop/car/Mercedes-Benz": {
34599             "tags": {
34600                 "name": "Mercedes-Benz",
34601                 "shop": "car"
34602             },
34603             "name": "Mercedes-Benz",
34604             "icon": "car",
34605             "geometry": [
34606                 "point",
34607                 "area"
34608             ],
34609             "fields": [
34610                 "operator",
34611                 "address",
34612                 "building_area",
34613                 "opening_hours"
34614             ],
34615             "suggestion": true
34616         },
34617         "shop/car/Volvo": {
34618             "tags": {
34619                 "name": "Volvo",
34620                 "shop": "car"
34621             },
34622             "name": "Volvo",
34623             "icon": "car",
34624             "geometry": [
34625                 "point",
34626                 "area"
34627             ],
34628             "fields": [
34629                 "operator",
34630                 "address",
34631                 "building_area",
34632                 "opening_hours"
34633             ],
34634             "suggestion": true
34635         },
34636         "shop/car/Ford": {
34637             "tags": {
34638                 "name": "Ford",
34639                 "shop": "car"
34640             },
34641             "name": "Ford",
34642             "icon": "car",
34643             "geometry": [
34644                 "point",
34645                 "area"
34646             ],
34647             "fields": [
34648                 "operator",
34649                 "address",
34650                 "building_area",
34651                 "opening_hours"
34652             ],
34653             "suggestion": true
34654         },
34655         "shop/car/Volkswagen": {
34656             "tags": {
34657                 "name": "Volkswagen",
34658                 "shop": "car"
34659             },
34660             "name": "Volkswagen",
34661             "icon": "car",
34662             "geometry": [
34663                 "point",
34664                 "area"
34665             ],
34666             "fields": [
34667                 "operator",
34668                 "address",
34669                 "building_area",
34670                 "opening_hours"
34671             ],
34672             "suggestion": true
34673         },
34674         "shop/car/Mazda": {
34675             "tags": {
34676                 "name": "Mazda",
34677                 "shop": "car"
34678             },
34679             "name": "Mazda",
34680             "icon": "car",
34681             "geometry": [
34682                 "point",
34683                 "area"
34684             ],
34685             "fields": [
34686                 "operator",
34687                 "address",
34688                 "building_area",
34689                 "opening_hours"
34690             ],
34691             "suggestion": true
34692         },
34693         "shop/car/Mitsubishi": {
34694             "tags": {
34695                 "name": "Mitsubishi",
34696                 "shop": "car"
34697             },
34698             "name": "Mitsubishi",
34699             "icon": "car",
34700             "geometry": [
34701                 "point",
34702                 "area"
34703             ],
34704             "fields": [
34705                 "operator",
34706                 "address",
34707                 "building_area",
34708                 "opening_hours"
34709             ],
34710             "suggestion": true
34711         },
34712         "shop/car/Fiat": {
34713             "tags": {
34714                 "name": "Fiat",
34715                 "shop": "car"
34716             },
34717             "name": "Fiat",
34718             "icon": "car",
34719             "geometry": [
34720                 "point",
34721                 "area"
34722             ],
34723             "fields": [
34724                 "operator",
34725                 "address",
34726                 "building_area",
34727                 "opening_hours"
34728             ],
34729             "suggestion": true
34730         },
34731         "shop/car/Автозапчасти": {
34732             "tags": {
34733                 "name": "Автозапчасти",
34734                 "shop": "car"
34735             },
34736             "name": "Автозапчасти",
34737             "icon": "car",
34738             "geometry": [
34739                 "point",
34740                 "area"
34741             ],
34742             "fields": [
34743                 "operator",
34744                 "address",
34745                 "building_area",
34746                 "opening_hours"
34747             ],
34748             "suggestion": true
34749         },
34750         "shop/car/Opel": {
34751             "tags": {
34752                 "name": "Opel",
34753                 "shop": "car"
34754             },
34755             "name": "Opel",
34756             "icon": "car",
34757             "geometry": [
34758                 "point",
34759                 "area"
34760             ],
34761             "fields": [
34762                 "operator",
34763                 "address",
34764                 "building_area",
34765                 "opening_hours"
34766             ],
34767             "suggestion": true
34768         },
34769         "shop/car/Audi": {
34770             "tags": {
34771                 "name": "Audi",
34772                 "shop": "car"
34773             },
34774             "name": "Audi",
34775             "icon": "car",
34776             "geometry": [
34777                 "point",
34778                 "area"
34779             ],
34780             "fields": [
34781                 "operator",
34782                 "address",
34783                 "building_area",
34784                 "opening_hours"
34785             ],
34786             "suggestion": true
34787         },
34788         "shop/car/Toyota": {
34789             "tags": {
34790                 "name": "Toyota",
34791                 "shop": "car"
34792             },
34793             "name": "Toyota",
34794             "icon": "car",
34795             "geometry": [
34796                 "point",
34797                 "area"
34798             ],
34799             "fields": [
34800                 "operator",
34801                 "address",
34802                 "building_area",
34803                 "opening_hours"
34804             ],
34805             "suggestion": true
34806         },
34807         "shop/car/Nissan": {
34808             "tags": {
34809                 "name": "Nissan",
34810                 "shop": "car"
34811             },
34812             "name": "Nissan",
34813             "icon": "car",
34814             "geometry": [
34815                 "point",
34816                 "area"
34817             ],
34818             "fields": [
34819                 "operator",
34820                 "address",
34821                 "building_area",
34822                 "opening_hours"
34823             ],
34824             "suggestion": true
34825         },
34826         "shop/car/Suzuki": {
34827             "tags": {
34828                 "name": "Suzuki",
34829                 "shop": "car"
34830             },
34831             "name": "Suzuki",
34832             "icon": "car",
34833             "geometry": [
34834                 "point",
34835                 "area"
34836             ],
34837             "fields": [
34838                 "operator",
34839                 "address",
34840                 "building_area",
34841                 "opening_hours"
34842             ],
34843             "suggestion": true
34844         },
34845         "shop/car/Honda": {
34846             "tags": {
34847                 "name": "Honda",
34848                 "shop": "car"
34849             },
34850             "name": "Honda",
34851             "icon": "car",
34852             "geometry": [
34853                 "point",
34854                 "area"
34855             ],
34856             "fields": [
34857                 "operator",
34858                 "address",
34859                 "building_area",
34860                 "opening_hours"
34861             ],
34862             "suggestion": true
34863         },
34864         "shop/car/Peugeot": {
34865             "tags": {
34866                 "name": "Peugeot",
34867                 "shop": "car"
34868             },
34869             "name": "Peugeot",
34870             "icon": "car",
34871             "geometry": [
34872                 "point",
34873                 "area"
34874             ],
34875             "fields": [
34876                 "operator",
34877                 "address",
34878                 "building_area",
34879                 "opening_hours"
34880             ],
34881             "suggestion": true
34882         },
34883         "shop/car/Hyundai": {
34884             "tags": {
34885                 "name": "Hyundai",
34886                 "shop": "car"
34887             },
34888             "name": "Hyundai",
34889             "icon": "car",
34890             "geometry": [
34891                 "point",
34892                 "area"
34893             ],
34894             "fields": [
34895                 "operator",
34896                 "address",
34897                 "building_area",
34898                 "opening_hours"
34899             ],
34900             "suggestion": true
34901         },
34902         "shop/car/Subaru": {
34903             "tags": {
34904                 "name": "Subaru",
34905                 "shop": "car"
34906             },
34907             "name": "Subaru",
34908             "icon": "car",
34909             "geometry": [
34910                 "point",
34911                 "area"
34912             ],
34913             "fields": [
34914                 "operator",
34915                 "address",
34916                 "building_area",
34917                 "opening_hours"
34918             ],
34919             "suggestion": true
34920         },
34921         "shop/car/Chevrolet": {
34922             "tags": {
34923                 "name": "Chevrolet",
34924                 "shop": "car"
34925             },
34926             "name": "Chevrolet",
34927             "icon": "car",
34928             "geometry": [
34929                 "point",
34930                 "area"
34931             ],
34932             "fields": [
34933                 "operator",
34934                 "address",
34935                 "building_area",
34936                 "opening_hours"
34937             ],
34938             "suggestion": true
34939         },
34940         "shop/car/Автомагазин": {
34941             "tags": {
34942                 "name": "Автомагазин",
34943                 "shop": "car"
34944             },
34945             "name": "Автомагазин",
34946             "icon": "car",
34947             "geometry": [
34948                 "point",
34949                 "area"
34950             ],
34951             "fields": [
34952                 "operator",
34953                 "address",
34954                 "building_area",
34955                 "opening_hours"
34956             ],
34957             "suggestion": true
34958         },
34959         "shop/clothes/Matalan": {
34960             "tags": {
34961                 "name": "Matalan",
34962                 "shop": "clothes"
34963             },
34964             "name": "Matalan",
34965             "icon": "clothing-store",
34966             "geometry": [
34967                 "point",
34968                 "area"
34969             ],
34970             "fields": [
34971                 "operator",
34972                 "address",
34973                 "building_area",
34974                 "opening_hours"
34975             ],
34976             "suggestion": true
34977         },
34978         "shop/clothes/KiK": {
34979             "tags": {
34980                 "name": "KiK",
34981                 "shop": "clothes"
34982             },
34983             "name": "KiK",
34984             "icon": "clothing-store",
34985             "geometry": [
34986                 "point",
34987                 "area"
34988             ],
34989             "fields": [
34990                 "operator",
34991                 "address",
34992                 "building_area",
34993                 "opening_hours"
34994             ],
34995             "suggestion": true
34996         },
34997         "shop/clothes/H&M": {
34998             "tags": {
34999                 "name": "H&M",
35000                 "shop": "clothes"
35001             },
35002             "name": "H&M",
35003             "icon": "clothing-store",
35004             "geometry": [
35005                 "point",
35006                 "area"
35007             ],
35008             "fields": [
35009                 "operator",
35010                 "address",
35011                 "building_area",
35012                 "opening_hours"
35013             ],
35014             "suggestion": true
35015         },
35016         "shop/clothes/Urban Outfitters": {
35017             "tags": {
35018                 "name": "Urban Outfitters",
35019                 "shop": "clothes"
35020             },
35021             "name": "Urban Outfitters",
35022             "icon": "clothing-store",
35023             "geometry": [
35024                 "point",
35025                 "area"
35026             ],
35027             "fields": [
35028                 "operator",
35029                 "address",
35030                 "building_area",
35031                 "opening_hours"
35032             ],
35033             "suggestion": true
35034         },
35035         "shop/clothes/Vögele": {
35036             "tags": {
35037                 "name": "Vögele",
35038                 "shop": "clothes"
35039             },
35040             "name": "Vögele",
35041             "icon": "clothing-store",
35042             "geometry": [
35043                 "point",
35044                 "area"
35045             ],
35046             "fields": [
35047                 "operator",
35048                 "address",
35049                 "building_area",
35050                 "opening_hours"
35051             ],
35052             "suggestion": true
35053         },
35054         "shop/clothes/Zeeman": {
35055             "tags": {
35056                 "name": "Zeeman",
35057                 "shop": "clothes"
35058             },
35059             "name": "Zeeman",
35060             "icon": "clothing-store",
35061             "geometry": [
35062                 "point",
35063                 "area"
35064             ],
35065             "fields": [
35066                 "operator",
35067                 "address",
35068                 "building_area",
35069                 "opening_hours"
35070             ],
35071             "suggestion": true
35072         },
35073         "shop/clothes/Takko": {
35074             "tags": {
35075                 "name": "Takko",
35076                 "shop": "clothes"
35077             },
35078             "name": "Takko",
35079             "icon": "clothing-store",
35080             "geometry": [
35081                 "point",
35082                 "area"
35083             ],
35084             "fields": [
35085                 "operator",
35086                 "address",
35087                 "building_area",
35088                 "opening_hours"
35089             ],
35090             "suggestion": true
35091         },
35092         "shop/clothes/C&A": {
35093             "tags": {
35094                 "name": "C&A",
35095                 "shop": "clothes"
35096             },
35097             "name": "C&A",
35098             "icon": "clothing-store",
35099             "geometry": [
35100                 "point",
35101                 "area"
35102             ],
35103             "fields": [
35104                 "operator",
35105                 "address",
35106                 "building_area",
35107                 "opening_hours"
35108             ],
35109             "suggestion": true
35110         },
35111         "shop/clothes/Zara": {
35112             "tags": {
35113                 "name": "Zara",
35114                 "shop": "clothes"
35115             },
35116             "name": "Zara",
35117             "icon": "clothing-store",
35118             "geometry": [
35119                 "point",
35120                 "area"
35121             ],
35122             "fields": [
35123                 "operator",
35124                 "address",
35125                 "building_area",
35126                 "opening_hours"
35127             ],
35128             "suggestion": true
35129         },
35130         "shop/clothes/Vero Moda": {
35131             "tags": {
35132                 "name": "Vero Moda",
35133                 "shop": "clothes"
35134             },
35135             "name": "Vero Moda",
35136             "icon": "clothing-store",
35137             "geometry": [
35138                 "point",
35139                 "area"
35140             ],
35141             "fields": [
35142                 "operator",
35143                 "address",
35144                 "building_area",
35145                 "opening_hours"
35146             ],
35147             "suggestion": true
35148         },
35149         "shop/clothes/NKD": {
35150             "tags": {
35151                 "name": "NKD",
35152                 "shop": "clothes"
35153             },
35154             "name": "NKD",
35155             "icon": "clothing-store",
35156             "geometry": [
35157                 "point",
35158                 "area"
35159             ],
35160             "fields": [
35161                 "operator",
35162                 "address",
35163                 "building_area",
35164                 "opening_hours"
35165             ],
35166             "suggestion": true
35167         },
35168         "shop/clothes/Ernsting's family": {
35169             "tags": {
35170                 "name": "Ernsting's family",
35171                 "shop": "clothes"
35172             },
35173             "name": "Ernsting's family",
35174             "icon": "clothing-store",
35175             "geometry": [
35176                 "point",
35177                 "area"
35178             ],
35179             "fields": [
35180                 "operator",
35181                 "address",
35182                 "building_area",
35183                 "opening_hours"
35184             ],
35185             "suggestion": true
35186         },
35187         "shop/clothes/Winners": {
35188             "tags": {
35189                 "name": "Winners",
35190                 "shop": "clothes"
35191             },
35192             "name": "Winners",
35193             "icon": "clothing-store",
35194             "geometry": [
35195                 "point",
35196                 "area"
35197             ],
35198             "fields": [
35199                 "operator",
35200                 "address",
35201                 "building_area",
35202                 "opening_hours"
35203             ],
35204             "suggestion": true
35205         },
35206         "shop/clothes/River Island": {
35207             "tags": {
35208                 "name": "River Island",
35209                 "shop": "clothes"
35210             },
35211             "name": "River Island",
35212             "icon": "clothing-store",
35213             "geometry": [
35214                 "point",
35215                 "area"
35216             ],
35217             "fields": [
35218                 "operator",
35219                 "address",
35220                 "building_area",
35221                 "opening_hours"
35222             ],
35223             "suggestion": true
35224         },
35225         "shop/clothes/Next": {
35226             "tags": {
35227                 "name": "Next",
35228                 "shop": "clothes"
35229             },
35230             "name": "Next",
35231             "icon": "clothing-store",
35232             "geometry": [
35233                 "point",
35234                 "area"
35235             ],
35236             "fields": [
35237                 "operator",
35238                 "address",
35239                 "building_area",
35240                 "opening_hours"
35241             ],
35242             "suggestion": true
35243         },
35244         "shop/clothes/Gap": {
35245             "tags": {
35246                 "name": "Gap",
35247                 "shop": "clothes"
35248             },
35249             "name": "Gap",
35250             "icon": "clothing-store",
35251             "geometry": [
35252                 "point",
35253                 "area"
35254             ],
35255             "fields": [
35256                 "operator",
35257                 "address",
35258                 "building_area",
35259                 "opening_hours"
35260             ],
35261             "suggestion": true
35262         },
35263         "shop/clothes/Adidas": {
35264             "tags": {
35265                 "name": "Adidas",
35266                 "shop": "clothes"
35267             },
35268             "name": "Adidas",
35269             "icon": "clothing-store",
35270             "geometry": [
35271                 "point",
35272                 "area"
35273             ],
35274             "fields": [
35275                 "operator",
35276                 "address",
35277                 "building_area",
35278                 "opening_hours"
35279             ],
35280             "suggestion": true
35281         },
35282         "shop/clothes/Mr Price": {
35283             "tags": {
35284                 "name": "Mr Price",
35285                 "shop": "clothes"
35286             },
35287             "name": "Mr Price",
35288             "icon": "clothing-store",
35289             "geometry": [
35290                 "point",
35291                 "area"
35292             ],
35293             "fields": [
35294                 "operator",
35295                 "address",
35296                 "building_area",
35297                 "opening_hours"
35298             ],
35299             "suggestion": true
35300         },
35301         "shop/clothes/Pep": {
35302             "tags": {
35303                 "name": "Pep",
35304                 "shop": "clothes"
35305             },
35306             "name": "Pep",
35307             "icon": "clothing-store",
35308             "geometry": [
35309                 "point",
35310                 "area"
35311             ],
35312             "fields": [
35313                 "operator",
35314                 "address",
35315                 "building_area",
35316                 "opening_hours"
35317             ],
35318             "suggestion": true
35319         },
35320         "shop/clothes/Edgars": {
35321             "tags": {
35322                 "name": "Edgars",
35323                 "shop": "clothes"
35324             },
35325             "name": "Edgars",
35326             "icon": "clothing-store",
35327             "geometry": [
35328                 "point",
35329                 "area"
35330             ],
35331             "fields": [
35332                 "operator",
35333                 "address",
35334                 "building_area",
35335                 "opening_hours"
35336             ],
35337             "suggestion": true
35338         },
35339         "shop/clothes/Ackermans": {
35340             "tags": {
35341                 "name": "Ackermans",
35342                 "shop": "clothes"
35343             },
35344             "name": "Ackermans",
35345             "icon": "clothing-store",
35346             "geometry": [
35347                 "point",
35348                 "area"
35349             ],
35350             "fields": [
35351                 "operator",
35352                 "address",
35353                 "building_area",
35354                 "opening_hours"
35355             ],
35356             "suggestion": true
35357         },
35358         "shop/clothes/Truworths": {
35359             "tags": {
35360                 "name": "Truworths",
35361                 "shop": "clothes"
35362             },
35363             "name": "Truworths",
35364             "icon": "clothing-store",
35365             "geometry": [
35366                 "point",
35367                 "area"
35368             ],
35369             "fields": [
35370                 "operator",
35371                 "address",
35372                 "building_area",
35373                 "opening_hours"
35374             ],
35375             "suggestion": true
35376         },
35377         "shop/clothes/Ross": {
35378             "tags": {
35379                 "name": "Ross",
35380                 "shop": "clothes"
35381             },
35382             "name": "Ross",
35383             "icon": "clothing-store",
35384             "geometry": [
35385                 "point",
35386                 "area"
35387             ],
35388             "fields": [
35389                 "operator",
35390                 "address",
35391                 "building_area",
35392                 "opening_hours"
35393             ],
35394             "suggestion": true
35395         },
35396         "shop/clothes/Burton": {
35397             "tags": {
35398                 "name": "Burton",
35399                 "shop": "clothes"
35400             },
35401             "name": "Burton",
35402             "icon": "clothing-store",
35403             "geometry": [
35404                 "point",
35405                 "area"
35406             ],
35407             "fields": [
35408                 "operator",
35409                 "address",
35410                 "building_area",
35411                 "opening_hours"
35412             ],
35413             "suggestion": true
35414         },
35415         "shop/clothes/Dorothy Perkins": {
35416             "tags": {
35417                 "name": "Dorothy Perkins",
35418                 "shop": "clothes"
35419             },
35420             "name": "Dorothy Perkins",
35421             "icon": "clothing-store",
35422             "geometry": [
35423                 "point",
35424                 "area"
35425             ],
35426             "fields": [
35427                 "operator",
35428                 "address",
35429                 "building_area",
35430                 "opening_hours"
35431             ],
35432             "suggestion": true
35433         },
35434         "shop/clothes/Lindex": {
35435             "tags": {
35436                 "name": "Lindex",
35437                 "shop": "clothes"
35438             },
35439             "name": "Lindex",
35440             "icon": "clothing-store",
35441             "geometry": [
35442                 "point",
35443                 "area"
35444             ],
35445             "fields": [
35446                 "operator",
35447                 "address",
35448                 "building_area",
35449                 "opening_hours"
35450             ],
35451             "suggestion": true
35452         },
35453         "shop/clothes/s.Oliver": {
35454             "tags": {
35455                 "name": "s.Oliver",
35456                 "shop": "clothes"
35457             },
35458             "name": "s.Oliver",
35459             "icon": "clothing-store",
35460             "geometry": [
35461                 "point",
35462                 "area"
35463             ],
35464             "fields": [
35465                 "operator",
35466                 "address",
35467                 "building_area",
35468                 "opening_hours"
35469             ],
35470             "suggestion": true
35471         },
35472         "shop/clothes/Cecil": {
35473             "tags": {
35474                 "name": "Cecil",
35475                 "shop": "clothes"
35476             },
35477             "name": "Cecil",
35478             "icon": "clothing-store",
35479             "geometry": [
35480                 "point",
35481                 "area"
35482             ],
35483             "fields": [
35484                 "operator",
35485                 "address",
35486                 "building_area",
35487                 "opening_hours"
35488             ],
35489             "suggestion": true
35490         },
35491         "shop/clothes/Dress Barn": {
35492             "tags": {
35493                 "name": "Dress Barn",
35494                 "shop": "clothes"
35495             },
35496             "name": "Dress Barn",
35497             "icon": "clothing-store",
35498             "geometry": [
35499                 "point",
35500                 "area"
35501             ],
35502             "fields": [
35503                 "operator",
35504                 "address",
35505                 "building_area",
35506                 "opening_hours"
35507             ],
35508             "suggestion": true
35509         },
35510         "shop/clothes/Old Navy": {
35511             "tags": {
35512                 "name": "Old Navy",
35513                 "shop": "clothes"
35514             },
35515             "name": "Old Navy",
35516             "icon": "clothing-store",
35517             "geometry": [
35518                 "point",
35519                 "area"
35520             ],
35521             "fields": [
35522                 "operator",
35523                 "address",
35524                 "building_area",
35525                 "opening_hours"
35526             ],
35527             "suggestion": true
35528         },
35529         "shop/clothes/Jack & Jones": {
35530             "tags": {
35531                 "name": "Jack & Jones",
35532                 "shop": "clothes"
35533             },
35534             "name": "Jack & Jones",
35535             "icon": "clothing-store",
35536             "geometry": [
35537                 "point",
35538                 "area"
35539             ],
35540             "fields": [
35541                 "operator",
35542                 "address",
35543                 "building_area",
35544                 "opening_hours"
35545             ],
35546             "suggestion": true
35547         },
35548         "shop/clothes/Pimkie": {
35549             "tags": {
35550                 "name": "Pimkie",
35551                 "shop": "clothes"
35552             },
35553             "name": "Pimkie",
35554             "icon": "clothing-store",
35555             "geometry": [
35556                 "point",
35557                 "area"
35558             ],
35559             "fields": [
35560                 "operator",
35561                 "address",
35562                 "building_area",
35563                 "opening_hours"
35564             ],
35565             "suggestion": true
35566         },
35567         "shop/clothes/Esprit": {
35568             "tags": {
35569                 "name": "Esprit",
35570                 "shop": "clothes"
35571             },
35572             "name": "Esprit",
35573             "icon": "clothing-store",
35574             "geometry": [
35575                 "point",
35576                 "area"
35577             ],
35578             "fields": [
35579                 "operator",
35580                 "address",
35581                 "building_area",
35582                 "opening_hours"
35583             ],
35584             "suggestion": true
35585         },
35586         "shop/clothes/Primark": {
35587             "tags": {
35588                 "name": "Primark",
35589                 "shop": "clothes"
35590             },
35591             "name": "Primark",
35592             "icon": "clothing-store",
35593             "geometry": [
35594                 "point",
35595                 "area"
35596             ],
35597             "fields": [
35598                 "operator",
35599                 "address",
35600                 "building_area",
35601                 "opening_hours"
35602             ],
35603             "suggestion": true
35604         },
35605         "shop/clothes/Bonita": {
35606             "tags": {
35607                 "name": "Bonita",
35608                 "shop": "clothes"
35609             },
35610             "name": "Bonita",
35611             "icon": "clothing-store",
35612             "geometry": [
35613                 "point",
35614                 "area"
35615             ],
35616             "fields": [
35617                 "operator",
35618                 "address",
35619                 "building_area",
35620                 "opening_hours"
35621             ],
35622             "suggestion": true
35623         },
35624         "shop/clothes/Mexx": {
35625             "tags": {
35626                 "name": "Mexx",
35627                 "shop": "clothes"
35628             },
35629             "name": "Mexx",
35630             "icon": "clothing-store",
35631             "geometry": [
35632                 "point",
35633                 "area"
35634             ],
35635             "fields": [
35636                 "operator",
35637                 "address",
35638                 "building_area",
35639                 "opening_hours"
35640             ],
35641             "suggestion": true
35642         },
35643         "shop/clothes/Gerry Weber": {
35644             "tags": {
35645                 "name": "Gerry Weber",
35646                 "shop": "clothes"
35647             },
35648             "name": "Gerry Weber",
35649             "icon": "clothing-store",
35650             "geometry": [
35651                 "point",
35652                 "area"
35653             ],
35654             "fields": [
35655                 "operator",
35656                 "address",
35657                 "building_area",
35658                 "opening_hours"
35659             ],
35660             "suggestion": true
35661         },
35662         "shop/clothes/Tally Weijl": {
35663             "tags": {
35664                 "name": "Tally Weijl",
35665                 "shop": "clothes"
35666             },
35667             "name": "Tally Weijl",
35668             "icon": "clothing-store",
35669             "geometry": [
35670                 "point",
35671                 "area"
35672             ],
35673             "fields": [
35674                 "operator",
35675                 "address",
35676                 "building_area",
35677                 "opening_hours"
35678             ],
35679             "suggestion": true
35680         },
35681         "shop/clothes/Mango": {
35682             "tags": {
35683                 "name": "Mango",
35684                 "shop": "clothes"
35685             },
35686             "name": "Mango",
35687             "icon": "clothing-store",
35688             "geometry": [
35689                 "point",
35690                 "area"
35691             ],
35692             "fields": [
35693                 "operator",
35694                 "address",
35695                 "building_area",
35696                 "opening_hours"
35697             ],
35698             "suggestion": true
35699         },
35700         "shop/clothes/TK Maxx": {
35701             "tags": {
35702                 "name": "TK Maxx",
35703                 "shop": "clothes"
35704             },
35705             "name": "TK Maxx",
35706             "icon": "clothing-store",
35707             "geometry": [
35708                 "point",
35709                 "area"
35710             ],
35711             "fields": [
35712                 "operator",
35713                 "address",
35714                 "building_area",
35715                 "opening_hours"
35716             ],
35717             "suggestion": true
35718         },
35719         "shop/clothes/Benetton": {
35720             "tags": {
35721                 "name": "Benetton",
35722                 "shop": "clothes"
35723             },
35724             "name": "Benetton",
35725             "icon": "clothing-store",
35726             "geometry": [
35727                 "point",
35728                 "area"
35729             ],
35730             "fields": [
35731                 "operator",
35732                 "address",
35733                 "building_area",
35734                 "opening_hours"
35735             ],
35736             "suggestion": true
35737         },
35738         "shop/clothes/Ulla Popken": {
35739             "tags": {
35740                 "name": "Ulla Popken",
35741                 "shop": "clothes"
35742             },
35743             "name": "Ulla Popken",
35744             "icon": "clothing-store",
35745             "geometry": [
35746                 "point",
35747                 "area"
35748             ],
35749             "fields": [
35750                 "operator",
35751                 "address",
35752                 "building_area",
35753                 "opening_hours"
35754             ],
35755             "suggestion": true
35756         },
35757         "shop/clothes/AWG": {
35758             "tags": {
35759                 "name": "AWG",
35760                 "shop": "clothes"
35761             },
35762             "name": "AWG",
35763             "icon": "clothing-store",
35764             "geometry": [
35765                 "point",
35766                 "area"
35767             ],
35768             "fields": [
35769                 "operator",
35770                 "address",
35771                 "building_area",
35772                 "opening_hours"
35773             ],
35774             "suggestion": true
35775         },
35776         "shop/clothes/Tommy Hilfiger": {
35777             "tags": {
35778                 "name": "Tommy Hilfiger",
35779                 "shop": "clothes"
35780             },
35781             "name": "Tommy Hilfiger",
35782             "icon": "clothing-store",
35783             "geometry": [
35784                 "point",
35785                 "area"
35786             ],
35787             "fields": [
35788                 "operator",
35789                 "address",
35790                 "building_area",
35791                 "opening_hours"
35792             ],
35793             "suggestion": true
35794         },
35795         "shop/clothes/New Yorker": {
35796             "tags": {
35797                 "name": "New Yorker",
35798                 "shop": "clothes"
35799             },
35800             "name": "New Yorker",
35801             "icon": "clothing-store",
35802             "geometry": [
35803                 "point",
35804                 "area"
35805             ],
35806             "fields": [
35807                 "operator",
35808                 "address",
35809                 "building_area",
35810                 "opening_hours"
35811             ],
35812             "suggestion": true
35813         },
35814         "shop/clothes/Orsay": {
35815             "tags": {
35816                 "name": "Orsay",
35817                 "shop": "clothes"
35818             },
35819             "name": "Orsay",
35820             "icon": "clothing-store",
35821             "geometry": [
35822                 "point",
35823                 "area"
35824             ],
35825             "fields": [
35826                 "operator",
35827                 "address",
35828                 "building_area",
35829                 "opening_hours"
35830             ],
35831             "suggestion": true
35832         },
35833         "shop/clothes/Jeans Fritz": {
35834             "tags": {
35835                 "name": "Jeans Fritz",
35836                 "shop": "clothes"
35837             },
35838             "name": "Jeans Fritz",
35839             "icon": "clothing-store",
35840             "geometry": [
35841                 "point",
35842                 "area"
35843             ],
35844             "fields": [
35845                 "operator",
35846                 "address",
35847                 "building_area",
35848                 "opening_hours"
35849             ],
35850             "suggestion": true
35851         },
35852         "shop/clothes/Charles Vögele": {
35853             "tags": {
35854                 "name": "Charles Vögele",
35855                 "shop": "clothes"
35856             },
35857             "name": "Charles Vögele",
35858             "icon": "clothing-store",
35859             "geometry": [
35860                 "point",
35861                 "area"
35862             ],
35863             "fields": [
35864                 "operator",
35865                 "address",
35866                 "building_area",
35867                 "opening_hours"
35868             ],
35869             "suggestion": true
35870         },
35871         "shop/clothes/New Look": {
35872             "tags": {
35873                 "name": "New Look",
35874                 "shop": "clothes"
35875             },
35876             "name": "New Look",
35877             "icon": "clothing-store",
35878             "geometry": [
35879                 "point",
35880                 "area"
35881             ],
35882             "fields": [
35883                 "operator",
35884                 "address",
35885                 "building_area",
35886                 "opening_hours"
35887             ],
35888             "suggestion": true
35889         },
35890         "shop/clothes/Lacoste": {
35891             "tags": {
35892                 "name": "Lacoste",
35893                 "shop": "clothes"
35894             },
35895             "name": "Lacoste",
35896             "icon": "clothing-store",
35897             "geometry": [
35898                 "point",
35899                 "area"
35900             ],
35901             "fields": [
35902                 "operator",
35903                 "address",
35904                 "building_area",
35905                 "opening_hours"
35906             ],
35907             "suggestion": true
35908         },
35909         "shop/clothes/Etam": {
35910             "tags": {
35911                 "name": "Etam",
35912                 "shop": "clothes"
35913             },
35914             "name": "Etam",
35915             "icon": "clothing-store",
35916             "geometry": [
35917                 "point",
35918                 "area"
35919             ],
35920             "fields": [
35921                 "operator",
35922                 "address",
35923                 "building_area",
35924                 "opening_hours"
35925             ],
35926             "suggestion": true
35927         },
35928         "shop/clothes/Kiabi": {
35929             "tags": {
35930                 "name": "Kiabi",
35931                 "shop": "clothes"
35932             },
35933             "name": "Kiabi",
35934             "icon": "clothing-store",
35935             "geometry": [
35936                 "point",
35937                 "area"
35938             ],
35939             "fields": [
35940                 "operator",
35941                 "address",
35942                 "building_area",
35943                 "opening_hours"
35944             ],
35945             "suggestion": true
35946         },
35947         "shop/clothes/Jack Wolfskin": {
35948             "tags": {
35949                 "name": "Jack Wolfskin",
35950                 "shop": "clothes"
35951             },
35952             "name": "Jack Wolfskin",
35953             "icon": "clothing-store",
35954             "geometry": [
35955                 "point",
35956                 "area"
35957             ],
35958             "fields": [
35959                 "operator",
35960                 "address",
35961                 "building_area",
35962                 "opening_hours"
35963             ],
35964             "suggestion": true
35965         },
35966         "shop/clothes/American Apparel": {
35967             "tags": {
35968                 "name": "American Apparel",
35969                 "shop": "clothes"
35970             },
35971             "name": "American Apparel",
35972             "icon": "clothing-store",
35973             "geometry": [
35974                 "point",
35975                 "area"
35976             ],
35977             "fields": [
35978                 "operator",
35979                 "address",
35980                 "building_area",
35981                 "opening_hours"
35982             ],
35983             "suggestion": true
35984         },
35985         "shop/clothes/Men's Wearhouse": {
35986             "tags": {
35987                 "name": "Men's Wearhouse",
35988                 "shop": "clothes"
35989             },
35990             "name": "Men's Wearhouse",
35991             "icon": "clothing-store",
35992             "geometry": [
35993                 "point",
35994                 "area"
35995             ],
35996             "fields": [
35997                 "operator",
35998                 "address",
35999                 "building_area",
36000                 "opening_hours"
36001             ],
36002             "suggestion": true
36003         },
36004         "shop/clothes/Intimissimi": {
36005             "tags": {
36006                 "name": "Intimissimi",
36007                 "shop": "clothes"
36008             },
36009             "name": "Intimissimi",
36010             "icon": "clothing-store",
36011             "geometry": [
36012                 "point",
36013                 "area"
36014             ],
36015             "fields": [
36016                 "operator",
36017                 "address",
36018                 "building_area",
36019                 "opening_hours"
36020             ],
36021             "suggestion": true
36022         },
36023         "shop/clothes/United Colors of Benetton": {
36024             "tags": {
36025                 "name": "United Colors of Benetton",
36026                 "shop": "clothes"
36027             },
36028             "name": "United Colors of Benetton",
36029             "icon": "clothing-store",
36030             "geometry": [
36031                 "point",
36032                 "area"
36033             ],
36034             "fields": [
36035                 "operator",
36036                 "address",
36037                 "building_area",
36038                 "opening_hours"
36039             ],
36040             "suggestion": true
36041         },
36042         "shop/clothes/Jules": {
36043             "tags": {
36044                 "name": "Jules",
36045                 "shop": "clothes"
36046             },
36047             "name": "Jules",
36048             "icon": "clothing-store",
36049             "geometry": [
36050                 "point",
36051                 "area"
36052             ],
36053             "fields": [
36054                 "operator",
36055                 "address",
36056                 "building_area",
36057                 "opening_hours"
36058             ],
36059             "suggestion": true
36060         },
36061         "shop/clothes/Second Hand": {
36062             "tags": {
36063                 "name": "Second Hand",
36064                 "shop": "clothes"
36065             },
36066             "name": "Second Hand",
36067             "icon": "clothing-store",
36068             "geometry": [
36069                 "point",
36070                 "area"
36071             ],
36072             "fields": [
36073                 "operator",
36074                 "address",
36075                 "building_area",
36076                 "opening_hours"
36077             ],
36078             "suggestion": true
36079         },
36080         "shop/clothes/AOKI": {
36081             "tags": {
36082                 "name": "AOKI",
36083                 "shop": "clothes"
36084             },
36085             "name": "AOKI",
36086             "icon": "clothing-store",
36087             "geometry": [
36088                 "point",
36089                 "area"
36090             ],
36091             "fields": [
36092                 "operator",
36093                 "address",
36094                 "building_area",
36095                 "opening_hours"
36096             ],
36097             "suggestion": true
36098         },
36099         "shop/clothes/Calzedonia": {
36100             "tags": {
36101                 "name": "Calzedonia",
36102                 "shop": "clothes"
36103             },
36104             "name": "Calzedonia",
36105             "icon": "clothing-store",
36106             "geometry": [
36107                 "point",
36108                 "area"
36109             ],
36110             "fields": [
36111                 "operator",
36112                 "address",
36113                 "building_area",
36114                 "opening_hours"
36115             ],
36116             "suggestion": true
36117         },
36118         "shop/clothes/洋服の青山": {
36119             "tags": {
36120                 "name": "洋服の青山",
36121                 "shop": "clothes"
36122             },
36123             "name": "洋服の青山",
36124             "icon": "clothing-store",
36125             "geometry": [
36126                 "point",
36127                 "area"
36128             ],
36129             "fields": [
36130                 "operator",
36131                 "address",
36132                 "building_area",
36133                 "opening_hours"
36134             ],
36135             "suggestion": true
36136         },
36137         "shop/clothes/Levi's": {
36138             "tags": {
36139                 "name": "Levi's",
36140                 "shop": "clothes"
36141             },
36142             "name": "Levi's",
36143             "icon": "clothing-store",
36144             "geometry": [
36145                 "point",
36146                 "area"
36147             ],
36148             "fields": [
36149                 "operator",
36150                 "address",
36151                 "building_area",
36152                 "opening_hours"
36153             ],
36154             "suggestion": true
36155         },
36156         "shop/clothes/Celio": {
36157             "tags": {
36158                 "name": "Celio",
36159                 "shop": "clothes"
36160             },
36161             "name": "Celio",
36162             "icon": "clothing-store",
36163             "geometry": [
36164                 "point",
36165                 "area"
36166             ],
36167             "fields": [
36168                 "operator",
36169                 "address",
36170                 "building_area",
36171                 "opening_hours"
36172             ],
36173             "suggestion": true
36174         },
36175         "shop/clothes/TJ Maxx": {
36176             "tags": {
36177                 "name": "TJ Maxx",
36178                 "shop": "clothes"
36179             },
36180             "name": "TJ Maxx",
36181             "icon": "clothing-store",
36182             "geometry": [
36183                 "point",
36184                 "area"
36185             ],
36186             "fields": [
36187                 "operator",
36188                 "address",
36189                 "building_area",
36190                 "opening_hours"
36191             ],
36192             "suggestion": true
36193         },
36194         "shop/clothes/Promod": {
36195             "tags": {
36196                 "name": "Promod",
36197                 "shop": "clothes"
36198             },
36199             "name": "Promod",
36200             "icon": "clothing-store",
36201             "geometry": [
36202                 "point",
36203                 "area"
36204             ],
36205             "fields": [
36206                 "operator",
36207                 "address",
36208                 "building_area",
36209                 "opening_hours"
36210             ],
36211             "suggestion": true
36212         },
36213         "shop/clothes/Street One": {
36214             "tags": {
36215                 "name": "Street One",
36216                 "shop": "clothes"
36217             },
36218             "name": "Street One",
36219             "icon": "clothing-store",
36220             "geometry": [
36221                 "point",
36222                 "area"
36223             ],
36224             "fields": [
36225                 "operator",
36226                 "address",
36227                 "building_area",
36228                 "opening_hours"
36229             ],
36230             "suggestion": true
36231         },
36232         "shop/clothes/ユニクロ": {
36233             "tags": {
36234                 "name": "ユニクロ",
36235                 "shop": "clothes"
36236             },
36237             "name": "ユニクロ",
36238             "icon": "clothing-store",
36239             "geometry": [
36240                 "point",
36241                 "area"
36242             ],
36243             "fields": [
36244                 "operator",
36245                 "address",
36246                 "building_area",
36247                 "opening_hours"
36248             ],
36249             "suggestion": true
36250         },
36251         "shop/clothes/Banana Republic": {
36252             "tags": {
36253                 "name": "Banana Republic",
36254                 "shop": "clothes"
36255             },
36256             "name": "Banana Republic",
36257             "icon": "clothing-store",
36258             "geometry": [
36259                 "point",
36260                 "area"
36261             ],
36262             "fields": [
36263                 "operator",
36264                 "address",
36265                 "building_area",
36266                 "opening_hours"
36267             ],
36268             "suggestion": true
36269         },
36270         "shop/clothes/Одежда": {
36271             "tags": {
36272                 "name": "Одежда",
36273                 "shop": "clothes"
36274             },
36275             "name": "Одежда",
36276             "icon": "clothing-store",
36277             "geometry": [
36278                 "point",
36279                 "area"
36280             ],
36281             "fields": [
36282                 "operator",
36283                 "address",
36284                 "building_area",
36285                 "opening_hours"
36286             ],
36287             "suggestion": true
36288         },
36289         "shop/clothes/Marshalls": {
36290             "tags": {
36291                 "name": "Marshalls",
36292                 "shop": "clothes"
36293             },
36294             "name": "Marshalls",
36295             "icon": "clothing-store",
36296             "geometry": [
36297                 "point",
36298                 "area"
36299             ],
36300             "fields": [
36301                 "operator",
36302                 "address",
36303                 "building_area",
36304                 "opening_hours"
36305             ],
36306             "suggestion": true
36307         },
36308         "shop/clothes/La Halle": {
36309             "tags": {
36310                 "name": "La Halle",
36311                 "shop": "clothes"
36312             },
36313             "name": "La Halle",
36314             "icon": "clothing-store",
36315             "geometry": [
36316                 "point",
36317                 "area"
36318             ],
36319             "fields": [
36320                 "operator",
36321                 "address",
36322                 "building_area",
36323                 "opening_hours"
36324             ],
36325             "suggestion": true
36326         },
36327         "shop/clothes/Peacocks": {
36328             "tags": {
36329                 "name": "Peacocks",
36330                 "shop": "clothes"
36331             },
36332             "name": "Peacocks",
36333             "icon": "clothing-store",
36334             "geometry": [
36335                 "point",
36336                 "area"
36337             ],
36338             "fields": [
36339                 "operator",
36340                 "address",
36341                 "building_area",
36342                 "opening_hours"
36343             ],
36344             "suggestion": true
36345         },
36346         "shop/clothes/しまむら": {
36347             "tags": {
36348                 "name": "しまむら",
36349                 "shop": "clothes"
36350             },
36351             "name": "しまむら",
36352             "icon": "clothing-store",
36353             "geometry": [
36354                 "point",
36355                 "area"
36356             ],
36357             "fields": [
36358                 "operator",
36359                 "address",
36360                 "building_area",
36361                 "opening_hours"
36362             ],
36363             "suggestion": true
36364         },
36365         "shop/books/Bruna": {
36366             "tags": {
36367                 "name": "Bruna",
36368                 "shop": "books"
36369             },
36370             "name": "Bruna",
36371             "icon": "shop",
36372             "geometry": [
36373                 "point",
36374                 "area"
36375             ],
36376             "fields": [
36377                 "operator",
36378                 "address",
36379                 "building_area",
36380                 "opening_hours"
36381             ],
36382             "suggestion": true
36383         },
36384         "shop/books/Waterstones": {
36385             "tags": {
36386                 "name": "Waterstones",
36387                 "shop": "books"
36388             },
36389             "name": "Waterstones",
36390             "icon": "shop",
36391             "geometry": [
36392                 "point",
36393                 "area"
36394             ],
36395             "fields": [
36396                 "operator",
36397                 "address",
36398                 "building_area",
36399                 "opening_hours"
36400             ],
36401             "suggestion": true
36402         },
36403         "shop/books/Libro": {
36404             "tags": {
36405                 "name": "Libro",
36406                 "shop": "books"
36407             },
36408             "name": "Libro",
36409             "icon": "shop",
36410             "geometry": [
36411                 "point",
36412                 "area"
36413             ],
36414             "fields": [
36415                 "operator",
36416                 "address",
36417                 "building_area",
36418                 "opening_hours"
36419             ],
36420             "suggestion": true
36421         },
36422         "shop/books/Barnes & Noble": {
36423             "tags": {
36424                 "name": "Barnes & Noble",
36425                 "shop": "books"
36426             },
36427             "name": "Barnes & Noble",
36428             "icon": "shop",
36429             "geometry": [
36430                 "point",
36431                 "area"
36432             ],
36433             "fields": [
36434                 "operator",
36435                 "address",
36436                 "building_area",
36437                 "opening_hours"
36438             ],
36439             "suggestion": true
36440         },
36441         "shop/books/Weltbild": {
36442             "tags": {
36443                 "name": "Weltbild",
36444                 "shop": "books"
36445             },
36446             "name": "Weltbild",
36447             "icon": "shop",
36448             "geometry": [
36449                 "point",
36450                 "area"
36451             ],
36452             "fields": [
36453                 "operator",
36454                 "address",
36455                 "building_area",
36456                 "opening_hours"
36457             ],
36458             "suggestion": true
36459         },
36460         "shop/books/Thalia": {
36461             "tags": {
36462                 "name": "Thalia",
36463                 "shop": "books"
36464             },
36465             "name": "Thalia",
36466             "icon": "shop",
36467             "geometry": [
36468                 "point",
36469                 "area"
36470             ],
36471             "fields": [
36472                 "operator",
36473                 "address",
36474                 "building_area",
36475                 "opening_hours"
36476             ],
36477             "suggestion": true
36478         },
36479         "shop/books/Книги": {
36480             "tags": {
36481                 "name": "Книги",
36482                 "shop": "books"
36483             },
36484             "name": "Книги",
36485             "icon": "shop",
36486             "geometry": [
36487                 "point",
36488                 "area"
36489             ],
36490             "fields": [
36491                 "operator",
36492                 "address",
36493                 "building_area",
36494                 "opening_hours"
36495             ],
36496             "suggestion": true
36497         },
36498         "shop/department_store/Debenhams": {
36499             "tags": {
36500                 "name": "Debenhams",
36501                 "shop": "department_store"
36502             },
36503             "name": "Debenhams",
36504             "icon": "shop",
36505             "geometry": [
36506                 "point",
36507                 "area"
36508             ],
36509             "fields": [
36510                 "operator",
36511                 "address",
36512                 "building_area",
36513                 "opening_hours"
36514             ],
36515             "suggestion": true
36516         },
36517         "shop/department_store/Karstadt": {
36518             "tags": {
36519                 "name": "Karstadt",
36520                 "shop": "department_store"
36521             },
36522             "name": "Karstadt",
36523             "icon": "shop",
36524             "geometry": [
36525                 "point",
36526                 "area"
36527             ],
36528             "fields": [
36529                 "operator",
36530                 "address",
36531                 "building_area",
36532                 "opening_hours"
36533             ],
36534             "suggestion": true
36535         },
36536         "shop/department_store/Kmart": {
36537             "tags": {
36538                 "name": "Kmart",
36539                 "shop": "department_store"
36540             },
36541             "name": "Kmart",
36542             "icon": "shop",
36543             "geometry": [
36544                 "point",
36545                 "area"
36546             ],
36547             "fields": [
36548                 "operator",
36549                 "address",
36550                 "building_area",
36551                 "opening_hours"
36552             ],
36553             "suggestion": true
36554         },
36555         "shop/department_store/Target": {
36556             "tags": {
36557                 "name": "Target",
36558                 "shop": "department_store"
36559             },
36560             "name": "Target",
36561             "icon": "shop",
36562             "geometry": [
36563                 "point",
36564                 "area"
36565             ],
36566             "fields": [
36567                 "operator",
36568                 "address",
36569                 "building_area",
36570                 "opening_hours"
36571             ],
36572             "suggestion": true
36573         },
36574         "shop/department_store/Galeria Kaufhof": {
36575             "tags": {
36576                 "name": "Galeria Kaufhof",
36577                 "shop": "department_store"
36578             },
36579             "name": "Galeria Kaufhof",
36580             "icon": "shop",
36581             "geometry": [
36582                 "point",
36583                 "area"
36584             ],
36585             "fields": [
36586                 "operator",
36587                 "address",
36588                 "building_area",
36589                 "opening_hours"
36590             ],
36591             "suggestion": true
36592         },
36593         "shop/department_store/Marks & Spencer": {
36594             "tags": {
36595                 "name": "Marks & Spencer",
36596                 "shop": "department_store"
36597             },
36598             "name": "Marks & Spencer",
36599             "icon": "shop",
36600             "geometry": [
36601                 "point",
36602                 "area"
36603             ],
36604             "fields": [
36605                 "operator",
36606                 "address",
36607                 "building_area",
36608                 "opening_hours"
36609             ],
36610             "suggestion": true
36611         },
36612         "shop/department_store/Big W": {
36613             "tags": {
36614                 "name": "Big W",
36615                 "shop": "department_store"
36616             },
36617             "name": "Big W",
36618             "icon": "shop",
36619             "geometry": [
36620                 "point",
36621                 "area"
36622             ],
36623             "fields": [
36624                 "operator",
36625                 "address",
36626                 "building_area",
36627                 "opening_hours"
36628             ],
36629             "suggestion": true
36630         },
36631         "shop/department_store/Woolworth": {
36632             "tags": {
36633                 "name": "Woolworth",
36634                 "shop": "department_store"
36635             },
36636             "name": "Woolworth",
36637             "icon": "shop",
36638             "geometry": [
36639                 "point",
36640                 "area"
36641             ],
36642             "fields": [
36643                 "operator",
36644                 "address",
36645                 "building_area",
36646                 "opening_hours"
36647             ],
36648             "suggestion": true
36649         },
36650         "shop/department_store/Универмаг": {
36651             "tags": {
36652                 "name": "Универмаг",
36653                 "shop": "department_store"
36654             },
36655             "name": "Универмаг",
36656             "icon": "shop",
36657             "geometry": [
36658                 "point",
36659                 "area"
36660             ],
36661             "fields": [
36662                 "operator",
36663                 "address",
36664                 "building_area",
36665                 "opening_hours"
36666             ],
36667             "suggestion": true
36668         },
36669         "shop/department_store/Sears": {
36670             "tags": {
36671                 "name": "Sears",
36672                 "shop": "department_store"
36673             },
36674             "name": "Sears",
36675             "icon": "shop",
36676             "geometry": [
36677                 "point",
36678                 "area"
36679             ],
36680             "fields": [
36681                 "operator",
36682                 "address",
36683                 "building_area",
36684                 "opening_hours"
36685             ],
36686             "suggestion": true
36687         },
36688         "shop/department_store/Kohl's": {
36689             "tags": {
36690                 "name": "Kohl's",
36691                 "shop": "department_store"
36692             },
36693             "name": "Kohl's",
36694             "icon": "shop",
36695             "geometry": [
36696                 "point",
36697                 "area"
36698             ],
36699             "fields": [
36700                 "operator",
36701                 "address",
36702                 "building_area",
36703                 "opening_hours"
36704             ],
36705             "suggestion": true
36706         },
36707         "shop/department_store/Macy's": {
36708             "tags": {
36709                 "name": "Macy's",
36710                 "shop": "department_store"
36711             },
36712             "name": "Macy's",
36713             "icon": "shop",
36714             "geometry": [
36715                 "point",
36716                 "area"
36717             ],
36718             "fields": [
36719                 "operator",
36720                 "address",
36721                 "building_area",
36722                 "opening_hours"
36723             ],
36724             "suggestion": true
36725         },
36726         "shop/department_store/JCPenney": {
36727             "tags": {
36728                 "name": "JCPenney",
36729                 "shop": "department_store"
36730             },
36731             "name": "JCPenney",
36732             "icon": "shop",
36733             "geometry": [
36734                 "point",
36735                 "area"
36736             ],
36737             "fields": [
36738                 "operator",
36739                 "address",
36740                 "building_area",
36741                 "opening_hours"
36742             ],
36743             "suggestion": true
36744         },
36745         "shop/alcohol/Alko": {
36746             "tags": {
36747                 "name": "Alko",
36748                 "shop": "alcohol"
36749             },
36750             "name": "Alko",
36751             "icon": "alcohol-shop",
36752             "geometry": [
36753                 "point",
36754                 "area"
36755             ],
36756             "fields": [
36757                 "operator",
36758                 "address",
36759                 "building_area",
36760                 "opening_hours",
36761                 "drive_through"
36762             ],
36763             "suggestion": true
36764         },
36765         "shop/alcohol/The Beer Store": {
36766             "tags": {
36767                 "name": "The Beer Store",
36768                 "shop": "alcohol"
36769             },
36770             "name": "The Beer Store",
36771             "icon": "alcohol-shop",
36772             "geometry": [
36773                 "point",
36774                 "area"
36775             ],
36776             "fields": [
36777                 "operator",
36778                 "address",
36779                 "building_area",
36780                 "opening_hours",
36781                 "drive_through"
36782             ],
36783             "suggestion": true
36784         },
36785         "shop/alcohol/Systembolaget": {
36786             "tags": {
36787                 "name": "Systembolaget",
36788                 "shop": "alcohol"
36789             },
36790             "name": "Systembolaget",
36791             "icon": "alcohol-shop",
36792             "geometry": [
36793                 "point",
36794                 "area"
36795             ],
36796             "fields": [
36797                 "operator",
36798                 "address",
36799                 "building_area",
36800                 "opening_hours",
36801                 "drive_through"
36802             ],
36803             "suggestion": true
36804         },
36805         "shop/alcohol/LCBO": {
36806             "tags": {
36807                 "name": "LCBO",
36808                 "shop": "alcohol"
36809             },
36810             "name": "LCBO",
36811             "icon": "alcohol-shop",
36812             "geometry": [
36813                 "point",
36814                 "area"
36815             ],
36816             "fields": [
36817                 "operator",
36818                 "address",
36819                 "building_area",
36820                 "opening_hours",
36821                 "drive_through"
36822             ],
36823             "suggestion": true
36824         },
36825         "shop/alcohol/Ароматный мир": {
36826             "tags": {
36827                 "name": "Ароматный мир",
36828                 "shop": "alcohol"
36829             },
36830             "name": "Ароматный мир",
36831             "icon": "alcohol-shop",
36832             "geometry": [
36833                 "point",
36834                 "area"
36835             ],
36836             "fields": [
36837                 "operator",
36838                 "address",
36839                 "building_area",
36840                 "opening_hours",
36841                 "drive_through"
36842             ],
36843             "suggestion": true
36844         },
36845         "shop/alcohol/Bargain Booze": {
36846             "tags": {
36847                 "name": "Bargain Booze",
36848                 "shop": "alcohol"
36849             },
36850             "name": "Bargain Booze",
36851             "icon": "alcohol-shop",
36852             "geometry": [
36853                 "point",
36854                 "area"
36855             ],
36856             "fields": [
36857                 "operator",
36858                 "address",
36859                 "building_area",
36860                 "opening_hours",
36861                 "drive_through"
36862             ],
36863             "suggestion": true
36864         },
36865         "shop/alcohol/Nicolas": {
36866             "tags": {
36867                 "name": "Nicolas",
36868                 "shop": "alcohol"
36869             },
36870             "name": "Nicolas",
36871             "icon": "alcohol-shop",
36872             "geometry": [
36873                 "point",
36874                 "area"
36875             ],
36876             "fields": [
36877                 "operator",
36878                 "address",
36879                 "building_area",
36880                 "opening_hours",
36881                 "drive_through"
36882             ],
36883             "suggestion": true
36884         },
36885         "shop/alcohol/BWS": {
36886             "tags": {
36887                 "name": "BWS",
36888                 "shop": "alcohol"
36889             },
36890             "name": "BWS",
36891             "icon": "alcohol-shop",
36892             "geometry": [
36893                 "point",
36894                 "area"
36895             ],
36896             "fields": [
36897                 "operator",
36898                 "address",
36899                 "building_area",
36900                 "opening_hours",
36901                 "drive_through"
36902             ],
36903             "suggestion": true
36904         },
36905         "shop/alcohol/Botilleria": {
36906             "tags": {
36907                 "name": "Botilleria",
36908                 "shop": "alcohol"
36909             },
36910             "name": "Botilleria",
36911             "icon": "alcohol-shop",
36912             "geometry": [
36913                 "point",
36914                 "area"
36915             ],
36916             "fields": [
36917                 "operator",
36918                 "address",
36919                 "building_area",
36920                 "opening_hours",
36921                 "drive_through"
36922             ],
36923             "suggestion": true
36924         },
36925         "shop/alcohol/SAQ": {
36926             "tags": {
36927                 "name": "SAQ",
36928                 "shop": "alcohol"
36929             },
36930             "name": "SAQ",
36931             "icon": "alcohol-shop",
36932             "geometry": [
36933                 "point",
36934                 "area"
36935             ],
36936             "fields": [
36937                 "operator",
36938                 "address",
36939                 "building_area",
36940                 "opening_hours",
36941                 "drive_through"
36942             ],
36943             "suggestion": true
36944         },
36945         "shop/alcohol/Gall & Gall": {
36946             "tags": {
36947                 "name": "Gall & Gall",
36948                 "shop": "alcohol"
36949             },
36950             "name": "Gall & Gall",
36951             "icon": "alcohol-shop",
36952             "geometry": [
36953                 "point",
36954                 "area"
36955             ],
36956             "fields": [
36957                 "operator",
36958                 "address",
36959                 "building_area",
36960                 "opening_hours",
36961                 "drive_through"
36962             ],
36963             "suggestion": true
36964         },
36965         "shop/alcohol/Живое пиво": {
36966             "tags": {
36967                 "name": "Живое пиво",
36968                 "shop": "alcohol"
36969             },
36970             "name": "Живое пиво",
36971             "icon": "alcohol-shop",
36972             "geometry": [
36973                 "point",
36974                 "area"
36975             ],
36976             "fields": [
36977                 "operator",
36978                 "address",
36979                 "building_area",
36980                 "opening_hours",
36981                 "drive_through"
36982             ],
36983             "suggestion": true
36984         },
36985         "shop/bakery/Kamps": {
36986             "tags": {
36987                 "name": "Kamps",
36988                 "shop": "bakery"
36989             },
36990             "name": "Kamps",
36991             "icon": "bakery",
36992             "geometry": [
36993                 "point",
36994                 "area"
36995             ],
36996             "fields": [
36997                 "operator",
36998                 "address",
36999                 "building_area",
37000                 "opening_hours"
37001             ],
37002             "suggestion": true
37003         },
37004         "shop/bakery/Banette": {
37005             "tags": {
37006                 "name": "Banette",
37007                 "shop": "bakery"
37008             },
37009             "name": "Banette",
37010             "icon": "bakery",
37011             "geometry": [
37012                 "point",
37013                 "area"
37014             ],
37015             "fields": [
37016                 "operator",
37017                 "address",
37018                 "building_area",
37019                 "opening_hours"
37020             ],
37021             "suggestion": true
37022         },
37023         "shop/bakery/Bäckerei Schmidt": {
37024             "tags": {
37025                 "name": "Bäckerei Schmidt",
37026                 "shop": "bakery"
37027             },
37028             "name": "Bäckerei Schmidt",
37029             "icon": "bakery",
37030             "geometry": [
37031                 "point",
37032                 "area"
37033             ],
37034             "fields": [
37035                 "operator",
37036                 "address",
37037                 "building_area",
37038                 "opening_hours"
37039             ],
37040             "suggestion": true
37041         },
37042         "shop/bakery/Anker": {
37043             "tags": {
37044                 "name": "Anker",
37045                 "shop": "bakery"
37046             },
37047             "name": "Anker",
37048             "icon": "bakery",
37049             "geometry": [
37050                 "point",
37051                 "area"
37052             ],
37053             "fields": [
37054                 "operator",
37055                 "address",
37056                 "building_area",
37057                 "opening_hours"
37058             ],
37059             "suggestion": true
37060         },
37061         "shop/bakery/Hofpfisterei": {
37062             "tags": {
37063                 "name": "Hofpfisterei",
37064                 "shop": "bakery"
37065             },
37066             "name": "Hofpfisterei",
37067             "icon": "bakery",
37068             "geometry": [
37069                 "point",
37070                 "area"
37071             ],
37072             "fields": [
37073                 "operator",
37074                 "address",
37075                 "building_area",
37076                 "opening_hours"
37077             ],
37078             "suggestion": true
37079         },
37080         "shop/bakery/Greggs": {
37081             "tags": {
37082                 "name": "Greggs",
37083                 "shop": "bakery"
37084             },
37085             "name": "Greggs",
37086             "icon": "bakery",
37087             "geometry": [
37088                 "point",
37089                 "area"
37090             ],
37091             "fields": [
37092                 "operator",
37093                 "address",
37094                 "building_area",
37095                 "opening_hours"
37096             ],
37097             "suggestion": true
37098         },
37099         "shop/bakery/Oebel": {
37100             "tags": {
37101                 "name": "Oebel",
37102                 "shop": "bakery"
37103             },
37104             "name": "Oebel",
37105             "icon": "bakery",
37106             "geometry": [
37107                 "point",
37108                 "area"
37109             ],
37110             "fields": [
37111                 "operator",
37112                 "address",
37113                 "building_area",
37114                 "opening_hours"
37115             ],
37116             "suggestion": true
37117         },
37118         "shop/bakery/Boulangerie": {
37119             "tags": {
37120                 "name": "Boulangerie",
37121                 "shop": "bakery"
37122             },
37123             "name": "Boulangerie",
37124             "icon": "bakery",
37125             "geometry": [
37126                 "point",
37127                 "area"
37128             ],
37129             "fields": [
37130                 "operator",
37131                 "address",
37132                 "building_area",
37133                 "opening_hours"
37134             ],
37135             "suggestion": true
37136         },
37137         "shop/bakery/Stadtbäckerei": {
37138             "tags": {
37139                 "name": "Stadtbäckerei",
37140                 "shop": "bakery"
37141             },
37142             "name": "Stadtbäckerei",
37143             "icon": "bakery",
37144             "geometry": [
37145                 "point",
37146                 "area"
37147             ],
37148             "fields": [
37149                 "operator",
37150                 "address",
37151                 "building_area",
37152                 "opening_hours"
37153             ],
37154             "suggestion": true
37155         },
37156         "shop/bakery/Steinecke": {
37157             "tags": {
37158                 "name": "Steinecke",
37159                 "shop": "bakery"
37160             },
37161             "name": "Steinecke",
37162             "icon": "bakery",
37163             "geometry": [
37164                 "point",
37165                 "area"
37166             ],
37167             "fields": [
37168                 "operator",
37169                 "address",
37170                 "building_area",
37171                 "opening_hours"
37172             ],
37173             "suggestion": true
37174         },
37175         "shop/bakery/Ihle": {
37176             "tags": {
37177                 "name": "Ihle",
37178                 "shop": "bakery"
37179             },
37180             "name": "Ihle",
37181             "icon": "bakery",
37182             "geometry": [
37183                 "point",
37184                 "area"
37185             ],
37186             "fields": [
37187                 "operator",
37188                 "address",
37189                 "building_area",
37190                 "opening_hours"
37191             ],
37192             "suggestion": true
37193         },
37194         "shop/bakery/Goldilocks": {
37195             "tags": {
37196                 "name": "Goldilocks",
37197                 "shop": "bakery"
37198             },
37199             "name": "Goldilocks",
37200             "icon": "bakery",
37201             "geometry": [
37202                 "point",
37203                 "area"
37204             ],
37205             "fields": [
37206                 "operator",
37207                 "address",
37208                 "building_area",
37209                 "opening_hours"
37210             ],
37211             "suggestion": true
37212         },
37213         "shop/bakery/Dat Backhus": {
37214             "tags": {
37215                 "name": "Dat Backhus",
37216                 "shop": "bakery"
37217             },
37218             "name": "Dat Backhus",
37219             "icon": "bakery",
37220             "geometry": [
37221                 "point",
37222                 "area"
37223             ],
37224             "fields": [
37225                 "operator",
37226                 "address",
37227                 "building_area",
37228                 "opening_hours"
37229             ],
37230             "suggestion": true
37231         },
37232         "shop/bakery/K&U": {
37233             "tags": {
37234                 "name": "K&U",
37235                 "shop": "bakery"
37236             },
37237             "name": "K&U",
37238             "icon": "bakery",
37239             "geometry": [
37240                 "point",
37241                 "area"
37242             ],
37243             "fields": [
37244                 "operator",
37245                 "address",
37246                 "building_area",
37247                 "opening_hours"
37248             ],
37249             "suggestion": true
37250         },
37251         "shop/bakery/Der Beck": {
37252             "tags": {
37253                 "name": "Der Beck",
37254                 "shop": "bakery"
37255             },
37256             "name": "Der Beck",
37257             "icon": "bakery",
37258             "geometry": [
37259                 "point",
37260                 "area"
37261             ],
37262             "fields": [
37263                 "operator",
37264                 "address",
37265                 "building_area",
37266                 "opening_hours"
37267             ],
37268             "suggestion": true
37269         },
37270         "shop/bakery/Thürmann": {
37271             "tags": {
37272                 "name": "Thürmann",
37273                 "shop": "bakery"
37274             },
37275             "name": "Thürmann",
37276             "icon": "bakery",
37277             "geometry": [
37278                 "point",
37279                 "area"
37280             ],
37281             "fields": [
37282                 "operator",
37283                 "address",
37284                 "building_area",
37285                 "opening_hours"
37286             ],
37287             "suggestion": true
37288         },
37289         "shop/bakery/Backwerk": {
37290             "tags": {
37291                 "name": "Backwerk",
37292                 "shop": "bakery"
37293             },
37294             "name": "Backwerk",
37295             "icon": "bakery",
37296             "geometry": [
37297                 "point",
37298                 "area"
37299             ],
37300             "fields": [
37301                 "operator",
37302                 "address",
37303                 "building_area",
37304                 "opening_hours"
37305             ],
37306             "suggestion": true
37307         },
37308         "shop/bakery/Schäfer's": {
37309             "tags": {
37310                 "name": "Schäfer's",
37311                 "shop": "bakery"
37312             },
37313             "name": "Schäfer's",
37314             "icon": "bakery",
37315             "geometry": [
37316                 "point",
37317                 "area"
37318             ],
37319             "fields": [
37320                 "operator",
37321                 "address",
37322                 "building_area",
37323                 "opening_hours"
37324             ],
37325             "suggestion": true
37326         },
37327         "shop/bakery/Panaderia": {
37328             "tags": {
37329                 "name": "Panaderia",
37330                 "shop": "bakery"
37331             },
37332             "name": "Panaderia",
37333             "icon": "bakery",
37334             "geometry": [
37335                 "point",
37336                 "area"
37337             ],
37338             "fields": [
37339                 "operator",
37340                 "address",
37341                 "building_area",
37342                 "opening_hours"
37343             ],
37344             "suggestion": true
37345         },
37346         "shop/bakery/Goeken backen": {
37347             "tags": {
37348                 "name": "Goeken backen",
37349                 "shop": "bakery"
37350             },
37351             "name": "Goeken backen",
37352             "icon": "bakery",
37353             "geometry": [
37354                 "point",
37355                 "area"
37356             ],
37357             "fields": [
37358                 "operator",
37359                 "address",
37360                 "building_area",
37361                 "opening_hours"
37362             ],
37363             "suggestion": true
37364         },
37365         "shop/bakery/Stadtbäckerei Junge": {
37366             "tags": {
37367                 "name": "Stadtbäckerei Junge",
37368                 "shop": "bakery"
37369             },
37370             "name": "Stadtbäckerei Junge",
37371             "icon": "bakery",
37372             "geometry": [
37373                 "point",
37374                 "area"
37375             ],
37376             "fields": [
37377                 "operator",
37378                 "address",
37379                 "building_area",
37380                 "opening_hours"
37381             ],
37382             "suggestion": true
37383         },
37384         "shop/bakery/Boulangerie Patisserie": {
37385             "tags": {
37386                 "name": "Boulangerie Patisserie",
37387                 "shop": "bakery"
37388             },
37389             "name": "Boulangerie Patisserie",
37390             "icon": "bakery",
37391             "geometry": [
37392                 "point",
37393                 "area"
37394             ],
37395             "fields": [
37396                 "operator",
37397                 "address",
37398                 "building_area",
37399                 "opening_hours"
37400             ],
37401             "suggestion": true
37402         },
37403         "shop/bakery/Paul": {
37404             "tags": {
37405                 "name": "Paul",
37406                 "shop": "bakery"
37407             },
37408             "name": "Paul",
37409             "icon": "bakery",
37410             "geometry": [
37411                 "point",
37412                 "area"
37413             ],
37414             "fields": [
37415                 "operator",
37416                 "address",
37417                 "building_area",
37418                 "opening_hours"
37419             ],
37420             "suggestion": true
37421         },
37422         "shop/bakery/Хлеб": {
37423             "tags": {
37424                 "name": "Хлеб",
37425                 "shop": "bakery"
37426             },
37427             "name": "Хлеб",
37428             "icon": "bakery",
37429             "geometry": [
37430                 "point",
37431                 "area"
37432             ],
37433             "fields": [
37434                 "operator",
37435                 "address",
37436                 "building_area",
37437                 "opening_hours"
37438             ],
37439             "suggestion": true
37440         },
37441         "shop/bakery/Пекарня": {
37442             "tags": {
37443                 "name": "Пекарня",
37444                 "shop": "bakery"
37445             },
37446             "name": "Пекарня",
37447             "icon": "bakery",
37448             "geometry": [
37449                 "point",
37450                 "area"
37451             ],
37452             "fields": [
37453                 "operator",
37454                 "address",
37455                 "building_area",
37456                 "opening_hours"
37457             ],
37458             "suggestion": true
37459         },
37460         "shop/bakery/Кулиничи": {
37461             "tags": {
37462                 "name": "Кулиничи",
37463                 "shop": "bakery"
37464             },
37465             "name": "Кулиничи",
37466             "icon": "bakery",
37467             "geometry": [
37468                 "point",
37469                 "area"
37470             ],
37471             "fields": [
37472                 "operator",
37473                 "address",
37474                 "building_area",
37475                 "opening_hours"
37476             ],
37477             "suggestion": true
37478         },
37479         "shop/sports/Sports Direct": {
37480             "tags": {
37481                 "name": "Sports Direct",
37482                 "shop": "sports"
37483             },
37484             "name": "Sports Direct",
37485             "icon": "shop",
37486             "geometry": [
37487                 "point",
37488                 "area"
37489             ],
37490             "fields": [
37491                 "operator",
37492                 "address",
37493                 "building_area",
37494                 "opening_hours"
37495             ],
37496             "suggestion": true
37497         },
37498         "shop/sports/Decathlon": {
37499             "tags": {
37500                 "name": "Decathlon",
37501                 "shop": "sports"
37502             },
37503             "name": "Decathlon",
37504             "icon": "shop",
37505             "geometry": [
37506                 "point",
37507                 "area"
37508             ],
37509             "fields": [
37510                 "operator",
37511                 "address",
37512                 "building_area",
37513                 "opening_hours"
37514             ],
37515             "suggestion": true
37516         },
37517         "shop/sports/Intersport": {
37518             "tags": {
37519                 "name": "Intersport",
37520                 "shop": "sports"
37521             },
37522             "name": "Intersport",
37523             "icon": "shop",
37524             "geometry": [
37525                 "point",
37526                 "area"
37527             ],
37528             "fields": [
37529                 "operator",
37530                 "address",
37531                 "building_area",
37532                 "opening_hours"
37533             ],
37534             "suggestion": true
37535         },
37536         "shop/sports/Sports Authority": {
37537             "tags": {
37538                 "name": "Sports Authority",
37539                 "shop": "sports"
37540             },
37541             "name": "Sports Authority",
37542             "icon": "shop",
37543             "geometry": [
37544                 "point",
37545                 "area"
37546             ],
37547             "fields": [
37548                 "operator",
37549                 "address",
37550                 "building_area",
37551                 "opening_hours"
37552             ],
37553             "suggestion": true
37554         },
37555         "shop/sports/Спортмастер": {
37556             "tags": {
37557                 "name": "Спортмастер",
37558                 "shop": "sports"
37559             },
37560             "name": "Спортмастер",
37561             "icon": "shop",
37562             "geometry": [
37563                 "point",
37564                 "area"
37565             ],
37566             "fields": [
37567                 "operator",
37568                 "address",
37569                 "building_area",
37570                 "opening_hours"
37571             ],
37572             "suggestion": true
37573         },
37574         "shop/sports/Sport 2000": {
37575             "tags": {
37576                 "name": "Sport 2000",
37577                 "shop": "sports"
37578             },
37579             "name": "Sport 2000",
37580             "icon": "shop",
37581             "geometry": [
37582                 "point",
37583                 "area"
37584             ],
37585             "fields": [
37586                 "operator",
37587                 "address",
37588                 "building_area",
37589                 "opening_hours"
37590             ],
37591             "suggestion": true
37592         },
37593         "shop/sports/Dick's Sporting Goods": {
37594             "tags": {
37595                 "name": "Dick's Sporting Goods",
37596                 "shop": "sports"
37597             },
37598             "name": "Dick's Sporting Goods",
37599             "icon": "shop",
37600             "geometry": [
37601                 "point",
37602                 "area"
37603             ],
37604             "fields": [
37605                 "operator",
37606                 "address",
37607                 "building_area",
37608                 "opening_hours"
37609             ],
37610             "suggestion": true
37611         },
37612         "shop/variety_store/Tedi": {
37613             "tags": {
37614                 "name": "Tedi",
37615                 "shop": "variety_store"
37616             },
37617             "name": "Tedi",
37618             "icon": "shop",
37619             "geometry": [
37620                 "point",
37621                 "area"
37622             ],
37623             "fields": [
37624                 "operator",
37625                 "address",
37626                 "building_area",
37627                 "opening_hours"
37628             ],
37629             "suggestion": true
37630         },
37631         "shop/variety_store/Dollarama": {
37632             "tags": {
37633                 "name": "Dollarama",
37634                 "shop": "variety_store"
37635             },
37636             "name": "Dollarama",
37637             "icon": "shop",
37638             "geometry": [
37639                 "point",
37640                 "area"
37641             ],
37642             "fields": [
37643                 "operator",
37644                 "address",
37645                 "building_area",
37646                 "opening_hours"
37647             ],
37648             "suggestion": true
37649         },
37650         "shop/variety_store/Family Dollar": {
37651             "tags": {
37652                 "name": "Family Dollar",
37653                 "shop": "variety_store"
37654             },
37655             "name": "Family Dollar",
37656             "icon": "shop",
37657             "geometry": [
37658                 "point",
37659                 "area"
37660             ],
37661             "fields": [
37662                 "operator",
37663                 "address",
37664                 "building_area",
37665                 "opening_hours"
37666             ],
37667             "suggestion": true
37668         },
37669         "shop/variety_store/Dollar Tree": {
37670             "tags": {
37671                 "name": "Dollar Tree",
37672                 "shop": "variety_store"
37673             },
37674             "name": "Dollar Tree",
37675             "icon": "shop",
37676             "geometry": [
37677                 "point",
37678                 "area"
37679             ],
37680             "fields": [
37681                 "operator",
37682                 "address",
37683                 "building_area",
37684                 "opening_hours"
37685             ],
37686             "suggestion": true
37687         },
37688         "shop/pet/Fressnapf": {
37689             "tags": {
37690                 "name": "Fressnapf",
37691                 "shop": "pet"
37692             },
37693             "name": "Fressnapf",
37694             "icon": "dog-park",
37695             "geometry": [
37696                 "point",
37697                 "area"
37698             ],
37699             "fields": [
37700                 "operator",
37701                 "address",
37702                 "building_area",
37703                 "opening_hours"
37704             ],
37705             "suggestion": true
37706         },
37707         "shop/pet/PetSmart": {
37708             "tags": {
37709                 "name": "PetSmart",
37710                 "shop": "pet"
37711             },
37712             "name": "PetSmart",
37713             "icon": "dog-park",
37714             "geometry": [
37715                 "point",
37716                 "area"
37717             ],
37718             "fields": [
37719                 "operator",
37720                 "address",
37721                 "building_area",
37722                 "opening_hours"
37723             ],
37724             "suggestion": true
37725         },
37726         "shop/pet/Das Futterhaus": {
37727             "tags": {
37728                 "name": "Das Futterhaus",
37729                 "shop": "pet"
37730             },
37731             "name": "Das Futterhaus",
37732             "icon": "dog-park",
37733             "geometry": [
37734                 "point",
37735                 "area"
37736             ],
37737             "fields": [
37738                 "operator",
37739                 "address",
37740                 "building_area",
37741                 "opening_hours"
37742             ],
37743             "suggestion": true
37744         },
37745         "shop/pet/Pets at Home": {
37746             "tags": {
37747                 "name": "Pets at Home",
37748                 "shop": "pet"
37749             },
37750             "name": "Pets at Home",
37751             "icon": "dog-park",
37752             "geometry": [
37753                 "point",
37754                 "area"
37755             ],
37756             "fields": [
37757                 "operator",
37758                 "address",
37759                 "building_area",
37760                 "opening_hours"
37761             ],
37762             "suggestion": true
37763         },
37764         "shop/pet/Petco": {
37765             "tags": {
37766                 "name": "Petco",
37767                 "shop": "pet"
37768             },
37769             "name": "Petco",
37770             "icon": "dog-park",
37771             "geometry": [
37772                 "point",
37773                 "area"
37774             ],
37775             "fields": [
37776                 "operator",
37777                 "address",
37778                 "building_area",
37779                 "opening_hours"
37780             ],
37781             "suggestion": true
37782         },
37783         "shop/pet/Зоомагазин": {
37784             "tags": {
37785                 "name": "Зоомагазин",
37786                 "shop": "pet"
37787             },
37788             "name": "Зоомагазин",
37789             "icon": "dog-park",
37790             "geometry": [
37791                 "point",
37792                 "area"
37793             ],
37794             "fields": [
37795                 "operator",
37796                 "address",
37797                 "building_area",
37798                 "opening_hours"
37799             ],
37800             "suggestion": true
37801         },
37802         "shop/shoes/Deichmann": {
37803             "tags": {
37804                 "name": "Deichmann",
37805                 "shop": "shoes"
37806             },
37807             "name": "Deichmann",
37808             "icon": "shop",
37809             "geometry": [
37810                 "point",
37811                 "area"
37812             ],
37813             "fields": [
37814                 "operator",
37815                 "address",
37816                 "building_area",
37817                 "opening_hours"
37818             ],
37819             "suggestion": true
37820         },
37821         "shop/shoes/Reno": {
37822             "tags": {
37823                 "name": "Reno",
37824                 "shop": "shoes"
37825             },
37826             "name": "Reno",
37827             "icon": "shop",
37828             "geometry": [
37829                 "point",
37830                 "area"
37831             ],
37832             "fields": [
37833                 "operator",
37834                 "address",
37835                 "building_area",
37836                 "opening_hours"
37837             ],
37838             "suggestion": true
37839         },
37840         "shop/shoes/Ecco": {
37841             "tags": {
37842                 "name": "Ecco",
37843                 "shop": "shoes"
37844             },
37845             "name": "Ecco",
37846             "icon": "shop",
37847             "geometry": [
37848                 "point",
37849                 "area"
37850             ],
37851             "fields": [
37852                 "operator",
37853                 "address",
37854                 "building_area",
37855                 "opening_hours"
37856             ],
37857             "suggestion": true
37858         },
37859         "shop/shoes/Clarks": {
37860             "tags": {
37861                 "name": "Clarks",
37862                 "shop": "shoes"
37863             },
37864             "name": "Clarks",
37865             "icon": "shop",
37866             "geometry": [
37867                 "point",
37868                 "area"
37869             ],
37870             "fields": [
37871                 "operator",
37872                 "address",
37873                 "building_area",
37874                 "opening_hours"
37875             ],
37876             "suggestion": true
37877         },
37878         "shop/shoes/La Halle aux Chaussures": {
37879             "tags": {
37880                 "name": "La Halle aux Chaussures",
37881                 "shop": "shoes"
37882             },
37883             "name": "La Halle aux Chaussures",
37884             "icon": "shop",
37885             "geometry": [
37886                 "point",
37887                 "area"
37888             ],
37889             "fields": [
37890                 "operator",
37891                 "address",
37892                 "building_area",
37893                 "opening_hours"
37894             ],
37895             "suggestion": true
37896         },
37897         "shop/shoes/Brantano": {
37898             "tags": {
37899                 "name": "Brantano",
37900                 "shop": "shoes"
37901             },
37902             "name": "Brantano",
37903             "icon": "shop",
37904             "geometry": [
37905                 "point",
37906                 "area"
37907             ],
37908             "fields": [
37909                 "operator",
37910                 "address",
37911                 "building_area",
37912                 "opening_hours"
37913             ],
37914             "suggestion": true
37915         },
37916         "shop/shoes/Geox": {
37917             "tags": {
37918                 "name": "Geox",
37919                 "shop": "shoes"
37920             },
37921             "name": "Geox",
37922             "icon": "shop",
37923             "geometry": [
37924                 "point",
37925                 "area"
37926             ],
37927             "fields": [
37928                 "operator",
37929                 "address",
37930                 "building_area",
37931                 "opening_hours"
37932             ],
37933             "suggestion": true
37934         },
37935         "shop/shoes/Salamander": {
37936             "tags": {
37937                 "name": "Salamander",
37938                 "shop": "shoes"
37939             },
37940             "name": "Salamander",
37941             "icon": "shop",
37942             "geometry": [
37943                 "point",
37944                 "area"
37945             ],
37946             "fields": [
37947                 "operator",
37948                 "address",
37949                 "building_area",
37950                 "opening_hours"
37951             ],
37952             "suggestion": true
37953         },
37954         "shop/shoes/Обувь": {
37955             "tags": {
37956                 "name": "Обувь",
37957                 "shop": "shoes"
37958             },
37959             "name": "Обувь",
37960             "icon": "shop",
37961             "geometry": [
37962                 "point",
37963                 "area"
37964             ],
37965             "fields": [
37966                 "operator",
37967                 "address",
37968                 "building_area",
37969                 "opening_hours"
37970             ],
37971             "suggestion": true
37972         },
37973         "shop/shoes/Payless Shoe Source": {
37974             "tags": {
37975                 "name": "Payless Shoe Source",
37976                 "shop": "shoes"
37977             },
37978             "name": "Payless Shoe Source",
37979             "icon": "shop",
37980             "geometry": [
37981                 "point",
37982                 "area"
37983             ],
37984             "fields": [
37985                 "operator",
37986                 "address",
37987                 "building_area",
37988                 "opening_hours"
37989             ],
37990             "suggestion": true
37991         },
37992         "shop/shoes/Famous Footwear": {
37993             "tags": {
37994                 "name": "Famous Footwear",
37995                 "shop": "shoes"
37996             },
37997             "name": "Famous Footwear",
37998             "icon": "shop",
37999             "geometry": [
38000                 "point",
38001                 "area"
38002             ],
38003             "fields": [
38004                 "operator",
38005                 "address",
38006                 "building_area",
38007                 "opening_hours"
38008             ],
38009             "suggestion": true
38010         },
38011         "shop/shoes/Quick Schuh": {
38012             "tags": {
38013                 "name": "Quick Schuh",
38014                 "shop": "shoes"
38015             },
38016             "name": "Quick Schuh",
38017             "icon": "shop",
38018             "geometry": [
38019                 "point",
38020                 "area"
38021             ],
38022             "fields": [
38023                 "operator",
38024                 "address",
38025                 "building_area",
38026                 "opening_hours"
38027             ],
38028             "suggestion": true
38029         },
38030         "shop/shoes/Shoe Zone": {
38031             "tags": {
38032                 "name": "Shoe Zone",
38033                 "shop": "shoes"
38034             },
38035             "name": "Shoe Zone",
38036             "icon": "shop",
38037             "geometry": [
38038                 "point",
38039                 "area"
38040             ],
38041             "fields": [
38042                 "operator",
38043                 "address",
38044                 "building_area",
38045                 "opening_hours"
38046             ],
38047             "suggestion": true
38048         },
38049         "shop/shoes/Foot Locker": {
38050             "tags": {
38051                 "name": "Foot Locker",
38052                 "shop": "shoes"
38053             },
38054             "name": "Foot Locker",
38055             "icon": "shop",
38056             "geometry": [
38057                 "point",
38058                 "area"
38059             ],
38060             "fields": [
38061                 "operator",
38062                 "address",
38063                 "building_area",
38064                 "opening_hours"
38065             ],
38066             "suggestion": true
38067         },
38068         "shop/shoes/Bata": {
38069             "tags": {
38070                 "name": "Bata",
38071                 "shop": "shoes"
38072             },
38073             "name": "Bata",
38074             "icon": "shop",
38075             "geometry": [
38076                 "point",
38077                 "area"
38078             ],
38079             "fields": [
38080                 "operator",
38081                 "address",
38082                 "building_area",
38083                 "opening_hours"
38084             ],
38085             "suggestion": true
38086         },
38087         "shop/shoes/ЦентрОбувь": {
38088             "tags": {
38089                 "name": "ЦентрОбувь",
38090                 "shop": "shoes"
38091             },
38092             "name": "ЦентрОбувь",
38093             "icon": "shop",
38094             "geometry": [
38095                 "point",
38096                 "area"
38097             ],
38098             "fields": [
38099                 "operator",
38100                 "address",
38101                 "building_area",
38102                 "opening_hours"
38103             ],
38104             "suggestion": true
38105         },
38106         "shop/toys/La Grande Récré": {
38107             "tags": {
38108                 "name": "La Grande Récré",
38109                 "shop": "toys"
38110             },
38111             "name": "La Grande Récré",
38112             "icon": "shop",
38113             "geometry": [
38114                 "point",
38115                 "area"
38116             ],
38117             "fields": [
38118                 "operator",
38119                 "address",
38120                 "building_area",
38121                 "opening_hours"
38122             ],
38123             "suggestion": true
38124         },
38125         "shop/toys/Toys R Us": {
38126             "tags": {
38127                 "name": "Toys R Us",
38128                 "shop": "toys"
38129             },
38130             "name": "Toys R Us",
38131             "icon": "shop",
38132             "geometry": [
38133                 "point",
38134                 "area"
38135             ],
38136             "fields": [
38137                 "operator",
38138                 "address",
38139                 "building_area",
38140                 "opening_hours"
38141             ],
38142             "suggestion": true
38143         },
38144         "shop/toys/Intertoys": {
38145             "tags": {
38146                 "name": "Intertoys",
38147                 "shop": "toys"
38148             },
38149             "name": "Intertoys",
38150             "icon": "shop",
38151             "geometry": [
38152                 "point",
38153                 "area"
38154             ],
38155             "fields": [
38156                 "operator",
38157                 "address",
38158                 "building_area",
38159                 "opening_hours"
38160             ],
38161             "suggestion": true
38162         },
38163         "shop/toys/Детский мир": {
38164             "tags": {
38165                 "name": "Детский мир",
38166                 "shop": "toys"
38167             },
38168             "name": "Детский мир",
38169             "icon": "shop",
38170             "geometry": [
38171                 "point",
38172                 "area"
38173             ],
38174             "fields": [
38175                 "operator",
38176                 "address",
38177                 "building_area",
38178                 "opening_hours"
38179             ],
38180             "suggestion": true
38181         },
38182         "shop/toys/Игрушки": {
38183             "tags": {
38184                 "name": "Игрушки",
38185                 "shop": "toys"
38186             },
38187             "name": "Игрушки",
38188             "icon": "shop",
38189             "geometry": [
38190                 "point",
38191                 "area"
38192             ],
38193             "fields": [
38194                 "operator",
38195                 "address",
38196                 "building_area",
38197                 "opening_hours"
38198             ],
38199             "suggestion": true
38200         },
38201         "shop/travel_agency/Flight Centre": {
38202             "tags": {
38203                 "name": "Flight Centre",
38204                 "shop": "travel_agency"
38205             },
38206             "name": "Flight Centre",
38207             "icon": "suitcase",
38208             "geometry": [
38209                 "point",
38210                 "area"
38211             ],
38212             "fields": [
38213                 "operator",
38214                 "address",
38215                 "building_area",
38216                 "opening_hours"
38217             ],
38218             "suggestion": true
38219         },
38220         "shop/travel_agency/Thomas Cook": {
38221             "tags": {
38222                 "name": "Thomas Cook",
38223                 "shop": "travel_agency"
38224             },
38225             "name": "Thomas Cook",
38226             "icon": "suitcase",
38227             "geometry": [
38228                 "point",
38229                 "area"
38230             ],
38231             "fields": [
38232                 "operator",
38233                 "address",
38234                 "building_area",
38235                 "opening_hours"
38236             ],
38237             "suggestion": true
38238         },
38239         "shop/jewelry/Bijou Brigitte": {
38240             "tags": {
38241                 "name": "Bijou Brigitte",
38242                 "shop": "jewelry"
38243             },
38244             "name": "Bijou Brigitte",
38245             "icon": "shop",
38246             "geometry": [
38247                 "point",
38248                 "area"
38249             ],
38250             "fields": [
38251                 "operator",
38252                 "address",
38253                 "building_area",
38254                 "opening_hours"
38255             ],
38256             "suggestion": true
38257         },
38258         "shop/jewelry/Christ": {
38259             "tags": {
38260                 "name": "Christ",
38261                 "shop": "jewelry"
38262             },
38263             "name": "Christ",
38264             "icon": "shop",
38265             "geometry": [
38266                 "point",
38267                 "area"
38268             ],
38269             "fields": [
38270                 "operator",
38271                 "address",
38272                 "building_area",
38273                 "opening_hours"
38274             ],
38275             "suggestion": true
38276         },
38277         "shop/jewelry/Swarovski": {
38278             "tags": {
38279                 "name": "Swarovski",
38280                 "shop": "jewelry"
38281             },
38282             "name": "Swarovski",
38283             "icon": "shop",
38284             "geometry": [
38285                 "point",
38286                 "area"
38287             ],
38288             "fields": [
38289                 "operator",
38290                 "address",
38291                 "building_area",
38292                 "opening_hours"
38293             ],
38294             "suggestion": true
38295         },
38296         "shop/optician/Fielmann": {
38297             "tags": {
38298                 "name": "Fielmann",
38299                 "shop": "optician"
38300             },
38301             "name": "Fielmann",
38302             "icon": "shop",
38303             "geometry": [
38304                 "point",
38305                 "area"
38306             ],
38307             "fields": [
38308                 "operator",
38309                 "address",
38310                 "building_area",
38311                 "opening_hours"
38312             ],
38313             "suggestion": true
38314         },
38315         "shop/optician/Apollo Optik": {
38316             "tags": {
38317                 "name": "Apollo Optik",
38318                 "shop": "optician"
38319             },
38320             "name": "Apollo Optik",
38321             "icon": "shop",
38322             "geometry": [
38323                 "point",
38324                 "area"
38325             ],
38326             "fields": [
38327                 "operator",
38328                 "address",
38329                 "building_area",
38330                 "opening_hours"
38331             ],
38332             "suggestion": true
38333         },
38334         "shop/optician/Vision Express": {
38335             "tags": {
38336                 "name": "Vision Express",
38337                 "shop": "optician"
38338             },
38339             "name": "Vision Express",
38340             "icon": "shop",
38341             "geometry": [
38342                 "point",
38343                 "area"
38344             ],
38345             "fields": [
38346                 "operator",
38347                 "address",
38348                 "building_area",
38349                 "opening_hours"
38350             ],
38351             "suggestion": true
38352         },
38353         "shop/optician/Оптика": {
38354             "tags": {
38355                 "name": "Оптика",
38356                 "shop": "optician"
38357             },
38358             "name": "Оптика",
38359             "icon": "shop",
38360             "geometry": [
38361                 "point",
38362                 "area"
38363             ],
38364             "fields": [
38365                 "operator",
38366                 "address",
38367                 "building_area",
38368                 "opening_hours"
38369             ],
38370             "suggestion": true
38371         },
38372         "shop/optician/Optic 2000": {
38373             "tags": {
38374                 "name": "Optic 2000",
38375                 "shop": "optician"
38376             },
38377             "name": "Optic 2000",
38378             "icon": "shop",
38379             "geometry": [
38380                 "point",
38381                 "area"
38382             ],
38383             "fields": [
38384                 "operator",
38385                 "address",
38386                 "building_area",
38387                 "opening_hours"
38388             ],
38389             "suggestion": true
38390         },
38391         "shop/optician/Alain Afflelou": {
38392             "tags": {
38393                 "name": "Alain Afflelou",
38394                 "shop": "optician"
38395             },
38396             "name": "Alain Afflelou",
38397             "icon": "shop",
38398             "geometry": [
38399                 "point",
38400                 "area"
38401             ],
38402             "fields": [
38403                 "operator",
38404                 "address",
38405                 "building_area",
38406                 "opening_hours"
38407             ],
38408             "suggestion": true
38409         },
38410         "shop/optician/Specsavers": {
38411             "tags": {
38412                 "name": "Specsavers",
38413                 "shop": "optician"
38414             },
38415             "name": "Specsavers",
38416             "icon": "shop",
38417             "geometry": [
38418                 "point",
38419                 "area"
38420             ],
38421             "fields": [
38422                 "operator",
38423                 "address",
38424                 "building_area",
38425                 "opening_hours"
38426             ],
38427             "suggestion": true
38428         },
38429         "shop/optician/Krys": {
38430             "tags": {
38431                 "name": "Krys",
38432                 "shop": "optician"
38433             },
38434             "name": "Krys",
38435             "icon": "shop",
38436             "geometry": [
38437                 "point",
38438                 "area"
38439             ],
38440             "fields": [
38441                 "operator",
38442                 "address",
38443                 "building_area",
38444                 "opening_hours"
38445             ],
38446             "suggestion": true
38447         },
38448         "shop/optician/Atol": {
38449             "tags": {
38450                 "name": "Atol",
38451                 "shop": "optician"
38452             },
38453             "name": "Atol",
38454             "icon": "shop",
38455             "geometry": [
38456                 "point",
38457                 "area"
38458             ],
38459             "fields": [
38460                 "operator",
38461                 "address",
38462                 "building_area",
38463                 "opening_hours"
38464             ],
38465             "suggestion": true
38466         },
38467         "shop/video/Blockbuster": {
38468             "tags": {
38469                 "name": "Blockbuster",
38470                 "shop": "video"
38471             },
38472             "name": "Blockbuster",
38473             "icon": "shop",
38474             "geometry": [
38475                 "point",
38476                 "area"
38477             ],
38478             "fields": [
38479                 "operator",
38480                 "address",
38481                 "building_area",
38482                 "opening_hours"
38483             ],
38484             "suggestion": true
38485         },
38486         "shop/video/World of Video": {
38487             "tags": {
38488                 "name": "World of Video",
38489                 "shop": "video"
38490             },
38491             "name": "World of Video",
38492             "icon": "shop",
38493             "geometry": [
38494                 "point",
38495                 "area"
38496             ],
38497             "fields": [
38498                 "operator",
38499                 "address",
38500                 "building_area",
38501                 "opening_hours"
38502             ],
38503             "suggestion": true
38504         },
38505         "shop/mobile_phone/Билайн": {
38506             "tags": {
38507                 "name": "Билайн",
38508                 "shop": "mobile_phone"
38509             },
38510             "name": "Билайн",
38511             "icon": "mobilephone",
38512             "geometry": [
38513                 "point",
38514                 "area"
38515             ],
38516             "fields": [
38517                 "operator",
38518                 "address",
38519                 "building_area",
38520                 "opening_hours"
38521             ],
38522             "suggestion": true
38523         },
38524         "shop/mobile_phone/ソフトバンクショップ (SoftBank shop)": {
38525             "tags": {
38526                 "name": "ソフトバンクショップ (SoftBank shop)",
38527                 "shop": "mobile_phone"
38528             },
38529             "name": "ソフトバンクショップ (SoftBank shop)",
38530             "icon": "mobilephone",
38531             "geometry": [
38532                 "point",
38533                 "area"
38534             ],
38535             "fields": [
38536                 "operator",
38537                 "address",
38538                 "building_area",
38539                 "opening_hours"
38540             ],
38541             "suggestion": true
38542         },
38543         "shop/mobile_phone/Vodafone": {
38544             "tags": {
38545                 "name": "Vodafone",
38546                 "shop": "mobile_phone"
38547             },
38548             "name": "Vodafone",
38549             "icon": "mobilephone",
38550             "geometry": [
38551                 "point",
38552                 "area"
38553             ],
38554             "fields": [
38555                 "operator",
38556                 "address",
38557                 "building_area",
38558                 "opening_hours"
38559             ],
38560             "suggestion": true
38561         },
38562         "shop/mobile_phone/O2": {
38563             "tags": {
38564                 "name": "O2",
38565                 "shop": "mobile_phone"
38566             },
38567             "name": "O2",
38568             "icon": "mobilephone",
38569             "geometry": [
38570                 "point",
38571                 "area"
38572             ],
38573             "fields": [
38574                 "operator",
38575                 "address",
38576                 "building_area",
38577                 "opening_hours"
38578             ],
38579             "suggestion": true
38580         },
38581         "shop/mobile_phone/Carphone Warehouse": {
38582             "tags": {
38583                 "name": "Carphone Warehouse",
38584                 "shop": "mobile_phone"
38585             },
38586             "name": "Carphone Warehouse",
38587             "icon": "mobilephone",
38588             "geometry": [
38589                 "point",
38590                 "area"
38591             ],
38592             "fields": [
38593                 "operator",
38594                 "address",
38595                 "building_area",
38596                 "opening_hours"
38597             ],
38598             "suggestion": true
38599         },
38600         "shop/mobile_phone/Orange": {
38601             "tags": {
38602                 "name": "Orange",
38603                 "shop": "mobile_phone"
38604             },
38605             "name": "Orange",
38606             "icon": "mobilephone",
38607             "geometry": [
38608                 "point",
38609                 "area"
38610             ],
38611             "fields": [
38612                 "operator",
38613                 "address",
38614                 "building_area",
38615                 "opening_hours"
38616             ],
38617             "suggestion": true
38618         },
38619         "shop/mobile_phone/Verizon Wireless": {
38620             "tags": {
38621                 "name": "Verizon Wireless",
38622                 "shop": "mobile_phone"
38623             },
38624             "name": "Verizon Wireless",
38625             "icon": "mobilephone",
38626             "geometry": [
38627                 "point",
38628                 "area"
38629             ],
38630             "fields": [
38631                 "operator",
38632                 "address",
38633                 "building_area",
38634                 "opening_hours"
38635             ],
38636             "suggestion": true
38637         },
38638         "shop/mobile_phone/Sprint": {
38639             "tags": {
38640                 "name": "Sprint",
38641                 "shop": "mobile_phone"
38642             },
38643             "name": "Sprint",
38644             "icon": "mobilephone",
38645             "geometry": [
38646                 "point",
38647                 "area"
38648             ],
38649             "fields": [
38650                 "operator",
38651                 "address",
38652                 "building_area",
38653                 "opening_hours"
38654             ],
38655             "suggestion": true
38656         },
38657         "shop/mobile_phone/T-Mobile": {
38658             "tags": {
38659                 "name": "T-Mobile",
38660                 "shop": "mobile_phone"
38661             },
38662             "name": "T-Mobile",
38663             "icon": "mobilephone",
38664             "geometry": [
38665                 "point",
38666                 "area"
38667             ],
38668             "fields": [
38669                 "operator",
38670                 "address",
38671                 "building_area",
38672                 "opening_hours"
38673             ],
38674             "suggestion": true
38675         },
38676         "shop/mobile_phone/МТС": {
38677             "tags": {
38678                 "name": "МТС",
38679                 "shop": "mobile_phone"
38680             },
38681             "name": "МТС",
38682             "icon": "mobilephone",
38683             "geometry": [
38684                 "point",
38685                 "area"
38686             ],
38687             "fields": [
38688                 "operator",
38689                 "address",
38690                 "building_area",
38691                 "opening_hours"
38692             ],
38693             "suggestion": true
38694         },
38695         "shop/mobile_phone/Евросеть": {
38696             "tags": {
38697                 "name": "Евросеть",
38698                 "shop": "mobile_phone"
38699             },
38700             "name": "Евросеть",
38701             "icon": "mobilephone",
38702             "geometry": [
38703                 "point",
38704                 "area"
38705             ],
38706             "fields": [
38707                 "operator",
38708                 "address",
38709                 "building_area",
38710                 "opening_hours"
38711             ],
38712             "suggestion": true
38713         },
38714         "shop/mobile_phone/Bell": {
38715             "tags": {
38716                 "name": "Bell",
38717                 "shop": "mobile_phone"
38718             },
38719             "name": "Bell",
38720             "icon": "mobilephone",
38721             "geometry": [
38722                 "point",
38723                 "area"
38724             ],
38725             "fields": [
38726                 "operator",
38727                 "address",
38728                 "building_area",
38729                 "opening_hours"
38730             ],
38731             "suggestion": true
38732         },
38733         "shop/mobile_phone/The Phone House": {
38734             "tags": {
38735                 "name": "The Phone House",
38736                 "shop": "mobile_phone"
38737             },
38738             "name": "The Phone House",
38739             "icon": "mobilephone",
38740             "geometry": [
38741                 "point",
38742                 "area"
38743             ],
38744             "fields": [
38745                 "operator",
38746                 "address",
38747                 "building_area",
38748                 "opening_hours"
38749             ],
38750             "suggestion": true
38751         },
38752         "shop/mobile_phone/SFR": {
38753             "tags": {
38754                 "name": "SFR",
38755                 "shop": "mobile_phone"
38756             },
38757             "name": "SFR",
38758             "icon": "mobilephone",
38759             "geometry": [
38760                 "point",
38761                 "area"
38762             ],
38763             "fields": [
38764                 "operator",
38765                 "address",
38766                 "building_area",
38767                 "opening_hours"
38768             ],
38769             "suggestion": true
38770         },
38771         "shop/mobile_phone/Связной": {
38772             "tags": {
38773                 "name": "Связной",
38774                 "shop": "mobile_phone"
38775             },
38776             "name": "Связной",
38777             "icon": "mobilephone",
38778             "geometry": [
38779                 "point",
38780                 "area"
38781             ],
38782             "fields": [
38783                 "operator",
38784                 "address",
38785                 "building_area",
38786                 "opening_hours"
38787             ],
38788             "suggestion": true
38789         },
38790         "shop/mobile_phone/Мегафон": {
38791             "tags": {
38792                 "name": "Мегафон",
38793                 "shop": "mobile_phone"
38794             },
38795             "name": "Мегафон",
38796             "icon": "mobilephone",
38797             "geometry": [
38798                 "point",
38799                 "area"
38800             ],
38801             "fields": [
38802                 "operator",
38803                 "address",
38804                 "building_area",
38805                 "opening_hours"
38806             ],
38807             "suggestion": true
38808         },
38809         "shop/mobile_phone/AT&T": {
38810             "tags": {
38811                 "name": "AT&T",
38812                 "shop": "mobile_phone"
38813             },
38814             "name": "AT&T",
38815             "icon": "mobilephone",
38816             "geometry": [
38817                 "point",
38818                 "area"
38819             ],
38820             "fields": [
38821                 "operator",
38822                 "address",
38823                 "building_area",
38824                 "opening_hours"
38825             ],
38826             "suggestion": true
38827         },
38828         "shop/mobile_phone/ドコモショップ (docomo shop)": {
38829             "tags": {
38830                 "name": "ドコモショップ (docomo shop)",
38831                 "shop": "mobile_phone"
38832             },
38833             "name": "ドコモショップ (docomo shop)",
38834             "icon": "mobilephone",
38835             "geometry": [
38836                 "point",
38837                 "area"
38838             ],
38839             "fields": [
38840                 "operator",
38841                 "address",
38842                 "building_area",
38843                 "opening_hours"
38844             ],
38845             "suggestion": true
38846         },
38847         "shop/mobile_phone/au": {
38848             "tags": {
38849                 "name": "au",
38850                 "shop": "mobile_phone"
38851             },
38852             "name": "au",
38853             "icon": "mobilephone",
38854             "geometry": [
38855                 "point",
38856                 "area"
38857             ],
38858             "fields": [
38859                 "operator",
38860                 "address",
38861                 "building_area",
38862                 "opening_hours"
38863             ],
38864             "suggestion": true
38865         },
38866         "shop/mobile_phone/Movistar": {
38867             "tags": {
38868                 "name": "Movistar",
38869                 "shop": "mobile_phone"
38870             },
38871             "name": "Movistar",
38872             "icon": "mobilephone",
38873             "geometry": [
38874                 "point",
38875                 "area"
38876             ],
38877             "fields": [
38878                 "operator",
38879                 "address",
38880                 "building_area",
38881                 "opening_hours"
38882             ],
38883             "suggestion": true
38884         },
38885         "shop/mobile_phone/Bitė": {
38886             "tags": {
38887                 "name": "Bitė",
38888                 "shop": "mobile_phone"
38889             },
38890             "name": "Bitė",
38891             "icon": "mobilephone",
38892             "geometry": [
38893                 "point",
38894                 "area"
38895             ],
38896             "fields": [
38897                 "operator",
38898                 "address",
38899                 "building_area",
38900                 "opening_hours"
38901             ],
38902             "suggestion": true
38903         },
38904         "shop/computer/PC World": {
38905             "tags": {
38906                 "name": "PC World",
38907                 "shop": "computer"
38908             },
38909             "name": "PC World",
38910             "icon": "shop",
38911             "geometry": [
38912                 "point",
38913                 "area"
38914             ],
38915             "fields": [
38916                 "operator",
38917                 "address",
38918                 "building_area",
38919                 "opening_hours"
38920             ],
38921             "suggestion": true
38922         },
38923         "shop/computer/DNS": {
38924             "tags": {
38925                 "name": "DNS",
38926                 "shop": "computer"
38927             },
38928             "name": "DNS",
38929             "icon": "shop",
38930             "geometry": [
38931                 "point",
38932                 "area"
38933             ],
38934             "fields": [
38935                 "operator",
38936                 "address",
38937                 "building_area",
38938                 "opening_hours"
38939             ],
38940             "suggestion": true
38941         },
38942         "shop/hairdresser/Klier": {
38943             "tags": {
38944                 "name": "Klier",
38945                 "shop": "hairdresser"
38946             },
38947             "name": "Klier",
38948             "icon": "hairdresser",
38949             "geometry": [
38950                 "point",
38951                 "area"
38952             ],
38953             "fields": [
38954                 "operator",
38955                 "address",
38956                 "building_area",
38957                 "opening_hours"
38958             ],
38959             "suggestion": true
38960         },
38961         "shop/hairdresser/Supercuts": {
38962             "tags": {
38963                 "name": "Supercuts",
38964                 "shop": "hairdresser"
38965             },
38966             "name": "Supercuts",
38967             "icon": "hairdresser",
38968             "geometry": [
38969                 "point",
38970                 "area"
38971             ],
38972             "fields": [
38973                 "operator",
38974                 "address",
38975                 "building_area",
38976                 "opening_hours"
38977             ],
38978             "suggestion": true
38979         },
38980         "shop/hairdresser/Hairkiller": {
38981             "tags": {
38982                 "name": "Hairkiller",
38983                 "shop": "hairdresser"
38984             },
38985             "name": "Hairkiller",
38986             "icon": "hairdresser",
38987             "geometry": [
38988                 "point",
38989                 "area"
38990             ],
38991             "fields": [
38992                 "operator",
38993                 "address",
38994                 "building_area",
38995                 "opening_hours"
38996             ],
38997             "suggestion": true
38998         },
38999         "shop/hairdresser/Great Clips": {
39000             "tags": {
39001                 "name": "Great Clips",
39002                 "shop": "hairdresser"
39003             },
39004             "name": "Great Clips",
39005             "icon": "hairdresser",
39006             "geometry": [
39007                 "point",
39008                 "area"
39009             ],
39010             "fields": [
39011                 "operator",
39012                 "address",
39013                 "building_area",
39014                 "opening_hours"
39015             ],
39016             "suggestion": true
39017         },
39018         "shop/hairdresser/Парикмахерская": {
39019             "tags": {
39020                 "name": "Парикмахерская",
39021                 "shop": "hairdresser"
39022             },
39023             "name": "Парикмахерская",
39024             "icon": "hairdresser",
39025             "geometry": [
39026                 "point",
39027                 "area"
39028             ],
39029             "fields": [
39030                 "operator",
39031                 "address",
39032                 "building_area",
39033                 "opening_hours"
39034             ],
39035             "suggestion": true
39036         },
39037         "shop/hairdresser/Стиль": {
39038             "tags": {
39039                 "name": "Стиль",
39040                 "shop": "hairdresser"
39041             },
39042             "name": "Стиль",
39043             "icon": "hairdresser",
39044             "geometry": [
39045                 "point",
39046                 "area"
39047             ],
39048             "fields": [
39049                 "operator",
39050                 "address",
39051                 "building_area",
39052                 "opening_hours"
39053             ],
39054             "suggestion": true
39055         },
39056         "shop/hairdresser/Franck Provost": {
39057             "tags": {
39058                 "name": "Franck Provost",
39059                 "shop": "hairdresser"
39060             },
39061             "name": "Franck Provost",
39062             "icon": "hairdresser",
39063             "geometry": [
39064                 "point",
39065                 "area"
39066             ],
39067             "fields": [
39068                 "operator",
39069                 "address",
39070                 "building_area",
39071                 "opening_hours"
39072             ],
39073             "suggestion": true
39074         },
39075         "shop/hairdresser/Салон красоты": {
39076             "tags": {
39077                 "name": "Салон красоты",
39078                 "shop": "hairdresser"
39079             },
39080             "name": "Салон красоты",
39081             "icon": "hairdresser",
39082             "geometry": [
39083                 "point",
39084                 "area"
39085             ],
39086             "fields": [
39087                 "operator",
39088                 "address",
39089                 "building_area",
39090                 "opening_hours"
39091             ],
39092             "suggestion": true
39093         },
39094         "shop/hardware/1000 мелочей": {
39095             "tags": {
39096                 "name": "1000 мелочей",
39097                 "shop": "hardware"
39098             },
39099             "name": "1000 мелочей",
39100             "icon": "shop",
39101             "geometry": [
39102                 "point",
39103                 "area"
39104             ],
39105             "fields": [
39106                 "operator",
39107                 "address",
39108                 "building_area",
39109                 "opening_hours"
39110             ],
39111             "suggestion": true
39112         },
39113         "shop/hardware/Хозтовары": {
39114             "tags": {
39115                 "name": "Хозтовары",
39116                 "shop": "hardware"
39117             },
39118             "name": "Хозтовары",
39119             "icon": "shop",
39120             "geometry": [
39121                 "point",
39122                 "area"
39123             ],
39124             "fields": [
39125                 "operator",
39126                 "address",
39127                 "building_area",
39128                 "opening_hours"
39129             ],
39130             "suggestion": true
39131         },
39132         "shop/motorcycle/Yamaha": {
39133             "tags": {
39134                 "name": "Yamaha",
39135                 "shop": "motorcycle"
39136             },
39137             "name": "Yamaha",
39138             "icon": "scooter",
39139             "geometry": [
39140                 "point",
39141                 "area"
39142             ],
39143             "fields": [
39144                 "operator",
39145                 "address",
39146                 "building_area",
39147                 "opening_hours"
39148             ],
39149             "suggestion": true
39150         }
39151     },
39152     "defaults": {
39153         "area": [
39154             "category-landuse",
39155             "category-building",
39156             "category-water-area",
39157             "leisure/park",
39158             "amenity/hospital",
39159             "amenity/place_of_worship",
39160             "amenity/cafe",
39161             "amenity/restaurant",
39162             "area"
39163         ],
39164         "line": [
39165             "category-road",
39166             "category-rail",
39167             "category-path",
39168             "category-water-line",
39169             "power/line",
39170             "line"
39171         ],
39172         "point": [
39173             "leisure/park",
39174             "amenity/hospital",
39175             "amenity/place_of_worship",
39176             "amenity/cafe",
39177             "amenity/restaurant",
39178             "amenity/fast_food",
39179             "amenity/bar",
39180             "amenity/bank",
39181             "shop/supermarket",
39182             "point"
39183         ],
39184         "vertex": [
39185             "highway/crosswalk",
39186             "highway/crossing",
39187             "railway/level_crossing",
39188             "highway/traffic_signals",
39189             "highway/turning_circle",
39190             "highway/mini_roundabout",
39191             "highway/motorway_junction",
39192             "vertex"
39193         ],
39194         "relation": [
39195             "category-route",
39196             "category-restriction",
39197             "type/boundary",
39198             "type/multipolygon",
39199             "relation"
39200         ]
39201     },
39202     "categories": {
39203         "category-building": {
39204             "geometry": "area",
39205             "name": "Building",
39206             "icon": "building",
39207             "members": [
39208                 "building/house",
39209                 "building/apartments",
39210                 "building/commercial",
39211                 "building/industrial",
39212                 "building/residential",
39213                 "building"
39214             ]
39215         },
39216         "category-golf": {
39217             "geometry": "area",
39218             "name": "Golf",
39219             "icon": "golf",
39220             "members": [
39221                 "golf/fairway",
39222                 "golf/green",
39223                 "golf/lateral_water_hazard",
39224                 "golf/rough",
39225                 "golf/bunker",
39226                 "golf/tee",
39227                 "golf/water_hazard"
39228             ]
39229         },
39230         "category-landuse": {
39231             "geometry": "area",
39232             "name": "Land Use",
39233             "icon": "land-use",
39234             "members": [
39235                 "landuse/residential",
39236                 "landuse/industrial",
39237                 "landuse/commercial",
39238                 "landuse/retail",
39239                 "landuse/farmland",
39240                 "landuse/farmyard",
39241                 "landuse/forest",
39242                 "landuse/meadow",
39243                 "landuse/cemetery",
39244                 "landuse/military"
39245             ]
39246         },
39247         "category-path": {
39248             "geometry": "line",
39249             "name": "Path",
39250             "icon": "category-path",
39251             "members": [
39252                 "highway/pedestrian",
39253                 "highway/footway",
39254                 "highway/cycleway",
39255                 "highway/bridleway",
39256                 "highway/path",
39257                 "highway/steps"
39258             ]
39259         },
39260         "category-rail": {
39261             "geometry": "line",
39262             "name": "Rail",
39263             "icon": "category-rail",
39264             "members": [
39265                 "railway/rail",
39266                 "railway/subway",
39267                 "railway/tram",
39268                 "railway/monorail",
39269                 "railway/disused",
39270                 "railway/abandoned"
39271             ]
39272         },
39273         "category-restriction": {
39274             "geometry": "relation",
39275             "name": "Restriction",
39276             "icon": "restriction",
39277             "members": [
39278                 "type/restriction/no_left_turn",
39279                 "type/restriction/no_right_turn",
39280                 "type/restriction/no_straight_on",
39281                 "type/restriction/no_u_turn",
39282                 "type/restriction/only_left_turn",
39283                 "type/restriction/only_right_turn",
39284                 "type/restriction/only_straight_on",
39285                 "type/restriction"
39286             ]
39287         },
39288         "category-road": {
39289             "geometry": "line",
39290             "name": "Road",
39291             "icon": "category-roads",
39292             "members": [
39293                 "highway/residential",
39294                 "highway/motorway",
39295                 "highway/trunk",
39296                 "highway/primary",
39297                 "highway/secondary",
39298                 "highway/tertiary",
39299                 "highway/service",
39300                 "highway/motorway_link",
39301                 "highway/trunk_link",
39302                 "highway/primary_link",
39303                 "highway/secondary_link",
39304                 "highway/tertiary_link",
39305                 "highway/unclassified",
39306                 "highway/track",
39307                 "highway/road"
39308             ]
39309         },
39310         "category-route": {
39311             "geometry": "relation",
39312             "name": "Route",
39313             "icon": "route",
39314             "members": [
39315                 "type/route/road",
39316                 "type/route/bicycle",
39317                 "type/route/foot",
39318                 "type/route/hiking",
39319                 "type/route/bus",
39320                 "type/route/train",
39321                 "type/route/tram",
39322                 "type/route/ferry",
39323                 "type/route/power",
39324                 "type/route/pipeline",
39325                 "type/route/detour",
39326                 "type/route_master",
39327                 "type/route"
39328             ]
39329         },
39330         "category-water-area": {
39331             "geometry": "area",
39332             "name": "Water",
39333             "icon": "water",
39334             "members": [
39335                 "natural/water/lake",
39336                 "natural/water/pond",
39337                 "natural/water/reservoir",
39338                 "natural/water"
39339             ]
39340         },
39341         "category-water-line": {
39342             "geometry": "line",
39343             "name": "Water",
39344             "icon": "category-water",
39345             "members": [
39346                 "waterway/river",
39347                 "waterway/stream",
39348                 "waterway/canal",
39349                 "waterway/ditch",
39350                 "waterway/drain"
39351             ]
39352         }
39353     },
39354     "fields": {
39355         "access": {
39356             "keys": [
39357                 "access",
39358                 "foot",
39359                 "motor_vehicle",
39360                 "bicycle",
39361                 "horse"
39362             ],
39363             "reference": {
39364                 "key": "access"
39365             },
39366             "type": "access",
39367             "label": "Allowed Access",
39368             "placeholder": "Not Specified",
39369             "strings": {
39370                 "types": {
39371                     "access": "All",
39372                     "foot": "Foot",
39373                     "motor_vehicle": "Motor Vehicles",
39374                     "bicycle": "Bicycles",
39375                     "horse": "Horses"
39376                 },
39377                 "options": {
39378                     "yes": {
39379                         "title": "Allowed",
39380                         "description": "Access permitted by law; a right of way"
39381                     },
39382                     "no": {
39383                         "title": "Prohibited",
39384                         "description": "Access not permitted to the general public"
39385                     },
39386                     "permissive": {
39387                         "title": "Permissive",
39388                         "description": "Access permitted until such time as the owner revokes the permission"
39389                     },
39390                     "private": {
39391                         "title": "Private",
39392                         "description": "Access permitted only with permission of the owner on an individual basis"
39393                     },
39394                     "designated": {
39395                         "title": "Designated",
39396                         "description": "Access permitted according to signs or specific local laws"
39397                     },
39398                     "destination": {
39399                         "title": "Destination",
39400                         "description": "Access permitted only to reach a destination"
39401                     },
39402                     "dismount": {
39403                         "title": "Dismount",
39404                         "description": "Access permitted but rider must dismount"
39405                     }
39406                 }
39407             }
39408         },
39409         "access_simple": {
39410             "key": "access",
39411             "type": "combo",
39412             "label": "Allowed Access",
39413             "placeholder": "yes",
39414             "options": [
39415                 "permissive",
39416                 "private",
39417                 "customers",
39418                 "no"
39419             ]
39420         },
39421         "access_toilets": {
39422             "key": "access",
39423             "type": "combo",
39424             "label": "Access",
39425             "options": [
39426                 "public",
39427                 "permissive",
39428                 "private",
39429                 "customers"
39430             ]
39431         },
39432         "address": {
39433             "type": "address",
39434             "keys": [
39435                 "addr:housename",
39436                 "addr:housenumber",
39437                 "addr:conscriptionnumber",
39438                 "addr:street",
39439                 "addr:city",
39440                 "addr:postcode",
39441                 "addr:place",
39442                 "addr:hamlet",
39443                 "addr:suburb",
39444                 "addr:subdistrict",
39445                 "addr:district",
39446                 "addr:province",
39447                 "addr:state",
39448                 "addr:country"
39449             ],
39450             "reference": {
39451                 "key": "addr"
39452             },
39453             "icon": "address",
39454             "universal": true,
39455             "label": "Address",
39456             "strings": {
39457                 "placeholders": {
39458                     "housename": "Housename",
39459                     "housenumber": "123",
39460                     "conscriptionnumber": "123",
39461                     "street": "Street",
39462                     "city": "City",
39463                     "postcode": "Postcode",
39464                     "place": "Place",
39465                     "hamlet": "Hamlet",
39466                     "suburb": "Suburb",
39467                     "subdistrict": "Subdistrict",
39468                     "district": "District",
39469                     "province": "Province",
39470                     "state": "State",
39471                     "country": "Country"
39472                 }
39473             }
39474         },
39475         "admin_level": {
39476             "key": "admin_level",
39477             "type": "number",
39478             "label": "Admin Level"
39479         },
39480         "aerialway": {
39481             "key": "aerialway",
39482             "type": "typeCombo",
39483             "label": "Type"
39484         },
39485         "aerialway/access": {
39486             "key": "aerialway:access",
39487             "type": "combo",
39488             "label": "Access",
39489             "strings": {
39490                 "options": {
39491                     "entry": "Entry",
39492                     "exit": "Exit",
39493                     "both": "Both"
39494                 }
39495             }
39496         },
39497         "aerialway/bubble": {
39498             "key": "aerialway:bubble",
39499             "type": "check",
39500             "label": "Bubble"
39501         },
39502         "aerialway/capacity": {
39503             "key": "aerialway:capacity",
39504             "type": "number",
39505             "label": "Capacity (per hour)",
39506             "placeholder": "500, 2500, 5000..."
39507         },
39508         "aerialway/duration": {
39509             "key": "aerialway:duration",
39510             "type": "number",
39511             "label": "Duration (minutes)",
39512             "placeholder": "1, 2, 3..."
39513         },
39514         "aerialway/heating": {
39515             "key": "aerialway:heating",
39516             "type": "check",
39517             "label": "Heated"
39518         },
39519         "aerialway/occupancy": {
39520             "key": "aerialway:occupancy",
39521             "type": "number",
39522             "label": "Occupancy",
39523             "placeholder": "2, 4, 8..."
39524         },
39525         "aerialway/summer/access": {
39526             "key": "aerialway:summer:access",
39527             "type": "combo",
39528             "label": "Access (summer)",
39529             "strings": {
39530                 "options": {
39531                     "entry": "Entry",
39532                     "exit": "Exit",
39533                     "both": "Both"
39534                 }
39535             }
39536         },
39537         "aeroway": {
39538             "key": "aeroway",
39539             "type": "typeCombo",
39540             "label": "Type"
39541         },
39542         "amenity": {
39543             "key": "amenity",
39544             "type": "typeCombo",
39545             "label": "Type"
39546         },
39547         "area/highway": {
39548             "key": "area:highway",
39549             "type": "typeCombo",
39550             "label": "Type"
39551         },
39552         "artist": {
39553             "key": "artist_name",
39554             "type": "text",
39555             "label": "Artist"
39556         },
39557         "artwork_type": {
39558             "key": "artwork_type",
39559             "type": "combo",
39560             "label": "Type"
39561         },
39562         "atm": {
39563             "key": "atm",
39564             "type": "check",
39565             "label": "ATM"
39566         },
39567         "backrest": {
39568             "key": "backrest",
39569             "type": "check",
39570             "label": "Backrest"
39571         },
39572         "barrier": {
39573             "key": "barrier",
39574             "type": "typeCombo",
39575             "label": "Type"
39576         },
39577         "bench": {
39578             "key": "bench",
39579             "type": "check",
39580             "label": "Bench"
39581         },
39582         "bicycle_parking": {
39583             "key": "bicycle_parking",
39584             "type": "combo",
39585             "label": "Type"
39586         },
39587         "boundary": {
39588             "key": "boundary",
39589             "type": "combo",
39590             "label": "Type"
39591         },
39592         "brand": {
39593             "key": "brand",
39594             "type": "text",
39595             "label": "Brand"
39596         },
39597         "building": {
39598             "key": "building",
39599             "type": "typeCombo",
39600             "label": "Building"
39601         },
39602         "building_area": {
39603             "key": "building",
39604             "type": "combo",
39605             "default": "yes",
39606             "geometry": "area",
39607             "label": "Building"
39608         },
39609         "capacity": {
39610             "key": "capacity",
39611             "type": "number",
39612             "label": "Capacity",
39613             "placeholder": "50, 100, 200..."
39614         },
39615         "cardinal_direction": {
39616             "key": "direction",
39617             "type": "combo",
39618             "label": "Direction",
39619             "strings": {
39620                 "options": {
39621                     "N": "North",
39622                     "E": "East",
39623                     "S": "South",
39624                     "W": "West",
39625                     "NE": "Northeast",
39626                     "SE": "Southeast",
39627                     "SW": "Southwest",
39628                     "NW": "Northwest",
39629                     "NNE": "North-northeast",
39630                     "ENE": "East-northeast",
39631                     "ESE": "East-southeast",
39632                     "SSE": "South-southeast",
39633                     "SSW": "South-southwest",
39634                     "WSW": "West-southwest",
39635                     "WNW": "West-northwest",
39636                     "NNW": "North-northwest"
39637                 }
39638             }
39639         },
39640         "clock_direction": {
39641             "key": "direction",
39642             "type": "combo",
39643             "label": "Direction",
39644             "strings": {
39645                 "options": {
39646                     "clockwise": "Clockwise",
39647                     "anticlockwise": "Counterclockwise"
39648                 }
39649             }
39650         },
39651         "collection_times": {
39652             "key": "collection_times",
39653             "type": "text",
39654             "label": "Collection Times"
39655         },
39656         "construction": {
39657             "key": "construction",
39658             "type": "combo",
39659             "label": "Type"
39660         },
39661         "content": {
39662             "key": "content",
39663             "type": "combo",
39664             "label": "Contents"
39665         },
39666         "country": {
39667             "key": "country",
39668             "type": "combo",
39669             "label": "Country"
39670         },
39671         "covered": {
39672             "key": "covered",
39673             "type": "check",
39674             "label": "Covered"
39675         },
39676         "craft": {
39677             "key": "craft",
39678             "type": "typeCombo",
39679             "label": "Type"
39680         },
39681         "crop": {
39682             "key": "crop",
39683             "type": "combo",
39684             "label": "Crop"
39685         },
39686         "crossing": {
39687             "key": "crossing",
39688             "type": "combo",
39689             "label": "Type"
39690         },
39691         "cuisine": {
39692             "key": "cuisine",
39693             "type": "combo",
39694             "label": "Cuisine"
39695         },
39696         "cycleway": {
39697             "keys": [
39698                 "cycleway:left",
39699                 "cycleway:right"
39700             ],
39701             "reference": {
39702                 "key": "cycleway"
39703             },
39704             "type": "cycleway",
39705             "label": "Bike Lanes",
39706             "placeholder": "none",
39707             "strings": {
39708                 "types": {
39709                     "cycleway:left": "Left side",
39710                     "cycleway:right": "Right side"
39711                 },
39712                 "options": {
39713                     "none": {
39714                         "title": "None",
39715                         "description": "No bike lane"
39716                     },
39717                     "lane": {
39718                         "title": "Standard bike lane",
39719                         "description": "A bike lane separated from auto traffic by a painted line"
39720                     },
39721                     "shared_lane": {
39722                         "title": "Shared bike lane",
39723                         "description": "A bike lane with no separation from auto traffic"
39724                     },
39725                     "track": {
39726                         "title": "Bike track",
39727                         "description": "A bike lane separated from traffic by a physical barrier"
39728                     },
39729                     "share_busway": {
39730                         "title": "Bike lane shared with bus",
39731                         "description": "A bike lane shared with a bus lane"
39732                     },
39733                     "opposite_lane": {
39734                         "title": "Opposite bike lane",
39735                         "description": "A bike lane that travels in the opposite direction of traffic"
39736                     },
39737                     "opposite": {
39738                         "title": "Contraflow bike lane",
39739                         "description": "A bike lane that travels in both directions on a one-way street"
39740                     }
39741                 }
39742             }
39743         },
39744         "delivery": {
39745             "key": "delivery",
39746             "type": "check",
39747             "label": "Delivery"
39748         },
39749         "denomination": {
39750             "key": "denomination",
39751             "type": "combo",
39752             "label": "Denomination"
39753         },
39754         "denotation": {
39755             "key": "denotation",
39756             "type": "combo",
39757             "label": "Denotation"
39758         },
39759         "description": {
39760             "key": "description",
39761             "type": "textarea",
39762             "label": "Description"
39763         },
39764         "drive_through": {
39765             "key": "drive_through",
39766             "type": "check",
39767             "label": "Drive-Through"
39768         },
39769         "electrified": {
39770             "key": "electrified",
39771             "type": "combo",
39772             "label": "Electrification",
39773             "placeholder": "Contact Line, Electrified Rail...",
39774             "strings": {
39775                 "options": {
39776                     "contact_line": "Contact Line",
39777                     "rail": "Electrified Rail",
39778                     "yes": "Yes (unspecified)",
39779                     "no": "No"
39780                 }
39781             }
39782         },
39783         "elevation": {
39784             "key": "ele",
39785             "type": "number",
39786             "icon": "elevation",
39787             "universal": true,
39788             "label": "Elevation"
39789         },
39790         "emergency": {
39791             "key": "emergency",
39792             "type": "check",
39793             "label": "Emergency"
39794         },
39795         "entrance": {
39796             "key": "entrance",
39797             "type": "typeCombo",
39798             "label": "Type"
39799         },
39800         "except": {
39801             "key": "except",
39802             "type": "combo",
39803             "label": "Exceptions"
39804         },
39805         "fax": {
39806             "key": "fax",
39807             "type": "tel",
39808             "label": "Fax",
39809             "placeholder": "+31 42 123 4567"
39810         },
39811         "fee": {
39812             "key": "fee",
39813             "type": "check",
39814             "label": "Fee"
39815         },
39816         "fire_hydrant/type": {
39817             "key": "fire_hydrant:type",
39818             "type": "combo",
39819             "label": "Type",
39820             "strings": {
39821                 "options": {
39822                     "pillar": "Pillar/Aboveground",
39823                     "underground": "Underground",
39824                     "wall": "Wall",
39825                     "pond": "Pond"
39826                 }
39827             }
39828         },
39829         "fixme": {
39830             "key": "fixme",
39831             "type": "textarea",
39832             "label": "Fix Me"
39833         },
39834         "fuel": {
39835             "key": "fuel",
39836             "type": "combo",
39837             "label": "Fuel"
39838         },
39839         "fuel/biodiesel": {
39840             "key": "fuel:biodiesel",
39841             "type": "check",
39842             "label": "Sells Biodiesel"
39843         },
39844         "fuel/diesel": {
39845             "key": "fuel:diesel",
39846             "type": "check",
39847             "label": "Sells Diesel"
39848         },
39849         "fuel/e10": {
39850             "key": "fuel:e10",
39851             "type": "check",
39852             "label": "Sells E10"
39853         },
39854         "fuel/e85": {
39855             "key": "fuel:e85",
39856             "type": "check",
39857             "label": "Sells E85"
39858         },
39859         "fuel/lpg": {
39860             "key": "fuel:lpg",
39861             "type": "check",
39862             "label": "Sells Propane"
39863         },
39864         "fuel/octane_100": {
39865             "key": "fuel:octane_100",
39866             "type": "check",
39867             "label": "Sells Racing Gasoline"
39868         },
39869         "fuel/octane_91": {
39870             "key": "fuel:octane_91",
39871             "type": "check",
39872             "label": "Sells Regular Gasoline"
39873         },
39874         "fuel/octane_95": {
39875             "key": "fuel:octane_95",
39876             "type": "check",
39877             "label": "Sells Midgrade Gasoline"
39878         },
39879         "fuel/octane_98": {
39880             "key": "fuel:octane_98",
39881             "type": "check",
39882             "label": "Sells Premium Gasoline"
39883         },
39884         "gauge": {
39885             "key": "gauge",
39886             "type": "combo",
39887             "label": "Gauge"
39888         },
39889         "gender": {
39890             "type": "radio",
39891             "keys": [
39892                 "male",
39893                 "female",
39894                 "unisex"
39895             ],
39896             "label": "Gender",
39897             "placeholder": "Unknown",
39898             "strings": {
39899                 "options": {
39900                     "male": "Male",
39901                     "female": "Female",
39902                     "unisex": "Unisex"
39903                 }
39904             }
39905         },
39906         "generator/method": {
39907             "key": "generator:method",
39908             "type": "combo",
39909             "label": "Method"
39910         },
39911         "generator/source": {
39912             "key": "generator:source",
39913             "type": "combo",
39914             "label": "Source"
39915         },
39916         "generator/type": {
39917             "key": "generator:type",
39918             "type": "combo",
39919             "label": "Type"
39920         },
39921         "golf_hole": {
39922             "key": "ref",
39923             "type": "text",
39924             "label": "Reference",
39925             "placeholder": "Hole number (1-18)"
39926         },
39927         "handicap": {
39928             "key": "handicap",
39929             "type": "number",
39930             "label": "Handicap",
39931             "placeholder": "1-18"
39932         },
39933         "highway": {
39934             "key": "highway",
39935             "type": "typeCombo",
39936             "label": "Type"
39937         },
39938         "historic": {
39939             "key": "historic",
39940             "type": "typeCombo",
39941             "label": "Type"
39942         },
39943         "hoops": {
39944             "key": "hoops",
39945             "type": "number",
39946             "label": "Hoops",
39947             "placeholder": "1, 2, 4..."
39948         },
39949         "iata": {
39950             "key": "iata",
39951             "type": "text",
39952             "label": "IATA"
39953         },
39954         "icao": {
39955             "key": "icao",
39956             "type": "text",
39957             "label": "ICAO"
39958         },
39959         "incline": {
39960             "key": "incline",
39961             "type": "combo",
39962             "label": "Incline"
39963         },
39964         "incline_steps": {
39965             "key": "incline",
39966             "type": "combo",
39967             "label": "Incline",
39968             "strings": {
39969                 "options": {
39970                     "up": "Up",
39971                     "down": "Down"
39972                 }
39973             }
39974         },
39975         "information": {
39976             "key": "information",
39977             "type": "typeCombo",
39978             "label": "Type"
39979         },
39980         "internet_access": {
39981             "key": "internet_access",
39982             "type": "combo",
39983             "label": "Internet Access",
39984             "strings": {
39985                 "options": {
39986                     "yes": "Yes",
39987                     "no": "No",
39988                     "wlan": "Wifi",
39989                     "wired": "Wired",
39990                     "terminal": "Terminal"
39991                 }
39992             }
39993         },
39994         "lamp_type": {
39995             "key": "lamp_type",
39996             "type": "combo",
39997             "label": "Type"
39998         },
39999         "landuse": {
40000             "key": "landuse",
40001             "type": "typeCombo",
40002             "label": "Type"
40003         },
40004         "lanes": {
40005             "key": "lanes",
40006             "type": "number",
40007             "label": "Lanes",
40008             "placeholder": "1, 2, 3..."
40009         },
40010         "layer": {
40011             "key": "layer",
40012             "type": "combo",
40013             "label": "Layer"
40014         },
40015         "leaf_cycle": {
40016             "key": "leaf_cycle",
40017             "type": "combo",
40018             "label": "Leaf Cycle",
40019             "strings": {
40020                 "options": {
40021                     "evergreen": "Evergreen",
40022                     "deciduous": "Deciduous",
40023                     "semi_evergreen": "Semi-Evergreen",
40024                     "semi_deciduous": "Semi-Deciduous",
40025                     "mixed": "Mixed"
40026                 }
40027             }
40028         },
40029         "leaf_cycle_singular": {
40030             "key": "leaf_cycle",
40031             "type": "combo",
40032             "label": "Leaf Cycle",
40033             "strings": {
40034                 "options": {
40035                     "evergreen": "Evergreen",
40036                     "deciduous": "Deciduous",
40037                     "semi_evergreen": "Semi-Evergreen",
40038                     "semi_deciduous": "Semi-Deciduous"
40039                 }
40040             }
40041         },
40042         "leaf_type": {
40043             "key": "leaf_type",
40044             "type": "combo",
40045             "label": "Leaf Type",
40046             "strings": {
40047                 "options": {
40048                     "broadleaved": "Broadleaved",
40049                     "needleleaved": "Needleleaved",
40050                     "mixed": "Mixed",
40051                     "leafless": "Leafless"
40052                 }
40053             }
40054         },
40055         "leaf_type_singular": {
40056             "key": "leaf_type",
40057             "type": "combo",
40058             "label": "Leaf Type",
40059             "strings": {
40060                 "options": {
40061                     "broadleaved": "Broadleaved",
40062                     "needleleaved": "Needleleaved",
40063                     "leafless": "Leafless"
40064                 }
40065             }
40066         },
40067         "leisure": {
40068             "key": "leisure",
40069             "type": "typeCombo",
40070             "label": "Type"
40071         },
40072         "length": {
40073             "key": "length",
40074             "type": "number",
40075             "label": "Length (Meters)"
40076         },
40077         "level": {
40078             "key": "level",
40079             "type": "combo",
40080             "label": "Level",
40081             "universal": true
40082         },
40083         "levels": {
40084             "key": "building:levels",
40085             "type": "number",
40086             "label": "Levels",
40087             "placeholder": "2, 4, 6..."
40088         },
40089         "lit": {
40090             "key": "lit",
40091             "type": "check",
40092             "label": "Lit"
40093         },
40094         "location": {
40095             "key": "location",
40096             "type": "combo",
40097             "label": "Location"
40098         },
40099         "man_made": {
40100             "key": "man_made",
40101             "type": "typeCombo",
40102             "label": "Type"
40103         },
40104         "maxspeed": {
40105             "key": "maxspeed",
40106             "type": "maxspeed",
40107             "label": "Speed Limit",
40108             "placeholder": "40, 50, 60..."
40109         },
40110         "mtb/scale": {
40111             "key": "mtb:scale",
40112             "type": "combo",
40113             "label": "Mountain Biking Difficulty",
40114             "placeholder": "0, 1, 2, 3...",
40115             "strings": {
40116                 "options": {
40117                     "0": "0: Solid gravel/packed earth, no obstacles, wide curves",
40118                     "1": "1: Some loose surface, small obstacles, wide curves",
40119                     "2": "2: Much loose surface, large obstacles, easy hairpins",
40120                     "3": "3: Slippery surface, large obstacles, tight hairpins",
40121                     "4": "4: Loose surface or boulders, dangerous hairpins",
40122                     "5": "5: Maximum difficulty, boulder fields, landslides",
40123                     "6": "6: Not rideable except by the very best mountain bikers"
40124                 }
40125             }
40126         },
40127         "mtb/scale/imba": {
40128             "key": "mtb:scale:imba",
40129             "type": "combo",
40130             "label": "IMBA Trail Difficulty",
40131             "placeholder": "Easy, Medium, Difficult...",
40132             "strings": {
40133                 "options": {
40134                     "0": "Easiest (white circle)",
40135                     "1": "Easy (green circle)",
40136                     "2": "Medium (blue square)",
40137                     "3": "Difficult (black diamond)",
40138                     "4": "Extremely Difficult (double black diamond)"
40139                 }
40140             }
40141         },
40142         "mtb/scale/uphill": {
40143             "key": "mtb:scale:uphill",
40144             "type": "combo",
40145             "label": "Mountain Biking Uphill Difficulty",
40146             "placeholder": "0, 1, 2, 3...",
40147             "strings": {
40148                 "options": {
40149                     "0": "0: Avg. incline <10%, gravel/packed earth, no obstacles",
40150                     "1": "1: Avg. incline <15%, gravel/packed earth, few small objects",
40151                     "2": "2: Avg. incline <20%, stable surface, fistsize rocks/roots",
40152                     "3": "3: Avg. incline <25%, variable surface, fistsize rocks/branches",
40153                     "4": "4: Avg. incline <30%, poor condition, big rocks/branches",
40154                     "5": "5: Very steep, bike generally needs to be pushed or carried"
40155                 }
40156             }
40157         },
40158         "name": {
40159             "key": "name",
40160             "type": "localized",
40161             "label": "Name",
40162             "placeholder": "Common name (if any)"
40163         },
40164         "natural": {
40165             "key": "natural",
40166             "type": "typeCombo",
40167             "label": "Natural"
40168         },
40169         "network": {
40170             "key": "network",
40171             "type": "text",
40172             "label": "Network"
40173         },
40174         "note": {
40175             "key": "note",
40176             "type": "textarea",
40177             "universal": true,
40178             "icon": "note",
40179             "label": "Note"
40180         },
40181         "office": {
40182             "key": "office",
40183             "type": "typeCombo",
40184             "label": "Type"
40185         },
40186         "oneway": {
40187             "key": "oneway",
40188             "type": "check",
40189             "label": "One Way",
40190             "strings": {
40191                 "options": {
40192                     "undefined": "Assumed to be No",
40193                     "yes": "Yes",
40194                     "no": "No"
40195                 }
40196             }
40197         },
40198         "oneway_yes": {
40199             "key": "oneway",
40200             "type": "check",
40201             "label": "One Way",
40202             "strings": {
40203                 "options": {
40204                     "undefined": "Assumed to be Yes",
40205                     "yes": "Yes",
40206                     "no": "No"
40207                 }
40208             }
40209         },
40210         "opening_hours": {
40211             "key": "opening_hours",
40212             "type": "text",
40213             "label": "Hours"
40214         },
40215         "operator": {
40216             "key": "operator",
40217             "type": "text",
40218             "label": "Operator"
40219         },
40220         "par": {
40221             "key": "par",
40222             "type": "number",
40223             "label": "Par",
40224             "placeholder": "3, 4, 5..."
40225         },
40226         "park_ride": {
40227             "key": "park_ride",
40228             "type": "check",
40229             "label": "Park and Ride"
40230         },
40231         "parking": {
40232             "key": "parking",
40233             "type": "combo",
40234             "label": "Type",
40235             "strings": {
40236                 "options": {
40237                     "surface": "Surface",
40238                     "multi-storey": "Multilevel",
40239                     "underground": "Underground",
40240                     "sheds": "Sheds",
40241                     "carports": "Carports",
40242                     "garage_boxes": "Garage Boxes",
40243                     "lane": "Roadside Lane"
40244                 }
40245             }
40246         },
40247         "phone": {
40248             "key": "phone",
40249             "type": "tel",
40250             "icon": "telephone",
40251             "universal": true,
40252             "label": "Phone",
40253             "placeholder": "+31 42 123 4567"
40254         },
40255         "piste/difficulty": {
40256             "key": "piste:difficulty",
40257             "type": "combo",
40258             "label": "Difficulty",
40259             "placeholder": "Easy, Intermediate, Advanced...",
40260             "strings": {
40261                 "options": {
40262                     "novice": "Novice (instructional)",
40263                     "easy": "Easy (green circle)",
40264                     "intermediate": "Intermediate (blue square)",
40265                     "advanced": "Advanced (black diamond)",
40266                     "expert": "Expert (double black diamond)",
40267                     "freeride": "Freeride (off-piste)",
40268                     "extreme": "Extreme (climbing equipment required)"
40269                 }
40270             }
40271         },
40272         "piste/grooming": {
40273             "key": "piste:grooming",
40274             "type": "combo",
40275             "label": "Grooming",
40276             "strings": {
40277                 "options": {
40278                     "classic": "Classic",
40279                     "mogul": "Mogul",
40280                     "backcountry": "Backcountry",
40281                     "classic+skating": "Classic and Skating",
40282                     "scooter": "Scooter/Snowmobile",
40283                     "skating": "Skating"
40284                 }
40285             }
40286         },
40287         "piste/type": {
40288             "key": "piste:type",
40289             "type": "typeCombo",
40290             "label": "Type",
40291             "strings": {
40292                 "options": {
40293                     "downhill": "Downhill",
40294                     "nordic": "Nordic",
40295                     "skitour": "Skitour",
40296                     "sled": "Sled",
40297                     "hike": "Hike",
40298                     "sleigh": "Sleigh",
40299                     "ice_skate": "Ice Skate",
40300                     "snow_park": "Snow Park",
40301                     "playground": "Playground"
40302                 }
40303             }
40304         },
40305         "place": {
40306             "key": "place",
40307             "type": "typeCombo",
40308             "label": "Type"
40309         },
40310         "population": {
40311             "key": "population",
40312             "type": "text",
40313             "label": "Population"
40314         },
40315         "power": {
40316             "key": "power",
40317             "type": "typeCombo",
40318             "label": "Type"
40319         },
40320         "power_supply": {
40321             "key": "power_supply",
40322             "type": "check",
40323             "label": "Power Supply"
40324         },
40325         "railway": {
40326             "key": "railway",
40327             "type": "typeCombo",
40328             "label": "Type"
40329         },
40330         "recycling/cans": {
40331             "key": "recycling:cans",
40332             "type": "check",
40333             "label": "Accepts Cans"
40334         },
40335         "recycling/clothes": {
40336             "key": "recycling:clothes",
40337             "type": "check",
40338             "label": "Accepts Clothes"
40339         },
40340         "recycling/glass": {
40341             "key": "recycling:glass",
40342             "type": "check",
40343             "label": "Accepts Glass"
40344         },
40345         "recycling/glass_bottles": {
40346             "key": "recycling:glass_bottles",
40347             "type": "check",
40348             "label": "Accepts Glass Bottles"
40349         },
40350         "recycling/paper": {
40351             "key": "recycling:paper",
40352             "type": "check",
40353             "label": "Accepts Paper"
40354         },
40355         "recycling/plastic": {
40356             "key": "recycling:plastic",
40357             "type": "check",
40358             "label": "Accepts Plastic"
40359         },
40360         "recycling/type": {
40361             "key": "recycling_type",
40362             "type": "combo",
40363             "label": "Recycling Type",
40364             "strings": {
40365                 "options": {
40366                     "container": "Container",
40367                     "centre": "Recycling Center"
40368                 }
40369             }
40370         },
40371         "ref": {
40372             "key": "ref",
40373             "type": "text",
40374             "label": "Reference"
40375         },
40376         "relation": {
40377             "key": "type",
40378             "type": "combo",
40379             "label": "Type"
40380         },
40381         "religion": {
40382             "key": "religion",
40383             "type": "combo",
40384             "label": "Religion"
40385         },
40386         "restriction": {
40387             "key": "restriction",
40388             "type": "combo",
40389             "label": "Type"
40390         },
40391         "restrictions": {
40392             "type": "restrictions",
40393             "geometry": "vertex",
40394             "icon": "restrictions",
40395             "reference": {
40396                 "rtype": "restriction"
40397             },
40398             "label": "Turn Restrictions"
40399         },
40400         "route": {
40401             "key": "route",
40402             "type": "combo",
40403             "label": "Type"
40404         },
40405         "route_master": {
40406             "key": "route_master",
40407             "type": "combo",
40408             "label": "Type"
40409         },
40410         "sac_scale": {
40411             "key": "sac_scale",
40412             "type": "combo",
40413             "label": "Hiking Difficulty",
40414             "placeholder": "Mountain Hiking, Alpine Hiking...",
40415             "strings": {
40416                 "options": {
40417                     "hiking": "T1: Hiking",
40418                     "mountain_hiking": "T2: Mountain Hiking",
40419                     "demanding_mountain_hiking": "T3: Demanding Mountain Hiking",
40420                     "alpine_hiking": "T4: Alpine Hiking",
40421                     "demanding_alpine_hiking": "T5: Demanding Alpine Hiking",
40422                     "difficult_alpine_hiking": "T6: Difficult Alpine Hiking"
40423                 }
40424             }
40425         },
40426         "sanitary_dump_station": {
40427             "key": "sanitary_dump_station",
40428             "type": "check",
40429             "label": "Toilet Disposal"
40430         },
40431         "seasonal": {
40432             "key": "seasonal",
40433             "type": "check",
40434             "label": "Seasonal"
40435         },
40436         "service": {
40437             "key": "service",
40438             "type": "combo",
40439             "label": "Type",
40440             "options": [
40441                 "parking_aisle",
40442                 "driveway",
40443                 "alley",
40444                 "emergency_access",
40445                 "drive-through"
40446             ]
40447         },
40448         "service/bicycle/chain_tool": {
40449             "key": "service:bicycle:chain_tool",
40450             "type": "check",
40451             "label": "Chain Tool",
40452             "strings": {
40453                 "options": {
40454                     "undefined": "Assumed to be No",
40455                     "yes": "Yes",
40456                     "no": "No"
40457                 }
40458             }
40459         },
40460         "service/bicycle/pump": {
40461             "key": "service:bicycle:pump",
40462             "type": "check",
40463             "label": "Air Pump",
40464             "strings": {
40465                 "options": {
40466                     "undefined": "Assumed to be No",
40467                     "yes": "Yes",
40468                     "no": "No"
40469                 }
40470             }
40471         },
40472         "service_rail": {
40473             "key": "service",
40474             "type": "combo",
40475             "label": "Service Type",
40476             "strings": {
40477                 "options": {
40478                     "spur": "Spur",
40479                     "yard": "Yard",
40480                     "siding": "Siding",
40481                     "crossover": "Crossover"
40482                 }
40483             }
40484         },
40485         "shelter": {
40486             "key": "shelter",
40487             "type": "check",
40488             "label": "Shelter"
40489         },
40490         "shelter_type": {
40491             "key": "shelter_type",
40492             "type": "combo",
40493             "label": "Type"
40494         },
40495         "shop": {
40496             "key": "shop",
40497             "type": "typeCombo",
40498             "label": "Type"
40499         },
40500         "sloped_curb": {
40501             "key": "sloped_curb",
40502             "type": "combo",
40503             "label": "Sloped Curb"
40504         },
40505         "smoking": {
40506             "key": "smoking",
40507             "type": "combo",
40508             "label": "Smoking",
40509             "placeholder": "No, Separated, Yes...",
40510             "strings": {
40511                 "options": {
40512                     "no": "No smoking anywhere",
40513                     "separated": "In smoking areas, not physically isolated",
40514                     "isolated": "In smoking areas, physically isolated",
40515                     "outside": "Allowed outside",
40516                     "yes": "Allowed everywhere",
40517                     "dedicated": "Dedicated to smokers (e.g. smokers' club)"
40518                 }
40519             }
40520         },
40521         "smoothness": {
40522             "key": "smoothness",
40523             "type": "combo",
40524             "label": "Smoothness",
40525             "placeholder": "Thin Rollers, Wheels, Off-Road...",
40526             "strings": {
40527                 "options": {
40528                     "excellent": "Thin Rollers: rollerblade, skateboard",
40529                     "good": "Thin Wheels: racing bike",
40530                     "intermediate": "Wheels: city bike, wheelchair, scooter",
40531                     "bad": "Robust Wheels: trekking bike, car, rickshaw",
40532                     "very_bad": "High Clearance: light duty off-road vehicle",
40533                     "horrible": "Off-Road: heavy duty off-road vehicle",
40534                     "very_horrible": "Specialized off-road: tractor, ATV",
40535                     "impassable": "Impassable / No wheeled vehicle"
40536                 }
40537             }
40538         },
40539         "social_facility_for": {
40540             "key": "social_facility:for",
40541             "type": "radio",
40542             "label": "People served",
40543             "placeholder": "Homeless, Disabled, Child, etc",
40544             "options": [
40545                 "abused",
40546                 "child",
40547                 "disabled",
40548                 "diseased",
40549                 "drug_addicted",
40550                 "homeless",
40551                 "juvenile",
40552                 "mental_health",
40553                 "migrant",
40554                 "orphan",
40555                 "senior",
40556                 "underprivileged",
40557                 "unemployed",
40558                 "victim"
40559             ]
40560         },
40561         "source": {
40562             "key": "source",
40563             "type": "text",
40564             "icon": "source",
40565             "universal": true,
40566             "label": "Source"
40567         },
40568         "sport": {
40569             "key": "sport",
40570             "type": "combo",
40571             "label": "Sport"
40572         },
40573         "sport_ice": {
40574             "key": "sport",
40575             "type": "combo",
40576             "label": "Sport",
40577             "options": [
40578                 "skating",
40579                 "hockey",
40580                 "multi",
40581                 "curling",
40582                 "ice_stock"
40583             ]
40584         },
40585         "sport_racing": {
40586             "key": "sport",
40587             "type": "combo",
40588             "label": "Sport",
40589             "options": [
40590                 "cycling",
40591                 "dog_racing",
40592                 "horse_racing",
40593                 "karting",
40594                 "motor",
40595                 "motocross",
40596                 "running"
40597             ]
40598         },
40599         "structure": {
40600             "type": "radio",
40601             "keys": [
40602                 "bridge",
40603                 "tunnel",
40604                 "embankment",
40605                 "cutting",
40606                 "ford"
40607             ],
40608             "label": "Structure",
40609             "placeholder": "Unknown",
40610             "strings": {
40611                 "options": {
40612                     "bridge": "Bridge",
40613                     "tunnel": "Tunnel",
40614                     "embankment": "Embankment",
40615                     "cutting": "Cutting",
40616                     "ford": "Ford"
40617                 }
40618             }
40619         },
40620         "studio_type": {
40621             "key": "type",
40622             "type": "combo",
40623             "label": "Type",
40624             "options": [
40625                 "audio",
40626                 "video"
40627             ]
40628         },
40629         "substation": {
40630             "key": "substation",
40631             "type": "typeCombo",
40632             "label": "Type"
40633         },
40634         "supervised": {
40635             "key": "supervised",
40636             "type": "check",
40637             "label": "Supervised"
40638         },
40639         "surface": {
40640             "key": "surface",
40641             "type": "combo",
40642             "label": "Surface"
40643         },
40644         "tactile_paving": {
40645             "key": "tactile_paving",
40646             "type": "check",
40647             "label": "Tactile Paving"
40648         },
40649         "takeaway": {
40650             "key": "takeaway",
40651             "type": "combo",
40652             "label": "Takeaway",
40653             "placeholder": "Yes, No, Takeaway Only...",
40654             "strings": {
40655                 "options": {
40656                     "yes": "Yes",
40657                     "no": "No",
40658                     "only": "Takeaway Only"
40659                 }
40660             }
40661         },
40662         "toilets/disposal": {
40663             "key": "toilets:disposal",
40664             "type": "combo",
40665             "label": "Disposal",
40666             "strings": {
40667                 "options": {
40668                     "flush": "Flush",
40669                     "pitlatrine": "Pit/Latrine",
40670                     "chemical": "Chemical",
40671                     "bucket": "Bucket"
40672                 }
40673             }
40674         },
40675         "tourism": {
40676             "key": "tourism",
40677             "type": "typeCombo",
40678             "label": "Type"
40679         },
40680         "towertype": {
40681             "key": "tower:type",
40682             "type": "combo",
40683             "label": "Tower type"
40684         },
40685         "tracktype": {
40686             "key": "tracktype",
40687             "type": "combo",
40688             "label": "Track Type",
40689             "placeholder": "Solid, Mostly Solid, Soft...",
40690             "strings": {
40691                 "options": {
40692                     "grade1": "Solid: paved or heavily compacted hardcore surface",
40693                     "grade2": "Mostly Solid: gravel/rock with some soft material mixed in",
40694                     "grade3": "Even mixture of hard and soft materials",
40695                     "grade4": "Mostly Soft: soil/sand/grass with some hard material mixed in",
40696                     "grade5": "Soft: soil/sand/grass"
40697                 }
40698             }
40699         },
40700         "traffic_signals": {
40701             "key": "traffic_signals",
40702             "type": "combo",
40703             "label": "Type",
40704             "default": "signal"
40705         },
40706         "trail_visibility": {
40707             "key": "trail_visibility",
40708             "type": "combo",
40709             "label": "Trail Visibility",
40710             "placeholder": "Excellent, Good, Bad...",
40711             "strings": {
40712                 "options": {
40713                     "excellent": "Excellent: unambiguous path or markers everywhere",
40714                     "good": "Good: markers visible, sometimes require searching",
40715                     "intermediate": "Intermediate: few markers, path mostly visible",
40716                     "bad": "Bad: no markers, path sometimes invisible/pathless",
40717                     "horrible": "Horrible: often pathless, some orientation skills required",
40718                     "no": "No: pathless, excellent orientation skills required"
40719                 }
40720             }
40721         },
40722         "trees": {
40723             "key": "trees",
40724             "type": "combo",
40725             "label": "Trees"
40726         },
40727         "tunnel": {
40728             "key": "tunnel",
40729             "type": "combo",
40730             "label": "Tunnel"
40731         },
40732         "vending": {
40733             "key": "vending",
40734             "type": "combo",
40735             "label": "Type of Goods"
40736         },
40737         "water": {
40738             "key": "water",
40739             "type": "combo",
40740             "label": "Type"
40741         },
40742         "water_point": {
40743             "key": "water_point",
40744             "type": "check",
40745             "label": "Water Point"
40746         },
40747         "waterway": {
40748             "key": "waterway",
40749             "type": "typeCombo",
40750             "label": "Type"
40751         },
40752         "website": {
40753             "key": "website",
40754             "type": "url",
40755             "icon": "website",
40756             "placeholder": "http://example.com/",
40757             "universal": true,
40758             "label": "Website"
40759         },
40760         "wetland": {
40761             "key": "wetland",
40762             "type": "combo",
40763             "label": "Type"
40764         },
40765         "wheelchair": {
40766             "key": "wheelchair",
40767             "type": "radio",
40768             "options": [
40769                 "yes",
40770                 "limited",
40771                 "no"
40772             ],
40773             "icon": "wheelchair",
40774             "universal": true,
40775             "label": "Wheelchair Access"
40776         },
40777         "width": {
40778             "key": "width",
40779             "type": "number",
40780             "label": "Width (Meters)"
40781         },
40782         "wikipedia": {
40783             "key": "wikipedia",
40784             "type": "wikipedia",
40785             "icon": "wikipedia",
40786             "universal": true,
40787             "label": "Wikipedia"
40788         }
40789     }
40790 };