]> git.openstreetmap.org Git - rails.git/blob - vendor/assets/iD/iD/locales/en.json
0accd8aabebbf7b2a3ef91d697d9ffcfcb9637b8
[rails.git] / vendor / assets / iD / iD / locales / en.json
1 {
2     "modes": {
3         "add_area": {
4             "title": "Area",
5             "description": "Add parks, buildings, lakes or other areas to the map.",
6             "tail": "Click on the map to start drawing an area, like a park, lake, or building."
7         },
8         "add_line": {
9             "title": "Line",
10             "description": "Add highways, streets, pedestrian paths, canals or other lines to the map.",
11             "tail": "Click on the map to start drawing a road, path, or route."
12         },
13         "add_point": {
14             "title": "Point",
15             "description": "Add restaurants, monuments, postal boxes or other points to the map.",
16             "tail": "Click on the map to add a point."
17         },
18         "browse": {
19             "title": "Browse",
20             "description": "Pan and zoom the map."
21         },
22         "draw_area": {
23             "tail": "Click to add nodes to your area. Click the first node to finish the area."
24         },
25         "draw_line": {
26             "tail": "Click to add more nodes to the line. Click on other lines to connect to them, and double-click to end the line."
27         }
28     },
29     "operations": {
30         "add": {
31             "annotation": {
32                 "point": "Added a point.",
33                 "vertex": "Added a node to a way."
34             }
35         },
36         "start": {
37             "annotation": {
38                 "line": "Started a line.",
39                 "area": "Started an area."
40             }
41         },
42         "continue": {
43             "annotation": {
44                 "line": "Continued a line.",
45                 "area": "Continued an area."
46             }
47         },
48         "cancel_draw": {
49             "annotation": "Canceled drawing."
50         },
51         "change_tags": {
52             "annotation": "Changed tags."
53         },
54         "circularize": {
55             "title": "Circularize",
56             "description": {
57                 "line": "Make this line circular.",
58                 "area": "Make this area circular."
59             },
60             "key": "O",
61             "annotation": {
62                 "line": "Made a line circular.",
63                 "area": "Made an area circular."
64             },
65             "not_closed": "This can't be made circular because it's not a loop."
66         },
67         "orthogonalize": {
68             "title": "Orthogonalize",
69             "description": "Square these corners.",
70             "key": "Q",
71             "annotation": {
72                 "line": "Squared the corners of a line.",
73                 "area": "Squared the corners of an area."
74             },
75             "not_closed": "This can't be made square because it's not a loop."
76         },
77         "delete": {
78             "title": "Delete",
79             "description": "Remove this from the map.",
80             "annotation": {
81                 "point": "Deleted a point.",
82                 "vertex": "Deleted a node from a way.",
83                 "line": "Deleted a line.",
84                 "area": "Deleted an area.",
85                 "relation": "Deleted a relation.",
86                 "multiple": "Deleted {n} objects."
87             }
88         },
89         "connect": {
90             "annotation": {
91                 "point": "Connected a way to a point.",
92                 "vertex": "Connected a way to another.",
93                 "line": "Connected a way to a line.",
94                 "area": "Connected a way to an area."
95             }
96         },
97         "disconnect": {
98             "title": "Disconnect",
99             "description": "Disconnect these lines/areas from each other.",
100             "key": "D",
101             "annotation": "Disconnected lines/areas.",
102             "not_connected": "There aren't enough lines/areas here to disconnect."
103         },
104         "merge": {
105             "title": "Merge",
106             "description": "Merge these lines.",
107             "key": "C",
108             "annotation": "Merged {n} lines.",
109             "not_eligible": "These features can't be merged.",
110             "not_adjacent": "These lines can't be merged because they aren't connected."
111         },
112         "move": {
113             "title": "Move",
114             "description": "Move this to a different location.",
115             "key": "M",
116             "annotation": {
117                 "point": "Moved a point.",
118                 "vertex": "Moved a node in a way.",
119                 "line": "Moved a line.",
120                 "area": "Moved an area.",
121                 "multiple": "Moved multiple objects."
122             },
123             "incomplete_relation": "This feature can't be moved because it hasn't been fully downloaded."
124         },
125         "rotate": {
126             "title": "Rotate",
127             "description": "Rotate this object around its centre point.",
128             "key": "R",
129             "annotation": {
130                 "line": "Rotated a line.",
131                 "area": "Rotated an area."
132             }
133         },
134         "reverse": {
135             "title": "Reverse",
136             "description": "Make this line go in the opposite direction.",
137             "key": "V",
138             "annotation": "Reversed a line."
139         },
140         "split": {
141             "title": "Split",
142             "description": {
143                 "line": "Split this line into two at this node.",
144                 "area": "Split the boundary of this area into two.",
145                 "multiple": "Split the lines/area boundaries at this node into two."
146             },
147             "key": "X",
148             "annotation": {
149                 "line": "Split a line.",
150                 "area": "Split an area boundary.",
151                 "multiple": "Split {n} lines/area boundaries."
152             },
153             "not_eligible": "Lines can't be split at their beginning or end.",
154             "multiple_ways": "There are too many lines here to split."
155         }
156     },
157     "nothing_to_undo": "Nothing to undo.",
158     "nothing_to_redo": "Nothing to redo.",
159     "just_edited": "You just edited OpenStreetMap!",
160     "browser_notice": "This editor is supported in Firefox, Chrome, Safari, Opera, and Internet Explorer 9 and above. Please upgrade your browser or use Potlatch 2 to edit the map.",
161     "view_on_osm": "View on OSM",
162     "zoom_in_edit": "zoom in to edit the map",
163     "logout": "logout",
164     "loading_auth": "Connecting to OpenStreetMap...",
165     "report_a_bug": "report a bug",
166     "status": {
167         "error": "Unable to connect to API.",
168         "offline": "The API is offline. Please try editing later.",
169         "readonly": "The API is read-only. You will need to wait to save your changes."
170     },
171     "commit": {
172         "title": "Save Changes",
173         "description_placeholder": "Brief description of your contributions",
174         "message_label": "Commit message",
175         "upload_explanation": "The changes you upload as {user} will be visible on all maps that use OpenStreetMap data.",
176         "save": "Save",
177         "cancel": "Cancel",
178         "warnings": "Warnings",
179         "modified": "Modified",
180         "deleted": "Deleted",
181         "created": "Created"
182     },
183     "contributors": {
184         "list": "Contributed by {users}",
185         "truncated_list": "Contributed by {users} and {count} others"
186     },
187     "geocoder": {
188         "title": "Find a place",
189         "placeholder": "Find a place",
190         "no_results": "Couldn't locate a place named '{name}'"
191     },
192     "geolocate": {
193         "title": "Show My Location"
194     },
195     "inspector": {
196         "no_documentation_combination": "There is no documentation available for this tag combination",
197         "no_documentation_key": "There is no documentation available for this key",
198         "show_more": "Show More",
199         "new_tag": "New tag",
200         "view_on_osm": "View on openstreetmap.org",
201         "editing_feature": "Editing {feature}",
202         "all_tags": "All tags",
203         "choose": "Select feature type",
204         "results": "{n} results for {search}",
205         "reference": "View on OpenStreetMap Wiki",
206         "back_tooltip": "Change feature type",
207         "remove": "Remove",
208         "search": "Search"
209     },
210     "background": {
211         "title": "Background",
212         "description": "Background settings",
213         "percent_brightness": "{opacity}% brightness",
214         "fix_misalignment": "Fix misalignment",
215         "reset": "reset"
216     },
217     "restore": {
218         "heading": "You have unsaved changes",
219         "description": "Do you wish to restore unsaved changes from a previous editing session?",
220         "restore": "Restore",
221         "reset": "Reset"
222     },
223     "save": {
224         "title": "Save",
225         "help": "Save changes to OpenStreetMap, making them visible to other users.",
226         "no_changes": "No changes to save.",
227         "error": "An error occurred while trying to save",
228         "uploading": "Uploading changes to OpenStreetMap.",
229         "unsaved_changes": "You have unsaved changes"
230     },
231     "splash": {
232         "welcome": "Welcome to the iD OpenStreetMap editor",
233         "text": "iD is a friendly but powerful tool for contributing to the world's best free world map. This is development version {version}. For more information see {website} and report bugs at {github}.",
234         "walkthrough": "Start the Walkthrough",
235         "start": "Edit Now"
236     },
237     "source_switch": {
238         "live": "live",
239         "lose_changes": "You have unsaved changes. Switching the map server will discard them. Are you sure you want to switch servers?",
240         "dev": "dev"
241     },
242     "tag_reference": {
243         "description": "Description",
244         "on_wiki": "{tag} on wiki.osm.org",
245         "used_with": "used with {type}"
246     },
247     "validations": {
248         "untagged_point": "Untagged point",
249         "untagged_line": "Untagged line",
250         "untagged_area": "Untagged area",
251         "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.",
252         "tag_suggests_area": "The tag {tag} suggests line should be area, but it is not an area",
253         "deprecated_tags": "Deprecated tags: {tags}"
254     },
255     "zoom": {
256         "in": "Zoom In",
257         "out": "Zoom Out"
258     },
259     "cannot_zoom": "Cannot zoom out further in current mode.",
260     "gpx": {
261         "local_layer": "Local GPX file",
262         "drag_drop": "Drag and drop a .gpx file on the page"
263     },
264     "help": {
265         "title": "Help",
266         "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 a\n[free OpenStreetMap account](https://www.openstreetmap.org/user/new).\n\nThe [iD editor](http://ideditor.com/) is a collaborative project with [source\ncode available on GitHub](https://github.com/systemed/iD).\n",
267         "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\nMultiple features can be selected by holding the 'Shift' key, clicking,\nand dragging on the map. This will select all features within the box\nthat's drawn, allowing you to do things with several features at once.\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",
268         "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",
269         "gps": "# GPS\n\nGPS data is the most trusted 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[Surveying with a GPS](http://learnosm.org/en/beginner/using-gps/).\n\nTo use a GPX track for mapping, drag and drop the GPX file onto the map\neditor. If it's recognized, it will be added to the map as a bright green\nline. Click on the 'Background Settings' menu on the left 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.\n",
270         "imagery": "# Imagery\n\nAerial imagery is an important resource for mapping. A combination of\nairplane flyovers, satellite views, and freely-compiled sources are available\nin the editor under the 'Background Settings' menu on the left.\n\nBy default a [Bing Maps](http://www.bing.com/maps/) satellite layer is\npresented in the editor, but as you pan and zoom the map to new geographical\nareas, new sources will become available. Some countries, like the United\nStates, France, and Denmark have very high-quality imagery available for some areas.\n\nImagery is sometimes offset from the map data because of a mistake on the\nimagery provider's side. If you see a lot of roads shifted from the background,\ndon't immediately move them all to match the background. Instead you can adjust\nthe imagery so that it matches the existing data by clicking 'Fix alignment' at\nthe bottom of the Background Settings UI.\n",
271         "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 as well\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",
272         "inspector": "# Using the Inspector\n\nThe inspector is the user interface element on the right-hand side of the\npage that appears when a feature is selected and allows you to edit its details.\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 icons to add other details,\nlike [Wikipedia](http://www.wikipedia.org/) information, wheelchair\naccess, 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\n### Closing the Inspector\n\nYou can close the inspector by clicking the close button in the top-right,\npressing the 'Escape' key, or clicking on the map.\n",
273         "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 road 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"
274     },
275     "intro": {
276         "navigation": {
277             "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!**",
278             "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.**",
279             "header": "The header shows us the feature type.",
280             "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 with the close button in the top right.**"
281         },
282         "points": {
283             "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 Point button to add a new point.**",
284             "place": "The point can be placed by clicking on the map. **Place the point on top of the building.**",
285             "search": "There many different features that can be represented by points. The point you just added is a Cafe. **Search for 'Cafe' **",
286             "choose": "**Choose Cafe from the grid.**",
287             "describe": "The point is now marked as a cafe. Using the feature editor, we can add more information about the feature. **Add a name**",
288             "close": "The feature editor can be closed by clicking on the close button. **Close the feature editor**",
289             "reselect": "Often points will already exist, but have mistakes or be incomplete. We can edit existing points. **Select the point you just created.**",
290             "fixname": "**Change the name and close the feature editor.**",
291             "reselect_delete": "All features on the map can be deleted. **Click on the point you created.**",
292             "delete": "The menu around the point contains operations that can be performed on it, including delete. **Delete the point.**"
293         },
294         "areas": {
295             "add": "Areas are a more detailed way to represent features. They provide information on the boundaries of the feature. Areas can be used for most features types points can be used for, and are often preferred. **Click the Area button to add a new area.**",
296             "corner": "Areas are drawn by placing nodes that mark the boundary of the area. **Place the starting node on one of the corners of the playground.**",
297             "place": "Draw the area by placing more nodes. Finish the area by clicking on the starting node. **Draw an area for the playground.**",
298             "search": "**Search for Playground.**",
299             "choose": "**Choose Playground from the grid.**",
300             "describe": "**Add a name, and close the feature editor**"
301         },
302         "lines": {
303             "add": "Lines are used to represent features such as roads, railways and rivers. **Click the Line button to add a new line.**",
304             "start": "**Start the line by clicking on the end of the road.**",
305             "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 Flower Street, to create an intersection connecting the two lines.**",
306             "finish": "Lines can be finished by clicking on the last node again. **Finish drawing the road.**",
307             "road": "**Select Road from the grid**",
308             "residential": "There are different types of roads, the most common of which is Residential. **Choose the Residential road type**",
309             "describe": "**Name the road and close the feature editor.**",
310             "restart": "The road needs to intersect Flower Street."
311         },
312         "startediting": {
313             "help": "More documentation and this walkthrough are available here.",
314             "save": "Don't forget to regularly save your changes!",
315             "start": "Start mapping!"
316         }
317     },
318     "presets": {
319         "categories": {
320             "category-landuse": {
321                 "name": "Land Use"
322             },
323             "category-path": {
324                 "name": "Path"
325             },
326             "category-rail": {
327                 "name": "Rail"
328             },
329             "category-road": {
330                 "name": "Road"
331             },
332             "category-water": {
333                 "name": "Water"
334             }
335         },
336         "fields": {
337             "access": {
338                 "label": "Access",
339                 "types": {
340                     "access": "General",
341                     "foot": "Foot",
342                     "motor_vehicle": "Motor Vehicles",
343                     "bicycle": "Bicycles",
344                     "horse": "Horses"
345                 },
346                 "options": {
347                     "yes": {
348                         "title": "Allowed",
349                         "description": "Access permitted by law; a right of way"
350                     },
351                     "no": {
352                         "title": "Prohibited",
353                         "description": "Access not permitted to the general public"
354                     },
355                     "permissive": {
356                         "title": "Permissive",
357                         "description": "Access permitted until such time as the owner revokes the permission"
358                     },
359                     "private": {
360                         "title": "Private",
361                         "description": "Access permitted only with permission of the owner on an individual basis"
362                     },
363                     "designated": {
364                         "title": "Designated",
365                         "description": "Access permitted according to signs or specific local laws"
366                     },
367                     "destination": {
368                         "title": "Destination",
369                         "description": "Access permitted only to reach a destination"
370                     }
371                 }
372             },
373             "address": {
374                 "label": "Address",
375                 "placeholders": {
376                     "housename": "Housename",
377                     "number": "123",
378                     "street": "Street",
379                     "city": "City",
380                     "postcode": "Postal code"
381                 }
382             },
383             "admin_level": {
384                 "label": "Admin Level"
385             },
386             "aeroway": {
387                 "label": "Type"
388             },
389             "amenity": {
390                 "label": "Type"
391             },
392             "atm": {
393                 "label": "ATM"
394             },
395             "barrier": {
396                 "label": "Type"
397             },
398             "bicycle_parking": {
399                 "label": "Type"
400             },
401             "building": {
402                 "label": "Building"
403             },
404             "building_area": {
405                 "label": "Building"
406             },
407             "building_yes": {
408                 "label": "Building"
409             },
410             "capacity": {
411                 "label": "Capacity"
412             },
413             "cardinal_direction": {
414                 "label": "Direction"
415             },
416             "clock_direction": {
417                 "label": "Direction",
418                 "options": {
419                     "clockwise": "Clockwise",
420                     "anticlockwise": "Counterclockwise"
421                 }
422             },
423             "collection_times": {
424                 "label": "Collection Times"
425             },
426             "construction": {
427                 "label": "Type"
428             },
429             "country": {
430                 "label": "Country"
431             },
432             "crossing": {
433                 "label": "Type"
434             },
435             "cuisine": {
436                 "label": "Cuisine"
437             },
438             "denomination": {
439                 "label": "Denomination"
440             },
441             "denotation": {
442                 "label": "Denotation"
443             },
444             "elevation": {
445                 "label": "Elevation"
446             },
447             "emergency": {
448                 "label": "Emergency"
449             },
450             "entrance": {
451                 "label": "Type"
452             },
453             "fax": {
454                 "label": "Fax"
455             },
456             "fee": {
457                 "label": "Fee"
458             },
459             "highway": {
460                 "label": "Type"
461             },
462             "historic": {
463                 "label": "Type"
464             },
465             "iata": {
466                 "label": "IATA"
467             },
468             "icao": {
469                 "label": "ICAO"
470             },
471             "incline": {
472                 "label": "Incline"
473             },
474             "internet_access": {
475                 "label": "Internet Access",
476                 "options": {
477                     "yes": "Yes",
478                     "no": "No",
479                     "wlan": "Wifi",
480                     "wired": "Wired",
481                     "terminal": "Terminal"
482                 }
483             },
484             "landuse": {
485                 "label": "Type"
486             },
487             "lanes": {
488                 "label": "Lanes"
489             },
490             "layer": {
491                 "label": "Layer"
492             },
493             "leisure": {
494                 "label": "Type"
495             },
496             "levels": {
497                 "label": "Levels"
498             },
499             "location": {
500                 "label": "Location"
501             },
502             "man_made": {
503                 "label": "Type"
504             },
505             "maxspeed": {
506                 "label": "Speed Limit"
507             },
508             "name": {
509                 "label": "Name"
510             },
511             "natural": {
512                 "label": "Natural"
513             },
514             "network": {
515                 "label": "Network"
516             },
517             "note": {
518                 "label": "Note"
519             },
520             "office": {
521                 "label": "Type"
522             },
523             "oneway": {
524                 "label": "One Way"
525             },
526             "oneway_yes": {
527                 "label": "One Way"
528             },
529             "opening_hours": {
530                 "label": "Hours"
531             },
532             "operator": {
533                 "label": "Operator"
534             },
535             "park_ride": {
536                 "label": "Park and Ride"
537             },
538             "parking": {
539                 "label": "Type"
540             },
541             "phone": {
542                 "label": "Phone"
543             },
544             "place": {
545                 "label": "Type"
546             },
547             "power": {
548                 "label": "Type"
549             },
550             "railway": {
551                 "label": "Type"
552             },
553             "ref": {
554                 "label": "Reference"
555             },
556             "religion": {
557                 "label": "Religion",
558                 "options": {
559                     "christian": "Christian",
560                     "muslim": "Muslim",
561                     "buddhist": "Buddhist",
562                     "jewish": "Jewish",
563                     "hindu": "Hindu",
564                     "shinto": "Shinto",
565                     "taoist": "Taoist"
566                 }
567             },
568             "sac_scale": {
569                 "label": "Path Difficulty"
570             },
571             "service": {
572                 "label": "Type"
573             },
574             "shelter": {
575                 "label": "Shelter"
576             },
577             "shop": {
578                 "label": "Type"
579             },
580             "source": {
581                 "label": "Source"
582             },
583             "sport": {
584                 "label": "Sport"
585             },
586             "structure": {
587                 "label": "Structure",
588                 "options": {
589                     "bridge": "Bridge",
590                     "tunnel": "Tunnel",
591                     "embankment": "Embankment",
592                     "cutting": "Cutting"
593                 }
594             },
595             "supervised": {
596                 "label": "Supervised"
597             },
598             "surface": {
599                 "label": "Surface"
600             },
601             "tourism": {
602                 "label": "Type"
603             },
604             "towertype": {
605                 "label": "Tower type"
606             },
607             "tracktype": {
608                 "label": "Type"
609             },
610             "trail_visibility": {
611                 "label": "Trail Visibility"
612             },
613             "water": {
614                 "label": "Type"
615             },
616             "waterway": {
617                 "label": "Type"
618             },
619             "website": {
620                 "label": "Website"
621             },
622             "wetland": {
623                 "label": "Type"
624             },
625             "wheelchair": {
626                 "label": "Wheelchair Access"
627             },
628             "wikipedia": {
629                 "label": "Wikipedia"
630             },
631             "wood": {
632                 "label": "Type"
633             }
634         },
635         "presets": {
636             "aeroway": {
637                 "name": "Aeroway",
638                 "terms": ""
639             },
640             "aeroway/aerodrome": {
641                 "name": "Airport",
642                 "terms": "airplane,airport,aerodrome"
643             },
644             "aeroway/apron": {
645                 "name": "Apron",
646                 "terms": "ramp"
647             },
648             "aeroway/gate": {
649                 "name": "Airport gate",
650                 "terms": ""
651             },
652             "aeroway/hangar": {
653                 "name": "Hangar",
654                 "terms": ""
655             },
656             "aeroway/helipad": {
657                 "name": "Helipad",
658                 "terms": "helicopter,helipad,heliport"
659             },
660             "aeroway/runway": {
661                 "name": "Runway",
662                 "terms": "landing strip"
663             },
664             "aeroway/taxiway": {
665                 "name": "Taxiway",
666                 "terms": ""
667             },
668             "aeroway/terminal": {
669                 "name": "Airport terminal",
670                 "terms": "airport,aerodrome"
671             },
672             "amenity": {
673                 "name": "Amenity",
674                 "terms": ""
675             },
676             "amenity/bank": {
677                 "name": "Bank",
678                 "terms": "coffer,countinghouse,credit union,depository,exchequer,fund,hoard,investment firm,repository,reserve,reservoir,safe,savings,stock,stockpile,store,storehouse,thrift,treasury,trust company,vault"
679             },
680             "amenity/bar": {
681                 "name": "Bar",
682                 "terms": ""
683             },
684             "amenity/bench": {
685                 "name": "Bench",
686                 "terms": ""
687             },
688             "amenity/bicycle_parking": {
689                 "name": "Bicycle Parking",
690                 "terms": ""
691             },
692             "amenity/bicycle_rental": {
693                 "name": "Bicycle Rental",
694                 "terms": ""
695             },
696             "amenity/cafe": {
697                 "name": "Cafe",
698                 "terms": "coffee,tea,coffee shop"
699             },
700             "amenity/car_wash": {
701                 "name": "Car Wash",
702                 "terms": ""
703             },
704             "amenity/cinema": {
705                 "name": "Cinema",
706                 "terms": "big screen,bijou,cine,drive-in,film,flicks,motion pictures,movie house,movie theater,moving pictures,nabes,photoplay,picture show,pictures,playhouse,show,silver screen"
707             },
708             "amenity/college": {
709                 "name": "College",
710                 "terms": ""
711             },
712             "amenity/courthouse": {
713                 "name": "Courthouse",
714                 "terms": ""
715             },
716             "amenity/embassy": {
717                 "name": "Embassy",
718                 "terms": ""
719             },
720             "amenity/fast_food": {
721                 "name": "Fast Food",
722                 "terms": ""
723             },
724             "amenity/fire_station": {
725                 "name": "Fire Station",
726                 "terms": ""
727             },
728             "amenity/fountain": {
729                 "name": "Fountain",
730                 "terms": ""
731             },
732             "amenity/fuel": {
733                 "name": "Gas Station",
734                 "terms": ""
735             },
736             "amenity/grave_yard": {
737                 "name": "Graveyard",
738                 "terms": ""
739             },
740             "amenity/hospital": {
741                 "name": "Hospital",
742                 "terms": "clinic,emergency room,health service,hospice,infirmary,institution,nursing home,rest home,sanatorium,sanitarium,sick bay,surgery,ward"
743             },
744             "amenity/kindergarten": {
745                 "name": "Kindergarten",
746                 "terms": "preschool,nursery,childcare,playgroup"
747             },
748             "amenity/library": {
749                 "name": "Library",
750                 "terms": ""
751             },
752             "amenity/marketplace": {
753                 "name": "Marketplace",
754                 "terms": ""
755             },
756             "amenity/parking": {
757                 "name": "Parking",
758                 "terms": ""
759             },
760             "amenity/pharmacy": {
761                 "name": "Pharmacy",
762                 "terms": ""
763             },
764             "amenity/place_of_worship": {
765                 "name": "Place of Worship",
766                 "terms": "abbey,basilica,bethel,cathedral,chancel,chantry,chapel,church,fold,house of God,house of prayer,house of worship,minster,mission,mosque,oratory,parish,sacellum,sanctuary,shrine,synagogue,tabernacle,temple"
767             },
768             "amenity/place_of_worship/christian": {
769                 "name": "Church",
770                 "terms": "christian,abbey,basilica,bethel,cathedral,chancel,chantry,chapel,church,fold,house of God,house of prayer,house of worship,minster,mission,oratory,parish,sacellum,sanctuary,shrine,tabernacle,temple"
771             },
772             "amenity/place_of_worship/jewish": {
773                 "name": "Synagogue",
774                 "terms": "jewish,synagogue"
775             },
776             "amenity/place_of_worship/muslim": {
777                 "name": "Mosque",
778                 "terms": "muslim,mosque"
779             },
780             "amenity/police": {
781                 "name": "Police",
782                 "terms": "badge,bear,blue,bluecoat,bobby,boy scout,bull,constable,constabulary,cop,copper,corps,county mounty,detective,fed,flatfoot,force,fuzz,gendarme,gumshoe,heat,law,law enforcement,man,narc,officers,patrolman,police"
783             },
784             "amenity/post_box": {
785                 "name": "Mailbox",
786                 "terms": "letter drop,letterbox,mail drop,mailbox,pillar box,postbox"
787             },
788             "amenity/post_office": {
789                 "name": "Post Office",
790                 "terms": ""
791             },
792             "amenity/pub": {
793                 "name": "Pub",
794                 "terms": ""
795             },
796             "amenity/restaurant": {
797                 "name": "Restaurant",
798                 "terms": "bar,cafeteria,café,canteen,chophouse,coffee shop,diner,dining room,dive*,doughtnut shop,drive-in,eatery,eating house,eating place,fast-food place,greasy spoon,grill,hamburger stand,hashery,hideaway,hotdog stand,inn,joint*,luncheonette,lunchroom,night club,outlet*,pizzeria,saloon,soda fountain,watering hole"
799             },
800             "amenity/school": {
801                 "name": "School",
802                 "terms": "academy,alma mater,blackboard,college,department,discipline,establishment,faculty,hall,halls of ivy,institute,institution,jail*,schoolhouse,seminary,university"
803             },
804             "amenity/swimming_pool": {
805                 "name": "Swimming Pool",
806                 "terms": ""
807             },
808             "amenity/telephone": {
809                 "name": "Telephone",
810                 "terms": ""
811             },
812             "amenity/theatre": {
813                 "name": "Theater",
814                 "terms": "theatre,performance,play,musical"
815             },
816             "amenity/toilets": {
817                 "name": "Toilets",
818                 "terms": ""
819             },
820             "amenity/townhall": {
821                 "name": "Town Hall",
822                 "terms": "village hall,city government,courthouse,municipal building,municipal center"
823             },
824             "amenity/university": {
825                 "name": "University",
826                 "terms": "college"
827             },
828             "amenity/waste_basket": {
829                 "name": "Waste Basket",
830                 "terms": "rubbish bin,litter bin,trash can,garbage can"
831             },
832             "barrier": {
833                 "name": "Barrier",
834                 "terms": ""
835             },
836             "barrier/block": {
837                 "name": "Block",
838                 "terms": ""
839             },
840             "barrier/bollard": {
841                 "name": "Bollard",
842                 "terms": ""
843             },
844             "barrier/cattle_grid": {
845                 "name": "Cattle Grid",
846                 "terms": ""
847             },
848             "barrier/city_wall": {
849                 "name": "City Wall",
850                 "terms": ""
851             },
852             "barrier/cycle_barrier": {
853                 "name": "Cycle Barrier",
854                 "terms": ""
855             },
856             "barrier/ditch": {
857                 "name": "Ditch",
858                 "terms": ""
859             },
860             "barrier/entrance": {
861                 "name": "Entrance",
862                 "terms": ""
863             },
864             "barrier/fence": {
865                 "name": "Fence",
866                 "terms": ""
867             },
868             "barrier/gate": {
869                 "name": "Gate",
870                 "terms": ""
871             },
872             "barrier/hedge": {
873                 "name": "Hedge",
874                 "terms": ""
875             },
876             "barrier/kissing_gate": {
877                 "name": "Kissing Gate",
878                 "terms": ""
879             },
880             "barrier/lift_gate": {
881                 "name": "Lift Gate",
882                 "terms": ""
883             },
884             "barrier/retaining_wall": {
885                 "name": "Retaining Wall",
886                 "terms": ""
887             },
888             "barrier/stile": {
889                 "name": "Stile",
890                 "terms": ""
891             },
892             "barrier/toll_booth": {
893                 "name": "Toll Booth",
894                 "terms": ""
895             },
896             "barrier/wall": {
897                 "name": "Wall",
898                 "terms": ""
899             },
900             "boundary/administrative": {
901                 "name": "Administrative Boundary",
902                 "terms": ""
903             },
904             "building": {
905                 "name": "Building",
906                 "terms": ""
907             },
908             "building/apartments": {
909                 "name": "Apartments",
910                 "terms": ""
911             },
912             "building/entrance": {
913                 "name": "Entrance",
914                 "terms": ""
915             },
916             "building/house": {
917                 "name": "House",
918                 "terms": ""
919             },
920             "emergency/phone": {
921                 "name": "Emergency Phone",
922                 "terms": ""
923             },
924             "entrance": {
925                 "name": "Entrance",
926                 "terms": ""
927             },
928             "highway": {
929                 "name": "Highway",
930                 "terms": ""
931             },
932             "highway/bridleway": {
933                 "name": "Bridle Path",
934                 "terms": "bridleway,equestrian trail,horse riding path,bridle road,horse trail"
935             },
936             "highway/bus_stop": {
937                 "name": "Bus Stop",
938                 "terms": ""
939             },
940             "highway/crossing": {
941                 "name": "Crossing",
942                 "terms": "crosswalk,zebra crossing"
943             },
944             "highway/cycleway": {
945                 "name": "Cycle Path",
946                 "terms": ""
947             },
948             "highway/footway": {
949                 "name": "Foot Path",
950                 "terms": "beaten path,boulevard,clearing,course,cut*,drag*,footpath,highway,lane,line,orbit,passage,pathway,rail,rails,road,roadway,route,street,thoroughfare,trackway,trail,trajectory,walk"
951             },
952             "highway/living_street": {
953                 "name": "Living Street",
954                 "terms": ""
955             },
956             "highway/mini_roundabout": {
957                 "name": "Mini-Roundabout",
958                 "terms": ""
959             },
960             "highway/motorway": {
961                 "name": "Motorway",
962                 "terms": ""
963             },
964             "highway/motorway_junction": {
965                 "name": "Motorway Junction",
966                 "terms": ""
967             },
968             "highway/motorway_link": {
969                 "name": "Motorway Link",
970                 "terms": "ramp,on ramp,off ramp"
971             },
972             "highway/path": {
973                 "name": "Path",
974                 "terms": ""
975             },
976             "highway/pedestrian": {
977                 "name": "Pedestrian",
978                 "terms": ""
979             },
980             "highway/primary": {
981                 "name": "Primary Road",
982                 "terms": ""
983             },
984             "highway/primary_link": {
985                 "name": "Primary Link",
986                 "terms": "ramp,on ramp,off ramp"
987             },
988             "highway/residential": {
989                 "name": "Residential Road",
990                 "terms": ""
991             },
992             "highway/road": {
993                 "name": "Unknown Road",
994                 "terms": ""
995             },
996             "highway/secondary": {
997                 "name": "Secondary Road",
998                 "terms": ""
999             },
1000             "highway/secondary_link": {
1001                 "name": "Secondary Link",
1002                 "terms": "ramp,on ramp,off ramp"
1003             },
1004             "highway/service": {
1005                 "name": "Service Road",
1006                 "terms": ""
1007             },
1008             "highway/service/alley": {
1009                 "name": "Alley",
1010                 "terms": ""
1011             },
1012             "highway/service/drive-through": {
1013                 "name": "Drive-Through",
1014                 "terms": ""
1015             },
1016             "highway/service/driveway": {
1017                 "name": "Driveway",
1018                 "terms": ""
1019             },
1020             "highway/service/emergency_access": {
1021                 "name": "Emergency Access",
1022                 "terms": ""
1023             },
1024             "highway/service/parking_aisle": {
1025                 "name": "Parking Aisle",
1026                 "terms": ""
1027             },
1028             "highway/steps": {
1029                 "name": "Steps",
1030                 "terms": "stairs,staircase"
1031             },
1032             "highway/tertiary": {
1033                 "name": "Tertiary Road",
1034                 "terms": ""
1035             },
1036             "highway/tertiary_link": {
1037                 "name": "Tertiary Link",
1038                 "terms": "ramp,on ramp,off ramp"
1039             },
1040             "highway/track": {
1041                 "name": "Track",
1042                 "terms": ""
1043             },
1044             "highway/traffic_signals": {
1045                 "name": "Traffic Signals",
1046                 "terms": "light,stoplight,traffic light"
1047             },
1048             "highway/trunk": {
1049                 "name": "Trunk Road",
1050                 "terms": ""
1051             },
1052             "highway/trunk_link": {
1053                 "name": "Trunk Link",
1054                 "terms": "ramp,on ramp,off ramp"
1055             },
1056             "highway/turning_circle": {
1057                 "name": "Turning Circle",
1058                 "terms": ""
1059             },
1060             "highway/unclassified": {
1061                 "name": "Unclassified Road",
1062                 "terms": ""
1063             },
1064             "historic": {
1065                 "name": "Historic Site",
1066                 "terms": ""
1067             },
1068             "historic/archaeological_site": {
1069                 "name": "Archaeological Site",
1070                 "terms": ""
1071             },
1072             "historic/boundary_stone": {
1073                 "name": "Boundary Stone",
1074                 "terms": ""
1075             },
1076             "historic/castle": {
1077                 "name": "Castle",
1078                 "terms": ""
1079             },
1080             "historic/memorial": {
1081                 "name": "Memorial",
1082                 "terms": ""
1083             },
1084             "historic/monument": {
1085                 "name": "Monument",
1086                 "terms": ""
1087             },
1088             "historic/ruins": {
1089                 "name": "Ruins",
1090                 "terms": ""
1091             },
1092             "historic/wayside_cross": {
1093                 "name": "Wayside Cross",
1094                 "terms": ""
1095             },
1096             "historic/wayside_shrine": {
1097                 "name": "Wayside Shrine",
1098                 "terms": ""
1099             },
1100             "landuse": {
1101                 "name": "Landuse",
1102                 "terms": ""
1103             },
1104             "landuse/allotments": {
1105                 "name": "Allotments",
1106                 "terms": ""
1107             },
1108             "landuse/basin": {
1109                 "name": "Basin",
1110                 "terms": ""
1111             },
1112             "landuse/cemetery": {
1113                 "name": "Cemetery",
1114                 "terms": ""
1115             },
1116             "landuse/commercial": {
1117                 "name": "Commercial",
1118                 "terms": ""
1119             },
1120             "landuse/construction": {
1121                 "name": "Construction",
1122                 "terms": ""
1123             },
1124             "landuse/farm": {
1125                 "name": "Farm",
1126                 "terms": ""
1127             },
1128             "landuse/farmyard": {
1129                 "name": "Farmyard",
1130                 "terms": ""
1131             },
1132             "landuse/forest": {
1133                 "name": "Forest",
1134                 "terms": ""
1135             },
1136             "landuse/grass": {
1137                 "name": "Grass",
1138                 "terms": ""
1139             },
1140             "landuse/industrial": {
1141                 "name": "Industrial",
1142                 "terms": ""
1143             },
1144             "landuse/meadow": {
1145                 "name": "Meadow",
1146                 "terms": ""
1147             },
1148             "landuse/orchard": {
1149                 "name": "Orchard",
1150                 "terms": ""
1151             },
1152             "landuse/quarry": {
1153                 "name": "Quarry",
1154                 "terms": ""
1155             },
1156             "landuse/residential": {
1157                 "name": "Residential",
1158                 "terms": ""
1159             },
1160             "landuse/retail": {
1161                 "name": "Retail",
1162                 "terms": ""
1163             },
1164             "landuse/vineyard": {
1165                 "name": "Vineyard",
1166                 "terms": ""
1167             },
1168             "leisure": {
1169                 "name": "Leisure",
1170                 "terms": ""
1171             },
1172             "leisure/garden": {
1173                 "name": "Garden",
1174                 "terms": ""
1175             },
1176             "leisure/golf_course": {
1177                 "name": "Golf Course",
1178                 "terms": ""
1179             },
1180             "leisure/marina": {
1181                 "name": "Marina",
1182                 "terms": ""
1183             },
1184             "leisure/park": {
1185                 "name": "Park",
1186                 "terms": "esplanade,estate,forest,garden,grass,green,grounds,lawn,lot,meadow,parkland,place,playground,plaza,pleasure garden,recreation area,square,tract,village green,woodland"
1187             },
1188             "leisure/pitch": {
1189                 "name": "Sport Pitch",
1190                 "terms": ""
1191             },
1192             "leisure/pitch/american_football": {
1193                 "name": "American Football Field",
1194                 "terms": ""
1195             },
1196             "leisure/pitch/baseball": {
1197                 "name": "Baseball Diamond",
1198                 "terms": ""
1199             },
1200             "leisure/pitch/basketball": {
1201                 "name": "Basketball Court",
1202                 "terms": ""
1203             },
1204             "leisure/pitch/soccer": {
1205                 "name": "Soccer Field",
1206                 "terms": ""
1207             },
1208             "leisure/pitch/tennis": {
1209                 "name": "Tennis Court",
1210                 "terms": ""
1211             },
1212             "leisure/pitch/volleyball": {
1213                 "name": "Volleyball Court",
1214                 "terms": ""
1215             },
1216             "leisure/playground": {
1217                 "name": "Playground",
1218                 "terms": ""
1219             },
1220             "leisure/slipway": {
1221                 "name": "Slipway",
1222                 "terms": ""
1223             },
1224             "leisure/stadium": {
1225                 "name": "Stadium",
1226                 "terms": ""
1227             },
1228             "leisure/swimming_pool": {
1229                 "name": "Swimming Pool",
1230                 "terms": ""
1231             },
1232             "man_made": {
1233                 "name": "Man Made",
1234                 "terms": ""
1235             },
1236             "man_made/breakwater": {
1237                 "name": "Breakwater",
1238                 "terms": ""
1239             },
1240             "man_made/cutline": {
1241                 "name": "Cut line",
1242                 "terms": ""
1243             },
1244             "man_made/lighthouse": {
1245                 "name": "Lighthouse",
1246                 "terms": ""
1247             },
1248             "man_made/pier": {
1249                 "name": "Pier",
1250                 "terms": ""
1251             },
1252             "man_made/pipeline": {
1253                 "name": "Pipeline",
1254                 "terms": ""
1255             },
1256             "man_made/survey_point": {
1257                 "name": "Survey Point",
1258                 "terms": ""
1259             },
1260             "man_made/tower": {
1261                 "name": "Tower",
1262                 "terms": ""
1263             },
1264             "man_made/wastewater_plant": {
1265                 "name": "Wastewater Plant",
1266                 "terms": "sewage works,sewage treatment plant,water treatment plant,reclamation plant"
1267             },
1268             "man_made/water_tower": {
1269                 "name": "Water Tower",
1270                 "terms": ""
1271             },
1272             "man_made/water_well": {
1273                 "name": "Water well",
1274                 "terms": ""
1275             },
1276             "man_made/water_works": {
1277                 "name": "Water Works",
1278                 "terms": ""
1279             },
1280             "natural": {
1281                 "name": "Natural",
1282                 "terms": ""
1283             },
1284             "natural/bay": {
1285                 "name": "Bay",
1286                 "terms": ""
1287             },
1288             "natural/beach": {
1289                 "name": "Beach",
1290                 "terms": ""
1291             },
1292             "natural/cliff": {
1293                 "name": "Cliff",
1294                 "terms": ""
1295             },
1296             "natural/coastline": {
1297                 "name": "Coastline",
1298                 "terms": "shore"
1299             },
1300             "natural/glacier": {
1301                 "name": "Glacier",
1302                 "terms": ""
1303             },
1304             "natural/grassland": {
1305                 "name": "Grassland",
1306                 "terms": ""
1307             },
1308             "natural/heath": {
1309                 "name": "Heath",
1310                 "terms": ""
1311             },
1312             "natural/peak": {
1313                 "name": "Peak",
1314                 "terms": "acme,aiguille,alp,climax,crest,crown,hill,mount,mountain,pinnacle,summit,tip,top"
1315             },
1316             "natural/scrub": {
1317                 "name": "Scrub",
1318                 "terms": ""
1319             },
1320             "natural/spring": {
1321                 "name": "Spring",
1322                 "terms": ""
1323             },
1324             "natural/tree": {
1325                 "name": "Tree",
1326                 "terms": ""
1327             },
1328             "natural/water": {
1329                 "name": "Water",
1330                 "terms": ""
1331             },
1332             "natural/water/lake": {
1333                 "name": "Lake",
1334                 "terms": "lakelet,loch,mere"
1335             },
1336             "natural/water/pond": {
1337                 "name": "Pond",
1338                 "terms": "lakelet,millpond,tarn,pool,mere"
1339             },
1340             "natural/water/reservoir": {
1341                 "name": "Reservoir",
1342                 "terms": ""
1343             },
1344             "natural/wetland": {
1345                 "name": "Wetland",
1346                 "terms": ""
1347             },
1348             "natural/wood": {
1349                 "name": "Wood",
1350                 "terms": ""
1351             },
1352             "office": {
1353                 "name": "Office",
1354                 "terms": ""
1355             },
1356             "other": {
1357                 "name": "Other",
1358                 "terms": ""
1359             },
1360             "other_area": {
1361                 "name": "Other",
1362                 "terms": ""
1363             },
1364             "place": {
1365                 "name": "Place",
1366                 "terms": ""
1367             },
1368             "place/city": {
1369                 "name": "City",
1370                 "terms": ""
1371             },
1372             "place/hamlet": {
1373                 "name": "Hamlet",
1374                 "terms": ""
1375             },
1376             "place/island": {
1377                 "name": "Island",
1378                 "terms": "archipelago,atoll,bar,cay,isle,islet,key,reef"
1379             },
1380             "place/isolated_dwelling": {
1381                 "name": "Isolated Dwelling",
1382                 "terms": ""
1383             },
1384             "place/locality": {
1385                 "name": "Locality",
1386                 "terms": ""
1387             },
1388             "place/town": {
1389                 "name": "Town",
1390                 "terms": ""
1391             },
1392             "place/village": {
1393                 "name": "Village",
1394                 "terms": ""
1395             },
1396             "power": {
1397                 "name": "Power",
1398                 "terms": ""
1399             },
1400             "power/generator": {
1401                 "name": "Power Plant",
1402                 "terms": ""
1403             },
1404             "power/line": {
1405                 "name": "Power Line",
1406                 "terms": ""
1407             },
1408             "power/pole": {
1409                 "name": "Power Pole",
1410                 "terms": ""
1411             },
1412             "power/sub_station": {
1413                 "name": "Substation",
1414                 "terms": ""
1415             },
1416             "power/tower": {
1417                 "name": "High-Voltage Tower",
1418                 "terms": ""
1419             },
1420             "power/transformer": {
1421                 "name": "Transformer",
1422                 "terms": ""
1423             },
1424             "railway": {
1425                 "name": "Railway",
1426                 "terms": ""
1427             },
1428             "railway/abandoned": {
1429                 "name": "Abandoned Railway",
1430                 "terms": ""
1431             },
1432             "railway/disused": {
1433                 "name": "Disused Railway",
1434                 "terms": ""
1435             },
1436             "railway/level_crossing": {
1437                 "name": "Level Crossing",
1438                 "terms": "crossing,railroad crossing,railway crossing,grade crossing,road through railroad,train crossing"
1439             },
1440             "railway/monorail": {
1441                 "name": "Monorail",
1442                 "terms": ""
1443             },
1444             "railway/platform": {
1445                 "name": "Railway Platform",
1446                 "terms": ""
1447             },
1448             "railway/rail": {
1449                 "name": "Rail",
1450                 "terms": ""
1451             },
1452             "railway/station": {
1453                 "name": "Railway Station",
1454                 "terms": ""
1455             },
1456             "railway/subway": {
1457                 "name": "Subway",
1458                 "terms": ""
1459             },
1460             "railway/subway_entrance": {
1461                 "name": "Subway Entrance",
1462                 "terms": ""
1463             },
1464             "railway/tram": {
1465                 "name": "Tram",
1466                 "terms": "streetcar"
1467             },
1468             "shop": {
1469                 "name": "Shop",
1470                 "terms": ""
1471             },
1472             "shop/alcohol": {
1473                 "name": "Liquor Store",
1474                 "terms": "alcohol"
1475             },
1476             "shop/bakery": {
1477                 "name": "Bakery",
1478                 "terms": ""
1479             },
1480             "shop/beauty": {
1481                 "name": "Beauty Shop",
1482                 "terms": ""
1483             },
1484             "shop/beverages": {
1485                 "name": "Beverage Store",
1486                 "terms": ""
1487             },
1488             "shop/bicycle": {
1489                 "name": "Bicycle Shop",
1490                 "terms": ""
1491             },
1492             "shop/books": {
1493                 "name": "Bookstore",
1494                 "terms": ""
1495             },
1496             "shop/boutique": {
1497                 "name": "Boutique",
1498                 "terms": ""
1499             },
1500             "shop/butcher": {
1501                 "name": "Butcher",
1502                 "terms": ""
1503             },
1504             "shop/car": {
1505                 "name": "Car Dealership",
1506                 "terms": ""
1507             },
1508             "shop/car_parts": {
1509                 "name": "Car Parts Store",
1510                 "terms": ""
1511             },
1512             "shop/car_repair": {
1513                 "name": "Car Repair Shop",
1514                 "terms": ""
1515             },
1516             "shop/chemist": {
1517                 "name": "Chemist",
1518                 "terms": ""
1519             },
1520             "shop/clothes": {
1521                 "name": "Clothing Store",
1522                 "terms": ""
1523             },
1524             "shop/computer": {
1525                 "name": "Computer Store",
1526                 "terms": ""
1527             },
1528             "shop/confectionery": {
1529                 "name": "Confectionery",
1530                 "terms": ""
1531             },
1532             "shop/convenience": {
1533                 "name": "Convenience Store",
1534                 "terms": ""
1535             },
1536             "shop/deli": {
1537                 "name": "Deli",
1538                 "terms": ""
1539             },
1540             "shop/department_store": {
1541                 "name": "Department Store",
1542                 "terms": ""
1543             },
1544             "shop/doityourself": {
1545                 "name": "DIY Store",
1546                 "terms": ""
1547             },
1548             "shop/dry_cleaning": {
1549                 "name": "Dry Cleaners",
1550                 "terms": ""
1551             },
1552             "shop/electronics": {
1553                 "name": "Electronics Store",
1554                 "terms": ""
1555             },
1556             "shop/fishmonger": {
1557                 "name": "Fishmonger",
1558                 "terms": ""
1559             },
1560             "shop/florist": {
1561                 "name": "Florist",
1562                 "terms": ""
1563             },
1564             "shop/furniture": {
1565                 "name": "Furniture Store",
1566                 "terms": ""
1567             },
1568             "shop/garden_centre": {
1569                 "name": "Garden Center",
1570                 "terms": ""
1571             },
1572             "shop/gift": {
1573                 "name": "Gift Shop",
1574                 "terms": ""
1575             },
1576             "shop/greengrocer": {
1577                 "name": "Greengrocer",
1578                 "terms": ""
1579             },
1580             "shop/hairdresser": {
1581                 "name": "Hairdresser",
1582                 "terms": ""
1583             },
1584             "shop/hardware": {
1585                 "name": "Hardware Store",
1586                 "terms": ""
1587             },
1588             "shop/hifi": {
1589                 "name": "Hifi Store",
1590                 "terms": ""
1591             },
1592             "shop/jewelry": {
1593                 "name": "Jeweler",
1594                 "terms": ""
1595             },
1596             "shop/kiosk": {
1597                 "name": "Kiosk",
1598                 "terms": ""
1599             },
1600             "shop/laundry": {
1601                 "name": "Laundry",
1602                 "terms": ""
1603             },
1604             "shop/mall": {
1605                 "name": "Mall",
1606                 "terms": ""
1607             },
1608             "shop/mobile_phone": {
1609                 "name": "Mobile Phone Store",
1610                 "terms": ""
1611             },
1612             "shop/motorcycle": {
1613                 "name": "Motorcycle Dealership",
1614                 "terms": ""
1615             },
1616             "shop/music": {
1617                 "name": "Music Store",
1618                 "terms": ""
1619             },
1620             "shop/newsagent": {
1621                 "name": "Newsagent",
1622                 "terms": ""
1623             },
1624             "shop/optician": {
1625                 "name": "Optician",
1626                 "terms": ""
1627             },
1628             "shop/outdoor": {
1629                 "name": "Outdoor Store",
1630                 "terms": ""
1631             },
1632             "shop/pet": {
1633                 "name": "Pet Store",
1634                 "terms": ""
1635             },
1636             "shop/shoes": {
1637                 "name": "Shoe Store",
1638                 "terms": ""
1639             },
1640             "shop/sports": {
1641                 "name": "Sporting Goods Store",
1642                 "terms": ""
1643             },
1644             "shop/stationery": {
1645                 "name": "Stationery Store",
1646                 "terms": ""
1647             },
1648             "shop/supermarket": {
1649                 "name": "Supermarket",
1650                 "terms": "bazaar,boutique,chain,co-op,cut-rate store,discount store,five-and-dime,flea market,galleria,mall,mart,outlet,outlet store,shop,shopping center,shopping plaza,stand,store,supermarket,thrift shop"
1651             },
1652             "shop/toys": {
1653                 "name": "Toy Store",
1654                 "terms": ""
1655             },
1656             "shop/travel_agency": {
1657                 "name": "Travel Agency",
1658                 "terms": ""
1659             },
1660             "shop/tyres": {
1661                 "name": "Tire Store",
1662                 "terms": ""
1663             },
1664             "shop/vacant": {
1665                 "name": "Vacant Shop",
1666                 "terms": ""
1667             },
1668             "shop/variety_store": {
1669                 "name": "Variety Store",
1670                 "terms": ""
1671             },
1672             "shop/video": {
1673                 "name": "Video Store",
1674                 "terms": ""
1675             },
1676             "tourism": {
1677                 "name": "Tourism",
1678                 "terms": ""
1679             },
1680             "tourism/alpine_hut": {
1681                 "name": "Alpine Hut",
1682                 "terms": ""
1683             },
1684             "tourism/artwork": {
1685                 "name": "Artwork",
1686                 "terms": ""
1687             },
1688             "tourism/attraction": {
1689                 "name": "Tourist Attraction",
1690                 "terms": ""
1691             },
1692             "tourism/camp_site": {
1693                 "name": "Camp Site",
1694                 "terms": ""
1695             },
1696             "tourism/caravan_site": {
1697                 "name": "RV Park",
1698                 "terms": ""
1699             },
1700             "tourism/chalet": {
1701                 "name": "Chalet",
1702                 "terms": ""
1703             },
1704             "tourism/guest_house": {
1705                 "name": "Guest House",
1706                 "terms": "B&B,Bed & Breakfast,Bed and Breakfast"
1707             },
1708             "tourism/hostel": {
1709                 "name": "Hostel",
1710                 "terms": ""
1711             },
1712             "tourism/hotel": {
1713                 "name": "Hotel",
1714                 "terms": ""
1715             },
1716             "tourism/information": {
1717                 "name": "Information",
1718                 "terms": ""
1719             },
1720             "tourism/motel": {
1721                 "name": "Motel",
1722                 "terms": ""
1723             },
1724             "tourism/museum": {
1725                 "name": "Museum",
1726                 "terms": "exhibition,exhibits archive,foundation,gallery,hall,institution,library,menagerie,repository,salon,storehouse,treasury,vault"
1727             },
1728             "tourism/picnic_site": {
1729                 "name": "Picnic Site",
1730                 "terms": ""
1731             },
1732             "tourism/theme_park": {
1733                 "name": "Theme Park",
1734                 "terms": ""
1735             },
1736             "tourism/viewpoint": {
1737                 "name": "Viewpoint",
1738                 "terms": ""
1739             },
1740             "tourism/zoo": {
1741                 "name": "Zoo",
1742                 "terms": ""
1743             },
1744             "waterway": {
1745                 "name": "Waterway",
1746                 "terms": ""
1747             },
1748             "waterway/canal": {
1749                 "name": "Canal",
1750                 "terms": ""
1751             },
1752             "waterway/dam": {
1753                 "name": "Dam",
1754                 "terms": ""
1755             },
1756             "waterway/ditch": {
1757                 "name": "Ditch",
1758                 "terms": ""
1759             },
1760             "waterway/drain": {
1761                 "name": "Drain",
1762                 "terms": ""
1763             },
1764             "waterway/river": {
1765                 "name": "River",
1766                 "terms": "beck,branch,brook,course,creek,estuary,rill,rivulet,run,runnel,stream,tributary,watercourse"
1767             },
1768             "waterway/riverbank": {
1769                 "name": "Riverbank",
1770                 "terms": ""
1771             },
1772             "waterway/stream": {
1773                 "name": "Stream",
1774                 "terms": "beck,branch,brook,burn,course,creek,current,drift,flood,flow,freshet,race,rill,rindle,rivulet,run,runnel,rush,spate,spritz,surge,tide,torrent,tributary,watercourse"
1775             },
1776             "waterway/weir": {
1777                 "name": "Weir",
1778                 "terms": ""
1779             }
1780         }
1781     }
1782 }