]> git.openstreetmap.org Git - rails.git/blobdiff - vendor/assets/iD/iD/locales/en-GB.json
Update to iD v2.3.0
[rails.git] / vendor / assets / iD / iD / locales / en-GB.json
index 08d40de8ce4347db08d912d2cccbc54cf393e97c..db9f2b25291198e3f496b137683246f1de66353e 100644 (file)
 {
-    "modes": {
-        "add_area": {
-            "title": "Area",
-            "description": "Add parks, buildings, lakes or other areas to the map.",
-            "tail": "Click on the map to start drawing an area, like a park, lake, or building."
-        },
-        "add_line": {
-            "title": "Line",
-            "description": "Add roads, streets, footpaths, canals or other lines to the map.",
-            "tail": "Click on the map to start drawing a road, path, or route."
-        },
-        "add_point": {
-            "title": "Point",
-            "description": "Add restaurants, monuments, post boxes or other points to the map.",
-            "tail": "Click on the map to add a point."
-        },
-        "browse": {
-            "title": "Browse",
-            "description": "Pan and zoom the map."
-        },
-        "draw_area": {
-            "tail": "Click to add nodes to your area. Click the first node to finish the area."
-        },
-        "draw_line": {
-            "tail": "Click to add more nodes to the line. Click on other lines to connect to them, and double-click to end the line."
-        }
-    },
-    "operations": {
-        "add": {
-            "annotation": {
-                "point": "Added a point.",
-                "vertex": "Added a node to a way.",
-                "relation": "Added a relation."
-            }
-        },
-        "start": {
-            "annotation": {
-                "line": "Started a line.",
-                "area": "Started an area."
-            }
-        },
-        "continue": {
-            "key": "A",
-            "title": "Continue",
-            "description": "Continue this line.",
-            "not_eligible": "No line can be continued here.",
-            "multiple": "Several lines can be continued here. To choose a line, press the Shift key and click on it to select it.",
-            "annotation": {
-                "line": "Continued a line.",
-                "area": "Continued an area."
-            }
-        },
-        "cancel_draw": {
-            "annotation": "Cancelled drawing."
-        },
-        "change_role": {
-            "annotation": "Changed the role of a relation member."
-        },
-        "change_tags": {
-            "annotation": "Changed tags."
-        },
-        "circularize": {
-            "title": "Circularise",
-            "description": {
-                "line": "Make this line circular.",
-                "area": "Make this area circular."
-            },
-            "key": "O",
-            "annotation": {
-                "line": "Made a line circular.",
-                "area": "Made an area circular."
-            },
-            "not_closed": "This can't be made circular because it's not a loop.",
-            "too_large": "This can't be made circular because not enough of it is currently visible.",
-            "connected_to_hidden": "This can't be made circular because it is connected to a hidden feature."
-        },
-        "orthogonalize": {
-            "title": "Square",
-            "description": {
-                "line": "Square the corners of this line.",
-                "area": "Square the corners of this area."
-            },
-            "key": "S",
-            "annotation": {
-                "line": "Squared the corners of a line.",
-                "area": "Squared the corners of an area."
-            },
-            "not_squarish": "This can't be made square because it is not squarish.",
-            "too_large": "This can't be made square because not enough of it is currently visible.",
-            "connected_to_hidden": "This can't be made square because it is connected to a hidden feature."
-        },
-        "straighten": {
-            "title": "Straighten",
-            "description": "Straighten this line.",
-            "key": "S",
-            "annotation": "Straightened a line.",
-            "too_bendy": "This can't be straightened because it bends too much.",
-            "connected_to_hidden": "This line can't be straightened because it is connected to a hidden feature."
-        },
-        "delete": {
-            "title": "Delete",
-            "description": "Delete object permanently.",
-            "annotation": {
-                "point": "Deleted a point.",
-                "vertex": "Deleted a node from a way.",
-                "line": "Deleted a line.",
-                "area": "Deleted an area.",
-                "relation": "Deleted a relation.",
-                "multiple": "Deleted {n} objects."
-            },
-            "incomplete_relation": "This feature can't be deleted because it hasn't been fully downloaded.",
-            "part_of_relation": "This feature can't be deleted because it's part of a larger relation. You must remove it from the relation first.",
-            "connected_to_hidden": "This can't be deleted because it is connected to a hidden feature."
-        },
-        "add_member": {
-            "annotation": "Added a member to a relation."
-        },
-        "delete_member": {
-            "annotation": "Removed a member from a relation."
-        },
-        "connect": {
-            "annotation": {
-                "point": "Connected a way to a point.",
-                "vertex": "Connected a way to another.",
-                "line": "Connected a way to a line.",
-                "area": "Connected a way to an area."
-            }
-        },
-        "disconnect": {
-            "title": "Disconnect",
-            "description": "Disconnect these lines/areas from each other.",
-            "key": "D",
-            "annotation": "Disconnected lines/areas.",
-            "not_connected": "There aren't enough lines/areas here to disconnect.",
-            "connected_to_hidden": "This can't be disconnected because it is connected to a hidden feature.",
-            "relation": "This can't be disconnected because it connects members of a relation."
-        },
-        "merge": {
-            "title": "Merge",
-            "description": "Merge these features.",
-            "key": "C",
-            "annotation": "Merged {n} features.",
-            "not_eligible": "These features can't be merged.",
-            "not_adjacent": "These features can't be merged because they aren't connected.",
-            "restriction": "These features can't be merged because at least one is a member of a \"{relation}\" relation.",
-            "incomplete_relation": "These features can't be merged because at least one hasn't been fully downloaded.",
-            "conflicting_tags": "These features can't be merged because some of their tags have conflicting values."
-        },
-        "move": {
-            "title": "Move",
-            "description": "Move this to a different location.",
-            "key": "M",
-            "annotation": {
-                "point": "Moved a point.",
-                "vertex": "Moved a node in a way.",
-                "line": "Moved a line.",
-                "area": "Moved an area.",
-                "multiple": "Moved multiple objects."
-            },
-            "incomplete_relation": "This feature can't be moved because it hasn't been fully downloaded.",
-            "too_large": "This can't be moved because not enough of it is currently visible.",
-            "connected_to_hidden": "This can't be moved because it is connected to a hidden feature."
-        },
-        "rotate": {
-            "title": "Rotate",
-            "description": "Rotate this object around its centre point.",
-            "key": "R",
-            "annotation": {
-                "line": "Rotated a line.",
-                "area": "Rotated an area."
-            },
-            "too_large": "This can't be rotated because not enough of it is currently visible.",
-            "connected_to_hidden": "This can't be rotated because it is connected to a hidden feature."
-        },
-        "reverse": {
-            "title": "Reverse",
-            "description": "Make this line go in the opposite direction.",
-            "key": "V",
-            "annotation": "Reversed a line."
-        },
-        "split": {
-            "title": "Split",
-            "description": {
-                "line": "Split this line into two at this node.",
-                "area": "Split the boundary of this area into two.",
-                "multiple": "Split the lines/area boundaries at this node into two."
-            },
-            "key": "X",
-            "annotation": {
-                "line": "Split a line.",
-                "area": "Split an area boundary.",
-                "multiple": "Split {n} lines/area boundaries."
-            },
-            "not_eligible": "Lines can't be split at their beginning or end.",
-            "multiple_ways": "There are too many lines here to split.",
-            "connected_to_hidden": "This can't be split because it is connected to a hidden feature."
-        },
-        "restriction": {
-            "help": {
-                "select": "Click to select a road segment.",
-                "toggle": "Click to toggle turn restrictions.",
-                "toggle_on": "Click to add a \"{restriction}\" restriction.",
-                "toggle_off": "Click to remove the \"{restriction}\" restriction."
-            },
-            "annotation": {
-                "create": "Added a turn restriction",
-                "delete": "Deleted a turn restriction"
-            }
-        }
-    },
-    "undo": {
-        "tooltip": "Undo: {action}",
-        "nothing": "Nothing to undo."
-    },
-    "redo": {
-        "tooltip": "Redo: {action}",
-        "nothing": "Nothing to redo."
-    },
-    "tooltip_keyhint": "Shortcut:",
-    "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.",
-    "translate": {
-        "translate": "Translate",
-        "localized_translation_label": "Multilingual name",
-        "localized_translation_language": "Choose language",
-        "localized_translation_name": "Name"
-    },
-    "zoom_in_edit": "Zoom in to Edit",
-    "logout": "logout",
-    "loading_auth": "Connecting to OpenStreetMap...",
-    "report_a_bug": "Report a bug",
-    "help_translate": "Help translate",
-    "feature_info": {
-        "hidden_warning": "{count} hidden features",
-        "hidden_details": "These features are currently hidden: {details}"
-    },
-    "status": {
-        "error": "Unable to connect to API.",
-        "offline": "The API is offline. Please try editing later.",
-        "readonly": "The API is read-only. You will need to wait to save your changes."
-    },
-    "commit": {
-        "title": "Save Changes",
-        "description_placeholder": "Brief description of your contributions",
-        "message_label": "Changeset comment",
-        "upload_explanation": "The changes you upload will be visible on all maps that use OpenStreetMap data.",
-        "upload_explanation_with_user": "The changes you upload as {user} will be visible on all maps that use OpenStreetMap data.",
-        "save": "Save",
-        "cancel": "Cancel",
-        "changes": "{count} Changes",
-        "warnings": "Warnings",
-        "modified": "Modified",
-        "deleted": "Deleted",
-        "created": "Created",
-        "about_changeset_comments": "About changeset comments",
-        "about_changeset_comments_link": "//wiki.openstreetmap.org/wiki/Good_changeset_comments",
-        "google_warning": "You mentioned Google in this comment: remember that copying from Google Maps is strictly forbidden.",
-        "google_warning_link": "http://www.openstreetmap.org/copyright"
-    },
-    "contributors": {
-        "list": "Edits by {users}",
-        "truncated_list": "Edits by {users} and {count} others"
-    },
-    "infobox": {
-        "selected": "{n} selected",
-        "geometry": "Geometry",
-        "closed": "closed",
-        "center": "Centre",
-        "perimeter": "Perimeter",
-        "length": "Length",
-        "area": "Area",
-        "centroid": "Centroid",
-        "location": "Location",
-        "metric": "Metric",
-        "imperial": "Imperial"
-    },
-    "geometry": {
-        "point": "point",
-        "vertex": "vertex",
-        "line": "line",
-        "area": "area",
-        "relation": "relation"
-    },
-    "geocoder": {
-        "search": "Search worldwide...",
-        "no_results_visible": "No results in visible map area",
-        "no_results_worldwide": "No results found"
-    },
-    "geolocate": {
-        "title": "Show My Location",
-        "locating": "Locating, please wait..."
-    },
-    "inspector": {
-        "no_documentation_combination": "There is no documentation available for this tag combination",
-        "no_documentation_key": "There is no documentation available for this key",
-        "show_more": "Show More",
-        "view_on_osm": "View on openstreetmap.org",
-        "all_fields": "All fields",
-        "all_tags": "All tags",
-        "all_members": "All members",
-        "all_relations": "All relations",
-        "new_relation": "New relation...",
-        "role": "Role",
-        "choose": "Select feature type",
-        "results": "{n} results for {search}",
-        "reference": "View on OpenStreetMap Wiki",
-        "back_tooltip": "Change feature",
-        "remove": "Remove",
-        "search": "Search",
-        "multiselect": "Selected items",
-        "unknown": "Unknown",
-        "incomplete": "<not downloaded>",
-        "feature_list": "Search features",
-        "edit": "Edit feature",
-        "check": {
-            "yes": "Yes",
-            "no": "No"
-        },
-        "none": "None",
-        "node": "Node",
-        "way": "Way",
-        "relation": "Relation",
-        "location": "Location",
-        "add_fields": "Add field:"
-    },
-    "background": {
-        "title": "Background",
-        "description": "Background settings",
-        "percent_brightness": "{opacity}% brightness",
-        "none": "None",
-        "best_imagery": "Best known imagery source for this location",
-        "custom": "Custom",
-        "custom_button": "Edit custom background",
-        "custom_prompt": "Enter a tile URL template. Valid tokens are {z}, {x}, {y} for Z/X/Y scheme and {u} for quadtile scheme.",
-        "fix_misalignment": "Adjust imagery offset",
-        "imagery_source_faq": "Where does this imagery come from?",
-        "reset": "reset",
-        "offset": "Drag anywhere in the gray area below to adjust the imagery offset, or enter the offset values in meters.",
-        "minimap": {
-            "description": "Minimap",
-            "tooltip": "Show a zoomed out map to help locate the area currently displayed."
-        }
-    },
-    "map_data": {
-        "title": "Map Data",
-        "description": "Map Data",
-        "data_layers": "Data Layers",
-        "fill_area": "Fill Areas",
-        "map_features": "Map Features",
-        "autohidden": "These features have been automatically hidden because too many would be shown on the screen.  You can zoom in to edit them."
-    },
-    "feature": {
-        "points": {
-            "description": "Points",
-            "tooltip": "Points of Interest"
-        },
-        "traffic_roads": {
-            "description": "Traffic Roads",
-            "tooltip": "Highways, Streets, etc."
-        },
-        "service_roads": {
-            "description": "Service Roads",
-            "tooltip": "Service Roads, Parking Aisles, Tracks, etc."
-        },
-        "paths": {
-            "description": "Paths",
-            "tooltip": "Foot Paths, Sidewalks, Cycle Paths, etc."
-        },
-        "buildings": {
-            "description": "Buildings",
-            "tooltip": "Buildings, Shelters, Garages, etc."
-        },
-        "landuse": {
-            "description": "Landuse Features",
-            "tooltip": "Forests, Farmland, Parks, Residential, Commercial, etc."
-        },
-        "boundaries": {
-            "description": "Boundaries",
-            "tooltip": "Administrative Boundaries"
-        },
-        "water": {
-            "description": "Water Features",
-            "tooltip": "Rivers, Lakes, Ponds, Basins, etc."
-        },
-        "rail": {
-            "description": "Rail Features",
-            "tooltip": "Railways"
-        },
-        "power": {
-            "description": "Power Features",
-            "tooltip": "Power Lines, Power Plants, Substations, etc."
-        },
-        "past_future": {
-            "description": "Past/Future",
-            "tooltip": "Proposed, Construction, Abandoned, Demolished, etc."
-        },
-        "others": {
-            "description": "Others",
-            "tooltip": "Everything Else"
-        }
-    },
-    "area_fill": {
-        "wireframe": {
-            "description": "No Fill (Wireframe)",
-            "tooltip": "Enabling wireframe mode makes it easy to see the background imagery."
-        },
-        "partial": {
-            "description": "Partial Fill",
-            "tooltip": "Areas are drawn with fill only around their inner edges. (Recommended for beginner mappers)"
-        },
-        "full": {
-            "description": "Full Fill",
-            "tooltip": "Areas are drawn fully filled."
-        }
-    },
-    "restore": {
-        "heading": "You have unsaved changes",
-        "description": "Do you wish to restore unsaved changes from a previous editing session?",
-        "restore": "Restore",
-        "reset": "Reset"
-    },
-    "save": {
-        "title": "Save",
-        "help": "Save changes to OpenStreetMap, making them visible to other users.",
-        "no_changes": "No changes to save.",
-        "error": "Errors occurred while trying to save",
-        "status_code": "Server returned status code {code}",
-        "unknown_error_details": "Please ensure you are connected to the Internet.",
-        "uploading": "Uploading changes to OpenStreetMap.",
-        "unsaved_changes": "You have unsaved changes",
-        "conflict": {
-            "header": "Resolve conflicting edits",
-            "count": "Conflict {num} of {total}",
-            "previous": "< Previous",
-            "next": "Next >",
-            "keep_local": "Keep mine",
-            "keep_remote": "Use theirs",
-            "restore": "Restore",
-            "delete": "Leave Deleted",
-            "download_changes": "Or download your changes.",
-            "done": "All conflicts resolved!",
-            "help": "Another user changed some of the same map features you changed.\nClick on each item below for more details about the conflict, and choose whether to keep\nyour changes or the other user's changes.\n"
-        }
-    },
-    "merge_remote_changes": {
-        "conflict": {
-            "deleted": "This object has been deleted by {user}.",
-            "location": "This object was moved by both you and {user}.",
-            "nodelist": "Nodes were changed by both you and {user}.",
-            "memberlist": "Relation members were changed by both you and {user}.",
-            "tags": "You changed the <b>{tag}</b> tag to \"{local}\" and {user} changed it to \"{remote}\"."
-        }
-    },
-    "success": {
-        "edited_osm": "Edited OSM!",
-        "just_edited": "You just edited OpenStreetMap!",
-        "view_on_osm": "View on OSM",
-        "facebook": "Share on Facebook",
-        "twitter": "Share on Twitter",
-        "google": "Share on Google+",
-        "help_html": "Your changes should appear in the \"Standard\" layer in a few minutes. Other layers, and certain features, may take longer.",
-        "help_link_text": "Details",
-        "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"
-    },
-    "confirm": {
-        "okay": "Okay",
-        "cancel": "Cancel"
-    },
-    "splash": {
-        "welcome": "Welcome to the iD OpenStreetMap editor",
-        "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}.",
-        "walkthrough": "Start the Walkthrough",
-        "start": "Edit Now"
-    },
-    "source_switch": {
-        "live": "live",
-        "lose_changes": "You have unsaved changes. Switching the map server will discard them. Are you sure you want to switch servers?",
-        "dev": "dev"
-    },
-    "tag_reference": {
-        "description": "Description",
-        "on_wiki": "{tag} on wiki.osm.org",
-        "used_with": "used with {type}"
-    },
-    "validations": {
-        "untagged_point": "Untagged point",
-        "untagged_line": "Untagged line",
-        "untagged_area": "Untagged area",
-        "many_deletions": "You're deleting {n} objects. Are you sure you want to do this? This will delete them from the map that everyone else sees on openstreetmap.org.",
-        "tag_suggests_area": "The tag {tag} suggests line should be area, but it is not an area",
-        "untagged_point_tooltip": "Select a feature type that describes what this point is.",
-        "untagged_line_tooltip": "Select a feature type that describes what this line is.",
-        "untagged_area_tooltip": "Select a feature type that describes what this area is.",
-        "deprecated_tags": "Deprecated tags: {tags}"
-    },
-    "zoom": {
-        "in": "Zoom In",
-        "out": "Zoom Out"
-    },
-    "cannot_zoom": "Cannot zoom out further in current mode.",
-    "full_screen": "Toggle Full Screen",
-    "gpx": {
-        "local_layer": "Local GPX file",
-        "drag_drop": "Drag and drop a .gpx file on the page, or click the button to the right to browse",
-        "zoom": "Zoom to GPX track",
-        "browse": "Browse for a .gpx file"
-    },
-    "mapillary_images": {
-        "tooltip": "Street-level photos from Mapillary",
-        "title": "Photo Overlay (Mapillary)"
-    },
-    "mapillary_signs": {
-        "tooltip": "Traffic signs from Mapillary",
-        "title": "Traffic Sign Overlay (Mapillary)"
-    },
-    "mapillary": {
-        "view_on_mapillary": "View this image on Mapillary"
-    },
-    "help": {
-        "title": "Help",
-        "help": "# Help\n\nThis is an editor for [OpenStreetMap](http://www.openstreetmap.org/), the\nfree and editable map of the World. You can use it to add and update\ndata in your area, making an open-source and open-data map of the world\nbetter for everyone.\n\nEdits that you make on this map will be visible to everyone who uses\nOpenStreetMap. In order to make an edit, you'll need to\n[log in](https://www.openstreetmap.org/login).\n\nThe [iD editor](http://ideditor.com/) is a collaborative project with [source\ncode available on GitHub](https://github.com/openstreetmap/iD).\n",
-        "editing_saving": "# Editing & Saving\n\nThis editor is designed to work primarily online, and you're accessing\nit through a website right now.\n\n### Selecting Features\n\nTo select a map feature, like a road or point of interest, click\non it on the map. This will highlight the selected feature, open a panel with\ndetails about it, and show a menu of things you can do with the feature.\n\nTo select multiple features, hold down the 'Shift' key. Then either click\non the features you want to select, or drag on the map to draw a rectangle.\nThis will draw a box and select all the points within it.\n\n### Saving Edits\n\nWhen you make changes like editing roads, buildings, and places, these are\nstored locally until you save them to the server. Don't worry if you make\na mistake - you can undo changes by clicking the undo button, and redo\nchanges by clicking the redo button.\n\nClick 'Save' to finish a group of edits - for instance, if you've completed\nan area of town and would like to start on a new area. You'll have a chance\nto review what you've done, and the editor supplies helpful suggestions\nand warnings if something doesn't seem right about the changes.\n\nIf everything looks good, you can enter a short comment explaining the change\nyou made, and click 'Save' again to post the changes\nto [OpenStreetMap.org](http://www.openstreetmap.org/), where they are visible\nto all other users and available for others to build and improve upon.\n\nIf you can't finish your edits in one sitting, you can leave the editor\nwindow and come back (on the same browser and computer), and the\neditor application will offer to restore your work.\n\n### Using the editor\n\nA list of available keyboard shortcuts can be found [here](http://wiki.openstreetmap.org/wiki/ID/Shortcuts).\n",
-        "roads": "# Roads\n\nYou can create, fix, and delete roads with this editor. Roads can be all\nkinds: paths, highways, trails, cycleways, and more - any often-crossed\nsegment should be mappable.\n\n### Selecting\n\nClick on a road to select it. An outline should become visible, along\nwith a small tools menu on the map and a sidebar showing more information\nabout the road.\n\n### Modifying\n\nOften you'll see roads that aren't aligned to the imagery behind them\nor to a GPS track. You can adjust these roads so they are in the correct\nplace.\n\nFirst click on the road you want to change. This will highlight it and show\ncontrol points along it that you can drag to better locations. If\nyou want to add new control points for more detail, double-click a part\nof the road without a node, and one will be added.\n\nIf the road connects to another road, but doesn't properly connect on\nthe map, you can drag one of its control points onto the other road in\norder to join them. Having roads connect is important for the map\nand essential for providing driving directions.\n\nYou can also click the 'Move' tool or press the `M` shortcut key to move the entire road at\none time, and then click again to save that movement.\n\n### Deleting\n\nIf a road is entirely incorrect - you can see that it doesn't exist in satellite\nimagery and ideally have confirmed locally that it's not present - you can delete\nit, which removes it from the map. Be cautious when deleting features -\nlike any other edit, the results are seen by everyone and satellite imagery\nis often out of date, so the road could simply be newly built.\n\nYou can delete a road by clicking on it to select it, then clicking the\ntrash can icon or pressing the 'Delete' key.\n\n### Creating\n\nFound somewhere there should be a road but there isn't? Click the 'Line'\nicon in the top-left of the editor or press the shortcut key `2` to start drawing\na line.\n\nClick on the start of the road on the map to start drawing. If the road\nbranches off from an existing road, start by clicking on the place where they connect.\n\nThen click on points along the road so that it follows the right path, according\nto satellite imagery or GPS. If the road you are drawing crosses another road, connect\nit by clicking on the intersection point. When you're done drawing, double-click\nor press 'Return' or 'Enter' on your keyboard.\n",
-        "gps": "# GPS\n\nCollected GPS traces are one valuable source of data for OpenStreetMap. This editor\nsupports local traces - `.gpx` files on your local computer. You can collect\nthis kind of GPS trace with a number of smartphone applications as well as\npersonal GPS hardware.\n\nFor information on how to perform a GPS survey, read\n[Mapping with a smartphone, GPS, or paper](http://learnosm.org/en/mobile-mapping/).\n\nTo use a GPX track for mapping, drag and drop the GPX file onto the map\neditor. If it's recognised, it will be added to the map as a bright purple\nline. Click on the 'Map Data' menu on the right side to enable,\ndisable, or zoom to this new GPX-powered layer.\n\nThe GPX track isn't directly uploaded to OpenStreetMap - the best way to\nuse it is to draw on the map, using it as a guide for the new features that\nyou add, and also to [upload it to OpenStreetMap](http://www.openstreetmap.org/trace/create)\nfor other users to use.\n",
-        "imagery": "# Imagery\n\nAerial imagery is an important resource for mapping. A combination of\naeroplane flyovers, satellite views, and freely-compiled sources are available\nin the editor under the 'Background Settings' menu on the right.\n\nBy default a [Bing Maps](http://www.bing.com/maps/) satellite layer is\npresented in the editor, but as you pan and zoom the map to new geographical\nareas, new sources will become available. Some countries, like the United Kingdom, United\nStates, France, and Denmark have very high-quality imagery available for some areas.\n\nImagery is sometimes offset from the map data because of a mistake on the\nimagery provider's side. If you see a lot of roads shifted from the background,\ndon't immediately move them all to match the background. Instead you can adjust\nthe imagery so that it matches the existing data by clicking 'Fix alignment' at\nthe bottom of the Background Settings UI.\n",
-        "addresses": "# Addresses\n\nAddresses are some of the most useful information for the map.\n\nAlthough addresses are often represented as parts of streets, in OpenStreetMap\nthey're recorded as attributes of buildings and places along streets.\n\nYou can add address information to places mapped as building outlines\nas well as those mapped as single points. The optimal source of address\ndata is from an on-the-ground survey or personal knowledge - as with any\nother feature, copying from commercial sources like Google Maps is strictly\nforbidden.\n",
-        "inspector": "# Using the Inspector\n\nThe inspector is the section on the left side of the page that allows you to\nedit the details of the selected feature.\n\n### Selecting a Feature Type\n\nAfter you add a point, line, or area, you can choose what type of feature it\nis, like whether it's a highway or residential road, supermarket or cafe.\nThe inspector will display buttons for common feature types, and you can\nfind others by typing what you're looking for in the search box.\n\nClick the 'i' in the bottom-right-hand corner of a feature type button to\nlearn more about it. Click a button to choose that type.\n\n### Using Forms and Editing Tags\n\nAfter you choose a feature type, or when you select a feature that already\nhas a type assigned, the inspector will display fields with details about\nthe feature like its name and address.\n\nBelow the fields you see, you can click the 'Add field' dropdown to add\nother details, like a Wikipedia link, wheelchair access, and more.\n\nAt the bottom of the inspector, click 'Additional tags' to add arbitrary\nother tags to the element. [Taginfo](http://taginfo.openstreetmap.org/) is a\ngreat resource for learn more about popular tag combinations.\n\nChanges you make in the inspector are automatically applied to the map.\nYou can undo them at any time by clicking the 'Undo' button.\n",
-        "buildings": "# Buildings\n\nOpenStreetMap is the World's largest database of buildings. You can create\nand improve this database.\n\n### Selecting\n\nYou can select a building by clicking on its border. This will highlight the\nbuilding and open a small tools menu and a sidebar showing more information\nabout the building.\n\n### Modifying\n\nSometimes buildings are incorrectly placed or have incorrect tags.\n\nTo move an entire building, select it, then click the 'Move' tool. Move your\nmouse to shift the building, and click when it's correctly placed.\n\nTo fix the specific shape of a building, click and drag the nodes that form\nits border into better places.\n\n### Creating\n\nOne of the main questions around adding buildings to the map is that\nOpenStreetMap records buildings both as shapes and points. The rule of thumb\nis to _map a building as a shape whenever possible_, and map companies, homes,\namenities, and other things that operate out of buildings as points placed\nwithin the building shape.\n\nStart drawing a building as a shape by clicking the 'Area' button in the top\nleft of the interface, and end it either by pressing 'Return' on your keyboard\nor clicking on the first node drawn to close the shape.\n\n### Deleting\n\nIf a building is entirely incorrect - you can see that it doesn't exist in satellite\nimagery and ideally have confirmed locally that it's not present - you can delete\nit, which removes it from the map. Be cautious when deleting features -\nlike any other edit, the results are seen by everyone and satellite imagery\nis often out of date, so the building could simply be newly built.\n\nYou can delete a building by clicking on it to select it, then clicking the\ntrash can icon or pressing the 'Delete' key.\n",
-        "relations": "# Relations\n\nA relation is a special type of feature in OpenStreetMap that groups together\nother features. For example, two common types of relations are *route relations*,\nwhich group together sections of road that belong to a specific freeway or\nhighway, and *multipolygons*, which group together several lines that define\na complex area (one with several pieces or holes in it like a donut).\n\nThe group of features in a relation are called *members*. In the sidebar, you can\nsee which relations a feature is a member of, and click on a relation there\nto select the it. When the relation is selected, you can see all of its\nmembers listed in the sidebar and highlighted on the map.\n\nFor the most part, iD will take care of maintaining relations automatically\nwhile you edit. The main thing you should be aware of is that if you delete a\nsection of road to redraw it more accurately, you should make sure that the\nnew section is a member of the same relations as the original.\n\n## Editing Relations\n\nIf you want to edit relations, here are the basics.\n\nTo add a feature to a relation, select the feature, click the \"+\" button in the\n\"All relations\" section of the sidebar, and select or type the name of the relation.\n\nTo create a new relation, select the first feature that should be a member,\nclick the \"+\" button in the \"All relations\" section, and select \"New relation...\".\n\nTo remove a feature from a relation, select the feature and click the trash\nbutton next to the relation you want to remove it from.\n\nYou can create multipolygons with holes using the \"Merge\" tool. Draw two areas (inner\nand outer), hold the Shift key and click on each of them to select them both, and then\nclick the \"Merge\" (+) button.\n"
-    },
-    "intro": {
-        "graph": {
-            "city_hall": "Three Rivers City Hall",
-            "fire_department": "Three Rivers Fire and Rescue Service",
-            "memory_isle_park": "Memory Isle Park",
-            "riverwalk_trail": "Riverwalk Trail",
-            "w_michigan_ave": "West Michigan Avenue",
-            "e_michigan_ave": "East Michigan Avenue",
-            "spring_st": "Spring Street",
-            "scidmore_park": "Scidmore Park",
-            "petting_zoo": "Scidmore Park Zoo",
-            "n_andrews_st": "North Andrews Street",
-            "s_andrews_st": "South Andrews Street",
-            "n_constantine_st": "North Constantine Street",
-            "s_constantine_st": "South Constantine Street",
-            "rocky_river": "Rocky River",
-            "railroad_dr": "Station Drive",
-            "conrail_rr": "Ravenglass Railway",
-            "st_joseph_river": "Saint Joseph River",
-            "n_main_st": "North High Street",
-            "s_main_st": "South High Street",
-            "water_st": "Water Street",
-            "foster_st": "Foster Street",
-            "portage_river": "Portage River",
-            "flower_st": "Flower Street",
-            "elm_st": "Oak Street",
-            "walnut_st": "Walnut Street",
-            "morris_ave": "Morris Avenue",
-            "east_st": "East Street",
-            "portage_ave": "Portage Avenue"
-        },
-        "navigation": {
-            "title": "Navigation",
-            "drag": "The main map area shows OpenStreetMap data on top of a background. You can navigate by dragging and scrolling, just like any web map. **Drag the map!**",
-            "select": "Map features are represented three ways: using points, lines or areas. All features can be selected by clicking on them. **Click on the point to select it.**",
-            "pane": "When a feature is selected, the feature editor is displayed. The header shows us the feature type and the main pane shows the feature's attributes, such as its name and address. **Close the feature editor by pressing the {button} button in the top right.**",
-            "search": "You can also search for features in the current view, or worldwide. **Search for '{name}'**",
-            "choose": "**Choose {name} from the list to select it.**",
-            "chosen": "Great! {name} is now selected. **Close the feature editor by pressing the {button} button.**"
-        },
-        "points": {
-            "title": "Points",
-            "add": "Points can be used to represent features such as shops, restaurants, and monuments. They mark a specific location, and describe what's there. **Click the {button} Point button to add a new point.**",
-            "place": "The point can be placed by clicking on the map. **Click the map to place the new point on top of the building.**",
-            "search": "There are many different features that can be represented by points. The point you just added is a Cafe. **Search for '{name}'**",
-            "choose": "**Choose Cafe from the list.**",
-            "describe": "The point is now marked as a cafe. Using the feature editor, we can add more information about the feature. **Add a name**",
-            "close": "The feature editor will remember all of your changes automatically.  When you change a feature, the close button will change to a checkmark. **Click the {button} button to close the feature editor**",
-            "reselect": "Often points will already exist, but have mistakes or be incomplete. We can edit existing points. **Click to select the point you just created.**",
-            "fixname": "**Change the name, then click the {button} button to close the feature editor.**",
-            "reselect_delete": "All features on the map can be deleted. **Click to select the point you created.**",
-            "delete": "The menu around the point contains operations that can be performed on it, including delete. **Click on the {button} button to delete the point.**"
-        },
-        "areas": {
-            "title": "Areas",
-            "add": "Areas are used to show the boundaries of features like lakes, buildings, and residential areas. They can be also be used for more detailed mapping of many features you might normally map as points. **Click the {button} Area button to add a new area.**",
-            "corner": "Areas are drawn by placing nodes that mark the boundary of the area. **Click to place a starting node on one of the corners of the playground.**",
-            "place": "Draw the area by placing more nodes. Finish the area by clicking on the starting node. **Draw an area for the playground.**",
-            "search": "**Search for '{name}'.**",
-            "choose": "**Choose Playground from the list.**",
-            "describe": "**Add a name, then click the {button} button to close the feature editor**"
-        },
-        "lines": {
-            "title": "Lines",
-            "add": "Lines are used to represent features such as roads, railways, and rivers. **Click the {button} Line button to add a new line.**",
-            "start": "**Start the line by clicking on the end of the road.**",
-            "intersect": "Click to add more nodes to the line. You can drag the map while drawing if necessary. Roads, and many other types of lines, are part of a larger network. It is important for these lines to be connected properly in order for routing applications to work. **Click on {name} to create an intersection connecting the two lines.**",
-            "finish": "Lines can be finished by clicking on the last node again. **Finish drawing the road.**",
-            "road": "**Select Road from the list**",
-            "residential": "There are different types of roads, the most common of which is Residential. **Choose the Residential road type**",
-            "describe": "**Name the road, then click the {button} button to close the feature editor.**",
-            "restart": "The road needs to intersect {name}.",
-            "wrong_preset": "You didn't select the Residential road type. **Click here to choose again**"
-        },
-        "startediting": {
-            "title": "Start Editing",
-            "help": "You can replay this walkthrough or view more documentation by clicking the {button} Help button.",
-            "save": "Don't forget to regularly save your changes!",
-            "start": "Start mapping!"
-        }
-    },
-    "presets": {
-        "categories": {
-            "category-building": {
-                "name": "Building Features"
-            },
-            "category-golf": {
-                "name": "Golf Features"
-            },
-            "category-landuse": {
-                "name": "Land Use Features"
-            },
-            "category-path": {
-                "name": "Path Features"
-            },
-            "category-rail": {
-                "name": "Rail Features"
-            },
-            "category-restriction": {
-                "name": "Restriction Features"
-            },
-            "category-road": {
-                "name": "Road Features"
-            },
-            "category-route": {
-                "name": "Route Features"
-            },
-            "category-water-area": {
-                "name": "Water Features"
-            },
-            "category-water-line": {
-                "name": "Water Features"
+    "en-GB": {
+        "modes": {
+            "add_area": {
+                "title": "Area",
+                "description": "Add parks, buildings, lakes or other areas to the map.",
+                "tail": "Click on the map to start drawing an area, like a park, lake, or building."
+            },
+            "add_line": {
+                "title": "Line",
+                "description": "Add roads, streets, footpaths, canals or other lines to the map.",
+                "tail": "Click on the map to start drawing a road, path, or route."
+            },
+            "add_point": {
+                "title": "Point",
+                "description": "Add restaurants, monuments, post boxes or other points to the map.",
+                "tail": "Click on the map to add a point."
+            },
+            "browse": {
+                "title": "Browse",
+                "description": "Pan and zoom the map."
+            },
+            "draw_area": {
+                "tail": "Click to add nodes to your area. Click the first node to finish the area."
+            },
+            "draw_line": {
+                "tail": "Click to add more nodes to the line. Click on other lines to connect to them, and double-click to end the line."
             }
         },
-        "fields": {
-            "access": {
-                "label": "Allowed Access",
-                "options": {
-                    "designated": {
-                        "description": "Access permitted according to signs or specific local laws",
-                        "title": "Designated"
-                    },
-                    "destination": {
-                        "description": "Access permitted only to reach a destination",
-                        "title": "Destination"
-                    },
-                    "dismount": {
-                        "description": "Access permitted but rider must dismount",
-                        "title": "Dismount"
-                    },
-                    "no": {
-                        "description": "Access not permitted to the general public",
-                        "title": "Prohibited"
-                    },
-                    "permissive": {
-                        "description": "Access permitted until such time as the owner revokes the permission",
-                        "title": "Permissive"
-                    },
-                    "private": {
-                        "description": "Access permitted only with permission of the owner on an individual basis",
-                        "title": "Private"
-                    },
-                    "yes": {
-                        "description": "Access permitted by law; a right of way",
-                        "title": "Allowed"
-                    }
-                },
-                "placeholder": "Not Specified",
-                "types": {
-                    "access": "All",
-                    "bicycle": "Bicycles",
-                    "foot": "Foot",
-                    "horse": "Horses",
-                    "motor_vehicle": "Motor Vehicles"
+        "operations": {
+            "add": {
+                "annotation": {
+                    "point": "Added a point.",
+                    "vertex": "Added a node to a way.",
+                    "relation": "Added a relation."
                 }
             },
-            "access_simple": {
-                "label": "Allowed Access",
-                "placeholder": "yes"
-            },
-            "access_toilets": {
-                "label": "Access"
-            },
-            "address": {
-                "label": "Address",
-                "placeholders": {
-                    "city": "City",
-                    "conscriptionnumber": "123",
-                    "country": "Country",
-                    "district": "District",
-                    "hamlet": "Hamlet",
-                    "housename": "Housename",
-                    "housenumber": "123",
-                    "place": "Place",
-                    "postcode": "Postcode",
-                    "province": "Province",
-                    "state": "State",
-                    "street": "Street",
-                    "subdistrict": "Subdistrict",
-                    "suburb": "Suburb"
+            "start": {
+                "annotation": {
+                    "line": "Started a line.",
+                    "area": "Started an area."
                 }
             },
-            "admin_level": {
-                "label": "Admin Level"
-            },
-            "aerialway": {
-                "label": "Type"
-            },
-            "aerialway/access": {
-                "label": "Access",
-                "options": {
-                    "both": "Both",
-                    "entry": "Entry",
-                    "exit": "Exit"
+            "continue": {
+                "key": "A",
+                "title": "Continue",
+                "description": "Continue this line.",
+                "not_eligible": "No line can be continued here.",
+                "multiple": "Several lines can be continued here. To choose a line, press the Shift key and click on it to select it.",
+                "annotation": {
+                    "line": "Continued a line.",
+                    "area": "Continued an area."
                 }
             },
-            "aerialway/bubble": {
-                "label": "Bubble"
-            },
-            "aerialway/capacity": {
-                "label": "Capacity (per hour)",
-                "placeholder": "500, 2500, 5000..."
+            "cancel_draw": {
+                "annotation": "Cancelled drawing."
             },
-            "aerialway/duration": {
-                "label": "Duration (minutes)",
-                "placeholder": "1, 2, 3..."
+            "change_role": {
+                "annotation": "Changed the role of a relation member."
             },
-            "aerialway/heating": {
-                "label": "Heated"
+            "change_tags": {
+                "annotation": "Changed tags."
             },
-            "aerialway/occupancy": {
-                "label": "Occupancy",
-                "placeholder": "2, 4, 8..."
-            },
-            "aerialway/summer/access": {
-                "label": "Access (summer)",
-                "options": {
-                    "both": "Both",
-                    "entry": "Entry",
-                    "exit": "Exit"
+            "circularize": {
+                "title": "Circularise",
+                "description": {
+                    "line": "Make this line circular.",
+                    "area": "Make this area circular."
+                },
+                "key": "O",
+                "annotation": {
+                    "line": "Made a line circular.",
+                    "area": "Made an area circular."
+                },
+                "not_closed": "This can't be made circular because it's not a loop.",
+                "too_large": "This can't be made circular because not enough of it is currently visible.",
+                "connected_to_hidden": "This can't be made circular because it is connected to a hidden feature."
+            },
+            "orthogonalize": {
+                "title": "Square",
+                "description": {
+                    "line": "Square the corners of this line.",
+                    "area": "Square the corners of this area."
+                },
+                "key": "S",
+                "annotation": {
+                    "line": "Squared the corners of a line.",
+                    "area": "Squared the corners of an area."
+                },
+                "not_squarish": "This can't be made square because it is not squarish.",
+                "too_large": "This can't be made square because not enough of it is currently visible.",
+                "connected_to_hidden": "This can't be made square because it is connected to a hidden feature."
+            },
+            "straighten": {
+                "title": "Straighten",
+                "description": "Straighten this line.",
+                "key": "S",
+                "annotation": "Straightened a line.",
+                "too_bendy": "This can't be straightened because it bends too much.",
+                "connected_to_hidden": "This line can't be straightened because it is connected to a hidden feature."
+            },
+            "delete": {
+                "title": "Delete",
+                "description": {
+                    "single": "Delete this feature permanently.",
+                    "multiple": "Delete these features permanently."
+                },
+                "annotation": {
+                    "point": "Deleted a point.",
+                    "vertex": "Deleted a node from a way.",
+                    "line": "Deleted a line.",
+                    "area": "Deleted an area.",
+                    "relation": "Deleted a relation.",
+                    "multiple": "Deleted {n} features."
+                },
+                "too_large": {
+                    "single": "This feature can't be deleted because not enough of it is currently visible.",
+                    "multiple": "These features can't be deleted because not enough of them are currently visible."
+                },
+                "incomplete_relation": {
+                    "single": "This feature can't be deleted because it hasn't been fully downloaded.",
+                    "multiple": "These features can't be deleted because they haven't been fully downloaded."
+                },
+                "part_of_relation": {
+                    "single": "This feature can't be deleted because it is part of a larger relation. You must remove it from the relation first.",
+                    "multiple": "These features can't be deleted because they are part of larger relations. You must remove them from the relations first."
+                },
+                "connected_to_hidden": {
+                    "single": "This feature can't be deleted because it is connected to a hidden feature.",
+                    "multiple": "These features can't be deleted because some are connected to hidden features."
                 }
             },
-            "aeroway": {
-                "label": "Type"
-            },
-            "amenity": {
-                "label": "Type"
-            },
-            "area/highway": {
-                "label": "Type"
-            },
-            "artist": {
-                "label": "Artist"
-            },
-            "artwork_type": {
-                "label": "Type"
-            },
-            "atm": {
-                "label": "ATM"
-            },
-            "backrest": {
-                "label": "Backrest"
-            },
-            "barrier": {
-                "label": "Type"
-            },
-            "bench": {
-                "label": "Bench"
-            },
-            "bicycle_parking": {
-                "label": "Type"
-            },
-            "boundary": {
-                "label": "Type"
+            "add_member": {
+                "annotation": "Added a member to a relation."
             },
-            "brand": {
-                "label": "Brand"
+            "delete_member": {
+                "annotation": "Removed a member from a relation."
             },
-            "building": {
-                "label": "Building"
-            },
-            "building_area": {
-                "label": "Building"
-            },
-            "capacity": {
-                "label": "Capacity",
-                "placeholder": "50, 100, 200..."
-            },
-            "cardinal_direction": {
-                "label": "Direction",
-                "options": {
-                    "E": "East",
-                    "ENE": "East-northeast",
-                    "ESE": "East-southeast",
-                    "N": "North",
-                    "NE": "Northeast",
-                    "NNE": "North-northeast",
-                    "NNW": "North-northwest",
-                    "NW": "Northwest",
-                    "S": "South",
-                    "SE": "Southeast",
-                    "SSE": "South-southeast",
-                    "SSW": "South-southwest",
-                    "SW": "Southwest",
-                    "W": "West",
-                    "WNW": "West-northwest",
-                    "WSW": "West-southwest"
+            "connect": {
+                "annotation": {
+                    "point": "Connected a way to a point.",
+                    "vertex": "Connected a way to another.",
+                    "line": "Connected a way to a line.",
+                    "area": "Connected a way to an area."
                 }
             },
-            "clock_direction": {
-                "label": "Direction",
-                "options": {
-                    "anticlockwise": "Anticlockwise",
-                    "clockwise": "Clockwise"
+            "disconnect": {
+                "title": "Disconnect",
+                "description": "Disconnect these lines/areas from each other.",
+                "key": "D",
+                "annotation": "Disconnected lines/areas.",
+                "not_connected": "There aren't enough lines/areas here to disconnect.",
+                "connected_to_hidden": "This can't be disconnected because it is connected to a hidden feature.",
+                "relation": "This can't be disconnected because it connects members of a relation."
+            },
+            "merge": {
+                "title": "Merge",
+                "description": "Merge these features.",
+                "key": "C",
+                "annotation": "Merged {n} features.",
+                "not_eligible": "These features can't be merged.",
+                "not_adjacent": "These features can't be merged because their endpoints aren't connected.",
+                "restriction": "These features can't be merged because at least one is a member of a \"{relation}\" relation.",
+                "incomplete_relation": "These features can't be merged because at least one hasn't been fully downloaded.",
+                "conflicting_tags": "These features can't be merged because some of their tags have conflicting values."
+            },
+            "move": {
+                "title": "Move",
+                "description": {
+                    "single": "Move this feature to a different location.",
+                    "multiple": "Move these features to a different location."
+                },
+                "key": "M",
+                "annotation": {
+                    "point": "Moved a point.",
+                    "vertex": "Moved a node in a way.",
+                    "line": "Moved a line.",
+                    "area": "Moved an area.",
+                    "multiple": "Moved multiple features."
+                },
+                "incomplete_relation": {
+                    "single": "This feature can't be moved because it hasn't been fully downloaded.",
+                    "multiple": "These features can't be moved because they haven't been fully downloaded."
+                },
+                "too_large": {
+                    "single": "This feature can't be moved because not enough of it is currently visible.",
+                    "multiple": "These features can't be moved because not enough of them are currently visible."
+                },
+                "connected_to_hidden": {
+                    "single": "This feature can't be moved because it is connected to a hidden feature.",
+                    "multiple": "These features can't be moved because some are connected to hidden features."
                 }
             },
-            "collection_times": {
-                "label": "Collection Times"
-            },
-            "construction": {
-                "label": "Type"
-            },
-            "content": {
-                "label": "Contents"
-            },
-            "country": {
-                "label": "Country"
-            },
-            "covered": {
-                "label": "Covered"
-            },
-            "craft": {
-                "label": "Type"
-            },
-            "crop": {
-                "label": "Crop"
-            },
-            "crossing": {
-                "label": "Type"
-            },
-            "cuisine": {
-                "label": "Cuisine"
-            },
-            "cycleway": {
-                "label": "Bike Lanes",
-                "options": {
-                    "lane": {
-                        "description": "A bike lane separated from motor traffic by a painted line",
-                        "title": "Standard bike lane"
-                    },
-                    "none": {
-                        "description": "No bike lane",
-                        "title": "None"
-                    },
-                    "opposite": {
-                        "description": "A bike lane that travels in both directions on a one-way street",
-                        "title": "Contraflow bike lane"
-                    },
-                    "opposite_lane": {
-                        "description": "A bike lane that travels in the opposite direction of traffic",
-                        "title": "Opposite bike lane"
-                    },
-                    "share_busway": {
-                        "description": "A bike lane shared with a bus lane",
-                        "title": "Bike lane shared with bus"
+            "reflect": {
+                "title": {
+                    "long": "Reflect Long",
+                    "short": "Reflect Short"
+                },
+                "description": {
+                    "long": {
+                        "single": "Reflect this feature across its long axis.",
+                        "multiple": "Reflect these features across their long axis."
                     },
-                    "shared_lane": {
-                        "description": "A bike lane with no separation from motor traffic",
-                        "title": "Shared bike lane"
+                    "short": {
+                        "single": "Reflect this feature across its short axis.",
+                        "multiple": "Reflect these features across their short axis."
+                    }
+                },
+                "key": {
+                    "long": "T",
+                    "short": "Y"
+                },
+                "annotation": {
+                    "long": {
+                        "single": "Reflected a feature across its long axis.",
+                        "multiple": "Reflected multiple features across their long axis."
                     },
-                    "track": {
-                        "description": "A bike lane separated from traffic by a physical barrier",
-                        "title": "Bike track"
+                    "short": {
+                        "single": "Reflected a feature across its short axis.",
+                        "multiple": "Reflected multiple features across their short axis."
                     }
                 },
-                "placeholder": "none",
-                "types": {
-                    "cycleway:left": "Left side",
-                    "cycleway:right": "Right side"
-                }
-            },
-            "delivery": {
-                "label": "Delivery"
-            },
-            "denomination": {
-                "label": "Denomination"
-            },
-            "denotation": {
-                "label": "Denotation"
-            },
-            "description": {
-                "label": "Description"
-            },
-            "diaper": {
-                "label": "Baby Changing Available"
-            },
-            "dock": {
-                "label": "Type"
-            },
-            "drive_through": {
-                "label": "Drive-Through"
-            },
-            "electrified": {
-                "label": "Electrification",
-                "options": {
-                    "contact_line": "Contact Line",
-                    "no": "No",
-                    "rail": "Electrified Rail",
-                    "yes": "Yes (unspecified)"
+                "incomplete_relation": {
+                    "single": "This feature can't be reflected because it hasn't been fully downloaded.",
+                    "multiple": "These features can't be reflected because they haven't been fully downloaded."
                 },
-                "placeholder": "Contact Line, Electrified Rail..."
-            },
-            "elevation": {
-                "label": "Elevation"
-            },
-            "emergency": {
-                "label": "Emergency"
-            },
-            "entrance": {
-                "label": "Type"
-            },
-            "except": {
-                "label": "Exceptions"
-            },
-            "fax": {
-                "label": "Fax",
-                "placeholder": "+44 207 123456"
-            },
-            "fee": {
-                "label": "Fee"
-            },
-            "fire_hydrant/type": {
-                "label": "Type",
-                "options": {
-                    "pillar": "Pillar/Aboveground",
-                    "pond": "Pond",
-                    "underground": "Underground",
-                    "wall": "Wall"
-                }
-            },
-            "fixme": {
-                "label": "Fix Me"
-            },
-            "fuel": {
-                "label": "Fuel"
-            },
-            "fuel/biodiesel": {
-                "label": "Sells Biodiesel"
-            },
-            "fuel/diesel": {
-                "label": "Sells Diesel"
-            },
-            "fuel/e10": {
-                "label": "Sells E10"
-            },
-            "fuel/e85": {
-                "label": "Sells E85"
-            },
-            "fuel/lpg": {
-                "label": "Sells LPG"
-            },
-            "fuel/octane_100": {
-                "label": "Sells Racing Petrol"
-            },
-            "fuel/octane_91": {
-                "label": "Sells Regular Petrol"
-            },
-            "fuel/octane_95": {
-                "label": "Sells Midgrade Petrol"
-            },
-            "fuel/octane_98": {
-                "label": "Sells Premium Petrol"
-            },
-            "gauge": {
-                "label": "Gauge"
-            },
-            "gender": {
-                "label": "Gender",
-                "options": {
-                    "female": "Female",
-                    "male": "Male",
-                    "unisex": "Unisex"
+                "too_large": {
+                    "single": "This feature can't be reflected because not enough of it is currently visible.",
+                    "multiple": "These features can't be reflected because not enough of them are currently visible."
                 },
-                "placeholder": "Unknown"
-            },
-            "generator/method": {
-                "label": "Method"
-            },
-            "generator/source": {
-                "label": "Source"
-            },
-            "generator/type": {
-                "label": "Type"
-            },
-            "golf_hole": {
-                "label": "Reference",
-                "placeholder": "Hole number (1-18)"
-            },
-            "handicap": {
-                "label": "Handicap",
-                "placeholder": "1-18"
-            },
-            "handrail": {
-                "label": "Handrail"
-            },
-            "highway": {
-                "label": "Type"
-            },
-            "historic": {
-                "label": "Type"
-            },
-            "hoops": {
-                "label": "Hoops",
-                "placeholder": "1, 2, 4..."
-            },
-            "iata": {
-                "label": "IATA"
-            },
-            "icao": {
-                "label": "ICAO"
-            },
-            "incline": {
-                "label": "Incline"
-            },
-            "incline_steps": {
-                "label": "Incline",
-                "options": {
-                    "down": "Down",
-                    "up": "Up"
-                }
-            },
-            "information": {
-                "label": "Type"
-            },
-            "internet_access": {
-                "label": "Internet Access",
-                "options": {
-                    "no": "No",
-                    "terminal": "Terminal",
-                    "wired": "Wired",
-                    "wlan": "Wi-Fi",
-                    "yes": "Yes"
-                }
-            },
-            "lamp_type": {
-                "label": "Type"
-            },
-            "landuse": {
-                "label": "Type"
-            },
-            "lanes": {
-                "label": "Lanes",
-                "placeholder": "1, 2, 3..."
-            },
-            "layer": {
-                "label": "Layer"
-            },
-            "leaf_cycle": {
-                "label": "Leaf Cycle",
-                "options": {
-                    "deciduous": "Deciduous",
-                    "evergreen": "Evergreen",
-                    "mixed": "Mixed",
-                    "semi_deciduous": "Semi-Deciduous",
-                    "semi_evergreen": "Semi-Evergreen"
+                "connected_to_hidden": {
+                    "single": "This feature can't be reflected because it is connected to a hidden feature.",
+                    "multiple": "These features can't be reflected because some are connected to hidden features."
                 }
             },
-            "leaf_cycle_singular": {
-                "label": "Leaf Cycle",
-                "options": {
-                    "deciduous": "Deciduous",
-                    "evergreen": "Evergreen",
-                    "semi_deciduous": "Semi-Deciduous",
-                    "semi_evergreen": "Semi-Evergreen"
+            "rotate": {
+                "title": "Rotate",
+                "description": {
+                    "single": "Rotate this feature around its center point.",
+                    "multiple": "Rotate these features around their center point."
+                },
+                "key": "R",
+                "annotation": {
+                    "line": "Rotated a line.",
+                    "area": "Rotated an area.",
+                    "multiple": "Rotated multiple features."
+                },
+                "incomplete_relation": {
+                    "single": "This feature can't be rotated because it hasn't been fully downloaded.",
+                    "multiple": "These features can't be rotated because they haven't been fully downloaded."
+                },
+                "too_large": {
+                    "single": "This feature can't be rotated because not enough of it is currently visible.",
+                    "multiple": "These features can't be rotated because not enough of them are currently visible."
+                },
+                "connected_to_hidden": {
+                    "single": "This feature can't be rotated because it is connected to a hidden feature.",
+                    "multiple": "These features can't be rotated because some are connected to hidden features."
                 }
             },
-            "leaf_type": {
-                "label": "Leaf Type",
-                "options": {
-                    "broadleaved": "Broadleaved",
-                    "leafless": "Leafless",
-                    "mixed": "Mixed",
-                    "needleleaved": "Needleleaved"
-                }
+            "reverse": {
+                "title": "Reverse",
+                "description": "Make this line go in the opposite direction.",
+                "key": "V",
+                "annotation": "Reversed a line."
+            },
+            "split": {
+                "title": "Split",
+                "description": {
+                    "line": "Split this line into two at this node.",
+                    "area": "Split the boundary of this area into two.",
+                    "multiple": "Split the lines/area boundaries at this node into two."
+                },
+                "key": "X",
+                "annotation": {
+                    "line": "Split a line.",
+                    "area": "Split an area boundary.",
+                    "multiple": "Split {n} lines/area boundaries."
+                },
+                "not_eligible": "Lines can't be split at their beginning or end.",
+                "multiple_ways": "There are too many lines here to split.",
+                "connected_to_hidden": "This can't be split because it is connected to a hidden feature."
             },
-            "leaf_type_singular": {
-                "label": "Leaf Type",
-                "options": {
-                    "broadleaved": "Broadleaved",
-                    "leafless": "Leafless",
-                    "needleleaved": "Needleleaved"
+            "restriction": {
+                "help": {
+                    "select": "Click to select a road segment.",
+                    "toggle": "Click to toggle turn restrictions.",
+                    "toggle_on": "Click to add a \"{restriction}\" restriction.",
+                    "toggle_off": "Click to remove the \"{restriction}\" restriction."
+                },
+                "annotation": {
+                    "create": "Added a turn restriction",
+                    "delete": "Deleted a turn restriction"
                 }
-            },
-            "leisure": {
-                "label": "Type"
-            },
-            "length": {
-                "label": "Length (Metres)"
-            },
-            "level": {
-                "label": "Level"
-            },
-            "levels": {
-                "label": "Levels",
-                "placeholder": "2, 4, 6..."
-            },
-            "lit": {
-                "label": "Street Lighting"
+            }
+        },
+        "undo": {
+            "tooltip": "Undo: {action}",
+            "nothing": "Nothing to undo."
+        },
+        "redo": {
+            "tooltip": "Redo: {action}",
+            "nothing": "Nothing to redo."
+        },
+        "tooltip_keyhint": "Shortcut:",
+        "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.",
+        "translate": {
+            "translate": "Translate",
+            "localized_translation_label": "Multilingual name",
+            "localized_translation_language": "Choose language",
+            "localized_translation_name": "Name"
+        },
+        "zoom_in_edit": "Zoom in to Edit",
+        "login": "login",
+        "logout": "logout",
+        "loading_auth": "Connecting to OpenStreetMap...",
+        "report_a_bug": "Report a bug",
+        "help_translate": "Help translate",
+        "feature_info": {
+            "hidden_warning": "{count} hidden features",
+            "hidden_details": "These features are currently hidden: {details}"
+        },
+        "status": {
+            "error": "Unable to connect to API.",
+            "offline": "The API is offline. Please try editing later.",
+            "readonly": "The API is read-only. You will need to wait to save your changes.",
+            "rateLimit": "The API is limiting anonymous connections.  You can fix this by logging in."
+        },
+        "commit": {
+            "title": "Upload to OpenStreetMap",
+            "description_placeholder": "Brief description of your contributions (required)",
+            "message_label": "Changeset Comment",
+            "upload_explanation": "The changes you upload will be visible on all maps that use OpenStreetMap data.",
+            "upload_explanation_with_user": "The changes you upload as {user} will be visible on all maps that use OpenStreetMap data.",
+            "save": "Upload",
+            "cancel": "Cancel",
+            "changes": "{count} Changes",
+            "warnings": "Warnings",
+            "modified": "Modified",
+            "deleted": "Deleted",
+            "created": "Created",
+            "about_changeset_comments": "About changeset comments",
+            "about_changeset_comments_link": "//wiki.openstreetmap.org/wiki/Good_changeset_comments",
+            "google_warning": "You mentioned Google in this comment: remember that copying from Google Maps is strictly forbidden.",
+            "google_warning_link": "http://www.openstreetmap.org/copyright"
+        },
+        "contributors": {
+            "list": "Edits by {users}",
+            "truncated_list": "Edits by {users} and {count} others"
+        },
+        "info_panels": {
+            "key": "I",
+            "background": {
+                "key": "B",
+                "title": "Background",
+                "zoom": "Zoom",
+                "vintage": "Vintage",
+                "unknown": "Unknown",
+                "show_tiles": "Show Tiles",
+                "hide_tiles": "Hide Tiles"
+            },
+            "history": {
+                "key": "H",
+                "title": "History",
+                "selected": "{n} selected",
+                "version": "Version",
+                "last_edit": "Last Edit",
+                "edited_by": "Edited By",
+                "changeset": "Changeset",
+                "unknown": "Unknown",
+                "link_text": "History on openstreetmap.org"
             },
             "location": {
-                "label": "Location"
-            },
-            "man_made": {
-                "label": "Type"
-            },
-            "maxspeed": {
-                "label": "Speed Limit",
-                "placeholder": "40, 50, 60..."
-            },
-            "maxstay": {
-                "label": "Max Stay"
-            },
-            "mtb/scale": {
-                "label": "Mountain Biking Difficulty",
-                "options": {
-                    "0": "0: Solid gravel/packed earth, no obstacles, wide curves",
-                    "1": "1: Some loose surface, small obstacles, wide curves",
-                    "2": "2: Much loose surface, large obstacles, easy hairpins",
-                    "3": "3: Slippery surface, large obstacles, tight hairpins",
-                    "4": "4: Loose surface or boulders, dangerous hairpins",
-                    "5": "5: Maximum difficulty, boulder fields, landslides",
-                    "6": "6: Not rideable except by the very best mountain bikers"
-                },
-                "placeholder": "0, 1, 2, 3..."
-            },
-            "mtb/scale/imba": {
-                "label": "IMBA Trail Difficulty",
-                "options": {
-                    "0": "Easiest (white circle)",
-                    "1": "Easy (green circle)",
-                    "2": "Medium (blue square)",
-                    "3": "Difficult (black diamond)",
-                    "4": "Extremely Difficult (double black diamond)"
-                },
-                "placeholder": "Easy, Medium, Difficult..."
-            },
-            "mtb/scale/uphill": {
-                "label": "Mountain Biking Uphill Difficulty",
-                "options": {
-                    "0": "0: Avg. incline <10%, gravel/packed earth, no obstacles",
-                    "1": "1: Avg. incline <15%, gravel/packed earth, few small objects",
-                    "2": "2: Avg. incline <20%, stable surface, fistsize rocks/roots",
-                    "3": "3: Avg. incline <25%, variable surface, fistsize rocks/branches",
-                    "4": "4: Avg. incline <30%, poor condition, big rocks/branches",
-                    "5": "5: Very steep, bike generally needs to be pushed or carried"
-                },
-                "placeholder": "0, 1, 2, 3..."
-            },
-            "name": {
-                "label": "Name",
-                "placeholder": "Common name (if any)"
-            },
-            "natural": {
-                "label": "Natural"
-            },
-            "network": {
-                "label": "Network"
-            },
-            "note": {
-                "label": "Note"
-            },
-            "office": {
-                "label": "Type"
-            },
-            "oneway": {
-                "label": "One Way",
-                "options": {
-                    "no": "No",
-                    "undefined": "Assumed to be No",
-                    "yes": "Yes"
-                }
-            },
-            "oneway_yes": {
-                "label": "One Way",
-                "options": {
-                    "no": "No",
-                    "undefined": "Assumed to be Yes",
-                    "yes": "Yes"
-                }
-            },
-            "opening_hours": {
-                "label": "Hours"
-            },
-            "operator": {
-                "label": "Operator"
-            },
-            "par": {
-                "label": "Par",
-                "placeholder": "3, 4, 5..."
-            },
-            "park_ride": {
-                "label": "Park and Ride"
-            },
-            "parking": {
-                "label": "Type",
-                "options": {
-                    "carports": "Carports",
-                    "garage_boxes": "Garage Boxes",
-                    "lane": "Roadside Lane",
-                    "multi-storey": "Multilevel",
-                    "sheds": "Sheds",
-                    "surface": "Surface",
-                    "underground": "Underground"
-                }
-            },
-            "phone": {
-                "label": "Telephone",
-                "placeholder": "+44 207 123456"
-            },
-            "piste/difficulty": {
-                "label": "Difficulty",
-                "options": {
-                    "advanced": "Advanced (black diamond)",
-                    "easy": "Easy (green circle)",
-                    "expert": "Expert (double black diamond)",
-                    "extreme": "Extreme (climbing equipment required)",
-                    "freeride": "Freeride (off-piste)",
-                    "intermediate": "Intermediate (blue square)",
-                    "novice": "Novice (instructional)"
-                },
-                "placeholder": "Easy, Intermediate, Advanced..."
-            },
-            "piste/grooming": {
-                "label": "Grooming",
-                "options": {
-                    "backcountry": "Backcountry",
-                    "classic": "Classic",
-                    "classic+skating": "Classic and Skating",
-                    "mogul": "Mogul",
-                    "scooter": "Scooter/Snowmobile",
-                    "skating": "Skating"
-                }
-            },
-            "piste/type": {
-                "label": "Type",
-                "options": {
-                    "downhill": "Downhill",
-                    "hike": "Hike",
-                    "ice_skate": "Ice Skate",
-                    "nordic": "Nordic",
-                    "playground": "Playground",
-                    "skitour": "Skitour",
-                    "sled": "Sled",
-                    "sleigh": "Sleigh",
-                    "snow_park": "Snow Park"
+                "key": "L",
+                "title": "Location",
+                "unknown_location": "Unknown Location"
+            },
+            "measurement": {
+                "key": "M",
+                "title": "Measurement",
+                "selected": "{n} selected",
+                "geometry": "Geometry",
+                "closed": "closed",
+                "center": "Centre",
+                "perimeter": "Perimeter",
+                "length": "Length",
+                "area": "Area",
+                "centroid": "Centroid",
+                "location": "Location",
+                "metric": "Metric",
+                "imperial": "Imperial"
+            }
+        },
+        "geometry": {
+            "point": "point",
+            "vertex": "vertex",
+            "line": "line",
+            "area": "area",
+            "relation": "relation"
+        },
+        "geocoder": {
+            "search": "Search worldwide...",
+            "no_results_visible": "No results in visible map area",
+            "no_results_worldwide": "No results found"
+        },
+        "geolocate": {
+            "title": "Show My Location",
+            "locating": "Locating, please wait..."
+        },
+        "inspector": {
+            "no_documentation_combination": "There is no documentation available for this tag combination",
+            "no_documentation_key": "There is no documentation available for this key",
+            "documentation_redirect": "This documentation has been redirected to a new page",
+            "show_more": "Show More",
+            "view_on_osm": "View on openstreetmap.org",
+            "all_fields": "All fields",
+            "all_tags": "All tags",
+            "all_members": "All members",
+            "all_relations": "All relations",
+            "new_relation": "New relation...",
+            "role": "Role",
+            "choose": "Select feature type",
+            "results": "{n} results for {search}",
+            "reference": "View on OpenStreetMap Wiki",
+            "back_tooltip": "Change feature",
+            "remove": "Remove",
+            "search": "Search",
+            "multiselect": "Selected features",
+            "unknown": "Unknown",
+            "incomplete": "<not downloaded>",
+            "feature_list": "Search features",
+            "edit": "Edit feature",
+            "check": {
+                "yes": "Yes",
+                "no": "No",
+                "reverser": "Change Direction"
+            },
+            "radio": {
+                "structure": {
+                    "type": "Type",
+                    "default": "Default",
+                    "layer": "Layer"
                 }
             },
-            "place": {
-                "label": "Type"
+            "add": "Add",
+            "none": "None",
+            "node": "Node",
+            "way": "Way",
+            "relation": "Relation",
+            "location": "Location",
+            "add_fields": "Add field:"
+        },
+        "background": {
+            "title": "Background",
+            "description": "Background settings",
+            "key": "B",
+            "percent_brightness": "{opacity}% brightness",
+            "none": "None",
+            "best_imagery": "Best known imagery source for this location",
+            "switch": "Switch back to this background",
+            "custom": "Custom",
+            "custom_button": "Edit custom background",
+            "custom_prompt": "Enter a tile URL template. Valid tokens are:\n   - {zoom}/{z}, {x}, {y} for Z/X/Y tile scheme\n   - {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}",
+            "fix_misalignment": "Adjust imagery offset",
+            "imagery_source_faq": "Where does this imagery come from?",
+            "reset": "reset",
+            "offset": "Drag anywhere in the gray area below to adjust the imagery offset, or enter the offset values in meters.",
+            "minimap": {
+                "description": "Minimap",
+                "tooltip": "Show a zoomed out map to help locate the area currently displayed.",
+                "key": "/"
+            }
+        },
+        "map_data": {
+            "title": "Map Data",
+            "description": "Map Data",
+            "key": "F",
+            "data_layers": "Data Layers",
+            "fill_area": "Fill Areas",
+            "map_features": "Map Features",
+            "autohidden": "These features have been automatically hidden because too many would be shown on the screen.  You can zoom in to edit them."
+        },
+        "feature": {
+            "points": {
+                "description": "Points",
+                "tooltip": "Points of Interest"
             },
-            "population": {
-                "label": "Population"
+            "traffic_roads": {
+                "description": "Traffic Roads",
+                "tooltip": "Highways, Streets, etc."
             },
-            "power": {
-                "label": "Type"
+            "service_roads": {
+                "description": "Service Roads",
+                "tooltip": "Service Roads, Parking Aisles, Tracks, etc."
             },
-            "power_supply": {
-                "label": "Power Supply"
+            "paths": {
+                "description": "Paths",
+                "tooltip": "Foot Paths, Sidewalks, Cycle Paths, etc."
             },
-            "railway": {
-                "label": "Type"
+            "buildings": {
+                "description": "Buildings",
+                "tooltip": "Buildings, Shelters, Garages, etc."
             },
-            "recycling/cans": {
-                "label": "Accepts Cans"
+            "landuse": {
+                "description": "Landuse Features",
+                "tooltip": "Forests, Farmland, Parks, Residential, Commercial, etc."
             },
-            "recycling/clothes": {
-                "label": "Accepts Clothes"
+            "boundaries": {
+                "description": "Boundaries",
+                "tooltip": "Administrative Boundaries"
             },
-            "recycling/glass": {
-                "label": "Accepts Glass"
+            "water": {
+                "description": "Water Features",
+                "tooltip": "Rivers, Lakes, Ponds, Basins, etc."
             },
-            "recycling/glass_bottles": {
-                "label": "Accepts Glass Bottles"
+            "rail": {
+                "description": "Rail Features",
+                "tooltip": "Railways"
             },
-            "recycling/paper": {
-                "label": "Accepts Paper"
+            "power": {
+                "description": "Power Features",
+                "tooltip": "Power Lines, Power Plants, Substations, etc."
             },
-            "recycling/plastic": {
-                "label": "Accepts Plastic"
+            "past_future": {
+                "description": "Past/Future",
+                "tooltip": "Proposed, Construction, Abandoned, Demolished, etc."
             },
-            "recycling/type": {
-                "label": "Recycling Type",
-                "options": {
-                    "centre": "Recycling Centre",
-                    "container": "Container"
+            "others": {
+                "description": "Others",
+                "tooltip": "Everything Else"
+            }
+        },
+        "area_fill": {
+            "wireframe": {
+                "description": "No Fill (Wireframe)",
+                "tooltip": "Enabling wireframe mode makes it easy to see the background imagery.",
+                "key": "W"
+            },
+            "partial": {
+                "description": "Partial Fill",
+                "tooltip": "Areas are drawn with fill only around their inner edges. (Recommended for beginner mappers)"
+            },
+            "full": {
+                "description": "Full Fill",
+                "tooltip": "Areas are drawn fully filled."
+            }
+        },
+        "restore": {
+            "heading": "You have unsaved changes",
+            "description": "Do you wish to restore unsaved changes from a previous editing session?"
+        },
+        "save": {
+            "title": "Save",
+            "help": "Review your changes and upload them to OpenStreetMap, making them visible to other users.",
+            "no_changes": "No changes to save.",
+            "error": "Errors occurred while trying to save",
+            "status_code": "Server returned status code {code}",
+            "unknown_error_details": "Please ensure you are connected to the Internet.",
+            "uploading": "Uploading changes to OpenStreetMap...",
+            "unsaved_changes": "You have unsaved changes",
+            "conflict": {
+                "header": "Resolve conflicting edits",
+                "count": "Conflict {num} of {total}",
+                "previous": "< Previous",
+                "next": "Next >",
+                "keep_local": "Keep mine",
+                "keep_remote": "Use theirs",
+                "restore": "Restore",
+                "delete": "Leave Deleted",
+                "download_changes": "Or download your changes.",
+                "done": "All conflicts resolved!",
+                "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"
+            }
+        },
+        "merge_remote_changes": {
+            "conflict": {
+                "deleted": "This feature has been deleted by {user}.",
+                "location": "This feature was moved by both you and {user}.",
+                "nodelist": "Nodes were changed by both you and {user}.",
+                "memberlist": "Relation members were changed by both you and {user}.",
+                "tags": "You changed the <b>{tag}</b> tag to \"{local}\" and {user} changed it to \"{remote}\"."
+            }
+        },
+        "success": {
+            "edited_osm": "Edited OSM!",
+            "just_edited": "You just edited OpenStreetMap!",
+            "view_on_osm": "View on OSM",
+            "facebook": "Share on Facebook",
+            "twitter": "Share on Twitter",
+            "google": "Share on Google+",
+            "help_html": "Your changes should appear in the \"Standard\" layer in a few minutes. Other layers, and certain features, may take longer.",
+            "help_link_text": "Details",
+            "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"
+        },
+        "confirm": {
+            "okay": "OK",
+            "cancel": "Cancel"
+        },
+        "splash": {
+            "welcome": "Welcome to the iD OpenStreetMap editor",
+            "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}.",
+            "walkthrough": "Start the Walkthrough",
+            "start": "Edit Now"
+        },
+        "source_switch": {
+            "live": "live",
+            "lose_changes": "You have unsaved changes. Switching the map server will discard them. Are you sure you want to switch servers?",
+            "dev": "dev"
+        },
+        "version": {
+            "whats_new": "What's new in iD {version}"
+        },
+        "tag_reference": {
+            "description": "Description",
+            "on_wiki": "{tag} on wiki.osm.org",
+            "used_with": "used with {type}"
+        },
+        "validations": {
+            "disconnected_highway": "Disconnected highway",
+            "disconnected_highway_tooltip": "Roads should be connected to other roads or building entrances.",
+            "old_multipolygon": "Multipolygon tags on outer way",
+            "old_multipolygon_tooltip": "This style of multipolygon is deprecated. Please assign the tags to the parent multipolygon instead of the outer way.",
+            "untagged_point": "Untagged point",
+            "untagged_point_tooltip": "Select a feature type that describes what this point is.",
+            "untagged_line": "Untagged line",
+            "untagged_line_tooltip": "Select a feature type that describes what this line is.",
+            "untagged_area": "Untagged area",
+            "untagged_area_tooltip": "Select a feature type that describes what this area is.",
+            "untagged_relation": "Untagged relation",
+            "untagged_relation_tooltip": "Select a feature type that describes what this relation is.",
+            "many_deletions": "You're deleting {n} features. Are you sure you want to do this? This will delete them from the map that everyone else sees on openstreetmap.org.",
+            "tag_suggests_area": "The tag {tag} suggests line should be area, but it is not an area",
+            "deprecated_tags": "Deprecated tags: {tags}"
+        },
+        "zoom": {
+            "in": "Zoom In",
+            "out": "Zoom Out"
+        },
+        "cannot_zoom": "Cannot zoom out further in current mode.",
+        "full_screen": "Toggle Full Screen",
+        "gpx": {
+            "local_layer": "Local file",
+            "drag_drop": "Drag and drop a .gpx, .geojson or .kml file on the page, or click the button to the right to browse",
+            "zoom": "Zoom to layer",
+            "browse": "Browse for a file"
+        },
+        "mapillary_images": {
+            "tooltip": "Street-level photos from Mapillary",
+            "title": "Photo Overlay (Mapillary)"
+        },
+        "mapillary_signs": {
+            "tooltip": "Traffic signs from Mapillary (must enable Photo Overlay)",
+            "title": "Traffic Sign Overlay (Mapillary)"
+        },
+        "mapillary": {
+            "view_on_mapillary": "View this image on Mapillary"
+        },
+        "help": {
+            "title": "Help",
+            "key": "H",
+            "help": "# Help\n\nThis is an editor for [OpenStreetMap](http://www.openstreetmap.org/), the\nfree and editable map of the World. You can use it to add and update\ndata in your area, making an open-source and open-data map of the world\nbetter for everyone.\n\nEdits that you make on this map will be visible to everyone who uses\nOpenStreetMap. In order to make an edit, you'll need to\n[log in](https://www.openstreetmap.org/login).\n\nThe [iD editor](http://ideditor.com/) is a collaborative project with [source\ncode available on GitHub](https://github.com/openstreetmap/iD).\n",
+            "editing_saving": "# Editing & Saving\n\nThis editor is designed to work primarily online, and you're accessing\nit through a website right now.\n\n### Selecting Features\n\nTo select a map feature, like a road or point of interest, click\non it on the map. This will highlight the selected feature, open a panel with\ndetails about it, and show a menu of things you can do with the feature.\n\nTo select multiple features, hold down the 'Shift' key. Then either click\non the features you want to select, or drag on the map to draw a rectangle.\nThis will draw a box and select all the points within it.\n\n### Saving Edits\n\nWhen you make changes like editing roads, buildings, and places, these are\nstored locally until you save them to the server. Don't worry if you make\na mistake - you can undo changes by clicking the undo button, and redo\nchanges by clicking the redo button.\n\nClick 'Save' to finish a group of edits - for instance, if you've completed\nan area of town and would like to start on a new area. You'll have a chance\nto review what you've done, and the editor supplies helpful suggestions\nand warnings if something doesn't seem right about the changes.\n\nIf everything looks good, you can enter a short comment explaining the change\nyou made, and click 'Save' again to post the changes\nto [OpenStreetMap.org](http://www.openstreetmap.org/), where they are visible\nto all other users and available for others to build and improve upon.\n\nIf you can't finish your edits in one sitting, you can leave the editor\nwindow and come back (on the same browser and computer), and the\neditor application will offer to restore your work.\n\n### Using the editor\n\nYou can view a list of keyboard shortcuts by pressing the `?` key.\n",
+            "roads": "# Roads\n\nYou can create, fix, and delete roads with this editor. Roads can be all\nkinds: paths, highways, trails, cycleways, and more - any often-crossed\nsegment should be mappable.\n\n### Selecting\n\nClick on a road to select it. An outline should become visible, along\nwith a small tools menu on the map and a sidebar showing more information\nabout the road.\n\n### Modifying\n\nOften you'll see roads that aren't aligned to the imagery behind them\nor to a GPS track. You can adjust these roads so they are in the correct\nplace.\n\nFirst click on the road you want to change. This will highlight it and show\ncontrol points along it that you can drag to better locations. If\nyou want to add new control points for more detail, double-click a part\nof the road without a node, and one will be added.\n\nIf the road connects to another road, but doesn't properly connect on\nthe map, you can drag one of its control points onto the other road in\norder to join them. Having roads connect is important for the map\nand essential for providing driving directions.\n\nYou can also click the 'Move' tool or press the `M` shortcut key to move the entire road at\none time, and then click again to save that movement.\n\n### Deleting\n\nIf a road is entirely incorrect - you can see that it doesn't exist in satellite\nimagery and ideally have confirmed locally that it's not present - you can delete\nit, which removes it from the map. Be cautious when deleting features -\nlike any other edit, the results are seen by everyone and satellite imagery\nis often out of date, so the road could simply be newly built.\n\nYou can delete a road by clicking on it to select it, then clicking the\ntrash can icon or pressing the 'Delete' key.\n\n### Creating\n\nFound somewhere there should be a road but there isn't? Click the 'Line'\nicon in the top-left of the editor or press the shortcut key `2` to start drawing\na line.\n\nClick on the start of the road on the map to start drawing. If the road\nbranches off from an existing road, start by clicking on the place where they connect.\n\nThen click on points along the road so that it follows the right path, according\nto satellite imagery or GPS. If the road you are drawing crosses another road, connect\nit by clicking on the intersection point. When you're done drawing, double-click\nor press 'Return' or 'Enter' on your keyboard.\n",
+            "gps": "# GPS\n\nCollected GPS traces are one valuable source of data for OpenStreetMap. This editor\nsupports local traces - `.gpx` files on your local computer. You can collect\nthis kind of GPS trace with a number of smartphone applications as well as\npersonal GPS hardware.\n\nFor information on how to perform a GPS survey, read\n[Mapping with a smartphone, GPS, or paper](http://learnosm.org/en/mobile-mapping/).\n\nTo use a GPX track for mapping, drag and drop the GPX file onto the map\neditor. If it's recognised, it will be added to the map as a bright purple\nline. Click on the 'Map Data' menu on the right side to enable,\ndisable, or zoom to this new GPX-powered layer.\n\nThe GPX track isn't directly uploaded to OpenStreetMap - the best way to\nuse it is to draw on the map, using it as a guide for the new features that\nyou add, and also to [upload it to OpenStreetMap](http://www.openstreetmap.org/trace/create)\nfor other users to use.\n",
+            "imagery": "# Imagery\n\nAerial imagery is an important resource for mapping. A combination of\naeroplane flyovers, satellite views, and freely-compiled sources are available\nin the editor under the 'Background Settings' menu on the right.\n\nBy default a [Bing Maps](http://www.bing.com/maps/) satellite layer is\npresented in the editor, but as you pan and zoom the map to new geographical\nareas, new sources will become available. Some countries, like the United Kingdom, United\nStates, France, and Denmark have very high-quality imagery available for some areas.\n\nImagery is sometimes offset from the map data because of a mistake on the\nimagery provider's side. If you see a lot of roads shifted from the background,\ndon't immediately move them all to match the background. Instead you can adjust\nthe imagery so that it matches the existing data by clicking 'Fix alignment' at\nthe bottom of the Background Settings UI.\n",
+            "addresses": "# Addresses\n\nAddresses are some of the most useful information for the map.\n\nAlthough addresses are often represented as parts of streets, in OpenStreetMap\nthey're recorded as attributes of buildings and places along streets.\n\nYou can add address information to places mapped as building outlines\nas well as those mapped as single points. The optimal source of address\ndata is from an on-the-ground survey or personal knowledge - as with any\nother feature, copying from commercial sources like Google Maps is strictly\nforbidden.\n",
+            "inspector": "# Using the Inspector\n\nThe inspector is the section on the left side of the page that allows you to\nedit the details of the selected feature.\n\n### Selecting a Feature Type\n\nAfter you add a point, line, or area, you can choose what type of feature it\nis, like whether it's a highway or residential road, supermarket or cafe.\nThe inspector will display buttons for common feature types, and you can\nfind others by typing what you're looking for in the search box.\n\nClick the 'i' in the bottom-right-hand corner of a feature type button to\nlearn more about it. Click a button to choose that type.\n\n### Using Forms and Editing Tags\n\nAfter you choose a feature type, or when you select a feature that already\nhas a type assigned, the inspector will display fields with details about\nthe feature like its name and address.\n\nBelow the fields you see, you can click the 'Add field' dropdown to add\nother details, like a Wikipedia link, wheelchair access, and more.\n\nAt the bottom of the inspector, click 'Additional tags' to add arbitrary\nother tags to the element. [Taginfo](http://taginfo.openstreetmap.org/) is a\ngreat resource for learn more about popular tag combinations.\n\nChanges you make in the inspector are automatically applied to the map.\nYou can undo them at any time by clicking the 'Undo' button.\n",
+            "buildings": "# Buildings\n\nOpenStreetMap is the World's largest database of buildings. You can create\nand improve this database.\n\n### Selecting\n\nYou can select a building by clicking on its border. This will highlight the\nbuilding and open a small tools menu and a sidebar showing more information\nabout the building.\n\n### Modifying\n\nSometimes buildings are incorrectly placed or have incorrect tags.\n\nTo move an entire building, select it, then click the 'Move' tool. Move your\nmouse to shift the building, and click when it's correctly placed.\n\nTo fix the specific shape of a building, click and drag the nodes that form\nits border into better places.\n\n### Creating\n\nOne of the main questions around adding buildings to the map is that\nOpenStreetMap records buildings both as shapes and points. The rule of thumb\nis to _map a building as a shape whenever possible_, and map companies, homes,\namenities, and other things that operate out of buildings as points placed\nwithin the building shape.\n\nStart drawing a building as a shape by clicking the 'Area' button in the top\nleft of the interface, and end it either by pressing 'Return' on your keyboard\nor clicking on the first node drawn to close the shape.\n\n### Deleting\n\nIf a building is entirely incorrect - you can see that it doesn't exist in satellite\nimagery and ideally have confirmed locally that it's not present - you can delete\nit, which removes it from the map. Be cautious when deleting features -\nlike any other edit, the results are seen by everyone and satellite imagery\nis often out of date, so the building could simply be newly built.\n\nYou can delete a building by clicking on it to select it, then clicking the\ntrash can icon or pressing the 'Delete' key.\n",
+            "relations": "# Relations\n\nA relation is a special type of feature in OpenStreetMap that groups together\nother features. For example, two common types of relations are *route relations*,\nwhich group together sections of road that belong to a specific freeway or\nhighway, and *multipolygons*, which group together several lines that define\na complex area (one with several pieces or holes in it like a donut).\n\nThe group of features in a relation are called *members*. In the sidebar, you can\nsee which relations a feature is a member of, and click on a relation there\nto select the it. When the relation is selected, you can see all of its\nmembers listed in the sidebar and highlighted on the map.\n\nFor the most part, iD will take care of maintaining relations automatically\nwhile you edit. The main thing you should be aware of is that if you delete a\nsection of road to redraw it more accurately, you should make sure that the\nnew section is a member of the same relations as the original.\n\n## Editing Relations\n\nIf you want to edit relations, here are the basics.\n\nTo add a feature to a relation, select the feature, click the \"+\" button in the\n\"All relations\" section of the sidebar, and select or type the name of the relation.\n\nTo create a new relation, select the first feature that should be a member,\nclick the \"+\" button in the \"All relations\" section, and select \"New relation...\".\n\nTo remove a feature from a relation, select the feature and click the trash\nbutton next to the relation you want to remove it from.\n\nYou can create multipolygons with holes using the \"Merge\" tool. Draw two areas (inner\nand outer), hold the Shift key and click on each of them to select them both, and then\nclick the \"Merge\" (+) button.\n"
+        },
+        "intro": {
+            "done": "done",
+            "ok": "OK",
+            "graph": {
+                "block_number": "<value for addr:block_number>",
+                "city": "Three Rivers",
+                "county": "<value for addr:county>",
+                "district": "<value for addr:district>",
+                "hamlet": "<value for addr:hamlet>",
+                "neighbourhood": "<value for addr:neighbourhood>",
+                "postcode": "TR17 1BB",
+                "province": "<value for addr:province>",
+                "quarter": "<value for addr:quarter>",
+                "state": "<value for addr:state>",
+                "subdistrict": "<value for addr:subdistrict>",
+                "suburb": "<value for addr:suburb>",
+                "countrycode": "gb",
+                "name": {
+                    "1st-avenue": "1st Avenue",
+                    "2nd-avenue": "2nd Avenue",
+                    "4th-avenue": "4th Avenue",
+                    "5th-avenue": "5th Avenue",
+                    "6th-avenue": "6th Avenue",
+                    "6th-street": "6th Street",
+                    "7th-avenue": "7th Avenue",
+                    "8th-avenue": "8th Avenue",
+                    "9th-avenue": "9th Avenue",
+                    "10th-avenue": "10th Avenue",
+                    "11th-avenue": "11th Avenue",
+                    "12th-avenue": "12th Avenue",
+                    "access-point-employment": "Access Point Employment",
+                    "adams-street": "Adams Street",
+                    "andrews-elementary-school": "Andrews Elementary School",
+                    "andrews-street": "Andrews Street",
+                    "armitage-street": "Armitage Street",
+                    "barrows-school": "Barrows School",
+                    "battle-street": "Battle Street",
+                    "bennett-street": "Bennett Street",
+                    "bowman-park": "Bowman Park",
+                    "collins-drive": "Collins Drive",
+                    "conrail-railroad": "National Rail",
+                    "conservation-park": "Conservation Park",
+                    "constantine-street": "Constantine Street",
+                    "cushman-street": "Cushman Street",
+                    "dollar-tree": "Euro Tree",
+                    "douglas-avenue": "Douglas Avenue",
+                    "east-street": "East Street",
+                    "elm-street": "Elm Street",
+                    "flower-street": "Flower Street",
+                    "foster-street": "Foster Street",
+                    "french-street": "French Street",
+                    "garden-street": "Garden Street",
+                    "gem-pawnbroker": "Gem Pawnbroker",
+                    "golden-finch-framing": "Golden Finch Framing",
+                    "grant-avenue": "Grant Avenue",
+                    "hoffman-pond": "Hoffman Pond",
+                    "hoffman-street": "Hoffman Street",
+                    "hook-avenue": "Hook Avenue",
+                    "jefferson-street": "Jefferson Street",
+                    "kelsey-street": "Kelsey Street",
+                    "lafayette-park": "LaFayette Park",
+                    "las-coffee-cafe": "L.A.'s Coffee Cafe",
+                    "lincoln-avenue": "Longspring Avenue",
+                    "lowrys-books": "Lowry's Books",
+                    "lynns-garage": "Lynn's Garage",
+                    "main-street-barbell": "Main Street Barbell",
+                    "main-street-cafe": "Main Street Cafe",
+                    "main-street-fitness": "Main Street Fitness",
+                    "main-street": "Main Street",
+                    "maple-street": "Maple Street",
+                    "marina-park": "Marina Park",
+                    "market-street": "Market Street",
+                    "memory-isle-park": "Memory Isle Park",
+                    "memory-isle": "Memory Isle",
+                    "michigan-avenue": "Mayfair Avenue",
+                    "middle-street": "Middle Street",
+                    "millard-street": "Millard Street",
+                    "moore-street": "Moore Street",
+                    "morris-avenue": "Morris Avenue",
+                    "mural-mall": "Mural Mall",
+                    "paisanos-bar-and-grill": "Paisano's Bar and Grill",
+                    "paisley-emporium": "Paisley Emporium",
+                    "paparazzi-tattoo": "Paparazzi Tattoo",
+                    "pealer-street": "Pealer Street",
+                    "pine-street": "Pine Street",
+                    "pizza-hut": "Pizza Hut",
+                    "portage-avenue": "Portage Avenue",
+                    "portage-river": "Portage River",
+                    "preferred-insurance-services": "Preferred Insurance Services",
+                    "railroad-drive": "Railroad Drive",
+                    "river-city-appliance": "River City Appliance",
+                    "river-drive": "River Drive",
+                    "river-road": "River Road",
+                    "river-street": "River Street",
+                    "riverside-cemetery": "Riverside Cemetery",
+                    "riverwalk-trail": "Riverwalk Trail",
+                    "riviera-theatre": "Riviera Theatre",
+                    "rocky-river": "Rocky River",
+                    "saint-joseph-river": "Saint Joseph River",
+                    "scidmore-park-petting-zoo": "Scidmore Park Petting Zoo",
+                    "scidmore-park": "Scidmore Park",
+                    "scouter-park": "Scouter Park",
+                    "sherwin-williams": "Sherwin-Williams",
+                    "south-street": "South Street",
+                    "southern-michigan-bank": "Santander",
+                    "spring-street": "Spring Street",
+                    "sturgeon-river-road": "Sturgeon River Road",
+                    "three-rivers-city-hall": "Three Rivers City Hall",
+                    "three-rivers-elementary-school": "Three Rivers Elementary School",
+                    "three-rivers-fire-department": "Three Rivers Fire Department",
+                    "three-rivers-high-school": "Three Rivers High School",
+                    "three-rivers-middle-school": "Three Rivers Middle School",
+                    "three-rivers-municipal-airport": "Three Rivers Municipal Airport",
+                    "three-rivers-post-office": "Three Rivers Post Office",
+                    "three-rivers-public-library": "Three Rivers Public Library",
+                    "three-rivers": "Three Rivers",
+                    "unique-jewelry": "Unique Jewelry",
+                    "walnut-street": "Walnut Street",
+                    "washington-street": "Kings Road",
+                    "water-street": "Water Street",
+                    "west-street": "West Street",
+                    "wheeler-street": "Wheeler Street",
+                    "william-towing": "William Towing",
+                    "willow-drive": "Willow Drive",
+                    "wood-street": "Wood Street",
+                    "world-fare": "World Fare"
                 }
             },
-            "ref": {
-                "label": "Reference"
-            },
-            "relation": {
-                "label": "Type"
-            },
-            "religion": {
-                "label": "Religion"
-            },
-            "restriction": {
-                "label": "Type"
-            },
-            "restrictions": {
-                "label": "Turn Restrictions"
-            },
-            "route": {
-                "label": "Type"
-            },
-            "route_master": {
-                "label": "Type"
-            },
-            "sac_scale": {
-                "label": "Hiking Difficulty",
-                "options": {
-                    "alpine_hiking": "T4: Alpine Hiking",
-                    "demanding_alpine_hiking": "T5: Demanding Alpine Hiking",
-                    "demanding_mountain_hiking": "T3: Demanding Mountain Hiking",
-                    "difficult_alpine_hiking": "T6: Difficult Alpine Hiking",
-                    "hiking": "T1: Hiking",
-                    "mountain_hiking": "T2: Mountain Hiking"
+            "welcome": {
+                "title": "Welcome",
+                "welcome": "Welcome! This walkthrough will teach you the basics of editing on OpenStreetMap.",
+                "practice": "All of the data in this walkthrough is just for practicing, and any edits that you make in the walkthrough will not be saved.",
+                "words": "This walkthrough will introduce some new words and concepts. When we introduce a new word, we'll use *italics*.",
+                "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.**",
+                "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.**",
+                "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.**",
+                "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.**"
+            },
+            "navigation": {
+                "title": "Navigation",
+                "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!**",
+                "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!**",
+                "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.",
+                "points_lines_areas": "Map features are represented using *points, lines, or areas.*",
+                "nodes_ways": "In OpenStreetMap, points are sometimes called *nodes*, and lines and areas are sometimes called *ways*.",
+                "click_townhall": "All features on the map can be selected by clicking on them. **Click on the point to select it.**",
+                "selected_townhall": "Great! The point is now selected. Selected features are drawn with a pulsing glow.",
+                "editor_townhall": "When a feature is selected, the *feature editor* is displayed alongside the map.",
+                "preset_townhall": "The top part of the feature editor shows the feature's type. This point is a {preset}.",
+                "fields_townhall": "The middle part of the feature editor contains *fields* showing the feature's attributes, such as its name and address.",
+                "close_townhall": "**Close the feature editor by hitting escape or pressing the {button} button in the upper corner.**",
+                "search_street": "You can also search for features in the current view, or worldwide. **Search for '{name}'.**",
+                "choose_street": "**Choose {name} from the list to select it.**",
+                "selected_street": "Great! {name} is now selected.",
+                "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.**",
+                "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}'.**"
+            },
+            "points": {
+                "title": "Points",
+                "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.**",
+                "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.**",
+                "search_cafe": "There are many different features that can be represented by points. The point you just added is a cafe. **Search for '{preset}'.**",
+                "choose_cafe": "**Choose {preset} from the list.**",
+                "feature_editor": "The point is now marked as a cafe. Using the feature editor, we can add more information about the cafe.",
+                "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.**",
+                "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.**",
+                "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.**",
+                "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.**",
+                "update_close": "**When you are finished updating the cafe, hit escape, enter, or click the {button} button to close the feature editor.**",
+                "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.**",
+                "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.**",
+                "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.**",
+                "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}'.**"
+            },
+            "areas": {
+                "title": "Areas",
+                "add_playground": "*Areas* are used to show the boundaries of features like lakes, buildings, and residential areas.{br}They can be also be used for more detailed mapping of many features you might normally map as points. **Click the {button} Area button to add a new area.**",
+                "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.**",
+                "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.**",
+                "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.**",
+                "search_playground": "**Search for '{preset}'.**",
+                "choose_playground": "**Choose {preset} from the list.**",
+                "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.**",
+                "choose_field": "**Choose {field} from the list.**",
+                "retry_add_field": "You didn't select the {field} field. Let's try again.",
+                "describe_playground": "**Add a description, then click the {button} button to close the feature editor.**",
+                "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}'.**"
+            },
+            "lines": {
+                "title": "Lines",
+                "add_line": "*Lines* are used to represent features such as roads, railroads, and rivers. **Click the {button} Line button to add a new line.**",
+                "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.**",
+                "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.**",
+                "retry_intersect": "The road needs to intersect {name}. Let's try again!",
+                "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.**",
+                "choose_category_road": "**Select {category} from the list.**",
+                "choose_preset_residential": "There are many different types of roads, but this one is a residential road. **Choose the {preset} type.**",
+                "retry_preset_residential": "You didn't select the {preset} type. **Click here to choose again.**",
+                "name_road": "**Give this road a name, then hit escape, enter, or click the {button} button to close the feature editor.**",
+                "did_name_road": "Looks good! Next we will learn how to update the shape of a line.",
+                "update_line": "Sometimes you will need to change the shape of an existing line. Here is a road that doesn't look quite right.",
+                "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.**",
+                "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.**",
+                "finish_drag_endpoint": "This spot looks good. **Release the left mouse button to finish dragging.**",
+                "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.**",
+                "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.**",
+                "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.",
+                "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.**",
+                "split_intersection": "**Click on the {button} button to split {street}.**",
+                "retry_split": "You didn't click the Split button. Try again.",
+                "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.**",
+                "did_split_single": "**Click the top part of {street2} to select it.**",
+                "multi_select": "{selected} is now selected. Let's also select {other1}. You can shift-click to select multiple things. **Shift-click on {other2}.**",
+                "multi_rightclick": "Good! Both lines to delete are now selected. **Right-click on one of the lines to show the edit menu.**",
+                "multi_delete": "**Click on the {button} button to delete the extra lines.**",
+                "retry_delete": "You didn't click the Delete button. Try again.",
+                "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}'.**"
+            },
+            "buildings": {
+                "title": "Buildings",
+                "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.**",
+                "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.**",
+                "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.**",
+                "retry_building": "It looks like you had some trouble placing the nodes at the building corners. Try again!",
+                "choose_category_building": "**Choose {category} from the list.**",
+                "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.**",
+                "close": "**Hit escape or click the {button} button to close the feature editor.**",
+                "rightclick_building": "**Right-click to select the building you created and show the edit menu.**",
+                "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.**",
+                "retry_square": "You didn't click the Square button. Try again.",
+                "done_square": "See how the corners of the building moved into place? Let's learn another useful trick.",
+                "add_tank": "Next we'll trace this circular storage tank. **Click the {button} Area button to add a new area.**",
+                "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.**",
+                "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.**",
+                "search_tank": "**Search for '{preset}'.**",
+                "choose_tank": "**Choose {preset} from the list.**",
+                "rightclick_tank": "**Right-click to select the storage tank you created and show the edit menu.**",
+                "circle_tank": "**Click on the {button} button to make the tank a circle.**",
+                "retry_circle": "You didn't click the Circularize button. Try again.",
+                "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}'.**"
+            },
+            "startediting": {
+                "title": "Start Editing",
+                "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.",
+                "shortcuts": "You can view a list of commands along with their keyboard shortcuts by pressing the '{key}' key.",
+                "save": "Don't forget to regularly save your changes!",
+                "start": "Start mapping!"
+            }
+        },
+        "shortcuts": {
+            "title": "Keyboard shortcuts",
+            "tooltip": "Show the keyboard shortcuts screen.",
+            "toggle": {
+                "key": "?"
+            },
+            "key": {
+                "alt": "Alt",
+                "backspace": "Backspace",
+                "cmd": "Cmd",
+                "ctrl": "Ctrl",
+                "delete": "Delete",
+                "del": "Del",
+                "end": "End",
+                "enter": "Enter",
+                "esc": "Esc",
+                "home": "Home",
+                "option": "Option",
+                "pause": "Pause",
+                "pgdn": "PgDn",
+                "pgup": "PgUp",
+                "return": "Return",
+                "shift": "Shift",
+                "space": "Space"
+            },
+            "gesture": {
+                "drag": "drag"
+            },
+            "or": "-or-",
+            "browsing": {
+                "title": "Browsing",
+                "navigation": {
+                    "title": "Navigation",
+                    "pan": "Pan map",
+                    "pan_more": "Pan map by one screenful",
+                    "zoom": "Zoom in / Zoom out",
+                    "zoom_more": "Zoom in / Zoom out by a lot"
                 },
-                "placeholder": "Mountain Hiking, Alpine Hiking..."
-            },
-            "sanitary_dump_station": {
-                "label": "Toilet Disposal"
-            },
-            "seasonal": {
-                "label": "Seasonal"
-            },
-            "service": {
-                "label": "Type"
-            },
-            "service/bicycle/chain_tool": {
-                "label": "Chain Tool",
-                "options": {
-                    "no": "No",
-                    "undefined": "Assumed to be No",
-                    "yes": "Yes"
+                "help": {
+                    "title": "Help",
+                    "help": "Show help/documentation",
+                    "keyboard": "Show keyboard shortcuts"
+                },
+                "display_options": {
+                    "title": "Display options",
+                    "background": "Show background options",
+                    "background_switch": "Switch back to last background",
+                    "map_data": "Show map data options",
+                    "fullscreen": "Enter full screen mode",
+                    "wireframe": "Toggle wireframe mode",
+                    "minimap": "Toggle minimap"
+                },
+                "selecting": {
+                    "title": "Selecting features",
+                    "select_one": "Select a single feature",
+                    "select_multi": "Select multiple features",
+                    "lasso": "Draw a selection lasso around features"
+                },
+                "with_selected": {
+                    "title": "With feature selected",
+                    "edit_menu": "Toggle edit menu"
+                },
+                "vertex_selected": {
+                    "title": "With node selected",
+                    "previous": "Jump to previous node",
+                    "next": "Jump to next node",
+                    "first": "Jump to first node",
+                    "last": "Jump to last node",
+                    "change_parent": "Switch parent way"
                 }
             },
-            "service/bicycle/pump": {
-                "label": "Air Pump",
-                "options": {
-                    "no": "No",
-                    "undefined": "Assumed to be No",
-                    "yes": "Yes"
+            "editing": {
+                "title": "Editing",
+                "drawing": {
+                    "title": "Drawing",
+                    "add_point": "'Add point' mode",
+                    "add_line": "'Add line' mode",
+                    "add_area": "'Add area' mode",
+                    "place_point": "Place a point",
+                    "disable_snap": "Hold to disable point snapping",
+                    "stop_line": "Finish drawing a line or area"
+                },
+                "operations": {
+                    "title": "Operations",
+                    "continue_line": "Continue a line at the selected node",
+                    "merge": "Combine (merge) selected features",
+                    "disconnect": "Disconnect features at the selected node",
+                    "split": "Split a line into two at the selected node",
+                    "reverse": "Reverse a line",
+                    "move": "Move selected features",
+                    "rotate": "Rotate selected features",
+                    "orthogonalize": "Straighten line / Square area corners",
+                    "circularize": "Circularize a closed line or area",
+                    "reflect_long": "Reflect features across the longer axis",
+                    "reflect_short": "Reflect features across the shorter axis",
+                    "delete": "Delete selected features"
+                },
+                "commands": {
+                    "title": "Commands",
+                    "copy": "Copy selected features",
+                    "paste": "Paste copied features",
+                    "undo": "Undo last action",
+                    "redo": "Redo last action",
+                    "save": "Save changes"
                 }
             },
-            "service_rail": {
-                "label": "Service Type",
-                "options": {
-                    "crossover": "Crossover",
-                    "siding": "Siding",
-                    "spur": "Spur",
-                    "yard": "Yard"
+            "tools": {
+                "title": "Tools",
+                "info": {
+                    "title": "Information",
+                    "all": "Toggle all information panels",
+                    "background": "Toggle background panel",
+                    "history": "Toggle history panel",
+                    "location": "Toggle location panel",
+                    "measurement": "Toggle measurement panel"
                 }
-            },
-            "shelter": {
-                "label": "Shelter"
-            },
-            "shelter_type": {
-                "label": "Type"
-            },
-            "shop": {
-                "label": "Type"
-            },
-            "site": {
-                "label": "Type"
-            },
-            "sloped_curb": {
-                "label": "Sloped Curb"
-            },
-            "smoking": {
-                "label": "Smoking",
-                "options": {
-                    "dedicated": "Dedicated to smokers (e.g. smokers' club)",
-                    "isolated": "In smoking areas, physically isolated",
-                    "no": "No smoking anywhere",
-                    "outside": "Allowed outside"
+            }
+        },
+        "presets": {
+            "categories": {
+                "category-barrier": {
+                    "name": "Barrier Features"
+                },
+                "category-building": {
+                    "name": "Building Features"
+                },
+                "category-golf": {
+                    "name": "Golf Features"
+                },
+                "category-landuse": {
+                    "name": "Land Use Features"
+                },
+                "category-natural-area": {
+                    "name": "Natural Features"
+                },
+                "category-natural-line": {
+                    "name": "Natural Features"
+                },
+                "category-natural-point": {
+                    "name": "Natural Features"
+                },
+                "category-path": {
+                    "name": "Path Features"
+                },
+                "category-rail": {
+                    "name": "Rail Features"
+                },
+                "category-restriction": {
+                    "name": "Restriction Features"
+                },
+                "category-road": {
+                    "name": "Road Features"
+                },
+                "category-route": {
+                    "name": "Route Features"
+                },
+                "category-water-area": {
+                    "name": "Water Features"
+                },
+                "category-water-line": {
+                    "name": "Water Features"
                 }
             },
-            "structure": {
-                "placeholder": "Unknown"
-            },
-            "substation": {
-                "label": "Type"
-            },
-            "takeaway": {
-                "options": {
-                    "no": "No",
-                    "yes": "Yes"
+            "fields": {
+                "access": {
+                    "label": "Allowed Access",
+                    "options": {
+                        "designated": {
+                            "description": "Access permitted according to signs or specific local laws",
+                            "title": "Designated"
+                        },
+                        "destination": {
+                            "description": "Access permitted only to reach a destination",
+                            "title": "Destination"
+                        },
+                        "dismount": {
+                            "description": "Access permitted but rider must dismount",
+                            "title": "Dismount"
+                        },
+                        "no": {
+                            "description": "Access not permitted to the general public",
+                            "title": "Prohibited"
+                        },
+                        "permissive": {
+                            "description": "Access permitted until such time as the owner revokes the permission",
+                            "title": "Permissive"
+                        },
+                        "private": {
+                            "description": "Access permitted only with permission of the owner on an individual basis",
+                            "title": "Private"
+                        },
+                        "yes": {
+                            "description": "Access permitted by law; a right of way",
+                            "title": "Allowed"
+                        }
+                    },
+                    "placeholder": "Not Specified",
+                    "types": {
+                        "access": "All",
+                        "bicycle": "Bicycles",
+                        "foot": "Foot",
+                        "horse": "Horses",
+                        "motor_vehicle": "Motor Vehicles"
+                    }
+                },
+                "access_simple": {
+                    "label": "Allowed Access"
+                },
+                "access_toilets": {
+                    "label": "Access"
+                },
+                "address": {
+                    "label": "Address",
+                    "placeholders": {
+                        "block_number": "Block Number",
+                        "block_number!jp": "Block No.",
+                        "city": "City",
+                        "city!jp": "City/Town/Village/Tokyo Special Ward",
+                        "city!vn": "City/Town",
+                        "conscriptionnumber": "123",
+                        "country": "Country",
+                        "county": "County",
+                        "county!jp": "District",
+                        "district": "District",
+                        "district!vn": "Arrondissement/Town/District",
+                        "floor": "Floor",
+                        "hamlet": "Hamlet",
+                        "housename": "Housename",
+                        "housenumber": "123",
+                        "housenumber!jp": "Building No./Lot No.",
+                        "neighbourhood": "Neighbourhood",
+                        "neighbourhood!jp": "Chōme/Aza/Koaza",
+                        "place": "Place",
+                        "postcode": "Postcode",
+                        "province": "Province",
+                        "province!jp": "Prefecture",
+                        "quarter": "Quarter",
+                        "quarter!jp": "Ōaza/Machi",
+                        "state": "State",
+                        "street": "Street",
+                        "subdistrict": "Subdistrict",
+                        "subdistrict!vn": "Ward/Commune/Townlet",
+                        "suburb": "Suburb",
+                        "suburb!jp": "Ward"
+                    }
+                },
+                "admin_level": {
+                    "label": "Admin Level"
+                },
+                "aerialway": {
+                    "label": "Type"
+                },
+                "aerialway/access": {
+                    "label": "Access",
+                    "options": {
+                        "both": "Both",
+                        "entry": "Entry",
+                        "exit": "Exit"
+                    }
+                },
+                "aerialway/bubble": {
+                    "label": "Bubble"
+                },
+                "aerialway/capacity": {
+                    "label": "Capacity (per hour)",
+                    "placeholder": "500, 2500, 5000..."
+                },
+                "aerialway/duration": {
+                    "label": "Duration (minutes)",
+                    "placeholder": "1, 2, 3..."
+                },
+                "aerialway/heating": {
+                    "label": "Heated"
+                },
+                "aerialway/occupancy": {
+                    "label": "Occupancy",
+                    "placeholder": "2, 4, 8..."
+                },
+                "aerialway/summer/access": {
+                    "label": "Access (summer)",
+                    "options": {
+                        "both": "Both",
+                        "entry": "Entry",
+                        "exit": "Exit"
+                    }
+                },
+                "aeroway": {
+                    "label": "Type"
+                },
+                "amenity": {
+                    "label": "Type"
+                },
+                "animal_boarding": {
+                    "label": "For Animals"
+                },
+                "animal_breeding": {
+                    "label": "For Animals"
+                },
+                "animal_shelter": {
+                    "label": "For Animals"
+                },
+                "area/highway": {
+                    "label": "Type"
+                },
+                "artist": {
+                    "label": "Artist"
+                },
+                "artwork_type": {
+                    "label": "Type"
+                },
+                "atm": {
+                    "label": "ATM"
+                },
+                "backrest": {
+                    "label": "Backrest"
+                },
+                "barrier": {
+                    "label": "Type"
+                },
+                "bath/open_air": {
+                    "label": "Open Air"
+                },
+                "bath/sand_bath": {
+                    "label": "Sand Bath"
+                },
+                "bath/type": {
+                    "label": "Specialty",
+                    "options": {
+                        "foot_bath": "Foot Bath",
+                        "hot_spring": "Hot Spring",
+                        "onsen": "Japanese Onsen"
+                    }
+                },
+                "beauty": {
+                    "label": "Shop Type"
+                },
+                "bench": {
+                    "label": "Bench"
+                },
+                "bicycle_parking": {
+                    "label": "Type"
+                },
+                "bin": {
+                    "label": "Waste Bin"
+                },
+                "blood_components": {
+                    "label": "Blood Components",
+                    "options": {
+                        "plasma": "plasma",
+                        "platelets": "platelets",
+                        "stemcells": "stem cell samples",
+                        "whole": "whole blood"
+                    }
+                },
+                "board_type": {
+                    "label": "Type"
+                },
+                "boundary": {
+                    "label": "Type"
+                },
+                "brand": {
+                    "label": "Brand"
+                },
+                "building": {
+                    "label": "Building"
+                },
+                "building_area": {
+                    "label": "Building"
+                },
+                "bunker_type": {
+                    "label": "Type"
+                },
+                "camera/direction": {
+                    "label": "Direction (Degrees Clockwise)",
+                    "placeholder": "45, 90, 180, 270"
+                },
+                "camera/mount": {
+                    "label": "Camera Mount"
+                },
+                "camera/type": {
+                    "label": "Camera Type",
+                    "options": {
+                        "dome": "Dome",
+                        "fixed": "Fixed",
+                        "panning": "Panning"
+                    }
+                },
+                "capacity": {
+                    "label": "Capacity",
+                    "placeholder": "50, 100, 200..."
+                },
+                "cardinal_direction": {
+                    "label": "Direction",
+                    "options": {
+                        "E": "East",
+                        "ENE": "East-northeast",
+                        "ESE": "East-southeast",
+                        "N": "North",
+                        "NE": "Northeast",
+                        "NNE": "North-northeast",
+                        "NNW": "North-northwest",
+                        "NW": "Northwest",
+                        "S": "South",
+                        "SE": "Southeast",
+                        "SSE": "South-southeast",
+                        "SSW": "South-southwest",
+                        "SW": "Southwest",
+                        "W": "West",
+                        "WNW": "West-northwest",
+                        "WSW": "West-southwest"
+                    }
+                },
+                "castle_type": {
+                    "label": "Type"
+                },
+                "clock_direction": {
+                    "label": "Direction",
+                    "options": {
+                        "anticlockwise": "Anticlockwise",
+                        "clockwise": "Clockwise"
+                    }
+                },
+                "club": {
+                    "label": "Type"
+                },
+                "collection_times": {
+                    "label": "Collection Times"
+                },
+                "communication_multi": {
+                    "label": "Communication Types"
+                },
+                "construction": {
+                    "label": "Type"
+                },
+                "contact/webcam": {
+                    "label": "Webcam URL",
+                    "placeholder": "http://example.com/"
+                },
+                "content": {
+                    "label": "Contents"
+                },
+                "country": {
+                    "label": "Country"
+                },
+                "covered": {
+                    "label": "Covered"
+                },
+                "craft": {
+                    "label": "Type"
+                },
+                "crop": {
+                    "label": "Crops"
+                },
+                "crossing": {
+                    "label": "Type"
+                },
+                "cuisine": {
+                    "label": "Cuisines"
+                },
+                "currency_multi": {
+                    "label": "Currency Types"
+                },
+                "cycle_network": {
+                    "label": "Network"
+                },
+                "cycleway": {
+                    "label": "Bike Lanes",
+                    "options": {
+                        "lane": {
+                            "description": "A bike lane separated from motor traffic by a painted line",
+                            "title": "Standard bike lane"
+                        },
+                        "none": {
+                            "description": "No bike lane",
+                            "title": "None"
+                        },
+                        "opposite": {
+                            "description": "A bike lane that travels in both directions on a one-way street",
+                            "title": "Contraflow bike lane"
+                        },
+                        "opposite_lane": {
+                            "description": "A bike lane that travels in the opposite direction of traffic",
+                            "title": "Opposite bike lane"
+                        },
+                        "share_busway": {
+                            "description": "A bike lane shared with a bus lane",
+                            "title": "Bike lane shared with bus"
+                        },
+                        "shared_lane": {
+                            "description": "A bike lane with no separation from motor traffic",
+                            "title": "Shared bike lane"
+                        },
+                        "track": {
+                            "description": "A bike lane separated from traffic by a physical barrier",
+                            "title": "Bike track"
+                        }
+                    },
+                    "placeholder": "none",
+                    "types": {
+                        "cycleway:left": "Left side",
+                        "cycleway:right": "Right side"
+                    }
+                },
+                "date": {
+                    "label": "Date"
+                },
+                "delivery": {
+                    "label": "Delivery"
+                },
+                "denomination": {
+                    "label": "Denomination"
+                },
+                "denotation": {
+                    "label": "Denotation"
+                },
+                "description": {
+                    "label": "Description"
+                },
+                "diaper": {
+                    "label": "Baby Changing Available"
+                },
+                "display": {
+                    "label": "Display"
+                },
+                "dock": {
+                    "label": "Type"
+                },
+                "drive_through": {
+                    "label": "Drive-Through"
+                },
+                "electrified": {
+                    "label": "Electrification",
+                    "options": {
+                        "contact_line": "Contact Line",
+                        "no": "No",
+                        "rail": "Electrified Rail",
+                        "yes": "Yes (unspecified)"
+                    },
+                    "placeholder": "Contact Line, Electrified Rail..."
+                },
+                "elevation": {
+                    "label": "Elevation"
+                },
+                "email": {
+                    "label": "Email",
+                    "placeholder": "example@example.com"
+                },
+                "emergency": {
+                    "label": "Emergency"
+                },
+                "entrance": {
+                    "label": "Type"
+                },
+                "except": {
+                    "label": "Exceptions"
+                },
+                "fax": {
+                    "label": "Fax",
+                    "placeholder": "+44 207 123456"
+                },
+                "fee": {
+                    "label": "Fee"
+                },
+                "fence_type": {
+                    "label": "Type"
+                },
+                "fire_hydrant/position": {
+                    "label": "Position",
+                    "options": {
+                        "green": "Green",
+                        "lane": "Lane",
+                        "parking_lot": "Parking Lot",
+                        "sidewalk": "Sidewalk"
+                    }
+                },
+                "fire_hydrant/type": {
+                    "label": "Type",
+                    "options": {
+                        "pillar": "Pillar/Aboveground",
+                        "pond": "Pond",
+                        "underground": "Underground",
+                        "wall": "Wall"
+                    }
+                },
+                "fixme": {
+                    "label": "Fix Me"
+                },
+                "fuel": {
+                    "label": "Fuel"
+                },
+                "fuel_multi": {
+                    "label": "Fuel Types"
+                },
+                "gauge": {
+                    "label": "Gauge"
+                },
+                "gender": {
+                    "label": "Gender",
+                    "options": {
+                        "female": "Female",
+                        "male": "Male",
+                        "unisex": "Unisex"
+                    },
+                    "placeholder": "Unknown"
+                },
+                "generator/method": {
+                    "label": "Method"
+                },
+                "generator/source": {
+                    "label": "Source"
+                },
+                "generator/type": {
+                    "label": "Type"
+                },
+                "golf_hole": {
+                    "label": "Reference",
+                    "placeholder": "Hole number (1-18)"
+                },
+                "grape_variety": {
+                    "label": "Grape Varieties"
+                },
+                "handicap": {
+                    "label": "Handicap",
+                    "placeholder": "1-18"
+                },
+                "handrail": {
+                    "label": "Handrail"
+                },
+                "height": {
+                    "label": "Height (Meters)"
+                },
+                "highway": {
+                    "label": "Type"
+                },
+                "historic": {
+                    "label": "Type"
+                },
+                "historic/civilization": {
+                    "label": "Historic Civilization"
+                },
+                "hoops": {
+                    "label": "Hoops",
+                    "placeholder": "1, 2, 4..."
+                },
+                "iata": {
+                    "label": "IATA"
+                },
+                "icao": {
+                    "label": "ICAO"
+                },
+                "incline": {
+                    "label": "Incline"
+                },
+                "incline_steps": {
+                    "label": "Incline",
+                    "options": {
+                        "down": "Down",
+                        "up": "Up"
+                    }
+                },
+                "indoor": {
+                    "label": "Indoor"
+                },
+                "information": {
+                    "label": "Type"
+                },
+                "inscription": {
+                    "label": "Inscription"
+                },
+                "internet_access": {
+                    "label": "Internet Access",
+                    "options": {
+                        "no": "No",
+                        "terminal": "Terminal",
+                        "wired": "Wired",
+                        "wlan": "Wi-Fi",
+                        "yes": "Yes"
+                    }
+                },
+                "internet_access/fee": {
+                    "label": "Internet Access Fee"
+                },
+                "internet_access/ssid": {
+                    "label": "SSID (Network Name)"
+                },
+                "kerb": {
+                    "label": "Kerb"
+                },
+                "lamp_type": {
+                    "label": "Type"
+                },
+                "landuse": {
+                    "label": "Type"
+                },
+                "lanes": {
+                    "label": "Lanes",
+                    "placeholder": "1, 2, 3..."
+                },
+                "layer": {
+                    "label": "Layer"
+                },
+                "leaf_cycle": {
+                    "label": "Leaf Cycle",
+                    "options": {
+                        "deciduous": "Deciduous",
+                        "evergreen": "Evergreen",
+                        "mixed": "Mixed",
+                        "semi_deciduous": "Semi-Deciduous",
+                        "semi_evergreen": "Semi-Evergreen"
+                    }
+                },
+                "leaf_cycle_singular": {
+                    "label": "Leaf Cycle",
+                    "options": {
+                        "deciduous": "Deciduous",
+                        "evergreen": "Evergreen",
+                        "semi_deciduous": "Semi-Deciduous",
+                        "semi_evergreen": "Semi-Evergreen"
+                    }
+                },
+                "leaf_type": {
+                    "label": "Leaf Type",
+                    "options": {
+                        "broadleaved": "Broadleaved",
+                        "leafless": "Leafless",
+                        "mixed": "Mixed",
+                        "needleleaved": "Needleleaved"
+                    }
+                },
+                "leaf_type_singular": {
+                    "label": "Leaf Type",
+                    "options": {
+                        "broadleaved": "Broadleaved",
+                        "leafless": "Leafless",
+                        "needleleaved": "Needleleaved"
+                    }
+                },
+                "leisure": {
+                    "label": "Type"
+                },
+                "length": {
+                    "label": "Length (Metres)"
+                },
+                "level": {
+                    "label": "Level"
+                },
+                "levels": {
+                    "label": "Levels",
+                    "placeholder": "2, 4, 6..."
+                },
+                "lit": {
+                    "label": "Street Lighting"
+                },
+                "location": {
+                    "label": "Location"
+                },
+                "man_made": {
+                    "label": "Type"
+                },
+                "map_size": {
+                    "label": "Coverage"
+                },
+                "map_type": {
+                    "label": "Type"
+                },
+                "maxheight": {
+                    "label": "Max Height",
+                    "placeholder": "4, 4.5, 5, 14'0\", 14'6\", 15'0\""
+                },
+                "maxspeed": {
+                    "label": "Speed Limit",
+                    "placeholder": "40, 50, 60..."
+                },
+                "maxstay": {
+                    "label": "Max Stay"
+                },
+                "maxweight": {
+                    "label": "Max Weight"
+                },
+                "mtb/scale": {
+                    "label": "Mountain Biking Difficulty",
+                    "options": {
+                        "0": "0: Solid gravel/packed earth, no obstacles, wide curves",
+                        "1": "1: Some loose surface, small obstacles, wide curves",
+                        "2": "2: Much loose surface, large obstacles, easy hairpins",
+                        "3": "3: Slippery surface, large obstacles, tight hairpins",
+                        "4": "4: Loose surface or boulders, dangerous hairpins",
+                        "5": "5: Maximum difficulty, boulder fields, landslides",
+                        "6": "6: Not rideable except by the very best mountain bikers"
+                    },
+                    "placeholder": "0, 1, 2, 3..."
+                },
+                "mtb/scale/imba": {
+                    "label": "IMBA Trail Difficulty",
+                    "options": {
+                        "0": "Easiest (white circle)",
+                        "1": "Easy (green circle)",
+                        "2": "Medium (blue square)",
+                        "3": "Difficult (black diamond)",
+                        "4": "Extremely Difficult (double black diamond)"
+                    },
+                    "placeholder": "Easy, Medium, Difficult..."
+                },
+                "mtb/scale/uphill": {
+                    "label": "Mountain Biking Uphill Difficulty",
+                    "options": {
+                        "0": "0: Avg. incline <10%, gravel/packed earth, no obstacles",
+                        "1": "1: Avg. incline <15%, gravel/packed earth, few small objects",
+                        "2": "2: Avg. incline <20%, stable surface, fistsize rocks/roots",
+                        "3": "3: Avg. incline <25%, variable surface, fistsize rocks/branches",
+                        "4": "4: Avg. incline <30%, poor condition, big rocks/branches",
+                        "5": "5: Very steep, bike generally needs to be pushed or carried"
+                    },
+                    "placeholder": "0, 1, 2, 3..."
+                },
+                "name": {
+                    "label": "Name",
+                    "placeholder": "Common name (if any)"
+                },
+                "natural": {
+                    "label": "Natural"
+                },
+                "network": {
+                    "label": "Network"
+                },
+                "network_bicycle": {
+                    "label": "Network Type",
+                    "options": {
+                        "icn": "International",
+                        "lcn": "Local",
+                        "ncn": "National",
+                        "rcn": "Regional"
+                    },
+                    "placeholder": "Local, Regional, National, International"
+                },
+                "network_foot": {
+                    "label": "Network Type",
+                    "options": {
+                        "iwn": "International",
+                        "lwn": "Local",
+                        "nwn": "National",
+                        "rwn": "Regional"
+                    },
+                    "placeholder": "Local, Regional, National, International"
+                },
+                "network_horse": {
+                    "label": "Network Type",
+                    "options": {
+                        "ihn": "International",
+                        "lhn": "Local",
+                        "nhn": "National",
+                        "rhn": "Regional"
+                    },
+                    "placeholder": "Local, Regional, National, International"
+                },
+                "network_road": {
+                    "label": "Network"
+                },
+                "note": {
+                    "label": "Note"
+                },
+                "office": {
+                    "label": "Type"
+                },
+                "oneway": {
+                    "label": "One Way",
+                    "options": {
+                        "no": "No",
+                        "undefined": "Assumed to be No",
+                        "yes": "Yes"
+                    }
+                },
+                "oneway_yes": {
+                    "label": "One Way",
+                    "options": {
+                        "no": "No",
+                        "undefined": "Assumed to be Yes",
+                        "yes": "Yes"
+                    }
+                },
+                "opening_hours": {
+                    "label": "Hours"
+                },
+                "operator": {
+                    "label": "Operator"
+                },
+                "outdoor_seating": {
+                    "label": "Outdoor Seating"
+                },
+                "par": {
+                    "label": "Par",
+                    "placeholder": "3, 4, 5..."
+                },
+                "parallel_direction": {
+                    "label": "Direction",
+                    "options": {
+                        "backward": "Backward",
+                        "forward": "Forward"
+                    }
+                },
+                "park_ride": {
+                    "label": "Park and Ride"
+                },
+                "parking": {
+                    "label": "Type",
+                    "options": {
+                        "carports": "Carports",
+                        "garage_boxes": "Garage Boxes",
+                        "lane": "Roadside Lane",
+                        "multi-storey": "Multilevel",
+                        "sheds": "Sheds",
+                        "surface": "Surface",
+                        "underground": "Underground"
+                    }
+                },
+                "payment_multi": {
+                    "label": "Payment Types"
+                },
+                "phone": {
+                    "label": "Telephone",
+                    "placeholder": "+44 207 123456"
+                },
+                "piste/difficulty": {
+                    "label": "Difficulty",
+                    "options": {
+                        "advanced": "Advanced (black diamond)",
+                        "easy": "Easy (green circle)",
+                        "expert": "Expert (double black diamond)",
+                        "extreme": "Extreme (climbing equipment required)",
+                        "freeride": "Freeride (off-piste)",
+                        "intermediate": "Intermediate (blue square)",
+                        "novice": "Novice (instructional)"
+                    },
+                    "placeholder": "Easy, Intermediate, Advanced..."
+                },
+                "piste/grooming": {
+                    "label": "Grooming",
+                    "options": {
+                        "backcountry": "Backcountry",
+                        "classic": "Classic",
+                        "classic+skating": "Classic and Skating",
+                        "mogul": "Mogul",
+                        "scooter": "Scooter/Snowmobile",
+                        "skating": "Skating"
+                    }
+                },
+                "piste/type": {
+                    "label": "Type",
+                    "options": {
+                        "downhill": "Downhill",
+                        "hike": "Hike",
+                        "ice_skate": "Ice Skate",
+                        "nordic": "Nordic",
+                        "playground": "Playground",
+                        "skitour": "Skitour",
+                        "sled": "Sled",
+                        "sleigh": "Sleigh",
+                        "snow_park": "Snow Park"
+                    }
+                },
+                "place": {
+                    "label": "Type"
+                },
+                "plant": {
+                    "label": "Plant"
+                },
+                "population": {
+                    "label": "Population"
+                },
+                "power": {
+                    "label": "Type"
+                },
+                "power_supply": {
+                    "label": "Power Supply"
+                },
+                "produce": {
+                    "label": "Produce"
+                },
+                "product": {
+                    "label": "Products"
+                },
+                "railway": {
+                    "label": "Type"
+                },
+                "recycling_accepts": {
+                    "label": "Accepts"
+                },
+                "recycling_type": {
+                    "label": "Recycling Type",
+                    "options": {
+                        "centre": "Recycling Centre",
+                        "container": "Container"
+                    }
+                },
+                "ref": {
+                    "label": "Reference"
+                },
+                "relation": {
+                    "label": "Type"
+                },
+                "religion": {
+                    "label": "Religion"
+                },
+                "restriction": {
+                    "label": "Type"
+                },
+                "restrictions": {
+                    "label": "Turn Restrictions"
+                },
+                "rooms": {
+                    "label": "Rooms"
+                },
+                "route": {
+                    "label": "Type"
+                },
+                "route_master": {
+                    "label": "Type"
+                },
+                "sac_scale": {
+                    "label": "Hiking Difficulty",
+                    "options": {
+                        "alpine_hiking": "T4: Alpine Hiking",
+                        "demanding_alpine_hiking": "T5: Demanding Alpine Hiking",
+                        "demanding_mountain_hiking": "T3: Demanding Mountain Hiking",
+                        "difficult_alpine_hiking": "T6: Difficult Alpine Hiking",
+                        "hiking": "T1: Hiking",
+                        "mountain_hiking": "T2: Mountain Hiking"
+                    },
+                    "placeholder": "Mountain Hiking, Alpine Hiking..."
+                },
+                "sanitary_dump_station": {
+                    "label": "Toilet Disposal"
+                },
+                "seasonal": {
+                    "label": "Seasonal"
+                },
+                "second_hand": {
+                    "label": "Sells Used",
+                    "options": {
+                        "no": "No",
+                        "only": "Only",
+                        "yes": "Yes"
+                    },
+                    "placeholder": "Yes, No, Only"
+                },
+                "service": {
+                    "label": "Type"
+                },
+                "service/bicycle": {
+                    "label": "Services"
+                },
+                "service/vehicle": {
+                    "label": "Services"
+                },
+                "service_rail": {
+                    "label": "Service Type",
+                    "options": {
+                        "crossover": "Crossover",
+                        "siding": "Siding",
+                        "spur": "Spur",
+                        "yard": "Yard"
+                    }
+                },
+                "service_times": {
+                    "label": "Service Times"
+                },
+                "shelter": {
+                    "label": "Shelter"
+                },
+                "shelter_type": {
+                    "label": "Type"
+                },
+                "shop": {
+                    "label": "Type"
+                },
+                "site": {
+                    "label": "Type"
+                },
+                "smoking": {
+                    "label": "Smoking",
+                    "options": {
+                        "dedicated": "Dedicated to smokers (e.g. smokers' club)",
+                        "isolated": "In smoking areas, physically isolated",
+                        "no": "No smoking anywhere",
+                        "outside": "Allowed outside",
+                        "separated": "In smoking areas, not physically isolated",
+                        "yes": "Allowed everywhere"
+                    },
+                    "placeholder": "No, Separated, Yes..."
+                },
+                "smoothness": {
+                    "label": "Smoothness",
+                    "options": {
+                        "bad": "Robust Wheels: trekking bike, car, rickshaw",
+                        "excellent": "Thin Rollers: rollerblade, skateboard",
+                        "good": "Thin Wheels: racing bike",
+                        "horrible": "Off-Road: heavy duty off-road vehicle",
+                        "impassable": "Impassable / No wheeled vehicle",
+                        "intermediate": "Wheels: city bike, wheelchair, scooter",
+                        "very_bad": "High Clearance: light duty off-road vehicle",
+                        "very_horrible": "Specialised off-road: tractor, ATV"
+                    },
+                    "placeholder": "Thin Rollers, Wheels, Off-Road..."
+                },
+                "social_facility": {
+                    "label": "Type"
+                },
+                "social_facility_for": {
+                    "label": "People Served"
+                },
+                "source": {
+                    "label": "Source"
+                },
+                "sport": {
+                    "label": "Sports"
+                },
+                "sport_ice": {
+                    "label": "Sports"
+                },
+                "sport_racing_motor": {
+                    "label": "Sports"
+                },
+                "sport_racing_nonmotor": {
+                    "label": "Sports"
+                },
+                "stars": {
+                    "label": "Stars"
+                },
+                "start_date": {
+                    "label": "Start Date"
+                },
+                "step_count": {
+                    "label": "Number of Steps"
+                },
+                "stop": {
+                    "label": "Stop Type",
+                    "options": {
+                        "all": "All Ways",
+                        "minor": "Minor Road"
+                    }
+                },
+                "structure": {
+                    "label": "Structure",
+                    "options": {
+                        "bridge": "Bridge",
+                        "cutting": "Cutting",
+                        "embankment": "Embankment",
+                        "ford": "Ford",
+                        "tunnel": "Tunnel"
+                    },
+                    "placeholder": "Unknown"
+                },
+                "studio": {
+                    "label": "Type"
+                },
+                "substation": {
+                    "label": "Type"
+                },
+                "supervised": {
+                    "label": "Supervised"
+                },
+                "support": {
+                    "label": "Support"
+                },
+                "surface": {
+                    "label": "Surface"
+                },
+                "surveillance": {
+                    "label": "Surveillance Kind"
+                },
+                "surveillance/type": {
+                    "label": "Surveillance Type",
+                    "options": {
+                        "ALPR": "Automatic License Plate Reader",
+                        "camera": "Camera",
+                        "guard": "Guard"
+                    }
+                },
+                "surveillance/zone": {
+                    "label": "Surveillance Zone"
+                },
+                "tactile_paving": {
+                    "label": "Tactile Paving"
+                },
+                "takeaway": {
+                    "label": "Takeaway",
+                    "options": {
+                        "no": "No",
+                        "only": "Takeaway Only",
+                        "yes": "Yes"
+                    },
+                    "placeholder": "Yes, No, Takeaway Only..."
+                },
+                "toilets/disposal": {
+                    "label": "Toilet Disposal",
+                    "options": {
+                        "bucket": "Bucket",
+                        "chemical": "Chemical",
+                        "flush": "Flush",
+                        "pitlatrine": "Pit/Latrine"
+                    }
+                },
+                "toll": {
+                    "label": "Toll"
+                },
+                "tomb": {
+                    "label": "Type"
+                },
+                "tourism": {
+                    "label": "Type"
+                },
+                "tower/construction": {
+                    "label": "Construction",
+                    "placeholder": "Guyed, Lattice, Concealed, ..."
+                },
+                "tower/type": {
+                    "label": "Type"
+                },
+                "tracktype": {
+                    "label": "Track Type",
+                    "options": {
+                        "grade1": "Solid: paved or heavily compacted hardcore surface",
+                        "grade2": "Mostly Solid: gravel/rock with some soft material mixed in",
+                        "grade3": "Even mixture of hard and soft materials",
+                        "grade4": "Mostly Soft: soil/sand/grass with some hard material mixed in",
+                        "grade5": "Soft: soil/sand/grass"
+                    },
+                    "placeholder": "Solid, Mostly Solid, Soft..."
+                },
+                "traffic_calming": {
+                    "label": "Type"
+                },
+                "traffic_signals": {
+                    "label": "Type"
+                },
+                "trail_visibility": {
+                    "label": "Trail Visibility",
+                    "options": {
+                        "bad": "Bad: no markers, path sometimes invisible/pathless",
+                        "excellent": "Excellent: unambiguous path or markers everywhere",
+                        "good": "Good: markers visible, sometimes require searching",
+                        "horrible": "Horrible: often pathless, some orientation skills required",
+                        "intermediate": "Intermediate: few markers, path mostly visible",
+                        "no": "No: pathless, excellent orientation skills required"
+                    },
+                    "placeholder": "Excellent, Good, Bad..."
+                },
+                "trees": {
+                    "label": "Trees"
+                },
+                "tunnel": {
+                    "label": "Tunnel"
+                },
+                "vending": {
+                    "label": "Type of Goods"
+                },
+                "visibility": {
+                    "label": "Visibility",
+                    "options": {
+                        "area": "Over 20m (65ft)",
+                        "house": "Up to 5m (16ft)",
+                        "street": "5 to 20m (16 to 65ft)"
+                    }
+                },
+                "wall": {
+                    "label": "Type"
+                },
+                "water": {
+                    "label": "Type"
+                },
+                "water_point": {
+                    "label": "Water Point"
+                },
+                "waterway": {
+                    "label": "Type"
+                },
+                "website": {
+                    "label": "Website",
+                    "placeholder": "http://example.com/"
+                },
+                "wetland": {
+                    "label": "Type"
+                },
+                "wheelchair": {
+                    "label": "Wheelchair Access"
+                },
+                "width": {
+                    "label": "Width (Meters)"
+                },
+                "wikipedia": {
+                    "label": "Wikipedia"
+                }
+            },
+            "presets": {
+                "address": {
+                    "name": "Address"
+                },
+                "advertising/billboard": {
+                    "name": "Billboard"
+                },
+                "aerialway": {
+                    "name": "Aerialway"
+                },
+                "aerialway/cable_car": {
+                    "name": "Cable Car"
+                },
+                "aerialway/chair_lift": {
+                    "name": "Chair Lift"
+                },
+                "aerialway/drag_lift": {
+                    "name": "Drag Lift"
+                },
+                "aerialway/gondola": {
+                    "name": "Gondola",
+                    "terms": "Dangleway"
+                },
+                "aerialway/goods": {
+                    "name": "Goods Aerialway"
+                },
+                "aerialway/magic_carpet": {
+                    "name": "Magic Carpet Lift"
+                },
+                "aerialway/mixed_lift": {
+                    "name": "Mixed Lift"
+                },
+                "aerialway/platter": {
+                    "name": "Platter Lift"
+                },
+                "aerialway/pylon": {
+                    "name": "Aerialway Pylon"
+                },
+                "aerialway/rope_tow": {
+                    "name": "Rope Tow Lift"
+                },
+                "aerialway/station": {
+                    "name": "Aerialway Station"
+                },
+                "aerialway/t-bar": {
+                    "name": "T-bar Lift"
+                },
+                "aeroway": {
+                    "name": "Aeroway"
+                },
+                "aeroway/aerodrome": {
+                    "name": "Airport"
+                },
+                "aeroway/apron": {
+                    "name": "Apron"
+                },
+                "aeroway/gate": {
+                    "name": "Airport Gate"
+                },
+                "aeroway/hangar": {
+                    "name": "Hangar"
+                },
+                "aeroway/helipad": {
+                    "name": "Helipad"
+                },
+                "aeroway/runway": {
+                    "name": "Runway"
+                },
+                "aeroway/taxiway": {
+                    "name": "Taxiway"
+                },
+                "aeroway/terminal": {
+                    "name": "Airport Terminal"
+                },
+                "amenity": {
+                    "name": "Amenity"
+                },
+                "amenity/animal_boarding": {
+                    "name": "Animal Boarding Facility"
+                },
+                "amenity/animal_breeding": {
+                    "name": "Animal Breeding Facility"
+                },
+                "amenity/animal_shelter": {
+                    "name": "Animal Shelter"
+                },
+                "amenity/arts_centre": {
+                    "name": "Arts Centre"
+                },
+                "amenity/atm": {
+                    "name": "ATM"
+                },
+                "amenity/bank": {
+                    "name": "Bank"
+                },
+                "amenity/bar": {
+                    "name": "Bar"
+                },
+                "amenity/bbq": {
+                    "name": "Barbecue/Grill"
+                },
+                "amenity/bench": {
+                    "name": "Bench"
+                },
+                "amenity/bicycle_parking": {
+                    "name": "Bicycle Parking"
+                },
+                "amenity/bicycle_rental": {
+                    "name": "Bicycle Rental"
+                },
+                "amenity/bicycle_repair_station": {
+                    "name": "Bicycle Repair Tool Stand"
+                },
+                "amenity/biergarten": {
+                    "name": "Beer Garden"
+                },
+                "amenity/boat_rental": {
+                    "name": "Boat Rental"
+                },
+                "amenity/bureau_de_change": {
+                    "name": "Currency Exchange"
+                },
+                "amenity/bus_station": {
+                    "name": "Bus Station"
+                },
+                "amenity/cafe": {
+                    "name": "Cafe"
+                },
+                "amenity/car_rental": {
+                    "name": "Car Rental"
+                },
+                "amenity/car_sharing": {
+                    "name": "Car Sharing"
+                },
+                "amenity/car_wash": {
+                    "name": "Car Wash"
+                },
+                "amenity/casino": {
+                    "name": "Casino"
+                },
+                "amenity/charging_station": {
+                    "name": "Charging Station"
+                },
+                "amenity/childcare": {
+                    "name": "Nursery/Childcare"
+                },
+                "amenity/cinema": {
+                    "name": "Cinema"
+                },
+                "amenity/clinic": {
+                    "name": "Clinic"
+                },
+                "amenity/clock": {
+                    "name": "Clock"
+                },
+                "amenity/college": {
+                    "name": "College Grounds"
+                },
+                "amenity/community_centre": {
+                    "name": "Community Centre"
+                },
+                "amenity/compressed_air": {
+                    "name": "Compressed Air"
+                },
+                "amenity/courthouse": {
+                    "name": "Courthouse"
+                },
+                "amenity/coworking_space": {
+                    "name": "Coworking Space"
+                },
+                "amenity/crematorium": {
+                    "name": "Crematorium"
+                },
+                "amenity/dentist": {
+                    "name": "Dentist"
+                },
+                "amenity/doctors": {
+                    "name": "Doctor"
+                },
+                "amenity/dojo": {
+                    "name": "Dojo / Martial Arts Academy"
+                },
+                "amenity/drinking_water": {
+                    "name": "Drinking Water"
+                },
+                "amenity/driving_school": {
+                    "name": "Driving School"
+                },
+                "amenity/embassy": {
+                    "name": "Embassy"
+                },
+                "amenity/fast_food": {
+                    "name": "Fast Food"
+                },
+                "amenity/ferry_terminal": {
+                    "name": "Ferry Terminal"
+                },
+                "amenity/fire_station": {
+                    "name": "Fire Station"
+                },
+                "amenity/food_court": {
+                    "name": "Food Court"
+                },
+                "amenity/fountain": {
+                    "name": "Fountain"
+                },
+                "amenity/fuel": {
+                    "name": "Petrol Station",
+                    "terms": "gas, fuel, propane, diesel, lng, cng, biodiesel"
+                },
+                "amenity/grave_yard": {
+                    "name": "Graveyard"
+                },
+                "amenity/grit_bin": {
+                    "name": "Grit Bin"
+                },
+                "amenity/hospital": {
+                    "name": "Hospital Grounds"
+                },
+                "amenity/hunting_stand": {
+                    "name": "Hunting Stand"
+                },
+                "amenity/ice_cream": {
+                    "name": "Ice Cream Shop"
+                },
+                "amenity/internet_cafe": {
+                    "name": "Internet Cafe"
+                },
+                "amenity/kindergarten": {
+                    "name": "Preschool/Kindergarten Grounds"
+                },
+                "amenity/library": {
+                    "name": "Library"
+                },
+                "amenity/marketplace": {
+                    "name": "Marketplace"
+                },
+                "amenity/motorcycle_parking": {
+                    "name": "Motorcycle Parking"
+                },
+                "amenity/nightclub": {
+                    "name": "Nightclub"
+                },
+                "amenity/nursing_home": {
+                    "name": "Nursing Home"
+                },
+                "amenity/parking": {
+                    "name": "Car Parking"
+                },
+                "amenity/parking_entrance": {
+                    "name": "Parking Garage Entrance/Exit"
+                },
+                "amenity/parking_space": {
+                    "name": "Parking Space"
+                },
+                "amenity/pavilion": {
+                    "name": "Pavilion"
+                },
+                "amenity/pharmacy": {
+                    "name": "Pharmacy"
+                },
+                "amenity/place_of_worship": {
+                    "name": "Place of Worship"
+                },
+                "amenity/place_of_worship/buddhist": {
+                    "name": "Buddhist Temple"
+                },
+                "amenity/place_of_worship/christian": {
+                    "name": "Church"
+                },
+                "amenity/place_of_worship/jewish": {
+                    "name": "Synagogue"
+                },
+                "amenity/place_of_worship/muslim": {
+                    "name": "Mosque"
+                },
+                "amenity/planetarium": {
+                    "name": "Planetarium"
+                },
+                "amenity/police": {
+                    "name": "Police"
+                },
+                "amenity/post_box": {
+                    "name": "Post Box",
+                    "terms": "Mailbox"
+                },
+                "amenity/post_office": {
+                    "name": "Post Office"
+                },
+                "amenity/prison": {
+                    "name": "Prison Grounds"
+                },
+                "amenity/pub": {
+                    "name": "Pub"
+                },
+                "amenity/public_bath": {
+                    "name": "Public Bath"
+                },
+                "amenity/public_bookcase": {
+                    "name": "Public Bookcase"
+                },
+                "amenity/ranger_station": {
+                    "name": "Warden Station"
+                },
+                "amenity/recycling": {
+                    "name": "Recycling"
+                },
+                "amenity/recycling_centre": {
+                    "name": "Recycling Centre"
+                },
+                "amenity/register_office": {
+                    "name": "Register Office"
+                },
+                "amenity/restaurant": {
+                    "name": "Restaurant"
+                },
+                "amenity/sanitary_dump_station": {
+                    "name": "RV Toilet Disposal"
+                },
+                "amenity/school": {
+                    "name": "School Grounds"
+                },
+                "amenity/shelter": {
+                    "name": "Shelter"
+                },
+                "amenity/social_facility": {
+                    "name": "Social Facility"
+                },
+                "amenity/social_facility/food_bank": {
+                    "name": "Food Bank"
+                },
+                "amenity/social_facility/group_home": {
+                    "name": "Elderly Group Home"
+                },
+                "amenity/social_facility/homeless_shelter": {
+                    "name": "Homeless Shelter"
+                },
+                "amenity/social_facility/nursing_home": {
+                    "name": "Nursing Home"
+                },
+                "amenity/studio": {
+                    "name": "Studio"
+                },
+                "amenity/swimming_pool": {
+                    "name": "Swimming Pool"
+                },
+                "amenity/taxi": {
+                    "name": "Taxi Stand"
+                },
+                "amenity/telephone": {
+                    "name": "Telephone"
+                },
+                "amenity/theatre": {
+                    "name": "Theatre"
+                },
+                "amenity/toilets": {
+                    "name": "Toilets"
+                },
+                "amenity/townhall": {
+                    "name": "Town Hall"
+                },
+                "amenity/university": {
+                    "name": "University Grounds"
+                },
+                "amenity/vending_machine": {
+                    "name": "Vending Machine"
+                },
+                "amenity/vending_machine/cigarettes": {
+                    "name": "Cigarette Vending Machine"
+                },
+                "amenity/vending_machine/condoms": {
+                    "name": "Condom Vending Machine"
+                },
+                "amenity/vending_machine/drinks": {
+                    "name": "Drink Vending Machine"
+                },
+                "amenity/vending_machine/excrement_bags": {
+                    "name": "Excrement Bag Vending Machine"
+                },
+                "amenity/vending_machine/news_papers": {
+                    "name": "Newspaper Vending Machine"
+                },
+                "amenity/vending_machine/newspapers": {
+                    "name": "Newspaper Vending Machine"
+                },
+                "amenity/vending_machine/parcel_pickup_dropoff": {
+                    "name": "Parcel Pickup/Dropoff Vending Machine"
+                },
+                "amenity/vending_machine/parking_tickets": {
+                    "name": "Parking Ticket Vending Machine"
+                },
+                "amenity/vending_machine/public_transport_tickets": {
+                    "name": "Transit Ticket Vending Machine"
+                },
+                "amenity/vending_machine/sweets": {
+                    "name": "Snack Vending Machine"
+                },
+                "amenity/veterinary": {
+                    "name": "Veterinary"
+                },
+                "amenity/waste_basket": {
+                    "name": "Waste Basket"
+                },
+                "amenity/waste_disposal": {
+                    "name": "Garbage Dumpster"
+                },
+                "amenity/waste_transfer_station": {
+                    "name": "Waste Transfer Station"
+                },
+                "amenity/water_point": {
+                    "name": "RV Drinking Water"
+                },
+                "amenity/watering_place": {
+                    "name": "Animal Watering Place"
+                },
+                "area": {
+                    "name": "Area"
+                },
+                "area/highway": {
+                    "name": "Road Surface"
+                },
+                "barrier": {
+                    "name": "Barrier"
+                },
+                "barrier/block": {
+                    "name": "Block"
+                },
+                "barrier/bollard": {
+                    "name": "Bollard"
+                },
+                "barrier/border_control": {
+                    "name": "Border Control"
+                },
+                "barrier/cattle_grid": {
+                    "name": "Cattle Grid"
+                },
+                "barrier/city_wall": {
+                    "name": "City Wall"
+                },
+                "barrier/cycle_barrier": {
+                    "name": "Cycle Barrier"
+                },
+                "barrier/ditch": {
+                    "name": "Trench"
+                },
+                "barrier/entrance": {
+                    "name": "Entrance"
+                },
+                "barrier/fence": {
+                    "name": "Fence"
+                },
+                "barrier/gate": {
+                    "name": "Gate"
+                },
+                "barrier/hedge": {
+                    "name": "Hedge"
+                },
+                "barrier/kissing_gate": {
+                    "name": "Kissing Gate"
+                },
+                "barrier/lift_gate": {
+                    "name": "Lift Gate"
+                },
+                "barrier/retaining_wall": {
+                    "name": "Retaining Wall"
+                },
+                "barrier/stile": {
+                    "name": "Stile"
+                },
+                "barrier/toll_booth": {
+                    "name": "Toll Booth"
+                },
+                "barrier/wall": {
+                    "name": "Wall"
+                },
+                "boundary/administrative": {
+                    "name": "Administrative Boundary"
+                },
+                "building": {
+                    "name": "Building"
+                },
+                "building/apartments": {
+                    "name": "Apartments"
+                },
+                "building/barn": {
+                    "name": "Barn"
+                },
+                "building/bunker": {
+                    "name": "Bunker"
+                },
+                "building/cabin": {
+                    "name": "Cabin"
+                },
+                "building/cathedral": {
+                    "name": "Cathedral Building"
+                },
+                "building/chapel": {
+                    "name": "Chapel Building"
+                },
+                "building/church": {
+                    "name": "Church Building"
+                },
+                "building/college": {
+                    "name": "College Building"
+                },
+                "building/commercial": {
+                    "name": "Commercial Building"
+                },
+                "building/construction": {
+                    "name": "Building Under Construction"
+                },
+                "building/detached": {
+                    "name": "Detached House"
+                },
+                "building/dormitory": {
+                    "name": "Dormitory"
+                },
+                "building/entrance": {
+                    "name": "Entrance/Exit"
+                },
+                "building/garage": {
+                    "name": "Garage"
+                },
+                "building/garages": {
+                    "name": "Garages"
+                },
+                "building/greenhouse": {
+                    "name": "Greenhouse"
+                },
+                "building/hospital": {
+                    "name": "Hospital Building"
+                },
+                "building/hotel": {
+                    "name": "Hotel Building"
+                },
+                "building/house": {
+                    "name": "House"
+                },
+                "building/hut": {
+                    "name": "Hut"
+                },
+                "building/industrial": {
+                    "name": "Industrial Building"
+                },
+                "building/kindergarten": {
+                    "name": "Preschool/Kindergarten Building"
+                },
+                "building/public": {
+                    "name": "Public Building"
+                },
+                "building/residential": {
+                    "name": "Residential Building"
+                },
+                "building/retail": {
+                    "name": "Retail Building"
+                },
+                "building/roof": {
+                    "name": "Roof"
+                },
+                "building/school": {
+                    "name": "School Building"
+                },
+                "building/semidetached_house": {
+                    "name": "Semi-Detached House"
+                },
+                "building/shed": {
+                    "name": "Shed"
+                },
+                "building/stable": {
+                    "name": "Stable"
+                },
+                "building/static_caravan": {
+                    "name": "Static Caravan"
+                },
+                "building/terrace": {
+                    "name": "Terraced houses"
+                },
+                "building/train_station": {
+                    "name": "Train Station"
+                },
+                "building/university": {
+                    "name": "University Building"
+                },
+                "building/warehouse": {
+                    "name": "Warehouse"
+                },
+                "camp_site/camp_pitch": {
+                    "name": "Camp Pitch"
+                },
+                "club": {
+                    "name": "Club"
+                },
+                "craft": {
+                    "name": "Craft"
+                },
+                "craft/basket_maker": {
+                    "name": "Basket Maker"
+                },
+                "craft/beekeeper": {
+                    "name": "Beekeeper"
+                },
+                "craft/blacksmith": {
+                    "name": "Blacksmith"
+                },
+                "craft/boatbuilder": {
+                    "name": "Boat Builder"
+                },
+                "craft/bookbinder": {
+                    "name": "Bookbinder"
+                },
+                "craft/brewery": {
+                    "name": "Brewery"
+                },
+                "craft/carpenter": {
+                    "name": "Carpenter"
+                },
+                "craft/carpet_layer": {
+                    "name": "Carpet Layer"
+                },
+                "craft/caterer": {
+                    "name": "Caterer"
+                },
+                "craft/clockmaker": {
+                    "name": "Clockmaker"
+                },
+                "craft/confectionery": {
+                    "name": "Confectionery"
+                },
+                "craft/distillery": {
+                    "name": "Distillery"
+                },
+                "craft/dressmaker": {
+                    "name": "Dressmaker"
+                },
+                "craft/electrician": {
+                    "name": "Electrician"
+                },
+                "craft/electronics_repair": {
+                    "name": "Electronics Repair Shop"
+                },
+                "craft/gardener": {
+                    "name": "Gardener"
+                },
+                "craft/glaziery": {
+                    "name": "Glaziery"
+                },
+                "craft/handicraft": {
+                    "name": "Handicraft"
+                },
+                "craft/hvac": {
+                    "name": "HVAC"
+                },
+                "craft/insulator": {
+                    "name": "Insulator"
+                },
+                "craft/jeweler": {
+                    "name": "Jeweler"
+                },
+                "craft/key_cutter": {
+                    "name": "Key Cutter"
+                },
+                "craft/locksmith": {
+                    "name": "Locksmith"
+                },
+                "craft/metal_construction": {
+                    "name": "Metal Construction"
+                },
+                "craft/optician": {
+                    "name": "Optician"
+                },
+                "craft/painter": {
+                    "name": "Painter"
+                },
+                "craft/photographer": {
+                    "name": "Photographer"
+                },
+                "craft/photographic_laboratory": {
+                    "name": "Photographic Laboratory"
+                },
+                "craft/plasterer": {
+                    "name": "Plasterer"
+                },
+                "craft/plumber": {
+                    "name": "Plumber"
+                },
+                "craft/pottery": {
+                    "name": "Pottery"
+                },
+                "craft/rigger": {
+                    "name": "Rigger"
+                },
+                "craft/roofer": {
+                    "name": "Roofer"
+                },
+                "craft/saddler": {
+                    "name": "Saddler"
+                },
+                "craft/sailmaker": {
+                    "name": "Sailmaker"
+                },
+                "craft/sawmill": {
+                    "name": "Sawmill"
+                },
+                "craft/scaffolder": {
+                    "name": "Scaffolder"
+                },
+                "craft/sculpter": {
+                    "name": "Sculpter"
+                },
+                "craft/shoemaker": {
+                    "name": "Shoemaker"
+                },
+                "craft/stonemason": {
+                    "name": "Stonemason"
+                },
+                "craft/sweep": {
+                    "name": "Chimney Sweep"
+                },
+                "craft/tailor": {
+                    "name": "Tailor"
+                },
+                "craft/tiler": {
+                    "name": "Tiler"
+                },
+                "craft/tinsmith": {
+                    "name": "Tinsmith"
+                },
+                "craft/upholsterer": {
+                    "name": "Upholsterer"
+                },
+                "craft/watchmaker": {
+                    "name": "Watchmaker"
+                },
+                "craft/window_construction": {
+                    "name": "Window Construction"
+                },
+                "craft/winery": {
+                    "name": "Winery"
+                },
+                "embankment": {
+                    "name": "Embankment"
+                },
+                "emergency/ambulance_station": {
+                    "name": "Ambulance Station"
+                },
+                "emergency/defibrillator": {
+                    "name": "Defibrillator"
+                },
+                "emergency/designated": {
+                    "name": "Emergency Access Designated"
+                },
+                "emergency/destination": {
+                    "name": "Emergency Access Destination"
+                },
+                "emergency/fire_hydrant": {
+                    "name": "Fire Hydrant"
+                },
+                "emergency/no": {
+                    "name": "Emergency Access No"
+                },
+                "emergency/official": {
+                    "name": "Emergency Access Official"
+                },
+                "emergency/phone": {
+                    "name": "Emergency Phone"
+                },
+                "emergency/private": {
+                    "name": "Emergency Access Private"
+                },
+                "emergency/yes": {
+                    "name": "Emergency Access Yes"
+                },
+                "entrance": {
+                    "name": "Entrance/Exit"
+                },
+                "footway/crossing": {
+                    "name": "Street Crossing"
+                },
+                "footway/crosswalk": {
+                    "name": "Pedestrian Crosswalk"
+                },
+                "footway/sidewalk": {
+                    "name": "Pavement",
+                    "terms": "sidewalk, pavement, footway, footpath"
+                },
+                "ford": {
+                    "name": "Ford"
+                },
+                "golf/bunker": {
+                    "name": "Sand Trap"
+                },
+                "golf/fairway": {
+                    "name": "Fairway"
+                },
+                "golf/green": {
+                    "name": "Putting Green"
+                },
+                "golf/hole": {
+                    "name": "Golf Hole"
+                },
+                "golf/lateral_water_hazard_area": {
+                    "name": "Lateral Water Hazard"
+                },
+                "golf/lateral_water_hazard_line": {
+                    "name": "Lateral Water Hazard"
+                },
+                "golf/rough": {
+                    "name": "Rough"
+                },
+                "golf/tee": {
+                    "name": "Tee Box"
+                },
+                "golf/water_hazard_area": {
+                    "name": "Water Hazard"
+                },
+                "golf/water_hazard_line": {
+                    "name": "Water Hazard"
+                },
+                "healthcare/blood_donation": {
+                    "name": "Blood Donor Centre"
+                },
+                "highway": {
+                    "name": "Highway"
+                },
+                "highway/bridleway": {
+                    "name": "Bridleway"
+                },
+                "highway/bus_stop": {
+                    "name": "Bus Stop"
+                },
+                "highway/corridor": {
+                    "name": "Indoor Corridor"
+                },
+                "highway/crossing": {
+                    "name": "Street Crossing"
+                },
+                "highway/crosswalk": {
+                    "name": "Pedestrian Crosswalk"
+                },
+                "highway/cycleway": {
+                    "name": "Cycle Path"
+                },
+                "highway/elevator": {
+                    "name": "Lift"
+                },
+                "highway/footway": {
+                    "name": "Foot Path"
+                },
+                "highway/give_way": {
+                    "name": "Give Way Sign"
+                },
+                "highway/living_street": {
+                    "name": "Living Street"
+                },
+                "highway/mini_roundabout": {
+                    "name": "Mini-Roundabout"
+                },
+                "highway/motorway": {
+                    "name": "Motorway"
+                },
+                "highway/motorway_junction": {
+                    "name": "Motorway Junction / Exit"
+                },
+                "highway/motorway_link": {
+                    "name": "Motorway Link"
+                },
+                "highway/path": {
+                    "name": "Path"
+                },
+                "highway/pedestrian": {
+                    "name": "Pedestrian Street"
+                },
+                "highway/primary": {
+                    "name": "Primary Road"
+                },
+                "highway/primary_link": {
+                    "name": "Primary Link"
+                },
+                "highway/raceway": {
+                    "name": "Racetrack (Motorsport)"
+                },
+                "highway/residential": {
+                    "name": "Residential Road"
+                },
+                "highway/rest_area": {
+                    "name": "Rest Area"
+                },
+                "highway/road": {
+                    "name": "Unknown Road"
+                },
+                "highway/secondary": {
+                    "name": "Secondary Road"
+                },
+                "highway/secondary_link": {
+                    "name": "Secondary Link"
+                },
+                "highway/service": {
+                    "name": "Service Road"
+                },
+                "highway/service/alley": {
+                    "name": "Alley"
+                },
+                "highway/service/drive-through": {
+                    "name": "Drive-Through"
+                },
+                "highway/service/driveway": {
+                    "name": "Driveway"
+                },
+                "highway/service/emergency_access": {
+                    "name": "Emergency Access"
+                },
+                "highway/service/parking_aisle": {
+                    "name": "Parking Aisle"
+                },
+                "highway/services": {
+                    "name": "Service Area"
+                },
+                "highway/speed_camera": {
+                    "name": "Speed Camera"
+                },
+                "highway/steps": {
+                    "name": "Steps"
+                },
+                "highway/stop": {
+                    "name": "Stop Sign"
+                },
+                "highway/street_lamp": {
+                    "name": "Street Light"
+                },
+                "highway/tertiary": {
+                    "name": "Tertiary Road"
+                },
+                "highway/tertiary_link": {
+                    "name": "Tertiary Link"
+                },
+                "highway/track": {
+                    "name": "Track"
+                },
+                "highway/traffic_mirror": {
+                    "name": "Traffic Mirror"
+                },
+                "highway/traffic_signals": {
+                    "name": "Traffic Lights"
+                },
+                "highway/trunk": {
+                    "name": "Trunk Road"
+                },
+                "highway/trunk_link": {
+                    "name": "Trunk Link"
+                },
+                "highway/turning_circle": {
+                    "name": "Turning Circle"
+                },
+                "highway/turning_loop": {
+                    "name": "Turning Loop (Island)"
+                },
+                "highway/unclassified": {
+                    "name": "Minor/Unclassified Road"
+                },
+                "historic": {
+                    "name": "Historic Site"
+                },
+                "historic/archaeological_site": {
+                    "name": "Archaeological Site"
+                },
+                "historic/boundary_stone": {
+                    "name": "Boundary Stone"
+                },
+                "historic/castle": {
+                    "name": "Castle"
+                },
+                "historic/memorial": {
+                    "name": "Memorial"
+                },
+                "historic/monument": {
+                    "name": "Monument"
+                },
+                "historic/ruins": {
+                    "name": "Ruins"
+                },
+                "historic/tomb": {
+                    "name": "Tomb"
+                },
+                "historic/wayside_cross": {
+                    "name": "Wayside Cross"
+                },
+                "historic/wayside_shrine": {
+                    "name": "Wayside Shrine"
+                },
+                "junction": {
+                    "name": "Junction"
+                },
+                "landuse": {
+                    "name": "Land Use"
+                },
+                "landuse/allotments": {
+                    "name": "Allotments"
+                },
+                "landuse/aquaculture": {
+                    "name": "Aquaculture"
+                },
+                "landuse/basin": {
+                    "name": "Basin"
+                },
+                "landuse/cemetery": {
+                    "name": "Cemetery"
+                },
+                "landuse/churchyard": {
+                    "name": "Churchyard"
+                },
+                "landuse/commercial": {
+                    "name": "Commercial Area"
+                },
+                "landuse/construction": {
+                    "name": "Construction"
+                },
+                "landuse/farm": {
+                    "name": "Farmland"
+                },
+                "landuse/farmland": {
+                    "name": "Farmland"
+                },
+                "landuse/farmyard": {
+                    "name": "Farmyard"
+                },
+                "landuse/forest": {
+                    "name": "Forest"
+                },
+                "landuse/garages": {
+                    "name": "Garages"
+                },
+                "landuse/grass": {
+                    "name": "Grass"
+                },
+                "landuse/harbour": {
+                    "name": "Harbor"
+                },
+                "landuse/industrial": {
+                    "name": "Industrial Area"
+                },
+                "landuse/landfill": {
+                    "name": "Landfill"
+                },
+                "landuse/meadow": {
+                    "name": "Meadow"
+                },
+                "landuse/military": {
+                    "name": "Military Area"
+                },
+                "landuse/military/airfield": {
+                    "name": "Military Airfield"
+                },
+                "landuse/military/barracks": {
+                    "name": "Barracks"
+                },
+                "landuse/military/bunker": {
+                    "name": "Military Bunker"
+                },
+                "landuse/military/checkpoint": {
+                    "name": "Checkpoint"
+                },
+                "landuse/military/danger_area": {
+                    "name": "Danger Area"
+                },
+                "landuse/military/naval_base": {
+                    "name": "Naval Base"
+                },
+                "landuse/military/nuclear_explosion_site": {
+                    "name": "Nuclear Explosion Site"
+                },
+                "landuse/military/obstacle_course": {
+                    "name": "Obstacle Course"
+                },
+                "landuse/military/office": {
+                    "name": "Military Office"
+                },
+                "landuse/military/range": {
+                    "name": "Military Range"
+                },
+                "landuse/military/training_area": {
+                    "name": "Training Area"
+                },
+                "landuse/orchard": {
+                    "name": "Orchard"
+                },
+                "landuse/plant_nursery": {
+                    "name": "Plant Nursery"
+                },
+                "landuse/quarry": {
+                    "name": "Quarry"
+                },
+                "landuse/railway": {
+                    "name": "Railway Corridor"
+                },
+                "landuse/recreation_ground": {
+                    "name": "Recreation Ground"
+                },
+                "landuse/residential": {
+                    "name": "Residential Area"
+                },
+                "landuse/retail": {
+                    "name": "Retail Area"
+                },
+                "landuse/vineyard": {
+                    "name": "Vineyard"
+                },
+                "leisure": {
+                    "name": "Leisure"
+                },
+                "leisure/adult_gaming_centre": {
+                    "name": "Adult Gaming Centre"
+                },
+                "leisure/bird_hide": {
+                    "name": "Bird Hide"
+                },
+                "leisure/bowling_alley": {
+                    "name": "Bowling Alley"
+                },
+                "leisure/common": {
+                    "name": "Common"
+                },
+                "leisure/dance": {
+                    "name": "Dance Hall"
+                },
+                "leisure/dog_park": {
+                    "name": "Dog Park"
+                },
+                "leisure/firepit": {
+                    "name": "Firepit"
+                },
+                "leisure/fitness_centre": {
+                    "name": "Gym / Fitness Centre"
+                },
+                "leisure/fitness_centre/yoga": {
+                    "name": "Yoga Studio"
+                },
+                "leisure/fitness_station": {
+                    "name": "Outdoor Fitness Station"
+                },
+                "leisure/garden": {
+                    "name": "Garden"
+                },
+                "leisure/golf_course": {
+                    "name": "Golf Course"
+                },
+                "leisure/horse_riding": {
+                    "name": "Horseback Riding Facility"
+                },
+                "leisure/ice_rink": {
+                    "name": "Ice Rink"
+                },
+                "leisure/marina": {
+                    "name": "Marina"
+                },
+                "leisure/miniature_golf": {
+                    "name": "Miniature Golf"
+                },
+                "leisure/nature_reserve": {
+                    "name": "Nature Reserve"
+                },
+                "leisure/park": {
+                    "name": "Park"
+                },
+                "leisure/picnic_table": {
+                    "name": "Picnic Table"
+                },
+                "leisure/pitch": {
+                    "name": "Sport Pitch"
+                },
+                "leisure/pitch/american_football": {
+                    "name": "American Football Field"
+                },
+                "leisure/pitch/baseball": {
+                    "name": "Baseball"
+                },
+                "leisure/pitch/basketball": {
+                    "name": "Basketball Court"
+                },
+                "leisure/pitch/beachvolleyball": {
+                    "name": "Beach Volleyball Court"
+                },
+                "leisure/pitch/bowls": {
+                    "name": "Bowling Green"
+                },
+                "leisure/pitch/cricket": {
+                    "name": "Cricket Field"
+                },
+                "leisure/pitch/equestrian": {
+                    "name": "Riding Arena"
+                },
+                "leisure/pitch/rugby_league": {
+                    "name": "Rugby League Pitch"
+                },
+                "leisure/pitch/rugby_union": {
+                    "name": "Rugby Union Pitch"
+                },
+                "leisure/pitch/skateboard": {
+                    "name": "Skate Park"
+                },
+                "leisure/pitch/soccer": {
+                    "name": "Football Pitch"
+                },
+                "leisure/pitch/table_tennis": {
+                    "name": "Ping Pong Table"
+                },
+                "leisure/pitch/tennis": {
+                    "name": "Tennis Court"
+                },
+                "leisure/pitch/volleyball": {
+                    "name": "Volleyball Court"
+                },
+                "leisure/playground": {
+                    "name": "Playground"
+                },
+                "leisure/resort": {
+                    "name": "Resort"
+                },
+                "leisure/running_track": {
+                    "name": "Racetrack (Running)"
+                },
+                "leisure/slipway": {
+                    "name": "Slipway"
+                },
+                "leisure/sports_centre": {
+                    "name": "Sports Centre / Complex"
+                },
+                "leisure/sports_centre/swimming": {
+                    "name": "Swimming Pool Facility"
+                },
+                "leisure/stadium": {
+                    "name": "Stadium"
+                },
+                "leisure/swimming_pool": {
+                    "name": "Swimming Pool"
+                },
+                "leisure/track": {
+                    "name": "Racetrack (Non-Motorsport)"
+                },
+                "leisure/water_park": {
+                    "name": "Water Park"
+                },
+                "line": {
+                    "name": "Line"
+                },
+                "man_made": {
+                    "name": "Man Made"
+                },
+                "man_made/adit": {
+                    "name": "Adit"
+                },
+                "man_made/breakwater": {
+                    "name": "Breakwater"
+                },
+                "man_made/bridge": {
+                    "name": "Bridge"
+                },
+                "man_made/chimney": {
+                    "name": "Chimney"
+                },
+                "man_made/cutline": {
+                    "name": "Cut line"
+                },
+                "man_made/embankment": {
+                    "name": "Embankment"
+                },
+                "man_made/flagpole": {
+                    "name": "Flagpole"
+                },
+                "man_made/gasometer": {
+                    "name": "Gasometer"
+                },
+                "man_made/groyne": {
+                    "name": "Groyne"
+                },
+                "man_made/lighthouse": {
+                    "name": "Lighthouse"
+                },
+                "man_made/mast": {
+                    "name": "Mast"
+                },
+                "man_made/observation": {
+                    "name": "Observation Tower"
+                },
+                "man_made/petroleum_well": {
+                    "name": "Oil Well"
+                },
+                "man_made/pier": {
+                    "name": "Pier"
+                },
+                "man_made/pipeline": {
+                    "name": "Pipeline"
+                },
+                "man_made/pumping_station": {
+                    "name": "Pumping Station"
+                },
+                "man_made/silo": {
+                    "name": "Silo"
+                },
+                "man_made/storage_tank": {
+                    "name": "Storage Tank"
+                },
+                "man_made/surveillance": {
+                    "name": "Surveillance"
+                },
+                "man_made/surveillance_camera": {
+                    "name": "Surveillance Camera"
+                },
+                "man_made/survey_point": {
+                    "name": "Survey Point"
+                },
+                "man_made/tower": {
+                    "name": "Tower"
+                },
+                "man_made/wastewater_plant": {
+                    "name": "Wastewater Plant"
+                },
+                "man_made/water_tower": {
+                    "name": "Water Tower"
+                },
+                "man_made/water_well": {
+                    "name": "Water Well"
+                },
+                "man_made/water_works": {
+                    "name": "Water Works"
+                },
+                "man_made/works": {
+                    "name": "Factory"
+                },
+                "natural": {
+                    "name": "Natural"
+                },
+                "natural/bare_rock": {
+                    "name": "Bare Rock"
+                },
+                "natural/bay": {
+                    "name": "Bay"
+                },
+                "natural/beach": {
+                    "name": "Beach"
+                },
+                "natural/cave_entrance": {
+                    "name": "Cave Entrance"
+                },
+                "natural/cliff": {
+                    "name": "Cliff"
+                },
+                "natural/coastline": {
+                    "name": "Coastline"
+                },
+                "natural/fell": {
+                    "name": "Fell"
+                },
+                "natural/glacier": {
+                    "name": "Glacier"
+                },
+                "natural/grassland": {
+                    "name": "Grassland"
+                },
+                "natural/heath": {
+                    "name": "Heath"
+                },
+                "natural/peak": {
+                    "name": "Peak"
+                },
+                "natural/ridge": {
+                    "name": "Ridge"
+                },
+                "natural/saddle": {
+                    "name": "Saddle"
+                },
+                "natural/sand": {
+                    "name": "Sand"
+                },
+                "natural/scree": {
+                    "name": "Scree"
+                },
+                "natural/scrub": {
+                    "name": "Scrub"
+                },
+                "natural/spring": {
+                    "name": "Spring"
+                },
+                "natural/tree": {
+                    "name": "Tree"
+                },
+                "natural/tree_row": {
+                    "name": "Tree row"
+                },
+                "natural/volcano": {
+                    "name": "Volcano"
+                },
+                "natural/water": {
+                    "name": "Water"
+                },
+                "natural/water/lake": {
+                    "name": "Lake"
+                },
+                "natural/water/pond": {
+                    "name": "Pond"
+                },
+                "natural/water/reservoir": {
+                    "name": "Reservoir"
+                },
+                "natural/wetland": {
+                    "name": "Wetland"
+                },
+                "natural/wood": {
+                    "name": "Wood"
+                },
+                "noexit/yes": {
+                    "name": "No Exit"
+                },
+                "office": {
+                    "name": "Office"
+                },
+                "office/accountant": {
+                    "name": "Accountant"
+                },
+                "office/administrative": {
+                    "name": "Administrative Office"
+                },
+                "office/architect": {
+                    "name": "Architect"
+                },
+                "office/company": {
+                    "name": "Company Office"
+                },
+                "office/coworking": {
+                    "name": "Coworking Space"
+                },
+                "office/educational_institution": {
+                    "name": "Educational Institution"
+                },
+                "office/employment_agency": {
+                    "name": "Employment Agency"
+                },
+                "office/estate_agent": {
+                    "name": "Estate Agent"
+                },
+                "office/financial": {
+                    "name": "Financial Office"
+                },
+                "office/government": {
+                    "name": "Government Office"
+                },
+                "office/government/register_office": {
+                    "name": "Register Office"
+                },
+                "office/insurance": {
+                    "name": "Insurance Office"
+                },
+                "office/it": {
+                    "name": "IT Office"
+                },
+                "office/lawyer": {
+                    "name": "Law Office"
+                },
+                "office/lawyer/notary": {
+                    "name": "Notary Office"
+                },
+                "office/newspaper": {
+                    "name": "Newspaper"
+                },
+                "office/ngo": {
+                    "name": "NGO Office"
+                },
+                "office/physician": {
+                    "name": "Physician"
+                },
+                "office/political_party": {
+                    "name": "Political Party"
+                },
+                "office/research": {
+                    "name": "Research Office"
+                },
+                "office/telecommunication": {
+                    "name": "Telecom Office"
+                },
+                "office/therapist": {
+                    "name": "Therapist"
+                },
+                "office/travel_agent": {
+                    "name": "Travel Agency"
+                },
+                "piste": {
+                    "name": "Piste/Ski Trail"
+                },
+                "place": {
+                    "name": "Place"
+                },
+                "place/city": {
+                    "name": "City"
+                },
+                "place/farm": {
+                    "name": "Farm"
+                },
+                "place/hamlet": {
+                    "name": "Hamlet"
+                },
+                "place/island": {
+                    "name": "Island"
+                },
+                "place/isolated_dwelling": {
+                    "name": "Isolated Dwelling"
+                },
+                "place/locality": {
+                    "name": "Locality"
+                },
+                "place/neighbourhood": {
+                    "name": "Neighborhood"
+                },
+                "place/quarter": {
+                    "name": "Sub-Borough / Quarter"
+                },
+                "place/square": {
+                    "name": "Square"
+                },
+                "place/suburb": {
+                    "name": "Borough / Suburb"
+                },
+                "place/town": {
+                    "name": "Town"
+                },
+                "place/village": {
+                    "name": "Village"
+                },
+                "point": {
+                    "name": "Point"
+                },
+                "power": {
+                    "name": "Power"
+                },
+                "power/generator": {
+                    "name": "Power Generator"
+                },
+                "power/line": {
+                    "name": "Power Line"
+                },
+                "power/minor_line": {
+                    "name": "Minor Power Line"
+                },
+                "power/plant": {
+                    "name": "Power Station Grounds"
+                },
+                "power/pole": {
+                    "name": "Power Pole"
+                },
+                "power/sub_station": {
+                    "name": "Substation"
+                },
+                "power/substation": {
+                    "name": "Substation"
+                },
+                "power/tower": {
+                    "name": "High-Voltage Tower"
+                },
+                "power/transformer": {
+                    "name": "Transformer"
+                },
+                "public_transport/platform": {
+                    "name": "Platform"
+                },
+                "public_transport/stop_position": {
+                    "name": "Stop Position"
+                },
+                "railway": {
+                    "name": "Railway"
+                },
+                "railway/abandoned": {
+                    "name": "Abandoned Railway"
+                },
+                "railway/crossing": {
+                    "name": "Railway Crossing (Path)"
+                },
+                "railway/disused": {
+                    "name": "Disused Railway"
+                },
+                "railway/funicular": {
+                    "name": "Funicular"
+                },
+                "railway/halt": {
+                    "name": "Railway Halt"
+                },
+                "railway/level_crossing": {
+                    "name": "Railway Crossing (Road)"
+                },
+                "railway/monorail": {
+                    "name": "Monorail"
+                },
+                "railway/narrow_gauge": {
+                    "name": "Narrow Gauge Rail"
+                },
+                "railway/platform": {
+                    "name": "Railway Platform"
+                },
+                "railway/rail": {
+                    "name": "Rail"
+                },
+                "railway/station": {
+                    "name": "Railway Station"
+                },
+                "railway/subway": {
+                    "name": "Subway"
+                },
+                "railway/subway_entrance": {
+                    "name": "Subway Entrance"
+                },
+                "railway/tram": {
+                    "name": "Tram"
+                },
+                "railway/tram_stop": {
+                    "name": "Tram Stop"
+                },
+                "relation": {
+                    "name": "Relation"
+                },
+                "roundabout": {
+                    "name": "Roundabout"
+                },
+                "route/ferry": {
+                    "name": "Ferry Route"
+                },
+                "shop": {
+                    "name": "Shop"
+                },
+                "shop/alcohol": {
+                    "name": "Off licence (Alcohol shop)"
+                },
+                "shop/anime": {
+                    "name": "Anime Shop"
+                },
+                "shop/antiques": {
+                    "name": "Antiques Shop"
+                },
+                "shop/appliance": {
+                    "name": "Appliance Store"
+                },
+                "shop/art": {
+                    "name": "Art Store"
+                },
+                "shop/baby_goods": {
+                    "name": "Baby Goods Store"
+                },
+                "shop/bag": {
+                    "name": "Bag/Luggage Store"
+                },
+                "shop/bakery": {
+                    "name": "Bakery"
+                },
+                "shop/bathroom_furnishing": {
+                    "name": "Bathroom Furnishing Store"
+                },
+                "shop/beauty": {
+                    "name": "Beauty Shop"
+                },
+                "shop/beauty/nails": {
+                    "name": "Nail Salon"
+                },
+                "shop/beauty/tanning": {
+                    "name": "Tanning Salon"
+                },
+                "shop/bed": {
+                    "name": "Bedding/Mattress Store"
+                },
+                "shop/beverages": {
+                    "name": "Beverage Store"
+                },
+                "shop/bicycle": {
+                    "name": "Bicycle Shop"
+                },
+                "shop/bookmaker": {
+                    "name": "Bookmaker"
+                },
+                "shop/books": {
+                    "name": "Book Store"
+                },
+                "shop/boutique": {
+                    "name": "Boutique"
+                },
+                "shop/butcher": {
+                    "name": "Butcher"
+                },
+                "shop/candles": {
+                    "name": "Candle Shop"
+                },
+                "shop/car": {
+                    "name": "Car Dealership"
+                },
+                "shop/car_parts": {
+                    "name": "Car Parts Store"
+                },
+                "shop/car_repair": {
+                    "name": "Car Repair Shop"
+                },
+                "shop/carpet": {
+                    "name": "Carpet Store"
+                },
+                "shop/charity": {
+                    "name": "Charity Store"
+                },
+                "shop/cheese": {
+                    "name": "Cheese Store"
+                },
+                "shop/chemist": {
+                    "name": "Chemist"
+                },
+                "shop/chocolate": {
+                    "name": "Chocolate Store"
+                },
+                "shop/clothes": {
+                    "name": "Clothing Store"
+                },
+                "shop/coffee": {
+                    "name": "Coffee Store"
+                },
+                "shop/computer": {
+                    "name": "Computer Store"
+                },
+                "shop/confectionery": {
+                    "name": "Candy Store"
+                },
+                "shop/convenience": {
+                    "name": "Convenience Store"
+                },
+                "shop/copyshop": {
+                    "name": "Copy Store"
+                },
+                "shop/cosmetics": {
+                    "name": "Cosmetics Store"
+                },
+                "shop/craft": {
+                    "name": "Arts and Crafts Store"
+                },
+                "shop/curtain": {
+                    "name": "Curtain Store"
+                },
+                "shop/dairy": {
+                    "name": "Dairy Store"
+                },
+                "shop/deli": {
+                    "name": "Deli"
+                },
+                "shop/department_store": {
+                    "name": "Department Store"
+                },
+                "shop/doityourself": {
+                    "name": "DIY Store"
+                },
+                "shop/dry_cleaning": {
+                    "name": "Dry Cleaner"
+                },
+                "shop/e-cigarette": {
+                    "name": "E-Cigarette Shop"
+                },
+                "shop/electronics": {
+                    "name": "Electronics Store"
+                },
+                "shop/erotic": {
+                    "name": "Erotic Store"
+                },
+                "shop/fabric": {
+                    "name": "Fabric Store"
+                },
+                "shop/farm": {
+                    "name": "Farm Shop"
+                },
+                "shop/fashion": {
+                    "name": "Fashion Store"
+                },
+                "shop/fishmonger": {
+                    "name": "Fishmonger"
+                },
+                "shop/florist": {
+                    "name": "Florist"
+                },
+                "shop/frame": {
+                    "name": "Framing Shop"
+                },
+                "shop/funeral_directors": {
+                    "name": "Funeral Home"
+                },
+                "shop/furnace": {
+                    "name": "Furnace Store"
+                },
+                "shop/furniture": {
+                    "name": "Furniture Store"
+                },
+                "shop/garden_centre": {
+                    "name": "Garden Centre"
+                },
+                "shop/gas": {
+                    "name": "Bottled Gas Shop"
+                },
+                "shop/gift": {
+                    "name": "Gift Shop"
+                },
+                "shop/greengrocer": {
+                    "name": "Greengrocer"
+                },
+                "shop/hairdresser": {
+                    "name": "Hairdresser"
+                },
+                "shop/hardware": {
+                    "name": "Hardware Store"
+                },
+                "shop/hearing_aids": {
+                    "name": "Hearing Aids Store"
+                },
+                "shop/herbalist": {
+                    "name": "Herbalist"
+                },
+                "shop/hifi": {
+                    "name": "Hifi Store"
+                },
+                "shop/houseware": {
+                    "name": "Houseware Store"
+                },
+                "shop/interior_decoration": {
+                    "name": "Interior Decoration Store"
+                },
+                "shop/jewelry": {
+                    "name": "Jeweller"
+                },
+                "shop/kiosk": {
+                    "name": "News Kiosk"
+                },
+                "shop/kitchen": {
+                    "name": "Kitchen Design Store"
+                },
+                "shop/laundry": {
+                    "name": "Laundry"
+                },
+                "shop/leather": {
+                    "name": "Leather Store"
+                },
+                "shop/locksmith": {
+                    "name": "Locksmith"
+                },
+                "shop/lottery": {
+                    "name": "Lottery Shop"
+                },
+                "shop/mall": {
+                    "name": "Mall"
+                },
+                "shop/massage": {
+                    "name": "Massage Shop"
+                },
+                "shop/medical_supply": {
+                    "name": "Medical Supply Store"
+                },
+                "shop/mobile_phone": {
+                    "name": "Mobile Phone Store"
+                },
+                "shop/money_lender": {
+                    "name": "Money Lender"
+                },
+                "shop/motorcycle": {
+                    "name": "Motorcycle Dealership"
+                },
+                "shop/music": {
+                    "name": "Music Store"
+                },
+                "shop/musical_instrument": {
+                    "name": "Musical Instrument Store"
+                },
+                "shop/newsagent": {
+                    "name": "Newspaper/Magazine Shop"
+                },
+                "shop/nutrition_supplements": {
+                    "name": "Nutrition Supplements Store"
+                },
+                "shop/optician": {
+                    "name": "Optician"
+                },
+                "shop/organic": {
+                    "name": "Organic Goods Store"
+                },
+                "shop/outdoor": {
+                    "name": "Outdoors Store"
+                },
+                "shop/paint": {
+                    "name": "Paint Store"
+                },
+                "shop/pastry": {
+                    "name": "Pastry Shop"
+                },
+                "shop/pawnbroker": {
+                    "name": "Pawn Shop"
+                },
+                "shop/perfumery": {
+                    "name": "Perfume Store"
+                },
+                "shop/pet": {
+                    "name": "Pet Store"
+                },
+                "shop/photo": {
+                    "name": "Photography Store"
+                },
+                "shop/pyrotechnics": {
+                    "name": "Fireworks Store"
+                },
+                "shop/radiotechnics": {
+                    "name": "Radio/Electronic Component Store"
+                },
+                "shop/religion": {
+                    "name": "Religious Store"
+                },
+                "shop/scuba_diving": {
+                    "name": "Scuba Diving Shop"
+                },
+                "shop/seafood": {
+                    "name": "Seafood Shop"
+                },
+                "shop/second_hand": {
+                    "name": "Consignment/Thrift Store"
+                },
+                "shop/shoes": {
+                    "name": "Shoe Shop"
+                },
+                "shop/sports": {
+                    "name": "Sporting Goods Store"
+                },
+                "shop/stationery": {
+                    "name": "Stationery Store"
+                },
+                "shop/storage_rental": {
+                    "name": "Storage Rental"
+                },
+                "shop/supermarket": {
+                    "name": "Supermarket"
+                },
+                "shop/tailor": {
+                    "name": "Tailor"
+                },
+                "shop/tattoo": {
+                    "name": "Tattoo Parlor"
+                },
+                "shop/tea": {
+                    "name": "Tea Store"
+                },
+                "shop/ticket": {
+                    "name": "Ticket Seller"
+                },
+                "shop/tobacco": {
+                    "name": "Tobacco Shop"
+                },
+                "shop/toys": {
+                    "name": "Toy Store"
+                },
+                "shop/travel_agency": {
+                    "name": "Travel Agency"
+                },
+                "shop/tyres": {
+                    "name": "Tire Store"
+                },
+                "shop/vacant": {
+                    "name": "Vacant Shop"
+                },
+                "shop/vacuum_cleaner": {
+                    "name": "Vacuum Cleaner Store"
+                },
+                "shop/variety_store": {
+                    "name": "Variety Store"
+                },
+                "shop/video": {
+                    "name": "Video Store"
+                },
+                "shop/video_games": {
+                    "name": "Video Game Store"
+                },
+                "shop/watches": {
+                    "name": "Watches Shop"
+                },
+                "shop/water_sports": {
+                    "name": "Watersport/Swim Shop"
+                },
+                "shop/weapons": {
+                    "name": "Weapon Shop"
+                },
+                "shop/window_blind": {
+                    "name": "Window Blind Store"
+                },
+                "shop/wine": {
+                    "name": "Wine Shop"
+                },
+                "tourism": {
+                    "name": "Tourism"
+                },
+                "tourism/alpine_hut": {
+                    "name": "Alpine Hut"
+                },
+                "tourism/apartment": {
+                    "name": "Guest Apartment / Condo"
+                },
+                "tourism/aquarium": {
+                    "name": "Aquarium"
+                },
+                "tourism/artwork": {
+                    "name": "Artwork"
+                },
+                "tourism/attraction": {
+                    "name": "Tourist Attraction"
+                },
+                "tourism/camp_site": {
+                    "name": "Camp Site"
+                },
+                "tourism/caravan_site": {
+                    "name": "Caravan Park"
+                },
+                "tourism/chalet": {
+                    "name": "Chalet"
+                },
+                "tourism/gallery": {
+                    "name": "Art Gallery"
+                },
+                "tourism/guest_house": {
+                    "name": "Guest House"
+                },
+                "tourism/hostel": {
+                    "name": "Hostel"
+                },
+                "tourism/hotel": {
+                    "name": "Hotel"
+                },
+                "tourism/information": {
+                    "name": "Information"
+                },
+                "tourism/information/board": {
+                    "name": "Information Board"
+                },
+                "tourism/information/guidepost": {
+                    "name": "Guidepost"
+                },
+                "tourism/information/map": {
+                    "name": "Map"
+                },
+                "tourism/information/office": {
+                    "name": "Tourist Information Office"
+                },
+                "tourism/motel": {
+                    "name": "Motel"
+                },
+                "tourism/museum": {
+                    "name": "Museum"
+                },
+                "tourism/picnic_site": {
+                    "name": "Picnic Site"
+                },
+                "tourism/theme_park": {
+                    "name": "Theme Park"
+                },
+                "tourism/viewpoint": {
+                    "name": "Viewpoint"
+                },
+                "tourism/zoo": {
+                    "name": "Zoo"
+                },
+                "traffic_calming": {
+                    "name": "Traffic Calming"
+                },
+                "traffic_calming/bump": {
+                    "name": "Speed Bump"
+                },
+                "traffic_calming/chicane": {
+                    "name": "Traffic Chicane"
+                },
+                "traffic_calming/choker": {
+                    "name": "Traffic Choker"
+                },
+                "traffic_calming/cushion": {
+                    "name": "Speed Cushion"
+                },
+                "traffic_calming/dip": {
+                    "name": "Dip"
+                },
+                "traffic_calming/hump": {
+                    "name": "Speed Hump"
+                },
+                "traffic_calming/island": {
+                    "name": "Traffic Island"
+                },
+                "traffic_calming/rumble_strip": {
+                    "name": "Rumble Strip"
+                },
+                "traffic_calming/table": {
+                    "name": "Raised Pedestrian Crossing"
+                },
+                "type/boundary": {
+                    "name": "Boundary"
+                },
+                "type/boundary/administrative": {
+                    "name": "Administrative Boundary"
+                },
+                "type/multipolygon": {
+                    "name": "Multipolygon"
+                },
+                "type/restriction": {
+                    "name": "Restriction"
+                },
+                "type/restriction/no_left_turn": {
+                    "name": "No Left Turn"
+                },
+                "type/restriction/no_right_turn": {
+                    "name": "No Right Turn"
+                },
+                "type/restriction/no_straight_on": {
+                    "name": "No Straight On"
+                },
+                "type/restriction/no_u_turn": {
+                    "name": "No U-turn"
+                },
+                "type/restriction/only_left_turn": {
+                    "name": "Left Turn Only"
+                },
+                "type/restriction/only_right_turn": {
+                    "name": "Right Turn Only"
+                },
+                "type/restriction/only_straight_on": {
+                    "name": "No Turns"
+                },
+                "type/route": {
+                    "name": "Route"
+                },
+                "type/route/bicycle": {
+                    "name": "Cycle Route"
+                },
+                "type/route/bus": {
+                    "name": "Bus Route"
+                },
+                "type/route/detour": {
+                    "name": "Detour Route"
+                },
+                "type/route/ferry": {
+                    "name": "Ferry Route"
+                },
+                "type/route/foot": {
+                    "name": "Foot Route"
+                },
+                "type/route/hiking": {
+                    "name": "Hiking Route"
+                },
+                "type/route/horse": {
+                    "name": "Riding Route"
+                },
+                "type/route/pipeline": {
+                    "name": "Pipeline Route"
+                },
+                "type/route/power": {
+                    "name": "Power Route"
+                },
+                "type/route/road": {
+                    "name": "Road Route"
+                },
+                "type/route/train": {
+                    "name": "Train Route"
+                },
+                "type/route/tram": {
+                    "name": "Tram Route"
+                },
+                "type/route_master": {
+                    "name": "Route Master"
+                },
+                "type/site": {
+                    "name": "Site"
+                },
+                "vertex": {
+                    "name": "Other"
+                },
+                "waterway": {
+                    "name": "Waterway"
+                },
+                "waterway/boatyard": {
+                    "name": "Boatyard"
+                },
+                "waterway/canal": {
+                    "name": "Canal"
+                },
+                "waterway/dam": {
+                    "name": "Dam"
+                },
+                "waterway/ditch": {
+                    "name": "Ditch"
+                },
+                "waterway/dock": {
+                    "name": "Wet Dock / Dry Dock"
+                },
+                "waterway/drain": {
+                    "name": "Drain"
+                },
+                "waterway/fuel": {
+                    "name": "Marine Fuel Station"
+                },
+                "waterway/river": {
+                    "name": "River"
+                },
+                "waterway/riverbank": {
+                    "name": "Riverbank"
+                },
+                "waterway/sanitary_dump_station": {
+                    "name": "Marine Toilet Disposal"
+                },
+                "waterway/stream": {
+                    "name": "Stream"
+                },
+                "waterway/water_point": {
+                    "name": "Marine Drinking Water"
+                },
+                "waterway/waterfall": {
+                    "name": "Waterfall"
+                },
+                "waterway/weir": {
+                    "name": "Weir"
                 }
-            },
-            "toilets/disposal": {
-                "label": "Toilet Disposal"
-            },
-            "tourism": {
-                "label": "Type"
-            },
-            "traffic_signals": {
-                "label": "Type"
-            },
-            "water": {
-                "label": "Type"
-            },
-            "waterway": {
-                "label": "Type"
-            },
-            "wetland": {
-                "label": "Type"
             }
         },
-        "presets": {
-            "address": {
-                "name": "Address"
-            },
-            "aerialway/gondola": {
-                "terms": "Dangleway"
+        "imagery": {
+            "Bing": {
+                "description": "Satellite and aerial imagery.",
+                "name": "Bing aerial imagery"
+            },
+            "DigitalGlobe-Premium": {
+                "attribution": {
+                    "text": "Terms & Feedback"
+                },
+                "description": "Premium DigitalGlobe satellite imagery.",
+                "name": "DigitalGlobe Premium Imagery"
             },
-            "amenity/arts_centre": {
-                "name": "Arts Centre"
+            "DigitalGlobe-Standard": {
+                "attribution": {
+                    "text": "Terms & Feedback"
+                },
+                "description": "Standard DigitalGlobe satellite imagery.",
+                "name": "DigitalGlobe Standard Imagery"
             },
-            "amenity/atm": {
-                "name": "ATM"
+            "MAPNIK": {
+                "attribution": {
+                    "text": "© OpenStreetMap contributors, CC-BY-SA"
+                },
+                "description": "The default OpenStreetMap layer.",
+                "name": "OpenStreetMap (Standard)"
             },
-            "amenity/bench": {
-                "name": "Bench"
+            "Mapbox": {
+                "attribution": {
+                    "text": "Terms & Feedback"
+                },
+                "description": "Satellite and aerial imagery.",
+                "name": "Mapbox Satellite"
             },
-            "amenity/fuel": {
-                "name": "Petrol Station",
-                "terms": "gas, fuel, propane, diesel, lng, cng, biodiesel"
+            "New_and_Misaligned_TIGER_Roads-2013": {
+                "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",
+                "name": "New & Misaligned TIGER Roads"
             },
-            "amenity/post_box": {
-                "name": "Post Box",
-                "terms": "Mailbox"
+            "OSM_Inspector-Addresses": {
+                "attribution": {
+                    "text": "© Geofabrik GmbH, OpenStreetMap contributors, CC-BY-SA"
+                },
+                "name": "OSM Inspector: Addresses"
             },
-            "amenity/ranger_station": {
-                "name": "Warden Station"
+            "OSM_Inspector-Geometry": {
+                "attribution": {
+                    "text": "© Geofabrik GmbH, OpenStreetMap contributors, CC-BY-SA"
+                },
+                "name": "OSM Inspector: Geometry"
             },
-            "amenity/theatre": {
-                "name": "Theatre"
+            "OSM_Inspector-Highways": {
+                "attribution": {
+                    "text": "© Geofabrik GmbH, OpenStreetMap contributors, CC-BY-SA"
+                },
+                "name": "OSM Inspector: Highways"
             },
-            "area": {
-                "name": "Area"
+            "OSM_Inspector-Multipolygon": {
+                "attribution": {
+                    "text": "© Geofabrik GmbH, OpenStreetMap contributors, CC-BY-SA"
+                },
+                "name": "OSM Inspector: Area"
             },
-            "building": {
-                "name": "Building"
+            "OSM_Inspector-Places": {
+                "attribution": {
+                    "text": "© Geofabrik GmbH, OpenStreetMap contributors, CC-BY-SA"
+                },
+                "name": "OSM Inspector: Places"
             },
-            "building/static_caravan": {
-                "name": "Static Caravan"
+            "OSM_Inspector-Routing": {
+                "attribution": {
+                    "text": "© Geofabrik GmbH, OpenStreetMap contributors, CC-BY-SA"
+                },
+                "name": "OSM Inspector: Routing"
             },
-            "building/terrace": {
-                "name": "Terraced houses"
+            "OSM_Inspector-Tagging": {
+                "attribution": {
+                    "text": "© Geofabrik GmbH, OpenStreetMap contributors, CC-BY-SA"
+                },
+                "name": "OSM Inspector: Tagging"
             },
-            "highway/bridleway": {
-                "name": "Bridleway"
+            "Waymarked_Trails-Cycling": {
+                "attribution": {
+                    "text": "© Sarah Hoffmann, CC by-SA 3.0, map data OpenStreetMap contributors, ODbL 1.0"
+                },
+                "name": "Waymarked Trails: Cycling"
             },
-            "highway/service/drive-through": {
-                "name": "Drive-Through"
+            "Waymarked_Trails-Hiking": {
+                "attribution": {
+                    "text": "© Sarah Hoffmann, CC by-SA 3.0, map data OpenStreetMap contributors, ODbL 1.0"
+                },
+                "name": "Waymarked Trails: Hiking"
             },
-            "highway/track": {
-                "name": "Track"
+            "Waymarked_Trails-MTB": {
+                "attribution": {
+                    "text": "© Sarah Hoffmann, CC by-SA 3.0, map data OpenStreetMap contributors, ODbL 1.0"
+                },
+                "name": "Waymarked Trails: MTB"
             },
-            "landuse/allotments": {
-                "name": "Allotments"
+            "Waymarked_Trails-Skating": {
+                "attribution": {
+                    "text": "© Sarah Hoffmann, CC by-SA 3.0, map data OpenStreetMap contributors, ODbL 1.0"
+                },
+                "name": "Waymarked Trails: Skating"
             },
-            "leisure/pitch/baseball": {
-                "name": "Baseball"
+            "Waymarked_Trails-Winter_Sports": {
+                "attribution": {
+                    "text": "© Michael Spreng, CC by-SA 3.0, map data OpenStreetMap contributors, ODbL 1.0"
+                },
+                "name": "Waymarked Trails: Winter Sports"
             },
-            "leisure/pitch/soccer": {
-                "name": "Football Field"
+            "basemap.at": {
+                "attribution": {
+                    "text": "basemap.at"
+                },
+                "description": "Basemap of Austria, based on goverment data.",
+                "name": "basemap.at"
             },
-            "leisure/playground": {
-                "name": "Playground"
+            "basemap.at-orthofoto": {
+                "attribution": {
+                    "text": "basemap.at"
+                },
+                "description": "Orthofoto layer provided by basemap.at. \"Successor\" of geoimage.at imagery.",
+                "name": "basemap.at Orthofoto"
             },
-            "office/estate_agent": {
-                "name": "Estate Agent"
+            "hike_n_bike": {
+                "attribution": {
+                    "text": "© OpenStreetMap contributors"
+                },
+                "name": "Hike & Bike"
             },
-            "place": {
-                "name": "Place"
+            "mapbox_locator_overlay": {
+                "attribution": {
+                    "text": "Terms & Feedback"
+                },
+                "description": "Shows major features to help orient you.",
+                "name": "Locator Overlay"
             },
-            "place/city": {
-                "name": "City"
+            "openpt_map": {
+                "attribution": {
+                    "text": "© OpenStreetMap contributors, CC-BY-SA"
+                },
+                "name": "OpenPT Map (overlay)"
             },
-            "place/hamlet": {
-                "name": "Hamlet"
+            "osm-gps": {
+                "attribution": {
+                    "text": "© OpenStreetMap contributors"
+                },
+                "description": "Public GPS traces uploaded to OpenStreetMap.",
+                "name": "OpenStreetMap GPS traces"
             },
-            "relation": {
-                "name": "Relation"
+            "osm-mapnik-black_and_white": {
+                "attribution": {
+                    "text": "© OpenStreetMap contributors, CC-BY-SA"
+                },
+                "name": "OpenStreetMap (Standard Black & White)"
             },
-            "shop/alcohol": {
-                "name": "Off license"
+            "osm-mapnik-german_style": {
+                "attribution": {
+                    "text": "© OpenStreetMap contributors, CC-BY-SA"
+                },
+                "name": "OpenStreetMap (German Style)"
             },
-            "shop/farm": {
-                "name": "Farm Shop"
+            "qa_no_address": {
+                "attribution": {
+                    "text": "Simon Poole, Data ©OpenStreetMap contributors"
+                },
+                "name": "QA No Address"
             },
-            "shop/garden_centre": {
-                "name": "Garden Centre"
+            "skobbler": {
+                "attribution": {
+                    "text": "© Tiles: skobbler Map data: OpenStreetMap contributors"
+                },
+                "name": "skobbler"
             },
-            "shop/jewelry": {
-                "name": "Jeweller"
+            "stamen-terrain-background": {
+                "attribution": {
+                    "text": "Map tiles by Stamen Design, under CC BY 3.0"
+                },
+                "name": "Stamen Terrain"
             },
-            "tourism/camp_site": {
-                "terms": "camping"
+            "tf-cycle": {
+                "attribution": {
+                    "text": "Maps © Thunderforest, Data © OpenStreetMap contributors"
+                },
+                "name": "Thunderforest OpenCycleMap"
             },
-            "tourism/caravan_site": {
-                "name": "Caravan Park"
+            "tf-landscape": {
+                "attribution": {
+                    "text": "Maps © Thunderforest, Data © OpenStreetMap contributors"
+                },
+                "name": "Thunderforest Landscape"
             }
         }
     }