]> git.openstreetmap.org Git - rails.git/blob - vendor/assets/iD/iD/locales/en.json
Update to iD v2.1.3
[rails.git] / vendor / assets / iD / iD / locales / en.json
1 {
2     "en": {
3         "modes": {
4             "add_area": {
5                 "title": "Area",
6                 "description": "Add parks, buildings, lakes or other areas to the map.",
7                 "tail": "Click on the map to start drawing an area, like a park, lake, or building."
8             },
9             "add_line": {
10                 "title": "Line",
11                 "description": "Add highways, streets, pedestrian paths, canals or other lines to the map.",
12                 "tail": "Click on the map to start drawing a road, path, or route."
13             },
14             "add_point": {
15                 "title": "Point",
16                 "description": "Add restaurants, monuments, postal boxes or other points to the map.",
17                 "tail": "Click on the map to add a point."
18             },
19             "browse": {
20                 "title": "Browse",
21                 "description": "Pan and zoom the map."
22             },
23             "draw_area": {
24                 "tail": "Click to add nodes to your area. Click the first node to finish the area."
25             },
26             "draw_line": {
27                 "tail": "Click to add more nodes to the line. Click on other lines to connect to them, and double-click to end the line."
28             }
29         },
30         "operations": {
31             "add": {
32                 "annotation": {
33                     "point": "Added a point.",
34                     "vertex": "Added a node to a way.",
35                     "relation": "Added a relation."
36                 }
37             },
38             "start": {
39                 "annotation": {
40                     "line": "Started a line.",
41                     "area": "Started an area."
42                 }
43             },
44             "continue": {
45                 "key": "A",
46                 "title": "Continue",
47                 "description": "Continue this line.",
48                 "not_eligible": "No line can be continued here.",
49                 "multiple": "Several lines can be continued here. To choose a line, press the Shift key and click on it to select it.",
50                 "annotation": {
51                     "line": "Continued a line.",
52                     "area": "Continued an area."
53                 }
54             },
55             "cancel_draw": {
56                 "annotation": "Canceled drawing."
57             },
58             "change_role": {
59                 "annotation": "Changed the role of a relation member."
60             },
61             "change_tags": {
62                 "annotation": "Changed tags."
63             },
64             "circularize": {
65                 "title": "Circularize",
66                 "description": {
67                     "line": "Make this line circular.",
68                     "area": "Make this area circular."
69                 },
70                 "key": "O",
71                 "annotation": {
72                     "line": "Made a line circular.",
73                     "area": "Made an area circular."
74                 },
75                 "not_closed": "This can't be made circular because it's not a loop.",
76                 "too_large": "This can't be made circular because not enough of it is currently visible.",
77                 "connected_to_hidden": "This can't be made circular because it is connected to a hidden feature."
78             },
79             "orthogonalize": {
80                 "title": "Square",
81                 "description": {
82                     "line": "Square the corners of this line.",
83                     "area": "Square the corners of this area."
84                 },
85                 "key": "S",
86                 "annotation": {
87                     "line": "Squared the corners of a line.",
88                     "area": "Squared the corners of an area."
89                 },
90                 "not_squarish": "This can't be made square because it is not squarish.",
91                 "too_large": "This can't be made square because not enough of it is currently visible.",
92                 "connected_to_hidden": "This can't be made square because it is connected to a hidden feature."
93             },
94             "straighten": {
95                 "title": "Straighten",
96                 "description": "Straighten this line.",
97                 "key": "S",
98                 "annotation": "Straightened a line.",
99                 "too_bendy": "This can't be straightened because it bends too much.",
100                 "connected_to_hidden": "This line can't be straightened because it is connected to a hidden feature."
101             },
102             "delete": {
103                 "title": "Delete",
104                 "description": {
105                     "single": "Delete this feature permanently.",
106                     "multiple": "Delete these features permanently."
107                 },
108                 "annotation": {
109                     "point": "Deleted a point.",
110                     "vertex": "Deleted a node from a way.",
111                     "line": "Deleted a line.",
112                     "area": "Deleted an area.",
113                     "relation": "Deleted a relation.",
114                     "multiple": "Deleted {n} features."
115                 },
116                 "incomplete_relation": {
117                     "single": "This feature can't be deleted because it hasn't been fully downloaded.",
118                     "multiple": "These features can't be deleted because they haven't been fully downloaded."
119                 },
120                 "part_of_relation": {
121                     "single": "This feature can't be deleted because it is part of a larger relation. You must remove it from the relation first.",
122                     "multiple": "These features can't be deleted because they are part of larger relations. You must remove them from the relations first."
123                 },
124                 "connected_to_hidden": {
125                     "single": "This feature can't be deleted because it is connected to a hidden feature.",
126                     "multiple": "These features can't be deleted because some are connected to hidden features."
127                 }
128             },
129             "add_member": {
130                 "annotation": "Added a member to a relation."
131             },
132             "delete_member": {
133                 "annotation": "Removed a member from a relation."
134             },
135             "connect": {
136                 "annotation": {
137                     "point": "Connected a way to a point.",
138                     "vertex": "Connected a way to another.",
139                     "line": "Connected a way to a line.",
140                     "area": "Connected a way to an area."
141                 }
142             },
143             "disconnect": {
144                 "title": "Disconnect",
145                 "description": "Disconnect these lines/areas from each other.",
146                 "key": "D",
147                 "annotation": "Disconnected lines/areas.",
148                 "not_connected": "There aren't enough lines/areas here to disconnect.",
149                 "connected_to_hidden": "This can't be disconnected because it is connected to a hidden feature.",
150                 "relation": "This can't be disconnected because it connects members of a relation."
151             },
152             "merge": {
153                 "title": "Merge",
154                 "description": "Merge these features.",
155                 "key": "C",
156                 "annotation": "Merged {n} features.",
157                 "not_eligible": "These features can't be merged.",
158                 "not_adjacent": "These features can't be merged because they aren't connected.",
159                 "restriction": "These features can't be merged because at least one is a member of a \"{relation}\" relation.",
160                 "incomplete_relation": "These features can't be merged because at least one hasn't been fully downloaded.",
161                 "conflicting_tags": "These features can't be merged because some of their tags have conflicting values."
162             },
163             "move": {
164                 "title": "Move",
165                 "description": {
166                     "single": "Move this feature to a different location.",
167                     "multiple": "Move these features to a different location."
168                 },
169                 "key": "M",
170                 "annotation": {
171                     "point": "Moved a point.",
172                     "vertex": "Moved a node in a way.",
173                     "line": "Moved a line.",
174                     "area": "Moved an area.",
175                     "multiple": "Moved multiple features."
176                 },
177                 "incomplete_relation": {
178                     "single": "This feature can't be moved because it hasn't been fully downloaded.",
179                     "multiple": "These features can't be moved because they haven't been fully downloaded."
180                 },
181                 "too_large": {
182                     "single": "This feature can't be moved because not enough of it is currently visible.",
183                     "multiple": "These features can't be moved because not enough of them are currently visible."
184                 },
185                 "connected_to_hidden": {
186                     "single": "This feature can't be moved because it is connected to a hidden feature.",
187                     "multiple": "These features can't be moved because some are connected to hidden features."
188                 }
189             },
190             "reflect": {
191                 "title": "reflect",
192                 "description": {
193                     "long": {
194                         "single": "Reflect this feature across its long axis.",
195                         "multiple": "Reflect these features across their long axis."
196                     },
197                     "short": {
198                         "single": "Reflect this feature across its short axis.",
199                         "multiple": "Reflect these features across their short axis."
200                     }
201                 },
202                 "key": {
203                     "long": "T",
204                     "short": "Y"
205                 },
206                 "annotation": {
207                     "long": {
208                         "single": "Reflected an feature across its long axis.",
209                         "multiple": "Reflected multiple features across their long axis."
210                     },
211                     "short": {
212                         "single": "Reflected an feature across its short axis.",
213                         "multiple": "Reflected multiple features across their short axis."
214                     }
215                 },
216                 "incomplete_relation": {
217                     "single": "This feature can't be reflected because it hasn't been fully downloaded.",
218                     "multiple": "These features can't be reflected because they haven't been fully downloaded."
219                 },
220                 "too_large": {
221                     "single": "This feature can't be reflected because not enough of it is currently visible.",
222                     "multiple": "These features can't be reflected because not enough of them are currently visible."
223                 },
224                 "connected_to_hidden": {
225                     "single": "This feature can't be reflected because it is connected to a hidden feature.",
226                     "multiple": "These features can't be reflected because some are connected to hidden features."
227                 }
228             },
229             "rotate": {
230                 "title": "Rotate",
231                 "description": {
232                     "single": "Rotate this feature around its center point.",
233                     "multiple": "Rotate these features around their center point."
234                 },
235                 "key": "R",
236                 "annotation": {
237                     "line": "Rotated a line.",
238                     "area": "Rotated an area.",
239                     "multiple": "Rotated multiple features."
240                 },
241                 "incomplete_relation": {
242                     "single": "This feature can't be rotated because it hasn't been fully downloaded.",
243                     "multiple": "These features can't be rotated because they haven't been fully downloaded."
244                 },
245                 "too_large": {
246                     "single": "This feature can't be rotated because not enough of it is currently visible.",
247                     "multiple": "These features can't be rotated because not enough of them are currently visible."
248                 },
249                 "connected_to_hidden": {
250                     "single": "This feature can't be rotated because it is connected to a hidden feature.",
251                     "multiple": "These features can't be rotated because some are connected to hidden features."
252                 }
253             },
254             "reverse": {
255                 "title": "Reverse",
256                 "description": "Make this line go in the opposite direction.",
257                 "key": "V",
258                 "annotation": "Reversed a line."
259             },
260             "split": {
261                 "title": "Split",
262                 "description": {
263                     "line": "Split this line into two at this node.",
264                     "area": "Split the boundary of this area into two.",
265                     "multiple": "Split the lines/area boundaries at this node into two."
266                 },
267                 "key": "X",
268                 "annotation": {
269                     "line": "Split a line.",
270                     "area": "Split an area boundary.",
271                     "multiple": "Split {n} lines/area boundaries."
272                 },
273                 "not_eligible": "Lines can't be split at their beginning or end.",
274                 "multiple_ways": "There are too many lines here to split.",
275                 "connected_to_hidden": "This can't be split because it is connected to a hidden feature."
276             },
277             "restriction": {
278                 "help": {
279                     "select": "Click to select a road segment.",
280                     "toggle": "Click to toggle turn restrictions.",
281                     "toggle_on": "Click to add a \"{restriction}\" restriction.",
282                     "toggle_off": "Click to remove the \"{restriction}\" restriction."
283                 },
284                 "annotation": {
285                     "create": "Added a turn restriction",
286                     "delete": "Deleted a turn restriction"
287                 }
288             }
289         },
290         "undo": {
291             "tooltip": "Undo: {action}",
292             "nothing": "Nothing to undo."
293         },
294         "redo": {
295             "tooltip": "Redo: {action}",
296             "nothing": "Nothing to redo."
297         },
298         "tooltip_keyhint": "Shortcut:",
299         "browser_notice": "This editor is supported in Firefox, Chrome, Safari, Opera, and Internet Explorer 11 and above. Please upgrade your browser or use Potlatch 2 to edit the map.",
300         "translate": {
301             "translate": "Translate",
302             "localized_translation_label": "Multilingual name",
303             "localized_translation_language": "Choose language",
304             "localized_translation_name": "Name"
305         },
306         "zoom_in_edit": "Zoom in to Edit",
307         "login": "login",
308         "logout": "logout",
309         "loading_auth": "Connecting to OpenStreetMap...",
310         "report_a_bug": "Report a bug",
311         "help_translate": "Help translate",
312         "feature_info": {
313             "hidden_warning": "{count} hidden features",
314             "hidden_details": "These features are currently hidden: {details}"
315         },
316         "status": {
317             "error": "Unable to connect to API.",
318             "offline": "The API is offline. Please try editing later.",
319             "readonly": "The API is read-only. You will need to wait to save your changes.",
320             "rateLimit": "The API is limiting anonymous connections.  You can fix this by logging in."
321         },
322         "commit": {
323             "title": "Upload to OpenStreetMap",
324             "description_placeholder": "Brief description of your contributions (required)",
325             "message_label": "Changeset Comment",
326             "upload_explanation": "The changes you upload will be visible on all maps that use OpenStreetMap data.",
327             "upload_explanation_with_user": "The changes you upload as {user} will be visible on all maps that use OpenStreetMap data.",
328             "save": "Upload",
329             "cancel": "Cancel",
330             "changes": "{count} Changes",
331             "warnings": "Warnings",
332             "modified": "Modified",
333             "deleted": "Deleted",
334             "created": "Created",
335             "about_changeset_comments": "About changeset comments",
336             "about_changeset_comments_link": "//wiki.openstreetmap.org/wiki/Good_changeset_comments",
337             "google_warning": "You mentioned Google in this comment: remember that copying from Google Maps is strictly forbidden.",
338             "google_warning_link": "http://www.openstreetmap.org/copyright"
339         },
340         "contributors": {
341             "list": "Edits by {users}",
342             "truncated_list": "Edits by {users} and {count} others"
343         },
344         "infobox": {
345             "selected": "{n} selected",
346             "geometry": "Geometry",
347             "closed": "closed",
348             "center": "Center",
349             "perimeter": "Perimeter",
350             "length": "Length",
351             "area": "Area",
352             "centroid": "Centroid",
353             "location": "Location",
354             "metric": "Metric",
355             "imperial": "Imperial"
356         },
357         "geometry": {
358             "point": "point",
359             "vertex": "vertex",
360             "line": "line",
361             "area": "area",
362             "relation": "relation"
363         },
364         "geocoder": {
365             "search": "Search worldwide...",
366             "no_results_visible": "No results in visible map area",
367             "no_results_worldwide": "No results found"
368         },
369         "geolocate": {
370             "title": "Show My Location",
371             "locating": "Locating, please wait..."
372         },
373         "inspector": {
374             "no_documentation_combination": "There is no documentation available for this tag combination",
375             "no_documentation_key": "There is no documentation available for this key",
376             "documentation_redirect": "This documentation has been redirected to a new page",
377             "show_more": "Show More",
378             "view_on_osm": "View on openstreetmap.org",
379             "all_fields": "All fields",
380             "all_tags": "All tags",
381             "all_members": "All members",
382             "all_relations": "All relations",
383             "new_relation": "New relation...",
384             "role": "Role",
385             "choose": "Select feature type",
386             "results": "{n} results for {search}",
387             "reference": "View on OpenStreetMap Wiki",
388             "back_tooltip": "Change feature",
389             "remove": "Remove",
390             "search": "Search",
391             "multiselect": "Selected features",
392             "unknown": "Unknown",
393             "incomplete": "<not downloaded>",
394             "feature_list": "Search features",
395             "edit": "Edit feature",
396             "check": {
397                 "yes": "Yes",
398                 "no": "No"
399             },
400             "add": "Add",
401             "none": "None",
402             "node": "Node",
403             "way": "Way",
404             "relation": "Relation",
405             "location": "Location",
406             "add_fields": "Add field:"
407         },
408         "background": {
409             "title": "Background",
410             "description": "Background settings",
411             "percent_brightness": "{opacity}% brightness",
412             "none": "None",
413             "best_imagery": "Best known imagery source for this location",
414             "switch": "Switch back to this background",
415             "custom": "Custom",
416             "custom_button": "Edit custom background",
417             "custom_prompt": "Enter a tile URL template. Valid tokens are {zoom}, {x}, {y} for Z/X/Y scheme and {u} for quadtile scheme.",
418             "fix_misalignment": "Adjust imagery offset",
419             "imagery_source_faq": "Where does this imagery come from?",
420             "reset": "reset",
421             "offset": "Drag anywhere in the gray area below to adjust the imagery offset, or enter the offset values in meters.",
422             "minimap": {
423                 "description": "Minimap",
424                 "tooltip": "Show a zoomed out map to help locate the area currently displayed."
425             }
426         },
427         "map_data": {
428             "title": "Map Data",
429             "description": "Map Data",
430             "data_layers": "Data Layers",
431             "fill_area": "Fill Areas",
432             "map_features": "Map Features",
433             "autohidden": "These features have been automatically hidden because too many would be shown on the screen.  You can zoom in to edit them."
434         },
435         "feature": {
436             "points": {
437                 "description": "Points",
438                 "tooltip": "Points of Interest"
439             },
440             "traffic_roads": {
441                 "description": "Traffic Roads",
442                 "tooltip": "Highways, Streets, etc."
443             },
444             "service_roads": {
445                 "description": "Service Roads",
446                 "tooltip": "Service Roads, Parking Aisles, Tracks, etc."
447             },
448             "paths": {
449                 "description": "Paths",
450                 "tooltip": "Sidewalks, Foot Paths, Cycle Paths, etc."
451             },
452             "buildings": {
453                 "description": "Buildings",
454                 "tooltip": "Buildings, Shelters, Garages, etc."
455             },
456             "landuse": {
457                 "description": "Landuse Features",
458                 "tooltip": "Forests, Farmland, Parks, Residential, Commercial, etc."
459             },
460             "boundaries": {
461                 "description": "Boundaries",
462                 "tooltip": "Administrative Boundaries"
463             },
464             "water": {
465                 "description": "Water Features",
466                 "tooltip": "Rivers, Lakes, Ponds, Basins, etc."
467             },
468             "rail": {
469                 "description": "Rail Features",
470                 "tooltip": "Railways"
471             },
472             "power": {
473                 "description": "Power Features",
474                 "tooltip": "Power Lines, Power Plants, Substations, etc."
475             },
476             "past_future": {
477                 "description": "Past/Future",
478                 "tooltip": "Proposed, Construction, Abandoned, Demolished, etc."
479             },
480             "others": {
481                 "description": "Others",
482                 "tooltip": "Everything Else"
483             }
484         },
485         "area_fill": {
486             "wireframe": {
487                 "description": "No Fill (Wireframe)",
488                 "tooltip": "Enabling wireframe mode makes it easy to see the background imagery."
489             },
490             "partial": {
491                 "description": "Partial Fill",
492                 "tooltip": "Areas are drawn with fill only around their inner edges. (Recommended for beginner mappers)"
493             },
494             "full": {
495                 "description": "Full Fill",
496                 "tooltip": "Areas are drawn fully filled."
497             }
498         },
499         "restore": {
500             "heading": "You have unsaved changes",
501             "description": "Do you wish to restore unsaved changes from a previous editing session?",
502             "restore": "Restore",
503             "reset": "Reset"
504         },
505         "save": {
506             "title": "Save",
507             "help": "Review your changes and upload them to OpenStreetMap, making them visible to other users.",
508             "no_changes": "No changes to save.",
509             "error": "Errors occurred while trying to save",
510             "status_code": "Server returned status code {code}",
511             "unknown_error_details": "Please ensure you are connected to the internet.",
512             "uploading": "Uploading changes to OpenStreetMap...",
513             "unsaved_changes": "You have unsaved changes",
514             "conflict": {
515                 "header": "Resolve conflicting edits",
516                 "count": "Conflict {num} of {total}",
517                 "previous": "< Previous",
518                 "next": "Next >",
519                 "keep_local": "Keep mine",
520                 "keep_remote": "Use theirs",
521                 "restore": "Restore",
522                 "delete": "Leave Deleted",
523                 "download_changes": "Or download your changes.",
524                 "done": "All conflicts resolved!",
525                 "help": "Another user changed some of the same map features you changed.\nClick on each feature below for more details about the conflict, and choose whether to keep\nyour changes or the other user's changes.\n"
526             }
527         },
528         "merge_remote_changes": {
529             "conflict": {
530                 "deleted": "This feature has been deleted by {user}.",
531                 "location": "This feature was moved by both you and {user}.",
532                 "nodelist": "Nodes were changed by both you and {user}.",
533                 "memberlist": "Relation members were changed by both you and {user}.",
534                 "tags": "You changed the <b>{tag}</b> tag to \"{local}\" and {user} changed it to \"{remote}\"."
535             }
536         },
537         "success": {
538             "edited_osm": "Edited OSM!",
539             "just_edited": "You just edited OpenStreetMap!",
540             "view_on_osm": "View on OSM",
541             "facebook": "Share on Facebook",
542             "twitter": "Share on Twitter",
543             "google": "Share on Google+",
544             "help_html": "Your changes should appear in the \"Standard\" layer in a few minutes. Other layers, and certain features, may take longer.",
545             "help_link_text": "Details",
546             "help_link_url": "https://wiki.openstreetmap.org/wiki/FAQ#I_have_just_made_some_changes_to_the_map._How_do_I_get_to_see_my_changes.3F"
547         },
548         "confirm": {
549             "okay": "Okay",
550             "cancel": "Cancel"
551         },
552         "splash": {
553             "welcome": "Welcome to the iD OpenStreetMap editor",
554             "text": "iD is a friendly but powerful tool for contributing to the world's best free world map. This is version {version}. For more information see {website} and report bugs at {github}.",
555             "walkthrough": "Start the Walkthrough",
556             "start": "Edit Now"
557         },
558         "source_switch": {
559             "live": "live",
560             "lose_changes": "You have unsaved changes. Switching the map server will discard them. Are you sure you want to switch servers?",
561             "dev": "dev"
562         },
563         "tag_reference": {
564             "description": "Description",
565             "on_wiki": "{tag} on wiki.osm.org",
566             "used_with": "used with {type}"
567         },
568         "validations": {
569             "disconnected_highway": "Disconnected highway",
570             "disconnected_highway_tooltip": "Roads should be connected to other roads.",
571             "untagged_point": "Untagged point",
572             "untagged_line": "Untagged line",
573             "untagged_area": "Untagged area",
574             "untagged_relation": "Untagged relation",
575             "many_deletions": "You're deleting {n} features. Are you sure you want to do this? This will delete them from the map that everyone else sees on openstreetmap.org.",
576             "tag_suggests_area": "The tag {tag} suggests line should be area, but it is not an area",
577             "untagged_point_tooltip": "Select a feature type that describes what this point is.",
578             "untagged_line_tooltip": "Select a feature type that describes what this line is.",
579             "untagged_area_tooltip": "Select a feature type that describes what this area is.",
580             "untagged_relation_tooltip": "Select a feature type that describes what this relation is.",
581             "deprecated_tags": "Deprecated tags: {tags}"
582         },
583         "zoom": {
584             "in": "Zoom In",
585             "out": "Zoom Out"
586         },
587         "cannot_zoom": "Cannot zoom out further in current mode.",
588         "full_screen": "Toggle Full Screen",
589         "gpx": {
590             "local_layer": "Local file",
591             "drag_drop": "Drag and drop a .gpx, .geojson or .kml file on the page, or click the button to the right to browse",
592             "zoom": "Zoom to layer",
593             "browse": "Browse for a file"
594         },
595         "mapillary_images": {
596             "tooltip": "Street-level photos from Mapillary",
597             "title": "Photo Overlay (Mapillary)"
598         },
599         "mapillary_signs": {
600             "tooltip": "Traffic signs from Mapillary (must enable Photo Overlay)",
601             "title": "Traffic Sign Overlay (Mapillary)"
602         },
603         "mapillary": {
604             "view_on_mapillary": "View this image on Mapillary"
605         },
606         "help": {
607             "title": "Help",
608             "help": "# Help\n\nThis is an editor for [OpenStreetMap](http://www.openstreetmap.org/), the\nfree and editable map of the world. You can use it to add and update\ndata in your area, making an open-source and open-data map of the world\nbetter for everyone.\n\nEdits that you make on this map will be visible to everyone who uses\nOpenStreetMap. In order to make an edit, you'll need to\n[log in](https://www.openstreetmap.org/login).\n\nThe [iD editor](http://ideditor.com/) is a collaborative project with [source\ncode available on GitHub](https://github.com/openstreetmap/iD).\n",
609             "editing_saving": "# Editing & Saving\n\nThis editor is designed to work primarily online, and you're accessing\nit through a website right now.\n\n### Selecting Features\n\nTo select a map feature, like a road or point of interest, click\non it on the map. This will highlight the selected feature, open a panel with\ndetails about it, and show a menu of things you can do with the feature.\n\nTo select multiple features, hold down the 'Shift' key. Then either click\non the features you want to select, or drag on the map to draw a rectangle.\nThis will draw a box and select all the points within it.\n\n### Saving Edits\n\nWhen you make changes like editing roads, buildings, and places, these are\nstored locally until you save them to the server. Don't worry if you make\na mistake - you can undo changes by clicking the undo button, and redo\nchanges by clicking the redo button.\n\nClick 'Save' to finish a group of edits - for instance, if you've completed\nan area of town and would like to start on a new area. You'll have a chance\nto review what you've done, and the editor supplies helpful suggestions\nand warnings if something doesn't seem right about the changes.\n\nIf everything looks good, you can enter a short comment explaining the change\nyou made, and click 'Save' again to post the changes\nto [OpenStreetMap.org](http://www.openstreetmap.org/), where they are visible\nto all other users and available for others to build and improve upon.\n\nIf you can't finish your edits in one sitting, you can leave the editor\nwindow and come back (on the same browser and computer), and the\neditor application will offer to restore your work.\n\n### Using the editor\n\nA list of available keyboard shortcuts can be found [here](http://wiki.openstreetmap.org/wiki/ID/Shortcuts).\n",
610             "roads": "# Roads\n\nYou can create, fix, and delete roads with this editor. Roads can be all\nkinds: paths, highways, trails, cycleways, and more - any often-crossed\nsegment should be mappable.\n\n### Selecting\n\nClick on a road to select it. An outline should become visible, along\nwith a small tools menu on the map and a sidebar showing more information\nabout the road.\n\n### Modifying\n\nOften you'll see roads that aren't aligned to the imagery behind them\nor to a GPS track. You can adjust these roads so they are in the correct\nplace.\n\nFirst click on the road you want to change. This will highlight it and show\ncontrol points along it that you can drag to better locations. If\nyou want to add new control points for more detail, double-click a part\nof the road without a node, and one will be added.\n\nIf the road connects to another road, but doesn't properly connect on\nthe map, you can drag one of its control points onto the other road in\norder to join them. Having roads connect is important for the map\nand essential for providing driving directions.\n\nYou can also click the 'Move' tool or press the `M` shortcut key to move the entire road at\none time, and then click again to save that movement.\n\n### Deleting\n\nIf a road is entirely incorrect - you can see that it doesn't exist in satellite\nimagery and ideally have confirmed locally that it's not present - you can delete\nit, which removes it from the map. Be cautious when deleting features -\nlike any other edit, the results are seen by everyone and satellite imagery\nis often out of date, so the road could simply be newly built.\n\nYou can delete a road by clicking on it to select it, then clicking the\ntrash can icon or pressing the 'Delete' key.\n\n### Creating\n\nFound somewhere there should be a road but there isn't? Click the 'Line'\nicon in the top-left of the editor or press the shortcut key `2` to start drawing\na line.\n\nClick on the start of the road on the map to start drawing. If the road\nbranches off from an existing road, start by clicking on the place where they connect.\n\nThen click on points along the road so that it follows the right path, according\nto satellite imagery or GPS. If the road you are drawing crosses another road, connect\nit by clicking on the intersection point. When you're done drawing, double-click\nor press 'Return' or 'Enter' on your keyboard.\n",
611             "gps": "# GPS\n\nCollected GPS traces are one valuable source of data for OpenStreetMap. This editor\nsupports local traces - `.gpx` files on your local computer. You can collect\nthis kind of GPS trace with a number of smartphone applications as well as\npersonal GPS hardware.\n\nFor information on how to perform a GPS survey, read\n[Mapping with a smartphone, GPS, or paper](http://learnosm.org/en/mobile-mapping/).\n\nTo use a GPX track for mapping, drag and drop the GPX file onto the map\neditor. If it's recognized, it will be added to the map as a bright purple\nline. Click on the 'Map Data' menu on the right side to enable,\ndisable, or zoom to this new GPX-powered layer.\n\nThe GPX track isn't directly uploaded to OpenStreetMap - the best way to\nuse it is to draw on the map, using it as a guide for the new features that\nyou add, and also to [upload it to OpenStreetMap](http://www.openstreetmap.org/trace/create)\nfor other users to use.\n",
612             "imagery": "# Imagery\n\nAerial imagery is an important resource for mapping. A combination of\nairplane flyovers, satellite views, and freely-compiled sources are available\nin the editor under the 'Background Settings' menu on the right.\n\nBy default a [Bing Maps](http://www.bing.com/maps/) satellite layer is\npresented in the editor, but as you pan and zoom the map to new geographical\nareas, new sources will become available. Some countries, like the United\nStates, France, and Denmark have very high-quality imagery available for some areas.\n\nImagery is sometimes offset from the map data because of a mistake on the\nimagery provider's side. If you see a lot of roads shifted from the background,\ndon't immediately move them all to match the background. Instead you can adjust\nthe imagery so that it matches the existing data by clicking 'Fix alignment' at\nthe bottom of the Background Settings UI.\n",
613             "addresses": "# Addresses\n\nAddresses are some of the most useful information for the map.\n\nAlthough addresses are often represented as parts of streets, in OpenStreetMap\nthey're recorded as attributes of buildings and places along streets.\n\nYou can add address information to places mapped as building outlines\nas well as those mapped as single points. The optimal source of address\ndata is from an on-the-ground survey or personal knowledge - as with any\nother feature, copying from commercial sources like Google Maps is strictly\nforbidden.\n",
614             "inspector": "# Using the Inspector\n\nThe inspector is the section on the left side of the page that allows you to\nedit the details of the selected feature.\n\n### Selecting a Feature Type\n\nAfter you add a point, line, or area, you can choose what type of feature it\nis, like whether it's a highway or residential road, supermarket or cafe.\nThe inspector will display buttons for common feature types, and you can\nfind others by typing what you're looking for in the search box.\n\nClick the 'i' in the bottom-right-hand corner of a feature type button to\nlearn more about it. Click a button to choose that type.\n\n### Using Forms and Editing Tags\n\nAfter you choose a feature type, or when you select a feature that already\nhas a type assigned, the inspector will display fields with details about\nthe feature like its name and address.\n\nBelow the fields you see, you can click the 'Add field' dropdown to add\nother details, like a Wikipedia link, wheelchair access, and more.\n\nAt the bottom of the inspector, click 'Additional tags' to add arbitrary\nother tags to the element. [Taginfo](http://taginfo.openstreetmap.org/) is a\ngreat resource for learn more about popular tag combinations.\n\nChanges you make in the inspector are automatically applied to the map.\nYou can undo them at any time by clicking the 'Undo' button.\n",
615             "buildings": "# Buildings\n\nOpenStreetMap is the world's largest database of buildings. You can create\nand improve this database.\n\n### Selecting\n\nYou can select a building by clicking on its border. This will highlight the\nbuilding and open a small tools menu and a sidebar showing more information\nabout the building.\n\n### Modifying\n\nSometimes buildings are incorrectly placed or have incorrect tags.\n\nTo move an entire building, select it, then click the 'Move' tool. Move your\nmouse to shift the building, and click when it's correctly placed.\n\nTo fix the specific shape of a building, click and drag the nodes that form\nits border into better places.\n\n### Creating\n\nOne of the main questions around adding buildings to the map is that\nOpenStreetMap records buildings both as shapes and points. The rule of thumb\nis to _map a building as a shape whenever possible_, and map companies, homes,\namenities, and other things that operate out of buildings as points placed\nwithin the building shape.\n\nStart drawing a building as a shape by clicking the 'Area' button in the top\nleft of the interface, and end it either by pressing 'Return' on your keyboard\nor clicking on the first node drawn to close the shape.\n\n### Deleting\n\nIf a building is entirely incorrect - you can see that it doesn't exist in satellite\nimagery and ideally have confirmed locally that it's not present - you can delete\nit, which removes it from the map. Be cautious when deleting features -\nlike any other edit, the results are seen by everyone and satellite imagery\nis often out of date, so the building could simply be newly built.\n\nYou can delete a building by clicking on it to select it, then clicking the\ntrash can icon or pressing the 'Delete' key.\n",
616             "relations": "# Relations\n\nA relation is a special type of feature in OpenStreetMap that groups together\nother features. For example, two common types of relations are *route relations*,\nwhich group together sections of road that belong to a specific freeway or\nhighway, and *multipolygons*, which group together several lines that define\na complex area (one with several pieces or holes in it like a donut).\n\nThe group of features in a relation are called *members*. In the sidebar, you can\nsee which relations a feature is a member of, and click on a relation there\nto select the it. When the relation is selected, you can see all of its\nmembers listed in the sidebar and highlighted on the map.\n\nFor the most part, iD will take care of maintaining relations automatically\nwhile you edit. The main thing you should be aware of is that if you delete a\nsection of road to redraw it more accurately, you should make sure that the\nnew section is a member of the same relations as the original.\n\n## Editing Relations\n\nIf you want to edit relations, here are the basics.\n\nTo add a feature to a relation, select the feature, click the \"+\" button in the\n\"All relations\" section of the sidebar, and select or type the name of the relation.\n\nTo create a new relation, select the first feature that should be a member,\nclick the \"+\" button in the \"All relations\" section, and select \"New relation...\".\n\nTo remove a feature from a relation, select the feature and click the trash\nbutton next to the relation you want to remove it from.\n\nYou can create multipolygons with holes using the \"Merge\" tool. Draw two areas (inner\nand outer), hold the Shift key and click on each of them to select them both, and then\nclick the \"Merge\" (+) button.\n"
617         },
618         "intro": {
619             "done": "done",
620             "graph": {
621                 "city_hall": "Three Rivers City Hall",
622                 "fire_department": "Three Rivers Fire Department",
623                 "memory_isle_park": "Memory Isle Park",
624                 "riverwalk_trail": "Riverwalk Trail",
625                 "w_michigan_ave": "West Michigan Avenue",
626                 "e_michigan_ave": "East Michigan Avenue",
627                 "spring_st": "Spring Street",
628                 "scidmore_park": "Scidmore Park",
629                 "petting_zoo": "Scidmore Park Petting Zoo",
630                 "n_andrews_st": "North Andrews Street",
631                 "s_andrews_st": "South Andrews Street",
632                 "n_constantine_st": "North Constantine Street",
633                 "s_constantine_st": "South Constantine Street",
634                 "rocky_river": "Rocky River",
635                 "railroad_dr": "Railroad Drive",
636                 "conrail_rr": "Conrail Railroad",
637                 "st_joseph_river": "Saint Joseph River",
638                 "n_main_st": "North Main Street",
639                 "s_main_st": "South Main Street",
640                 "water_st": "Water Street",
641                 "foster_st": "Foster Street",
642                 "portage_river": "Portage River",
643                 "flower_st": "Flower Street",
644                 "elm_st": "Elm Street",
645                 "walnut_st": "Walnut Street",
646                 "morris_ave": "Morris Avenue",
647                 "east_st": "East Street",
648                 "portage_ave": "Portage Avenue"
649             },
650             "navigation": {
651                 "title": "Navigation",
652                 "drag": "The main map area shows OpenStreetMap data on top of a background. You can navigate by dragging and scrolling, just like any web map. **Drag the map!**",
653                 "select": "Map features are represented three ways: using points, lines or areas. All features can be selected by clicking on them. **Click on the point to select it.**",
654                 "pane": "When a feature is selected, the feature editor is displayed. The header shows us the feature type and the main pane shows the feature's attributes, such as its name and address. **Close the feature editor by pressing the {button} button in the top right.**",
655                 "search": "You can also search for features in the current view, or worldwide. **Search for '{name}'**",
656                 "choose": "**Choose {name} from the list to select it.**",
657                 "chosen": "Great! {name} is now selected. **Close the feature editor by pressing the {button} button.**"
658             },
659             "points": {
660                 "title": "Points",
661                 "add": "Points can be used to represent features such as shops, restaurants, and monuments. They mark a specific location, and describe what's there. **Click the {button} Point button to add a new point.**",
662                 "place": "The point can be placed by clicking on the map. **Click the map to place the new point on top of the building.**",
663                 "search": "There are many different features that can be represented by points. The point you just added is a Cafe. **Search for '{name}'**",
664                 "choose": "**Choose Cafe from the list.**",
665                 "describe": "The point is now marked as a cafe. Using the feature editor, we can add more information about the feature. **Add a name**",
666                 "close": "The feature editor will remember all of your changes automatically.  When you change a feature, the close button will change to a checkmark. **Click the {button} button to close the feature editor**",
667                 "reselect": "Often points will already exist, but have mistakes or be incomplete. We can edit existing points. **Click to select the point you just created.**",
668                 "fixname": "**Change the name, then click the {button} button to close the feature editor.**",
669                 "reselect_delete": "All features on the map can be deleted. **Click to select the point you created.**",
670                 "delete": "The menu around the point contains operations that can be performed on it, including delete. **Click on the {button} button to delete the point.**"
671             },
672             "areas": {
673                 "title": "Areas",
674                 "add": "Areas are used to show the boundaries of features like lakes, buildings, and residential areas. They can be also be used for more detailed mapping of many features you might normally map as points. **Click the {button} Area button to add a new area.**",
675                 "corner": "Areas are drawn by placing nodes that mark the boundary of the area. **Click to place a starting node on one of the corners of the playground.**",
676                 "place": "Draw the area by placing more nodes. Finish the area by clicking on the starting node. **Draw an area for the playground.**",
677                 "search": "**Search for '{name}'.**",
678                 "choose": "**Choose Playground from the list.**",
679                 "describe": "**Add a name, then click the {button} button to close the feature editor**"
680             },
681             "lines": {
682                 "title": "Lines",
683                 "add": "Lines are used to represent features such as roads, railroads, and rivers. **Click the {button} Line button to add a new line.**",
684                 "start": "**Start the line by clicking on the end of the road.**",
685                 "intersect": "Click to add more nodes to the line. You can drag the map while drawing if necessary. Roads, and many other types of lines, are part of a larger network. It is important for these lines to be connected properly in order for routing applications to work. **Click on {name} to create an intersection connecting the two lines.**",
686                 "finish": "Lines can be finished by clicking on the last node again. **Finish drawing the road.**",
687                 "road": "**Select Road from the list**",
688                 "residential": "There are different types of roads, the most common of which is Residential. **Choose the Residential road type**",
689                 "describe": "**Name the road, then click the {button} button to close the feature editor.**",
690                 "restart": "The road needs to intersect {name}.",
691                 "wrong_preset": "You didn't select the Residential road type. **Click here to choose again**"
692             },
693             "startediting": {
694                 "title": "Start Editing",
695                 "help": "You can replay this walkthrough or view more documentation by clicking the {button} Help button.",
696                 "save": "Don't forget to regularly save your changes!",
697                 "start": "Start mapping!"
698             }
699         },
700         "presets": {
701             "categories": {
702                 "category-barrier": {
703                     "name": "Barrier Features"
704                 },
705                 "category-building": {
706                     "name": "Building Features"
707                 },
708                 "category-golf": {
709                     "name": "Golf Features"
710                 },
711                 "category-landuse": {
712                     "name": "Land Use Features"
713                 },
714                 "category-natural-area": {
715                     "name": "Natural Features"
716                 },
717                 "category-natural-line": {
718                     "name": "Natural Features"
719                 },
720                 "category-natural-point": {
721                     "name": "Natural Features"
722                 },
723                 "category-path": {
724                     "name": "Path Features"
725                 },
726                 "category-rail": {
727                     "name": "Rail Features"
728                 },
729                 "category-restriction": {
730                     "name": "Restriction Features"
731                 },
732                 "category-road": {
733                     "name": "Road Features"
734                 },
735                 "category-route": {
736                     "name": "Route Features"
737                 },
738                 "category-water-area": {
739                     "name": "Water Features"
740                 },
741                 "category-water-line": {
742                     "name": "Water Features"
743                 }
744             },
745             "fields": {
746                 "access_simple": {
747                     "label": "Allowed Access"
748                 },
749                 "access_toilets": {
750                     "label": "Access"
751                 },
752                 "access": {
753                     "label": "Allowed Access",
754                     "placeholder": "Not Specified",
755                     "types": {
756                         "access": "All",
757                         "foot": "Foot",
758                         "motor_vehicle": "Motor Vehicles",
759                         "bicycle": "Bicycles",
760                         "horse": "Horses"
761                     },
762                     "options": {
763                         "yes": {
764                             "title": "Allowed",
765                             "description": "Access permitted by law; a right of way"
766                         },
767                         "no": {
768                             "title": "Prohibited",
769                             "description": "Access not permitted to the general public"
770                         },
771                         "permissive": {
772                             "title": "Permissive",
773                             "description": "Access permitted until such time as the owner revokes the permission"
774                         },
775                         "private": {
776                             "title": "Private",
777                             "description": "Access permitted only with permission of the owner on an individual basis"
778                         },
779                         "designated": {
780                             "title": "Designated",
781                             "description": "Access permitted according to signs or specific local laws"
782                         },
783                         "destination": {
784                             "title": "Destination",
785                             "description": "Access permitted only to reach a destination"
786                         },
787                         "dismount": {
788                             "title": "Dismount",
789                             "description": "Access permitted but rider must dismount"
790                         }
791                     }
792                 },
793                 "address": {
794                     "label": "Address",
795                     "placeholders": {
796                         "block_number": "Block Number",
797                         "block_number!jp": "Block No.",
798                         "city": "City",
799                         "city!jp": "City/Town/Village/Tokyo Special Ward",
800                         "city!vn": "City/Town",
801                         "conscriptionnumber": "123",
802                         "country": "Country",
803                         "county": "County",
804                         "county!jp": "District",
805                         "district": "District",
806                         "district!vn": "Arrondissement/Town/District",
807                         "floor": "Floor",
808                         "hamlet": "Hamlet",
809                         "housename": "Housename",
810                         "housenumber": "123",
811                         "housenumber!jp": "Building No./Lot No.",
812                         "neighbourhood": "Neighbourhood",
813                         "neighbourhood!jp": "Chōme/Aza/Koaza",
814                         "place": "Place",
815                         "postcode": "Postcode",
816                         "province": "Province",
817                         "province!jp": "Prefecture",
818                         "quarter": "Quarter",
819                         "quarter!jp": "Ōaza/Machi",
820                         "state": "State",
821                         "street": "Street",
822                         "subdistrict": "Subdistrict",
823                         "subdistrict!vn": "Ward/Commune/Townlet",
824                         "suburb": "Suburb",
825                         "suburb!jp": "Ward"
826                     }
827                 },
828                 "admin_level": {
829                     "label": "Admin Level"
830                 },
831                 "aerialway": {
832                     "label": "Type"
833                 },
834                 "aerialway/access": {
835                     "label": "Access",
836                     "options": {
837                         "entry": "Entry",
838                         "exit": "Exit",
839                         "both": "Both"
840                     }
841                 },
842                 "aerialway/bubble": {
843                     "label": "Bubble"
844                 },
845                 "aerialway/capacity": {
846                     "label": "Capacity (per hour)",
847                     "placeholder": "500, 2500, 5000..."
848                 },
849                 "aerialway/duration": {
850                     "label": "Duration (minutes)",
851                     "placeholder": "1, 2, 3..."
852                 },
853                 "aerialway/heating": {
854                     "label": "Heated"
855                 },
856                 "aerialway/occupancy": {
857                     "label": "Occupancy",
858                     "placeholder": "2, 4, 8..."
859                 },
860                 "aerialway/summer/access": {
861                     "label": "Access (summer)",
862                     "options": {
863                         "entry": "Entry",
864                         "exit": "Exit",
865                         "both": "Both"
866                     }
867                 },
868                 "aeroway": {
869                     "label": "Type"
870                 },
871                 "amenity": {
872                     "label": "Type"
873                 },
874                 "area/highway": {
875                     "label": "Type"
876                 },
877                 "artist": {
878                     "label": "Artist"
879                 },
880                 "artwork_type": {
881                     "label": "Type"
882                 },
883                 "atm": {
884                     "label": "ATM"
885                 },
886                 "backrest": {
887                     "label": "Backrest"
888                 },
889                 "barrier": {
890                     "label": "Type"
891                 },
892                 "bath/open_air": {
893                     "label": "Open Air"
894                 },
895                 "bath/sand_bath": {
896                     "label": "Sand Bath"
897                 },
898                 "bath/type": {
899                     "label": "Specialty",
900                     "options": {
901                         "onsen": "Japanese Onsen",
902                         "foot_bath": "Foot Bath",
903                         "hot_spring": "Hot Spring"
904                     }
905                 },
906                 "beauty": {
907                     "label": "Shop Type"
908                 },
909                 "bench": {
910                     "label": "Bench"
911                 },
912                 "bicycle_parking": {
913                     "label": "Type"
914                 },
915                 "bin": {
916                     "label": "Waste Bin"
917                 },
918                 "blood_components": {
919                     "label": "Blood Components",
920                     "options": {
921                         "whole": "whole blood",
922                         "plasma": "plasma",
923                         "platelets": "platelets",
924                         "stemcells": "stem cell samples"
925                     }
926                 },
927                 "board_type": {
928                     "label": "Type"
929                 },
930                 "boundary": {
931                     "label": "Type"
932                 },
933                 "brand": {
934                     "label": "Brand"
935                 },
936                 "building_area": {
937                     "label": "Building"
938                 },
939                 "building": {
940                     "label": "Building"
941                 },
942                 "bunker_type": {
943                     "label": "Type"
944                 },
945                 "camera/direction": {
946                     "label": "Direction (Degrees Clockwise)",
947                     "placeholder": "45, 90, 180, 270"
948                 },
949                 "camera/mount": {
950                     "label": "Camera Mount"
951                 },
952                 "camera/type": {
953                     "label": "Camera Type",
954                     "options": {
955                         "fixed": "Fixed",
956                         "panning": "Panning",
957                         "dome": "Dome"
958                     }
959                 },
960                 "capacity": {
961                     "label": "Capacity",
962                     "placeholder": "50, 100, 200..."
963                 },
964                 "cardinal_direction": {
965                     "label": "Direction",
966                     "options": {
967                         "N": "North",
968                         "E": "East",
969                         "S": "South",
970                         "W": "West",
971                         "NE": "Northeast",
972                         "SE": "Southeast",
973                         "SW": "Southwest",
974                         "NW": "Northwest",
975                         "NNE": "North-northeast",
976                         "ENE": "East-northeast",
977                         "ESE": "East-southeast",
978                         "SSE": "South-southeast",
979                         "SSW": "South-southwest",
980                         "WSW": "West-southwest",
981                         "WNW": "West-northwest",
982                         "NNW": "North-northwest"
983                     }
984                 },
985                 "castle_type": {
986                     "label": "Type"
987                 },
988                 "clock_direction": {
989                     "label": "Direction",
990                     "options": {
991                         "clockwise": "Clockwise",
992                         "anticlockwise": "Counterclockwise"
993                     }
994                 },
995                 "collection_times": {
996                     "label": "Collection Times"
997                 },
998                 "construction": {
999                     "label": "Type"
1000                 },
1001                 "contact/webcam": {
1002                     "label": "Webcam URL",
1003                     "placeholder": "http://example.com/"
1004                 },
1005                 "content": {
1006                     "label": "Contents"
1007                 },
1008                 "country": {
1009                     "label": "Country"
1010                 },
1011                 "covered": {
1012                     "label": "Covered"
1013                 },
1014                 "craft": {
1015                     "label": "Type"
1016                 },
1017                 "crop": {
1018                     "label": "Crop"
1019                 },
1020                 "crossing": {
1021                     "label": "Type"
1022                 },
1023                 "cuisine": {
1024                     "label": "Cuisine"
1025                 },
1026                 "currency_multi": {
1027                     "label": "Currency Types"
1028                 },
1029                 "cycle_network": {
1030                     "label": "Network"
1031                 },
1032                 "cycleway": {
1033                     "label": "Bike Lanes",
1034                     "placeholder": "none",
1035                     "types": {
1036                         "cycleway:left": "Left side",
1037                         "cycleway:right": "Right side"
1038                     },
1039                     "options": {
1040                         "none": {
1041                             "title": "None",
1042                             "description": "No bike lane"
1043                         },
1044                         "lane": {
1045                             "title": "Standard bike lane",
1046                             "description": "A bike lane separated from auto traffic by a painted line"
1047                         },
1048                         "shared_lane": {
1049                             "title": "Shared bike lane",
1050                             "description": "A bike lane with no separation from auto traffic"
1051                         },
1052                         "track": {
1053                             "title": "Bike track",
1054                             "description": "A bike lane separated from traffic by a physical barrier"
1055                         },
1056                         "share_busway": {
1057                             "title": "Bike lane shared with bus",
1058                             "description": "A bike lane shared with a bus lane"
1059                         },
1060                         "opposite_lane": {
1061                             "title": "Opposite bike lane",
1062                             "description": "A bike lane that travels in the opposite direction of traffic"
1063                         },
1064                         "opposite": {
1065                             "title": "Contraflow bike lane",
1066                             "description": "A bike lane that travels in both directions on a one-way street"
1067                         }
1068                     }
1069                 },
1070                 "date": {
1071                     "label": "Date"
1072                 },
1073                 "delivery": {
1074                     "label": "Delivery"
1075                 },
1076                 "denomination": {
1077                     "label": "Denomination"
1078                 },
1079                 "denotation": {
1080                     "label": "Denotation"
1081                 },
1082                 "description": {
1083                     "label": "Description"
1084                 },
1085                 "diaper": {
1086                     "label": "Diaper Changing Available"
1087                 },
1088                 "display": {
1089                     "label": "Display"
1090                 },
1091                 "dock": {
1092                     "label": "Type"
1093                 },
1094                 "drive_through": {
1095                     "label": "Drive-Through"
1096                 },
1097                 "electrified": {
1098                     "label": "Electrification",
1099                     "placeholder": "Contact Line, Electrified Rail...",
1100                     "options": {
1101                         "contact_line": "Contact Line",
1102                         "rail": "Electrified Rail",
1103                         "yes": "Yes (unspecified)",
1104                         "no": "No"
1105                     }
1106                 },
1107                 "elevation": {
1108                     "label": "Elevation"
1109                 },
1110                 "email": {
1111                     "label": "Email",
1112                     "placeholder": "example@example.com"
1113                 },
1114                 "emergency": {
1115                     "label": "Emergency"
1116                 },
1117                 "entrance": {
1118                     "label": "Type"
1119                 },
1120                 "except": {
1121                     "label": "Exceptions"
1122                 },
1123                 "fax": {
1124                     "label": "Fax",
1125                     "placeholder": "+31 42 123 4567"
1126                 },
1127                 "fee": {
1128                     "label": "Fee"
1129                 },
1130                 "fence_type": {
1131                     "label": "Type"
1132                 },
1133                 "fire_hydrant/position": {
1134                     "label": "Position",
1135                     "options": {
1136                         "lane": "Lane",
1137                         "parking_lot": "Parking Lot",
1138                         "sidewalk": "Sidewalk",
1139                         "green": "Green"
1140                     }
1141                 },
1142                 "fire_hydrant/type": {
1143                     "label": "Type",
1144                     "options": {
1145                         "pillar": "Pillar/Aboveground",
1146                         "underground": "Underground",
1147                         "wall": "Wall",
1148                         "pond": "Pond"
1149                     }
1150                 },
1151                 "fixme": {
1152                     "label": "Fix Me"
1153                 },
1154                 "fuel_multi": {
1155                     "label": "Fuel Types"
1156                 },
1157                 "fuel": {
1158                     "label": "Fuel"
1159                 },
1160                 "gauge": {
1161                     "label": "Gauge"
1162                 },
1163                 "gender": {
1164                     "label": "Gender",
1165                     "placeholder": "Unknown",
1166                     "options": {
1167                         "male": "Male",
1168                         "female": "Female",
1169                         "unisex": "Unisex"
1170                     }
1171                 },
1172                 "generator/method": {
1173                     "label": "Method"
1174                 },
1175                 "generator/source": {
1176                     "label": "Source"
1177                 },
1178                 "generator/type": {
1179                     "label": "Type"
1180                 },
1181                 "golf_hole": {
1182                     "label": "Reference",
1183                     "placeholder": "Hole number (1-18)"
1184                 },
1185                 "handicap": {
1186                     "label": "Handicap",
1187                     "placeholder": "1-18"
1188                 },
1189                 "handrail": {
1190                     "label": "Handrail"
1191                 },
1192                 "height": {
1193                     "label": "Height (Meters)"
1194                 },
1195                 "highway": {
1196                     "label": "Type"
1197                 },
1198                 "historic": {
1199                     "label": "Type"
1200                 },
1201                 "hoops": {
1202                     "label": "Hoops",
1203                     "placeholder": "1, 2, 4..."
1204                 },
1205                 "iata": {
1206                     "label": "IATA"
1207                 },
1208                 "icao": {
1209                     "label": "ICAO"
1210                 },
1211                 "incline_steps": {
1212                     "label": "Incline",
1213                     "options": {
1214                         "up": "Up",
1215                         "down": "Down"
1216                     }
1217                 },
1218                 "incline": {
1219                     "label": "Incline"
1220                 },
1221                 "indoor": {
1222                     "label": "Indoor"
1223                 },
1224                 "information": {
1225                     "label": "Type"
1226                 },
1227                 "internet_access": {
1228                     "label": "Internet Access",
1229                     "options": {
1230                         "yes": "Yes",
1231                         "no": "No",
1232                         "wlan": "Wifi",
1233                         "wired": "Wired",
1234                         "terminal": "Terminal"
1235                     }
1236                 },
1237                 "internet_access/fee": {
1238                     "label": "Internet Access Fee"
1239                 },
1240                 "internet_access/ssid": {
1241                     "label": "SSID (Network Name)"
1242                 },
1243                 "kerb": {
1244                     "label": "Curb Ramp"
1245                 },
1246                 "lamp_type": {
1247                     "label": "Type"
1248                 },
1249                 "landuse": {
1250                     "label": "Type"
1251                 },
1252                 "lanes": {
1253                     "label": "Lanes",
1254                     "placeholder": "1, 2, 3..."
1255                 },
1256                 "layer": {
1257                     "label": "Layer"
1258                 },
1259                 "leaf_cycle_singular": {
1260                     "label": "Leaf Cycle",
1261                     "options": {
1262                         "evergreen": "Evergreen",
1263                         "deciduous": "Deciduous",
1264                         "semi_evergreen": "Semi-Evergreen",
1265                         "semi_deciduous": "Semi-Deciduous"
1266                     }
1267                 },
1268                 "leaf_cycle": {
1269                     "label": "Leaf Cycle",
1270                     "options": {
1271                         "evergreen": "Evergreen",
1272                         "deciduous": "Deciduous",
1273                         "semi_evergreen": "Semi-Evergreen",
1274                         "semi_deciduous": "Semi-Deciduous",
1275                         "mixed": "Mixed"
1276                     }
1277                 },
1278                 "leaf_type_singular": {
1279                     "label": "Leaf Type",
1280                     "options": {
1281                         "broadleaved": "Broadleaved",
1282                         "needleleaved": "Needleleaved",
1283                         "leafless": "Leafless"
1284                     }
1285                 },
1286                 "leaf_type": {
1287                     "label": "Leaf Type",
1288                     "options": {
1289                         "broadleaved": "Broadleaved",
1290                         "needleleaved": "Needleleaved",
1291                         "mixed": "Mixed",
1292                         "leafless": "Leafless"
1293                     }
1294                 },
1295                 "leisure": {
1296                     "label": "Type"
1297                 },
1298                 "length": {
1299                     "label": "Length (Meters)"
1300                 },
1301                 "level": {
1302                     "label": "Level"
1303                 },
1304                 "levels": {
1305                     "label": "Levels",
1306                     "placeholder": "2, 4, 6..."
1307                 },
1308                 "lit": {
1309                     "label": "Lit"
1310                 },
1311                 "location": {
1312                     "label": "Location"
1313                 },
1314                 "man_made": {
1315                     "label": "Type"
1316                 },
1317                 "map_size": {
1318                     "label": "Coverage"
1319                 },
1320                 "map_type": {
1321                     "label": "Type"
1322                 },
1323                 "maxheight": {
1324                     "label": "Max Height",
1325                     "placeholder": "4, 4.5, 5, 14'0\", 14'6\", 15'0\""
1326                 },
1327                 "maxspeed": {
1328                     "label": "Speed Limit",
1329                     "placeholder": "40, 50, 60..."
1330                 },
1331                 "maxstay": {
1332                     "label": "Max Stay"
1333                 },
1334                 "mtb/scale": {
1335                     "label": "Mountain Biking Difficulty",
1336                     "placeholder": "0, 1, 2, 3...",
1337                     "options": {
1338                         "0": "0: Solid gravel/packed earth, no obstacles, wide curves",
1339                         "1": "1: Some loose surface, small obstacles, wide curves",
1340                         "2": "2: Much loose surface, large obstacles, easy hairpins",
1341                         "3": "3: Slippery surface, large obstacles, tight hairpins",
1342                         "4": "4: Loose surface or boulders, dangerous hairpins",
1343                         "5": "5: Maximum difficulty, boulder fields, landslides",
1344                         "6": "6: Not rideable except by the very best mountain bikers"
1345                     }
1346                 },
1347                 "mtb/scale/imba": {
1348                     "label": "IMBA Trail Difficulty",
1349                     "placeholder": "Easy, Medium, Difficult...",
1350                     "options": {
1351                         "0": "Easiest (white circle)",
1352                         "1": "Easy (green circle)",
1353                         "2": "Medium (blue square)",
1354                         "3": "Difficult (black diamond)",
1355                         "4": "Extremely Difficult (double black diamond)"
1356                     }
1357                 },
1358                 "mtb/scale/uphill": {
1359                     "label": "Mountain Biking Uphill Difficulty",
1360                     "placeholder": "0, 1, 2, 3...",
1361                     "options": {
1362                         "0": "0: Avg. incline <10%, gravel/packed earth, no obstacles",
1363                         "1": "1: Avg. incline <15%, gravel/packed earth, few small objects",
1364                         "2": "2: Avg. incline <20%, stable surface, fistsize rocks/roots",
1365                         "3": "3: Avg. incline <25%, variable surface, fistsize rocks/branches",
1366                         "4": "4: Avg. incline <30%, poor condition, big rocks/branches",
1367                         "5": "5: Very steep, bike generally needs to be pushed or carried"
1368                     }
1369                 },
1370                 "name": {
1371                     "label": "Name",
1372                     "placeholder": "Common name (if any)"
1373                 },
1374                 "natural": {
1375                     "label": "Natural"
1376                 },
1377                 "network_bicycle": {
1378                     "label": "Network Type",
1379                     "placeholder": "Local, Regional, National, International",
1380                     "options": {
1381                         "lcn": "Local",
1382                         "rcn": "Regional",
1383                         "ncn": "National",
1384                         "icn": "International"
1385                     }
1386                 },
1387                 "network_foot": {
1388                     "label": "Network Type",
1389                     "placeholder": "Local, Regional, National, International",
1390                     "options": {
1391                         "lwn": "Local",
1392                         "rwn": "Regional",
1393                         "nwn": "National",
1394                         "iwn": "International"
1395                     }
1396                 },
1397                 "network_horse": {
1398                     "label": "Network Type",
1399                     "placeholder": "Local, Regional, National, International",
1400                     "options": {
1401                         "lhn": "Local",
1402                         "rhn": "Regional",
1403                         "nhn": "National",
1404                         "ihn": "International"
1405                     }
1406                 },
1407                 "network_road": {
1408                     "label": "Network"
1409                 },
1410                 "network": {
1411                     "label": "Network"
1412                 },
1413                 "note": {
1414                     "label": "Note"
1415                 },
1416                 "office": {
1417                     "label": "Type"
1418                 },
1419                 "oneway_yes": {
1420                     "label": "One Way",
1421                     "options": {
1422                         "undefined": "Assumed to be Yes",
1423                         "yes": "Yes",
1424                         "no": "No"
1425                     }
1426                 },
1427                 "oneway": {
1428                     "label": "One Way",
1429                     "options": {
1430                         "undefined": "Assumed to be No",
1431                         "yes": "Yes",
1432                         "no": "No"
1433                     }
1434                 },
1435                 "opening_hours": {
1436                     "label": "Hours"
1437                 },
1438                 "operator": {
1439                     "label": "Operator"
1440                 },
1441                 "outdoor_seating": {
1442                     "label": "Outdoor Seating"
1443                 },
1444                 "par": {
1445                     "label": "Par",
1446                     "placeholder": "3, 4, 5..."
1447                 },
1448                 "parallel_direction": {
1449                     "label": "Direction",
1450                     "options": {
1451                         "forward": "Forward",
1452                         "backward": "Backward"
1453                     }
1454                 },
1455                 "park_ride": {
1456                     "label": "Park and Ride"
1457                 },
1458                 "parking": {
1459                     "label": "Type",
1460                     "options": {
1461                         "surface": "Surface",
1462                         "multi-storey": "Multilevel",
1463                         "underground": "Underground",
1464                         "sheds": "Sheds",
1465                         "carports": "Carports",
1466                         "garage_boxes": "Garage Boxes",
1467                         "lane": "Roadside Lane"
1468                     }
1469                 },
1470                 "payment_multi": {
1471                     "label": "Payment Types"
1472                 },
1473                 "phone": {
1474                     "label": "Phone",
1475                     "placeholder": "+31 42 123 4567"
1476                 },
1477                 "piste/difficulty": {
1478                     "label": "Difficulty",
1479                     "placeholder": "Easy, Intermediate, Advanced...",
1480                     "options": {
1481                         "novice": "Novice (instructional)",
1482                         "easy": "Easy (green circle)",
1483                         "intermediate": "Intermediate (blue square)",
1484                         "advanced": "Advanced (black diamond)",
1485                         "expert": "Expert (double black diamond)",
1486                         "freeride": "Freeride (off-piste)",
1487                         "extreme": "Extreme (climbing equipment required)"
1488                     }
1489                 },
1490                 "piste/grooming": {
1491                     "label": "Grooming",
1492                     "options": {
1493                         "classic": "Classic",
1494                         "mogul": "Mogul",
1495                         "backcountry": "Backcountry",
1496                         "classic+skating": "Classic and Skating",
1497                         "scooter": "Scooter/Snowmobile",
1498                         "skating": "Skating"
1499                     }
1500                 },
1501                 "piste/type": {
1502                     "label": "Type",
1503                     "options": {
1504                         "downhill": "Downhill",
1505                         "nordic": "Nordic",
1506                         "skitour": "Skitour",
1507                         "sled": "Sled",
1508                         "hike": "Hike",
1509                         "sleigh": "Sleigh",
1510                         "ice_skate": "Ice Skate",
1511                         "snow_park": "Snow Park",
1512                         "playground": "Playground"
1513                     }
1514                 },
1515                 "place": {
1516                     "label": "Type"
1517                 },
1518                 "plant": {
1519                     "label": "Plant"
1520                 },
1521                 "population": {
1522                     "label": "Population"
1523                 },
1524                 "power_supply": {
1525                     "label": "Power Supply"
1526                 },
1527                 "power": {
1528                     "label": "Type"
1529                 },
1530                 "produce": {
1531                     "label": "Produce"
1532                 },
1533                 "product": {
1534                     "label": "Product"
1535                 },
1536                 "railway": {
1537                     "label": "Type"
1538                 },
1539                 "recycling_accepts": {
1540                     "label": "Accepts"
1541                 },
1542                 "recycling_type": {
1543                     "label": "Recycling Type",
1544                     "options": {
1545                         "container": "Container",
1546                         "centre": "Recycling Center"
1547                     }
1548                 },
1549                 "ref": {
1550                     "label": "Reference"
1551                 },
1552                 "relation": {
1553                     "label": "Type"
1554                 },
1555                 "religion": {
1556                     "label": "Religion"
1557                 },
1558                 "restriction": {
1559                     "label": "Type"
1560                 },
1561                 "restrictions": {
1562                     "label": "Turn Restrictions"
1563                 },
1564                 "rooms": {
1565                     "label": "Rooms"
1566                 },
1567                 "route_master": {
1568                     "label": "Type"
1569                 },
1570                 "route": {
1571                     "label": "Type"
1572                 },
1573                 "sac_scale": {
1574                     "label": "Hiking Difficulty",
1575                     "placeholder": "Mountain Hiking, Alpine Hiking...",
1576                     "options": {
1577                         "hiking": "T1: Hiking",
1578                         "mountain_hiking": "T2: Mountain Hiking",
1579                         "demanding_mountain_hiking": "T3: Demanding Mountain Hiking",
1580                         "alpine_hiking": "T4: Alpine Hiking",
1581                         "demanding_alpine_hiking": "T5: Demanding Alpine Hiking",
1582                         "difficult_alpine_hiking": "T6: Difficult Alpine Hiking"
1583                     }
1584                 },
1585                 "sanitary_dump_station": {
1586                     "label": "Toilet Disposal"
1587                 },
1588                 "seasonal": {
1589                     "label": "Seasonal"
1590                 },
1591                 "second_hand": {
1592                     "label": "Sells Used",
1593                     "placeholder": "Yes, No, Only",
1594                     "options": {
1595                         "yes": "Yes",
1596                         "no": "No",
1597                         "only": "Only"
1598                     }
1599                 },
1600                 "service_rail": {
1601                     "label": "Service Type",
1602                     "options": {
1603                         "spur": "Spur",
1604                         "yard": "Yard",
1605                         "siding": "Siding",
1606                         "crossover": "Crossover"
1607                     }
1608                 },
1609                 "service": {
1610                     "label": "Type"
1611                 },
1612                 "service/bicycle": {
1613                     "label": "Services"
1614                 },
1615                 "shelter_type": {
1616                     "label": "Type"
1617                 },
1618                 "shelter": {
1619                     "label": "Shelter"
1620                 },
1621                 "shop": {
1622                     "label": "Type"
1623                 },
1624                 "site": {
1625                     "label": "Type"
1626                 },
1627                 "smoking": {
1628                     "label": "Smoking",
1629                     "placeholder": "No, Separated, Yes...",
1630                     "options": {
1631                         "no": "No smoking anywhere",
1632                         "separated": "In smoking areas, not physically isolated",
1633                         "isolated": "In smoking areas, physically isolated",
1634                         "outside": "Allowed outside",
1635                         "yes": "Allowed everywhere",
1636                         "dedicated": "Dedicated to smokers (e.g. smokers' club)"
1637                     }
1638                 },
1639                 "smoothness": {
1640                     "label": "Smoothness",
1641                     "placeholder": "Thin Rollers, Wheels, Off-Road...",
1642                     "options": {
1643                         "excellent": "Thin Rollers: rollerblade, skateboard",
1644                         "good": "Thin Wheels: racing bike",
1645                         "intermediate": "Wheels: city bike, wheelchair, scooter",
1646                         "bad": "Robust Wheels: trekking bike, car, rickshaw",
1647                         "very_bad": "High Clearance: light duty off-road vehicle",
1648                         "horrible": "Off-Road: heavy duty off-road vehicle",
1649                         "very_horrible": "Specialized off-road: tractor, ATV",
1650                         "impassable": "Impassable / No wheeled vehicle"
1651                     }
1652                 },
1653                 "social_facility_for": {
1654                     "label": "People Served"
1655                 },
1656                 "social_facility": {
1657                     "label": "Type"
1658                 },
1659                 "source": {
1660                     "label": "Source"
1661                 },
1662                 "sport_ice": {
1663                     "label": "Sport"
1664                 },
1665                 "sport_racing": {
1666                     "label": "Sport"
1667                 },
1668                 "sport": {
1669                     "label": "Sport"
1670                 },
1671                 "stars": {
1672                     "label": "Stars"
1673                 },
1674                 "step_count": {
1675                     "label": "Number of Steps"
1676                 },
1677                 "stop": {
1678                     "label": "Stop Type",
1679                     "options": {
1680                         "all": "All Ways",
1681                         "minor": "Minor Road"
1682                     }
1683                 },
1684                 "structure": {
1685                     "label": "Structure",
1686                     "placeholder": "Unknown",
1687                     "options": {
1688                         "bridge": "Bridge",
1689                         "tunnel": "Tunnel",
1690                         "embankment": "Embankment",
1691                         "cutting": "Cutting",
1692                         "ford": "Ford"
1693                     }
1694                 },
1695                 "studio": {
1696                     "label": "Type"
1697                 },
1698                 "substation": {
1699                     "label": "Type"
1700                 },
1701                 "supervised": {
1702                     "label": "Supervised"
1703                 },
1704                 "support": {
1705                     "label": "Support"
1706                 },
1707                 "surface": {
1708                     "label": "Surface"
1709                 },
1710                 "surveillance": {
1711                     "label": "Surveillance Kind"
1712                 },
1713                 "surveillance/type": {
1714                     "label": "Surveillance Type",
1715                     "options": {
1716                         "camera": "Camera",
1717                         "guard": "Guard",
1718                         "ALPR": "Automatic License Plate Reader"
1719                     }
1720                 },
1721                 "surveillance/zone": {
1722                     "label": "Surveillance Zone"
1723                 },
1724                 "tactile_paving": {
1725                     "label": "Tactile Paving"
1726                 },
1727                 "takeaway": {
1728                     "label": "Takeaway",
1729                     "placeholder": "Yes, No, Takeaway Only...",
1730                     "options": {
1731                         "yes": "Yes",
1732                         "no": "No",
1733                         "only": "Takeaway Only"
1734                     }
1735                 },
1736                 "toilets/disposal": {
1737                     "label": "Disposal",
1738                     "options": {
1739                         "flush": "Flush",
1740                         "pitlatrine": "Pit/Latrine",
1741                         "chemical": "Chemical",
1742                         "bucket": "Bucket"
1743                     }
1744                 },
1745                 "toll": {
1746                     "label": "Toll"
1747                 },
1748                 "tourism": {
1749                     "label": "Type"
1750                 },
1751                 "tower/construction": {
1752                     "label": "Construction",
1753                     "placeholder": "Guyed, Lattice, Concealed, ..."
1754                 },
1755                 "tower/type": {
1756                     "label": "Type"
1757                 },
1758                 "tracktype": {
1759                     "label": "Track Type",
1760                     "placeholder": "Solid, Mostly Solid, Soft...",
1761                     "options": {
1762                         "grade1": "Solid: paved or heavily compacted hardcore surface",
1763                         "grade2": "Mostly Solid: gravel/rock with some soft material mixed in",
1764                         "grade3": "Even mixture of hard and soft materials",
1765                         "grade4": "Mostly Soft: soil/sand/grass with some hard material mixed in",
1766                         "grade5": "Soft: soil/sand/grass"
1767                     }
1768                 },
1769                 "traffic_calming": {
1770                     "label": "Type"
1771                 },
1772                 "traffic_signals": {
1773                     "label": "Type"
1774                 },
1775                 "trail_visibility": {
1776                     "label": "Trail Visibility",
1777                     "placeholder": "Excellent, Good, Bad...",
1778                     "options": {
1779                         "excellent": "Excellent: unambiguous path or markers everywhere",
1780                         "good": "Good: markers visible, sometimes require searching",
1781                         "intermediate": "Intermediate: few markers, path mostly visible",
1782                         "bad": "Bad: no markers, path sometimes invisible/pathless",
1783                         "horrible": "Horrible: often pathless, some orientation skills required",
1784                         "no": "No: pathless, excellent orientation skills required"
1785                     }
1786                 },
1787                 "trees": {
1788                     "label": "Trees"
1789                 },
1790                 "tunnel": {
1791                     "label": "Tunnel"
1792                 },
1793                 "vending": {
1794                     "label": "Type of Goods"
1795                 },
1796                 "visibility": {
1797                     "label": "Visibility",
1798                     "options": {
1799                         "house": "Up to 5m (16ft)",
1800                         "street": "5 to 20m (16 to 65ft)",
1801                         "area": "Over 20m (65ft)"
1802                     }
1803                 },
1804                 "wall": {
1805                     "label": "Type"
1806                 },
1807                 "water_point": {
1808                     "label": "Water Point"
1809                 },
1810                 "water": {
1811                     "label": "Type"
1812                 },
1813                 "waterway": {
1814                     "label": "Type"
1815                 },
1816                 "website": {
1817                     "label": "Website",
1818                     "placeholder": "http://example.com/"
1819                 },
1820                 "wetland": {
1821                     "label": "Type"
1822                 },
1823                 "wheelchair": {
1824                     "label": "Wheelchair Access"
1825                 },
1826                 "width": {
1827                     "label": "Width (Meters)"
1828                 },
1829                 "wikipedia": {
1830                     "label": "Wikipedia"
1831                 }
1832             },
1833             "presets": {
1834                 "aerialway": {
1835                     "name": "Aerialway",
1836                     "terms": "ski lift,funifor,funitel"
1837                 },
1838                 "aeroway": {
1839                     "name": "Aeroway",
1840                     "terms": ""
1841                 },
1842                 "amenity": {
1843                     "name": "Amenity",
1844                     "terms": ""
1845                 },
1846                 "highway": {
1847                     "name": "Highway",
1848                     "terms": ""
1849                 },
1850                 "place": {
1851                     "name": "Place",
1852                     "terms": ""
1853                 },
1854                 "power": {
1855                     "name": "Power",
1856                     "terms": ""
1857                 },
1858                 "railway": {
1859                     "name": "Railway",
1860                     "terms": ""
1861                 },
1862                 "roundabout": {
1863                     "name": "Roundabout",
1864                     "terms": ""
1865                 },
1866                 "waterway": {
1867                     "name": "Waterway",
1868                     "terms": ""
1869                 },
1870                 "address": {
1871                     "name": "Address",
1872                     "terms": ""
1873                 },
1874                 "advertising/billboard": {
1875                     "name": "Billboard",
1876                     "terms": ""
1877                 },
1878                 "aerialway/cable_car": {
1879                     "name": "Cable Car",
1880                     "terms": "tramway,ropeway"
1881                 },
1882                 "aerialway/chair_lift": {
1883                     "name": "Chair Lift",
1884                     "terms": ""
1885                 },
1886                 "aerialway/drag_lift": {
1887                     "name": "Drag Lift",
1888                     "terms": ""
1889                 },
1890                 "aerialway/gondola": {
1891                     "name": "Gondola",
1892                     "terms": ""
1893                 },
1894                 "aerialway/goods": {
1895                     "name": "Goods Aerialway",
1896                     "terms": ""
1897                 },
1898                 "aerialway/magic_carpet": {
1899                     "name": "Magic Carpet Lift",
1900                     "terms": ""
1901                 },
1902                 "aerialway/mixed_lift": {
1903                     "name": "Mixed Lift",
1904                     "terms": ""
1905                 },
1906                 "aerialway/platter": {
1907                     "name": "Platter Lift",
1908                     "terms": "button lift,poma lift"
1909                 },
1910                 "aerialway/pylon": {
1911                     "name": "Aerialway Pylon",
1912                     "terms": ""
1913                 },
1914                 "aerialway/rope_tow": {
1915                     "name": "Rope Tow Lift",
1916                     "terms": "handle tow,bugel lift"
1917                 },
1918                 "aerialway/station": {
1919                     "name": "Aerialway Station",
1920                     "terms": ""
1921                 },
1922                 "aerialway/t-bar": {
1923                     "name": "T-bar Lift",
1924                     "terms": ""
1925                 },
1926                 "aeroway/aerodrome": {
1927                     "name": "Airport",
1928                     "terms": "airplane,airport,aerodrome"
1929                 },
1930                 "aeroway/apron": {
1931                     "name": "Apron",
1932                     "terms": "ramp"
1933                 },
1934                 "aeroway/gate": {
1935                     "name": "Airport Gate",
1936                     "terms": ""
1937                 },
1938                 "aeroway/hangar": {
1939                     "name": "Hangar",
1940                     "terms": ""
1941                 },
1942                 "aeroway/helipad": {
1943                     "name": "Helipad",
1944                     "terms": "helicopter,helipad,heliport"
1945                 },
1946                 "aeroway/runway": {
1947                     "name": "Runway",
1948                     "terms": "landing strip"
1949                 },
1950                 "aeroway/taxiway": {
1951                     "name": "Taxiway",
1952                     "terms": ""
1953                 },
1954                 "aeroway/terminal": {
1955                     "name": "Airport Terminal",
1956                     "terms": "airport,aerodrome"
1957                 },
1958                 "amenity/coworking_space": {
1959                     "name": "Coworking Space",
1960                     "terms": ""
1961                 },
1962                 "amenity/nursing_home": {
1963                     "name": "Nursing Home",
1964                     "terms": ""
1965                 },
1966                 "amenity/register_office": {
1967                     "name": "Register Office",
1968                     "terms": ""
1969                 },
1970                 "amenity/swimming_pool": {
1971                     "name": "Swimming Pool",
1972                     "terms": ""
1973                 },
1974                 "amenity/arts_centre": {
1975                     "name": "Arts Center",
1976                     "terms": ""
1977                 },
1978                 "amenity/atm": {
1979                     "name": "ATM",
1980                     "terms": "money,cash,machine"
1981                 },
1982                 "amenity/bank": {
1983                     "name": "Bank",
1984                     "terms": "credit union,check,deposit,fund,investment,repository,reserve,safe,savings,stock,treasury,trust,vault"
1985                 },
1986                 "amenity/bar": {
1987                     "name": "Bar",
1988                     "terms": "dive,beer,bier,booze"
1989                 },
1990                 "amenity/bbq": {
1991                     "name": "Barbecue/Grill",
1992                     "terms": "bbq,grill"
1993                 },
1994                 "amenity/bench": {
1995                     "name": "Bench",
1996                     "terms": "seat"
1997                 },
1998                 "amenity/bicycle_parking": {
1999                     "name": "Bicycle Parking",
2000                     "terms": "bike"
2001                 },
2002                 "amenity/bicycle_rental": {
2003                     "name": "Bicycle Rental",
2004                     "terms": "bike"
2005                 },
2006                 "amenity/bicycle_repair_station": {
2007                     "name": "Bicycle Repair Tool Stand",
2008                     "terms": "bike,repair,chain,pump"
2009                 },
2010                 "amenity/biergarten": {
2011                     "name": "Beer Garden",
2012                     "terms": "beer,bier,booze"
2013                 },
2014                 "amenity/boat_rental": {
2015                     "name": "Boat Rental",
2016                     "terms": ""
2017                 },
2018                 "amenity/bureau_de_change": {
2019                     "name": "Currency Exchange",
2020                     "terms": "bureau de change,money changer"
2021                 },
2022                 "amenity/bus_station": {
2023                     "name": "Bus Station",
2024                     "terms": ""
2025                 },
2026                 "amenity/cafe": {
2027                     "name": "Cafe",
2028                     "terms": "bistro,coffee,tea"
2029                 },
2030                 "amenity/car_rental": {
2031                     "name": "Car Rental",
2032                     "terms": ""
2033                 },
2034                 "amenity/car_sharing": {
2035                     "name": "Car Sharing",
2036                     "terms": ""
2037                 },
2038                 "amenity/car_wash": {
2039                     "name": "Car Wash",
2040                     "terms": ""
2041                 },
2042                 "amenity/casino": {
2043                     "name": "Casino",
2044                     "terms": "gambling,roulette,craps,poker,blackjack"
2045                 },
2046                 "amenity/charging_station": {
2047                     "name": "Charging Station",
2048                     "terms": "EV,Electric Vehicle,Supercharger"
2049                 },
2050                 "amenity/childcare": {
2051                     "name": "Nursery/Childcare",
2052                     "terms": "daycare,orphanage,playgroup"
2053                 },
2054                 "amenity/cinema": {
2055                     "name": "Cinema",
2056                     "terms": "drive-in,film,flick,movie,theater,picture,show,screen"
2057                 },
2058                 "amenity/clinic": {
2059                     "name": "Clinic",
2060                     "terms": "medical,urgentcare"
2061                 },
2062                 "amenity/clock": {
2063                     "name": "Clock",
2064                     "terms": ""
2065                 },
2066                 "amenity/college": {
2067                     "name": "College Grounds",
2068                     "terms": "university"
2069                 },
2070                 "amenity/community_centre": {
2071                     "name": "Community Center",
2072                     "terms": "event,hall"
2073                 },
2074                 "amenity/compressed_air": {
2075                     "name": "Compressed Air",
2076                     "terms": ""
2077                 },
2078                 "amenity/courthouse": {
2079                     "name": "Courthouse",
2080                     "terms": ""
2081                 },
2082                 "amenity/crematorium": {
2083                     "name": "Crematorium",
2084                     "terms": "cemetery,funeral"
2085                 },
2086                 "amenity/dentist": {
2087                     "name": "Dentist",
2088                     "terms": "tooth,teeth"
2089                 },
2090                 "amenity/doctors": {
2091                     "name": "Doctor",
2092                     "terms": "medic*"
2093                 },
2094                 "amenity/dojo": {
2095                     "name": "Dojo / Martial Arts Academy",
2096                     "terms": "martial arts,dojang"
2097                 },
2098                 "amenity/drinking_water": {
2099                     "name": "Drinking Water",
2100                     "terms": "fountain,potable"
2101                 },
2102                 "amenity/embassy": {
2103                     "name": "Embassy",
2104                     "terms": ""
2105                 },
2106                 "amenity/fast_food": {
2107                     "name": "Fast Food",
2108                     "terms": "restaurant,takeaway"
2109                 },
2110                 "amenity/ferry_terminal": {
2111                     "name": "Ferry Terminal",
2112                     "terms": ""
2113                 },
2114                 "amenity/fire_station": {
2115                     "name": "Fire Station",
2116                     "terms": ""
2117                 },
2118                 "amenity/food_court": {
2119                     "name": "Food Court",
2120                     "terms": "fast food,restaurant,food"
2121                 },
2122                 "amenity/fountain": {
2123                     "name": "Fountain",
2124                     "terms": ""
2125                 },
2126                 "amenity/fuel": {
2127                     "name": "Gas Station",
2128                     "terms": "petrol,fuel,gasoline,propane,diesel,lng,cng,biodiesel"
2129                 },
2130                 "amenity/grave_yard": {
2131                     "name": "Graveyard",
2132                     "terms": ""
2133                 },
2134                 "amenity/grit_bin": {
2135                     "name": "Grit Bin",
2136                     "terms": "salt,sand"
2137                 },
2138                 "amenity/hospital": {
2139                     "name": "Hospital Grounds",
2140                     "terms": "clinic,doctor,emergency room,health,infirmary,institution,sanatorium,sanitarium,sick,surgery,ward"
2141                 },
2142                 "amenity/hunting_stand": {
2143                     "name": "Hunting Stand",
2144                     "terms": "game,gun,lookout,rifle,shoot*,wild,watch"
2145                 },
2146                 "amenity/ice_cream": {
2147                     "name": "Ice Cream Shop",
2148                     "terms": "gelato,sorbet,sherbet,frozen,yogurt"
2149                 },
2150                 "amenity/internet_cafe": {
2151                     "name": "Internet Cafe",
2152                     "terms": "cybercafe,taxiphone,teleboutique,coffee,cafe,net,lanhouse"
2153                 },
2154                 "amenity/kindergarten": {
2155                     "name": "Preschool/Kindergarten Grounds",
2156                     "terms": "kindergarden,pre-school"
2157                 },
2158                 "amenity/library": {
2159                     "name": "Library",
2160                     "terms": "book"
2161                 },
2162                 "amenity/marketplace": {
2163                     "name": "Marketplace",
2164                     "terms": ""
2165                 },
2166                 "amenity/motorcycle_parking": {
2167                     "name": "Motorcycle Parking",
2168                     "terms": ""
2169                 },
2170                 "amenity/nightclub": {
2171                     "name": "Nightclub",
2172                     "terms": "disco*,night club,dancing,dance club"
2173                 },
2174                 "amenity/parking_entrance": {
2175                     "name": "Parking Garage Entrance/Exit",
2176                     "terms": ""
2177                 },
2178                 "amenity/parking_space": {
2179                     "name": "Parking Space",
2180                     "terms": ""
2181                 },
2182                 "amenity/parking": {
2183                     "name": "Car Parking",
2184                     "terms": ""
2185                 },
2186                 "amenity/pharmacy": {
2187                     "name": "Pharmacy",
2188                     "terms": "drug*,med*,prescription"
2189                 },
2190                 "amenity/place_of_worship": {
2191                     "name": "Place of Worship",
2192                     "terms": "abbey,basilica,bethel,cathedral,chancel,chantry,chapel,church,fold,house of God,house of prayer,house of worship,minster,mission,mosque,oratory,parish,sacellum,sanctuary,shrine,synagogue,tabernacle,temple"
2193                 },
2194                 "amenity/place_of_worship/buddhist": {
2195                     "name": "Buddhist Temple",
2196                     "terms": "stupa,vihara,monastery,temple,pagoda,zendo,dojo"
2197                 },
2198                 "amenity/place_of_worship/christian": {
2199                     "name": "Church",
2200                     "terms": "christian,abbey,basilica,bethel,cathedral,chancel,chantry,chapel,fold,house of God,house of prayer,house of worship,minster,mission,oratory,parish,sacellum,sanctuary,shrine,tabernacle,temple"
2201                 },
2202                 "amenity/place_of_worship/jewish": {
2203                     "name": "Synagogue",
2204                     "terms": "jewish"
2205                 },
2206                 "amenity/place_of_worship/muslim": {
2207                     "name": "Mosque",
2208                     "terms": "muslim"
2209                 },
2210                 "amenity/planetarium": {
2211                     "name": "Planetarium",
2212                     "terms": "museum,astronomy,observatory"
2213                 },
2214                 "amenity/police": {
2215                     "name": "Police",
2216                     "terms": "badge,constable,constabulary,cop,detective,fed,law,enforcement,officer,patrol"
2217                 },
2218                 "amenity/post_box": {
2219                     "name": "Mailbox",
2220                     "terms": "letter,post"
2221                 },
2222                 "amenity/post_office": {
2223                     "name": "Post Office",
2224                     "terms": "letter,mail"
2225                 },
2226                 "amenity/prison": {
2227                     "name": "Prison Grounds",
2228                     "terms": "cell,jail"
2229                 },
2230                 "amenity/pub": {
2231                     "name": "Pub",
2232                     "terms": "alcohol,drink,dive,beer,bier,booze"
2233                 },
2234                 "amenity/public_bath": {
2235                     "name": "Public Bath",
2236                     "terms": "onsen,foot bath,hot springs"
2237                 },
2238                 "amenity/public_bookcase": {
2239                     "name": "Public Bookcase",
2240                     "terms": "library,bookcrossing"
2241                 },
2242                 "amenity/ranger_station": {
2243                     "name": "Ranger Station",
2244                     "terms": "visitor center,visitor centre,permit center,permit centre,backcountry office,warden office,warden center"
2245                 },
2246                 "amenity/recycling_centre": {
2247                     "name": "Recycling Center",
2248                     "terms": "bottle,can,dump,glass,garbage,rubbish,scrap,trash"
2249                 },
2250                 "amenity/recycling": {
2251                     "name": "Recycling",
2252                     "terms": "bin,can,bottle,glass,garbage,rubbish,scrap,trash"
2253                 },
2254                 "amenity/restaurant": {
2255                     "name": "Restaurant",
2256                     "terms": "bar,breakfast,cafe,café,canteen,coffee,dine,dining,dinner,drive-in,eat,grill,lunch,table"
2257                 },
2258                 "amenity/sanitary_dump_station": {
2259                     "name": "RV Toilet Disposal",
2260                     "terms": "Motor Home,Camper,Sanitary,Dump Station,Elsan,CDP,CTDP,Chemical Toilet"
2261                 },
2262                 "amenity/school": {
2263                     "name": "School Grounds",
2264                     "terms": "academy,elementary school,middle school,high school"
2265                 },
2266                 "amenity/shelter": {
2267                     "name": "Shelter",
2268                     "terms": "lean-to,gazebo,picnic"
2269                 },
2270                 "amenity/social_facility": {
2271                     "name": "Social Facility",
2272                     "terms": ""
2273                 },
2274                 "amenity/social_facility/food_bank": {
2275                     "name": "Food Bank",
2276                     "terms": ""
2277                 },
2278                 "amenity/social_facility/group_home": {
2279                     "name": "Elderly Group Home",
2280                     "terms": "old,senior,living"
2281                 },
2282                 "amenity/social_facility/homeless_shelter": {
2283                     "name": "Homeless Shelter",
2284                     "terms": "houseless,unhoused,displaced"
2285                 },
2286                 "amenity/social_facility/nursing_home": {
2287                     "name": "Nursing Home",
2288                     "terms": "elderly,living,nursing,old,senior"
2289                 },
2290                 "amenity/studio": {
2291                     "name": "Studio",
2292                     "terms": "recording,radio,television"
2293                 },
2294                 "amenity/taxi": {
2295                     "name": "Taxi Stand",
2296                     "terms": "cab"
2297                 },
2298                 "amenity/telephone": {
2299                     "name": "Telephone",
2300                     "terms": "phone"
2301                 },
2302                 "amenity/theatre": {
2303                     "name": "Theater",
2304                     "terms": "theatre,performance,play,musical"
2305                 },
2306                 "amenity/toilets": {
2307                     "name": "Toilets",
2308                     "terms": "bathroom,restroom,outhouse,privy,head,lavatory,latrine,water closet,WC,W.C."
2309                 },
2310                 "amenity/townhall": {
2311                     "name": "Town Hall",
2312                     "terms": "village,city,government,courthouse,municipal"
2313                 },
2314                 "amenity/university": {
2315                     "name": "University Grounds",
2316                     "terms": "college"
2317                 },
2318                 "amenity/vending_machine/cigarettes": {
2319                     "name": "Cigarette Vending Machine",
2320                     "terms": "cigarette"
2321                 },
2322                 "amenity/vending_machine/condoms": {
2323                     "name": "Condom Vending Machine",
2324                     "terms": "condom"
2325                 },
2326                 "amenity/vending_machine/drinks": {
2327                     "name": "Drink Vending Machine",
2328                     "terms": "drink,soda,beverage,juice,pop"
2329                 },
2330                 "amenity/vending_machine/excrement_bags": {
2331                     "name": "Excrement Bag Vending Machine",
2332                     "terms": "excrement bags,poop,dog,animal"
2333                 },
2334                 "amenity/vending_machine/news_papers": {
2335                     "name": "Newspaper Vending Machine",
2336                     "terms": "newspaper"
2337                 },
2338                 "amenity/vending_machine/parcel_pickup_dropoff": {
2339                     "name": "Parcel Pickup/Dropoff Vending Machine",
2340                     "terms": "parcel,mail,pickup"
2341                 },
2342                 "amenity/vending_machine/parking_tickets": {
2343                     "name": "Parking Ticket Vending Machine",
2344                     "terms": "parking,ticket"
2345                 },
2346                 "amenity/vending_machine/public_transport_tickets": {
2347                     "name": "Transit Ticket Vending Machine",
2348                     "terms": "bus,train,ferry,rail,ticket,transportation"
2349                 },
2350                 "amenity/vending_machine/sweets": {
2351                     "name": "Snack Vending Machine",
2352                     "terms": "candy,gum,chip,pretzel,cookie,cracker"
2353                 },
2354                 "amenity/vending_machine/vending_machine": {
2355                     "name": "Vending Machine",
2356                     "terms": ""
2357                 },
2358                 "amenity/veterinary": {
2359                     "name": "Veterinary",
2360                     "terms": "pet clinic,veterinarian,animal hospital,pet doctor"
2361                 },
2362                 "amenity/waste_basket": {
2363                     "name": "Waste Basket",
2364                     "terms": "bin,garbage,rubbish,litter,trash"
2365                 },
2366                 "amenity/waste_disposal": {
2367                     "name": "Garbage Dumpster",
2368                     "terms": "garbage,rubbish,litter,trash"
2369                 },
2370                 "amenity/waste_transfer_station": {
2371                     "name": "Waste Transfer Station",
2372                     "terms": "dump,garbage,recycling,rubbish,scrap,trash"
2373                 },
2374                 "amenity/water_point": {
2375                     "name": "RV Drinking Water",
2376                     "terms": ""
2377                 },
2378                 "area": {
2379                     "name": "Area",
2380                     "terms": ""
2381                 },
2382                 "area/highway": {
2383                     "name": "Road Surface",
2384                     "terms": ""
2385                 },
2386                 "barrier": {
2387                     "name": "Barrier",
2388                     "terms": ""
2389                 },
2390                 "barrier/entrance": {
2391                     "name": "Entrance",
2392                     "terms": ""
2393                 },
2394                 "barrier/block": {
2395                     "name": "Block",
2396                     "terms": ""
2397                 },
2398                 "barrier/bollard": {
2399                     "name": "Bollard",
2400                     "terms": ""
2401                 },
2402                 "barrier/border_control": {
2403                     "name": "Border Control",
2404                     "terms": ""
2405                 },
2406                 "barrier/cattle_grid": {
2407                     "name": "Cattle Grid",
2408                     "terms": ""
2409                 },
2410                 "barrier/city_wall": {
2411                     "name": "City Wall",
2412                     "terms": ""
2413                 },
2414                 "barrier/cycle_barrier": {
2415                     "name": "Cycle Barrier",
2416                     "terms": ""
2417                 },
2418                 "barrier/ditch": {
2419                     "name": "Trench",
2420                     "terms": ""
2421                 },
2422                 "barrier/fence": {
2423                     "name": "Fence",
2424                     "terms": ""
2425                 },
2426                 "barrier/gate": {
2427                     "name": "Gate",
2428                     "terms": ""
2429                 },
2430                 "barrier/hedge": {
2431                     "name": "Hedge",
2432                     "terms": ""
2433                 },
2434                 "barrier/kissing_gate": {
2435                     "name": "Kissing Gate",
2436                     "terms": ""
2437                 },
2438                 "barrier/lift_gate": {
2439                     "name": "Lift Gate",
2440                     "terms": ""
2441                 },
2442                 "barrier/retaining_wall": {
2443                     "name": "Retaining Wall",
2444                     "terms": ""
2445                 },
2446                 "barrier/stile": {
2447                     "name": "Stile",
2448                     "terms": ""
2449                 },
2450                 "barrier/toll_booth": {
2451                     "name": "Toll Booth",
2452                     "terms": ""
2453                 },
2454                 "barrier/wall": {
2455                     "name": "Wall",
2456                     "terms": ""
2457                 },
2458                 "boundary/administrative": {
2459                     "name": "Administrative Boundary",
2460                     "terms": ""
2461                 },
2462                 "building": {
2463                     "name": "Building",
2464                     "terms": ""
2465                 },
2466                 "building/bunker": {
2467                     "name": "Bunker",
2468                     "terms": ""
2469                 },
2470                 "building/entrance": {
2471                     "name": "Entrance/Exit",
2472                     "terms": ""
2473                 },
2474                 "building/train_station": {
2475                     "name": "Train Station",
2476                     "terms": ""
2477                 },
2478                 "building/apartments": {
2479                     "name": "Apartments",
2480                     "terms": ""
2481                 },
2482                 "building/barn": {
2483                     "name": "Barn",
2484                     "terms": ""
2485                 },
2486                 "building/cabin": {
2487                     "name": "Cabin",
2488                     "terms": ""
2489                 },
2490                 "building/cathedral": {
2491                     "name": "Cathedral Building",
2492                     "terms": ""
2493                 },
2494                 "building/chapel": {
2495                     "name": "Chapel Building",
2496                     "terms": ""
2497                 },
2498                 "building/church": {
2499                     "name": "Church Building",
2500                     "terms": ""
2501                 },
2502                 "building/college": {
2503                     "name": "College Building",
2504                     "terms": "university"
2505                 },
2506                 "building/commercial": {
2507                     "name": "Commercial Building",
2508                     "terms": ""
2509                 },
2510                 "building/construction": {
2511                     "name": "Building Under Construction",
2512                     "terms": ""
2513                 },
2514                 "building/detached": {
2515                     "name": "Detached House",
2516                     "terms": "home,single,family,residence,dwelling"
2517                 },
2518                 "building/dormitory": {
2519                     "name": "Dormitory",
2520                     "terms": ""
2521                 },
2522                 "building/garage": {
2523                     "name": "Garage",
2524                     "terms": ""
2525                 },
2526                 "building/garages": {
2527                     "name": "Garages",
2528                     "terms": ""
2529                 },
2530                 "building/greenhouse": {
2531                     "name": "Greenhouse",
2532                     "terms": ""
2533                 },
2534                 "building/hospital": {
2535                     "name": "Hospital Building",
2536                     "terms": ""
2537                 },
2538                 "building/hotel": {
2539                     "name": "Hotel Building",
2540                     "terms": ""
2541                 },
2542                 "building/house": {
2543                     "name": "House",
2544                     "terms": "home,family,residence,dwelling"
2545                 },
2546                 "building/hut": {
2547                     "name": "Hut",
2548                     "terms": ""
2549                 },
2550                 "building/industrial": {
2551                     "name": "Industrial Building",
2552                     "terms": ""
2553                 },
2554                 "building/kindergarten": {
2555                     "name": "Preschool/Kindergarten Building",
2556                     "terms": "kindergarden,pre-school"
2557                 },
2558                 "building/public": {
2559                     "name": "Public Building",
2560                     "terms": ""
2561                 },
2562                 "building/residential": {
2563                     "name": "Residential Building",
2564                     "terms": ""
2565                 },
2566                 "building/retail": {
2567                     "name": "Retail Building",
2568                     "terms": ""
2569                 },
2570                 "building/roof": {
2571                     "name": "Roof",
2572                     "terms": ""
2573                 },
2574                 "building/school": {
2575                     "name": "School Building",
2576                     "terms": "academy,elementary school,middle school,high school"
2577                 },
2578                 "building/semidetached_house": {
2579                     "name": "Semi-Detached House",
2580                     "terms": "home,double,duplex,twin,family,residence,dwelling"
2581                 },
2582                 "building/shed": {
2583                     "name": "Shed",
2584                     "terms": ""
2585                 },
2586                 "building/stable": {
2587                     "name": "Stable",
2588                     "terms": ""
2589                 },
2590                 "building/static_caravan": {
2591                     "name": "Static Mobile Home",
2592                     "terms": ""
2593                 },
2594                 "building/terrace": {
2595                     "name": "Row Houses",
2596                     "terms": "home,terrace,brownstone,family,residence,dwelling"
2597                 },
2598                 "building/university": {
2599                     "name": "University Building",
2600                     "terms": "college"
2601                 },
2602                 "building/warehouse": {
2603                     "name": "Warehouse",
2604                     "terms": ""
2605                 },
2606                 "camp_site/camp_pitch": {
2607                     "name": "Camp Pitch",
2608                     "terms": "tent,rv"
2609                 },
2610                 "craft": {
2611                     "name": "Craft",
2612                     "terms": ""
2613                 },
2614                 "craft/jeweler": {
2615                     "name": "Jeweler",
2616                     "terms": ""
2617                 },
2618                 "craft/locksmith": {
2619                     "name": "Locksmith",
2620                     "terms": ""
2621                 },
2622                 "craft/optician": {
2623                     "name": "Optician",
2624                     "terms": ""
2625                 },
2626                 "craft/tailor": {
2627                     "name": "Tailor",
2628                     "terms": "clothes,suit"
2629                 },
2630                 "craft/basket_maker": {
2631                     "name": "Basket Maker",
2632                     "terms": ""
2633                 },
2634                 "craft/beekeeper": {
2635                     "name": "Beekeeper",
2636                     "terms": ""
2637                 },
2638                 "craft/blacksmith": {
2639                     "name": "Blacksmith",
2640                     "terms": ""
2641                 },
2642                 "craft/boatbuilder": {
2643                     "name": "Boat Builder",
2644                     "terms": ""
2645                 },
2646                 "craft/bookbinder": {
2647                     "name": "Bookbinder",
2648                     "terms": "book repair"
2649                 },
2650                 "craft/brewery": {
2651                     "name": "Brewery",
2652                     "terms": "beer,bier"
2653                 },
2654                 "craft/carpenter": {
2655                     "name": "Carpenter",
2656                     "terms": "woodworker"
2657                 },
2658                 "craft/carpet_layer": {
2659                     "name": "Carpet Layer",
2660                     "terms": ""
2661                 },
2662                 "craft/caterer": {
2663                     "name": "Caterer",
2664                     "terms": ""
2665                 },
2666                 "craft/clockmaker": {
2667                     "name": "Clockmaker",
2668                     "terms": ""
2669                 },
2670                 "craft/confectionery": {
2671                     "name": "Confectionery",
2672                     "terms": "sweets,candy"
2673                 },
2674                 "craft/dressmaker": {
2675                     "name": "Dressmaker",
2676                     "terms": "seamstress"
2677                 },
2678                 "craft/electrician": {
2679                     "name": "Electrician",
2680                     "terms": "power,wire"
2681                 },
2682                 "craft/gardener": {
2683                     "name": "Gardener",
2684                     "terms": "landscaper,grounds keeper"
2685                 },
2686                 "craft/glaziery": {
2687                     "name": "Glaziery",
2688                     "terms": "glass,stained-glass,window"
2689                 },
2690                 "craft/handicraft": {
2691                     "name": "Handicraft",
2692                     "terms": ""
2693                 },
2694                 "craft/hvac": {
2695                     "name": "HVAC",
2696                     "terms": "heat*,vent*,air conditioning"
2697                 },
2698                 "craft/insulator": {
2699                     "name": "Insulator",
2700                     "terms": ""
2701                 },
2702                 "craft/key_cutter": {
2703                     "name": "Key Cutter",
2704                     "terms": ""
2705                 },
2706                 "craft/metal_construction": {
2707                     "name": "Metal Construction",
2708                     "terms": ""
2709                 },
2710                 "craft/painter": {
2711                     "name": "Painter",
2712                     "terms": ""
2713                 },
2714                 "craft/photographer": {
2715                     "name": "Photographer",
2716                     "terms": ""
2717                 },
2718                 "craft/photographic_laboratory": {
2719                     "name": "Photographic Laboratory",
2720                     "terms": "film"
2721                 },
2722                 "craft/plasterer": {
2723                     "name": "Plasterer",
2724                     "terms": ""
2725                 },
2726                 "craft/plumber": {
2727                     "name": "Plumber",
2728                     "terms": "pipe"
2729                 },
2730                 "craft/pottery": {
2731                     "name": "Pottery",
2732                     "terms": "ceramic"
2733                 },
2734                 "craft/rigger": {
2735                     "name": "Rigger",
2736                     "terms": ""
2737                 },
2738                 "craft/roofer": {
2739                     "name": "Roofer",
2740                     "terms": ""
2741                 },
2742                 "craft/saddler": {
2743                     "name": "Saddler",
2744                     "terms": ""
2745                 },
2746                 "craft/sailmaker": {
2747                     "name": "Sailmaker",
2748                     "terms": ""
2749                 },
2750                 "craft/sawmill": {
2751                     "name": "Sawmill",
2752                     "terms": "lumber"
2753                 },
2754                 "craft/scaffolder": {
2755                     "name": "Scaffolder",
2756                     "terms": ""
2757                 },
2758                 "craft/sculpter": {
2759                     "name": "Sculpter",
2760                     "terms": ""
2761                 },
2762                 "craft/shoemaker": {
2763                     "name": "Shoemaker",
2764                     "terms": "cobbler"
2765                 },
2766                 "craft/stonemason": {
2767                     "name": "Stonemason",
2768                     "terms": "masonry"
2769                 },
2770                 "craft/sweep": {
2771                     "name": "Chimney Sweep",
2772                     "terms": ""
2773                 },
2774                 "craft/tiler": {
2775                     "name": "Tiler",
2776                     "terms": ""
2777                 },
2778                 "craft/tinsmith": {
2779                     "name": "Tinsmith",
2780                     "terms": ""
2781                 },
2782                 "craft/upholsterer": {
2783                     "name": "Upholsterer",
2784                     "terms": ""
2785                 },
2786                 "craft/watchmaker": {
2787                     "name": "Watchmaker",
2788                     "terms": ""
2789                 },
2790                 "craft/window_construction": {
2791                     "name": "Window Construction",
2792                     "terms": "glass"
2793                 },
2794                 "craft/winery": {
2795                     "name": "Winery",
2796                     "terms": ""
2797                 },
2798                 "embankment": {
2799                     "name": "Embankment",
2800                     "terms": ""
2801                 },
2802                 "emergency/designated": {
2803                     "name": "Emergency Access Designated",
2804                     "terms": ""
2805                 },
2806                 "emergency/destination": {
2807                     "name": "Emergency Access Destination",
2808                     "terms": ""
2809                 },
2810                 "emergency/no": {
2811                     "name": "Emergency Access No",
2812                     "terms": ""
2813                 },
2814                 "emergency/official": {
2815                     "name": "Emergency Access Official",
2816                     "terms": ""
2817                 },
2818                 "emergency/private": {
2819                     "name": "Emergency Access Private",
2820                     "terms": ""
2821                 },
2822                 "emergency/yes": {
2823                     "name": "Emergency Access Yes",
2824                     "terms": ""
2825                 },
2826                 "emergency/ambulance_station": {
2827                     "name": "Ambulance Station",
2828                     "terms": "EMS,EMT,rescue"
2829                 },
2830                 "emergency/defibrillator": {
2831                     "name": "Defibrillator",
2832                     "terms": "AED"
2833                 },
2834                 "emergency/fire_hydrant": {
2835                     "name": "Fire Hydrant",
2836                     "terms": "fire plug"
2837                 },
2838                 "emergency/phone": {
2839                     "name": "Emergency Phone",
2840                     "terms": ""
2841                 },
2842                 "entrance": {
2843                     "name": "Entrance/Exit",
2844                     "terms": ""
2845                 },
2846                 "footway/crossing": {
2847                     "name": "Street Crossing",
2848                     "terms": ""
2849                 },
2850                 "footway/crosswalk": {
2851                     "name": "Pedestrian Crosswalk",
2852                     "terms": "zebra crossing"
2853                 },
2854                 "footway/sidewalk": {
2855                     "name": "Sidewalk",
2856                     "terms": ""
2857                 },
2858                 "ford": {
2859                     "name": "Ford",
2860                     "terms": ""
2861                 },
2862                 "golf/bunker": {
2863                     "name": "Sand Trap",
2864                     "terms": "hazard,bunker"
2865                 },
2866                 "golf/fairway": {
2867                     "name": "Fairway",
2868                     "terms": ""
2869                 },
2870                 "golf/green": {
2871                     "name": "Putting Green",
2872                     "terms": ""
2873                 },
2874                 "golf/hole": {
2875                     "name": "Golf Hole",
2876                     "terms": ""
2877                 },
2878                 "golf/lateral_water_hazard_area": {
2879                     "name": "Lateral Water Hazard",
2880                     "terms": ""
2881                 },
2882                 "golf/lateral_water_hazard_line": {
2883                     "name": "Lateral Water Hazard",
2884                     "terms": ""
2885                 },
2886                 "golf/rough": {
2887                     "name": "Rough",
2888                     "terms": ""
2889                 },
2890                 "golf/tee": {
2891                     "name": "Tee Box",
2892                     "terms": "teeing ground"
2893                 },
2894                 "golf/water_hazard_area": {
2895                     "name": "Water Hazard",
2896                     "terms": ""
2897                 },
2898                 "golf/water_hazard_line": {
2899                     "name": "Water Hazard",
2900                     "terms": ""
2901                 },
2902                 "healthcare/blood_donation": {
2903                     "name": "Blood Donor Center",
2904                     "terms": "blood bank,blood donation,blood transfusion,apheresis,plasmapheresis,plateletpheresis,stem cell donation"
2905                 },
2906                 "highway/bridleway": {
2907                     "name": "Bridle Path",
2908                     "terms": "bridleway,equestrian,horse"
2909                 },
2910                 "highway/bus_stop": {
2911                     "name": "Bus Stop",
2912                     "terms": ""
2913                 },
2914                 "highway/corridor": {
2915                     "name": "Indoor Corridor",
2916                     "terms": "gallery,hall,hallway,indoor,passage,passageway"
2917                 },
2918                 "highway/crossing": {
2919                     "name": "Street Crossing",
2920                     "terms": ""
2921                 },
2922                 "highway/crosswalk": {
2923                     "name": "Pedestrian Crosswalk",
2924                     "terms": "zebra crossing"
2925                 },
2926                 "highway/cycleway": {
2927                     "name": "Cycle Path",
2928                     "terms": "bike"
2929                 },
2930                 "highway/footway": {
2931                     "name": "Foot Path",
2932                     "terms": "hike,hiking,trackway,trail,walk"
2933                 },
2934                 "highway/give_way": {
2935                     "name": "Yield Sign",
2936                     "terms": "give way,yield,sign"
2937                 },
2938                 "highway/living_street": {
2939                     "name": "Living Street",
2940                     "terms": ""
2941                 },
2942                 "highway/mini_roundabout": {
2943                     "name": "Mini-Roundabout",
2944                     "terms": ""
2945                 },
2946                 "highway/motorway_junction": {
2947                     "name": "Motorway Junction / Exit",
2948                     "terms": ""
2949                 },
2950                 "highway/motorway_link": {
2951                     "name": "Motorway Link",
2952                     "terms": "ramp,on ramp,off ramp"
2953                 },
2954                 "highway/motorway": {
2955                     "name": "Motorway",
2956                     "terms": "autobahn,expressway,freeway,highway,interstate,parkway,thruway,turnpike"
2957                 },
2958                 "highway/path": {
2959                     "name": "Path",
2960                     "terms": "hike,hiking,trackway,trail,walk"
2961                 },
2962                 "highway/pedestrian": {
2963                     "name": "Pedestrian Street",
2964                     "terms": ""
2965                 },
2966                 "highway/primary_link": {
2967                     "name": "Primary Link",
2968                     "terms": "ramp,on ramp,off ramp"
2969                 },
2970                 "highway/primary": {
2971                     "name": "Primary Road",
2972                     "terms": ""
2973                 },
2974                 "highway/raceway": {
2975                     "name": "Motor Raceway",
2976                     "terms": "auto*,race*,nascar"
2977                 },
2978                 "highway/residential": {
2979                     "name": "Residential Road",
2980                     "terms": ""
2981                 },
2982                 "highway/rest_area": {
2983                     "name": "Rest Area",
2984                     "terms": "rest stop"
2985                 },
2986                 "highway/road": {
2987                     "name": "Unknown Road",
2988                     "terms": ""
2989                 },
2990                 "highway/secondary_link": {
2991                     "name": "Secondary Link",
2992                     "terms": "ramp,on ramp,off ramp"
2993                 },
2994                 "highway/secondary": {
2995                     "name": "Secondary Road",
2996                     "terms": ""
2997                 },
2998                 "highway/service": {
2999                     "name": "Service Road",
3000                     "terms": ""
3001                 },
3002                 "highway/service/alley": {
3003                     "name": "Alley",
3004                     "terms": ""
3005                 },
3006                 "highway/service/drive-through": {
3007                     "name": "Drive-Through",
3008                     "terms": ""
3009                 },
3010                 "highway/service/driveway": {
3011                     "name": "Driveway",
3012                     "terms": ""
3013                 },
3014                 "highway/service/emergency_access": {
3015                     "name": "Emergency Access",
3016                     "terms": ""
3017                 },
3018                 "highway/service/parking_aisle": {
3019                     "name": "Parking Aisle",
3020                     "terms": ""
3021                 },
3022                 "highway/services": {
3023                     "name": "Service Area",
3024                     "terms": "services,travel plaza,service station"
3025                 },
3026                 "highway/steps": {
3027                     "name": "Steps",
3028                     "terms": "stairs,staircase"
3029                 },
3030                 "highway/stop": {
3031                     "name": "Stop Sign",
3032                     "terms": "stop,halt,sign"
3033                 },
3034                 "highway/street_lamp": {
3035                     "name": "Street Lamp",
3036                     "terms": "streetlight,street light,lamp,light,gaslight"
3037                 },
3038                 "highway/tertiary_link": {
3039                     "name": "Tertiary Link",
3040                     "terms": "ramp,on ramp,off ramp"
3041                 },
3042                 "highway/tertiary": {
3043                     "name": "Tertiary Road",
3044                     "terms": ""
3045                 },
3046                 "highway/track": {
3047                     "name": "Unmaintained Track Road",
3048                     "terms": "woods road,forest road,logging road,fire road,farm road,agricultural road,ranch road,carriage road,primitive,unmaintained,rut,offroad,4wd,4x4,four wheel drive,atv,quad,jeep,double track,two track"
3049                 },
3050                 "highway/traffic_mirror": {
3051                     "name": "Traffic Mirror",
3052                     "terms": "blind spot,convex,corner,curved,roadside,round,safety,sphere,visibility"
3053                 },
3054                 "highway/traffic_signals": {
3055                     "name": "Traffic Signals",
3056                     "terms": "light,stoplight,traffic light"
3057                 },
3058                 "highway/trunk_link": {
3059                     "name": "Trunk Link",
3060                     "terms": "ramp,on ramp,off ramp"
3061                 },
3062                 "highway/trunk": {
3063                     "name": "Trunk Road",
3064                     "terms": ""
3065                 },
3066                 "highway/turning_circle": {
3067                     "name": "Turning Circle",
3068                     "terms": "cul-de-sac"
3069                 },
3070                 "highway/turning_loop": {
3071                     "name": "Turning Loop (Island)",
3072                     "terms": "cul-de-sac"
3073                 },
3074                 "highway/unclassified": {
3075                     "name": "Minor/Unclassified Road",
3076                     "terms": ""
3077                 },
3078                 "historic": {
3079                     "name": "Historic Site",
3080                     "terms": ""
3081                 },
3082                 "historic/archaeological_site": {
3083                     "name": "Archaeological Site",
3084                     "terms": ""
3085                 },
3086                 "historic/boundary_stone": {
3087                     "name": "Boundary Stone",
3088                     "terms": ""
3089                 },
3090                 "historic/castle": {
3091                     "name": "Castle",
3092                     "terms": ""
3093                 },
3094                 "historic/memorial": {
3095                     "name": "Memorial",
3096                     "terms": ""
3097                 },
3098                 "historic/monument": {
3099                     "name": "Monument",
3100                     "terms": ""
3101                 },
3102                 "historic/ruins": {
3103                     "name": "Ruins",
3104                     "terms": ""
3105                 },
3106                 "historic/wayside_cross": {
3107                     "name": "Wayside Cross",
3108                     "terms": ""
3109                 },
3110                 "historic/wayside_shrine": {
3111                     "name": "Wayside Shrine",
3112                     "terms": ""
3113                 },
3114                 "junction": {
3115                     "name": "Junction",
3116                     "terms": ""
3117                 },
3118                 "landuse": {
3119                     "name": "Land Use",
3120                     "terms": ""
3121                 },
3122                 "landuse/farm": {
3123                     "name": "Farmland",
3124                     "terms": ""
3125                 },
3126                 "landuse/allotments": {
3127                     "name": "Community Garden",
3128                     "terms": "allotment,garden"
3129                 },
3130                 "landuse/aquaculture": {
3131                     "name": "Aquaculture",
3132                     "terms": "fish farm,crustacean,algae,aquafarming,shrimp farm,oyster farm,mariculture,algaculture"
3133                 },
3134                 "landuse/basin": {
3135                     "name": "Basin",
3136                     "terms": ""
3137                 },
3138                 "landuse/cemetery": {
3139                     "name": "Cemetery",
3140                     "terms": ""
3141                 },
3142                 "landuse/churchyard": {
3143                     "name": "Churchyard",
3144                     "terms": ""
3145                 },
3146                 "landuse/commercial": {
3147                     "name": "Commercial Area",
3148                     "terms": ""
3149                 },
3150                 "landuse/construction": {
3151                     "name": "Construction",
3152                     "terms": ""
3153                 },
3154                 "landuse/farmland": {
3155                     "name": "Farmland",
3156                     "terms": "crop,grow,plant"
3157                 },
3158                 "landuse/farmyard": {
3159                     "name": "Farmyard",
3160                     "terms": "crop,grow,plant"
3161                 },
3162                 "landuse/forest": {
3163                     "name": "Forest",
3164                     "terms": "tree"
3165                 },
3166                 "landuse/garages": {
3167                     "name": "Garages",
3168                     "terms": ""
3169                 },
3170                 "landuse/grass": {
3171                     "name": "Grass",
3172                     "terms": ""
3173                 },
3174                 "landuse/industrial": {
3175                     "name": "Industrial Area",
3176                     "terms": ""
3177                 },
3178                 "landuse/landfill": {
3179                     "name": "Landfill",
3180                     "terms": "dump"
3181                 },
3182                 "landuse/meadow": {
3183                     "name": "Meadow",
3184                     "terms": ""
3185                 },
3186                 "landuse/military": {
3187                     "name": "Military Area",
3188                     "terms": ""
3189                 },
3190                 "landuse/military/airfield": {
3191                     "name": "Military Airfield",
3192                     "terms": "air force,army,base,bomb,fight,force,guard,heli*,jet,marine,navy,plane,troop,war"
3193                 },
3194                 "landuse/military/barracks": {
3195                     "name": "Barracks",
3196                     "terms": "air force,army,base,fight,force,guard,marine,navy,troop,war"
3197                 },
3198                 "landuse/military/bunker": {
3199                     "name": "Military Bunker",
3200                     "terms": "air force,army,base,fight,force,guard,marine,navy,troop,war"
3201                 },
3202                 "landuse/military/checkpoint": {
3203                     "name": "Checkpoint",
3204                     "terms": "air force,army,base,force,guard,marine,navy,troop,war"
3205                 },
3206                 "landuse/military/danger_area": {
3207                     "name": "Danger Area",
3208                     "terms": "air force,army,base,blast,bomb,explo*,force,guard,mine,marine,navy,troop,war"
3209                 },
3210                 "landuse/military/naval_base": {
3211                     "name": "Naval Base",
3212                     "terms": "base,fight,force,guard,marine,navy,ship,sub,troop,war"
3213                 },
3214                 "landuse/military/nuclear_explosion_site": {
3215                     "name": "Nuclear Explosion Site",
3216                     "terms": "atom,blast,bomb,detonat*,nuke,site,test"
3217                 },
3218                 "landuse/military/obstacle_course": {
3219                     "name": "Obstacle Course",
3220                     "terms": "army,base,force,guard,marine,navy,troop,war"
3221                 },
3222                 "landuse/military/office": {
3223                     "name": "Military Office",
3224                     "terms": "air force,army,base,enlist,fight,force,guard,marine,navy,recruit,troop,war"
3225                 },
3226                 "landuse/military/range": {
3227                     "name": "Military Range",
3228                     "terms": "air force,army,base,fight,fire,force,guard,gun,marine,navy,rifle,shoot*,snip*,train,troop,war"
3229                 },
3230                 "landuse/military/training_area": {
3231                     "name": "Training Area",
3232                     "terms": "air force,army,base,fight,fire,force,guard,gun,marine,navy,rifle,shoot*,snip*,train,troop,war"
3233                 },
3234                 "landuse/orchard": {
3235                     "name": "Orchard",
3236                     "terms": "fruit"
3237                 },
3238                 "landuse/plant_nursery": {
3239                     "name": "Plant Nursery",
3240                     "terms": "flower,garden,grow,vivero"
3241                 },
3242                 "landuse/quarry": {
3243                     "name": "Quarry",
3244                     "terms": ""
3245                 },
3246                 "landuse/recreation_ground": {
3247                     "name": "Recreation Ground",
3248                     "terms": "playing fields"
3249                 },
3250                 "landuse/residential": {
3251                     "name": "Residential Area",
3252                     "terms": ""
3253                 },
3254                 "landuse/retail": {
3255                     "name": "Retail Area",
3256                     "terms": ""
3257                 },
3258                 "landuse/vineyard": {
3259                     "name": "Vineyard",
3260                     "terms": "grape,wine"
3261                 },
3262                 "leisure": {
3263                     "name": "Leisure",
3264                     "terms": ""
3265                 },
3266                 "leisure/adult_gaming_centre": {
3267                     "name": "Adult Gaming Center",
3268                     "terms": "gambling,slot machine"
3269                 },
3270                 "leisure/bird_hide": {
3271                     "name": "Bird Hide",
3272                     "terms": "machan,ornithology"
3273                 },
3274                 "leisure/bowling_alley": {
3275                     "name": "Bowling Alley",
3276                     "terms": ""
3277                 },
3278                 "leisure/common": {
3279                     "name": "Common",
3280                     "terms": "open space"
3281                 },
3282                 "leisure/dance": {
3283                     "name": "Dance Hall",
3284                     "terms": "ballroom,jive,swing,tango,waltz"
3285                 },
3286                 "leisure/dog_park": {
3287                     "name": "Dog Park",
3288                     "terms": ""
3289                 },
3290                 "leisure/firepit": {
3291                     "name": "Firepit",
3292                     "terms": "fireplace,campfire"
3293                 },
3294                 "leisure/fitness_centre": {
3295                     "name": "Gym / Fitness Center",
3296                     "terms": "health,gym,leisure,studio"
3297                 },
3298                 "leisure/fitness_centre/yoga": {
3299                     "name": "Yoga Studio",
3300                     "terms": "studio"
3301                 },
3302                 "leisure/fitness_station": {
3303                     "name": "Outdoor Fitness Station",
3304                     "terms": "fitness,gym"
3305                 },
3306                 "leisure/garden": {
3307                     "name": "Garden",
3308                     "terms": ""
3309                 },
3310                 "leisure/golf_course": {
3311                     "name": "Golf Course",
3312                     "terms": "links"
3313                 },
3314                 "leisure/horse_riding": {
3315                     "name": "Horseback Riding Facility",
3316                     "terms": "equestrian,stable"
3317                 },
3318                 "leisure/ice_rink": {
3319                     "name": "Ice Rink",
3320                     "terms": "hockey,skating,curling"
3321                 },
3322                 "leisure/marina": {
3323                     "name": "Marina",
3324                     "terms": "boat"
3325                 },
3326                 "leisure/miniature_golf": {
3327                     "name": "Miniature Golf",
3328                     "terms": "crazy golf,mini golf,putt-putt"
3329                 },
3330                 "leisure/nature_reserve": {
3331                     "name": "Nature Reserve",
3332                     "terms": "protected,wildlife"
3333                 },
3334                 "leisure/park": {
3335                     "name": "Park",
3336                     "terms": "esplanade,estate,forest,garden,grass,green,grounds,lawn,lot,meadow,parkland,place,playground,plaza,pleasure garden,recreation area,square,tract,village green,woodland"
3337                 },
3338                 "leisure/picnic_table": {
3339                     "name": "Picnic Table",
3340                     "terms": "bench"
3341                 },
3342                 "leisure/pitch": {
3343                     "name": "Sport Pitch",
3344                     "terms": "field"
3345                 },
3346                 "leisure/pitch/american_football": {
3347                     "name": "American Football Field",
3348                     "terms": ""
3349                 },
3350                 "leisure/pitch/baseball": {
3351                     "name": "Baseball Diamond",
3352                     "terms": ""
3353                 },
3354                 "leisure/pitch/basketball": {
3355                     "name": "Basketball Court",
3356                     "terms": ""
3357                 },
3358                 "leisure/pitch/bowls": {
3359                     "name": "Bowling Green",
3360                     "terms": ""
3361                 },
3362                 "leisure/pitch/rugby_league": {
3363                     "name": "Rugby League Field",
3364                     "terms": ""
3365                 },
3366                 "leisure/pitch/rugby_union": {
3367                     "name": "Rugby Union Field",
3368                     "terms": ""
3369                 },
3370                 "leisure/pitch/skateboard": {
3371                     "name": "Skate Park",
3372                     "terms": ""
3373                 },
3374                 "leisure/pitch/soccer": {
3375                     "name": "Soccer Field",
3376                     "terms": ""
3377                 },
3378                 "leisure/pitch/tennis": {
3379                     "name": "Tennis Court",
3380                     "terms": ""
3381                 },
3382                 "leisure/pitch/volleyball": {
3383                     "name": "Volleyball Court",
3384                     "terms": ""
3385                 },
3386                 "leisure/playground": {
3387                     "name": "Playground",
3388                     "terms": "jungle gym,play area"
3389                 },
3390                 "leisure/resort": {
3391                     "name": "Resort",
3392                     "terms": ""
3393                 },
3394                 "leisure/running_track": {
3395                     "name": "Running Track",
3396                     "terms": ""
3397                 },
3398                 "leisure/slipway": {
3399                     "name": "Slipway",
3400                     "terms": "boat launch,boat ramp"
3401                 },
3402                 "leisure/sports_centre": {
3403                     "name": "Sports Center / Complex",
3404                     "terms": ""
3405                 },
3406                 "leisure/sports_centre/swimming": {
3407                     "name": "Swimming Pool Facility",
3408                     "terms": "dive,water"
3409                 },
3410                 "leisure/stadium": {
3411                     "name": "Stadium",
3412                     "terms": ""
3413                 },
3414                 "leisure/swimming_pool": {
3415                     "name": "Swimming Pool",
3416                     "terms": "dive,water"
3417                 },
3418                 "leisure/track": {
3419                     "name": "Racetrack (non-Motorsport)",
3420                     "terms": ""
3421                 },
3422                 "leisure/water_park": {
3423                     "name": "Water Park",
3424                     "terms": "swim,pool,dive"
3425                 },
3426                 "line": {
3427                     "name": "Line",
3428                     "terms": ""
3429                 },
3430                 "man_made": {
3431                     "name": "Man Made",
3432                     "terms": ""
3433                 },
3434                 "man_made/embankment": {
3435                     "name": "Embankment",
3436                     "terms": ""
3437                 },
3438                 "man_made/adit": {
3439                     "name": "Adit",
3440                     "terms": "entrance,underground,mine,cave"
3441                 },
3442                 "man_made/breakwater": {
3443                     "name": "Breakwater",
3444                     "terms": ""
3445                 },
3446                 "man_made/bridge": {
3447                     "name": "Bridge",
3448                     "terms": ""
3449                 },
3450                 "man_made/chimney": {
3451                     "name": "Chimney",
3452                     "terms": ""
3453                 },
3454                 "man_made/cutline": {
3455                     "name": "Cut line",
3456                     "terms": ""
3457                 },
3458                 "man_made/flagpole": {
3459                     "name": "Flagpole",
3460                     "terms": ""
3461                 },
3462                 "man_made/gasometer": {
3463                     "name": "Gasometer",
3464                     "terms": "gas holder"
3465                 },
3466                 "man_made/groyne": {
3467                     "name": "Groyne",
3468                     "terms": ""
3469                 },
3470                 "man_made/lighthouse": {
3471                     "name": "Lighthouse",
3472                     "terms": ""
3473                 },
3474                 "man_made/mast": {
3475                     "name": "Radio Mast",
3476                     "terms": "broadcast tower,cell phone tower,cell tower,guyed tower,mobile phone tower,radio tower,television tower,transmission mast,transmission tower,tv tower"
3477                 },
3478                 "man_made/observation": {
3479                     "name": "Observation Tower",
3480                     "terms": "lookout tower,fire tower"
3481                 },
3482                 "man_made/petroleum_well": {
3483                     "name": "Oil Well",
3484                     "terms": "drilling rig,oil derrick,oil drill,oil horse,oil rig,oil pump,petroleum well,pumpjack"
3485                 },
3486                 "man_made/pier": {
3487                     "name": "Pier",
3488                     "terms": "dock"
3489                 },
3490                 "man_made/pipeline": {
3491                     "name": "Pipeline",
3492                     "terms": ""
3493                 },
3494                 "man_made/pumping_station": {
3495                     "name": "Pumping Station",
3496                     "terms": ""
3497                 },
3498                 "man_made/silo": {
3499                     "name": "Silo",
3500                     "terms": "grain,corn,wheat"
3501                 },
3502                 "man_made/storage_tank": {
3503                     "name": "Storage Tank",
3504                     "terms": "water,oil,gas,petrol"
3505                 },
3506                 "man_made/surveillance_camera": {
3507                     "name": "Surveillance Camera",
3508                     "terms": "anpr,alpr,camera,car plate recognition,cctv,guard,license plate recognition,monitoring,number plate recognition,security,video,webcam"
3509                 },
3510                 "man_made/surveillance": {
3511                     "name": "Surveillance",
3512                     "terms": "anpr,alpr,camera,car plate recognition,cctv,guard,license plate recognition,monitoring,number plate recognition,security,video,webcam"
3513                 },
3514                 "man_made/survey_point": {
3515                     "name": "Survey Point",
3516                     "terms": ""
3517                 },
3518                 "man_made/tower": {
3519                     "name": "Tower",
3520                     "terms": ""
3521                 },
3522                 "man_made/wastewater_plant": {
3523                     "name": "Wastewater Plant",
3524                     "terms": "sewage*,water treatment plant,reclamation plant"
3525                 },
3526                 "man_made/water_tower": {
3527                     "name": "Water Tower",
3528                     "terms": ""
3529                 },
3530                 "man_made/water_well": {
3531                     "name": "Water Well",
3532                     "terms": ""
3533                 },
3534                 "man_made/water_works": {
3535                     "name": "Water Works",
3536                     "terms": ""
3537                 },
3538                 "man_made/works": {
3539                     "name": "Factory",
3540                     "terms": "assembly,build,brewery,car,plant,plastic,processing,manufacture,refinery"
3541                 },
3542                 "natural": {
3543                     "name": "Natural",
3544                     "terms": ""
3545                 },
3546                 "natural/bare_rock": {
3547                     "name": "Bare Rock",
3548                     "terms": "rock"
3549                 },
3550                 "natural/bay": {
3551                     "name": "Bay",
3552                     "terms": ""
3553                 },
3554                 "natural/beach": {
3555                     "name": "Beach",
3556                     "terms": "shore"
3557                 },
3558                 "natural/cave_entrance": {
3559                     "name": "Cave Entrance",
3560                     "terms": "cavern,hollow,grotto,shelter,cavity"
3561                 },
3562                 "natural/cliff": {
3563                     "name": "Cliff",
3564                     "terms": "escarpment"
3565                 },
3566                 "natural/coastline": {
3567                     "name": "Coastline",
3568                     "terms": "shore"
3569                 },
3570                 "natural/fell": {
3571                     "name": "Fell",
3572                     "terms": ""
3573                 },
3574                 "natural/glacier": {
3575                     "name": "Glacier",
3576                     "terms": ""
3577                 },
3578                 "natural/grassland": {
3579                     "name": "Grassland",
3580                     "terms": "prairie,savanna"
3581                 },
3582                 "natural/heath": {
3583                     "name": "Heath",
3584                     "terms": ""
3585                 },
3586                 "natural/peak": {
3587                     "name": "Peak",
3588                     "terms": "acme,aiguille,alp,climax,crest,crown,hill,mount,mountain,pinnacle,summit,tip,top"
3589                 },
3590                 "natural/ridge": {
3591                     "name": "Ridge",
3592                     "terms": "crest"
3593                 },
3594                 "natural/saddle": {
3595                     "name": "Saddle",
3596                     "terms": "pass,mountain pass,top"
3597                 },
3598                 "natural/sand": {
3599                     "name": "Sand",
3600                     "terms": "desert"
3601                 },
3602                 "natural/scree": {
3603                     "name": "Scree",
3604                     "terms": "loose rocks"
3605                 },
3606                 "natural/scrub": {
3607                     "name": "Scrub",
3608                     "terms": "bush,shrubs"
3609                 },
3610                 "natural/spring": {
3611                     "name": "Spring",
3612                     "terms": ""
3613                 },
3614                 "natural/tree_row": {
3615                     "name": "Tree row",
3616                     "terms": ""
3617                 },
3618                 "natural/tree": {
3619                     "name": "Tree",
3620                     "terms": ""
3621                 },
3622                 "natural/volcano": {
3623                     "name": "Volcano",
3624                     "terms": "mountain,crater"
3625                 },
3626                 "natural/water": {
3627                     "name": "Water",
3628                     "terms": ""
3629                 },
3630                 "natural/water/lake": {
3631                     "name": "Lake",
3632                     "terms": "lakelet,loch,mere"
3633                 },
3634                 "natural/water/pond": {
3635                     "name": "Pond",
3636                     "terms": "lakelet,millpond,tarn,pool,mere"
3637                 },
3638                 "natural/water/reservoir": {
3639                     "name": "Reservoir",
3640                     "terms": ""
3641                 },
3642                 "natural/wetland": {
3643                     "name": "Wetland",
3644                     "terms": ""
3645                 },
3646                 "natural/wood": {
3647                     "name": "Wood",
3648                     "terms": "tree"
3649                 },
3650                 "noexit/yes": {
3651                     "name": "No Exit",
3652                     "terms": "no exit,road end,dead end"
3653                 },
3654                 "office": {
3655                     "name": "Office",
3656                     "terms": ""
3657                 },
3658                 "office/travel_agent": {
3659                     "name": "Travel Agency",
3660                     "terms": ""
3661                 },
3662                 "office/accountant": {
3663                     "name": "Accountant",
3664                     "terms": ""
3665                 },
3666                 "office/administrative": {
3667                     "name": "Administrative Office",
3668                     "terms": ""
3669                 },
3670                 "office/architect": {
3671                     "name": "Architect",
3672                     "terms": ""
3673                 },
3674                 "office/company": {
3675                     "name": "Company Office",
3676                     "terms": ""
3677                 },
3678                 "office/coworking": {
3679                     "name": "Coworking Space",
3680                     "terms": "coworking,office"
3681                 },
3682                 "office/educational_institution": {
3683                     "name": "Educational Institution",
3684                     "terms": ""
3685                 },
3686                 "office/employment_agency": {
3687                     "name": "Employment Agency",
3688                     "terms": "job"
3689                 },
3690                 "office/estate_agent": {
3691                     "name": "Real Estate Office",
3692                     "terms": ""
3693                 },
3694                 "office/financial": {
3695                     "name": "Financial Office",
3696                     "terms": ""
3697                 },
3698                 "office/government": {
3699                     "name": "Government Office",
3700                     "terms": ""
3701                 },
3702                 "office/government/register_office": {
3703                     "name": "Register Office",
3704                     "terms": "clerk,marriage,death,birth,certificate"
3705                 },
3706                 "office/insurance": {
3707                     "name": "Insurance Office",
3708                     "terms": ""
3709                 },
3710                 "office/it": {
3711                     "name": "IT Office",
3712                     "terms": ""
3713                 },
3714                 "office/lawyer": {
3715                     "name": "Law Office",
3716                     "terms": ""
3717                 },
3718                 "office/lawyer/notary": {
3719                     "name": "Notary Office",
3720                     "terms": "clerk,signature,wills,deeds,estate"
3721                 },
3722                 "office/newspaper": {
3723                     "name": "Newspaper",
3724                     "terms": ""
3725                 },
3726                 "office/ngo": {
3727                     "name": "NGO Office",
3728                     "terms": ""
3729                 },
3730                 "office/physician": {
3731                     "name": "Physician",
3732                     "terms": ""
3733                 },
3734                 "office/political_party": {
3735                     "name": "Political Party",
3736                     "terms": ""
3737                 },
3738                 "office/research": {
3739                     "name": "Research Office",
3740                     "terms": ""
3741                 },
3742                 "office/telecommunication": {
3743                     "name": "Telecom Office",
3744                     "terms": ""
3745                 },
3746                 "office/therapist": {
3747                     "name": "Therapist",
3748                     "terms": ""
3749                 },
3750                 "piste": {
3751                     "name": "Piste/Ski Trail",
3752                     "terms": "ski,sled,sleigh,snowboard,nordic,downhill,snowmobile"
3753                 },
3754                 "place/city": {
3755                     "name": "City",
3756                     "terms": ""
3757                 },
3758                 "place/farm": {
3759                     "name": "Farm",
3760                     "terms": ""
3761                 },
3762                 "place/hamlet": {
3763                     "name": "Hamlet",
3764                     "terms": ""
3765                 },
3766                 "place/island": {
3767                     "name": "Island",
3768                     "terms": "archipelago,atoll,bar,cay,isle,islet,key,reef"
3769                 },
3770                 "place/isolated_dwelling": {
3771                     "name": "Isolated Dwelling",
3772                     "terms": ""
3773                 },
3774                 "place/locality": {
3775                     "name": "Locality",
3776                     "terms": ""
3777                 },
3778                 "place/neighbourhood": {
3779                     "name": "Neighborhood",
3780                     "terms": "neighbourhood"
3781                 },
3782                 "place/square": {
3783                     "name": "Square",
3784                     "terms": ""
3785                 },
3786                 "place/suburb": {
3787                     "name": "Borough",
3788                     "terms": "Boro,Quarter"
3789                 },
3790                 "place/town": {
3791                     "name": "Town",
3792                     "terms": ""
3793                 },
3794                 "place/village": {
3795                     "name": "Village",
3796                     "terms": ""
3797                 },
3798                 "point": {
3799                     "name": "Point",
3800                     "terms": ""
3801                 },
3802                 "power/sub_station": {
3803                     "name": "Substation",
3804                     "terms": ""
3805                 },
3806                 "power/generator": {
3807                     "name": "Power Generator",
3808                     "terms": ""
3809                 },
3810                 "power/line": {
3811                     "name": "Power Line",
3812                     "terms": ""
3813                 },
3814                 "power/minor_line": {
3815                     "name": "Minor Power Line",
3816                     "terms": ""
3817                 },
3818                 "power/plant": {
3819                     "name": "Power Station Grounds",
3820                     "terms": "coal,gas,generat*,hydro,nuclear,power,station"
3821                 },
3822                 "power/pole": {
3823                     "name": "Power Pole",
3824                     "terms": ""
3825                 },
3826                 "power/substation": {
3827                     "name": "Substation",
3828                     "terms": ""
3829                 },
3830                 "power/tower": {
3831                     "name": "High-Voltage Tower",
3832                     "terms": ""
3833                 },
3834                 "power/transformer": {
3835                     "name": "Transformer",
3836                     "terms": ""
3837                 },
3838                 "public_transport/platform": {
3839                     "name": "Platform",
3840                     "terms": ""
3841                 },
3842                 "public_transport/stop_position": {
3843                     "name": "Stop Position",
3844                     "terms": ""
3845                 },
3846                 "railway/abandoned": {
3847                     "name": "Abandoned Railway",
3848                     "terms": ""
3849                 },
3850                 "railway/crossing": {
3851                     "name": "Railway Crossing (Path)",
3852                     "terms": "crossing,pedestrian crossing,railroad crossing,level crossing,grade crossing,path through railroad,train crossing"
3853                 },
3854                 "railway/disused": {
3855                     "name": "Disused Railway",
3856                     "terms": ""
3857                 },
3858                 "railway/funicular": {
3859                     "name": "Funicular",
3860                     "terms": "venicular,cliff railway,cable car,cable railway,funicular railway"
3861                 },
3862                 "railway/halt": {
3863                     "name": "Railway Halt",
3864                     "terms": "break,interrupt,rest,wait,interruption"
3865                 },
3866                 "railway/level_crossing": {
3867                     "name": "Railway Crossing (Road)",
3868                     "terms": "crossing,railroad crossing,level crossing,grade crossing,road through railroad,train crossing"
3869                 },
3870                 "railway/monorail": {
3871                     "name": "Monorail",
3872                     "terms": ""
3873                 },
3874                 "railway/narrow_gauge": {
3875                     "name": "Narrow Gauge Rail",
3876                     "terms": "narrow gauge railway,narrow gauge railroad"
3877                 },
3878                 "railway/platform": {
3879                     "name": "Railway Platform",
3880                     "terms": ""
3881                 },
3882                 "railway/rail": {
3883                     "name": "Rail",
3884                     "terms": ""
3885                 },
3886                 "railway/station": {
3887                     "name": "Railway Station",
3888                     "terms": "train station,station"
3889                 },
3890                 "railway/subway_entrance": {
3891                     "name": "Subway Entrance",
3892                     "terms": ""
3893                 },
3894                 "railway/subway": {
3895                     "name": "Subway",
3896                     "terms": ""
3897                 },
3898                 "railway/tram": {
3899                     "name": "Tram",
3900                     "terms": "streetcar"
3901                 },
3902                 "relation": {
3903                     "name": "Relation",
3904                     "terms": ""
3905                 },
3906                 "route/ferry": {
3907                     "name": "Ferry Route",
3908                     "terms": ""
3909                 },
3910                 "shop": {
3911                     "name": "Shop",
3912                     "terms": ""
3913                 },
3914                 "shop/fishmonger": {
3915                     "name": "Fishmonger",
3916                     "terms": ""
3917                 },
3918                 "shop/vacant": {
3919                     "name": "Vacant Shop",
3920                     "terms": ""
3921                 },
3922                 "shop/alcohol": {
3923                     "name": "Liquor Store",
3924                     "terms": "alcohol,beer,booze,wine"
3925                 },
3926                 "shop/anime": {
3927                     "name": "Anime Shop",
3928                     "terms": "manga,japan,cosplay,figurine,dakimakura"
3929                 },
3930                 "shop/antiques": {
3931                     "name": "Antiques Shop",
3932                     "terms": ""
3933                 },
3934                 "shop/art": {
3935                     "name": "Art Store",
3936                     "terms": "art*,exhibit*,gallery"
3937                 },
3938                 "shop/baby_goods": {
3939                     "name": "Baby Goods Store",
3940                     "terms": ""
3941                 },
3942                 "shop/bag": {
3943                     "name": "Bag/Luggage Store",
3944                     "terms": "handbag,purse"
3945                 },
3946                 "shop/bakery": {
3947                     "name": "Bakery",
3948                     "terms": ""
3949                 },
3950                 "shop/bathroom_furnishing": {
3951                     "name": "Bathroom Furnishing Store",
3952                     "terms": ""
3953                 },
3954                 "shop/beauty": {
3955                     "name": "Beauty Shop",
3956                     "terms": "spa,salon,tanning"
3957                 },
3958                 "shop/beauty/nails": {
3959                     "name": "Nail Salon",
3960                     "terms": "manicure,pedicure"
3961                 },
3962                 "shop/beauty/tanning": {
3963                     "name": "Tanning Salon",
3964                     "terms": ""
3965                 },
3966                 "shop/bed": {
3967                     "name": "Bedding/Mattress Store",
3968                     "terms": ""
3969                 },
3970                 "shop/beverages": {
3971                     "name": "Beverage Store",
3972                     "terms": ""
3973                 },
3974                 "shop/bicycle": {
3975                     "name": "Bicycle Shop",
3976                     "terms": "bike,repair"
3977                 },
3978                 "shop/bookmaker": {
3979                     "name": "Bookmaker",
3980                     "terms": "betting"
3981                 },
3982                 "shop/books": {
3983                     "name": "Book Store",
3984                     "terms": ""
3985                 },
3986                 "shop/boutique": {
3987                     "name": "Boutique",
3988                     "terms": ""
3989                 },
3990                 "shop/butcher": {
3991                     "name": "Butcher",
3992                     "terms": "meat"
3993                 },
3994                 "shop/candles": {
3995                     "name": "Candle Shop",
3996                     "terms": ""
3997                 },
3998                 "shop/car_parts": {
3999                     "name": "Car Parts Store",
4000                     "terms": "auto"
4001                 },
4002                 "shop/car_repair": {
4003                     "name": "Car Repair Shop",
4004                     "terms": "auto,garage,service"
4005                 },
4006                 "shop/car": {
4007                     "name": "Car Dealership",
4008                     "terms": "auto"
4009                 },
4010                 "shop/carpet": {
4011                     "name": "Carpet Store",
4012                     "terms": "rug"
4013                 },
4014                 "shop/charity": {
4015                     "name": "Charity Store",
4016                     "terms": "thrift,op shop,nonprofit"
4017                 },
4018                 "shop/cheese": {
4019                     "name": "Cheese Store",
4020                     "terms": ""
4021                 },
4022                 "shop/chemist": {
4023                     "name": "Drugstore",
4024                     "terms": "med*,drug*,gift"
4025                 },
4026                 "shop/chocolate": {
4027                     "name": "Chocolate Store",
4028                     "terms": ""
4029                 },
4030                 "shop/clothes": {
4031                     "name": "Clothing Store",
4032                     "terms": ""
4033                 },
4034                 "shop/coffee": {
4035                     "name": "Coffee Store",
4036                     "terms": ""
4037                 },
4038                 "shop/computer": {
4039                     "name": "Computer Store",
4040                     "terms": ""
4041                 },
4042                 "shop/confectionery": {
4043                     "name": "Candy Store",
4044                     "terms": ""
4045                 },
4046                 "shop/convenience": {
4047                     "name": "Convenience Store",
4048                     "terms": ""
4049                 },
4050                 "shop/copyshop": {
4051                     "name": "Copy Store",
4052                     "terms": ""
4053                 },
4054                 "shop/cosmetics": {
4055                     "name": "Cosmetics Store",
4056                     "terms": ""
4057                 },
4058                 "shop/craft": {
4059                     "name": "Arts and Crafts Store",
4060                     "terms": "art*,paint*,frame"
4061                 },
4062                 "shop/curtain": {
4063                     "name": "Curtain Store",
4064                     "terms": "drape*,window"
4065                 },
4066                 "shop/dairy": {
4067                     "name": "Dairy Store",
4068                     "terms": "milk,egg,cheese"
4069                 },
4070                 "shop/deli": {
4071                     "name": "Deli",
4072                     "terms": "lunch,meat,sandwich"
4073                 },
4074                 "shop/department_store": {
4075                     "name": "Department Store",
4076                     "terms": ""
4077                 },
4078                 "shop/doityourself": {
4079                     "name": "DIY Store",
4080                     "terms": ""
4081                 },
4082                 "shop/dry_cleaning": {
4083                     "name": "Dry Cleaner",
4084                     "terms": ""
4085                 },
4086                 "shop/e-cigarette": {
4087                     "name": "E-Cigarette Shop",
4088                     "terms": "electronic,vapor"
4089                 },
4090                 "shop/electronics": {
4091                     "name": "Electronics Store",
4092                     "terms": "appliance,audio,computer,tv"
4093                 },
4094                 "shop/erotic": {
4095                     "name": "Erotic Store",
4096                     "terms": "sex,porn"
4097                 },
4098                 "shop/fabric": {
4099                     "name": "Fabric Store",
4100                     "terms": "sew"
4101                 },
4102                 "shop/farm": {
4103                     "name": "Produce Stand",
4104                     "terms": "farm shop,farm stand"
4105                 },
4106                 "shop/fashion": {
4107                     "name": "Fashion Store",
4108                     "terms": ""
4109                 },
4110                 "shop/florist": {
4111                     "name": "Florist",
4112                     "terms": "flower"
4113                 },
4114                 "shop/frame": {
4115                     "name": "Framing Shop",
4116                     "terms": "art*,paint*,photo*,frame"
4117                 },
4118                 "shop/funeral_directors": {
4119                     "name": "Funeral Home",
4120                     "terms": "undertaker,memorial home"
4121                 },
4122                 "shop/furnace": {
4123                     "name": "Furnace Store",
4124                     "terms": "oven,stove"
4125                 },
4126                 "shop/furniture": {
4127                     "name": "Furniture Store",
4128                     "terms": "chair,sofa,table"
4129                 },
4130                 "shop/garden_centre": {
4131                     "name": "Garden Center",
4132                     "terms": "landscape,mulch,shrub,tree"
4133                 },
4134                 "shop/gift": {
4135                     "name": "Gift Shop",
4136                     "terms": "souvenir"
4137                 },
4138                 "shop/greengrocer": {
4139                     "name": "Greengrocer",
4140                     "terms": "fruit,vegetable"
4141                 },
4142                 "shop/hairdresser": {
4143                     "name": "Hairdresser",
4144                     "terms": "barber"
4145                 },
4146                 "shop/hardware": {
4147                     "name": "Hardware Store",
4148                     "terms": ""
4149                 },
4150                 "shop/hearing_aids": {
4151                     "name": "Hearing Aids Store",
4152                     "terms": ""
4153                 },
4154                 "shop/herbalist": {
4155                     "name": "Herbalist",
4156                     "terms": ""
4157                 },
4158                 "shop/hifi": {
4159                     "name": "Hifi Store",
4160                     "terms": "stereo,video"
4161                 },
4162                 "shop/houseware": {
4163                     "name": "Houseware Store",
4164                     "terms": "home,household"
4165                 },
4166                 "shop/interior_decoration": {
4167                     "name": "Interior Decoration Store",
4168                     "terms": ""
4169                 },
4170                 "shop/jewelry": {
4171                     "name": "Jeweler",
4172                     "terms": "diamond,gem,ring"
4173                 },
4174                 "shop/kiosk": {
4175                     "name": "News Kiosk",
4176                     "terms": ""
4177                 },
4178                 "shop/kitchen": {
4179                     "name": "Kitchen Design Store",
4180                     "terms": ""
4181                 },
4182                 "shop/laundry": {
4183                     "name": "Laundry",
4184                     "terms": ""
4185                 },
4186                 "shop/leather": {
4187                     "name": "Leather Store",
4188                     "terms": ""
4189                 },
4190                 "shop/locksmith": {
4191                     "name": "Locksmith",
4192                     "terms": "key,lockpick"
4193                 },
4194                 "shop/lottery": {
4195                     "name": "Lottery Shop",
4196                     "terms": ""
4197                 },
4198                 "shop/mall": {
4199                     "name": "Mall",
4200                     "terms": "shopping"
4201                 },
4202                 "shop/massage": {
4203                     "name": "Massage Shop",
4204                     "terms": ""
4205                 },
4206                 "shop/medical_supply": {
4207                     "name": "Medical Supply Store",
4208                     "terms": ""
4209                 },
4210                 "shop/mobile_phone": {
4211                     "name": "Mobile Phone Store",
4212                     "terms": ""
4213                 },
4214                 "shop/money_lender": {
4215                     "name": "Money Lender",
4216                     "terms": ""
4217                 },
4218                 "shop/motorcycle": {
4219                     "name": "Motorcycle Dealership",
4220                     "terms": "bike"
4221                 },
4222                 "shop/music": {
4223                     "name": "Music Store",
4224                     "terms": "CD,vinyl"
4225                 },
4226                 "shop/musical_instrument": {
4227                     "name": "Musical Instrument Store",
4228                     "terms": "guitar"
4229                 },
4230                 "shop/newsagent": {
4231                     "name": "Newspaper/Magazine Shop",
4232                     "terms": ""
4233                 },
4234                 "shop/nutrition_supplements": {
4235                     "name": "Nutrition Supplements Store",
4236                     "terms": ""
4237                 },
4238                 "shop/optician": {
4239                     "name": "Optician",
4240                     "terms": "eye,glasses"
4241                 },
4242                 "shop/organic": {
4243                     "name": "Organic Goods Store",
4244                     "terms": ""
4245                 },
4246                 "shop/outdoor": {
4247                     "name": "Outdoors Store",
4248                     "terms": "camping,climbing,hiking"
4249                 },
4250                 "shop/paint": {
4251                     "name": "Paint Store",
4252                     "terms": ""
4253                 },
4254                 "shop/pastry": {
4255                     "name": "Pastry Shop",
4256                     "terms": "patisserie,cake shop,cakery"
4257                 },
4258                 "shop/pawnbroker": {
4259                     "name": "Pawn Shop",
4260                     "terms": ""
4261                 },
4262                 "shop/pet": {
4263                     "name": "Pet Store",
4264                     "terms": "cat,dog,fish"
4265                 },
4266                 "shop/photo": {
4267                     "name": "Photography Store",
4268                     "terms": "camera,film"
4269                 },
4270                 "shop/pyrotechnics": {
4271                     "name": "Fireworks Store",
4272                     "terms": ""
4273                 },
4274                 "shop/radiotechnics": {
4275                     "name": "Radio/Electronic Component Store",
4276                     "terms": ""
4277                 },
4278                 "shop/religion": {
4279                     "name": "Religious Store",
4280                     "terms": ""
4281                 },
4282                 "shop/scuba_diving": {
4283                     "name": "Scuba Diving Shop",
4284                     "terms": ""
4285                 },
4286                 "shop/seafood": {
4287                     "name": "Seafood Shop",
4288                     "terms": "fishmonger"
4289                 },
4290                 "shop/second_hand": {
4291                     "name": "Consignment/Thrift Store",
4292                     "terms": "secondhand,second hand,resale,thrift,used"
4293                 },
4294                 "shop/shoes": {
4295                     "name": "Shoe Store",
4296                     "terms": ""
4297                 },
4298                 "shop/sports": {
4299                     "name": "Sporting Goods Store",
4300                     "terms": ""
4301                 },
4302                 "shop/stationery": {
4303                     "name": "Stationery Store",
4304                     "terms": "card,paper"
4305                 },
4306                 "shop/storage_rental": {
4307                     "name": "Storage Rental",
4308                     "terms": ""
4309                 },
4310                 "shop/supermarket": {
4311                     "name": "Supermarket",
4312                     "terms": "grocery,store,shop"
4313                 },
4314                 "shop/tailor": {
4315                     "name": "Tailor",
4316                     "terms": "clothes,suit"
4317                 },
4318                 "shop/tattoo": {
4319                     "name": "Tattoo Parlor",
4320                     "terms": ""
4321                 },
4322                 "shop/tea": {
4323                     "name": "Tea Store",
4324                     "terms": ""
4325                 },
4326                 "shop/ticket": {
4327                     "name": "Ticket Seller",
4328                     "terms": ""
4329                 },
4330                 "shop/tobacco": {
4331                     "name": "Tobacco Shop",
4332                     "terms": ""
4333                 },
4334                 "shop/toys": {
4335                     "name": "Toy Store",
4336                     "terms": ""
4337                 },
4338                 "shop/travel_agency": {
4339                     "name": "Travel Agency",
4340                     "terms": ""
4341                 },
4342                 "shop/tyres": {
4343                     "name": "Tire Store",
4344                     "terms": ""
4345                 },
4346                 "shop/vacuum_cleaner": {
4347                     "name": "Vacuum Cleaner Store",
4348                     "terms": ""
4349                 },
4350                 "shop/variety_store": {
4351                     "name": "Variety Store",
4352                     "terms": ""
4353                 },
4354                 "shop/video_games": {
4355                     "name": "Video Game Store",
4356                     "terms": ""
4357                 },
4358                 "shop/video": {
4359                     "name": "Video Store",
4360                     "terms": "DVD"
4361                 },
4362                 "shop/watches": {
4363                     "name": "Watches Shop",
4364                     "terms": ""
4365                 },
4366                 "shop/water_sports": {
4367                     "name": "Watersport/Swim Shop",
4368                     "terms": ""
4369                 },
4370                 "shop/weapons": {
4371                     "name": "Weapon Shop",
4372                     "terms": "ammo,gun,knife,knives"
4373                 },
4374                 "shop/window_blind": {
4375                     "name": "Window Blind Store",
4376                     "terms": ""
4377                 },
4378                 "shop/wine": {
4379                     "name": "Wine Shop",
4380                     "terms": ""
4381                 },
4382                 "tourism": {
4383                     "name": "Tourism",
4384                     "terms": ""
4385                 },
4386                 "tourism/alpine_hut": {
4387                     "name": "Alpine Hut",
4388                     "terms": ""
4389                 },
4390                 "tourism/apartment": {
4391                     "name": "Guest Apartment / Condo",
4392                     "terms": ""
4393                 },
4394                 "tourism/aquarium": {
4395                     "name": "Aquarium",
4396                     "terms": "fish,sea,water"
4397                 },
4398                 "tourism/artwork": {
4399                     "name": "Artwork",
4400                     "terms": "mural,sculpture,statue"
4401                 },
4402                 "tourism/attraction": {
4403                     "name": "Tourist Attraction",
4404                     "terms": ""
4405                 },
4406                 "tourism/camp_site": {
4407                     "name": "Campground",
4408                     "terms": "tent,rv"
4409                 },
4410                 "tourism/caravan_site": {
4411                     "name": "RV Park",
4412                     "terms": "Motor Home,Camper"
4413                 },
4414                 "tourism/chalet": {
4415                     "name": "Chalet",
4416                     "terms": ""
4417                 },
4418                 "tourism/gallery": {
4419                     "name": "Art Gallery",
4420                     "terms": "art*,exhibit*,paint*,photo*,sculpt*"
4421                 },
4422                 "tourism/guest_house": {
4423                     "name": "Guest House",
4424                     "terms": "B&B,Bed and Breakfast"
4425                 },
4426                 "tourism/hostel": {
4427                     "name": "Hostel",
4428                     "terms": ""
4429                 },
4430                 "tourism/hotel": {
4431                     "name": "Hotel",
4432                     "terms": ""
4433                 },
4434                 "tourism/information": {
4435                     "name": "Information",
4436                     "terms": ""
4437                 },
4438                 "tourism/information/board": {
4439                     "name": "Information Board",
4440                     "terms": ""
4441                 },
4442                 "tourism/information/guidepost": {
4443                     "name": "Guidepost",
4444                     "terms": ""
4445                 },
4446                 "tourism/information/map": {
4447                     "name": "Map",
4448                     "terms": ""
4449                 },
4450                 "tourism/information/office": {
4451                     "name": "Tourist Information Office",
4452                     "terms": ""
4453                 },
4454                 "tourism/motel": {
4455                     "name": "Motel",
4456                     "terms": ""
4457                 },
4458                 "tourism/museum": {
4459                     "name": "Museum",
4460                     "terms": "art*,exhibit*,gallery,foundation,hall,institution,paint*,photo*,sculpt*"
4461                 },
4462                 "tourism/picnic_site": {
4463                     "name": "Picnic Site",
4464                     "terms": "camp"
4465                 },
4466                 "tourism/theme_park": {
4467                     "name": "Theme Park",
4468                     "terms": ""
4469                 },
4470                 "tourism/viewpoint": {
4471                     "name": "Viewpoint",
4472                     "terms": ""
4473                 },
4474                 "tourism/zoo": {
4475                     "name": "Zoo",
4476                     "terms": "animal"
4477                 },
4478                 "traffic_calming": {
4479                     "name": "Traffic Calming",
4480                     "terms": "bump,hump,slow,speed"
4481                 },
4482                 "traffic_calming/bump": {
4483                     "name": "Speed Bump",
4484                     "terms": "hump,speed,slow"
4485                 },
4486                 "traffic_calming/chicane": {
4487                     "name": "Traffic Chicane",
4488                     "terms": "driveway link,speed,slow"
4489                 },
4490                 "traffic_calming/choker": {
4491                     "name": "Traffic Choker",
4492                     "terms": "speed,slow"
4493                 },
4494                 "traffic_calming/cushion": {
4495                     "name": "Speed Cushion",
4496                     "terms": "bump,hump,speed,slow"
4497                 },
4498                 "traffic_calming/dip": {
4499                     "name": "Dip",
4500                     "terms": "speed,slow"
4501                 },
4502                 "traffic_calming/hump": {
4503                     "name": "Speed Hump",
4504                     "terms": "bump,speed,slow"
4505                 },
4506                 "traffic_calming/island": {
4507                     "name": "Traffic Island",
4508                     "terms": "circle,roundabout,slow"
4509                 },
4510                 "traffic_calming/rumble_strip": {
4511                     "name": "Rumble Strip",
4512                     "terms": "audible lines,sleeper lines,growlers"
4513                 },
4514                 "traffic_calming/table": {
4515                     "name": "Raised Pedestrian Crossing",
4516                     "terms": "flat top,hump,speed,slow"
4517                 },
4518                 "type/multipolygon": {
4519                     "name": "Multipolygon",
4520                     "terms": ""
4521                 },
4522                 "type/boundary": {
4523                     "name": "Boundary",
4524                     "terms": ""
4525                 },
4526                 "type/boundary/administrative": {
4527                     "name": "Administrative Boundary",
4528                     "terms": ""
4529                 },
4530                 "type/restriction": {
4531                     "name": "Restriction",
4532                     "terms": ""
4533                 },
4534                 "type/restriction/no_left_turn": {
4535                     "name": "No Left Turn",
4536                     "terms": ""
4537                 },
4538                 "type/restriction/no_right_turn": {
4539                     "name": "No Right Turn",
4540                     "terms": ""
4541                 },
4542                 "type/restriction/no_straight_on": {
4543                     "name": "No Straight On",
4544                     "terms": ""
4545                 },
4546                 "type/restriction/no_u_turn": {
4547                     "name": "No U-turn",
4548                     "terms": ""
4549                 },
4550                 "type/restriction/only_left_turn": {
4551                     "name": "Left Turn Only",
4552                     "terms": ""
4553                 },
4554                 "type/restriction/only_right_turn": {
4555                     "name": "Right Turn Only",
4556                     "terms": ""
4557                 },
4558                 "type/restriction/only_straight_on": {
4559                     "name": "No Turns",
4560                     "terms": ""
4561                 },
4562                 "type/route_master": {
4563                     "name": "Route Master",
4564                     "terms": ""
4565                 },
4566                 "type/route": {
4567                     "name": "Route",
4568                     "terms": ""
4569                 },
4570                 "type/route/bicycle": {
4571                     "name": "Cycle Route",
4572                     "terms": ""
4573                 },
4574                 "type/route/bus": {
4575                     "name": "Bus Route",
4576                     "terms": ""
4577                 },
4578                 "type/route/detour": {
4579                     "name": "Detour Route",
4580                     "terms": ""
4581                 },
4582                 "type/route/ferry": {
4583                     "name": "Ferry Route",
4584                     "terms": ""
4585                 },
4586                 "type/route/foot": {
4587                     "name": "Foot Route",
4588                     "terms": ""
4589                 },
4590                 "type/route/hiking": {
4591                     "name": "Hiking Route",
4592                     "terms": ""
4593                 },
4594                 "type/route/horse": {
4595                     "name": "Riding Route",
4596                     "terms": ""
4597                 },
4598                 "type/route/pipeline": {
4599                     "name": "Pipeline Route",
4600                     "terms": ""
4601                 },
4602                 "type/route/power": {
4603                     "name": "Power Route",
4604                     "terms": ""
4605                 },
4606                 "type/route/road": {
4607                     "name": "Road Route",
4608                     "terms": ""
4609                 },
4610                 "type/route/train": {
4611                     "name": "Train Route",
4612                     "terms": ""
4613                 },
4614                 "type/route/tram": {
4615                     "name": "Tram Route",
4616                     "terms": ""
4617                 },
4618                 "type/site": {
4619                     "name": "Site",
4620                     "terms": ""
4621                 },
4622                 "vertex": {
4623                     "name": "Other",
4624                     "terms": ""
4625                 },
4626                 "waterway/boatyard": {
4627                     "name": "Boatyard",
4628                     "terms": ""
4629                 },
4630                 "waterway/canal": {
4631                     "name": "Canal",
4632                     "terms": ""
4633                 },
4634                 "waterway/dam": {
4635                     "name": "Dam",
4636                     "terms": ""
4637                 },
4638                 "waterway/ditch": {
4639                     "name": "Ditch",
4640                     "terms": ""
4641                 },
4642                 "waterway/dock": {
4643                     "name": "Wet Dock / Dry Dock",
4644                     "terms": "boat,ship,vessel,marine"
4645                 },
4646                 "waterway/drain": {
4647                     "name": "Drain",
4648                     "terms": ""
4649                 },
4650                 "waterway/fuel": {
4651                     "name": "Marine Fuel Station",
4652                     "terms": "petrol,gas,diesel,boat"
4653                 },
4654                 "waterway/river": {
4655                     "name": "River",
4656                     "terms": "beck,branch,brook,course,creek,estuary,rill,rivulet,run,runnel,stream,tributary,watercourse"
4657                 },
4658                 "waterway/riverbank": {
4659                     "name": "Riverbank",
4660                     "terms": ""
4661                 },
4662                 "waterway/sanitary_dump_station": {
4663                     "name": "Marine Toilet Disposal",
4664                     "terms": "Boat,Watercraft,Sanitary,Dump Station,Pumpout,Pump out,Elsan,CDP,CTDP,Chemical Toilet"
4665                 },
4666                 "waterway/stream": {
4667                     "name": "Stream",
4668                     "terms": "beck,branch,brook,burn,course,creek,current,drift,flood,flow,freshet,race,rill,rindle,rivulet,run,runnel,rush,spate,spritz,surge,tide,torrent,tributary,watercourse"
4669                 },
4670                 "waterway/water_point": {
4671                     "name": "Marine Drinking Water",
4672                     "terms": ""
4673                 },
4674                 "waterway/waterfall": {
4675                     "name": "Waterfall",
4676                     "terms": "fall"
4677                 },
4678                 "waterway/weir": {
4679                     "name": "Weir",
4680                     "terms": ""
4681                 }
4682             }
4683         }
4684     }
4685 }