]> git.openstreetmap.org Git - rails.git/blob - vendor/assets/iD/iD/locales/en-GB.json
Update to iD v2.10.0
[rails.git] / vendor / assets / iD / iD / locales / en-GB.json
1 {
2     "en-GB": {
3         "icons": {
4             "information": "info",
5             "remove": "remove",
6             "undo": "undo"
7         },
8         "modes": {
9             "add_area": {
10                 "title": "Area",
11                 "description": "Add parks, buildings, lakes or other areas to the map.",
12                 "tail": "Click on the map to start drawing an area, like a park, lake, or building."
13             },
14             "add_line": {
15                 "title": "Line",
16                 "description": "Add roads, streets, footpaths, canals or other lines to the map.",
17                 "tail": "Click on the map to start drawing a road, path, or route."
18             },
19             "add_point": {
20                 "title": "Point",
21                 "description": "Add restaurants, monuments, post boxes or other points to the map.",
22                 "tail": "Click on the map to add a point."
23             },
24             "browse": {
25                 "title": "Browse",
26                 "description": "Pan and zoom the map."
27             },
28             "draw_area": {
29                 "tail": "Click to add nodes to your area. Click the first node to finish the area."
30             },
31             "draw_line": {
32                 "tail": "Click to add more nodes to the line. Click on other lines to connect to them, and double-click to end the line."
33             },
34             "drag_node": {
35                 "connected_to_hidden": "This can't be edited because it is connected to a hidden feature."
36             }
37         },
38         "operations": {
39             "add": {
40                 "annotation": {
41                     "point": "Added a point.",
42                     "vertex": "Added a node to a way.",
43                     "relation": "Added a relation."
44                 }
45             },
46             "start": {
47                 "annotation": {
48                     "line": "Started a line.",
49                     "area": "Started an area."
50                 }
51             },
52             "continue": {
53                 "key": "A",
54                 "title": "Continue",
55                 "description": "Continue this line.",
56                 "not_eligible": "No line can be continued here.",
57                 "multiple": "Several lines can be continued here. To choose a line, press the Shift key and click on it to select it.",
58                 "annotation": {
59                     "line": "Continued a line.",
60                     "area": "Continued an area."
61                 }
62             },
63             "cancel_draw": {
64                 "annotation": "Cancelled drawing."
65             },
66             "change_role": {
67                 "annotation": "Changed the role of a relation member."
68             },
69             "change_tags": {
70                 "annotation": "Changed tags."
71             },
72             "circularize": {
73                 "title": "Circularise",
74                 "description": {
75                     "line": "Make this line circular.",
76                     "area": "Make this area circular."
77                 },
78                 "key": "O",
79                 "annotation": {
80                     "line": "Made a line circular.",
81                     "area": "Made an area circular."
82                 },
83                 "not_closed": "This can't be made circular because it's not a loop.",
84                 "too_large": "This can't be made circular because not enough of it is currently visible.",
85                 "connected_to_hidden": "This can't be made circular because it is connected to a hidden feature."
86             },
87             "orthogonalize": {
88                 "title": "Square",
89                 "description": {
90                     "line": "Square the corners of this line.",
91                     "area": "Square the corners of this area."
92                 },
93                 "key": "S",
94                 "annotation": {
95                     "line": "Squared the corners of a line.",
96                     "area": "Squared the corners of an area."
97                 },
98                 "not_squarish": "This can't be made square because it is not squarish.",
99                 "too_large": "This can't be made square because not enough of it is currently visible.",
100                 "connected_to_hidden": "This can't be made square because it is connected to a hidden feature."
101             },
102             "straighten": {
103                 "title": "Straighten",
104                 "description": "Straighten this line.",
105                 "key": "S",
106                 "annotation": "Straightened a line.",
107                 "too_bendy": "This can't be straightened because it bends too much.",
108                 "connected_to_hidden": "This line can't be straightened because it is connected to a hidden feature."
109             },
110             "delete": {
111                 "title": "Delete",
112                 "description": {
113                     "single": "Delete this feature permanently.",
114                     "multiple": "Delete these features permanently."
115                 },
116                 "annotation": {
117                     "point": "Deleted a point.",
118                     "vertex": "Deleted a node from a way.",
119                     "line": "Deleted a line.",
120                     "area": "Deleted an area.",
121                     "relation": "Deleted a relation.",
122                     "multiple": "Deleted {n} features."
123                 },
124                 "too_large": {
125                     "single": "This feature can't be deleted because not enough of it is currently visible.",
126                     "multiple": "These features can't be deleted because not enough of them are currently visible."
127                 },
128                 "incomplete_relation": {
129                     "single": "This feature can't be deleted because it hasn't been fully downloaded.",
130                     "multiple": "These features can't be deleted because they haven't been fully downloaded."
131                 },
132                 "part_of_relation": {
133                     "single": "This feature can't be deleted because it is part of a larger relation. You must remove it from the relation first.",
134                     "multiple": "These features can't be deleted because they are part of larger relations. You must remove them from the relations first."
135                 },
136                 "connected_to_hidden": {
137                     "single": "This feature can't be deleted because it is connected to a hidden feature.",
138                     "multiple": "These features can't be deleted because some are connected to hidden features."
139                 }
140             },
141             "add_member": {
142                 "annotation": "Added a member to a relation."
143             },
144             "delete_member": {
145                 "annotation": "Removed a member from a relation."
146             },
147             "connect": {
148                 "annotation": {
149                     "point": "Connected a way to a point.",
150                     "vertex": "Connected a way to another.",
151                     "line": "Connected a way to a line.",
152                     "area": "Connected a way to an area."
153                 },
154                 "relation": "These features can't be connected because they have conflicting relation roles.",
155                 "restriction": "These features can't be connected because it would damage a \"{relation}\" relation."
156             },
157             "disconnect": {
158                 "title": "Disconnect",
159                 "description": "Disconnect these lines/areas from each other.",
160                 "key": "D",
161                 "annotation": "Disconnected lines/areas.",
162                 "not_connected": "There aren't enough lines/areas here to disconnect.",
163                 "connected_to_hidden": "This can't be disconnected because it is connected to a hidden feature.",
164                 "relation": "This can't be disconnected because it connects members of a relation."
165             },
166             "merge": {
167                 "title": "Merge",
168                 "description": "Merge these features.",
169                 "key": "C",
170                 "annotation": "Merged {n} features.",
171                 "not_eligible": "These features can't be merged.",
172                 "not_adjacent": "These features can't be merged because their endpoints aren't connected.",
173                 "restriction": "These features can't be merged because it would damage a \"{relation}\" relation.",
174                 "relation": "These features can't be merged because they have conflicting relation roles.",
175                 "incomplete_relation": "These features can't be merged because at least one hasn't been fully downloaded.",
176                 "conflicting_tags": "These features can't be merged because some of their tags have conflicting values."
177             },
178             "move": {
179                 "title": "Move",
180                 "description": {
181                     "single": "Move this feature to a different location.",
182                     "multiple": "Move these features to a different location."
183                 },
184                 "key": "M",
185                 "annotation": {
186                     "point": "Moved a point.",
187                     "vertex": "Moved a node in a way.",
188                     "line": "Moved a line.",
189                     "area": "Moved an area.",
190                     "multiple": "Moved multiple features."
191                 },
192                 "incomplete_relation": {
193                     "single": "This feature can't be moved because it hasn't been fully downloaded.",
194                     "multiple": "These features can't be moved because they haven't been fully downloaded."
195                 },
196                 "too_large": {
197                     "single": "This feature can't be moved because not enough of it is currently visible.",
198                     "multiple": "These features can't be moved because not enough of them are currently visible."
199                 },
200                 "connected_to_hidden": {
201                     "single": "This feature can't be moved because it is connected to a hidden feature.",
202                     "multiple": "These features can't be moved because some are connected to hidden features."
203                 }
204             },
205             "reflect": {
206                 "title": {
207                     "long": "Reflect Long",
208                     "short": "Reflect Short"
209                 },
210                 "description": {
211                     "long": {
212                         "single": "Reflect this feature across its long axis.",
213                         "multiple": "Reflect these features across their long axis."
214                     },
215                     "short": {
216                         "single": "Reflect this feature across its short axis.",
217                         "multiple": "Reflect these features across their short axis."
218                     }
219                 },
220                 "key": {
221                     "long": "T",
222                     "short": "Y"
223                 },
224                 "annotation": {
225                     "long": {
226                         "single": "Reflected a feature across its long axis.",
227                         "multiple": "Reflected multiple features across their long axis."
228                     },
229                     "short": {
230                         "single": "Reflected a feature across its short axis.",
231                         "multiple": "Reflected multiple features across their short axis."
232                     }
233                 },
234                 "incomplete_relation": {
235                     "single": "This feature can't be reflected because it hasn't been fully downloaded.",
236                     "multiple": "These features can't be reflected because they haven't been fully downloaded."
237                 },
238                 "too_large": {
239                     "single": "This feature can't be reflected because not enough of it is currently visible.",
240                     "multiple": "These features can't be reflected because not enough of them are currently visible."
241                 },
242                 "connected_to_hidden": {
243                     "single": "This feature can't be reflected because it is connected to a hidden feature.",
244                     "multiple": "These features can't be reflected because some are connected to hidden features."
245                 }
246             },
247             "rotate": {
248                 "title": "Rotate",
249                 "description": {
250                     "single": "Rotate this feature around its centre point.",
251                     "multiple": "Rotate these features around their centre point."
252                 },
253                 "key": "R",
254                 "annotation": {
255                     "line": "Rotated a line.",
256                     "area": "Rotated an area.",
257                     "multiple": "Rotated multiple features."
258                 },
259                 "incomplete_relation": {
260                     "single": "This feature can't be rotated because it hasn't been fully downloaded.",
261                     "multiple": "These features can't be rotated because they haven't been fully downloaded."
262                 },
263                 "too_large": {
264                     "single": "This feature can't be rotated because not enough of it is currently visible.",
265                     "multiple": "These features can't be rotated because not enough of them are currently visible."
266                 },
267                 "connected_to_hidden": {
268                     "single": "This feature can't be rotated because it is connected to a hidden feature.",
269                     "multiple": "These features can't be rotated because some are connected to hidden features."
270                 }
271             },
272             "reverse": {
273                 "title": "Reverse",
274                 "description": "Make this line go in the opposite direction.",
275                 "key": "V",
276                 "annotation": "Reversed a line."
277             },
278             "split": {
279                 "title": "Split",
280                 "description": {
281                     "line": "Split this line into two at this node.",
282                     "area": "Split the boundary of this area into two.",
283                     "multiple": "Split the lines/area boundaries at this node into two."
284                 },
285                 "key": "X",
286                 "annotation": {
287                     "line": "Split a line.",
288                     "area": "Split an area boundary.",
289                     "multiple": "Split {n} lines/area boundaries."
290                 },
291                 "not_eligible": "Lines can't be split at their beginning or end.",
292                 "multiple_ways": "There are too many lines here to split.",
293                 "connected_to_hidden": "This can't be split because it is connected to a hidden feature."
294             },
295             "restriction": {
296                 "annotation": {
297                     "create": "Added a turn restriction",
298                     "delete": "Deleted a turn restriction"
299                 }
300             }
301         },
302         "restriction": {
303             "controls": {
304                 "distance": "Distance",
305                 "distance_up_to": "Up to {distance}",
306                 "via": "Via",
307                 "via_node_only": "Node only",
308                 "via_up_to_one": "Up to 1 way",
309                 "via_up_to_two": "Up to 2 ways"
310             },
311             "help": {
312                 "indirect": "(indirect)",
313                 "turn": {
314                     "no_left_turn": "NO Left Turn {indirect}",
315                     "no_right_turn": "NO Right Turn {indirect}",
316                     "no_u_turn": "NO U-Turn {indirect}",
317                     "no_straight_on": "NO Straight On {indirect}",
318                     "only_left_turn": "ONLY Left Turn {indirect}",
319                     "only_right_turn": "ONLY Right Turn {indirect}",
320                     "only_u_turn": "ONLY U-Turn {indirect}",
321                     "only_straight_on": "ONLY Straight On {indirect}",
322                     "allowed_left_turn": "Left Turn Allowed {indirect}",
323                     "allowed_right_turn": "Right Turn Allowed {indirect}",
324                     "allowed_u_turn": "U-Turn Allowed {indirect}",
325                     "allowed_straight_on": "Straight On Allowed {indirect}"
326                 },
327                 "from": "FROM",
328                 "via": "VIA",
329                 "to": "TO",
330                 "from_name": "{from} {fromName}",
331                 "from_name_to_name": "{from} {fromName} {to} {toName}",
332                 "via_names": "{via} {viaNames}",
333                 "select_from": "Click to select a {from} segment",
334                 "select_from_name": "Click to select {from} {fromName}",
335                 "toggle": "Click for \"{turn}\""
336             }
337         },
338         "undo": {
339             "tooltip": "Undo: {action}",
340             "nothing": "Nothing to undo."
341         },
342         "redo": {
343             "tooltip": "Redo: {action}",
344             "nothing": "Nothing to redo."
345         },
346         "tooltip_keyhint": "Shortcut:",
347         "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.",
348         "translate": {
349             "translate": "Translate",
350             "localized_translation_label": "Multilingual name",
351             "localized_translation_language": "Choose language",
352             "localized_translation_name": "Name"
353         },
354         "zoom_in_edit": "Zoom in to edit",
355         "loading_auth": "Connecting to OpenStreetMap...",
356         "report_a_bug": "Report a bug",
357         "help_translate": "Help translate",
358         "feature_info": {
359             "hidden_warning": "{count} hidden features",
360             "hidden_details": "These features are currently hidden: {details}"
361         },
362         "status": {
363             "error": "Unable to connect to API.",
364             "offline": "The API is offline. Please try editing later.",
365             "readonly": "The API is read-only. You will need to wait to save your changes.",
366             "rateLimit": "The API is limiting anonymous connections.  You can fix this by logging in."
367         },
368         "commit": {
369             "title": "Upload to OpenStreetMap",
370             "upload_explanation": "The changes you upload will be visible on all maps that use OpenStreetMap data.",
371             "upload_explanation_with_user": "The changes you upload as {user} will be visible on all maps that use OpenStreetMap data.",
372             "request_review": "I would like someone to review my edits.",
373             "save": "Upload",
374             "cancel": "Cancel",
375             "changes": "{count} Changes",
376             "download_changes": "Download osmChange file",
377             "warnings": "Warnings",
378             "modified": "Modified",
379             "deleted": "Deleted",
380             "created": "Created",
381             "about_changeset_comments": "About changeset comments",
382             "about_changeset_comments_link": "//wiki.openstreetmap.org/wiki/Good_changeset_comments",
383             "google_warning": "You mentioned Google in this comment: remember that copying from Google Maps is strictly forbidden.",
384             "google_warning_link": "https://www.openstreetmap.org/copyright"
385         },
386         "contributors": {
387             "list": "Edits by {users}",
388             "truncated_list": "Edits by {users} and {count} others"
389         },
390         "info_panels": {
391             "key": "I",
392             "background": {
393                 "key": "B",
394                 "title": "Background",
395                 "zoom": "Zoom",
396                 "vintage": "Vintage",
397                 "source": "Source",
398                 "description": "Description",
399                 "resolution": "Resolution",
400                 "accuracy": "Accuracy",
401                 "unknown": "Unknown",
402                 "show_tiles": "Show Tiles",
403                 "hide_tiles": "Hide Tiles",
404                 "show_vintage": "Show Vintage",
405                 "hide_vintage": "Hide Vintage"
406             },
407             "history": {
408                 "key": "H",
409                 "title": "History",
410                 "selected": "{n} selected",
411                 "no_history": "No History (New Feature)",
412                 "version": "Version",
413                 "last_edit": "Last Edit",
414                 "edited_by": "Edited By",
415                 "changeset": "Changeset",
416                 "unknown": "Unknown",
417                 "link_text": "History on openstreetmap.org"
418             },
419             "location": {
420                 "key": "L",
421                 "title": "Location",
422                 "unknown_location": "Unknown Location"
423             },
424             "measurement": {
425                 "key": "M",
426                 "title": "Measurement",
427                 "selected": "{n} selected",
428                 "geometry": "Geometry",
429                 "closed_line": "closed line",
430                 "closed_area": "closed area",
431                 "center": "Centre",
432                 "perimeter": "Perimeter",
433                 "length": "Length",
434                 "area": "Area",
435                 "centroid": "Centroid",
436                 "location": "Location",
437                 "metric": "Metric",
438                 "imperial": "Imperial",
439                 "node_count": "Number of nodes"
440             }
441         },
442         "geometry": {
443             "point": "point",
444             "vertex": "vertex",
445             "line": "line",
446             "area": "area",
447             "relation": "relation"
448         },
449         "geocoder": {
450             "search": "Search worldwide...",
451             "no_results_visible": "No results in visible map area",
452             "no_results_worldwide": "No results found"
453         },
454         "geolocate": {
455             "title": "Show My Location",
456             "locating": "Locating, please wait..."
457         },
458         "inspector": {
459             "no_documentation_combination": "There is no documentation available for this tag combination",
460             "no_documentation_key": "There is no documentation available for this key",
461             "documentation_redirect": "This documentation has been redirected to a new page",
462             "show_more": "Show More",
463             "view_on_osm": "View on openstreetmap.org",
464             "all_fields": "All fields",
465             "all_tags": "All tags",
466             "all_members": "All members",
467             "all_relations": "All relations",
468             "new_relation": "New relation...",
469             "role": "Role",
470             "choose": "Select feature type",
471             "results": "{n} results for {search}",
472             "reference": "View on OpenStreetMap Wiki",
473             "back_tooltip": "Change feature",
474             "remove": "Remove",
475             "search": "Search",
476             "multiselect": "Selected features",
477             "unknown": "Unknown",
478             "incomplete": "<not downloaded>",
479             "feature_list": "Search features",
480             "edit": "Edit feature",
481             "check": {
482                 "yes": "Yes",
483                 "no": "No",
484                 "reverser": "Change Direction"
485             },
486             "radio": {
487                 "structure": {
488                     "type": "Type",
489                     "default": "Default",
490                     "layer": "Layer"
491                 }
492             },
493             "add": "Add",
494             "none": "None",
495             "node": "Node",
496             "way": "Way",
497             "relation": "Relation",
498             "location": "Location",
499             "add_fields": "Add field:"
500         },
501         "background": {
502             "title": "Background",
503             "description": "Background settings",
504             "key": "B",
505             "backgrounds": "Backgrounds",
506             "none": "None",
507             "best_imagery": "Best known imagery source for this location",
508             "switch": "Switch back to this background",
509             "custom": "Custom",
510             "custom_button": "Edit custom background",
511             "custom_prompt": "Enter a tile URL template. Valid tokens are:\n   - {zoom} or {z}, {x}, {y} for Z/X/Y tile scheme\n   - {-y} or {ty} for flipped TMS-style Y coordinates\n   - {u} for quadtile scheme\n   - {switch:a,b,c} for DNS server multiplexing\n\nExample:\n{example}",
512             "overlays": "Overlays",
513             "imagery_source_faq": "Imagery Info / Report a Problem",
514             "reset": "reset",
515             "display_options": "Display Options",
516             "brightness": "Brightness",
517             "contrast": "Contrast",
518             "saturation": "Saturation",
519             "sharpness": "Sharpness",
520             "minimap": {
521                 "description": "Show Minimap",
522                 "tooltip": "Show a zoomed out map to help locate the area currently displayed.",
523                 "key": "/"
524             },
525             "fix_misalignment": "Adjust imagery offset",
526             "offset": "Drag anywhere in the gray area below to adjust the imagery offset, or enter the offset values in meters."
527         },
528         "map_data": {
529             "title": "Map Data",
530             "description": "Map Data",
531             "key": "F",
532             "data_layers": "Data Layers",
533             "layers": {
534                 "osm": {
535                     "tooltip": "Map data from OpenStreetMap",
536                     "title": "OpenStreetMap data"
537                 }
538             },
539             "fill_area": "Fill Areas",
540             "map_features": "Map Features",
541             "autohidden": "These features have been automatically hidden because too many would be shown on the screen.  You can zoom in to edit them.",
542             "osmhidden": "These features have been automatically hidden because the OpenStreetMap layer is hidden."
543         },
544         "feature": {
545             "points": {
546                 "description": "Points",
547                 "tooltip": "Points of Interest"
548             },
549             "traffic_roads": {
550                 "description": "Traffic Roads",
551                 "tooltip": "Highways, Streets, etc."
552             },
553             "service_roads": {
554                 "description": "Service Roads",
555                 "tooltip": "Service Roads, Parking Aisles, Tracks, etc."
556             },
557             "paths": {
558                 "description": "Paths",
559                 "tooltip": "Foot Paths, Sidewalks, Cycle Paths, etc."
560             },
561             "buildings": {
562                 "description": "Buildings",
563                 "tooltip": "Buildings, Shelters, Garages, etc."
564             },
565             "landuse": {
566                 "description": "Landuse Features",
567                 "tooltip": "Forests, Farmland, Parks, Residential, Commercial, etc."
568             },
569             "boundaries": {
570                 "description": "Boundaries",
571                 "tooltip": "Administrative Boundaries"
572             },
573             "water": {
574                 "description": "Water Features",
575                 "tooltip": "Rivers, Lakes, Ponds, Basins, etc."
576             },
577             "rail": {
578                 "description": "Rail Features",
579                 "tooltip": "Railways"
580             },
581             "power": {
582                 "description": "Power Features",
583                 "tooltip": "Power Lines, Power Plants, Substations, etc."
584             },
585             "past_future": {
586                 "description": "Past/Future",
587                 "tooltip": "Proposed, Construction, Abandoned, Demolished, etc."
588             },
589             "others": {
590                 "description": "Others",
591                 "tooltip": "Everything Else"
592             }
593         },
594         "area_fill": {
595             "wireframe": {
596                 "description": "No Fill (Wireframe)",
597                 "tooltip": "Enabling wireframe mode makes it easy to see the background imagery.",
598                 "key": "W"
599             },
600             "partial": {
601                 "description": "Partial Fill",
602                 "tooltip": "Areas are drawn with fill only around their inner edges. (Recommended for beginner mappers)"
603             },
604             "full": {
605                 "description": "Full Fill",
606                 "tooltip": "Areas are drawn fully filled."
607             }
608         },
609         "restore": {
610             "heading": "You have unsaved changes",
611             "description": "Do you wish to restore unsaved changes from a previous editing session?",
612             "restore": "Restore my changes",
613             "reset": "Discard my changes"
614         },
615         "save": {
616             "title": "Save",
617             "help": "Review your changes and upload them to OpenStreetMap, making them visible to other users.",
618             "no_changes": "No changes to save.",
619             "error": "Errors occurred while trying to save",
620             "status_code": "Server returned status code {code}",
621             "unknown_error_details": "Please ensure you are connected to the Internet.",
622             "uploading": "Uploading changes to OpenStreetMap...",
623             "conflict_progress": "Checking for conflicts: {num} of {total}",
624             "unsaved_changes": "You have unsaved changes",
625             "conflict": {
626                 "header": "Resolve conflicting edits",
627                 "count": "Conflict {num} of {total}",
628                 "previous": "< Previous",
629                 "next": "Next >",
630                 "keep_local": "Keep mine",
631                 "keep_remote": "Use theirs",
632                 "restore": "Restore",
633                 "delete": "Leave Deleted",
634                 "download_changes": "Or download osmChange file",
635                 "done": "All conflicts resolved!",
636                 "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"
637             }
638         },
639         "merge_remote_changes": {
640             "conflict": {
641                 "deleted": "This feature has been deleted by {user}.",
642                 "location": "This feature was moved by both you and {user}.",
643                 "nodelist": "Nodes were changed by both you and {user}.",
644                 "memberlist": "Relation members were changed by both you and {user}.",
645                 "tags": "You changed the <b>{tag}</b> tag to \"{local}\" and {user} changed it to \"{remote}\"."
646             }
647         },
648         "success": {
649             "just_edited": "You just edited OpenStreetMap!",
650             "thank_you": "Thank you for improving the map.",
651             "thank_you_location": "Thank you for improving the map around {where}.",
652             "help_html": "Your changes should appear on OpenStreetMap within a few minutes. It may take longer for maps elsewhere to receive updates.",
653             "help_link_text": "Details",
654             "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",
655             "view_on_osm": "View Changes on OSM",
656             "changeset_id": "Your changeset #: {changeset_id}",
657             "like_osm": "Like OpenStreetMap? Connect with others:",
658             "more": "More",
659             "events": "Events",
660             "languages": "Languages: {languages}",
661             "missing": "Is something missing from this list?",
662             "tell_us": "Tell us!"
663         },
664         "confirm": {
665             "okay": "OK",
666             "cancel": "Cancel"
667         },
668         "splash": {
669             "welcome": "Welcome to the iD OpenStreetMap editor",
670             "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}.",
671             "walkthrough": "Start the Walkthrough",
672             "start": "Edit now"
673         },
674         "source_switch": {
675             "live": "live",
676             "lose_changes": "You have unsaved changes. Switching the map server will discard them. Are you sure you want to switch servers?",
677             "dev": "dev"
678         },
679         "version": {
680             "whats_new": "What's new in iD {version}"
681         },
682         "tag_reference": {
683             "description": "Description",
684             "on_wiki": "{tag} on wiki.osm.org",
685             "used_with": "used with {type}"
686         },
687         "validations": {
688             "disconnected_highway": "Disconnected highway",
689             "disconnected_highway_tooltip": "Roads should be connected to other roads or building entrances.",
690             "old_multipolygon": "Multipolygon tags on outer way",
691             "old_multipolygon_tooltip": "This style of multipolygon is deprecated. Please assign the tags to the parent multipolygon instead of the outer way.",
692             "untagged_point": "Untagged point",
693             "untagged_point_tooltip": "Select a feature type that describes what this point is.",
694             "untagged_line": "Untagged line",
695             "untagged_line_tooltip": "Select a feature type that describes what this line is.",
696             "untagged_area": "Untagged area",
697             "untagged_area_tooltip": "Select a feature type that describes what this area is.",
698             "untagged_relation": "Untagged relation",
699             "untagged_relation_tooltip": "Select a feature type that describes what this relation is.",
700             "many_deletions": "You're deleting {n} features: {p} nodes, {l} lines, {a} areas, {r} relations. Are you sure you want to do this? This will delete them from the map that everyone else sees on openstreetmap.org.",
701             "tag_suggests_area": "The tag {tag} suggests line should be area, but it is not an area",
702             "deprecated_tags": "Deprecated tags: {tags}"
703         },
704         "zoom": {
705             "in": "Zoom in",
706             "out": "Zoom out"
707         },
708         "cannot_zoom": "Cannot zoom out further in current mode.",
709         "full_screen": "Toggle Full Screen",
710         "gpx": {
711             "drag_drop": "Drag and drop a .gpx, .geojson or .kml file on the page, or click the button to the right to browse",
712             "zoom": "Zoom to layer",
713             "browse": "Browse for a file"
714         },
715         "streetside": {
716             "report": "Report a privacy concern with this image"
717         },
718         "mapillary_images": {
719             "tooltip": "Street-level photos from Mapillary",
720             "title": "Photo Overlay (Mapillary)"
721         },
722         "mapillary_signs": {
723             "tooltip": "Traffic signs from Mapillary (must enable Photo Overlay)",
724             "title": "Traffic Sign Overlay (Mapillary)"
725         },
726         "mapillary": {
727             "view_on_mapillary": "View this image on Mapillary"
728         },
729         "openstreetcam_images": {
730             "tooltip": "Street-level photos from OpenStreetCam",
731             "title": "Photo Overlay (OpenStreetCam)"
732         },
733         "openstreetcam": {
734             "view_on_openstreetcam": "View this image on OpenStreetCam"
735         },
736         "help": {
737             "title": "Help",
738             "key": "H",
739             "help": {
740                 "title": "Help",
741                 "welcome": "Welcome to the iD editor for [OpenStreetMap](https://www.openstreetmap.org/). With this editor you can update OpenStreetMap right from your web browser.",
742                 "open_data_h": "Open Data",
743                 "open_data": "Edits that you make on this map will be visible to everyone who uses OpenStreetMap. Your edits can be based on personal knowledge, on-the-ground surveying, or imagery collected from aerial or street level photos. Copying from commercial sources, like Google Maps, [is strictly forbidden](https://www.openstreetmap.org/copyright).",
744                 "before_start_h": "Before you start",
745                 "before_start": "You should be familiar with OpenStreetMap and this editor before you start editing. iD contains a walkthrough to teach you the basics of editing OpenStreetMap. Click \"Start the Walkthrough\" on this screen to take the tutorial - it takes only about 15 minutes.",
746                 "open_source_h": "Open Source",
747                 "open_source": "The iD editor is a collaborative open source project, and you are using version {version} now. The source code is available [on GitHub](https://github.com/openstreetmap/iD).",
748                 "open_source_help": "You can help iD by [translating](https://github.com/openstreetmap/iD/blob/master/CONTRIBUTING.md#translating) or [reporting bugs](https://github.com/openstreetmap/iD/issues)."
749             },
750             "overview": {
751                 "title": "Overview",
752                 "navigation_h": "Navigation",
753                 "navigation_drag": "You can drag the map by pressing and holding down the {leftclick} left mouse button and moving the mouse around. You can also use the `↓`, `↑`, `←`, `→` arrow keys on your keyboard.",
754                 "navigation_zoom": "You can zoom in or out by scrolling with the mouse wheel or trackpad, or by clicking the {plus} / {minus} buttons along the side of the map. You can also use the `+`, `-` keys on your keyboard.",
755                 "features_h": "Map Features",
756                 "features": "We use the word *features* to describe things that appear on the map, such as roads, buildings, or points of interest. Anything in the real world can be mapped as a feature on OpenStreetMap. Map features are represented on the map using *points*, *lines*, or *areas*.",
757                 "nodes_ways": "In OpenStreetmap, points are sometimes called *nodes*, and lines and areas are sometimes called *ways*."
758             },
759             "editing": {
760                 "title": "Editing & Saving",
761                 "select_h": "Select",
762                 "select_left_click": "{leftclick} Left-click on a feature to select it. This will highlight it with a pulsing glow, and the sidebar will display details about that feature, such as its name or address.",
763                 "select_right_click": "{rightclick} Right-click on a feature to display the editing menu, which shows the commands that are available, such as rotating, moving, and deleting.",
764                 "multiselect_h": "Multiselect",
765                 "multiselect_shift_click": "`{shift}`+{leftclick} left-click to select several features together.  This makes it easier to move or delete multiple items.",
766                 "multiselect_lasso": "Another way to select multiple features is to hold down the `{shift}` key, then press and hold down the {leftclick} left mouse button and drag the mouse to draw a selection lasso. All of the points inside the lasso area will be selected.",
767                 "undo_redo_h": "Undo & Redo",
768                 "undo_redo": "Your edits are stored locally in your browser until you choose to save them to the OpenStreetMap server. You can undo edits by clicking the {undo} **Undo** button, and redo them by clicking the {redo} **Redo** button.",
769                 "save_h": "Save",
770                 "save": "Click {save} **Save** to finish your edits and send them to OpenStreetMap. You should remember to save your work frequently!",
771                 "save_validation": "On the save screen, you'll have a chance to review what you've done. iD will also perform some basic checks for missing data and may offer helpful suggestions and warnings if something doesn't seem right.",
772                 "upload_h": "Upload",
773                 "upload": "Before uploading your changes you must enter a [changeset comment](https://wiki.openstreetmap.org/wiki/Good_changeset_comments). Then click **Upload** to send your changes to OpenStreetMap, where they will be merged into the map and publicly visible to everyone.",
774                 "backups_h": "Automatic Backups",
775                 "backups": "If you can't finish your edits in one sitting, for example if your computer crashes or you close the browser tab, your edits are still saved in your browser's storage. You can come back later (on the same browser and computer), and iD will offer to restore your work.",
776                 "keyboard_h": "Keyboard Shortcuts",
777                 "keyboard": "You can view a list of keyboard shortcuts by pressing the `?` key."
778             },
779             "feature_editor": {
780                 "title": "Feature Editor",
781                 "intro": "The *feature editor* appears alongside the map, and allows you to see and edit all of the information for the selected feature.",
782                 "definitions": "The top section displays the feature's type. The middle section contains *fields* showing the feature's attributes, such as its name or address.",
783                 "type_h": "Feature Type",
784                 "type": "You can click on the feature type to change the feature to a different type. Everything that exists in the real world can be added to OpenStreetMap, so there are thousands of feature types to choose from.",
785                 "type_picker": "The type picker displays the most common feature types, such as parks, hospitals, restaurants, roads, and buildings. You can search for anything by typing what you're looking for in the search box. You can also click the {inspect} **Info** icon next to the feature type to learn more about it.",
786                 "fields_h": "Fields",
787                 "fields_all_fields": "The \"All fields\" section contains all of the feature's details that you may edit. In OpenStreetMap, all of the fields are optional, and it's OK to leave a field blank if you are unsure.",
788                 "fields_example": "Each feature type will display different fields. For example, a road may display fields for its surface and speed limit, but a restaurant may display fields for the type of food it serves and the hours it is open.",
789                 "fields_add_field": "You can also click the \"Add field\" dropdown to add more fields, such as a description, Wikipedia link, wheelchair access, and more.",
790                 "tags_h": "Tags",
791                 "tags_all_tags": "Below the fields section, you can expand the \"All tags\" section to edit any of the OpenStreetMap *tags* for the selected feature. Each tag consists of a *key* and *value*, data elements that define all of the features stored in OpenStreetMap.",
792                 "tags_resources": "Editing a feature's tags requires intermediate knowledge about OpenStreetMap. You should consult resources like the [OpenStreetMap Wiki](https://wiki.openstreetmap.org/wiki/Main_Page) or [Taginfo](https://taginfo.openstreetmap.org/) to learn more about accepted OpenStreetMap tagging practices."
793             },
794             "points": {
795                 "title": "Points",
796                 "intro": "*Points* can be used to represent features such as shops, restaurants, and monuments. They mark a specific location, and describe what's there.",
797                 "add_point_h": "Adding Points",
798                 "add_point": "To add a point, click the {point} **Point** button on the toolbar above the map, or press the shortcut key `1`. This will change the mouse cursor to a cross symbol.",
799                 "add_point_finish": "To place the new point on the map, position the mouse cursor where the point should go, then {leftclick} left-click or press `Space`.",
800                 "move_point_h": "Moving Points",
801                 "move_point": "To move a point, place the mouse cursor over the point, then press and hold the {leftclick} left mouse button while dragging the point to its new location.",
802                 "delete_point_h": "Deleting Points",
803                 "delete_point": "It's OK to delete features that don't exist in the real world. Deleting a feature from OpenStreetMap removes it from the map that everyone uses, so you should make sure a feature is really gone before you delete it.",
804                 "delete_point_command": "To delete a point, {rightclick} right-click on the point to select it and show the edit menu, then use the {delete} **Delete** command."
805             },
806             "lines": {
807                 "title": "Lines",
808                 "intro": "*Lines* are used to represent features such as roads, railways, and rivers. Lines should be drawn down the centre of the feature that they represent.",
809                 "add_line_h": "Adding Lines",
810                 "add_line": "To add a line, click the {line} **Line** button on the toolbar above the map, or press the shortcut key `2`. This will change the mouse cursor to a cross symbol.",
811                 "add_line_draw": "Next, position the mouse cursor where the line should begin and {leftclick} left-click or press `Space` to begin placing nodes along the line. Continue placing more nodes by clicking or pressing `Space`. While drawing, you can zoom in or drag the map in order to add more detail.",
812                 "add_line_finish": "To finish a line, press `{return}` or click again on the last node.",
813                 "modify_line_h": "Modifying Lines",
814                 "modify_line_dragnode": "Often you'll see lines that aren't shaped correctly, for example a road that does not match up with the background imagery. To adjust the shape of a line, first {leftclick} left-click to select it. All nodes of the line will be drawn as small circles. You can then drag the nodes to better locations.",
815                 "modify_line_addnode": "You can also create new nodes along a line either by {leftclick}**x2** double-clicking on the line or by dragging the small triangles at the midpoints between nodes.",
816                 "connect_line_h": "Connecting Lines",
817                 "connect_line": "Having roads connected properly is important for the map and essential for providing driving directions.",
818                 "connect_line_display": "The connections between roads are drawn with gray circles. The endpoints of a line are drawn with larger white circles if they don't connect to anything.",
819                 "connect_line_drag": "To connect a line to another feature, drag one of the line's nodes onto the other feature until both features snap together. Tip: You can hold down the `{alt}` key to prevent nodes from connecting to other features.",
820                 "connect_line_tag": "If you know that the connection has traffic lights or crosswalks, you can add them by selecting the connecting node and using the feature editor to select the correct feature's type.",
821                 "disconnect_line_h": "Disconnecting Lines",
822                 "disconnect_line_command": "To disconnect a road from another feature, {rightclick} right-click the connecting node and select the {disconnect} **Disconnect** command from the editing menu.",
823                 "move_line_h": "Moving Lines",
824                 "move_line_command": "To move an entire line, {rightclick} right-click the line and select the {move} **Move** command from the editing menu. Then move the mouse, and {leftclick} left-click to place the line in a new location.",
825                 "move_line_connected": "Lines that are connected to other features will stay connected as you move the line to a new location. iD may prevent you from moving a line across another connected line.",
826                 "delete_line_h": "Deleting Lines",
827                 "delete_line": "If a line is entirely incorrect, for example a road that doesn't exist in the real world, it's OK to delete it. Be careful when deleting features: the background imagery you are using might be outdated, and a road that looks wrong could simply be newly built.",
828                 "delete_line_command": "To delete a line, {rightclick} right-click on the line to select it and show the edit menu, then use the {delete} **Delete** command."
829             },
830             "areas": {
831                 "title": "Areas",
832                 "intro": "*Areas* are used to show the boundaries of features like lakes, buildings, and residential areas. Areas should be traced around the edge of the feature that they represent, for example, around the base of a building.",
833                 "point_or_area_h": "Points or Areas?",
834                 "point_or_area": "Many features can be represented as points or areas. You should map buildings and property outlines as areas whenever possible. Place points inside a building area to represent businesses, amenities, and other features located inside the building.",
835                 "add_area_h": "Adding Areas",
836                 "add_area_command": "To add an area, click the {area} **Area** button on the toolbar above the map, or press the shortcut key `3`. This will change the mouse cursor to a cross symbol.",
837                 "add_area_draw": "Next, position the mouse cursor at one of the corners of the feature and {leftclick} left-click or press `Space` to begin placing nodes around the outer edge of the area. Continue placing more nodes by clicking or pressing `Space`. While drawing, you can zoom in or drag the map in order to add more detail.",
838                 "add_area_finish": "To finish an area, press `{return}` or click again on either the first or last node.",
839                 "square_area_h": "Square Corners",
840                 "square_area_command": "Many area features like buildings have square corners. To square the corners of an area, {rightclick} right-click the edge of the area and select the {orthogonalize} **Square** command from the editing menu.",
841                 "modify_area_h": "Modifying Areas",
842                 "modify_area_dragnode": "Often you'll see areas that aren't shaped correctly, for example a building that does not match up with the background imagery. To adjust the shape of an area, first {leftclick} left-click to select it. All nodes of the area will be drawn as small circles. You can then drag the nodes to better locations.",
843                 "modify_area_addnode": "You can also create new nodes along an area either by {leftclick}**x2** double-clicking on the edge of the area or by dragging the small triangles at the midpoints between nodes.",
844                 "delete_area_h": "Deleting Areas",
845                 "delete_area": "If an area is entirely incorrect, for example a building that doesn't exist in the real world, it's OK to delete it. Be cautious when deleting features - the background imagery you are using might be outdated, and a building that looks wrong could simply be newly built.",
846                 "delete_area_command": "To delete an area, {rightclick} right-click on the area to select it and show the edit menu, then use the {delete} **Delete** command."
847             },
848             "relations": {
849                 "title": "Relations",
850                 "intro": "A *relation* is a special type of feature in OpenStreetMap that groups together other features. The features that belong to a relation are called *members*, and each member can have a *role* in the relation.",
851                 "edit_relation_h": "Editing Relations",
852                 "edit_relation": "At the bottom of the feature editor, you can expand the \"All relations\" section to see if the selected feature is a member of any relations. You can then click on the relation to select and edit it.",
853                 "edit_relation_add": "To add a feature to a relation, select the feature, then click the {plus} add button in the \"All relations\" section of the feature editor. You can choose from a list of nearby relations, or choose the \"New relation...\" option.",
854                 "edit_relation_delete": "You can also click the {delete} **Delete** button to remove the selected feature from the relation. If you remove all of the members from a relation, the relation will be deleted automatically.",
855                 "maintain_relation_h": "Maintaining Relations",
856                 "maintain_relation": "For the most part, iD will maintain relations automatically as you edit. You should take care when replacing features that might be members of relations. For example if you delete a section of road and draw a new section of road to replace it, you should add the new section to the same relations (routes, turn restrictions, etc.) as the original.",
857                 "relation_types_h": "Relation Types",
858                 "multipolygon_h": "Multipolygons",
859                 "multipolygon": "A *multipolygon* relation is a group of one or more *outer* features and one or more inner features. The outer features define the outer edges of the multipolygon, and the inner features define sub-areas or holes cut out from the inside of the multipolygon.",
860                 "multipolygon_create": "To create a multipolygon, for example a building with a hole in it, draw the outer edge as an area and the inner edge as a line or different kind of area. Then `{shift}`+{leftclick} left-click to select both features, {rightclick} right-click to show the edit menu, and select the {merge} **Merge** command.",
861                 "multipolygon_merge": "Merging several lines or areas will create a new multipolygon relation with all selected areas as members. iD will choose the inner and outer roles automatically, based on which features are contained inside other features.",
862                 "turn_restriction_h": "Turn restrictions",
863                 "turn_restriction": "A *turn restriction* relation is a group of several road segments in an intersection. Turn restrictions consist of a *from* road, *via* node or roads, and a *to* road.",
864                 "turn_restriction_field": "To edit turn restrictions, select a junction node where two or more roads meet. The feature editor will display a special \"Turn Restrictions\" field containing a model of the intersection.",
865                 "turn_restriction_editing": "In the \"Turn Restrictions\" field, click to select a \"from\" road, and see whether turns are allowed or restricted to any of the \"to\" roads. You can click on the turn icons to toggle them between allowed and restricted. iD will create relations automatically and set the from, via, and to roles based on your choices.",
866                 "route_h": "Routes",
867                 "route": "A *route* relation is a group of one or more line features that together form a route network, like a bus route, train route, or highway route.",
868                 "route_add": "To add a feature to a route relation, select the feature and scroll down to the \"All relations\" section of the feature editor, then click the {plus} add button to add this feature to a nearby existing relation or a new relation.",
869                 "boundary_h": "Boundaries",
870                 "boundary": "A *boundary* relation is a group of one or more line features that together form an administrative boundary.",
871                 "boundary_add": "To add a feature to a boundary relation, select the feature and scroll down to the \"All relations\" section of the feature editor, then click the {plus} add button to add this feature to a nearby existing relation or a new relation."
872             },
873             "imagery": {
874                 "title": "Background Imagery",
875                 "intro": "The background imagery that appears beneath the map data is an important resource for mapping. This imagery can be aerial photos collected from satellites, airplanes, and drones, or it can be scanned historical maps or other freely available source data.",
876                 "sources_h": "Imagery Sources",
877                 "choosing": "To see which imagery sources are available for editing, click the {layers} **Background settings** button on the side of the map.",
878                 "sources": "By default, a [Bing Maps](https://www.bing.com/maps/) satellite layer is chosen as the background image. Depending on where you are editing, other imagery sources will be available. Some may be newer or have higher resolution, so it is always useful to check and see which layer is the best one to use as a mapping reference.",
879                 "offsets_h": "Adjusting Imagery Offset",
880                 "offset": "Imagery is sometimes offset slightly from accurate map data. If you see a lot of roads or buildings shifted from the background imagery, it may be the imagery that's incorrect, so don't move them all to match the background. Instead, you can adjust the background so that it matches the existing data by expanding the \"Adjust Imagery Offset\" section at the bottom of the Background Settings pane.",
881                 "offset_change": "Click on the small triangles to adjust the imagery offset in small steps, or hold the left mouse button and drag within the gray square to slide the imagery into alignment."
882             },
883             "streetlevel": {
884                 "title": "Street Level Photos",
885                 "using_h": "Using Street Level Photos",
886                 "using": "To use street level photos for mapping, click the {data} **Map data** panel on the side of the map to enable or disable the available photo layers.",
887                 "photos": "When enabled, the photo layer displays a line along the sequence of photos. At higher zoom levels, a circle marks at each photo location, and at even higher zoom levels, a cone indicates the direction the camera was facing when the photo was taken.",
888                 "viewer": "When you click on one of the photo locations, a photo viewer appears in the bottom corner of the map. The photo viewer contains controls to step forward and backward in the image sequence. It also shows the username of the person who captured the image, the date it was captured, and a link to view the image on the original site."
889             },
890             "gps": {
891                 "title": "GPS Traces",
892                 "intro": "Collected GPS traces are a valuable source of data for OpenStreetMap. This editor supports *.gpx*, *.geojson*, and *.kml* files on your local computer. You can collect GPS traces with a smartphone, sports watch, or other GPS device.",
893                 "survey": "For information on how to perform a GPS survey, read [Mapping with a smartphone, GPS, or paper](http://learnosm.org/en/mobile-mapping/).",
894                 "using_h": "Using GPS Traces",
895                 "using": "To use a GPS trace for mapping, drag and drop the data file onto the map editor. If it's recognized, it will be drawn on the map as a bright purple line. Click the {data} **Map data** panel on the side of the map to enable, disable, or zoom to your GPS data.",
896                 "tracing": "The GPS track isn't sent to OpenStreetMap - the best way to use it is to draw on the map, using it as a guide for the new features that you add.",
897                 "upload": "You can also [upload your GPS data to OpenStreetMap](https://www.openstreetmap.org/trace/create) for other users to use."
898             },
899             "field": {
900                 "restrictions": {
901                     "title": "Turn Restrictions Help",
902                     "about": {
903                         "title": "About",
904                         "about": "This field allows you to inspect and modify turn restrictions. It displays a model of the selected intersection including other nearby connected roads.",
905                         "from_via_to": "A turn restriction always contains: one **FROM way**, one **TO way**, and either one **VIA node** or one or more **VIA ways**.",
906                         "maxdist": "The \"{distField}\" slider controls how far to search for additional connected roads.",
907                         "maxvia": "The \"{viaField}\" slider adjusts how many via ways may be included in the search. (Tip: simple is better)"
908                     },
909                     "inspecting": {
910                         "title": "Inspecting",
911                         "about": "Hover over any **FROM** segment to see whether it has any turn restrictions. Each possible **TO** destination will be drawn with a colored shadow showing whether a restriction exists.",
912                         "from_shadow": "{fromShadow} **FROM segment**",
913                         "allow_shadow": "{allowShadow} **TO Allowed**",
914                         "restrict_shadow": "{restrictShadow} **TO Restricted**",
915                         "only_shadow": "{onlyShadow} **TO Only**",
916                         "restricted": "\"Restricted\" means that there is a turn restriction, for example \"No Left Turn\".",
917                         "only": "\"Only\" means that a vehicle taking that path may only make that choice, for example \"Only Straight On\"."
918                     },
919                     "modifying": {
920                         "title": "Modifying",
921                         "about": "To modify turn restrictions, first click on any starting **FROM** segment to select it. The selected segment will pulse, and all possible **TO** destinations will appear as turn symbols.",
922                         "indicators": "Then, click on a turn symbol to toggle it between \"Allowed\", \"Restricted\", and \"Only\".",
923                         "allow_turn": "{allowTurn} **TO Allowed**",
924                         "restrict_turn": "{restrictTurn} **TO Restricted**",
925                         "only_turn": "{onlyTurn} **TO Only**"
926                     },
927                     "tips": {
928                         "title": "Tips",
929                         "simple": "**Prefer simple restrictions over complex ones.**",
930                         "simple_example": "For example, avoid creating a via-way restriction if a simpler via-node turn restriction will do.",
931                         "indirect": "**Some restrictions display the text \"(indirect)\" and are drawn lighter.**",
932                         "indirect_example": "These restrictions exist because of another nearby restriction. For example, an \"Only Straight On\" restriction will indirectly create \"No Turn\" restrictions for all other paths through the intersection.",
933                         "indirect_noedit": "You may not edit indirect restrictions. Instead, edit the nearby direct restriction."
934                     }
935                 }
936             }
937         },
938         "intro": {
939             "done": "done",
940             "ok": "OK",
941             "graph": {
942                 "block_number": "<value for addr:block_number>",
943                 "city": "Three Rivers",
944                 "county": "<value for addr:county>",
945                 "district": "<value for addr:district>",
946                 "hamlet": "<value for addr:hamlet>",
947                 "neighbourhood": "<value for addr:neighbourhood>",
948                 "postcode": "TR17 1BB",
949                 "province": "<value for addr:province>",
950                 "quarter": "<value for addr:quarter>",
951                 "state": "<value for addr:state>",
952                 "subdistrict": "<value for addr:subdistrict>",
953                 "suburb": "<value for addr:suburb>",
954                 "countrycode": "gb",
955                 "name": {
956                     "1st-avenue": "1st Avenue",
957                     "2nd-avenue": "2nd Avenue",
958                     "4th-avenue": "4th Avenue",
959                     "5th-avenue": "5th Avenue",
960                     "6th-avenue": "6th Avenue",
961                     "6th-street": "6th Street",
962                     "7th-avenue": "7th Avenue",
963                     "8th-avenue": "8th Avenue",
964                     "9th-avenue": "9th Avenue",
965                     "10th-avenue": "10th Avenue",
966                     "11th-avenue": "11th Avenue",
967                     "12th-avenue": "12th Avenue",
968                     "access-point-employment": "Access Point Employment",
969                     "adams-street": "Adams Street",
970                     "andrews-elementary-school": "Andrews Elementary School",
971                     "andrews-street": "Andrews Street",
972                     "armitage-street": "Armitage Street",
973                     "barrows-school": "Barrows School",
974                     "battle-street": "Battle Street",
975                     "bennett-street": "Bennett Street",
976                     "bowman-park": "Bowman Park",
977                     "collins-drive": "Collins Drive",
978                     "conrail-railroad": "National Rail",
979                     "conservation-park": "Conservation Park",
980                     "constantine-street": "Constantine Street",
981                     "cushman-street": "Cushman Street",
982                     "dollar-tree": "Euro Tree",
983                     "douglas-avenue": "Douglas Avenue",
984                     "east-street": "East Street",
985                     "elm-street": "Elm Street",
986                     "flower-street": "Flower Street",
987                     "foster-street": "Foster Street",
988                     "french-street": "French Street",
989                     "garden-street": "Garden Street",
990                     "gem-pawnbroker": "Gem Pawnbroker",
991                     "golden-finch-framing": "Golden Finch Framing",
992                     "grant-avenue": "Grant Avenue",
993                     "hoffman-pond": "Hoffman Pond",
994                     "hoffman-street": "Hoffman Street",
995                     "hook-avenue": "Hook Avenue",
996                     "jefferson-street": "Jefferson Street",
997                     "kelsey-street": "Kelsey Street",
998                     "lafayette-park": "LaFayette Park",
999                     "las-coffee-cafe": "L.A.'s Coffee Cafe",
1000                     "lincoln-avenue": "Longspring Avenue",
1001                     "lowrys-books": "Lowry's Books",
1002                     "lynns-garage": "Lynn's Garage",
1003                     "main-street-barbell": "Main Street Barbell",
1004                     "main-street-cafe": "Main Street Cafe",
1005                     "main-street-fitness": "Main Street Fitness",
1006                     "main-street": "Main Street",
1007                     "maple-street": "Maple Street",
1008                     "marina-park": "Marina Park",
1009                     "market-street": "Market Street",
1010                     "memory-isle-park": "Memory Isle Park",
1011                     "memory-isle": "Memory Isle",
1012                     "michigan-avenue": "Mayfair Avenue",
1013                     "middle-street": "Middle Street",
1014                     "millard-street": "Millard Street",
1015                     "moore-street": "Moore Street",
1016                     "morris-avenue": "Morris Avenue",
1017                     "mural-mall": "Mural Mall",
1018                     "paisanos-bar-and-grill": "Paisano's Bar and Grill",
1019                     "paisley-emporium": "Paisley Emporium",
1020                     "paparazzi-tattoo": "Paparazzi Tattoo",
1021                     "pealer-street": "Pealer Street",
1022                     "pine-street": "Pine Street",
1023                     "pizza-hut": "Pizza Hut",
1024                     "portage-avenue": "Portage Avenue",
1025                     "portage-river": "Portage River",
1026                     "preferred-insurance-services": "Preferred Insurance Services",
1027                     "railroad-drive": "Railroad Drive",
1028                     "river-city-appliance": "River City Appliance",
1029                     "river-drive": "River Drive",
1030                     "river-road": "River Road",
1031                     "river-street": "River Street",
1032                     "riverside-cemetery": "Riverside Cemetery",
1033                     "riverwalk-trail": "Riverwalk Trail",
1034                     "riviera-theatre": "Riviera Theatre",
1035                     "rocky-river": "Rocky River",
1036                     "saint-joseph-river": "Saint Joseph River",
1037                     "scidmore-park-petting-zoo": "Scidmore Park Petting Zoo",
1038                     "scidmore-park": "Scidmore Park",
1039                     "scouter-park": "Scouter Park",
1040                     "sherwin-williams": "Sherwin-Williams",
1041                     "south-street": "South Street",
1042                     "southern-michigan-bank": "Santander",
1043                     "spring-street": "Spring Street",
1044                     "sturgeon-river-road": "Sturgeon River Road",
1045                     "three-rivers-city-hall": "Three Rivers City Hall",
1046                     "three-rivers-elementary-school": "Three Rivers Elementary School",
1047                     "three-rivers-fire-department": "Three Rivers Fire Department",
1048                     "three-rivers-high-school": "Three Rivers High School",
1049                     "three-rivers-middle-school": "Three Rivers Middle School",
1050                     "three-rivers-municipal-airport": "Three Rivers Municipal Airport",
1051                     "three-rivers-post-office": "Three Rivers Post Office",
1052                     "three-rivers-public-library": "Three Rivers Public Library",
1053                     "three-rivers": "Three Rivers",
1054                     "unique-jewelry": "Unique Jewelry",
1055                     "walnut-street": "Walnut Street",
1056                     "washington-street": "Kings Road",
1057                     "water-street": "Water Street",
1058                     "west-street": "West Street",
1059                     "wheeler-street": "Wheeler Street",
1060                     "william-towing": "William Towing",
1061                     "willow-drive": "Willow Drive",
1062                     "wood-street": "Wood Street",
1063                     "world-fare": "World Fare"
1064                 }
1065             },
1066             "welcome": {
1067                 "title": "Welcome",
1068                 "welcome": "Welcome! This walkthrough will teach you the basics of editing on OpenStreetMap.",
1069                 "practice": "All of the data in this walkthrough is just for practising, and any edits that you make in the walkthrough will not be saved.",
1070                 "words": "This walkthrough will introduce some new words and concepts. When we introduce a new word, we'll use *italics*.",
1071                 "mouse": "You can use any input device to edit the map, but this walkthrough assumes you have a mouse with left and right buttons. **If you want to attach a mouse, do so now, then click OK.**",
1072                 "leftclick": "When this tutorial asks you to click or double-click, we mean with the left button. On a trackpad it might be a single-click or single-finger tap. **Left-click {num} times.**",
1073                 "rightclick": "Sometimes we'll also ask you to right-click. This might be the same as control-click, or two-finger tap on a trackpad. Your keyboard might even have a 'menu' key that works like right-click. **Right-click {num} times.**",
1074                 "chapters": "So far, so good! You can use the buttons below to skip chapters at any time or to restart a chapter if you get stuck. Let's begin! **Click '{next}' to continue.**"
1075             },
1076             "navigation": {
1077                 "title": "Navigation",
1078                 "drag": "The main map area shows OpenStreetMap data on top of a background.{br}You can drag the map by pressing and holding the left mouse button while moving the mouse around. You can also use the arrow keys on your keyboard. **Drag the map!**",
1079                 "zoom": "You can zoom in or out by scrolling with the mouse wheel or trackpad, or by clicking the {plus} / {minus} buttons. **Zoom the map!**",
1080                 "features": "We use the word *features* to describe the things that appear on the map. Anything in the real world can be mapped as a feature on OpenStreetMap.",
1081                 "points_lines_areas": "Map features are represented using *points, lines, or areas.*",
1082                 "nodes_ways": "In OpenStreetMap, points are sometimes called *nodes*, and lines and areas are sometimes called *ways*.",
1083                 "click_townhall": "All features on the map can be selected by clicking on them. **Click on the point to select it.**",
1084                 "selected_townhall": "Great! The point is now selected. Selected features are drawn with a pulsing glow.",
1085                 "editor_townhall": "When a feature is selected, the *feature editor* is displayed alongside the map.",
1086                 "preset_townhall": "The top part of the feature editor shows the feature's type. This point is a {preset}.",
1087                 "fields_townhall": "The middle part of the feature editor contains *fields* showing the feature's attributes, such as its name and address.",
1088                 "close_townhall": "**Close the feature editor by hitting escape or pressing the {button} button in the upper corner.**",
1089                 "search_street": "You can also search for features in the current view, or worldwide. **Search for '{name}'.**",
1090                 "choose_street": "**Choose {name} from the list to select it.**",
1091                 "selected_street": "Great! {name} is now selected.",
1092                 "editor_street": "The fields shown for a street are different than the fields that were shown for the town hall.{br}For this selected street, the feature editor shows fields like '{field1}' and '{field2}'. **Close the feature editor by hitting escape or pressing the {button} button.**",
1093                 "play": "Try moving the map and clicking on some other features to see what kinds of things can be added to OpenStreetMap. **When you are ready to continue to the next chapter, click '{next}'.**"
1094             },
1095             "points": {
1096                 "title": "Points",
1097                 "add_point": "*Points* can be used to represent features such as shops, restaurants, and monuments.{br}They mark a specific location, and describe what's there. **Click the {button} Point button to add a new point.**",
1098                 "place_point": "To place the new point on the map, position your mouse cursor where the point should go, then left-click or press the spacebar. **Move the mouse pointer over this building, then left-click or press the spacebar.**",
1099                 "search_cafe": "There are many different features that can be represented by points. The point you just added is a cafe. **Search for '{preset}'.**",
1100                 "choose_cafe": "**Choose {preset} from the list.**",
1101                 "feature_editor": "The point is now marked as a cafe. Using the feature editor, we can add more information about the cafe.",
1102                 "add_name": "In OpenStreetMap, all of the fields are optional, and it's OK to leave a field blank if you are unsure.{br}Let's pretend that you have local knowledge of this cafe, and you know its name. **Add a name for the cafe.**",
1103                 "add_close": "The feature editor will remember all of your changes automatically. **When you are finished adding the name, hit escape, enter, or click the {button} button to close the feature editor.**",
1104                 "reselect": "Often points will already exist, but have mistakes or be incomplete. We can edit existing points. **Click to select the cafe you just created.**",
1105                 "update": "Let's fill in some more details for this cafe. You can change its name, add a cuisine, or add an address. **Change the cafe details.**",
1106                 "update_close": "**When you are finished updating the cafe, hit escape, enter, or click the {button} button to close the feature editor.**",
1107                 "rightclick": "You can right-click on any feature to see the *edit menu*, which shows a list of editing operations that can be performed. **Right-click to select the point you created and show the edit menu.**",
1108                 "delete": "It's OK to delete features that don't exist in the real world.{br}Deleting a feature from OpenStreetMap removes it from the map that everyone uses, so you should make sure a feature is really gone before you delete it. **Click on the {button} button to delete the point.**",
1109                 "undo": "You can always undo any changes up until you save your edits to OpenStreetMap. **Click on the {button} button to undo the delete and get the point back.**",
1110                 "play": "Now that you know how to create and edit points, try creating a few more points for practice! **When you are ready to continue to the next chapter, click '{next}'.**"
1111             },
1112             "areas": {
1113                 "title": "Areas",
1114                 "add_playground": "*Areas* are used to show the boundaries of features like lakes, buildings, and residential areas.{br}They can 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.**",
1115                 "start_playground": "Let's add this playground to the map by drawing an area. Areas are drawn by placing *nodes* along the outer edge of the feature. **Click or press spacebar to place a starting node on one of the corners of the playground.**",
1116                 "continue_playground": "Continue drawing the area by placing more nodes along the playground's edge. It is OK to connect the area to the existing walking paths.{br}Tip: You can hold down the '{alt}' key to prevent nodes from connecting to other features. **Continue drawing an area for the playground.**",
1117                 "finish_playground": "Finish the area by pressing enter, or clicking again on either the first or last node. **Finish drawing an area for the playground.**",
1118                 "search_playground": "**Search for '{preset}'.**",
1119                 "choose_playground": "**Choose {preset} from the list.**",
1120                 "add_field": "This playground doesn't have an official name, so we won't add anything in the Name field.{br}Instead let's add some additional details about the playground to the Description field. **Open the Add Field list.**",
1121                 "choose_field": "**Choose {field} from the list.**",
1122                 "retry_add_field": "You didn't select the {field} field. Let's try again.",
1123                 "describe_playground": "**Add a description, then click the {button} button to close the feature editor.**",
1124                 "play": "Good job! Try drawing a few more areas, and see what other kinds of area features you can add to OpenStreetMap. **When you are ready to continue to the next chapter, click '{next}'.**"
1125             },
1126             "lines": {
1127                 "title": "Lines",
1128                 "add_line": "*Lines* are used to represent features such as roads, railways, and rivers. **Click the {button} Line button to add a new line.**",
1129                 "start_line": "Here is a road that is missing. Let's add it!{br}In OpenStreetMap, lines should be drawn down the centre of the road. You can drag and zoom the map while drawing if necessary. **Start a new line by clicking at the top end of this missing road.**",
1130                 "intersect": "Click or press spacebar to add more nodes to the line.{br}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.**",
1131                 "retry_intersect": "The road needs to intersect {name}. Let's try again!",
1132                 "continue_line": "Continue drawing the line for the new road. Remember that you can drag and zoom the map if needed.{br}When you are finished drawing, click on the last node again. **Finish drawing the road.**",
1133                 "choose_category_road": "**Select {category} from the list.**",
1134                 "choose_preset_residential": "There are many different types of roads, but this one is a residential road. **Choose the {preset} type.**",
1135                 "retry_preset_residential": "You didn't select the {preset} type. **Click here to choose again.**",
1136                 "name_road": "**Give this road a name, then hit escape, enter, or click the {button} button to close the feature editor.**",
1137                 "did_name_road": "Looks good! Next we will learn how to update the shape of a line.",
1138                 "update_line": "Sometimes you will need to change the shape of an existing line. Here is a road that doesn't look quite right.",
1139                 "add_node": "We can add some nodes to this line to improve its shape. One way to add a node is to double-click the line where you want to add a node. **Double-click on the line to create a new node.**",
1140                 "start_drag_endpoint": "When a line is selected, you can drag any of its nodes by clicking and holding down the left mouse button while you drag. **Drag the endpoint to the place where these roads should intersect.**",
1141                 "finish_drag_endpoint": "This spot looks good. **Release the left mouse button to finish dragging.**",
1142                 "start_drag_midpoint": "Small triangles are drawn at the *midpoints* between nodes. Another way to create a new node is to drag a midpoint to a new location. **Drag the midpoint triangle to create a new node along the curve of the road.**",
1143                 "continue_drag_midpoint": "This line is looking much better! Continue to adjust this line by double-clicking or dragging midpoints until the curve matches the road shape. **When you're happy with how the line looks, click OK.**",
1144                 "delete_lines": "It's OK to delete lines for roads that don't exist in the real world.{br}Here's an example where the city planned a {street} but never built it. We can improve this part of the map by deleting the extra lines.",
1145                 "rightclick_intersection": "The last real street is {street1}, so we will *split* {street2} at this intersection and remove everything above it. **Right click on the intersection node.**",
1146                 "split_intersection": "**Click on the {button} button to split {street}.**",
1147                 "retry_split": "You didn't click the Split button. Try again.",
1148                 "did_split_multi": "Good job! {street1} is now split into two pieces. The top part can be removed. **Click the top part of {street2} to select it.**",
1149                 "did_split_single": "**Click the top part of {street2} to select it.**",
1150                 "multi_select": "{selected} is now selected. Let's also select {other1}. You can shift-click to select multiple things. **Shift-click on {other2}.**",
1151                 "multi_rightclick": "Good! Both lines to delete are now selected. **Right-click on one of the lines to show the edit menu.**",
1152                 "multi_delete": "**Click on the {button} button to delete the extra lines.**",
1153                 "retry_delete": "You didn't click the Delete button. Try again.",
1154                 "play": "Great! Use the skills that you've learned in this chapter to practice editing some more lines. **When you are ready to continue to the next chapter, click '{next}'.**"
1155             },
1156             "buildings": {
1157                 "title": "Buildings",
1158                 "add_building": "OpenStreetMap is the world's largest database of buildings.{br}You can help improve this database by tracing buildings that aren't already mapped. **Click the {button} Area button to add a new area.**",
1159                 "start_building": "Let's add this house to the map by tracing its outline.{br}Buildings should be traced around their footprint as accurately as possible. **Click or press spacebar to place a starting node on one of the corners of the building.**",
1160                 "continue_building": "Continue adding more nodes to trace the outline of the building. Remember that you can zoom in if you want to add more details.{br}Finish the building by pressing enter, or clicking again on either the first or last node. **Finish tracing the building.**",
1161                 "retry_building": "It looks like you had some trouble placing the nodes at the building corners. Try again!",
1162                 "choose_category_building": "**Choose {category} from the list.**",
1163                 "choose_preset_house": "There are many different types of buildings, but this one is clearly a house.{br}If you're not sure of the type, it's OK to just choose the generic Building type. **Choose the {preset} type.**",
1164                 "close": "**Hit escape or click the {button} button to close the feature editor.**",
1165                 "rightclick_building": "**Right-click to select the building you created and show the edit menu.**",
1166                 "square_building": "The house that you just added will look even better with perfectly square corners. **Click on the {button} button to square the building shape.**",
1167                 "retry_square": "You didn't click the Square button. Try again.",
1168                 "done_square": "See how the corners of the building moved into place? Let's learn another useful trick.",
1169                 "add_tank": "Next we'll trace this circular storage tank. **Click the {button} Area button to add a new area.**",
1170                 "start_tank": "Don't worry, you won't need to draw a perfect circle. Just draw an area inside the tank that touches its edge. **Click or press spacebar to place a starting node on the edge of the tank.**",
1171                 "continue_tank": "Add a few more nodes around the edge. The circle will be created outside the nodes that you draw.{br}Finish the area by pressing enter, or clicking again on either the first or last node. **Finish tracing the tank.**",
1172                 "search_tank": "**Search for '{preset}'.**",
1173                 "choose_tank": "**Choose {preset} from the list.**",
1174                 "rightclick_tank": "**Right-click to select the storage tank you created and show the edit menu.**",
1175                 "circle_tank": "**Click on the {button} button to make the tank a circle.**",
1176                 "retry_circle": "You didn't click the Circularise button. Try again.",
1177                 "play": "Great Job! Practice tracing a few more buildings, and try some of the other commands on the edit menu. **When you are ready to continue to the next chapter, click '{next}'.**"
1178             },
1179             "startediting": {
1180                 "title": "Start Editing",
1181                 "help": "You're now ready to edit OpenStreetMap!{br}You can replay this walkthrough anytime or view more documentation by clicking the {button} Help button or pressing the '{key}' key.",
1182                 "shortcuts": "You can view a list of commands along with their keyboard shortcuts by pressing the '{key}' key.",
1183                 "save": "Don't forget to regularly save your changes!",
1184                 "start": "Start mapping!"
1185             }
1186         },
1187         "shortcuts": {
1188             "title": "Keyboard shortcuts",
1189             "tooltip": "Show the keyboard shortcuts screen.",
1190             "toggle": {
1191                 "key": "?"
1192             },
1193             "key": {
1194                 "alt": "Alt",
1195                 "backspace": "Backspace",
1196                 "cmd": "Cmd",
1197                 "ctrl": "Ctrl",
1198                 "delete": "Delete",
1199                 "del": "Del",
1200                 "end": "End",
1201                 "enter": "Enter",
1202                 "esc": "Esc",
1203                 "home": "Home",
1204                 "option": "Option",
1205                 "pause": "Pause",
1206                 "pgdn": "PgDn",
1207                 "pgup": "PgUp",
1208                 "return": "Return",
1209                 "shift": "Shift",
1210                 "space": "Space"
1211             },
1212             "gesture": {
1213                 "drag": "drag"
1214             },
1215             "or": "-or-",
1216             "browsing": {
1217                 "title": "Browsing",
1218                 "navigation": {
1219                     "title": "Navigation",
1220                     "pan": "Pan map",
1221                     "pan_more": "Pan map by one screenful",
1222                     "zoom": "Zoom in / Zoom out",
1223                     "zoom_more": "Zoom in / Zoom out by a lot"
1224                 },
1225                 "help": {
1226                     "title": "Help",
1227                     "help": "Show help/documentation",
1228                     "keyboard": "Show keyboard shortcuts"
1229                 },
1230                 "display_options": {
1231                     "title": "Display options",
1232                     "background": "Show background options",
1233                     "background_switch": "Switch back to last background",
1234                     "map_data": "Show map data options",
1235                     "fullscreen": "Enter full screen mode",
1236                     "wireframe": "Toggle wireframe mode",
1237                     "minimap": "Toggle minimap"
1238                 },
1239                 "selecting": {
1240                     "title": "Selecting features",
1241                     "select_one": "Select a single feature",
1242                     "select_multi": "Select multiple features",
1243                     "lasso": "Draw a selection lasso around features",
1244                     "search": "Find features matching search text"
1245                 },
1246                 "with_selected": {
1247                     "title": "With feature selected",
1248                     "edit_menu": "Toggle edit menu"
1249                 },
1250                 "vertex_selected": {
1251                     "title": "With node selected",
1252                     "previous": "Jump to previous node",
1253                     "next": "Jump to next node",
1254                     "first": "Jump to first node",
1255                     "last": "Jump to last node",
1256                     "change_parent": "Switch parent way"
1257                 }
1258             },
1259             "editing": {
1260                 "title": "Editing",
1261                 "drawing": {
1262                     "title": "Drawing",
1263                     "add_point": "'Add point' mode",
1264                     "add_line": "'Add line' mode",
1265                     "add_area": "'Add area' mode",
1266                     "disable_snap": "Hold to disable point snapping",
1267                     "stop_line": "Finish drawing a line or area"
1268                 },
1269                 "operations": {
1270                     "title": "Operations",
1271                     "continue_line": "Continue a line at the selected node",
1272                     "merge": "Combine (merge) selected features",
1273                     "disconnect": "Disconnect features at the selected node",
1274                     "split": "Split a line into two at the selected node",
1275                     "reverse": "Reverse a line",
1276                     "move": "Move selected features",
1277                     "rotate": "Rotate selected features",
1278                     "orthogonalize": "Straighten line / Square area corners",
1279                     "circularize": "Circularise a closed line or area",
1280                     "reflect_long": "Reflect features across the longer axis",
1281                     "reflect_short": "Reflect features across the shorter axis",
1282                     "delete": "Delete selected features"
1283                 },
1284                 "commands": {
1285                     "title": "Commands",
1286                     "copy": "Copy selected features",
1287                     "paste": "Paste copied features",
1288                     "undo": "Undo last action",
1289                     "redo": "Redo last action",
1290                     "save": "Save changes"
1291                 }
1292             },
1293             "tools": {
1294                 "title": "Tools",
1295                 "info": {
1296                     "title": "Information",
1297                     "all": "Toggle all information panels",
1298                     "background": "Toggle background panel",
1299                     "history": "Toggle history panel",
1300                     "location": "Toggle location panel",
1301                     "measurement": "Toggle measurement panel"
1302                 }
1303             }
1304         },
1305         "units": {
1306             "feet": "{quantity} ft",
1307             "miles": "{quantity} mi",
1308             "square_feet": "{quantity} sq ft",
1309             "square_miles": "{quantity} sq mi",
1310             "acres": "{quantity} ac",
1311             "meters": "{quantity} m",
1312             "kilometers": "{quantity} km",
1313             "square_meters": "{quantity} m²",
1314             "square_kilometers": "{quantity} km²",
1315             "hectares": "{quantity} ha",
1316             "area_pair": "{area1} ({area2})",
1317             "arcdegrees": "{quantity}°",
1318             "arcminutes": "{quantity}′",
1319             "arcseconds": "{quantity}″",
1320             "north": "N",
1321             "south": "S",
1322             "east": "E",
1323             "west": "W",
1324             "coordinate": "{coordinate}{direction}",
1325             "coordinate_pair": "{latitude}, {longitude}"
1326         },
1327         "presets": {
1328             "categories": {
1329                 "category-barrier": {
1330                     "name": "Barrier Features"
1331                 },
1332                 "category-building": {
1333                     "name": "Building Features"
1334                 },
1335                 "category-golf": {
1336                     "name": "Golf Features"
1337                 },
1338                 "category-landuse": {
1339                     "name": "Land Use Features"
1340                 },
1341                 "category-natural-area": {
1342                     "name": "Natural Features"
1343                 },
1344                 "category-natural-line": {
1345                     "name": "Natural Features"
1346                 },
1347                 "category-natural-point": {
1348                     "name": "Natural Features"
1349                 },
1350                 "category-path": {
1351                     "name": "Path Features"
1352                 },
1353                 "category-rail": {
1354                     "name": "Rail Features"
1355                 },
1356                 "category-restriction": {
1357                     "name": "Restriction Features"
1358                 },
1359                 "category-road": {
1360                     "name": "Road Features"
1361                 },
1362                 "category-route": {
1363                     "name": "Route Features"
1364                 },
1365                 "category-water-area": {
1366                     "name": "Water Features"
1367                 },
1368                 "category-water-line": {
1369                     "name": "Water Features"
1370                 }
1371             },
1372             "fields": {
1373                 "access": {
1374                     "label": "Allowed Access",
1375                     "options": {
1376                         "designated": {
1377                             "description": "Access permitted according to signs or specific local laws",
1378                             "title": "Designated"
1379                         },
1380                         "destination": {
1381                             "description": "Access permitted only to reach a destination",
1382                             "title": "Destination"
1383                         },
1384                         "dismount": {
1385                             "description": "Access permitted but rider must dismount",
1386                             "title": "Dismount"
1387                         },
1388                         "no": {
1389                             "description": "Access not permitted to the general public",
1390                             "title": "Prohibited"
1391                         },
1392                         "permissive": {
1393                             "description": "Access permitted until such time as the owner revokes the permission",
1394                             "title": "Permissive"
1395                         },
1396                         "private": {
1397                             "description": "Access permitted only with permission of the owner on an individual basis",
1398                             "title": "Private"
1399                         },
1400                         "yes": {
1401                             "description": "Access permitted by law; a right of way",
1402                             "title": "Allowed"
1403                         }
1404                     },
1405                     "placeholder": "Not Specified",
1406                     "types": {
1407                         "access": "All",
1408                         "bicycle": "Bicycles",
1409                         "foot": "Foot",
1410                         "horse": "Horses",
1411                         "motor_vehicle": "Motor Vehicles"
1412                     }
1413                 },
1414                 "access_simple": {
1415                     "label": "Allowed Access"
1416                 },
1417                 "address": {
1418                     "label": "Address",
1419                     "placeholders": {
1420                         "block_number": "Block Number",
1421                         "block_number!jp": "Block No.",
1422                         "city": "City",
1423                         "city!jp": "City/Town/Village/Tokyo Special Ward",
1424                         "city!vn": "City/Town",
1425                         "conscriptionnumber": "123",
1426                         "country": "Country",
1427                         "county": "County",
1428                         "county!jp": "District",
1429                         "district": "District",
1430                         "district!vn": "Arrondissement/Town/District",
1431                         "floor": "Floor",
1432                         "hamlet": "Hamlet",
1433                         "housename": "Housename",
1434                         "housenumber": "123",
1435                         "housenumber!jp": "Building No./Lot No.",
1436                         "neighbourhood": "Neighbourhood",
1437                         "neighbourhood!jp": "Chōme/Aza/Koaza",
1438                         "place": "Place",
1439                         "postcode": "Postcode",
1440                         "province": "Province",
1441                         "province!jp": "Prefecture",
1442                         "quarter": "Quarter",
1443                         "quarter!jp": "Ōaza/Machi",
1444                         "state": "State",
1445                         "street": "Street",
1446                         "subdistrict": "Subdistrict",
1447                         "subdistrict!vn": "Ward/Commune/Townlet",
1448                         "suburb": "Suburb",
1449                         "suburb!jp": "Ward",
1450                         "unit": "Unit"
1451                     }
1452                 },
1453                 "admin_level": {
1454                     "label": "Admin Level"
1455                 },
1456                 "aerialway": {
1457                     "label": "Type"
1458                 },
1459                 "aerialway/access": {
1460                     "label": "Access",
1461                     "options": {
1462                         "both": "Both",
1463                         "entry": "Entry",
1464                         "exit": "Exit"
1465                     }
1466                 },
1467                 "aerialway/bubble": {
1468                     "label": "Bubble"
1469                 },
1470                 "aerialway/capacity": {
1471                     "label": "Capacity (per hour)",
1472                     "placeholder": "500, 2500, 5000..."
1473                 },
1474                 "aerialway/duration": {
1475                     "label": "Duration (minutes)",
1476                     "placeholder": "1, 2, 3..."
1477                 },
1478                 "aerialway/heating": {
1479                     "label": "Heated"
1480                 },
1481                 "aerialway/occupancy": {
1482                     "label": "Occupancy",
1483                     "placeholder": "2, 4, 8..."
1484                 },
1485                 "aerialway/summer/access": {
1486                     "label": "Access (summer)",
1487                     "options": {
1488                         "both": "Both",
1489                         "entry": "Entry",
1490                         "exit": "Exit"
1491                     }
1492                 },
1493                 "aeroway": {
1494                     "label": "Type"
1495                 },
1496                 "agrarian": {
1497                     "label": "Products"
1498                 },
1499                 "amenity": {
1500                     "label": "Type"
1501                 },
1502                 "animal_boarding": {
1503                     "label": "For Animals"
1504                 },
1505                 "animal_breeding": {
1506                     "label": "For Animals"
1507                 },
1508                 "animal_shelter": {
1509                     "label": "For Animals"
1510                 },
1511                 "area/highway": {
1512                     "label": "Type"
1513                 },
1514                 "artist": {
1515                     "label": "Artist"
1516                 },
1517                 "artwork_type": {
1518                     "label": "Type"
1519                 },
1520                 "atm": {
1521                     "label": "Cash Machine"
1522                 },
1523                 "backrest": {
1524                     "label": "Backrest"
1525                 },
1526                 "barrier": {
1527                     "label": "Type"
1528                 },
1529                 "bath/open_air": {
1530                     "label": "Open Air"
1531                 },
1532                 "bath/sand_bath": {
1533                     "label": "Sand Bath"
1534                 },
1535                 "bath/type": {
1536                     "label": "Speciality",
1537                     "options": {
1538                         "foot_bath": "Foot Bath",
1539                         "hot_spring": "Hot Spring",
1540                         "onsen": "Japanese Onsen"
1541                     }
1542                 },
1543                 "beauty": {
1544                     "label": "Shop Type"
1545                 },
1546                 "bench": {
1547                     "label": "Bench"
1548                 },
1549                 "bicycle_parking": {
1550                     "label": "Type"
1551                 },
1552                 "bin": {
1553                     "label": "Rubbish Bin"
1554                 },
1555                 "blood_components": {
1556                     "label": "Blood Components",
1557                     "options": {
1558                         "plasma": "plasma",
1559                         "platelets": "platelets",
1560                         "stemcells": "stem cell samples",
1561                         "whole": "whole blood"
1562                     }
1563                 },
1564                 "board_type": {
1565                     "label": "Type"
1566                 },
1567                 "boules": {
1568                     "label": "Type"
1569                 },
1570                 "boundary": {
1571                     "label": "Type"
1572                 },
1573                 "brand": {
1574                     "label": "Brand"
1575                 },
1576                 "brewery": {
1577                     "label": "Draught Beers"
1578                 },
1579                 "bridge": {
1580                     "label": "Type",
1581                     "placeholder": "Default"
1582                 },
1583                 "building": {
1584                     "label": "Building"
1585                 },
1586                 "building_area": {
1587                     "label": "Building"
1588                 },
1589                 "bunker_type": {
1590                     "label": "Type"
1591                 },
1592                 "cables": {
1593                     "label": "Cables",
1594                     "placeholder": "1, 2, 3..."
1595                 },
1596                 "camera/direction": {
1597                     "label": "Direction (Degrees Clockwise)",
1598                     "placeholder": "45, 90, 180, 270"
1599                 },
1600                 "camera/mount": {
1601                     "label": "Camera Mount"
1602                 },
1603                 "camera/type": {
1604                     "label": "Camera Type",
1605                     "options": {
1606                         "dome": "Dome",
1607                         "fixed": "Fixed",
1608                         "panning": "Panning"
1609                     }
1610                 },
1611                 "capacity": {
1612                     "label": "Capacity",
1613                     "placeholder": "50, 100, 200..."
1614                 },
1615                 "castle_type": {
1616                     "label": "Type"
1617                 },
1618                 "clothes": {
1619                     "label": "Clothes"
1620                 },
1621                 "club": {
1622                     "label": "Type"
1623                 },
1624                 "collection_times": {
1625                     "label": "Collection Times"
1626                 },
1627                 "comment": {
1628                     "label": "Changeset Comment",
1629                     "placeholder": "Brief description of your contributions (required)"
1630                 },
1631                 "communication_multi": {
1632                     "label": "Communication Types"
1633                 },
1634                 "construction": {
1635                     "label": "Type"
1636                 },
1637                 "contact/webcam": {
1638                     "label": "Webcam URL",
1639                     "placeholder": "http://example.com/"
1640                 },
1641                 "content": {
1642                     "label": "Content"
1643                 },
1644                 "country": {
1645                     "label": "Country"
1646                 },
1647                 "covered": {
1648                     "label": "Covered"
1649                 },
1650                 "craft": {
1651                     "label": "Type"
1652                 },
1653                 "crane/type": {
1654                     "label": "Crane Type",
1655                     "options": {
1656                         "floor-mounted_crane": "Floor-mounted Crane",
1657                         "portal_crane": "Portal Crane",
1658                         "travel_lift": "Travel Lift"
1659                     }
1660                 },
1661                 "crop": {
1662                     "label": "Crops"
1663                 },
1664                 "crossing": {
1665                     "label": "Type"
1666                 },
1667                 "cuisine": {
1668                     "label": "Cuisines"
1669                 },
1670                 "currency_multi": {
1671                     "label": "Currency Types"
1672                 },
1673                 "cutting": {
1674                     "label": "Type",
1675                     "placeholder": "Default"
1676                 },
1677                 "cycle_network": {
1678                     "label": "Network"
1679                 },
1680                 "cycleway": {
1681                     "label": "Bike Lanes",
1682                     "options": {
1683                         "lane": {
1684                             "description": "A bike lane separated from motor traffic by a painted line",
1685                             "title": "Standard bike lane"
1686                         },
1687                         "none": {
1688                             "description": "No bike lane",
1689                             "title": "None"
1690                         },
1691                         "opposite": {
1692                             "description": "A bike lane that travels in both directions on a one-way street",
1693                             "title": "Contraflow bike lane"
1694                         },
1695                         "opposite_lane": {
1696                             "description": "A bike lane that travels in the opposite direction of traffic",
1697                             "title": "Opposite bike lane"
1698                         },
1699                         "share_busway": {
1700                             "description": "A bike lane shared with a bus lane",
1701                             "title": "Bike lane shared with bus"
1702                         },
1703                         "shared_lane": {
1704                             "description": "A bike lane with no separation from motor traffic",
1705                             "title": "Shared bike lane"
1706                         },
1707                         "track": {
1708                             "description": "A bike lane separated from traffic by a physical barrier",
1709                             "title": "Bike track"
1710                         }
1711                     },
1712                     "placeholder": "none",
1713                     "types": {
1714                         "cycleway:left": "Left side",
1715                         "cycleway:right": "Right side"
1716                     }
1717                 },
1718                 "dance/style": {
1719                     "label": "Dance Styles"
1720                 },
1721                 "date": {
1722                     "label": "Date"
1723                 },
1724                 "delivery": {
1725                     "label": "Delivery"
1726                 },
1727                 "denomination": {
1728                     "label": "Denomination"
1729                 },
1730                 "denotation": {
1731                     "label": "Denotation"
1732                 },
1733                 "description": {
1734                     "label": "Description"
1735                 },
1736                 "devices": {
1737                     "label": "Devices",
1738                     "placeholder": "1, 2, 3..."
1739                 },
1740                 "diaper": {
1741                     "label": "Baby Changing Available"
1742                 },
1743                 "direction": {
1744                     "label": "Direction (Degrees Clockwise)",
1745                     "placeholder": "45, 90, 180, 270"
1746                 },
1747                 "direction_cardinal": {
1748                     "label": "Direction",
1749                     "options": {
1750                         "E": "East",
1751                         "ENE": "East-northeast",
1752                         "ESE": "East-southeast",
1753                         "N": "North",
1754                         "NE": "Northeast",
1755                         "NNE": "North-northeast",
1756                         "NNW": "North-northwest",
1757                         "NW": "Northwest",
1758                         "S": "South",
1759                         "SE": "Southeast",
1760                         "SSE": "South-southeast",
1761                         "SSW": "South-southwest",
1762                         "SW": "Southwest",
1763                         "W": "West",
1764                         "WNW": "West-northwest",
1765                         "WSW": "West-southwest"
1766                     }
1767                 },
1768                 "direction_clock": {
1769                     "label": "Direction",
1770                     "options": {
1771                         "anticlockwise": "Counterclockwise",
1772                         "clockwise": "Clockwise"
1773                     }
1774                 },
1775                 "direction_vertex": {
1776                     "label": "Direction",
1777                     "options": {
1778                         "backward": "Backward",
1779                         "both": "Both / All",
1780                         "forward": "Forward"
1781                     }
1782                 },
1783                 "dispensing": {
1784                     "label": "Dispenses Prescriptions"
1785                 },
1786                 "display": {
1787                     "label": "Display"
1788                 },
1789                 "distance": {
1790                     "label": "Total Distance"
1791                 },
1792                 "dock": {
1793                     "label": "Type"
1794                 },
1795                 "drive_through": {
1796                     "label": "Drive-Through"
1797                 },
1798                 "duration": {
1799                     "label": "Duration",
1800                     "placeholder": "00:00"
1801                 },
1802                 "electrified": {
1803                     "label": "Electrification",
1804                     "options": {
1805                         "contact_line": "Contact Line",
1806                         "no": "No",
1807                         "rail": "Electrified Rail",
1808                         "yes": "Yes (unspecified)"
1809                     },
1810                     "placeholder": "Contact Line, Electrified Rail..."
1811                 },
1812                 "elevation": {
1813                     "label": "Elevation"
1814                 },
1815                 "email": {
1816                     "label": "Email",
1817                     "placeholder": "example@example.com"
1818                 },
1819                 "embankment": {
1820                     "label": "Type",
1821                     "placeholder": "Default"
1822                 },
1823                 "emergency": {
1824                     "label": "Emergency"
1825                 },
1826                 "entrance": {
1827                     "label": "Type"
1828                 },
1829                 "except": {
1830                     "label": "Exceptions"
1831                 },
1832                 "faces": {
1833                     "label": "Faces"
1834                 },
1835                 "fax": {
1836                     "label": "Fax",
1837                     "placeholder": "+44 1632 961234"
1838                 },
1839                 "fee": {
1840                     "label": "Fee"
1841                 },
1842                 "fence_type": {
1843                     "label": "Type"
1844                 },
1845                 "fire_hydrant/position": {
1846                     "label": "Position",
1847                     "options": {
1848                         "green": "Green",
1849                         "lane": "Lane",
1850                         "parking_lot": "Car Park",
1851                         "sidewalk": "Pavement"
1852                     }
1853                 },
1854                 "fire_hydrant/type": {
1855                     "label": "Type",
1856                     "options": {
1857                         "pillar": "Pillar/Aboveground",
1858                         "pond": "Pond",
1859                         "underground": "Underground",
1860                         "wall": "Wall"
1861                     }
1862                 },
1863                 "fitness_station": {
1864                     "label": "Equipment Type"
1865                 },
1866                 "fixme": {
1867                     "label": "Fix Me"
1868                 },
1869                 "ford": {
1870                     "label": "Type",
1871                     "placeholder": "Default"
1872                 },
1873                 "frequency": {
1874                     "label": "Operating Frequency"
1875                 },
1876                 "fuel": {
1877                     "label": "Fuel"
1878                 },
1879                 "fuel_multi": {
1880                     "label": "Fuel Types"
1881                 },
1882                 "gauge": {
1883                     "label": "Gauge"
1884                 },
1885                 "gender": {
1886                     "label": "Gender",
1887                     "options": {
1888                         "female": "Female",
1889                         "male": "Male",
1890                         "unisex": "Unisex"
1891                     },
1892                     "placeholder": "Unknown"
1893                 },
1894                 "generator/method": {
1895                     "label": "Method"
1896                 },
1897                 "generator/output/electricity": {
1898                     "label": "Power Output",
1899                     "placeholder": "50 MW, 100 MW, 200 MW..."
1900                 },
1901                 "generator/source": {
1902                     "label": "Source"
1903                 },
1904                 "generator/type": {
1905                     "label": "Type"
1906                 },
1907                 "government": {
1908                     "label": "Type"
1909                 },
1910                 "grape_variety": {
1911                     "label": "Grape Varieties"
1912                 },
1913                 "handicap": {
1914                     "label": "Handicap",
1915                     "placeholder": "1-18"
1916                 },
1917                 "handrail": {
1918                     "label": "Handrail"
1919                 },
1920                 "hashtags": {
1921                     "label": "Suggested Hashtags",
1922                     "placeholder": "#example"
1923                 },
1924                 "healthcare": {
1925                     "label": "Type"
1926                 },
1927                 "healthcare/speciality": {
1928                     "label": "Specialities"
1929                 },
1930                 "height": {
1931                     "label": "Height (Metres)"
1932                 },
1933                 "highway": {
1934                     "label": "Type"
1935                 },
1936                 "historic": {
1937                     "label": "Type"
1938                 },
1939                 "historic/civilization": {
1940                     "label": "Historic Civilization"
1941                 },
1942                 "hoops": {
1943                     "label": "Hoops",
1944                     "placeholder": "1, 2, 4..."
1945                 },
1946                 "horse_dressage": {
1947                     "label": "Dressage Riding",
1948                     "options": {
1949                         "equestrian": "Yes",
1950                         "undefined": "No"
1951                     }
1952                 },
1953                 "horse_riding": {
1954                     "label": "Horseback Riding",
1955                     "options": {
1956                         "horse_riding": "Yes",
1957                         "undefined": "No"
1958                     }
1959                 },
1960                 "horse_scale": {
1961                     "label": "Horseback Riding Difficulty",
1962                     "options": {
1963                         "common": "Easy: No problems or difficulties. (default)",
1964                         "critical": "Borderline: Passable only for experienced riders and horses. Major obstacles. Bridges should be examined carefully.",
1965                         "dangerous": "Dangerous: Passable only for very experienced riders and horses and only in good weather. Dismount.",
1966                         "demanding": "Use with caution: Uneven way, occasional difficult passages.",
1967                         "difficult": "Difficult: Way narrow and exposed. May contain obstacles to step over and narrow passages.",
1968                         "impossible": "Impassable: Way or bridge not passable for horses. Too narrow, insuffient support, obstacles like ladders. Danger of life."
1969                     },
1970                     "placeholder": "Difficult, Dangerous..."
1971                 },
1972                 "horse_stables": {
1973                     "label": "Riding Stable",
1974                     "options": {
1975                         "stables": "Yes",
1976                         "undefined": "No"
1977                     }
1978                 },
1979                 "iata": {
1980                     "label": "IATA"
1981                 },
1982                 "icao": {
1983                     "label": "ICAO"
1984                 },
1985                 "incline": {
1986                     "label": "Incline"
1987                 },
1988                 "incline_steps": {
1989                     "label": "Incline",
1990                     "options": {
1991                         "down": "Down",
1992                         "up": "Up"
1993                     }
1994                 },
1995                 "indoor": {
1996                     "label": "Indoor"
1997                 },
1998                 "industrial": {
1999                     "label": "Type"
2000                 },
2001                 "information": {
2002                     "label": "Type"
2003                 },
2004                 "inscription": {
2005                     "label": "Inscription"
2006                 },
2007                 "intermittent": {
2008                     "label": "Intermittent"
2009                 },
2010                 "internet_access": {
2011                     "label": "Internet Access",
2012                     "options": {
2013                         "no": "No",
2014                         "terminal": "Terminal",
2015                         "wired": "Wired",
2016                         "wlan": "Wi-Fi",
2017                         "yes": "Yes"
2018                     }
2019                 },
2020                 "internet_access/fee": {
2021                     "label": "Internet Access Fee"
2022                 },
2023                 "internet_access/ssid": {
2024                     "label": "SSID (Network Name)"
2025                 },
2026                 "kerb": {
2027                     "label": "Kerb"
2028                 },
2029                 "label": {
2030                     "label": "Label"
2031                 },
2032                 "lamp_type": {
2033                     "label": "Type"
2034                 },
2035                 "landuse": {
2036                     "label": "Type"
2037                 },
2038                 "lanes": {
2039                     "label": "Lanes",
2040                     "placeholder": "1, 2, 3..."
2041                 },
2042                 "layer": {
2043                     "label": "Layer",
2044                     "placeholder": "0"
2045                 },
2046                 "leaf_cycle": {
2047                     "label": "Leaf Cycle",
2048                     "options": {
2049                         "deciduous": "Deciduous",
2050                         "evergreen": "Evergreen",
2051                         "mixed": "Mixed",
2052                         "semi_deciduous": "Semi-Deciduous",
2053                         "semi_evergreen": "Semi-Evergreen"
2054                     }
2055                 },
2056                 "leaf_cycle_singular": {
2057                     "label": "Leaf Cycle",
2058                     "options": {
2059                         "deciduous": "Deciduous",
2060                         "evergreen": "Evergreen",
2061                         "semi_deciduous": "Semi-Deciduous",
2062                         "semi_evergreen": "Semi-Evergreen"
2063                     }
2064                 },
2065                 "leaf_type": {
2066                     "label": "Leaf Type",
2067                     "options": {
2068                         "broadleaved": "Broadleaved",
2069                         "leafless": "Leafless",
2070                         "mixed": "Mixed",
2071                         "needleleaved": "Needleleaved"
2072                     }
2073                 },
2074                 "leaf_type_singular": {
2075                     "label": "Leaf Type",
2076                     "options": {
2077                         "broadleaved": "Broadleaved",
2078                         "leafless": "Leafless",
2079                         "needleleaved": "Needleleaved"
2080                     }
2081                 },
2082                 "leisure": {
2083                     "label": "Type"
2084                 },
2085                 "length": {
2086                     "label": "Length (Metres)"
2087                 },
2088                 "level": {
2089                     "label": "Level"
2090                 },
2091                 "levels": {
2092                     "label": "Levels",
2093                     "placeholder": "2, 4, 6..."
2094                 },
2095                 "lit": {
2096                     "label": "Lit"
2097                 },
2098                 "location": {
2099                     "label": "Location"
2100                 },
2101                 "man_made": {
2102                     "label": "Type"
2103                 },
2104                 "manhole": {
2105                     "label": "Type"
2106                 },
2107                 "map_size": {
2108                     "label": "Coverage"
2109                 },
2110                 "map_type": {
2111                     "label": "Type"
2112                 },
2113                 "maxheight": {
2114                     "label": "Max Height",
2115                     "placeholder": "4, 4.5, 5, 14'0\", 14'6\", 15'0\""
2116                 },
2117                 "maxspeed": {
2118                     "label": "Speed Limit",
2119                     "placeholder": "40, 50, 60..."
2120                 },
2121                 "maxspeed/advisory": {
2122                     "label": "Advisory Speed Limit",
2123                     "placeholder": "40, 50, 60..."
2124                 },
2125                 "maxstay": {
2126                     "label": "Max Stay"
2127                 },
2128                 "maxweight": {
2129                     "label": "Max Weight"
2130                 },
2131                 "memorial": {
2132                     "label": "Type"
2133                 },
2134                 "monitoring_multi": {
2135                     "label": "Monitoring"
2136                 },
2137                 "mtb/scale": {
2138                     "label": "Mountain Biking Difficulty",
2139                     "options": {
2140                         "0": "0: Solid gravel/packed earth, no obstacles, wide curves",
2141                         "1": "1: Some loose surface, small obstacles, wide curves",
2142                         "2": "2: Much loose surface, large obstacles, easy hairpins",
2143                         "3": "3: Slippery surface, large obstacles, tight hairpins",
2144                         "4": "4: Loose surface or boulders, dangerous hairpins",
2145                         "5": "5: Maximum difficulty, boulder fields, landslides",
2146                         "6": "6: Not rideable except by the very best mountain bikers"
2147                     },
2148                     "placeholder": "0, 1, 2, 3..."
2149                 },
2150                 "mtb/scale/imba": {
2151                     "label": "IMBA Trail Difficulty",
2152                     "options": {
2153                         "0": "Easiest (white circle)",
2154                         "1": "Easy (green circle)",
2155                         "2": "Medium (blue square)",
2156                         "3": "Difficult (black diamond)",
2157                         "4": "Extremely Difficult (double black diamond)"
2158                     },
2159                     "placeholder": "Easy, Medium, Difficult..."
2160                 },
2161                 "mtb/scale/uphill": {
2162                     "label": "Mountain Biking Uphill Difficulty",
2163                     "options": {
2164                         "0": "0: Avg. incline <10%, gravel/packed earth, no obstacles",
2165                         "1": "1: Avg. incline <15%, gravel/packed earth, few small objects",
2166                         "2": "2: Avg. incline <20%, stable surface, fistsize rocks/roots",
2167                         "3": "3: Avg. incline <25%, variable surface, fistsize rocks/branches",
2168                         "4": "4: Avg. incline <30%, poor condition, big rocks/branches",
2169                         "5": "5: Very steep, bike generally needs to be pushed or carried"
2170                     },
2171                     "placeholder": "0, 1, 2, 3..."
2172                 },
2173                 "name": {
2174                     "label": "Name",
2175                     "placeholder": "Common name (if any)"
2176                 },
2177                 "natural": {
2178                     "label": "Natural"
2179                 },
2180                 "network": {
2181                     "label": "Network"
2182                 },
2183                 "network_bicycle": {
2184                     "label": "Network Type",
2185                     "options": {
2186                         "icn": "International",
2187                         "lcn": "Local",
2188                         "ncn": "National",
2189                         "rcn": "Regional"
2190                     },
2191                     "placeholder": "Local, Regional, National, International"
2192                 },
2193                 "network_foot": {
2194                     "label": "Network Type",
2195                     "options": {
2196                         "iwn": "International",
2197                         "lwn": "Local",
2198                         "nwn": "National",
2199                         "rwn": "Regional"
2200                     },
2201                     "placeholder": "Local, Regional, National, International"
2202                 },
2203                 "network_horse": {
2204                     "label": "Network Type",
2205                     "options": {
2206                         "ihn": "International",
2207                         "lhn": "Local",
2208                         "nhn": "National",
2209                         "rhn": "Regional"
2210                     },
2211                     "placeholder": "Local, Regional, National, International"
2212                 },
2213                 "network_road": {
2214                     "label": "Network"
2215                 },
2216                 "note": {
2217                     "label": "Note"
2218                 },
2219                 "office": {
2220                     "label": "Type"
2221                 },
2222                 "oneway": {
2223                     "label": "One Way",
2224                     "options": {
2225                         "alternating": "Alternating",
2226                         "no": "No",
2227                         "reversible": "Reversible",
2228                         "undefined": "Assumed to be No",
2229                         "yes": "Yes"
2230                     }
2231                 },
2232                 "oneway_yes": {
2233                     "label": "One Way",
2234                     "options": {
2235                         "alternating": "Alternating",
2236                         "no": "No",
2237                         "reversible": "Reversible",
2238                         "undefined": "Assumed to be Yes",
2239                         "yes": "Yes"
2240                     }
2241                 },
2242                 "opening_hours": {
2243                     "label": "Hours"
2244                 },
2245                 "operator": {
2246                     "label": "Operator"
2247                 },
2248                 "outdoor_seating": {
2249                     "label": "Outdoor Seating"
2250                 },
2251                 "par": {
2252                     "label": "Par",
2253                     "placeholder": "3, 4, 5..."
2254                 },
2255                 "park_ride": {
2256                     "label": "Park and Ride"
2257                 },
2258                 "parking": {
2259                     "label": "Type",
2260                     "options": {
2261                         "carports": "Carports",
2262                         "garage_boxes": "Garage Boxes",
2263                         "lane": "Roadside Lane",
2264                         "multi-storey": "Multilevel",
2265                         "sheds": "Sheds",
2266                         "surface": "Surface",
2267                         "underground": "Underground"
2268                     }
2269                 },
2270                 "payment_multi": {
2271                     "label": "Payment Types"
2272                 },
2273                 "phases": {
2274                     "label": "Phases",
2275                     "placeholder": "1, 2, 3..."
2276                 },
2277                 "phone": {
2278                     "label": "Telephone",
2279                     "placeholder": "+44 1632 961234"
2280                 },
2281                 "piste/difficulty": {
2282                     "label": "Difficulty",
2283                     "options": {
2284                         "advanced": "Advanced (black diamond)",
2285                         "easy": "Easy (green circle)",
2286                         "expert": "Expert (double black diamond)",
2287                         "extreme": "Extreme (climbing equipment required)",
2288                         "freeride": "Freeride (off-piste)",
2289                         "intermediate": "Intermediate (blue square)",
2290                         "novice": "Novice (instructional)"
2291                     },
2292                     "placeholder": "Easy, Intermediate, Advanced..."
2293                 },
2294                 "piste/grooming": {
2295                     "label": "Grooming",
2296                     "options": {
2297                         "backcountry": "Backcountry",
2298                         "classic": "Classic",
2299                         "classic+skating": "Classic and Skating",
2300                         "mogul": "Mogul",
2301                         "scooter": "Scooter/Snowmobile",
2302                         "skating": "Skating"
2303                     }
2304                 },
2305                 "piste/type": {
2306                     "label": "Type",
2307                     "options": {
2308                         "downhill": "Downhill",
2309                         "hike": "Hike",
2310                         "ice_skate": "Ice Skate",
2311                         "nordic": "Nordic",
2312                         "playground": "Playground",
2313                         "skitour": "Skitour",
2314                         "sled": "Sled",
2315                         "sleigh": "Sleigh",
2316                         "snow_park": "Snow Park"
2317                     }
2318                 },
2319                 "place": {
2320                     "label": "Type"
2321                 },
2322                 "plant": {
2323                     "label": "Plant"
2324                 },
2325                 "plant/output/electricity": {
2326                     "label": "Power Output",
2327                     "placeholder": "500 MW, 1000 MW, 2000 MW..."
2328                 },
2329                 "playground/baby": {
2330                     "label": "Baby Seat"
2331                 },
2332                 "playground/max_age": {
2333                     "label": "Maximum Age"
2334                 },
2335                 "playground/min_age": {
2336                     "label": "Minimum Age"
2337                 },
2338                 "population": {
2339                     "label": "Population"
2340                 },
2341                 "power": {
2342                     "label": "Type"
2343                 },
2344                 "power_supply": {
2345                     "label": "Power Supply"
2346                 },
2347                 "produce": {
2348                     "label": "Produce"
2349                 },
2350                 "product": {
2351                     "label": "Products"
2352                 },
2353                 "railway": {
2354                     "label": "Type"
2355                 },
2356                 "railway/position": {
2357                     "label": "Milestone Position",
2358                     "placeholder": "Distance to one decimal (123.4)"
2359                 },
2360                 "railway/signal/direction": {
2361                     "label": "Direction",
2362                     "options": {
2363                         "backward": "Backward",
2364                         "both": "Both / All",
2365                         "forward": "Forward"
2366                     }
2367                 },
2368                 "rating": {
2369                     "label": "Power Rating"
2370                 },
2371                 "recycling_accepts": {
2372                     "label": "Accepts"
2373                 },
2374                 "ref": {
2375                     "label": "Reference Code"
2376                 },
2377                 "ref/isil": {
2378                     "label": "ISIL Code"
2379                 },
2380                 "ref_aeroway_gate": {
2381                     "label": "Gate Number"
2382                 },
2383                 "ref_golf_hole": {
2384                     "label": "Hole Number",
2385                     "placeholder": "1-18"
2386                 },
2387                 "ref_highway_junction": {
2388                     "label": "Junction Number"
2389                 },
2390                 "ref_platform": {
2391                     "label": "Platform Number"
2392                 },
2393                 "ref_road_number": {
2394                     "label": "Road Number"
2395                 },
2396                 "ref_route": {
2397                     "label": "Route Number"
2398                 },
2399                 "ref_runway": {
2400                     "label": "Runway Number",
2401                     "placeholder": "e.g. 01L/19R"
2402                 },
2403                 "ref_stop_position": {
2404                     "label": "Stop Number"
2405                 },
2406                 "ref_taxiway": {
2407                     "label": "Taxiway Name",
2408                     "placeholder": "e.g. A5"
2409                 },
2410                 "relation": {
2411                     "label": "Type"
2412                 },
2413                 "religion": {
2414                     "label": "Religion"
2415                 },
2416                 "restriction": {
2417                     "label": "Type"
2418                 },
2419                 "restrictions": {
2420                     "label": "Turn Restrictions"
2421                 },
2422                 "rooms": {
2423                     "label": "Rooms"
2424                 },
2425                 "route": {
2426                     "label": "Type"
2427                 },
2428                 "route_master": {
2429                     "label": "Type"
2430                 },
2431                 "sac_scale": {
2432                     "label": "Hiking Difficulty",
2433                     "options": {
2434                         "alpine_hiking": "T4: Alpine Hiking",
2435                         "demanding_alpine_hiking": "T5: Demanding Alpine Hiking",
2436                         "demanding_mountain_hiking": "T3: Demanding Mountain Hiking",
2437                         "difficult_alpine_hiking": "T6: Difficult Alpine Hiking",
2438                         "hiking": "T1: Hiking",
2439                         "mountain_hiking": "T2: Mountain Hiking"
2440                     },
2441                     "placeholder": "Mountain Hiking, Alpine Hiking..."
2442                 },
2443                 "sanitary_dump_station": {
2444                     "label": "Toilet Disposal"
2445                 },
2446                 "seasonal": {
2447                     "label": "Seasonal"
2448                 },
2449                 "second_hand": {
2450                     "label": "Sells Used",
2451                     "options": {
2452                         "no": "No",
2453                         "only": "Only",
2454                         "yes": "Yes"
2455                     },
2456                     "placeholder": "Yes, No, Only"
2457                 },
2458                 "service": {
2459                     "label": "Type"
2460                 },
2461                 "service/bicycle": {
2462                     "label": "Services"
2463                 },
2464                 "service/vehicle": {
2465                     "label": "Services"
2466                 },
2467                 "service_rail": {
2468                     "label": "Service Type",
2469                     "options": {
2470                         "crossover": "Crossover",
2471                         "siding": "Siding",
2472                         "spur": "Spur",
2473                         "yard": "Yard"
2474                     }
2475                 },
2476                 "service_times": {
2477                     "label": "Service Times"
2478                 },
2479                 "shelter": {
2480                     "label": "Shelter"
2481                 },
2482                 "shelter_type": {
2483                     "label": "Type"
2484                 },
2485                 "shop": {
2486                     "label": "Type"
2487                 },
2488                 "site": {
2489                     "label": "Type"
2490                 },
2491                 "smoking": {
2492                     "label": "Smoking",
2493                     "options": {
2494                         "dedicated": "Dedicated to smokers (e.g. smokers' club)",
2495                         "isolated": "In smoking areas, physically isolated",
2496                         "no": "No smoking anywhere",
2497                         "outside": "Allowed outside",
2498                         "separated": "In smoking areas, not physically isolated",
2499                         "yes": "Allowed everywhere"
2500                     },
2501                     "placeholder": "No, Separated, Yes..."
2502                 },
2503                 "smoothness": {
2504                     "label": "Smoothness",
2505                     "options": {
2506                         "bad": "Robust Wheels: trekking bike, car, rickshaw",
2507                         "excellent": "Thin Rollers: rollerblade, skateboard",
2508                         "good": "Thin Wheels: racing bike",
2509                         "horrible": "Off-Road: heavy duty off-road vehicle",
2510                         "impassable": "Impassable / No wheeled vehicle",
2511                         "intermediate": "Wheels: city bike, wheelchair, scooter",
2512                         "very_bad": "High Clearance: light duty off-road vehicle",
2513                         "very_horrible": "Specialised off-road: tractor, ATV"
2514                     },
2515                     "placeholder": "Thin Rollers, Wheels, Off-Road..."
2516                 },
2517                 "social_facility": {
2518                     "label": "Type"
2519                 },
2520                 "social_facility_for": {
2521                     "label": "People Served"
2522                 },
2523                 "source": {
2524                     "label": "Sources"
2525                 },
2526                 "sport": {
2527                     "label": "Sports"
2528                 },
2529                 "sport_ice": {
2530                     "label": "Sports"
2531                 },
2532                 "sport_racing_motor": {
2533                     "label": "Sports"
2534                 },
2535                 "sport_racing_nonmotor": {
2536                     "label": "Sports"
2537                 },
2538                 "stars": {
2539                     "label": "Stars"
2540                 },
2541                 "start_date": {
2542                     "label": "Start Date"
2543                 },
2544                 "step_count": {
2545                     "label": "Number of Steps"
2546                 },
2547                 "stop": {
2548                     "label": "Stop Type",
2549                     "options": {
2550                         "all": "All Ways",
2551                         "minor": "Minor Road"
2552                     }
2553                 },
2554                 "structure": {
2555                     "label": "Structure",
2556                     "options": {
2557                         "bridge": "Bridge",
2558                         "cutting": "Cutting",
2559                         "embankment": "Embankment",
2560                         "ford": "Ford",
2561                         "tunnel": "Tunnel"
2562                     },
2563                     "placeholder": "Unknown"
2564                 },
2565                 "structure_waterway": {
2566                     "label": "Structure",
2567                     "options": {
2568                         "tunnel": "Tunnel"
2569                     },
2570                     "placeholder": "Unknown"
2571                 },
2572                 "studio": {
2573                     "label": "Type"
2574                 },
2575                 "substance": {
2576                     "label": "Substance"
2577                 },
2578                 "substation": {
2579                     "label": "Type"
2580                 },
2581                 "supervised": {
2582                     "label": "Supervised"
2583                 },
2584                 "support": {
2585                     "label": "Support"
2586                 },
2587                 "surface": {
2588                     "label": "Surface"
2589                 },
2590                 "surveillance": {
2591                     "label": "Surveillance Kind"
2592                 },
2593                 "surveillance/type": {
2594                     "label": "Surveillance Type",
2595                     "options": {
2596                         "ALPR": "Automatic Licence Plate Reader",
2597                         "camera": "Camera",
2598                         "guard": "Guard"
2599                     }
2600                 },
2601                 "surveillance/zone": {
2602                     "label": "Surveillance Zone"
2603                 },
2604                 "switch": {
2605                     "label": "Type",
2606                     "options": {
2607                         "circuit_breaker": "Circuit Breaker",
2608                         "disconnector": "Disconnector",
2609                         "earthing": "Earthing",
2610                         "mechanical": "Mechanical"
2611                     }
2612                 },
2613                 "tactile_paving": {
2614                     "label": "Tactile Paving"
2615                 },
2616                 "takeaway": {
2617                     "label": "Takeaway",
2618                     "options": {
2619                         "no": "No",
2620                         "only": "Takeaway Only",
2621                         "yes": "Yes"
2622                     },
2623                     "placeholder": "Yes, No, Takeaway Only..."
2624                 },
2625                 "toilets/disposal": {
2626                     "label": "Toilet Disposal",
2627                     "options": {
2628                         "bucket": "Bucket",
2629                         "chemical": "Chemical",
2630                         "flush": "Flush",
2631                         "pitlatrine": "Pit/Latrine"
2632                     }
2633                 },
2634                 "toll": {
2635                     "label": "Toll"
2636                 },
2637                 "tomb": {
2638                     "label": "Type"
2639                 },
2640                 "tourism": {
2641                     "label": "Type"
2642                 },
2643                 "tourism_attraction": {
2644                     "label": "Tourism"
2645                 },
2646                 "tower/construction": {
2647                     "label": "Construction",
2648                     "placeholder": "Guyed, Lattice, Concealed, ..."
2649                 },
2650                 "tower/type": {
2651                     "label": "Type"
2652                 },
2653                 "tracktype": {
2654                     "label": "Track Type",
2655                     "options": {
2656                         "grade1": "Solid: paved or heavily compacted hardcore surface",
2657                         "grade2": "Mostly Solid: gravel/rock with some soft material mixed in",
2658                         "grade3": "Even mixture of hard and soft materials",
2659                         "grade4": "Mostly Soft: soil/sand/grass with some hard material mixed in",
2660                         "grade5": "Soft: soil/sand/grass"
2661                     },
2662                     "placeholder": "Solid, Mostly Solid, Soft..."
2663                 },
2664                 "trade": {
2665                     "label": "Type"
2666                 },
2667                 "traffic_calming": {
2668                     "label": "Type"
2669                 },
2670                 "traffic_signals": {
2671                     "label": "Type"
2672                 },
2673                 "traffic_signals/direction": {
2674                     "label": "Direction",
2675                     "options": {
2676                         "backward": "Backward",
2677                         "both": "Both / All",
2678                         "forward": "Forward"
2679                     }
2680                 },
2681                 "trail_visibility": {
2682                     "label": "Trail Visibility",
2683                     "options": {
2684                         "bad": "Bad: no markers, path sometimes invisible/pathless",
2685                         "excellent": "Excellent: unambiguous path or markers everywhere",
2686                         "good": "Good: markers visible, sometimes require searching",
2687                         "horrible": "Horrible: often pathless, some orientation skills required",
2688                         "intermediate": "Intermediate: few markers, path mostly visible",
2689                         "no": "No: pathless, excellent orientation skills required"
2690                     },
2691                     "placeholder": "Excellent, Good, Bad..."
2692                 },
2693                 "transformer": {
2694                     "label": "Type",
2695                     "options": {
2696                         "auto": "Autotransformer",
2697                         "auxiliary": "Auxiliary",
2698                         "converter": "Converter",
2699                         "distribution": "Distribution",
2700                         "generator": "Generator",
2701                         "phase_angle_regulator": "Phase Angle Regulator",
2702                         "traction": "Traction",
2703                         "yes": "Unknown"
2704                     }
2705                 },
2706                 "trees": {
2707                     "label": "Trees"
2708                 },
2709                 "tunnel": {
2710                     "label": "Type",
2711                     "placeholder": "Default"
2712                 },
2713                 "usage_rail": {
2714                     "label": "Usage Type",
2715                     "options": {
2716                         "branch": "Branch",
2717                         "industrial": "Industrial",
2718                         "main": "Main",
2719                         "military": "Military",
2720                         "test": "Test",
2721                         "tourism": "Tourism"
2722                     }
2723                 },
2724                 "vending": {
2725                     "label": "Types of Goods"
2726                 },
2727                 "visibility": {
2728                     "label": "Visibility",
2729                     "options": {
2730                         "area": "Over 20m (65ft)",
2731                         "house": "Up to 5m (16ft)",
2732                         "street": "5 to 20m (16 to 65ft)"
2733                     }
2734                 },
2735                 "volcano/status": {
2736                     "label": "Volcano Status",
2737                     "options": {
2738                         "active": "Active",
2739                         "dormant": "Dormant",
2740                         "extinct": "Extinct"
2741                     }
2742                 },
2743                 "volcano/type": {
2744                     "label": "Volcano Type",
2745                     "options": {
2746                         "scoria": "Scoria",
2747                         "shield": "Shield",
2748                         "stratovolcano": "Stratovolcano"
2749                     }
2750                 },
2751                 "voltage": {
2752                     "label": "Voltage"
2753                 },
2754                 "voltage/primary": {
2755                     "label": "Primary Voltage"
2756                 },
2757                 "voltage/secondary": {
2758                     "label": "Secondary Voltage"
2759                 },
2760                 "voltage/tertiary": {
2761                     "label": "Tertiary Voltage"
2762                 },
2763                 "wall": {
2764                     "label": "Type"
2765                 },
2766                 "water": {
2767                     "label": "Type"
2768                 },
2769                 "water_point": {
2770                     "label": "Water Point"
2771                 },
2772                 "waterway": {
2773                     "label": "Type"
2774                 },
2775                 "website": {
2776                     "label": "Website",
2777                     "placeholder": "http://example.com/"
2778                 },
2779                 "wetland": {
2780                     "label": "Type"
2781                 },
2782                 "wheelchair": {
2783                     "label": "Wheelchair Access"
2784                 },
2785                 "wholesale": {
2786                     "label": "Wholesale"
2787                 },
2788                 "width": {
2789                     "label": "Width (Metres)"
2790                 },
2791                 "wikipedia": {
2792                     "label": "Wikipedia"
2793                 },
2794                 "windings": {
2795                     "label": "Windings",
2796                     "placeholder": "1, 2, 3..."
2797                 },
2798                 "windings/configuration": {
2799                     "label": "Windings Configuration",
2800                     "options": {
2801                         "delta": "Delta",
2802                         "leblanc": "Leblanc",
2803                         "open": "Open",
2804                         "open-delta": "Open Delta",
2805                         "scott": "Scott",
2806                         "star": "Star / Wye",
2807                         "zigzag": "Zig Zag"
2808                     }
2809                 }
2810             },
2811             "presets": {
2812                 "address": {
2813                     "name": "Address"
2814                 },
2815                 "advertising/billboard": {
2816                     "name": "Billboard"
2817                 },
2818                 "advertising/column": {
2819                     "name": "Advertising Column"
2820                 },
2821                 "aerialway": {
2822                     "name": "Aerialway"
2823                 },
2824                 "aerialway/cable_car": {
2825                     "name": "Cable Car"
2826                 },
2827                 "aerialway/chair_lift": {
2828                     "name": "Chair Lift"
2829                 },
2830                 "aerialway/drag_lift": {
2831                     "name": "Drag Lift"
2832                 },
2833                 "aerialway/gondola": {
2834                     "name": "Gondola",
2835                     "terms": "Dangleway"
2836                 },
2837                 "aerialway/goods": {
2838                     "name": "Goods Aerialway"
2839                 },
2840                 "aerialway/magic_carpet": {
2841                     "name": "Magic Carpet Lift"
2842                 },
2843                 "aerialway/mixed_lift": {
2844                     "name": "Mixed Lift"
2845                 },
2846                 "aerialway/platter": {
2847                     "name": "Platter Lift"
2848                 },
2849                 "aerialway/pylon": {
2850                     "name": "Aerialway Pylon"
2851                 },
2852                 "aerialway/rope_tow": {
2853                     "name": "Rope Tow Lift"
2854                 },
2855                 "aerialway/station": {
2856                     "name": "Aerialway Station"
2857                 },
2858                 "aerialway/t-bar": {
2859                     "name": "T-bar Lift"
2860                 },
2861                 "aeroway": {
2862                     "name": "Aeroway"
2863                 },
2864                 "aeroway/aerodrome": {
2865                     "name": "Airport"
2866                 },
2867                 "aeroway/apron": {
2868                     "name": "Apron"
2869                 },
2870                 "aeroway/gate": {
2871                     "name": "Airport Gate"
2872                 },
2873                 "aeroway/hangar": {
2874                     "name": "Hangar"
2875                 },
2876                 "aeroway/helipad": {
2877                     "name": "Helipad"
2878                 },
2879                 "aeroway/runway": {
2880                     "name": "Runway"
2881                 },
2882                 "aeroway/taxiway": {
2883                     "name": "Taxiway"
2884                 },
2885                 "aeroway/terminal": {
2886                     "name": "Airport Terminal"
2887                 },
2888                 "allotments/plot": {
2889                     "name": "Allotments Plot"
2890                 },
2891                 "amenity": {
2892                     "name": "Amenity"
2893                 },
2894                 "amenity/animal_boarding": {
2895                     "name": "Animal Boarding Facility"
2896                 },
2897                 "amenity/animal_breeding": {
2898                     "name": "Animal Breeding Facility"
2899                 },
2900                 "amenity/animal_shelter": {
2901                     "name": "Animal Shelter"
2902                 },
2903                 "amenity/arts_centre": {
2904                     "name": "Arts Centre"
2905                 },
2906                 "amenity/atm": {
2907                     "name": "Cash Machine"
2908                 },
2909                 "amenity/bank": {
2910                     "name": "Bank"
2911                 },
2912                 "amenity/bar": {
2913                     "name": "Bar"
2914                 },
2915                 "amenity/bbq": {
2916                     "name": "Barbecue/Grill"
2917                 },
2918                 "amenity/bench": {
2919                     "name": "Bench"
2920                 },
2921                 "amenity/bicycle_parking": {
2922                     "name": "Bicycle Parking"
2923                 },
2924                 "amenity/bicycle_rental": {
2925                     "name": "Bicycle Rental"
2926                 },
2927                 "amenity/bicycle_repair_station": {
2928                     "name": "Bicycle Repair Tool Stand"
2929                 },
2930                 "amenity/biergarten": {
2931                     "name": "Beer Garden"
2932                 },
2933                 "amenity/boat_rental": {
2934                     "name": "Boat Rental"
2935                 },
2936                 "amenity/bureau_de_change": {
2937                     "name": "Currency Exchange"
2938                 },
2939                 "amenity/bus_station": {
2940                     "name": "Bus Station / Terminal"
2941                 },
2942                 "amenity/cafe": {
2943                     "name": "Cafe"
2944                 },
2945                 "amenity/car_pooling": {
2946                     "name": "Car Pooling"
2947                 },
2948                 "amenity/car_rental": {
2949                     "name": "Car Rental"
2950                 },
2951                 "amenity/car_sharing": {
2952                     "name": "Car Sharing"
2953                 },
2954                 "amenity/car_wash": {
2955                     "name": "Car Wash"
2956                 },
2957                 "amenity/casino": {
2958                     "name": "Casino"
2959                 },
2960                 "amenity/charging_station": {
2961                     "name": "Charging Station"
2962                 },
2963                 "amenity/childcare": {
2964                     "name": "Nursery/Childcare"
2965                 },
2966                 "amenity/cinema": {
2967                     "name": "Cinema"
2968                 },
2969                 "amenity/clinic": {
2970                     "name": "Clinic"
2971                 },
2972                 "amenity/clinic/abortion": {
2973                     "name": "Abortion Clinic"
2974                 },
2975                 "amenity/clinic/fertility": {
2976                     "name": "Fertility Clinic"
2977                 },
2978                 "amenity/clock": {
2979                     "name": "Clock"
2980                 },
2981                 "amenity/college": {
2982                     "name": "College Grounds"
2983                 },
2984                 "amenity/community_centre": {
2985                     "name": "Community Centre"
2986                 },
2987                 "amenity/compressed_air": {
2988                     "name": "Compressed Air"
2989                 },
2990                 "amenity/courthouse": {
2991                     "name": "Courthouse"
2992                 },
2993                 "amenity/coworking_space": {
2994                     "name": "Coworking Space"
2995                 },
2996                 "amenity/crematorium": {
2997                     "name": "Crematorium"
2998                 },
2999                 "amenity/dentist": {
3000                     "name": "Dentist"
3001                 },
3002                 "amenity/doctors": {
3003                     "name": "Doctor"
3004                 },
3005                 "amenity/dojo": {
3006                     "name": "Dojo / Martial Arts Academy"
3007                 },
3008                 "amenity/drinking_water": {
3009                     "name": "Drinking Water"
3010                 },
3011                 "amenity/driving_school": {
3012                     "name": "Driving School"
3013                 },
3014                 "amenity/embassy": {
3015                     "name": "Embassy"
3016                 },
3017                 "amenity/fast_food": {
3018                     "name": "Fast Food"
3019                 },
3020                 "amenity/ferry_terminal": {
3021                     "name": "Ferry Station / Terminal"
3022                 },
3023                 "amenity/fire_station": {
3024                     "name": "Fire Station"
3025                 },
3026                 "amenity/food_court": {
3027                     "name": "Food Court"
3028                 },
3029                 "amenity/fountain": {
3030                     "name": "Fountain"
3031                 },
3032                 "amenity/fuel": {
3033                     "name": "Petrol Station",
3034                     "terms": "gas, fuel, propane, diesel, lng, cng, biodiesel"
3035                 },
3036                 "amenity/grave_yard": {
3037                     "name": "Graveyard"
3038                 },
3039                 "amenity/grit_bin": {
3040                     "name": "Grit Bin"
3041                 },
3042                 "amenity/hospital": {
3043                     "name": "Hospital Grounds"
3044                 },
3045                 "amenity/hunting_stand": {
3046                     "name": "Hunting Stand"
3047                 },
3048                 "amenity/ice_cream": {
3049                     "name": "Ice Cream Shop"
3050                 },
3051                 "amenity/internet_cafe": {
3052                     "name": "Internet Cafe"
3053                 },
3054                 "amenity/kindergarten": {
3055                     "name": "Preschool/Kindergarten Grounds"
3056                 },
3057                 "amenity/library": {
3058                     "name": "Library"
3059                 },
3060                 "amenity/love_hotel": {
3061                     "name": "Love Hotel"
3062                 },
3063                 "amenity/marketplace": {
3064                     "name": "Marketplace"
3065                 },
3066                 "amenity/monastery": {
3067                     "name": "Monastery Grounds"
3068                 },
3069                 "amenity/motorcycle_parking": {
3070                     "name": "Motorcycle Parking"
3071                 },
3072                 "amenity/music_school": {
3073                     "name": "Music School"
3074                 },
3075                 "amenity/nightclub": {
3076                     "name": "Nightclub"
3077                 },
3078                 "amenity/nursing_home": {
3079                     "name": "Nursing Home"
3080                 },
3081                 "amenity/parking": {
3082                     "name": "Car Parking"
3083                 },
3084                 "amenity/parking_entrance": {
3085                     "name": "Parking Garage Entrance/Exit"
3086                 },
3087                 "amenity/parking_space": {
3088                     "name": "Parking Space"
3089                 },
3090                 "amenity/pavilion": {
3091                     "name": "Pavilion"
3092                 },
3093                 "amenity/pharmacy": {
3094                     "name": "Pharmacy"
3095                 },
3096                 "amenity/place_of_worship": {
3097                     "name": "Place of Worship"
3098                 },
3099                 "amenity/place_of_worship/buddhist": {
3100                     "name": "Buddhist Temple"
3101                 },
3102                 "amenity/place_of_worship/christian": {
3103                     "name": "Church"
3104                 },
3105                 "amenity/place_of_worship/hindu": {
3106                     "name": "Hindu Temple"
3107                 },
3108                 "amenity/place_of_worship/jewish": {
3109                     "name": "Synagogue"
3110                 },
3111                 "amenity/place_of_worship/muslim": {
3112                     "name": "Mosque"
3113                 },
3114                 "amenity/place_of_worship/shinto": {
3115                     "name": "Shinto Shrine"
3116                 },
3117                 "amenity/place_of_worship/sikh": {
3118                     "name": "Sikh Temple"
3119                 },
3120                 "amenity/place_of_worship/taoist": {
3121                     "name": "Taoist Temple"
3122                 },
3123                 "amenity/planetarium": {
3124                     "name": "Planetarium"
3125                 },
3126                 "amenity/police": {
3127                     "name": "Police"
3128                 },
3129                 "amenity/post_box": {
3130                     "name": "Post Box",
3131                     "terms": "Mailbox"
3132                 },
3133                 "amenity/post_office": {
3134                     "name": "Post Office"
3135                 },
3136                 "amenity/prison": {
3137                     "name": "Prison Grounds"
3138                 },
3139                 "amenity/pub": {
3140                     "name": "Pub"
3141                 },
3142                 "amenity/public_bath": {
3143                     "name": "Public Bath"
3144                 },
3145                 "amenity/public_bookcase": {
3146                     "name": "Public Bookcase"
3147                 },
3148                 "amenity/ranger_station": {
3149                     "name": "Warden Station"
3150                 },
3151                 "amenity/recycling": {
3152                     "name": "Recycling Container"
3153                 },
3154                 "amenity/recycling_centre": {
3155                     "name": "Recycling Centre"
3156                 },
3157                 "amenity/register_office": {
3158                     "name": "Register Office"
3159                 },
3160                 "amenity/restaurant": {
3161                     "name": "Restaurant"
3162                 },
3163                 "amenity/sanitary_dump_station": {
3164                     "name": "RV Toilet Disposal"
3165                 },
3166                 "amenity/school": {
3167                     "name": "School Grounds"
3168                 },
3169                 "amenity/scrapyard": {
3170                     "name": "Scrap Yard"
3171                 },
3172                 "amenity/shelter": {
3173                     "name": "Shelter"
3174                 },
3175                 "amenity/shower": {
3176                     "name": "Shower"
3177                 },
3178                 "amenity/smoking_area": {
3179                     "name": "Smoking Area"
3180                 },
3181                 "amenity/social_facility": {
3182                     "name": "Social Facility"
3183                 },
3184                 "amenity/social_facility/food_bank": {
3185                     "name": "Food Bank"
3186                 },
3187                 "amenity/social_facility/group_home": {
3188                     "name": "Elderly Group Home"
3189                 },
3190                 "amenity/social_facility/homeless_shelter": {
3191                     "name": "Homeless Shelter"
3192                 },
3193                 "amenity/social_facility/nursing_home": {
3194                     "name": "Nursing Home"
3195                 },
3196                 "amenity/studio": {
3197                     "name": "Studio"
3198                 },
3199                 "amenity/swimming_pool": {
3200                     "name": "Swimming Pool"
3201                 },
3202                 "amenity/taxi": {
3203                     "name": "Taxi Stand"
3204                 },
3205                 "amenity/telephone": {
3206                     "name": "Telephone"
3207                 },
3208                 "amenity/theatre": {
3209                     "name": "Theatre"
3210                 },
3211                 "amenity/toilets": {
3212                     "name": "Toilets"
3213                 },
3214                 "amenity/townhall": {
3215                     "name": "Town Hall"
3216                 },
3217                 "amenity/university": {
3218                     "name": "University Grounds"
3219                 },
3220                 "amenity/vending_machine": {
3221                     "name": "Vending Machine"
3222                 },
3223                 "amenity/vending_machine/cigarettes": {
3224                     "name": "Cigarette Vending Machine"
3225                 },
3226                 "amenity/vending_machine/coffee": {
3227                     "name": "Coffee Vending Machine"
3228                 },
3229                 "amenity/vending_machine/condoms": {
3230                     "name": "Condom Vending Machine"
3231                 },
3232                 "amenity/vending_machine/drinks": {
3233                     "name": "Drink Vending Machine"
3234                 },
3235                 "amenity/vending_machine/electronics": {
3236                     "name": "Electronics Vending Machine"
3237                 },
3238                 "amenity/vending_machine/elongated_coin": {
3239                     "name": "Elongated Coin Vending Machine"
3240                 },
3241                 "amenity/vending_machine/excrement_bags": {
3242                     "name": "Excrement Bag Vending Machine"
3243                 },
3244                 "amenity/vending_machine/feminine_hygiene": {
3245                     "name": "Feminine Hygiene Vending Machine"
3246                 },
3247                 "amenity/vending_machine/food": {
3248                     "name": "Food Vending Machine"
3249                 },
3250                 "amenity/vending_machine/fuel": {
3251                     "name": "Fuel Pump"
3252                 },
3253                 "amenity/vending_machine/ice_cream": {
3254                     "name": "Ice Cream Vending Machine"
3255                 },
3256                 "amenity/vending_machine/news_papers": {
3257                     "name": "Newspaper Vending Machine"
3258                 },
3259                 "amenity/vending_machine/newspapers": {
3260                     "name": "Newspaper Vending Machine"
3261                 },
3262                 "amenity/vending_machine/parcel_pickup_dropoff": {
3263                     "name": "Parcel Pickup/Dropoff Vending Machine"
3264                 },
3265                 "amenity/vending_machine/parking_tickets": {
3266                     "name": "Parking Ticket Vending Machine"
3267                 },
3268                 "amenity/vending_machine/public_transport_tickets": {
3269                     "name": "Transit Ticket Vending Machine"
3270                 },
3271                 "amenity/vending_machine/stamps": {
3272                     "name": "Postage Vending Machine"
3273                 },
3274                 "amenity/vending_machine/sweets": {
3275                     "name": "Snack Vending Machine"
3276                 },
3277                 "amenity/veterinary": {
3278                     "name": "Veterinary"
3279                 },
3280                 "amenity/waste/dog_excrement": {
3281                     "name": "Dog Excrement Bin"
3282                 },
3283                 "amenity/waste_basket": {
3284                     "name": "Rubbish Bin"
3285                 },
3286                 "amenity/waste_disposal": {
3287                     "name": "Garbage Dumpster"
3288                 },
3289                 "amenity/waste_transfer_station": {
3290                     "name": "Waste Transfer Station"
3291                 },
3292                 "amenity/water_point": {
3293                     "name": "RV Drinking Water"
3294                 },
3295                 "amenity/watering_place": {
3296                     "name": "Animal Watering Place"
3297                 },
3298                 "area": {
3299                     "name": "Area"
3300                 },
3301                 "area/highway": {
3302                     "name": "Road Surface"
3303                 },
3304                 "attraction/amusement_ride": {
3305                     "name": "Amusement Ride"
3306                 },
3307                 "attraction/animal": {
3308                     "name": "Animal"
3309                 },
3310                 "attraction/big_wheel": {
3311                     "name": "Big Wheel"
3312                 },
3313                 "attraction/bumper_car": {
3314                     "name": "Bumper Car"
3315                 },
3316                 "attraction/bungee_jumping": {
3317                     "name": "Bungee Jumping"
3318                 },
3319                 "attraction/carousel": {
3320                     "name": "Carousel"
3321                 },
3322                 "attraction/dark_ride": {
3323                     "name": "Ghost Train"
3324                 },
3325                 "attraction/drop_tower": {
3326                     "name": "Drop Tower"
3327                 },
3328                 "attraction/maze": {
3329                     "name": "Maze"
3330                 },
3331                 "attraction/pirate_ship": {
3332                     "name": "Pirate Ship"
3333                 },
3334                 "attraction/river_rafting": {
3335                     "name": "River Rafting"
3336                 },
3337                 "attraction/roller_coaster": {
3338                     "name": "Roller Coaster"
3339                 },
3340                 "attraction/train": {
3341                     "name": "Tourist Train"
3342                 },
3343                 "attraction/water_slide": {
3344                     "name": "Water Slide"
3345                 },
3346                 "barrier": {
3347                     "name": "Barrier"
3348                 },
3349                 "barrier/block": {
3350                     "name": "Block"
3351                 },
3352                 "barrier/bollard": {
3353                     "name": "Bollard"
3354                 },
3355                 "barrier/border_control": {
3356                     "name": "Border Control"
3357                 },
3358                 "barrier/cattle_grid": {
3359                     "name": "Cattle Grid"
3360                 },
3361                 "barrier/city_wall": {
3362                     "name": "City Wall"
3363                 },
3364                 "barrier/cycle_barrier": {
3365                     "name": "Cycle Barrier"
3366                 },
3367                 "barrier/ditch": {
3368                     "name": "Trench"
3369                 },
3370                 "barrier/entrance": {
3371                     "name": "Entrance"
3372                 },
3373                 "barrier/fence": {
3374                     "name": "Fence"
3375                 },
3376                 "barrier/gate": {
3377                     "name": "Gate"
3378                 },
3379                 "barrier/hedge": {
3380                     "name": "Hedge"
3381                 },
3382                 "barrier/kerb": {
3383                     "name": "Kerb"
3384                 },
3385                 "barrier/kissing_gate": {
3386                     "name": "Kissing Gate"
3387                 },
3388                 "barrier/lift_gate": {
3389                     "name": "Lift Gate"
3390                 },
3391                 "barrier/retaining_wall": {
3392                     "name": "Retaining Wall"
3393                 },
3394                 "barrier/stile": {
3395                     "name": "Stile"
3396                 },
3397                 "barrier/toll_booth": {
3398                     "name": "Toll Booth"
3399                 },
3400                 "barrier/wall": {
3401                     "name": "Wall"
3402                 },
3403                 "boundary/administrative": {
3404                     "name": "Administrative Boundary"
3405                 },
3406                 "building": {
3407                     "name": "Building"
3408                 },
3409                 "building/apartments": {
3410                     "name": "Apartments"
3411                 },
3412                 "building/barn": {
3413                     "name": "Barn"
3414                 },
3415                 "building/boathouse": {
3416                     "name": "Boathouse"
3417                 },
3418                 "building/bungalow": {
3419                     "name": "Bungalow"
3420                 },
3421                 "building/bunker": {
3422                     "name": "Bunker"
3423                 },
3424                 "building/cabin": {
3425                     "name": "Cabin"
3426                 },
3427                 "building/cathedral": {
3428                     "name": "Cathedral Building"
3429                 },
3430                 "building/chapel": {
3431                     "name": "Chapel Building"
3432                 },
3433                 "building/church": {
3434                     "name": "Church Building"
3435                 },
3436                 "building/civic": {
3437                     "name": "Civic Building"
3438                 },
3439                 "building/college": {
3440                     "name": "College Building"
3441                 },
3442                 "building/commercial": {
3443                     "name": "Commercial Building"
3444                 },
3445                 "building/construction": {
3446                     "name": "Building Under Construction"
3447                 },
3448                 "building/detached": {
3449                     "name": "Detached House"
3450                 },
3451                 "building/dormitory": {
3452                     "name": "Dormitory"
3453                 },
3454                 "building/entrance": {
3455                     "name": "Entrance/Exit"
3456                 },
3457                 "building/farm": {
3458                     "name": "Farm House"
3459                 },
3460                 "building/farm_auxiliary": {
3461                     "name": "Farm Building"
3462                 },
3463                 "building/garage": {
3464                     "name": "Garage"
3465                 },
3466                 "building/garages": {
3467                     "name": "Garages"
3468                 },
3469                 "building/grandstand": {
3470                     "name": "Grandstand"
3471                 },
3472                 "building/greenhouse": {
3473                     "name": "Greenhouse"
3474                 },
3475                 "building/hospital": {
3476                     "name": "Hospital Building"
3477                 },
3478                 "building/hotel": {
3479                     "name": "Hotel Building"
3480                 },
3481                 "building/house": {
3482                     "name": "House"
3483                 },
3484                 "building/hut": {
3485                     "name": "Hut"
3486                 },
3487                 "building/industrial": {
3488                     "name": "Industrial Building"
3489                 },
3490                 "building/kindergarten": {
3491                     "name": "Preschool/Kindergarten Building"
3492                 },
3493                 "building/mosque": {
3494                     "name": "Mosque Building"
3495                 },
3496                 "building/public": {
3497                     "name": "Public Building"
3498                 },
3499                 "building/residential": {
3500                     "name": "Residential Building"
3501                 },
3502                 "building/retail": {
3503                     "name": "Retail Building"
3504                 },
3505                 "building/roof": {
3506                     "name": "Roof"
3507                 },
3508                 "building/ruins": {
3509                     "name": "Building Ruins"
3510                 },
3511                 "building/school": {
3512                     "name": "School Building"
3513                 },
3514                 "building/semidetached_house": {
3515                     "name": "Semi-Detached House"
3516                 },
3517                 "building/service": {
3518                     "name": "Service Building"
3519                 },
3520                 "building/shed": {
3521                     "name": "Shed"
3522                 },
3523                 "building/stable": {
3524                     "name": "Stable"
3525                 },
3526                 "building/stadium": {
3527                     "name": "Stadium Building"
3528                 },
3529                 "building/static_caravan": {
3530                     "name": "Static Caravan"
3531                 },
3532                 "building/temple": {
3533                     "name": "Temple Building"
3534                 },
3535                 "building/terrace": {
3536                     "name": "Terraced houses"
3537                 },
3538                 "building/train_station": {
3539                     "name": "Train Station"
3540                 },
3541                 "building/transportation": {
3542                     "name": "Transportation Building"
3543                 },
3544                 "building/university": {
3545                     "name": "University Building"
3546                 },
3547                 "building/warehouse": {
3548                     "name": "Warehouse"
3549                 },
3550                 "camp_site/camp_pitch": {
3551                     "name": "Camp Pitch"
3552                 },
3553                 "circular": {
3554                     "name": "Traffic Circle"
3555                 },
3556                 "club": {
3557                     "name": "Club"
3558                 },
3559                 "craft": {
3560                     "name": "Craft"
3561                 },
3562                 "craft/basket_maker": {
3563                     "name": "Basket Maker"
3564                 },
3565                 "craft/beekeeper": {
3566                     "name": "Beekeeper"
3567                 },
3568                 "craft/blacksmith": {
3569                     "name": "Blacksmith"
3570                 },
3571                 "craft/boatbuilder": {
3572                     "name": "Boat Builder"
3573                 },
3574                 "craft/bookbinder": {
3575                     "name": "Bookbinder"
3576                 },
3577                 "craft/brewery": {
3578                     "name": "Brewery"
3579                 },
3580                 "craft/carpenter": {
3581                     "name": "Carpenter"
3582                 },
3583                 "craft/carpet_layer": {
3584                     "name": "Carpet Layer"
3585                 },
3586                 "craft/caterer": {
3587                     "name": "Caterer"
3588                 },
3589                 "craft/chimney_sweeper": {
3590                     "name": "Chimney Sweeper"
3591                 },
3592                 "craft/clockmaker": {
3593                     "name": "Clockmaker"
3594                 },
3595                 "craft/confectionery": {
3596                     "name": "Candy Maker"
3597                 },
3598                 "craft/distillery": {
3599                     "name": "Distillery"
3600                 },
3601                 "craft/dressmaker": {
3602                     "name": "Dressmaker"
3603                 },
3604                 "craft/electrician": {
3605                     "name": "Electrician"
3606                 },
3607                 "craft/electronics_repair": {
3608                     "name": "Electronics Repair Shop"
3609                 },
3610                 "craft/gardener": {
3611                     "name": "Gardener"
3612                 },
3613                 "craft/glaziery": {
3614                     "name": "Glaziery"
3615                 },
3616                 "craft/handicraft": {
3617                     "name": "Handicraft"
3618                 },
3619                 "craft/hvac": {
3620                     "name": "HVAC"
3621                 },
3622                 "craft/insulator": {
3623                     "name": "Insulator"
3624                 },
3625                 "craft/jeweler": {
3626                     "name": "Jeweler"
3627                 },
3628                 "craft/key_cutter": {
3629                     "name": "Key Cutter"
3630                 },
3631                 "craft/locksmith": {
3632                     "name": "Locksmith"
3633                 },
3634                 "craft/metal_construction": {
3635                     "name": "Metal Construction"
3636                 },
3637                 "craft/optician": {
3638                     "name": "Optician"
3639                 },
3640                 "craft/painter": {
3641                     "name": "Painter"
3642                 },
3643                 "craft/photographer": {
3644                     "name": "Photographer"
3645                 },
3646                 "craft/photographic_laboratory": {
3647                     "name": "Photographic Laboratory"
3648                 },
3649                 "craft/plasterer": {
3650                     "name": "Plasterer"
3651                 },
3652                 "craft/plumber": {
3653                     "name": "Plumber"
3654                 },
3655                 "craft/pottery": {
3656                     "name": "Pottery"
3657                 },
3658                 "craft/rigger": {
3659                     "name": "Rigger"
3660                 },
3661                 "craft/roofer": {
3662                     "name": "Roofer"
3663                 },
3664                 "craft/saddler": {
3665                     "name": "Saddler"
3666                 },
3667                 "craft/sailmaker": {
3668                     "name": "Sailmaker"
3669                 },
3670                 "craft/sawmill": {
3671                     "name": "Sawmill"
3672                 },
3673                 "craft/scaffolder": {
3674                     "name": "Scaffolder"
3675                 },
3676                 "craft/sculptor": {
3677                     "name": "Sculptor"
3678                 },
3679                 "craft/shoemaker": {
3680                     "name": "Shoemaker"
3681                 },
3682                 "craft/stonemason": {
3683                     "name": "Stonemason"
3684                 },
3685                 "craft/tailor": {
3686                     "name": "Tailor"
3687                 },
3688                 "craft/tiler": {
3689                     "name": "Tiler"
3690                 },
3691                 "craft/tinsmith": {
3692                     "name": "Tinsmith"
3693                 },
3694                 "craft/upholsterer": {
3695                     "name": "Upholsterer"
3696                 },
3697                 "craft/watchmaker": {
3698                     "name": "Watchmaker"
3699                 },
3700                 "craft/window_construction": {
3701                     "name": "Window Construction"
3702                 },
3703                 "craft/winery": {
3704                     "name": "Winery"
3705                 },
3706                 "embankment": {
3707                     "name": "Embankment"
3708                 },
3709                 "emergency/ambulance_station": {
3710                     "name": "Ambulance Station"
3711                 },
3712                 "emergency/defibrillator": {
3713                     "name": "Defibrillator"
3714                 },
3715                 "emergency/designated": {
3716                     "name": "Emergency Access Designated"
3717                 },
3718                 "emergency/destination": {
3719                     "name": "Emergency Access Destination"
3720                 },
3721                 "emergency/fire_hydrant": {
3722                     "name": "Fire Hydrant"
3723                 },
3724                 "emergency/life_ring": {
3725                     "name": "Life Ring"
3726                 },
3727                 "emergency/no": {
3728                     "name": "Emergency Access No"
3729                 },
3730                 "emergency/official": {
3731                     "name": "Emergency Access Official"
3732                 },
3733                 "emergency/phone": {
3734                     "name": "Emergency Phone"
3735                 },
3736                 "emergency/private": {
3737                     "name": "Emergency Access Private"
3738                 },
3739                 "emergency/water_tank": {
3740                     "name": "Emergency Water Tank"
3741                 },
3742                 "emergency/yes": {
3743                     "name": "Emergency Access Yes"
3744                 },
3745                 "entrance": {
3746                     "name": "Entrance/Exit"
3747                 },
3748                 "footway/crossing": {
3749                     "name": "Street Crossing"
3750                 },
3751                 "footway/crossing-raised": {
3752                     "name": "Raised Street Crossing"
3753                 },
3754                 "footway/crosswalk": {
3755                     "name": "Zebra Crossing"
3756                 },
3757                 "footway/crosswalk-raised": {
3758                     "name": "Raised Zebra Crossing"
3759                 },
3760                 "footway/sidewalk": {
3761                     "name": "Pavement",
3762                     "terms": "sidewalk, pavement, footway, footpath"
3763                 },
3764                 "ford": {
3765                     "name": "Ford"
3766                 },
3767                 "golf/bunker": {
3768                     "name": "Bunker"
3769                 },
3770                 "golf/fairway": {
3771                     "name": "Fairway"
3772                 },
3773                 "golf/green": {
3774                     "name": "Putting Green"
3775                 },
3776                 "golf/hole": {
3777                     "name": "Golf Hole"
3778                 },
3779                 "golf/lateral_water_hazard_area": {
3780                     "name": "Lateral Water Hazard"
3781                 },
3782                 "golf/lateral_water_hazard_line": {
3783                     "name": "Lateral Water Hazard"
3784                 },
3785                 "golf/rough": {
3786                     "name": "Rough"
3787                 },
3788                 "golf/tee": {
3789                     "name": "Tee Box"
3790                 },
3791                 "golf/water_hazard_area": {
3792                     "name": "Water Hazard"
3793                 },
3794                 "golf/water_hazard_line": {
3795                     "name": "Water Hazard"
3796                 },
3797                 "healthcare": {
3798                     "name": "Healthcare Facility"
3799                 },
3800                 "healthcare/alternative": {
3801                     "name": "Alternative Medicine"
3802                 },
3803                 "healthcare/alternative/chiropractic": {
3804                     "name": "Chiropractor"
3805                 },
3806                 "healthcare/audiologist": {
3807                     "name": "Audiologist"
3808                 },
3809                 "healthcare/birthing_center": {
3810                     "name": "Birthing Centre"
3811                 },
3812                 "healthcare/blood_donation": {
3813                     "name": "Blood Donor Centre"
3814                 },
3815                 "healthcare/hospice": {
3816                     "name": "Hospice"
3817                 },
3818                 "healthcare/laboratory": {
3819                     "name": "Medical Laboratory"
3820                 },
3821                 "healthcare/midwife": {
3822                     "name": "Midwife"
3823                 },
3824                 "healthcare/occupational_therapist": {
3825                     "name": "Occupational Therapist"
3826                 },
3827                 "healthcare/optometrist": {
3828                     "name": "Optometrist"
3829                 },
3830                 "healthcare/physiotherapist": {
3831                     "name": "Physiotherapist"
3832                 },
3833                 "healthcare/podiatrist": {
3834                     "name": "Podiatrist"
3835                 },
3836                 "healthcare/psychotherapist": {
3837                     "name": "Psychotherapist"
3838                 },
3839                 "healthcare/rehabilitation": {
3840                     "name": "Rehabilitation Facility"
3841                 },
3842                 "healthcare/speech_therapist": {
3843                     "name": "Speech Therapist"
3844                 },
3845                 "highway": {
3846                     "name": "Highway"
3847                 },
3848                 "highway/bridleway": {
3849                     "name": "Bridleway"
3850                 },
3851                 "highway/bus_guideway": {
3852                     "name": "Bus Guideway"
3853                 },
3854                 "highway/bus_stop": {
3855                     "name": "Bus Stop / Platform"
3856                 },
3857                 "highway/corridor": {
3858                     "name": "Indoor Corridor"
3859                 },
3860                 "highway/crossing": {
3861                     "name": "Street Crossing"
3862                 },
3863                 "highway/crossing-raised": {
3864                     "name": "Raised Street Crossing"
3865                 },
3866                 "highway/crosswalk": {
3867                     "name": "Zebra Crossing"
3868                 },
3869                 "highway/crosswalk-raised": {
3870                     "name": "Raised Zebra Crossing"
3871                 },
3872                 "highway/cycleway": {
3873                     "name": "Cycle Path"
3874                 },
3875                 "highway/elevator": {
3876                     "name": "Lift"
3877                 },
3878                 "highway/footway": {
3879                     "name": "Foot Path"
3880                 },
3881                 "highway/give_way": {
3882                     "name": "Give Way Sign"
3883                 },
3884                 "highway/living_street": {
3885                     "name": "Living Street"
3886                 },
3887                 "highway/mini_roundabout": {
3888                     "name": "Mini-Roundabout"
3889                 },
3890                 "highway/motorway": {
3891                     "name": "Motorway"
3892                 },
3893                 "highway/motorway_junction": {
3894                     "name": "Motorway Junction / Exit"
3895                 },
3896                 "highway/motorway_link": {
3897                     "name": "Motorway Link"
3898                 },
3899                 "highway/passing_place": {
3900                     "name": "Passing Place"
3901                 },
3902                 "highway/path": {
3903                     "name": "Path"
3904                 },
3905                 "highway/pedestrian_area": {
3906                     "name": "Pedestrian Area"
3907                 },
3908                 "highway/pedestrian_line": {
3909                     "name": "Pedestrian Street"
3910                 },
3911                 "highway/primary": {
3912                     "name": "Primary Road"
3913                 },
3914                 "highway/primary_link": {
3915                     "name": "Primary Link"
3916                 },
3917                 "highway/raceway": {
3918                     "name": "Racetrack (Motorsport)"
3919                 },
3920                 "highway/residential": {
3921                     "name": "Residential Road"
3922                 },
3923                 "highway/rest_area": {
3924                     "name": "Rest Area"
3925                 },
3926                 "highway/road": {
3927                     "name": "Unknown Road"
3928                 },
3929                 "highway/secondary": {
3930                     "name": "Secondary Road"
3931                 },
3932                 "highway/secondary_link": {
3933                     "name": "Secondary Link"
3934                 },
3935                 "highway/service": {
3936                     "name": "Service Road"
3937                 },
3938                 "highway/service/alley": {
3939                     "name": "Alley"
3940                 },
3941                 "highway/service/drive-through": {
3942                     "name": "Drive-Through"
3943                 },
3944                 "highway/service/driveway": {
3945                     "name": "Driveway"
3946                 },
3947                 "highway/service/emergency_access": {
3948                     "name": "Emergency Access"
3949                 },
3950                 "highway/service/parking_aisle": {
3951                     "name": "Parking Aisle"
3952                 },
3953                 "highway/services": {
3954                     "name": "Service Area"
3955                 },
3956                 "highway/speed_camera": {
3957                     "name": "Speed Camera"
3958                 },
3959                 "highway/steps": {
3960                     "name": "Steps"
3961                 },
3962                 "highway/stop": {
3963                     "name": "Stop Sign"
3964                 },
3965                 "highway/street_lamp": {
3966                     "name": "Street Light"
3967                 },
3968                 "highway/tertiary": {
3969                     "name": "Tertiary Road"
3970                 },
3971                 "highway/tertiary_link": {
3972                     "name": "Tertiary Link"
3973                 },
3974                 "highway/track": {
3975                     "name": "Track"
3976                 },
3977                 "highway/traffic_mirror": {
3978                     "name": "Traffic Mirror"
3979                 },
3980                 "highway/traffic_signals": {
3981                     "name": "Traffic Lights"
3982                 },
3983                 "highway/trunk": {
3984                     "name": "Trunk Road"
3985                 },
3986                 "highway/trunk_link": {
3987                     "name": "Trunk Link"
3988                 },
3989                 "highway/turning_circle": {
3990                     "name": "Turning Circle"
3991                 },
3992                 "highway/turning_loop": {
3993                     "name": "Turning Loop (Island)"
3994                 },
3995                 "highway/unclassified": {
3996                     "name": "Minor/Unclassified Road"
3997                 },
3998                 "historic": {
3999                     "name": "Historic Site"
4000                 },
4001                 "historic/archaeological_site": {
4002                     "name": "Archaeological Site"
4003                 },
4004                 "historic/boundary_stone": {
4005                     "name": "Boundary Stone"
4006                 },
4007                 "historic/castle": {
4008                     "name": "Castle"
4009                 },
4010                 "historic/memorial": {
4011                     "name": "Memorial"
4012                 },
4013                 "historic/monument": {
4014                     "name": "Monument"
4015                 },
4016                 "historic/ruins": {
4017                     "name": "Ruins"
4018                 },
4019                 "historic/tomb": {
4020                     "name": "Tomb"
4021                 },
4022                 "historic/wayside_cross": {
4023                     "name": "Wayside Cross"
4024                 },
4025                 "historic/wayside_shrine": {
4026                     "name": "Wayside Shrine"
4027                 },
4028                 "junction": {
4029                     "name": "Junction"
4030                 },
4031                 "landuse": {
4032                     "name": "Land Use"
4033                 },
4034                 "landuse/allotments": {
4035                     "name": "Allotments"
4036                 },
4037                 "landuse/aquaculture": {
4038                     "name": "Aquaculture"
4039                 },
4040                 "landuse/basin": {
4041                     "name": "Basin"
4042                 },
4043                 "landuse/brownfield": {
4044                     "name": "Brownfield"
4045                 },
4046                 "landuse/cemetery": {
4047                     "name": "Cemetery"
4048                 },
4049                 "landuse/churchyard": {
4050                     "name": "Churchyard"
4051                 },
4052                 "landuse/commercial": {
4053                     "name": "Commercial Area"
4054                 },
4055                 "landuse/construction": {
4056                     "name": "Construction"
4057                 },
4058                 "landuse/farm": {
4059                     "name": "Farmland"
4060                 },
4061                 "landuse/farmland": {
4062                     "name": "Farmland"
4063                 },
4064                 "landuse/farmyard": {
4065                     "name": "Farmyard"
4066                 },
4067                 "landuse/forest": {
4068                     "name": "Forest"
4069                 },
4070                 "landuse/garages": {
4071                     "name": "Garage Landuse"
4072                 },
4073                 "landuse/grass": {
4074                     "name": "Grass"
4075                 },
4076                 "landuse/greenfield": {
4077                     "name": "Greenfield"
4078                 },
4079                 "landuse/greenhouse_horticulture": {
4080                     "name": "Greenhouse Horticulture"
4081                 },
4082                 "landuse/harbour": {
4083                     "name": "Harbor"
4084                 },
4085                 "landuse/industrial": {
4086                     "name": "Industrial Area"
4087                 },
4088                 "landuse/industrial/scrap_yard": {
4089                     "name": "Scrap Yard"
4090                 },
4091                 "landuse/industrial/slaughterhouse": {
4092                     "name": "Slaughterhouse"
4093                 },
4094                 "landuse/landfill": {
4095                     "name": "Landfill"
4096                 },
4097                 "landuse/meadow": {
4098                     "name": "Meadow"
4099                 },
4100                 "landuse/military": {
4101                     "name": "Military Area"
4102                 },
4103                 "landuse/military/airfield": {
4104                     "name": "Military Airfield"
4105                 },
4106                 "landuse/military/barracks": {
4107                     "name": "Barracks"
4108                 },
4109                 "landuse/military/bunker": {
4110                     "name": "Military Bunker"
4111                 },
4112                 "landuse/military/checkpoint": {
4113                     "name": "Checkpoint"
4114                 },
4115                 "landuse/military/danger_area": {
4116                     "name": "Danger Area"
4117                 },
4118                 "landuse/military/naval_base": {
4119                     "name": "Naval Base"
4120                 },
4121                 "landuse/military/nuclear_explosion_site": {
4122                     "name": "Nuclear Explosion Site"
4123                 },
4124                 "landuse/military/obstacle_course": {
4125                     "name": "Obstacle Course"
4126                 },
4127                 "landuse/military/office": {
4128                     "name": "Military Office"
4129                 },
4130                 "landuse/military/range": {
4131                     "name": "Military Range"
4132                 },
4133                 "landuse/military/training_area": {
4134                     "name": "Training Area"
4135                 },
4136                 "landuse/orchard": {
4137                     "name": "Orchard"
4138                 },
4139                 "landuse/plant_nursery": {
4140                     "name": "Plant Nursery"
4141                 },
4142                 "landuse/quarry": {
4143                     "name": "Quarry"
4144                 },
4145                 "landuse/railway": {
4146                     "name": "Railway Corridor"
4147                 },
4148                 "landuse/recreation_ground": {
4149                     "name": "Recreation Ground"
4150                 },
4151                 "landuse/religious": {
4152                     "name": "Religious Area"
4153                 },
4154                 "landuse/residential": {
4155                     "name": "Residential Area"
4156                 },
4157                 "landuse/retail": {
4158                     "name": "Retail Area"
4159                 },
4160                 "landuse/vineyard": {
4161                     "name": "Vineyard"
4162                 },
4163                 "leisure": {
4164                     "name": "Leisure"
4165                 },
4166                 "leisure/adult_gaming_centre": {
4167                     "name": "Adult Gaming Centre"
4168                 },
4169                 "leisure/amusement_arcade": {
4170                     "name": "Amusement Arcade"
4171                 },
4172                 "leisure/beach_resort": {
4173                     "name": "Beach Resort"
4174                 },
4175                 "leisure/bird_hide": {
4176                     "name": "Bird Hide"
4177                 },
4178                 "leisure/bowling_alley": {
4179                     "name": "Bowling Alley"
4180                 },
4181                 "leisure/common": {
4182                     "name": "Common"
4183                 },
4184                 "leisure/dance": {
4185                     "name": "Dance Hall"
4186                 },
4187                 "leisure/dancing_school": {
4188                     "name": "Dance School"
4189                 },
4190                 "leisure/dog_park": {
4191                     "name": "Dog Park"
4192                 },
4193                 "leisure/firepit": {
4194                     "name": "Firepit"
4195                 },
4196                 "leisure/fitness_centre": {
4197                     "name": "Gym / Fitness Centre"
4198                 },
4199                 "leisure/fitness_centre/yoga": {
4200                     "name": "Yoga Studio"
4201                 },
4202                 "leisure/fitness_station": {
4203                     "name": "Outdoor Fitness Station"
4204                 },
4205                 "leisure/fitness_station/balance_beam": {
4206                     "name": "Exercise Balance Beam"
4207                 },
4208                 "leisure/fitness_station/box": {
4209                     "name": "Exercise Box"
4210                 },
4211                 "leisure/fitness_station/horizontal_bar": {
4212                     "name": "Exercise Horizontal Bar"
4213                 },
4214                 "leisure/fitness_station/horizontal_ladder": {
4215                     "name": "Exercise Monkey Bars"
4216                 },
4217                 "leisure/fitness_station/hyperextension": {
4218                     "name": "Hyperextension Station"
4219                 },
4220                 "leisure/fitness_station/parallel_bars": {
4221                     "name": "Parallel Bars"
4222                 },
4223                 "leisure/fitness_station/push-up": {
4224                     "name": "Push-Up Station"
4225                 },
4226                 "leisure/fitness_station/rings": {
4227                     "name": "Exercise Rings"
4228                 },
4229                 "leisure/fitness_station/sign": {
4230                     "name": "Exercise Instruction Sign"
4231                 },
4232                 "leisure/fitness_station/sit-up": {
4233                     "name": "Sit-Up Station"
4234                 },
4235                 "leisure/fitness_station/stairs": {
4236                     "name": "Exercise Stairs"
4237                 },
4238                 "leisure/garden": {
4239                     "name": "Garden"
4240                 },
4241                 "leisure/golf_course": {
4242                     "name": "Golf Course"
4243                 },
4244                 "leisure/hackerspace": {
4245                     "name": "Hackerspace"
4246                 },
4247                 "leisure/horse_riding": {
4248                     "name": "Horseback Riding Facility"
4249                 },
4250                 "leisure/ice_rink": {
4251                     "name": "Ice Rink"
4252                 },
4253                 "leisure/marina": {
4254                     "name": "Marina"
4255                 },
4256                 "leisure/miniature_golf": {
4257                     "name": "Miniature Golf"
4258                 },
4259                 "leisure/nature_reserve": {
4260                     "name": "Nature Reserve"
4261                 },
4262                 "leisure/outdoor_seating": {
4263                     "name": "Outdoor Seating Area"
4264                 },
4265                 "leisure/park": {
4266                     "name": "Park"
4267                 },
4268                 "leisure/picnic_table": {
4269                     "name": "Picnic Table"
4270                 },
4271                 "leisure/pitch": {
4272                     "name": "Sport Pitch"
4273                 },
4274                 "leisure/pitch/american_football": {
4275                     "name": "American Football Field"
4276                 },
4277                 "leisure/pitch/baseball": {
4278                     "name": "Baseball Diamond"
4279                 },
4280                 "leisure/pitch/basketball": {
4281                     "name": "Basketball Court"
4282                 },
4283                 "leisure/pitch/beachvolleyball": {
4284                     "name": "Beach Volleyball Court"
4285                 },
4286                 "leisure/pitch/boules": {
4287                     "name": "Boules/Bocce Court"
4288                 },
4289                 "leisure/pitch/bowls": {
4290                     "name": "Bowling Green"
4291                 },
4292                 "leisure/pitch/cricket": {
4293                     "name": "Cricket Field"
4294                 },
4295                 "leisure/pitch/equestrian": {
4296                     "name": "Riding Arena"
4297                 },
4298                 "leisure/pitch/rugby_league": {
4299                     "name": "Rugby League Pitch"
4300                 },
4301                 "leisure/pitch/rugby_union": {
4302                     "name": "Rugby Union Pitch"
4303                 },
4304                 "leisure/pitch/skateboard": {
4305                     "name": "Skate Park"
4306                 },
4307                 "leisure/pitch/soccer": {
4308                     "name": "Football Pitch"
4309                 },
4310                 "leisure/pitch/table_tennis": {
4311                     "name": "Ping Pong Table"
4312                 },
4313                 "leisure/pitch/tennis": {
4314                     "name": "Tennis Court"
4315                 },
4316                 "leisure/pitch/volleyball": {
4317                     "name": "Volleyball Court"
4318                 },
4319                 "leisure/playground": {
4320                     "name": "Playground"
4321                 },
4322                 "leisure/resort": {
4323                     "name": "Resort"
4324                 },
4325                 "leisure/running_track": {
4326                     "name": "Racetrack (Running)"
4327                 },
4328                 "leisure/sauna": {
4329                     "name": "Sauna"
4330                 },
4331                 "leisure/slipway": {
4332                     "name": "Slipway"
4333                 },
4334                 "leisure/sports_centre": {
4335                     "name": "Sports Centre / Complex"
4336                 },
4337                 "leisure/sports_centre/swimming": {
4338                     "name": "Swimming Pool Facility"
4339                 },
4340                 "leisure/stadium": {
4341                     "name": "Stadium"
4342                 },
4343                 "leisure/swimming_pool": {
4344                     "name": "Swimming Pool"
4345                 },
4346                 "leisure/track": {
4347                     "name": "Racetrack (Non-Motorsport)"
4348                 },
4349                 "leisure/water_park": {
4350                     "name": "Water Park"
4351                 },
4352                 "line": {
4353                     "name": "Line"
4354                 },
4355                 "man_made": {
4356                     "name": "Man Made"
4357                 },
4358                 "man_made/adit": {
4359                     "name": "Adit"
4360                 },
4361                 "man_made/antenna": {
4362                     "name": "Antenna"
4363                 },
4364                 "man_made/breakwater": {
4365                     "name": "Breakwater"
4366                 },
4367                 "man_made/bridge": {
4368                     "name": "Bridge"
4369                 },
4370                 "man_made/chimney": {
4371                     "name": "Chimney"
4372                 },
4373                 "man_made/clearcut": {
4374                     "name": "Clearcut Forest"
4375                 },
4376                 "man_made/crane": {
4377                     "name": "Crane"
4378                 },
4379                 "man_made/cutline": {
4380                     "name": "Cut line"
4381                 },
4382                 "man_made/embankment": {
4383                     "name": "Embankment"
4384                 },
4385                 "man_made/flagpole": {
4386                     "name": "Flagpole"
4387                 },
4388                 "man_made/gasometer": {
4389                     "name": "Gasometer"
4390                 },
4391                 "man_made/groyne": {
4392                     "name": "Groyne"
4393                 },
4394                 "man_made/lighthouse": {
4395                     "name": "Lighthouse"
4396                 },
4397                 "man_made/mast": {
4398                     "name": "Mast"
4399                 },
4400                 "man_made/observation": {
4401                     "name": "Observation Tower"
4402                 },
4403                 "man_made/petroleum_well": {
4404                     "name": "Oil Well"
4405                 },
4406                 "man_made/pier": {
4407                     "name": "Pier"
4408                 },
4409                 "man_made/pipeline": {
4410                     "name": "Pipeline"
4411                 },
4412                 "man_made/pumping_station": {
4413                     "name": "Pumping Station"
4414                 },
4415                 "man_made/silo": {
4416                     "name": "Silo"
4417                 },
4418                 "man_made/storage_tank": {
4419                     "name": "Storage Tank"
4420                 },
4421                 "man_made/surveillance": {
4422                     "name": "Surveillance"
4423                 },
4424                 "man_made/surveillance_camera": {
4425                     "name": "Surveillance Camera"
4426                 },
4427                 "man_made/survey_point": {
4428                     "name": "Survey Point"
4429                 },
4430                 "man_made/tower": {
4431                     "name": "Tower"
4432                 },
4433                 "man_made/wastewater_plant": {
4434                     "name": "Wastewater Plant"
4435                 },
4436                 "man_made/water_tower": {
4437                     "name": "Water Tower"
4438                 },
4439                 "man_made/water_well": {
4440                     "name": "Water Well"
4441                 },
4442                 "man_made/water_works": {
4443                     "name": "Water Works"
4444                 },
4445                 "man_made/watermill": {
4446                     "name": "Watermill"
4447                 },
4448                 "man_made/windmill": {
4449                     "name": "Windmill"
4450                 },
4451                 "man_made/works": {
4452                     "name": "Factory"
4453                 },
4454                 "manhole": {
4455                     "name": "Manhole"
4456                 },
4457                 "manhole/drain": {
4458                     "name": "Storm Drain"
4459                 },
4460                 "manhole/telecom": {
4461                     "name": "Telecom Manhole"
4462                 },
4463                 "natural": {
4464                     "name": "Natural"
4465                 },
4466                 "natural/bare_rock": {
4467                     "name": "Bare Rock"
4468                 },
4469                 "natural/bay": {
4470                     "name": "Bay"
4471                 },
4472                 "natural/beach": {
4473                     "name": "Beach"
4474                 },
4475                 "natural/cave_entrance": {
4476                     "name": "Cave Entrance"
4477                 },
4478                 "natural/cliff": {
4479                     "name": "Cliff"
4480                 },
4481                 "natural/coastline": {
4482                     "name": "Coastline"
4483                 },
4484                 "natural/fell": {
4485                     "name": "Fell"
4486                 },
4487                 "natural/glacier": {
4488                     "name": "Glacier"
4489                 },
4490                 "natural/grassland": {
4491                     "name": "Grassland"
4492                 },
4493                 "natural/heath": {
4494                     "name": "Heath"
4495                 },
4496                 "natural/mud": {
4497                     "name": "Mud"
4498                 },
4499                 "natural/peak": {
4500                     "name": "Peak"
4501                 },
4502                 "natural/reef": {
4503                     "name": "Reef"
4504                 },
4505                 "natural/ridge": {
4506                     "name": "Ridge"
4507                 },
4508                 "natural/saddle": {
4509                     "name": "Saddle"
4510                 },
4511                 "natural/sand": {
4512                     "name": "Sand"
4513                 },
4514                 "natural/scree": {
4515                     "name": "Scree"
4516                 },
4517                 "natural/scrub": {
4518                     "name": "Scrub"
4519                 },
4520                 "natural/spring": {
4521                     "name": "Spring"
4522                 },
4523                 "natural/tree": {
4524                     "name": "Tree"
4525                 },
4526                 "natural/tree_row": {
4527                     "name": "Tree row"
4528                 },
4529                 "natural/volcano": {
4530                     "name": "Volcano"
4531                 },
4532                 "natural/water": {
4533                     "name": "Water"
4534                 },
4535                 "natural/water/lake": {
4536                     "name": "Lake"
4537                 },
4538                 "natural/water/pond": {
4539                     "name": "Pond"
4540                 },
4541                 "natural/water/reservoir": {
4542                     "name": "Reservoir"
4543                 },
4544                 "natural/wetland": {
4545                     "name": "Wetland"
4546                 },
4547                 "natural/wood": {
4548                     "name": "Wood"
4549                 },
4550                 "noexit/yes": {
4551                     "name": "No Exit"
4552                 },
4553                 "office": {
4554                     "name": "Office"
4555                 },
4556                 "office/accountant": {
4557                     "name": "Accountant Office"
4558                 },
4559                 "office/administrative": {
4560                     "name": "Administrative Office"
4561                 },
4562                 "office/adoption_agency": {
4563                     "name": "Adoption Agency"
4564                 },
4565                 "office/advertising_agency": {
4566                     "name": "Advertising Agency"
4567                 },
4568                 "office/architect": {
4569                     "name": "Architect Office"
4570                 },
4571                 "office/association": {
4572                     "name": "Nonprofit Organization Office"
4573                 },
4574                 "office/charity": {
4575                     "name": "Charity Office"
4576                 },
4577                 "office/company": {
4578                     "name": "Corporate Office"
4579                 },
4580                 "office/coworking": {
4581                     "name": "Coworking Space"
4582                 },
4583                 "office/educational_institution": {
4584                     "name": "Educational Institution"
4585                 },
4586                 "office/employment_agency": {
4587                     "name": "Employment Agency"
4588                 },
4589                 "office/energy_supplier": {
4590                     "name": "Energy Supplier Office"
4591                 },
4592                 "office/estate_agent": {
4593                     "name": "Estate Agent"
4594                 },
4595                 "office/financial": {
4596                     "name": "Financial Office"
4597                 },
4598                 "office/forestry": {
4599                     "name": "Forestry Office"
4600                 },
4601                 "office/foundation": {
4602                     "name": "Foundation Office"
4603                 },
4604                 "office/government": {
4605                     "name": "Government Office"
4606                 },
4607                 "office/government/register_office": {
4608                     "name": "Register Office"
4609                 },
4610                 "office/government/tax": {
4611                     "name": "Tax and Revenue Office"
4612                 },
4613                 "office/guide": {
4614                     "name": "Tour Guide Office"
4615                 },
4616                 "office/insurance": {
4617                     "name": "Insurance Office"
4618                 },
4619                 "office/it": {
4620                     "name": "Information Technology Office"
4621                 },
4622                 "office/lawyer": {
4623                     "name": "Law Office"
4624                 },
4625                 "office/lawyer/notary": {
4626                     "name": "Notary Office"
4627                 },
4628                 "office/moving_company": {
4629                     "name": "Moving Company Office"
4630                 },
4631                 "office/newspaper": {
4632                     "name": "Newspaper Office"
4633                 },
4634                 "office/ngo": {
4635                     "name": "NGO Office"
4636                 },
4637                 "office/notary": {
4638                     "name": "Notary Office"
4639                 },
4640                 "office/physician": {
4641                     "name": "Physician"
4642                 },
4643                 "office/political_party": {
4644                     "name": "Political Party"
4645                 },
4646                 "office/private_investigator": {
4647                     "name": "Private Investigator Office"
4648                 },
4649                 "office/quango": {
4650                     "name": "Quasi-NGO Office"
4651                 },
4652                 "office/research": {
4653                     "name": "Research Office"
4654                 },
4655                 "office/surveyor": {
4656                     "name": "Surveyor Office"
4657                 },
4658                 "office/tax_advisor": {
4659                     "name": "Tax Advisor Office"
4660                 },
4661                 "office/telecommunication": {
4662                     "name": "Telecom Office"
4663                 },
4664                 "office/therapist": {
4665                     "name": "Therapist Office"
4666                 },
4667                 "office/travel_agent": {
4668                     "name": "Travel Agency"
4669                 },
4670                 "office/water_utility": {
4671                     "name": "Water Utility Office"
4672                 },
4673                 "piste": {
4674                     "name": "Piste/Ski Trail"
4675                 },
4676                 "place": {
4677                     "name": "Place"
4678                 },
4679                 "place/city": {
4680                     "name": "City"
4681                 },
4682                 "place/farm": {
4683                     "name": "Farm"
4684                 },
4685                 "place/hamlet": {
4686                     "name": "Hamlet"
4687                 },
4688                 "place/island": {
4689                     "name": "Island"
4690                 },
4691                 "place/islet": {
4692                     "name": "Islet"
4693                 },
4694                 "place/isolated_dwelling": {
4695                     "name": "Isolated Dwelling"
4696                 },
4697                 "place/locality": {
4698                     "name": "Locality"
4699                 },
4700                 "place/neighbourhood": {
4701                     "name": "Neighborhood"
4702                 },
4703                 "place/plot": {
4704                     "name": "Plot"
4705                 },
4706                 "place/quarter": {
4707                     "name": "Sub-Borough / Quarter"
4708                 },
4709                 "place/square": {
4710                     "name": "Square"
4711                 },
4712                 "place/suburb": {
4713                     "name": "Borough / Suburb"
4714                 },
4715                 "place/town": {
4716                     "name": "Town"
4717                 },
4718                 "place/village": {
4719                     "name": "Village"
4720                 },
4721                 "playground/balance_beam": {
4722                     "name": "Play Balance Beam"
4723                 },
4724                 "playground/basket_spinner": {
4725                     "name": "Basket Spinner"
4726                 },
4727                 "playground/basket_swing": {
4728                     "name": "Basket Swing"
4729                 },
4730                 "playground/climbing_frame": {
4731                     "name": "Climbing Frame"
4732                 },
4733                 "playground/cushion": {
4734                     "name": "Bouncy Cushion"
4735                 },
4736                 "playground/horizontal_bar": {
4737                     "name": "Play Horizontal Bar"
4738                 },
4739                 "playground/rocker": {
4740                     "name": "Spring Rider"
4741                 },
4742                 "playground/roundabout": {
4743                     "name": "Play Roundabout"
4744                 },
4745                 "playground/sandpit": {
4746                     "name": "Sandpit"
4747                 },
4748                 "playground/seesaw": {
4749                     "name": "Seesaw"
4750                 },
4751                 "playground/slide": {
4752                     "name": "Slide"
4753                 },
4754                 "playground/structure": {
4755                     "name": "Play Structure"
4756                 },
4757                 "playground/swing": {
4758                     "name": "Swing"
4759                 },
4760                 "playground/zipwire": {
4761                     "name": "Zip Wire"
4762                 },
4763                 "point": {
4764                     "name": "Point"
4765                 },
4766                 "power": {
4767                     "name": "Power"
4768                 },
4769                 "power/generator": {
4770                     "name": "Power Generator"
4771                 },
4772                 "power/generator/source_nuclear": {
4773                     "name": "Nuclear Reactor"
4774                 },
4775                 "power/generator/source_wind": {
4776                     "name": "Wind Turbine"
4777                 },
4778                 "power/line": {
4779                     "name": "Power Line"
4780                 },
4781                 "power/minor_line": {
4782                     "name": "Minor Power Line"
4783                 },
4784                 "power/plant": {
4785                     "name": "Power Station Grounds"
4786                 },
4787                 "power/pole": {
4788                     "name": "Power Pole"
4789                 },
4790                 "power/sub_station": {
4791                     "name": "Substation"
4792                 },
4793                 "power/substation": {
4794                     "name": "Substation"
4795                 },
4796                 "power/switch": {
4797                     "name": "Power Switch"
4798                 },
4799                 "power/tower": {
4800                     "name": "High-Voltage Tower"
4801                 },
4802                 "power/transformer": {
4803                     "name": "Transformer"
4804                 },
4805                 "public_transport/linear_platform": {
4806                     "name": "Transit Stop / Platform"
4807                 },
4808                 "public_transport/linear_platform_aerialway": {
4809                     "name": "Aerialway Stop / Platform"
4810                 },
4811                 "public_transport/linear_platform_bus": {
4812                     "name": "Bus Stop / Platform"
4813                 },
4814                 "public_transport/linear_platform_ferry": {
4815                     "name": "Ferry Stop / Platform"
4816                 },
4817                 "public_transport/linear_platform_light_rail": {
4818                     "name": "Light Rail Stop / Platform"
4819                 },
4820                 "public_transport/linear_platform_monorail": {
4821                     "name": "Monorail Stop / Platform"
4822                 },
4823                 "public_transport/linear_platform_subway": {
4824                     "name": "Subway Stop / Platform"
4825                 },
4826                 "public_transport/linear_platform_train": {
4827                     "name": "Train Stop / Platform"
4828                 },
4829                 "public_transport/linear_platform_tram": {
4830                     "name": "Tram Stop / Platform"
4831                 },
4832                 "public_transport/linear_platform_trolleybus": {
4833                     "name": "Trolleybus Stop / Platform"
4834                 },
4835                 "public_transport/platform": {
4836                     "name": "Transit Stop / Platform"
4837                 },
4838                 "public_transport/platform_aerialway": {
4839                     "name": "Aerialway Stop / Platform"
4840                 },
4841                 "public_transport/platform_bus": {
4842                     "name": "Bus Stop / Platform"
4843                 },
4844                 "public_transport/platform_ferry": {
4845                     "name": "Ferry Stop / Platform"
4846                 },
4847                 "public_transport/platform_light_rail": {
4848                     "name": "Light Rail Stop / Platform"
4849                 },
4850                 "public_transport/platform_monorail": {
4851                     "name": "Monorail Stop / Platform"
4852                 },
4853                 "public_transport/platform_subway": {
4854                     "name": "Subway Stop / Platform"
4855                 },
4856                 "public_transport/platform_train": {
4857                     "name": "Train Stop / Platform"
4858                 },
4859                 "public_transport/platform_tram": {
4860                     "name": "Tram Stop / Platform"
4861                 },
4862                 "public_transport/platform_trolleybus": {
4863                     "name": "Trolleybus Stop / Platform"
4864                 },
4865                 "public_transport/station": {
4866                     "name": "Transit Station"
4867                 },
4868                 "public_transport/station_aerialway": {
4869                     "name": "Aerialway Station"
4870                 },
4871                 "public_transport/station_bus": {
4872                     "name": "Bus Station / Terminal"
4873                 },
4874                 "public_transport/station_ferry": {
4875                     "name": "Ferry Station / Terminal"
4876                 },
4877                 "public_transport/station_light_rail": {
4878                     "name": "Light Rail Station"
4879                 },
4880                 "public_transport/station_monorail": {
4881                     "name": "Monorail Station"
4882                 },
4883                 "public_transport/station_subway": {
4884                     "name": "Subway Station"
4885                 },
4886                 "public_transport/station_train": {
4887                     "name": "Train Station"
4888                 },
4889                 "public_transport/station_train_halt": {
4890                     "name": "Train Station (Halt / Request)"
4891                 },
4892                 "public_transport/station_tram": {
4893                     "name": "Tram Station"
4894                 },
4895                 "public_transport/station_trolleybus": {
4896                     "name": "Trolleybus Station / Terminal"
4897                 },
4898                 "public_transport/stop_area": {
4899                     "name": "Transit Stop Area"
4900                 },
4901                 "public_transport/stop_position": {
4902                     "name": "Transit Stopping Location"
4903                 },
4904                 "public_transport/stop_position_aerialway": {
4905                     "name": "Aerialway Stopping Location"
4906                 },
4907                 "public_transport/stop_position_bus": {
4908                     "name": "Bus Stopping Location"
4909                 },
4910                 "public_transport/stop_position_ferry": {
4911                     "name": "Ferry Stopping Location"
4912                 },
4913                 "public_transport/stop_position_light_rail": {
4914                     "name": "Light Rail Stopping Location"
4915                 },
4916                 "public_transport/stop_position_monorail": {
4917                     "name": "Monorail Stopping Location"
4918                 },
4919                 "public_transport/stop_position_subway": {
4920                     "name": "Subway Stopping Location"
4921                 },
4922                 "public_transport/stop_position_train": {
4923                     "name": "Train Stopping Location"
4924                 },
4925                 "public_transport/stop_position_tram": {
4926                     "name": "Tram Stopping Location"
4927                 },
4928                 "public_transport/stop_position_trolleybus": {
4929                     "name": "Trolleybus Stopping Location"
4930                 },
4931                 "railway": {
4932                     "name": "Railway"
4933                 },
4934                 "railway/abandoned": {
4935                     "name": "Abandoned Railway"
4936                 },
4937                 "railway/buffer_stop": {
4938                     "name": "Buffer Stop"
4939                 },
4940                 "railway/crossing": {
4941                     "name": "Level Crossing (Path)"
4942                 },
4943                 "railway/derail": {
4944                     "name": "Railway Derailer"
4945                 },
4946                 "railway/disused": {
4947                     "name": "Disused Railway"
4948                 },
4949                 "railway/funicular": {
4950                     "name": "Funicular"
4951                 },
4952                 "railway/halt": {
4953                     "name": "Train Station (Halt / Request)"
4954                 },
4955                 "railway/level_crossing": {
4956                     "name": "Level Crossing (Road)"
4957                 },
4958                 "railway/light_rail": {
4959                     "name": "Light Rail"
4960                 },
4961                 "railway/milestone": {
4962                     "name": "Railway Milestone"
4963                 },
4964                 "railway/miniature": {
4965                     "name": "Miniature Railway"
4966                 },
4967                 "railway/monorail": {
4968                     "name": "Monorail"
4969                 },
4970                 "railway/narrow_gauge": {
4971                     "name": "Narrow Gauge Rail"
4972                 },
4973                 "railway/platform": {
4974                     "name": "Train Stop / Platform"
4975                 },
4976                 "railway/rail": {
4977                     "name": "Rail"
4978                 },
4979                 "railway/signal": {
4980                     "name": "Railway Signal"
4981                 },
4982                 "railway/station": {
4983                     "name": "Train Station"
4984                 },
4985                 "railway/subway": {
4986                     "name": "Subway"
4987                 },
4988                 "railway/subway_entrance": {
4989                     "name": "Subway Entrance"
4990                 },
4991                 "railway/switch": {
4992                     "name": "Railway Switch"
4993                 },
4994                 "railway/train_wash": {
4995                     "name": "Train Wash"
4996                 },
4997                 "railway/tram": {
4998                     "name": "Tram"
4999                 },
5000                 "railway/tram_stop": {
5001                     "name": "Tram Stopping Position"
5002                 },
5003                 "relation": {
5004                     "name": "Relation"
5005                 },
5006                 "roundabout": {
5007                     "name": "Roundabout"
5008                 },
5009                 "route/ferry": {
5010                     "name": "Ferry Route"
5011                 },
5012                 "shop": {
5013                     "name": "Shop"
5014                 },
5015                 "shop/alcohol": {
5016                     "name": "Off licence (Alcohol shop)"
5017                 },
5018                 "shop/anime": {
5019                     "name": "Anime Shop"
5020                 },
5021                 "shop/antiques": {
5022                     "name": "Antiques Shop"
5023                 },
5024                 "shop/appliance": {
5025                     "name": "Appliance Store"
5026                 },
5027                 "shop/art": {
5028                     "name": "Art Store"
5029                 },
5030                 "shop/baby_goods": {
5031                     "name": "Baby Goods Store"
5032                 },
5033                 "shop/bag": {
5034                     "name": "Bag/Luggage Store"
5035                 },
5036                 "shop/bakery": {
5037                     "name": "Bakery"
5038                 },
5039                 "shop/bathroom_furnishing": {
5040                     "name": "Bathroom Furnishing Store"
5041                 },
5042                 "shop/beauty": {
5043                     "name": "Beauty Shop"
5044                 },
5045                 "shop/beauty/nails": {
5046                     "name": "Nail Salon"
5047                 },
5048                 "shop/beauty/tanning": {
5049                     "name": "Tanning Salon"
5050                 },
5051                 "shop/bed": {
5052                     "name": "Bedding/Mattress Store"
5053                 },
5054                 "shop/beverages": {
5055                     "name": "Beverage Store"
5056                 },
5057                 "shop/bicycle": {
5058                     "name": "Bicycle Shop"
5059                 },
5060                 "shop/bookmaker": {
5061                     "name": "Bookmaker"
5062                 },
5063                 "shop/books": {
5064                     "name": "Book Store"
5065                 },
5066                 "shop/boutique": {
5067                     "name": "Boutique"
5068                 },
5069                 "shop/butcher": {
5070                     "name": "Butcher"
5071                 },
5072                 "shop/candles": {
5073                     "name": "Candle Shop"
5074                 },
5075                 "shop/car": {
5076                     "name": "Car Dealership"
5077                 },
5078                 "shop/car_parts": {
5079                     "name": "Car Parts Store"
5080                 },
5081                 "shop/car_repair": {
5082                     "name": "Car Repair Shop"
5083                 },
5084                 "shop/carpet": {
5085                     "name": "Carpet Store"
5086                 },
5087                 "shop/charity": {
5088                     "name": "Charity Shop"
5089                 },
5090                 "shop/cheese": {
5091                     "name": "Cheese Store"
5092                 },
5093                 "shop/chemist": {
5094                     "name": "Chemist"
5095                 },
5096                 "shop/chocolate": {
5097                     "name": "Chocolate Store"
5098                 },
5099                 "shop/clothes": {
5100                     "name": "Clothing Store"
5101                 },
5102                 "shop/coffee": {
5103                     "name": "Coffee Store"
5104                 },
5105                 "shop/computer": {
5106                     "name": "Computer Store"
5107                 },
5108                 "shop/confectionery": {
5109                     "name": "Candy Store"
5110                 },
5111                 "shop/convenience": {
5112                     "name": "Convenience Store"
5113                 },
5114                 "shop/copyshop": {
5115                     "name": "Copy Store"
5116                 },
5117                 "shop/cosmetics": {
5118                     "name": "Cosmetics Store"
5119                 },
5120                 "shop/craft": {
5121                     "name": "Arts and Crafts Store"
5122                 },
5123                 "shop/curtain": {
5124                     "name": "Curtain Store"
5125                 },
5126                 "shop/dairy": {
5127                     "name": "Dairy Store"
5128                 },
5129                 "shop/deli": {
5130                     "name": "Deli"
5131                 },
5132                 "shop/department_store": {
5133                     "name": "Department Store"
5134                 },
5135                 "shop/doityourself": {
5136                     "name": "DIY Store"
5137                 },
5138                 "shop/dry_cleaning": {
5139                     "name": "Dry Cleaner"
5140                 },
5141                 "shop/e-cigarette": {
5142                     "name": "E-Cigarette Shop"
5143                 },
5144                 "shop/electronics": {
5145                     "name": "Electronics Store"
5146                 },
5147                 "shop/erotic": {
5148                     "name": "Erotic Store"
5149                 },
5150                 "shop/fabric": {
5151                     "name": "Fabric Store"
5152                 },
5153                 "shop/farm": {
5154                     "name": "Farm Shop"
5155                 },
5156                 "shop/fashion": {
5157                     "name": "Fashion Store"
5158                 },
5159                 "shop/fishmonger": {
5160                     "name": "Fishmonger"
5161                 },
5162                 "shop/florist": {
5163                     "name": "Florist"
5164                 },
5165                 "shop/frame": {
5166                     "name": "Framing Shop"
5167                 },
5168                 "shop/funeral_directors": {
5169                     "name": "Funeral Home"
5170                 },
5171                 "shop/furnace": {
5172                     "name": "Furnace Store"
5173                 },
5174                 "shop/furniture": {
5175                     "name": "Furniture Store"
5176                 },
5177                 "shop/garden_centre": {
5178                     "name": "Garden Centre"
5179                 },
5180                 "shop/gas": {
5181                     "name": "Bottled Gas Shop"
5182                 },
5183                 "shop/gift": {
5184                     "name": "Gift Shop"
5185                 },
5186                 "shop/greengrocer": {
5187                     "name": "Greengrocer"
5188                 },
5189                 "shop/hairdresser": {
5190                     "name": "Hairdresser"
5191                 },
5192                 "shop/hardware": {
5193                     "name": "Hardware Store"
5194                 },
5195                 "shop/health_food": {
5196                     "name": "Health Food Shop"
5197                 },
5198                 "shop/hearing_aids": {
5199                     "name": "Hearing Aids Store"
5200                 },
5201                 "shop/herbalist": {
5202                     "name": "Herbalist"
5203                 },
5204                 "shop/hifi": {
5205                     "name": "Hifi Store"
5206                 },
5207                 "shop/houseware": {
5208                     "name": "Houseware Store"
5209                 },
5210                 "shop/interior_decoration": {
5211                     "name": "Interior Decoration Store"
5212                 },
5213                 "shop/jewelry": {
5214                     "name": "Jeweller"
5215                 },
5216                 "shop/kitchen": {
5217                     "name": "Kitchen Design Store"
5218                 },
5219                 "shop/laundry": {
5220                     "name": "Laundry"
5221                 },
5222                 "shop/leather": {
5223                     "name": "Leather Store"
5224                 },
5225                 "shop/locksmith": {
5226                     "name": "Locksmith"
5227                 },
5228                 "shop/lottery": {
5229                     "name": "Lottery Shop"
5230                 },
5231                 "shop/mall": {
5232                     "name": "Mall"
5233                 },
5234                 "shop/massage": {
5235                     "name": "Massage Shop"
5236                 },
5237                 "shop/medical_supply": {
5238                     "name": "Medical Supply Store"
5239                 },
5240                 "shop/mobile_phone": {
5241                     "name": "Mobile Phone Store"
5242                 },
5243                 "shop/money_lender": {
5244                     "name": "Money Lender"
5245                 },
5246                 "shop/motorcycle": {
5247                     "name": "Motorcycle Dealership"
5248                 },
5249                 "shop/motorcycle_repair": {
5250                     "name": "Motorcycle Repair Shop"
5251                 },
5252                 "shop/music": {
5253                     "name": "Music Store"
5254                 },
5255                 "shop/musical_instrument": {
5256                     "name": "Musical Instrument Store"
5257                 },
5258                 "shop/newsagent": {
5259                     "name": "Newspaper/Magazine Shop"
5260                 },
5261                 "shop/nutrition_supplements": {
5262                     "name": "Nutrition Supplements Store"
5263                 },
5264                 "shop/optician": {
5265                     "name": "Optician"
5266                 },
5267                 "shop/organic": {
5268                     "name": "Organic Goods Store"
5269                 },
5270                 "shop/outdoor": {
5271                     "name": "Outdoors Store"
5272                 },
5273                 "shop/paint": {
5274                     "name": "Paint Store"
5275                 },
5276                 "shop/pastry": {
5277                     "name": "Pastry Shop"
5278                 },
5279                 "shop/pawnbroker": {
5280                     "name": "Pawn Shop"
5281                 },
5282                 "shop/perfumery": {
5283                     "name": "Perfume Store"
5284                 },
5285                 "shop/pet": {
5286                     "name": "Pet Store"
5287                 },
5288                 "shop/pet_grooming": {
5289                     "name": "Pet Grooming Store"
5290                 },
5291                 "shop/photo": {
5292                     "name": "Photography Store"
5293                 },
5294                 "shop/pyrotechnics": {
5295                     "name": "Fireworks Store"
5296                 },
5297                 "shop/radiotechnics": {
5298                     "name": "Radio/Electronic Component Store"
5299                 },
5300                 "shop/religion": {
5301                     "name": "Religious Store"
5302                 },
5303                 "shop/scuba_diving": {
5304                     "name": "Scuba Diving Shop"
5305                 },
5306                 "shop/seafood": {
5307                     "name": "Seafood Shop"
5308                 },
5309                 "shop/second_hand": {
5310                     "name": "Consignment/Thrift Store"
5311                 },
5312                 "shop/shoes": {
5313                     "name": "Shoe Shop"
5314                 },
5315                 "shop/sports": {
5316                     "name": "Sporting Goods Store"
5317                 },
5318                 "shop/stationery": {
5319                     "name": "Stationery Store"
5320                 },
5321                 "shop/storage_rental": {
5322                     "name": "Storage Rental"
5323                 },
5324                 "shop/supermarket": {
5325                     "name": "Supermarket"
5326                 },
5327                 "shop/tailor": {
5328                     "name": "Tailor"
5329                 },
5330                 "shop/tattoo": {
5331                     "name": "Tattoo Parlor"
5332                 },
5333                 "shop/tea": {
5334                     "name": "Tea Store"
5335                 },
5336                 "shop/ticket": {
5337                     "name": "Ticket Seller"
5338                 },
5339                 "shop/tiles": {
5340                     "name": "Tile Shop"
5341                 },
5342                 "shop/tobacco": {
5343                     "name": "Tobacco Shop"
5344                 },
5345                 "shop/toys": {
5346                     "name": "Toy Store"
5347                 },
5348                 "shop/trade": {
5349                     "name": "Trade Shop"
5350                 },
5351                 "shop/travel_agency": {
5352                     "name": "Travel Agency"
5353                 },
5354                 "shop/tyres": {
5355                     "name": "Tire Store"
5356                 },
5357                 "shop/vacant": {
5358                     "name": "Vacant Shop"
5359                 },
5360                 "shop/vacuum_cleaner": {
5361                     "name": "Vacuum Cleaner Store"
5362                 },
5363                 "shop/variety_store": {
5364                     "name": "Variety Store"
5365                 },
5366                 "shop/video": {
5367                     "name": "Video Store"
5368                 },
5369                 "shop/video_games": {
5370                     "name": "Video Game Store"
5371                 },
5372                 "shop/watches": {
5373                     "name": "Watches Shop"
5374                 },
5375                 "shop/water_sports": {
5376                     "name": "Watersport/Swim Shop"
5377                 },
5378                 "shop/weapons": {
5379                     "name": "Weapon Shop"
5380                 },
5381                 "shop/wholesale": {
5382                     "name": "Wholesale Store"
5383                 },
5384                 "shop/window_blind": {
5385                     "name": "Window Blind Store"
5386                 },
5387                 "shop/wine": {
5388                     "name": "Wine Shop"
5389                 },
5390                 "tourism": {
5391                     "name": "Tourism"
5392                 },
5393                 "tourism/alpine_hut": {
5394                     "name": "Alpine Hut"
5395                 },
5396                 "tourism/apartment": {
5397                     "name": "Guest Apartment / Condo"
5398                 },
5399                 "tourism/aquarium": {
5400                     "name": "Aquarium"
5401                 },
5402                 "tourism/artwork": {
5403                     "name": "Artwork"
5404                 },
5405                 "tourism/attraction": {
5406                     "name": "Tourist Attraction"
5407                 },
5408                 "tourism/camp_site": {
5409                     "name": "Camp Site"
5410                 },
5411                 "tourism/caravan_site": {
5412                     "name": "Caravan Park"
5413                 },
5414                 "tourism/chalet": {
5415                     "name": "Holiday Cottage"
5416                 },
5417                 "tourism/gallery": {
5418                     "name": "Art Gallery"
5419                 },
5420                 "tourism/guest_house": {
5421                     "name": "Guest House"
5422                 },
5423                 "tourism/hostel": {
5424                     "name": "Hostel"
5425                 },
5426                 "tourism/hotel": {
5427                     "name": "Hotel"
5428                 },
5429                 "tourism/information": {
5430                     "name": "Information"
5431                 },
5432                 "tourism/information/board": {
5433                     "name": "Information Board"
5434                 },
5435                 "tourism/information/guidepost": {
5436                     "name": "Guidepost"
5437                 },
5438                 "tourism/information/map": {
5439                     "name": "Map"
5440                 },
5441                 "tourism/information/office": {
5442                     "name": "Tourist Information Office"
5443                 },
5444                 "tourism/motel": {
5445                     "name": "Motel"
5446                 },
5447                 "tourism/museum": {
5448                     "name": "Museum"
5449                 },
5450                 "tourism/picnic_site": {
5451                     "name": "Picnic Site"
5452                 },
5453                 "tourism/theme_park": {
5454                     "name": "Theme Park"
5455                 },
5456                 "tourism/trail_riding_station": {
5457                     "name": "Trail Riding Station"
5458                 },
5459                 "tourism/viewpoint": {
5460                     "name": "Viewpoint"
5461                 },
5462                 "tourism/wilderness_hut": {
5463                     "name": "Wilderness Hut"
5464                 },
5465                 "tourism/zoo": {
5466                     "name": "Zoo"
5467                 },
5468                 "traffic_calming": {
5469                     "name": "Traffic Calming"
5470                 },
5471                 "traffic_calming/bump": {
5472                     "name": "Speed Bump"
5473                 },
5474                 "traffic_calming/chicane": {
5475                     "name": "Traffic Chicane"
5476                 },
5477                 "traffic_calming/choker": {
5478                     "name": "Traffic Choker"
5479                 },
5480                 "traffic_calming/cushion": {
5481                     "name": "Speed Cushion"
5482                 },
5483                 "traffic_calming/dip": {
5484                     "name": "Dip"
5485                 },
5486                 "traffic_calming/hump": {
5487                     "name": "Speed Hump"
5488                 },
5489                 "traffic_calming/island": {
5490                     "name": "Traffic Island"
5491                 },
5492                 "traffic_calming/rumble_strip": {
5493                     "name": "Rumble Strip"
5494                 },
5495                 "traffic_calming/table": {
5496                     "name": "Speed Table"
5497                 },
5498                 "type/boundary": {
5499                     "name": "Boundary"
5500                 },
5501                 "type/boundary/administrative": {
5502                     "name": "Administrative Boundary"
5503                 },
5504                 "type/multipolygon": {
5505                     "name": "Multipolygon"
5506                 },
5507                 "type/restriction": {
5508                     "name": "Restriction"
5509                 },
5510                 "type/restriction/no_left_turn": {
5511                     "name": "No Left Turn"
5512                 },
5513                 "type/restriction/no_right_turn": {
5514                     "name": "No Right Turn"
5515                 },
5516                 "type/restriction/no_straight_on": {
5517                     "name": "No Straight On"
5518                 },
5519                 "type/restriction/no_u_turn": {
5520                     "name": "No U-turn"
5521                 },
5522                 "type/restriction/only_left_turn": {
5523                     "name": "Only Left Turn"
5524                 },
5525                 "type/restriction/only_right_turn": {
5526                     "name": "Only Right Turn"
5527                 },
5528                 "type/restriction/only_straight_on": {
5529                     "name": "Only Straight On"
5530                 },
5531                 "type/restriction/only_u_turn": {
5532                     "name": "Only U-turn"
5533                 },
5534                 "type/route": {
5535                     "name": "Route"
5536                 },
5537                 "type/route/bicycle": {
5538                     "name": "Cycle Route"
5539                 },
5540                 "type/route/bus": {
5541                     "name": "Bus Route"
5542                 },
5543                 "type/route/detour": {
5544                     "name": "Detour Route"
5545                 },
5546                 "type/route/ferry": {
5547                     "name": "Ferry Route"
5548                 },
5549                 "type/route/foot": {
5550                     "name": "Foot Route"
5551                 },
5552                 "type/route/hiking": {
5553                     "name": "Hiking Route"
5554                 },
5555                 "type/route/horse": {
5556                     "name": "Riding Route"
5557                 },
5558                 "type/route/light_rail": {
5559                     "name": "Light Rail Route"
5560                 },
5561                 "type/route/pipeline": {
5562                     "name": "Pipeline Route"
5563                 },
5564                 "type/route/piste": {
5565                     "name": "Piste/Ski Route"
5566                 },
5567                 "type/route/power": {
5568                     "name": "Power Route"
5569                 },
5570                 "type/route/road": {
5571                     "name": "Road Route"
5572                 },
5573                 "type/route/subway": {
5574                     "name": "Subway Route"
5575                 },
5576                 "type/route/train": {
5577                     "name": "Train Route"
5578                 },
5579                 "type/route/tram": {
5580                     "name": "Tram Route"
5581                 },
5582                 "type/route_master": {
5583                     "name": "Route Master"
5584                 },
5585                 "type/site": {
5586                     "name": "Site"
5587                 },
5588                 "type/waterway": {
5589                     "name": "Waterway"
5590                 },
5591                 "vertex": {
5592                     "name": "Other"
5593                 },
5594                 "waterway": {
5595                     "name": "Waterway"
5596                 },
5597                 "waterway/boatyard": {
5598                     "name": "Boatyard"
5599                 },
5600                 "waterway/canal": {
5601                     "name": "Canal"
5602                 },
5603                 "waterway/dam": {
5604                     "name": "Dam"
5605                 },
5606                 "waterway/ditch": {
5607                     "name": "Ditch"
5608                 },
5609                 "waterway/dock": {
5610                     "name": "Wet Dock / Dry Dock"
5611                 },
5612                 "waterway/drain": {
5613                     "name": "Drain"
5614                 },
5615                 "waterway/fuel": {
5616                     "name": "Marine Fuel Station"
5617                 },
5618                 "waterway/river": {
5619                     "name": "River"
5620                 },
5621                 "waterway/riverbank": {
5622                     "name": "Riverbank"
5623                 },
5624                 "waterway/sanitary_dump_station": {
5625                     "name": "Marine Toilet Disposal"
5626                 },
5627                 "waterway/stream": {
5628                     "name": "Stream"
5629                 },
5630                 "waterway/stream_intermittent": {
5631                     "name": "Intermittent Stream"
5632                 },
5633                 "waterway/water_point": {
5634                     "name": "Marine Drinking Water"
5635                 },
5636                 "waterway/waterfall": {
5637                     "name": "Waterfall"
5638                 },
5639                 "waterway/weir": {
5640                     "name": "Weir"
5641                 }
5642             }
5643         },
5644         "imagery": {
5645             "Bing": {
5646                 "description": "Satellite and aerial imagery.",
5647                 "name": "Bing aerial imagery"
5648             },
5649             "DigitalGlobe-Premium": {
5650                 "attribution": {
5651                     "text": "Terms & Feedback"
5652                 },
5653                 "name": "DigitalGlobe Premium Imagery"
5654             },
5655             "DigitalGlobe-Premium-vintage": {
5656                 "attribution": {
5657                     "text": "Terms & Feedback"
5658                 },
5659                 "description": "Imagery boundaries and capture dates. Labels appear at zoom level 13 and higher.",
5660                 "name": "DigitalGlobe Premium Imagery Vintage"
5661             },
5662             "DigitalGlobe-Standard": {
5663                 "attribution": {
5664                     "text": "Terms & Feedback"
5665                 },
5666                 "name": "DigitalGlobe Standard Imagery"
5667             },
5668             "DigitalGlobe-Standard-vintage": {
5669                 "attribution": {
5670                     "text": "Terms & Feedback"
5671                 },
5672                 "description": "Imagery boundaries and capture dates. Labels appear at zoom level 13 and higher.",
5673                 "name": "DigitalGlobe Standard Imagery Vintage"
5674             },
5675             "EsriWorldImagery": {
5676                 "attribution": {
5677                     "text": "Terms & Feedback"
5678                 },
5679                 "description": "Esri world imagery.",
5680                 "name": "Esri World Imagery"
5681             },
5682             "EsriWorldImageryClarity": {
5683                 "attribution": {
5684                     "text": "Terms & Feedback"
5685                 },
5686                 "description": "Esri archive imagery that may be clearer and more accurate than the default layer.",
5687                 "name": "Esri World Imagery (Clarity) Beta"
5688             },
5689             "MAPNIK": {
5690                 "attribution": {
5691                     "text": "© OpenStreetMap contributors, CC-BY-SA"
5692                 },
5693                 "description": "The default OpenStreetMap layer.",
5694                 "name": "OpenStreetMap (Standard)"
5695             },
5696             "Mapbox": {
5697                 "attribution": {
5698                     "text": "Terms & Feedback"
5699                 },
5700                 "description": "Satellite and aerial imagery.",
5701                 "name": "Mapbox Satellite"
5702             },
5703             "OSM_Inspector-Addresses": {
5704                 "attribution": {
5705                     "text": "© Geofabrik GmbH, OpenStreetMap contributors, CC-BY-SA"
5706                 },
5707                 "name": "OSM Inspector: Addresses"
5708             },
5709             "OSM_Inspector-Geometry": {
5710                 "attribution": {
5711                     "text": "© Geofabrik GmbH, OpenStreetMap contributors, CC-BY-SA"
5712                 },
5713                 "name": "OSM Inspector: Geometry"
5714             },
5715             "OSM_Inspector-Highways": {
5716                 "attribution": {
5717                     "text": "© Geofabrik GmbH, OpenStreetMap contributors, CC-BY-SA"
5718                 },
5719                 "name": "OSM Inspector: Highways"
5720             },
5721             "OSM_Inspector-Multipolygon": {
5722                 "attribution": {
5723                     "text": "© Geofabrik GmbH, OpenStreetMap contributors, CC-BY-SA"
5724                 },
5725                 "name": "OSM Inspector: Area"
5726             },
5727             "OSM_Inspector-Places": {
5728                 "attribution": {
5729                     "text": "© Geofabrik GmbH, OpenStreetMap contributors, CC-BY-SA"
5730                 },
5731                 "name": "OSM Inspector: Places"
5732             },
5733             "OSM_Inspector-Routing": {
5734                 "attribution": {
5735                     "text": "© Geofabrik GmbH, OpenStreetMap contributors, CC-BY-SA"
5736                 },
5737                 "name": "OSM Inspector: Routing"
5738             },
5739             "OSM_Inspector-Tagging": {
5740                 "attribution": {
5741                     "text": "© Geofabrik GmbH, OpenStreetMap contributors, CC-BY-SA"
5742                 },
5743                 "name": "OSM Inspector: Tagging"
5744             },
5745             "US-TIGER-Roads-2012": {
5746                 "name": "TIGER Roads 2012"
5747             },
5748             "US-TIGER-Roads-2014": {
5749                 "description": "At zoom level 16+, public domain map data from the US Census. At lower zooms, only changes since 2006 minus changes already incorporated into OpenStreetMap",
5750                 "name": "TIGER Roads 2014"
5751             },
5752             "US-TIGER-Roads-2017": {
5753                 "description": "Yellow = Public domain map data from the US Census. Red = Data not found in OpenStreetMap",
5754                 "name": "TIGER Roads 2017"
5755             },
5756             "US_Forest_Service_roads_overlay": {
5757                 "description": "Highway: Green casing = unclassified. Brown casing = track. Surface: gravel = light brown fill, Asphalt = black, paved = gray, ground =white, concrete = blue, grass = green. Seasonal = white bars",
5758                 "name": "U.S. Forest Roads Overlay"
5759             },
5760             "Waymarked_Trails-Cycling": {
5761                 "attribution": {
5762                     "text": "© waymarkedtrails.org, OpenStreetMap contributors, CC by-SA 3.0"
5763                 },
5764                 "name": "Waymarked Trails: Cycling"
5765             },
5766             "Waymarked_Trails-Hiking": {
5767                 "attribution": {
5768                     "text": "© waymarkedtrails.org, OpenStreetMap contributors, CC by-SA 3.0"
5769                 },
5770                 "name": "Waymarked Trails: Hiking"
5771             },
5772             "Waymarked_Trails-MTB": {
5773                 "attribution": {
5774                     "text": "© waymarkedtrails.org, OpenStreetMap contributors, CC by-SA 3.0"
5775                 },
5776                 "name": "Waymarked Trails: MTB"
5777             },
5778             "Waymarked_Trails-Skating": {
5779                 "attribution": {
5780                     "text": "© waymarkedtrails.org, OpenStreetMap contributors, CC by-SA 3.0"
5781                 },
5782                 "name": "Waymarked Trails: Skating"
5783             },
5784             "Waymarked_Trails-Winter_Sports": {
5785                 "attribution": {
5786                     "text": "© waymarkedtrails.org, OpenStreetMap contributors, CC by-SA 3.0"
5787                 },
5788                 "name": "Waymarked Trails: Winter Sports"
5789             },
5790             "basemap.at": {
5791                 "attribution": {
5792                     "text": "basemap.at"
5793                 },
5794                 "description": "Basemap of Austria, based on government data.",
5795                 "name": "basemap.at"
5796             },
5797             "basemap.at-orthofoto": {
5798                 "attribution": {
5799                     "text": "basemap.at"
5800                 },
5801                 "description": "Orthofoto layer provided by basemap.at. \"Successor\" of geoimage.at imagery.",
5802                 "name": "basemap.at Orthofoto"
5803             },
5804             "hike_n_bike": {
5805                 "attribution": {
5806                     "text": "© OpenStreetMap contributors"
5807                 },
5808                 "name": "Hike & Bike"
5809             },
5810             "mapbox_locator_overlay": {
5811                 "attribution": {
5812                     "text": "Terms & Feedback"
5813                 },
5814                 "description": "Shows major features to help orient you.",
5815                 "name": "Locator Overlay"
5816             },
5817             "openpt_map": {
5818                 "attribution": {
5819                     "text": "© OpenStreetMap contributors, CC-BY-SA"
5820                 },
5821                 "name": "OpenPT Map (overlay)"
5822             },
5823             "osm-gps": {
5824                 "attribution": {
5825                     "text": "© OpenStreetMap contributors"
5826                 },
5827                 "description": "Public GPS traces uploaded to OpenStreetMap.",
5828                 "name": "OpenStreetMap GPS traces"
5829             },
5830             "osm-mapnik-black_and_white": {
5831                 "attribution": {
5832                     "text": "© OpenStreetMap contributors, CC-BY-SA"
5833                 },
5834                 "name": "OpenStreetMap (Standard Black & White)"
5835             },
5836             "osm-mapnik-german_style": {
5837                 "attribution": {
5838                     "text": "© OpenStreetMap contributors, CC-BY-SA"
5839                 },
5840                 "name": "OpenStreetMap (German Style)"
5841             },
5842             "qa_no_address": {
5843                 "attribution": {
5844                     "text": "Simon Poole, Data ©OpenStreetMap contributors"
5845                 },
5846                 "name": "QA No Address"
5847             },
5848             "skobbler": {
5849                 "attribution": {
5850                     "text": "© Tiles: skobbler Map data: OpenStreetMap contributors"
5851                 },
5852                 "name": "skobbler"
5853             },
5854             "stamen-terrain-background": {
5855                 "attribution": {
5856                     "text": "Map tiles by Stamen Design, under CC BY 3.0. Data by OpenStreetMap, under ODbL"
5857                 },
5858                 "name": "Stamen Terrain"
5859             },
5860             "tf-cycle": {
5861                 "attribution": {
5862                     "text": "Maps © Thunderforest, Data © OpenStreetMap contributors"
5863                 },
5864                 "name": "Thunderforest OpenCycleMap"
5865             },
5866             "tf-landscape": {
5867                 "attribution": {
5868                     "text": "Maps © Thunderforest, Data © OpenStreetMap contributors"
5869                 },
5870                 "name": "Thunderforest Landscape"
5871             }
5872         },
5873         "community": {
5874             "Bay-Area-OpenStreetMappers": {
5875                 "name": "Bay Area OpenStreetMappers",
5876                 "description": "Improve OpenStreetMap in the Bay Area",
5877                 "extendedDescription": "This group is about growing the OpenStreetMap community here in the Bay Area. Our events are open to everyone, from open source enthusiasts, cyclists, GIS professionals, geocachers, and beyond. Anyone and everyone who is interested in maps, map making and free map data is welcome to join our group as well as attend our events."
5878             },
5879             "Central-Pennsylvania-OSM": {
5880                 "name": "Central Pennsylvania OSM",
5881                 "description": "Online mapping community based out of State College, PA"
5882             },
5883             "Dallas-Fort-Worth-OSM": {
5884                 "name": "Dallas-Fort Worth OSM",
5885                 "description": "The OpenStreetMap user group for Dallas-Fort Worth",
5886                 "extendedDescription": "Dallas, Fort Worth, and all the cities in between are abounding with creative and tech-savvy people. The vision for this usergroup is to find new ways to use the amazing resource of OSM."
5887             },
5888             "GeoPhilly": {
5889                 "name": "GeoPhilly",
5890                 "description": "Meetup for map enthusiasts in the Philadelphia area",
5891                 "extendedDescription": "GeoPhilly unites developers, geographers, data geeks, open source enthusiasts, civic hackers and map addicts in our shared love of maps and the stories they tell. If you use maps as part of your work or just want to learn more, this is the meetup for you!  Our events aim to be open, friendly, educational and social and range from happy hours to lightning talks or even workshops. Come create a diverse, inspiring geospatial community in the Philadelphia with us!"
5892             },
5893             "Mapping-DC-meetup": {
5894                 "name": "Mapping DC",
5895                 "description": "Improve OpenStreetMap in the DC area",
5896                 "extendedDescription": "We are a group of volunteer mappers who aim to improve the OpenStreetMap in the DC area. We also aim to teach others about the OSM ecosystem, data analytics, cartography, and GIS. We gather every other month at meetups to focus on one area of our city."
5897             },
5898             "OSM-Chattanooga": {
5899                 "name": "OSM Chattanooga",
5900                 "description": "The OpenStreetMap user group for Chattanooga"
5901             },
5902             "OSM-NYC": {
5903                 "name": "OpenStreetMap NYC",
5904                 "description": "Mappers and OpenStreetMap users, developers and enthusiasts in the New York Metropolitan area"
5905             },
5906             "OSM-Portland": {
5907                 "name": "OpenStreetMap Portland",
5908                 "description": "Mappers and OpenStreetMap users in the Portland area",
5909                 "extendedDescription": "OpenStreetMap (OSM) is a map of the world made by people like you. It's a map that you build, that's given away for free like wikipedia. Check out osm.org for more, and come join us at a meetup to talk maps, contribute to OSM, and have fun!"
5910             },
5911             "OSM-US-Slack": {
5912                 "name": "OpenStreetMap US Slack",
5913                 "description": "All are welcome! Sign up at {signupUrl}"
5914             },
5915             "Maptime-Australia-Slack": {
5916                 "name": "Maptime Australia Slack",
5917                 "description": "Sign up at {signupUrl}"
5918             },
5919             "OSM-Reddit": {
5920                 "name": "OpenStreetMap on Reddit",
5921                 "description": "/r/openstreetmap/ is a great place to learn more about OpenStreetMap.  Ask us anything!"
5922             }
5923         }
5924     }
5925 }