]> git.openstreetmap.org Git - rails.git/blob - vendor/assets/iD/iD/locales/en.json
Merge branch 'master' into patch/view_migration
[rails.git] / vendor / assets / iD / iD / locales / en.json
1 {
2     "en": {
3         "icons": {
4             "download": "download",
5             "information": "info",
6             "remove": "remove",
7             "undo": "undo",
8             "zoom_to": "zoom to",
9             "copy": "copy",
10             "open_wikidata": "open on wikidata.org",
11             "favorite": "favorite"
12         },
13         "toolbar": {
14             "inspect": "Inspect",
15             "undo_redo": "Undo / Redo",
16             "recent": "Recent",
17             "favorites": "Favorites",
18             "add_feature": "Add Feature"
19         },
20         "modes": {
21             "add_feature": {
22                 "title": "Add a feature",
23                 "description": "Search for features to add to the map.",
24                 "key": "Tab",
25                 "result": "{count} result",
26                 "results": "{count} results"
27             },
28             "add_area": {
29                 "title": "Area",
30                 "description": "Add parks, buildings, lakes or other areas to the map.",
31                 "tail": "Click on the map to start drawing an area, like a park, lake, or building.",
32                 "filter_tooltip": "areas"
33             },
34             "add_line": {
35                 "title": "Line",
36                 "description": "Add highways, streets, pedestrian paths, canals or other lines to the map.",
37                 "tail": "Click on the map to start drawing a road, path, or route.",
38                 "filter_tooltip": "lines"
39             },
40             "add_point": {
41                 "title": "Point",
42                 "description": "Add restaurants, monuments, postal boxes or other points to the map.",
43                 "tail": "Click on the map to add a point.",
44                 "filter_tooltip": "points"
45             },
46             "add_note": {
47                 "title": "Note",
48                 "label": "Add Note",
49                 "description": "Spotted an issue? Let other mappers know.",
50                 "tail": "Click on the map to add a note.",
51                 "key": "N"
52             },
53             "add_preset": {
54                 "title": "Add {feature}",
55                 "point": {
56                     "title": "Add {feature} as a point"
57                 },
58                 "line": {
59                     "title": "Add {feature} as a line"
60                 },
61                 "area": {
62                     "title": "Add {feature} as an area"
63                 },
64                 "building": {
65                     "title": "Add {feature} as a building"
66                 }
67             },
68             "browse": {
69                 "title": "Browse",
70                 "description": "Pan and zoom the map."
71             },
72             "draw_area": {
73                 "tail": "Click to add nodes to your area. Click the first node to finish the area."
74             },
75             "draw_line": {
76                 "tail": "Click to add more nodes to the line. Click on other lines to connect to them, and double-click to end the line."
77             },
78             "drag_node": {
79                 "connected_to_hidden": "This can't be edited because it is connected to a hidden feature."
80             }
81         },
82         "operations": {
83             "add": {
84                 "annotation": {
85                     "point": "Added a point.",
86                     "vertex": "Added a node to a way.",
87                     "relation": "Added a relation.",
88                     "note": "Added a note."
89                 }
90             },
91             "start": {
92                 "annotation": {
93                     "line": "Started a line.",
94                     "area": "Started an area."
95                 }
96             },
97             "continue": {
98                 "key": "A",
99                 "title": "Continue",
100                 "description": "Continue this line.",
101                 "not_eligible": "No line can be continued here.",
102                 "multiple": "Several lines can be continued here. To choose a line, press the Shift key and click on it to select it.",
103                 "annotation": {
104                     "line": "Continued a line.",
105                     "area": "Continued an area."
106                 }
107             },
108             "cancel_draw": {
109                 "annotation": "Canceled drawing."
110             },
111             "change_role": {
112                 "annotation": "Changed the role of a relation member."
113             },
114             "change_tags": {
115                 "annotation": "Changed tags."
116             },
117             "circularize": {
118                 "title": "Circularize",
119                 "description": {
120                     "line": "Make this line circular.",
121                     "area": "Make this area circular."
122                 },
123                 "key": "O",
124                 "annotation": {
125                     "line": "Made a line circular.",
126                     "area": "Made an area circular."
127                 },
128                 "not_closed": "This can't be made circular because it's not a loop.",
129                 "too_large": "This can't be made circular because not enough of it is currently visible.",
130                 "connected_to_hidden": "This can't be made circular because it is connected to a hidden feature.",
131                 "not_downloaded": "This can't be made circular because parts of it have not yet been downloaded."
132             },
133             "orthogonalize": {
134                 "title": "Square",
135                 "description": {
136                     "vertex": "Square this corner.",
137                     "line": "Square the corners of this line.",
138                     "area": "Square the corners of this area."
139                 },
140                 "key": "Q",
141                 "annotation": {
142                     "vertex": "Squared a single corner.",
143                     "line": "Squared the corners of a line.",
144                     "area": "Squared the corners of an area."
145                 },
146                 "end_vertex": "This can't be squared because it is an end node.",
147                 "square_enough": "This can't be made more square than it already is.",
148                 "not_squarish": "This can't be made square because it is not squarish.",
149                 "too_large": "This can't be made square because not enough of it is currently visible.",
150                 "connected_to_hidden": "This can't be made square because it is connected to a hidden feature.",
151                 "not_downloaded": "This can't be made square because parts of it have not yet been downloaded."
152             },
153             "straighten": {
154                 "title": "Straighten",
155                 "description": {
156                     "points": "Straighten these points.",
157                     "line": "Straighten this line."
158                 },
159                 "key": "S",
160                 "annotation": {
161                     "points": "Straightened several points.",
162                     "line": "Straightened a line."
163                 },
164                 "too_bendy": "This can't be straightened because it bends too much.",
165                 "connected_to_hidden": "This can't be straightened because it is connected to a hidden feature.",
166                 "not_downloaded": "This can't be straightened because parts of it have not yet been downloaded."
167             },
168             "delete": {
169                 "title": "Delete",
170                 "description": {
171                     "single": "Delete this feature permanently.",
172                     "multiple": "Delete these features permanently."
173                 },
174                 "annotation": {
175                     "point": "Deleted a point.",
176                     "vertex": "Deleted a node from a way.",
177                     "line": "Deleted a line.",
178                     "area": "Deleted an area.",
179                     "relation": "Deleted a relation.",
180                     "multiple": "Deleted {n} features."
181                 },
182                 "too_large": {
183                     "single": "This feature can't be deleted because not enough of it is currently visible.",
184                     "multiple": "These features can't be deleted because not enough of them are currently visible."
185                 },
186                 "incomplete_relation": {
187                     "single": "This feature can't be deleted because it hasn't been fully downloaded.",
188                     "multiple": "These features can't be deleted because they haven't been fully downloaded."
189                 },
190                 "part_of_relation": {
191                     "single": "This feature can't be deleted because it is part of a larger relation. You must remove it from the relation first.",
192                     "multiple": "These features can't be deleted because they are part of larger relations. You must remove them from the relations first."
193                 },
194                 "connected_to_hidden": {
195                     "single": "This feature can't be deleted because it is connected to a hidden feature.",
196                     "multiple": "These features can't be deleted because some are connected to hidden features."
197                 },
198                 "not_downloaded": {
199                     "single": "This feature can't be deleted because parts of it have not yet been downloaded.",
200                     "multiple": "These features can't be deleted because parts of them have not yet been downloaded."
201                 },
202                 "has_wikidata_tag": {
203                     "single": "This feature can't be deleted because it has a Wikidata tag.",
204                     "multiple": "These features can't be deleted because some have Wikidata tags."
205                 }
206             },
207             "downgrade": {
208                 "title": "Downgrade",
209                 "description": {
210                     "building_address": "Remove all non-address and non-building tags.",
211                     "building": "Remove all non-building tags.",
212                     "address": "Remove all non-address tags."
213                 },
214                 "annotation": {
215                     "building": {
216                         "single": "Downgraded a feature to a basic building.",
217                         "multiple": "Downgraded {n} features to basic buildings."
218                     },
219                     "address": {
220                         "single": "Downgraded a feature to an address.",
221                         "multiple": "Downgraded {n} features to addresses."
222                     },
223                     "multiple": "Downgraded {n} features."
224                 },
225                 "has_wikidata_tag": {
226                     "single": "This feature can't be downgraded because it has a Wikidata tag.",
227                     "multiple": "These features can't be downgraded because some have Wikidata tags."
228                 }
229             },
230             "add_member": {
231                 "annotation": "Added a member to a relation."
232             },
233             "delete_member": {
234                 "annotation": "Removed a member from a relation."
235             },
236             "reorder_members": {
237                 "annotation": "Reordered a relation's members."
238             },
239             "connect": {
240                 "annotation": {
241                     "from_vertex": {
242                         "to_point": "Connected a way to a point.",
243                         "to_vertex": "Connected a way to another.",
244                         "to_line": "Connected a way to a line.",
245                         "to_area": "Connected a way to an area.",
246                         "to_adjacent_vertex": "Merged adjacent points in a way.",
247                         "to_sibling_vertex": "Connected a way to itself."
248                     },
249                     "from_point": {
250                         "to_point": "Merged a point with another.",
251                         "to_vertex": "Merged a point with a point in a way.",
252                         "to_line": "Moved a point to a line.",
253                         "to_area": "Moved a point to an area."
254                     }
255                 },
256                 "relation": "These features can't be connected because they have conflicting relation roles.",
257                 "restriction": "These features can't be connected because it would damage a \"{relation}\" relation."
258             },
259             "disconnect": {
260                 "title": "Disconnect",
261                 "description": "Disconnect these lines/areas from each other.",
262                 "line": {
263                     "description": "Disconnect this line from other features."
264                 },
265                 "area": {
266                     "description": "Disconnect this area from other features."
267                 },
268                 "key": "D",
269                 "annotation": "Disconnected lines/areas.",
270                 "too_large": {
271                     "single": "This can't be disconnected because not enough of it is currently visible."
272                 },
273                 "not_connected": "There aren't enough lines/areas here to disconnect.",
274                 "not_downloaded": "This can't be disconnected because parts of it have not yet been downloaded.",
275                 "connected_to_hidden": "This can't be disconnected because it is connected to a hidden feature.",
276                 "relation": "This can't be disconnected because it connects members of a relation."
277             },
278             "merge": {
279                 "title": "Merge",
280                 "description": "Merge these features.",
281                 "key": "C",
282                 "annotation": "Merged {n} features.",
283                 "not_eligible": "These features can't be merged.",
284                 "not_adjacent": "These features can't be merged because their endpoints aren't connected.",
285                 "restriction": "These features can't be merged because it would damage a \"{relation}\" relation.",
286                 "relation": "These features can't be merged because they have conflicting relation roles.",
287                 "incomplete_relation": "These features can't be merged because at least one hasn't been fully downloaded.",
288                 "conflicting_tags": "These features can't be merged because some of their tags have conflicting values.",
289                 "paths_intersect": "These features can't be merged because the resulting path would intersect itself."
290             },
291             "move": {
292                 "title": "Move",
293                 "description": {
294                     "single": "Move this feature to a different location.",
295                     "multiple": "Move these features to a different location."
296                 },
297                 "key": "M",
298                 "annotation": {
299                     "point": "Moved a point.",
300                     "vertex": "Moved a node in a way.",
301                     "line": "Moved a line.",
302                     "area": "Moved an area.",
303                     "multiple": "Moved multiple features."
304                 },
305                 "incomplete_relation": {
306                     "single": "This feature can't be moved because it hasn't been fully downloaded.",
307                     "multiple": "These features can't be moved because they haven't been fully downloaded."
308                 },
309                 "too_large": {
310                     "single": "This feature can't be moved because not enough of it is currently visible.",
311                     "multiple": "These features can't be moved because not enough of them are currently visible."
312                 },
313                 "connected_to_hidden": {
314                     "single": "This feature can't be moved because it is connected to a hidden feature.",
315                     "multiple": "These features can't be moved because some are connected to hidden features."
316                 },
317                 "not_downloaded": {
318                     "single": "This feature can't be moved because parts of it have not yet been downloaded.",
319                     "multiple": "These features can't be moved because parts of them have not yet been downloaded."
320                 }
321             },
322             "reflect": {
323                 "title": {
324                     "long": "Reflect Long",
325                     "short": "Reflect Short"
326                 },
327                 "description": {
328                     "long": {
329                         "single": "Reflect this feature across its long axis.",
330                         "multiple": "Reflect these features across their long axis."
331                     },
332                     "short": {
333                         "single": "Reflect this feature across its short axis.",
334                         "multiple": "Reflect these features across their short axis."
335                     }
336                 },
337                 "key": {
338                     "long": "T",
339                     "short": "Y"
340                 },
341                 "annotation": {
342                     "long": {
343                         "single": "Reflected a feature across its long axis.",
344                         "multiple": "Reflected multiple features across their long axis."
345                     },
346                     "short": {
347                         "single": "Reflected a feature across its short axis.",
348                         "multiple": "Reflected multiple features across their short axis."
349                     }
350                 },
351                 "incomplete_relation": {
352                     "single": "This feature can't be reflected because it hasn't been fully downloaded.",
353                     "multiple": "These features can't be reflected because they haven't been fully downloaded."
354                 },
355                 "too_large": {
356                     "single": "This feature can't be reflected because not enough of it is currently visible.",
357                     "multiple": "These features can't be reflected because not enough of them are currently visible."
358                 },
359                 "connected_to_hidden": {
360                     "single": "This feature can't be reflected because it is connected to a hidden feature.",
361                     "multiple": "These features can't be reflected because some are connected to hidden features."
362                 },
363                 "not_downloaded": {
364                     "single": "This feature can't be reflected because parts of it have not yet been downloaded.",
365                     "multiple": "These features can't be reflected because parts of them have not yet been downloaded."
366                 }
367             },
368             "rotate": {
369                 "title": "Rotate",
370                 "description": {
371                     "single": "Rotate this feature around its center point.",
372                     "multiple": "Rotate these features around their center point."
373                 },
374                 "key": "R",
375                 "annotation": {
376                     "line": "Rotated a line.",
377                     "area": "Rotated an area.",
378                     "multiple": "Rotated multiple features."
379                 },
380                 "incomplete_relation": {
381                     "single": "This feature can't be rotated because it hasn't been fully downloaded.",
382                     "multiple": "These features can't be rotated because they haven't been fully downloaded."
383                 },
384                 "too_large": {
385                     "single": "This feature can't be rotated because not enough of it is currently visible.",
386                     "multiple": "These features can't be rotated because not enough of them are currently visible."
387                 },
388                 "connected_to_hidden": {
389                     "single": "This feature can't be rotated because it is connected to a hidden feature.",
390                     "multiple": "These features can't be rotated because some are connected to hidden features."
391                 },
392                 "not_downloaded": {
393                     "single": "This feature can't be rotated because parts of it have not yet been downloaded.",
394                     "multiple": "These features can't be rotated because parts of them have not yet been downloaded."
395                 }
396             },
397             "reverse": {
398                 "title": "Reverse",
399                 "description": "Make this line go in the opposite direction.",
400                 "key": "V",
401                 "annotation": "Reversed a line."
402             },
403             "split": {
404                 "title": "Split",
405                 "description": {
406                     "line": "Split this line into two at this node.",
407                     "area": "Split the boundary of this area into two.",
408                     "multiple": "Split the lines/area boundaries at this node into two."
409                 },
410                 "key": "X",
411                 "annotation": {
412                     "line": "Split a line.",
413                     "area": "Split an area boundary.",
414                     "multiple": "Split {n} lines/area boundaries."
415                 },
416                 "not_eligible": "Lines can't be split at their beginning or end.",
417                 "multiple_ways": "There are too many lines here to split.",
418                 "connected_to_hidden": "This can't be split because it is connected to a hidden feature."
419             },
420             "restriction": {
421                 "annotation": {
422                     "create": "Added a turn restriction",
423                     "delete": "Deleted a turn restriction"
424                 }
425             },
426             "extract": {
427                 "title": "Extract",
428                 "key": "E",
429                 "description": {
430                     "vertex": {
431                         "single": "Extract this point from its parent lines/areas."
432                     },
433                     "area": {
434                         "single": "Extract a point from this area."
435                     }
436                 },
437                 "annotation": {
438                     "single": "Extracted a point."
439                 },
440                 "too_large": {
441                     "area": {
442                         "single": "A point can't be extracted from this area because not enough of it is currently visible."
443                     }
444                 },
445                 "restriction": {
446                     "vertex": {
447                         "single": "This point can't be extracted because it would damage a \"{relation}\" relation."
448                     }
449                 },
450                 "connected_to_hidden": {
451                     "vertex": {
452                         "single": "This point can't be extracted because it is connected to a hidden feature."
453                     }
454                 }
455             }
456         },
457         "restriction": {
458             "controls": {
459                 "distance": "Distance",
460                 "distance_up_to": "Up to {distance}",
461                 "via": "Via",
462                 "via_node_only": "Node only",
463                 "via_up_to_one": "Up to 1 way",
464                 "via_up_to_two": "Up to 2 ways"
465             },
466             "help": {
467                 "indirect": "(indirect)",
468                 "turn": {
469                     "no_left_turn": "NO Left Turn {indirect}",
470                     "no_right_turn": "NO Right Turn {indirect}",
471                     "no_u_turn": "NO U-Turn {indirect}",
472                     "no_straight_on": "NO Straight On {indirect}",
473                     "only_left_turn": "ONLY Left Turn {indirect}",
474                     "only_right_turn": "ONLY Right Turn {indirect}",
475                     "only_u_turn": "ONLY U-Turn {indirect}",
476                     "only_straight_on": "ONLY Straight On {indirect}",
477                     "allowed_left_turn": "Left Turn Allowed {indirect}",
478                     "allowed_right_turn": "Right Turn Allowed {indirect}",
479                     "allowed_u_turn": "U-Turn Allowed {indirect}",
480                     "allowed_straight_on": "Straight On Allowed {indirect}"
481                 },
482                 "from": "FROM",
483                 "via": "VIA",
484                 "to": "TO",
485                 "from_name": "{from} {fromName}",
486                 "from_name_to_name": "{from} {fromName} {to} {toName}",
487                 "via_names": "{via} {viaNames}",
488                 "select_from": "Click to select a {from} segment",
489                 "select_from_name": "Click to select {from} {fromName}",
490                 "toggle": "Click for \"{turn}\""
491             }
492         },
493         "undo": {
494             "tooltip": "Undo: {action}",
495             "nothing": "Nothing to undo."
496         },
497         "redo": {
498             "tooltip": "Redo: {action}",
499             "nothing": "Nothing to redo."
500         },
501         "tooltip_keyhint": "Shortcut:",
502         "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.",
503         "translate": {
504             "translate": "Translate",
505             "localized_translation_label": "Multilingual Name",
506             "localized_translation_language": "Choose language",
507             "localized_translation_name": "Name"
508         },
509         "zoom_in_edit": "Zoom in to edit",
510         "login": "Log In",
511         "logout": "Log Out",
512         "loading_auth": "Connecting to OpenStreetMap...",
513         "report_a_bug": "Report a bug",
514         "help_translate": "Help translate",
515         "sidebar": {
516             "key": "`",
517             "tooltip": "Toggle the sidebar."
518         },
519         "feature_info": {
520             "hidden_warning": "{count} hidden features",
521             "hidden_details": "These features are currently hidden: {details}"
522         },
523         "status": {
524             "error": "Unable to connect to API.",
525             "offline": "The API is offline. Please try editing later.",
526             "readonly": "The API is read-only. You will need to wait to save your changes.",
527             "rateLimit": "The API is limiting anonymous connections.  You can fix this by logging in."
528         },
529         "commit": {
530             "title": "Upload to OpenStreetMap",
531             "upload_explanation": "The changes you upload will be visible on all maps that use OpenStreetMap data.",
532             "upload_explanation_with_user": "The changes you upload as {user} will be visible on all maps that use OpenStreetMap data.",
533             "request_review": "I would like someone to review my edits.",
534             "save": "Upload",
535             "cancel": "Cancel",
536             "changes": "{count} Changes",
537             "download_changes": "Download osmChange file",
538             "errors": "Errors",
539             "warnings": "Warnings",
540             "modified": "Modified",
541             "deleted": "Deleted",
542             "created": "Created",
543             "outstanding_errors_message": "Please resolve all errors first. {count} remaining.",
544             "comment_needed_message": "Please add a changeset comment first.",
545             "about_changeset_comments": "About changeset comments",
546             "about_changeset_comments_link": "//wiki.openstreetmap.org/wiki/Good_changeset_comments",
547             "google_warning": "You mentioned Google in this comment: remember that copying from Google Maps is strictly forbidden.",
548             "google_warning_link": "https://www.openstreetmap.org/copyright"
549         },
550         "contributors": {
551             "list": "Edits by {users}",
552             "truncated_list": "Edits by {users} and {count} others"
553         },
554         "info_panels": {
555             "key": "I",
556             "background": {
557                 "key": "B",
558                 "title": "Background",
559                 "zoom": "Zoom",
560                 "vintage": "Vintage",
561                 "source": "Source",
562                 "description": "Description",
563                 "resolution": "Resolution",
564                 "accuracy": "Accuracy",
565                 "unknown": "Unknown",
566                 "show_tiles": "Show Tiles",
567                 "hide_tiles": "Hide Tiles",
568                 "show_vintage": "Show Vintage",
569                 "hide_vintage": "Hide Vintage"
570             },
571             "history": {
572                 "key": "H",
573                 "title": "History",
574                 "selected": "{n} selected",
575                 "no_history": "No History (New Feature)",
576                 "version": "Version",
577                 "last_edit": "Last Edit",
578                 "edited_by": "Edited By",
579                 "changeset": "Changeset",
580                 "unknown": "Unknown",
581                 "link_text": "History on openstreetmap.org",
582                 "note_no_history": "No History (New Note)",
583                 "note_comments": "Comments",
584                 "note_created_date": "Created Date",
585                 "note_created_user": "Created By",
586                 "note_link_text": "Note on openstreetmap.org"
587             },
588             "location": {
589                 "key": "L",
590                 "title": "Location",
591                 "unknown_location": "Unknown Location"
592             },
593             "measurement": {
594                 "key": "M",
595                 "title": "Measurement",
596                 "selected": "{n} selected",
597                 "geometry": "Geometry",
598                 "closed_line": "closed line",
599                 "closed_area": "closed area",
600                 "center": "Center",
601                 "perimeter": "Perimeter",
602                 "length": "Length",
603                 "area": "Area",
604                 "centroid": "Centroid",
605                 "location": "Location",
606                 "metric": "Metric",
607                 "imperial": "Imperial",
608                 "node_count": "Number of nodes"
609             }
610         },
611         "geometry": {
612             "point": "point",
613             "vertex": "vertex",
614             "line": "line",
615             "area": "area",
616             "relation": "relation",
617             "note": "note"
618         },
619         "geocoder": {
620             "search": "Search worldwide...",
621             "no_results_visible": "No results in visible map area",
622             "no_results_worldwide": "No results found"
623         },
624         "geolocate": {
625             "title": "Show My Location",
626             "locating": "Locating, please wait..."
627         },
628         "inspector": {
629             "zoom_to": {
630                 "key": "Z",
631                 "title": "Zoom to this",
632                 "tooltip_feature": "Center and zoom the map to focus on this feature.",
633                 "tooltip_note": "Center and zoom the map to focus on this note.",
634                 "tooltip_data": "Center and zoom the map to focus on this data.",
635                 "tooltip_issue": "Center and zoom the map to focus on this issue."
636             },
637             "show_more": "Show More",
638             "view_on_osm": "View on openstreetmap.org",
639             "view_on_keepRight": "View on keepright.at",
640             "all_fields": "All fields",
641             "all_tags": "All tags",
642             "all_members": "All members",
643             "all_relations": "All relations",
644             "add_to_relation": "Add to a relation",
645             "new_relation": "New relation...",
646             "choose_relation": "Choose a parent relation",
647             "role": "Role",
648             "choose": "Select feature type",
649             "results": "{n} results for {search}",
650             "no_documentation_key": "There is no documentation available.",
651             "edit_reference": "edit/translate",
652             "wiki_reference": "View documentation",
653             "wiki_en_reference": "View documentation in English",
654             "hidden_preset": {
655                 "manual": "{features} are hidden. Enable them in the Map Data pane.",
656                 "zoom": "{features} are hidden. Zoom in to enable them."
657             },
658             "back_tooltip": "Change feature",
659             "remove": "Remove",
660             "search": "Search",
661             "multiselect": "Selected features",
662             "unknown": "Unknown",
663             "incomplete": "<not downloaded>",
664             "feature_list": "Search features",
665             "edit": "Edit feature",
666             "check": {
667                 "yes": "Yes",
668                 "no": "No",
669                 "reverser": "Change Direction"
670             },
671             "radio": {
672                 "structure": {
673                     "type": "Type",
674                     "default": "Default",
675                     "layer": "Layer"
676                 }
677             },
678             "add": "Add",
679             "none": "None",
680             "node": "Node",
681             "way": "Way",
682             "relation": "Relation",
683             "location": "Location",
684             "add_fields": "Add field:",
685             "lock": {
686                 "suggestion": "The \"{label}\" field is locked because there is a Wikidata tag. You can delete it or edit the tags in the \"All tags\" section."
687             }
688         },
689         "background": {
690             "title": "Background",
691             "description": "Background settings",
692             "key": "B",
693             "backgrounds": "Backgrounds",
694             "none": "None",
695             "best_imagery": "Best known imagery source for this location",
696             "switch": "Switch back to this background",
697             "custom": "Custom",
698             "overlays": "Overlays",
699             "imagery_source_faq": "Imagery Info / Report a Problem",
700             "reset": "reset",
701             "reset_all": "Reset All",
702             "display_options": "Display Options",
703             "brightness": "Brightness",
704             "contrast": "Contrast",
705             "saturation": "Saturation",
706             "sharpness": "Sharpness",
707             "minimap": {
708                 "description": "Show Minimap",
709                 "tooltip": "Show a zoomed out map to help locate the area currently displayed.",
710                 "key": "/"
711             },
712             "fix_misalignment": "Adjust imagery offset",
713             "offset": "Drag anywhere in the gray area below to adjust the imagery offset, or enter the offset values in meters."
714         },
715         "map_data": {
716             "title": "Map Data",
717             "description": "Map Data",
718             "key": "F",
719             "data_layers": "Data Layers",
720             "layers": {
721                 "osm": {
722                     "tooltip": "Map data from OpenStreetMap",
723                     "title": "OpenStreetMap data"
724                 },
725                 "notes": {
726                     "tooltip": "Note data from OpenStreetMap",
727                     "title": "OpenStreetMap notes"
728                 },
729                 "keepRight": {
730                     "tooltip": "Automatically detected map issues from keepright.at",
731                     "title": "KeepRight Issues"
732                 },
733                 "improveOSM": {
734                     "tooltip": "Missing data automatically detected by improveosm.org",
735                     "title": "ImproveOSM Issues"
736                 },
737                 "custom": {
738                     "tooltip": "Drag and drop a data file onto the page, or click the button to setup",
739                     "title": "Custom Map Data",
740                     "zoom": "Zoom to data"
741                 }
742             },
743             "fill_area": "Fill Areas",
744             "map_features": "Map Features",
745             "autohidden": "These features have been automatically hidden because too many would be shown on the screen.  You can zoom in to edit them.",
746             "osmhidden": "These features have been automatically hidden because the OpenStreetMap layer is hidden."
747         },
748         "photo_overlays": {
749             "title": "Photo Overlays",
750             "traffic_signs": {
751                 "title": "Traffic Signs"
752             },
753             "photo_type": {
754                 "flat": {
755                     "title": "Flat Photos",
756                     "tooltip": "Traditional photos"
757                 },
758                 "panoramic": {
759                     "title": "Panoramic Photos",
760                     "tooltip": "360° photos"
761                 }
762             }
763         },
764         "feature": {
765             "points": {
766                 "description": "Points",
767                 "tooltip": "Points of Interest"
768             },
769             "traffic_roads": {
770                 "description": "Traffic Roads",
771                 "tooltip": "Highways, Streets, etc."
772             },
773             "service_roads": {
774                 "description": "Service Roads",
775                 "tooltip": "Service Roads, Parking Aisles, Tracks, etc."
776             },
777             "paths": {
778                 "description": "Paths",
779                 "tooltip": "Sidewalks, Foot Paths, Cycle Paths, etc."
780             },
781             "buildings": {
782                 "description": "Buildings",
783                 "tooltip": "Buildings, Shelters, Garages, etc."
784             },
785             "building_parts": {
786                 "description": "Building Parts",
787                 "tooltip": "3D Building and Roof Components"
788             },
789             "indoor": {
790                 "description": "Indoor Features",
791                 "tooltip": "Rooms, Corridors, Stairwells, etc."
792             },
793             "landuse": {
794                 "description": "Landuse Features",
795                 "tooltip": "Forests, Farmland, Parks, Residential, Commercial, etc."
796             },
797             "boundaries": {
798                 "description": "Boundaries",
799                 "tooltip": "Administrative Boundaries"
800             },
801             "water": {
802                 "description": "Water Features",
803                 "tooltip": "Rivers, Lakes, Ponds, Basins, etc."
804             },
805             "rail": {
806                 "description": "Rail Features",
807                 "tooltip": "Railways"
808             },
809             "pistes": {
810                 "description": "Pistes",
811                 "tooltip": "Ski Slopes, Sled Runs, Ice Skating Trails, etc."
812             },
813             "aerialways": {
814                 "description": "Aerial Features",
815                 "tooltip": "Chair Lifts, Gondolas, Zip Lines, etc."
816             },
817             "power": {
818                 "description": "Power Features",
819                 "tooltip": "Power Lines, Power Plants, Substations, etc."
820             },
821             "past_future": {
822                 "description": "Past/Future Features",
823                 "tooltip": "Proposed, Construction, Abandoned, Demolished, etc."
824             },
825             "others": {
826                 "description": "Other Features",
827                 "tooltip": "Everything Else"
828             }
829         },
830         "area_fill": {
831             "wireframe": {
832                 "description": "No Fill (Wireframe)",
833                 "tooltip": "Enabling wireframe mode makes it easy to see the background imagery.",
834                 "key": "W"
835             },
836             "partial": {
837                 "description": "Partial Fill",
838                 "tooltip": "Areas are drawn with fill only around their inner edges. (Recommended for beginner mappers)"
839             },
840             "full": {
841                 "description": "Full Fill",
842                 "tooltip": "Areas are drawn fully filled."
843             }
844         },
845         "settings": {
846             "custom_background": {
847                 "tooltip": "Edit custom background",
848                 "header": "Custom Background Settings",
849                 "instructions": "Enter a tile URL template. Valid tokens are:\n   {zoom} or {z}, {x}, {y} for Z/X/Y tile scheme\n   {-y} or {ty} for flipped TMS-style Y coordinates\n   {u} for quadtile scheme\n   {switch:a,b,c} for DNS server multiplexing\n\nExample:\n{example}",
850                 "template": {
851                     "placeholder": "Enter a url template"
852                 }
853             },
854             "custom_data": {
855                 "tooltip": "Edit custom data layer",
856                 "header": "Custom Map Data Settings",
857                 "file": {
858                     "instructions": "Choose a local data file. Supported types are:\n   .gpx, .kml, .geojson, .json",
859                     "label": "Browse files"
860                 },
861                 "or": "Or",
862                 "url": {
863                     "instructions": "Enter a data file URL or vector tile URL template. Valid tokens are:\n   {zoom} or {z}, {x}, {y} for Z/X/Y tile scheme",
864                     "placeholder": "Enter a url"
865                 }
866             }
867         },
868         "restore": {
869             "heading": "You have unsaved changes",
870             "description": "Do you wish to restore unsaved changes from a previous editing session?",
871             "restore": "Restore my changes",
872             "reset": "Discard my changes"
873         },
874         "save": {
875             "title": "Save",
876             "help": "Review your changes and upload them to OpenStreetMap, making them visible to other users.",
877             "no_changes": "No changes to save.",
878             "error": "Errors occurred while trying to save",
879             "status_code": "Server returned status code {code}",
880             "unknown_error_details": "Please ensure you are connected to the internet.",
881             "uploading": "Uploading changes to OpenStreetMap...",
882             "conflict_progress": "Checking for conflicts: {num} of {total}",
883             "unsaved_changes": "You have unsaved changes",
884             "conflict": {
885                 "header": "Resolve conflicting edits",
886                 "count": "Conflict {num} of {total}",
887                 "previous": "< Previous",
888                 "next": "Next >",
889                 "keep_local": "Keep mine",
890                 "keep_remote": "Use theirs",
891                 "restore": "Restore",
892                 "delete": "Leave Deleted",
893                 "download_changes": "Or download osmChange file",
894                 "done": "All conflicts resolved!",
895                 "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"
896             }
897         },
898         "merge_remote_changes": {
899             "conflict": {
900                 "deleted": "This feature has been deleted by {user}.",
901                 "location": "This feature was moved by both you and {user}.",
902                 "nodelist": "Nodes were changed by both you and {user}.",
903                 "memberlist": "Relation members were changed by both you and {user}.",
904                 "tags": "You changed the <b>{tag}</b> tag to \"{local}\" and {user} changed it to \"{remote}\"."
905             }
906         },
907         "success": {
908             "just_edited": "You just edited OpenStreetMap!",
909             "thank_you": "Thank you for improving the map.",
910             "thank_you_location": "Thank you for improving the map around {where}.",
911             "thank_you_where": {
912                 "format": "{place}{separator}{region}",
913                 "separator": ", "
914             },
915             "help_html": "Your changes should appear on OpenStreetMap within a few minutes. It may take longer for maps elsewhere to receive updates.",
916             "help_link_text": "Details",
917             "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",
918             "view_on_osm": "View Changes on OSM",
919             "changeset_id": "Your changeset #: {changeset_id}",
920             "like_osm": "Like OpenStreetMap? Connect with others:",
921             "more": "More",
922             "events": "Events",
923             "languages": "Languages: {languages}",
924             "missing": "Is something missing from this list?",
925             "tell_us": "Tell us!"
926         },
927         "confirm": {
928             "okay": "OK",
929             "cancel": "Cancel"
930         },
931         "splash": {
932             "welcome": "Welcome to the iD OpenStreetMap editor",
933             "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}.",
934             "walkthrough": "Start the Walkthrough",
935             "start": "Edit now"
936         },
937         "source_switch": {
938             "live": "live",
939             "lose_changes": "You have unsaved changes. Switching the map server will discard them. Are you sure you want to switch servers?",
940             "dev": "dev"
941         },
942         "version": {
943             "whats_new": "What's new in iD {version}"
944         },
945         "tag_reference": {
946             "description": "Description",
947             "on_wiki": "{tag} on wiki.osm.org",
948             "used_with": "used with {type}"
949         },
950         "zoom": {
951             "in": "Zoom in",
952             "out": "Zoom out"
953         },
954         "cannot_zoom": "Cannot zoom out further in current mode.",
955         "full_screen": "Toggle Full Screen",
956         "QA": {
957             "improveOSM": {
958                 "title": "ImproveOSM Detection",
959                 "geometry_types": {
960                     "path": "paths",
961                     "parking": "parking",
962                     "road": "roads",
963                     "both": "roads and parking"
964                 },
965                 "directions": {
966                     "east": "east",
967                     "north": "north",
968                     "northeast": "northeast",
969                     "northwest": "northwest",
970                     "south": "south",
971                     "southeast": "southeast",
972                     "southwest": "southwest",
973                     "west": "west"
974                 },
975                 "error_types": {
976                     "ow": {
977                         "title": "Missing One-way",
978                         "description": "Along this section of {highway}, {percentage}% of {num_trips} recorded trips travel from {from_node} to {to_node}. There may be missing a \"oneway\" tag."
979                     },
980                     "mr": {
981                         "title": "Missing Geometry",
982                         "description": "{num_trips} recorded trips in this area suggest there may be unmapped {geometry_type} here.",
983                         "description_alt": "Data from a 3rd party suggests there may be unmapped {geometry_type} here."
984                     },
985                     "tr": {
986                         "title": "Missing Turn Restriction",
987                         "description": "{num_passed} of {num_trips} recorded trips (travelling {travel_direction}) make a turn from {from_way} to {to_way} at {junction}. There may be a missing \"{turn_restriction}\" restriction."
988                     }
989                 }
990             },
991             "keepRight": {
992                 "title": "KeepRight Error",
993                 "detail_title": "Error",
994                 "detail_description": "Description",
995                 "comment": "Comment",
996                 "comment_placeholder": "Enter a comment to share with other users.",
997                 "close": "Close (Error Fixed)",
998                 "ignore": "Ignore (Not an Error)",
999                 "save_comment": "Save Comment",
1000                 "close_comment": "Close and Comment",
1001                 "ignore_comment": "Ignore and Comment",
1002                 "error_parts": {
1003                     "this_node": "this node",
1004                     "this_way": "this way",
1005                     "this_relation": "this relation",
1006                     "this_oneway": "this oneway",
1007                     "this_highway": "this highway",
1008                     "this_railway": "this railway",
1009                     "this_waterway": "this waterway",
1010                     "this_cycleway": "this cycleway",
1011                     "this_cycleway_footpath": "this cycleway/footpath",
1012                     "this_riverbank": "this riverbank",
1013                     "this_crossing": "this crossing",
1014                     "this_railway_crossing": "this railway crossing",
1015                     "this_bridge": "this bridge",
1016                     "this_tunnel": "this tunnel",
1017                     "this_boundary": "this boundary",
1018                     "this_turn_restriction": "this turn restriction",
1019                     "this_roundabout": "this roundabout",
1020                     "this_mini_roundabout": "this mini-roundabout",
1021                     "this_track": "this track",
1022                     "this_feature": "this feature",
1023                     "highway": "highway",
1024                     "railway": "railway",
1025                     "waterway": "waterway",
1026                     "cycleway": "cycleway",
1027                     "cycleway_footpath": "cycleway/footpath",
1028                     "riverbank": "riverbank",
1029                     "place_of_worship": "place of worship",
1030                     "pub": "pub",
1031                     "restaurant": "restaurant",
1032                     "school": "school",
1033                     "university": "university",
1034                     "hospital": "hospital",
1035                     "library": "library",
1036                     "theatre": "theatre",
1037                     "courthouse": "courthouse",
1038                     "bank": "bank",
1039                     "cinema": "cinema",
1040                     "pharmacy": "pharmacy",
1041                     "cafe": "cafe",
1042                     "fast_food": "fast food",
1043                     "fuel": "fuel",
1044                     "from": "from",
1045                     "to": "to",
1046                     "left_hand": "left-hand",
1047                     "right_hand": "right-hand"
1048                 },
1049                 "errorTypes": {
1050                     "20": {
1051                         "title": "Multiple nodes on the same spot",
1052                         "description": "There is more than one node in this spot. Node IDs: {var1}."
1053                     },
1054                     "30": {
1055                         "title": "Non-closed area",
1056                         "description": "{var1} is tagged with \"{var2}\" and should be a closed loop."
1057                     },
1058                     "40": {
1059                         "title": "Impossible oneway",
1060                         "description": "The first node {var1} of {var2} is not connected to any other way."
1061                     },
1062                     "41": {
1063                         "description": "The last node {var1} of {var2} is not connected to any other way."
1064                     },
1065                     "42": {
1066                         "description": "You cannot reach {var1} because all ways leading from it are oneway."
1067                     },
1068                     "43": {
1069                         "description": "You cannot escape from {var1} because all ways leading to it are oneway."
1070                     },
1071                     "50": {
1072                         "title": "Almost junction",
1073                         "description": "{var1} is very close but not connected to way {var2}."
1074                     },
1075                     "60": {
1076                         "title": "Deprecated tag",
1077                         "description": "{var1} uses deprecated tag \"{var2}\". Please use \"{var3}\" instead."
1078                     },
1079                     "70": {
1080                         "title": "Missing tag",
1081                         "description": "{var1} has an empty tag: \"{var2}\"."
1082                     },
1083                     "71": {
1084                         "description": "{var1} has no tags."
1085                     },
1086                     "72": {
1087                         "description": "{var1} is not member of any way and doesn't have any tags."
1088                     },
1089                     "73": {
1090                         "description": "{var1} has a \"{var2}\" tag but no \"highway\" tag."
1091                     },
1092                     "74": {
1093                         "description": "{var1} has an empty tag: \"{var2}\"."
1094                     },
1095                     "75": {
1096                         "description": "{var1} has a name \"{var2}\" but no other tags."
1097                     },
1098                     "90": {
1099                         "title": "Motorway without ref tag",
1100                         "description": "{var1} is tagged as a motorway and therefore needs a \"ref\", \"nat_ref\", or \"int_ref\" tag."
1101                     },
1102                     "100": {
1103                         "title": "Place of worship without religion",
1104                         "description": "{var1} is tagged as a place of worship and therefore needs a religion tag."
1105                     },
1106                     "110": {
1107                         "title": "Point of interest without name",
1108                         "description": "{var1} is tagged as a \"{var2}\" and therefore needs a name tag."
1109                     },
1110                     "120": {
1111                         "title": "Way without nodes",
1112                         "description": "{var1} has just one single node."
1113                     },
1114                     "130": {
1115                         "title": "Disconnected way",
1116                         "description": "{var1} is not connected to the rest of the map."
1117                     },
1118                     "150": {
1119                         "title": "Railway crossing without tag",
1120                         "description": "{var1} of a highway and a railway needs to be tagged as \"railway=crossing\" or \"railway=level_crossing\"."
1121                     },
1122                     "160": {
1123                         "title": "Railway layer conflict",
1124                         "description": "There are ways in different layers (e.g. tunnel or bridge) meeting at {var1}."
1125                     },
1126                     "170": {
1127                         "title": "FIXME tagged item",
1128                         "description": "{var1} has a FIXME tag: {var2}"
1129                     },
1130                     "180": {
1131                         "title": "Relation without type",
1132                         "description": "{var1} is missing a \"type\" tag."
1133                     },
1134                     "190": {
1135                         "title": "Intersection without junction",
1136                         "description": "{var1} intersects the {var2} {var3} but there is no junction node, bridge, or tunnel."
1137                     },
1138                     "200": {
1139                         "title": "Overlapping ways",
1140                         "description": "{var1} overlaps the {var2} {var3}."
1141                     },
1142                     "210": {
1143                         "title": "Self-intersecting way",
1144                         "description": "There is an unspecified issue with self intersecting ways."
1145                     },
1146                     "211": {
1147                         "description": "{var1} contains more than one node multiple times. Nodes are {var2}. This may or may not be an error."
1148                     },
1149                     "212": {
1150                         "description": "{var1} has only two different nodes and contains one of them more than once."
1151                     },
1152                     "220": {
1153                         "title": "Misspelled tag",
1154                         "description": "{var1} is tagged \"{var2}\" where \"{var3}\" looks like \"{var4}\"."
1155                     },
1156                     "221": {
1157                         "description": "{var1} has a suspicious tag \"{var2}\"."
1158                     },
1159                     "230": {
1160                         "title": "Layer conflict",
1161                         "description": "{var1} is a junction of ways on different layers."
1162                     },
1163                     "231": {
1164                         "description": "{var1} is a junction of ways on different layers: {var2}.",
1165                         "layer": "(layer: {layer})"
1166                     },
1167                     "232": {
1168                         "description": "{var1} is tagged with \"layer={var2}\". This need not be an error but it looks strange."
1169                     },
1170                     "270": {
1171                         "title": "Unusual motorway connection",
1172                         "description": "{var1} is a junction of a motorway and a highway other than \"motorway\", \"motorway_link\", \"trunk\", \"rest_area\", or \"construction\". Connection to \"service\" or \"unclassified\" is only valid if it has \"access=no/private\", or it leads to a motorway service area, or if it is a \"service=parking_aisle\"."
1173                     },
1174                     "280": {
1175                         "title": "Boundary issue",
1176                         "description": "There is an unspecified issue with this boundary."
1177                     },
1178                     "281": {
1179                         "title": "Boundary missing name",
1180                         "description": "{var1} has no name."
1181                     },
1182                     "282": {
1183                         "title": "Boundary missing admin level",
1184                         "description": "The boundary of {var1} has no valid numeric admin_level. Please do not mix admin levels (e.g. \"6;7\"). Always tag the lowest admin_level of all boundaries."
1185                     },
1186                     "283": {
1187                         "title": "Boundary not a closed loop",
1188                         "description": "The boundary of {var1} is not a closed loop."
1189                     },
1190                     "284": {
1191                         "title": "Boundary is split",
1192                         "description": "The boundary of {var1} splits here."
1193                     },
1194                     "285": {
1195                         "title": "Boundary admin_level too high",
1196                         "description": "{var1} has \"admin_level={var2}\" but belongs to a relation with lower \"admin_level\" (e.g. higher priority); it should have the lowest \"admin_level\" of all relations."
1197                     },
1198                     "290": {
1199                         "title": "Restriction issue",
1200                         "description": "There is an unspecified issue with this restriction."
1201                     },
1202                     "291": {
1203                         "title": "Restriction missing type",
1204                         "description": "{var1} has an unrecognized restriction type."
1205                     },
1206                     "292": {
1207                         "title": "Restriction missing \"from\" way",
1208                         "description": "{var1} has {var2} \"from\" members, but it should have 1."
1209                     },
1210                     "293": {
1211                         "title": "Restriction missing \"to\" way",
1212                         "description": "{var1} has {var2} \"to\" members, but it should have 1."
1213                     },
1214                     "294": {
1215                         "title": "Restriction \"from\" or \"to\" is not a way",
1216                         "description": "{var1} has \"from\" or \"to\" members which should be ways. {var2}."
1217                     },
1218                     "295": {
1219                         "title": "Restriction \"via\" is not an endpoint",
1220                         "description": "{var1} has a \"via\" (node {var2}) which is not the first or the last member of \"{var3}\" (way {var4})."
1221                     },
1222                     "296": {
1223                         "title": "Unusual restriction angle",
1224                         "description": "{var1} has a restriction type \"{var2}\" but the angle is {var3} degrees. Maybe the restriction type is not appropriate?"
1225                     },
1226                     "297": {
1227                         "title": "Wrong direction of \"to\" way",
1228                         "description": "{var1} does not match the direction of \"to\" way {var2}."
1229                     },
1230                     "298": {
1231                         "title": "Redundant restriction - oneway",
1232                         "description": "{var1} may be redundant. Entry already prohibited by \"oneway\" tag on {var2}."
1233                     },
1234                     "300": {
1235                         "title": "Missing maxspeed",
1236                         "description": "{var1} is missing a \"maxspeed\" tag and is tagged as motorway, trunk, primary, or secondary."
1237                     },
1238                     "310": {
1239                         "title": "Roundabout issue",
1240                         "description": "There is an unspecified issue with this roundabout."
1241                     },
1242                     "311": {
1243                         "title": "Roundabout not closed loop",
1244                         "description": "{var1} is part of a roundabout but is not closed-loop. (Split carriageways approaching a roundabout should not be tagged as roundabout)."
1245                     },
1246                     "312": {
1247                         "title": "Roundabout wrong direction",
1248                         "description": "If {var1} is in a country with {var2} traffic then its orientation goes the wrong way around."
1249                     },
1250                     "313": {
1251                         "title": "Roundabout weakly connected",
1252                         "description": "{var1} has only {var2} other road(s) connected. Roundabouts typically have 3 or more."
1253                     },
1254                     "320": {
1255                         "title": "Improper link connection",
1256                         "description": "{var1} is tagged as \"{var2}\" but doesn't have a connection to any other \"{var3}\" or \"{var4}\"."
1257                     },
1258                     "350": {
1259                         "title": "Improper bridge tag",
1260                         "description": "{var1} doesn't have a tag in common with its surrounding ways that shows the purpose of this bridge. There should be one of these tags: {var2}."
1261                     },
1262                     "360": {
1263                         "title": "Missing local name tag",
1264                         "description": "It would be nice if {var1} had a local name tag \"name:XX={var2}\" where XX shows the language of its common name \"{var2}\"."
1265                     },
1266                     "370": {
1267                         "title": "Doubled places",
1268                         "description": "{var1} has tags in common with the surrounding way {var2} {var3} and seems to be redundant.",
1269                         "including_the_name": "(including the name {name})"
1270                     },
1271                     "380": {
1272                         "title": "Non-physical use of sport tag",
1273                         "description": "{var1} is tagged \"{var2}\" but has no physical tag (e.g. \"leisure\", \"building\", \"amenity\", or \"highway\")."
1274                     },
1275                     "390": {
1276                         "title": "Missing tracktype",
1277                         "description": "{var1} doesn't have a \"tracktype\" tag."
1278                     },
1279                     "400": {
1280                         "title": "Geometry issue",
1281                         "description": "There is an unspecified issue with the geometry here."
1282                     },
1283                     "401": {
1284                         "title": "Missing turn restriction",
1285                         "description": "Ways {var1} and {var2} join in a very sharp angle here and there is no oneway tag or turn restriction that prevents turning."
1286                     },
1287                     "402": {
1288                         "title": "Impossible angle",
1289                         "description": "{var1} bends in a very sharp angle here."
1290                     },
1291                     "410": {
1292                         "title": "Website issue",
1293                         "description": "There is an unspecified issue with a contact website or URL."
1294                     },
1295                     "411": {
1296                         "description": "{var1} may have an outdated URL: {var2} returned HTTP status code {var3}."
1297                     },
1298                     "412": {
1299                         "description": "{var1} may have an outdated URL: {var2} contained suspicious text \"{var3}\"."
1300                     },
1301                     "413": {
1302                         "description": "{var1} may have an outdated URL: {var2} did not contain keywords \"{var3}\"."
1303                     }
1304                 }
1305             }
1306         },
1307         "streetside": {
1308             "tooltip": "Streetside photos from Microsoft",
1309             "title": "Bing Streetside",
1310             "report": "Report a privacy concern with this image",
1311             "view_on_bing": "View on Bing Maps",
1312             "hires": "High resolution"
1313         },
1314         "mapillary_images": {
1315             "tooltip": "Street-level photos from Mapillary"
1316         },
1317         "mapillary": {
1318             "title": "Mapillary",
1319             "signs": {
1320                 "tooltip": "Traffic signs from Mapillary"
1321             },
1322             "view_on_mapillary": "View this image on Mapillary"
1323         },
1324         "openstreetcam_images": {
1325             "tooltip": "Street-level photos from OpenStreetCam"
1326         },
1327         "openstreetcam": {
1328             "title": "OpenStreetCam",
1329             "view_on_openstreetcam": "View this image on OpenStreetCam"
1330         },
1331         "note": {
1332             "note": "Note",
1333             "title": "Edit note",
1334             "anonymous": "anonymous",
1335             "closed": "(Closed)",
1336             "commentTitle": "Comments",
1337             "status": {
1338                 "opened": "opened {when}",
1339                 "reopened": "reopened {when}",
1340                 "commented": "commented {when}",
1341                 "closed": "closed {when}"
1342             },
1343             "newComment": "New Comment",
1344             "inputPlaceholder": "Enter a comment to share with other users.",
1345             "close": "Close Note",
1346             "open": "Reopen Note",
1347             "comment": "Comment",
1348             "close_comment": "Close and Comment",
1349             "open_comment": "Reopen and Comment",
1350             "report": "Report",
1351             "new": "New Note",
1352             "newDescription": "Describe the issue.",
1353             "save": "Save Note",
1354             "login": "You must log in to change or comment on this note.",
1355             "upload_explanation": "Your comments will be publicly visible to all OpenStreetMap users.",
1356             "upload_explanation_with_user": "Your comments as {user} will be publicly visible to all OpenStreetMap users."
1357         },
1358         "help": {
1359             "title": "Help",
1360             "key": "H",
1361             "help": {
1362                 "title": "Help",
1363                 "welcome": "Welcome to the iD editor for [OpenStreetMap](https://www.openstreetmap.org/). With this editor you can update OpenStreetMap right from your web browser.",
1364                 "open_data_h": "Open Data",
1365                 "open_data": "Edits that you make on this map will be visible to everyone who uses OpenStreetMap. Your edits can be based on personal knowledge, on-the-ground surveying, or imagery collected from aerial or street level photos. Copying from commercial sources, like Google Maps, [is strictly forbidden](https://www.openstreetmap.org/copyright).",
1366                 "before_start_h": "Before you start",
1367                 "before_start": "You should be familiar with OpenStreetMap and this editor before you start editing. iD contains a walkthrough to teach you the basics of editing OpenStreetMap. Click \"Start the Walkthrough\" on this screen to take the tutorial - it takes only about 15 minutes.",
1368                 "open_source_h": "Open Source",
1369                 "open_source": "The iD editor is a collaborative open source project, and you are using version {version} now. The source code is available [on GitHub](https://github.com/openstreetmap/iD).",
1370                 "open_source_help": "You can help iD by [translating](https://github.com/openstreetmap/iD/blob/master/CONTRIBUTING.md#translating) or [reporting bugs](https://github.com/openstreetmap/iD/issues)."
1371             },
1372             "overview": {
1373                 "title": "Overview",
1374                 "navigation_h": "Navigation",
1375                 "navigation_drag": "You can drag the map by pressing and holding down the {leftclick} left mouse button and moving the mouse around. You can also use the `↓`, `↑`, `←`, `→` arrow keys on your keyboard.",
1376                 "navigation_zoom": "You can zoom in or out by scrolling with the mouse wheel or trackpad, or by clicking the {plus} / {minus} buttons along the side of the map. You can also use the `+`, `-` keys on your keyboard.",
1377                 "features_h": "Map Features",
1378                 "features": "We use the word *features* to describe things that appear on the map, such as roads, buildings, or points of interest. Anything in the real world can be mapped as a feature on OpenStreetMap. Map features are represented on the map using *points*, *lines*, or *areas*.",
1379                 "nodes_ways": "In OpenStreetMap, points are sometimes called *nodes*, and lines and areas are sometimes called *ways*."
1380             },
1381             "editing": {
1382                 "title": "Editing & Saving",
1383                 "select_h": "Select",
1384                 "select_left_click": "{leftclick} Left-click on a feature to select it. This will highlight it with a pulsing glow, and the sidebar will display details about that feature, such as its name or address.",
1385                 "select_right_click": "{rightclick} Right-click on a feature to display the editing menu, which shows the commands that are available, such as rotating, moving, and deleting.",
1386                 "multiselect_h": "Multiselect",
1387                 "multiselect_shift_click": "`{shift}`+{leftclick} left-click to select several features together.  This makes it easier to move or delete multiple items.",
1388                 "multiselect_lasso": "Another way to select multiple features is to hold down the `{shift}` key, then press and hold down the {leftclick} left mouse button and drag the mouse to draw a selection lasso. All of the points inside the lasso area will be selected.",
1389                 "undo_redo_h": "Undo & Redo",
1390                 "undo_redo": "Your edits are stored locally in your browser until you choose to save them to the OpenStreetMap server. You can undo edits by clicking the {undo} **Undo** button, and redo them by clicking the {redo} **Redo** button.",
1391                 "save_h": "Save",
1392                 "save": "Click {save} **Save** to finish your edits and send them to OpenStreetMap. You should remember to save your work frequently!",
1393                 "save_validation": "On the save screen, you'll have a chance to review what you've done. iD will also perform some basic checks for missing data and may offer helpful suggestions and warnings if something doesn't seem right.",
1394                 "upload_h": "Upload",
1395                 "upload": "Before uploading your changes you must enter a [changeset comment](https://wiki.openstreetmap.org/wiki/Good_changeset_comments). Then click **Upload** to send your changes to OpenStreetMap, where they will be merged into the map and publicly visible to everyone.",
1396                 "backups_h": "Automatic Backups",
1397                 "backups": "If you can't finish your edits in one sitting, for example if your computer crashes or you close the browser tab, your edits are still saved in your browser's storage. You can come back later (on the same browser and computer), and iD will offer to restore your work.",
1398                 "keyboard_h": "Keyboard Shortcuts",
1399                 "keyboard": "You can view a list of keyboard shortcuts by pressing the `?` key."
1400             },
1401             "feature_editor": {
1402                 "title": "Feature Editor",
1403                 "intro": "The *feature editor* appears alongside the map, and allows you to see and edit all of the information for the selected feature.",
1404                 "definitions": "The top section displays the feature's type. The middle section contains *fields* showing the feature's attributes, such as its name or address.",
1405                 "type_h": "Feature Type",
1406                 "type": "You can click on the feature type to change the feature to a different type. Everything that exists in the real world can be added to OpenStreetMap, so there are thousands of feature types to choose from.",
1407                 "type_picker": "The type picker displays the most common feature types, such as parks, hospitals, restaurants, roads, and buildings. You can search for anything by typing what you're looking for in the search box. You can also click the {inspect} **Info** icon next to the feature type to learn more about it.",
1408                 "fields_h": "Fields",
1409                 "fields_all_fields": "The \"All fields\" section contains all of the feature's details that you may edit. In OpenStreetMap, all of the fields are optional, and it's OK to leave a field blank if you are unsure.",
1410                 "fields_example": "Each feature type will display different fields. For example, a road may display fields for its surface and speed limit, but a restaurant may display fields for the type of food it serves and the hours it is open.",
1411                 "fields_add_field": "You can also click the \"Add field\" dropdown to add more fields, such as a description, Wikipedia link, wheelchair access, and more.",
1412                 "tags_h": "Tags",
1413                 "tags_all_tags": "Below the fields section, you can expand the \"All tags\" section to edit any of the OpenStreetMap *tags* for the selected feature. Each tag consists of a *key* and *value*, data elements that define all of the features stored in OpenStreetMap.",
1414                 "tags_resources": "Editing a feature's tags requires intermediate knowledge about OpenStreetMap. You should consult resources like the [OpenStreetMap Wiki](https://wiki.openstreetmap.org/wiki/Main_Page) or [Taginfo](https://taginfo.openstreetmap.org/) to learn more about accepted OpenStreetMap tagging practices."
1415             },
1416             "points": {
1417                 "title": "Points",
1418                 "intro": "*Points* can be used to represent features such as shops, restaurants, and monuments. They mark a specific location, and describe what's there.",
1419                 "add_point_h": "Adding Points",
1420                 "add_point": "To add a point, click the {point} **Point** button on the toolbar above the map, or press the shortcut key `1`. This will change the mouse cursor to a cross symbol.",
1421                 "add_point_finish": "To place the new point on the map, position the mouse cursor where the point should go, then {leftclick} left-click or press `Space`.",
1422                 "move_point_h": "Moving Points",
1423                 "move_point": "To move a point, place the mouse cursor over the point, then press and hold the {leftclick} left mouse button while dragging the point to its new location.",
1424                 "delete_point_h": "Deleting Points",
1425                 "delete_point": "It's OK to delete features that don't exist in the real world. Deleting a feature from OpenStreetMap removes it from the map that everyone uses, so you should make sure a feature is really gone before you delete it.",
1426                 "delete_point_command": "To delete a point, {rightclick} right-click on the point to select it and show the edit menu, then use the {delete} **Delete** command."
1427             },
1428             "lines": {
1429                 "title": "Lines",
1430                 "intro": "*Lines* are used to represent features such as roads, railroads, and rivers. Lines should be drawn down the center of the feature that they represent.",
1431                 "add_line_h": "Adding Lines",
1432                 "add_line": "To add a line, click the {line} **Line** button on the toolbar above the map, or press the shortcut key `2`. This will change the mouse cursor to a cross symbol.",
1433                 "add_line_draw": "Next, position the mouse cursor where the line should begin and {leftclick} left-click or press `Space` to begin placing nodes along the line. Continue placing more nodes by clicking or pressing `Space`. While drawing, you can zoom in or drag the map in order to add more detail.",
1434                 "add_line_finish": "To finish a line, press `{return}` or click again on the last node.",
1435                 "modify_line_h": "Modifying Lines",
1436                 "modify_line_dragnode": "Often you'll see lines that aren't shaped correctly, for example a road that does not match up with the background imagery. To adjust the shape of a line, first {leftclick} left-click to select it. All nodes of the line will be drawn as small circles. You can then drag the nodes to better locations.",
1437                 "modify_line_addnode": "You can also create new nodes along a line either by {leftclick}**x2** double-clicking on the line or by dragging the small triangles at the midpoints between nodes.",
1438                 "connect_line_h": "Connecting Lines",
1439                 "connect_line": "Having roads connected properly is important for the map and essential for providing driving directions.",
1440                 "connect_line_display": "The connections between roads are drawn with gray circles. The endpoints of a line are drawn with larger white circles if they don't connect to anything.",
1441                 "connect_line_drag": "To connect a line to another feature, drag one of the line's nodes onto the other feature until both features snap together. Tip: You can hold down the `{alt}` key to prevent nodes from connecting to other features.",
1442                 "connect_line_tag": "If you know that the connection has traffic lights or crosswalks, you can add them by selecting the connecting node and using the feature editor to select the correct feature's type.",
1443                 "disconnect_line_h": "Disconnecting Lines",
1444                 "disconnect_line_command": "To disconnect a road from another feature, {rightclick} right-click the connecting node and select the {disconnect} **Disconnect** command from the editing menu.",
1445                 "move_line_h": "Moving Lines",
1446                 "move_line_command": "To move an entire line, {rightclick} right-click the line and select the {move} **Move** command from the editing menu. Then move the mouse, and {leftclick} left-click to place the line in a new location.",
1447                 "move_line_connected": "Lines that are connected to other features will stay connected as you move the line to a new location. iD may prevent you from moving a line across another connected line.",
1448                 "delete_line_h": "Deleting Lines",
1449                 "delete_line": "If a line is entirely incorrect, for example a road that doesn't exist in the real world, it's OK to delete it. Be careful when deleting features: the background imagery you are using might be outdated, and a road that looks wrong could simply be newly built.",
1450                 "delete_line_command": "To delete a line, {rightclick} right-click on the line to select it and show the edit menu, then use the {delete} **Delete** command."
1451             },
1452             "areas": {
1453                 "title": "Areas",
1454                 "intro": "*Areas* are used to show the boundaries of features like lakes, buildings, and residential areas. Areas should be traced around the edge of the feature that they represent, for example, around the base of a building.",
1455                 "point_or_area_h": "Points or Areas?",
1456                 "point_or_area": "Many features can be represented as points or areas. You should map buildings and property outlines as areas whenever possible. Place points inside a building area to represent businesses, amenities, and other features located inside the building.",
1457                 "add_area_h": "Adding Areas",
1458                 "add_area_command": "To add an area, click the {area} **Area** button on the toolbar above the map, or press the shortcut key `3`. This will change the mouse cursor to a cross symbol.",
1459                 "add_area_draw": "Next, position the mouse cursor at one of the corners of the feature and {leftclick} left-click or press `Space` to begin placing nodes around the outer edge of the area. Continue placing more nodes by clicking or pressing `Space`. While drawing, you can zoom in or drag the map in order to add more detail.",
1460                 "add_area_finish": "To finish an area, press `{return}` or click again on either the first or last node.",
1461                 "square_area_h": "Square Corners",
1462                 "square_area_command": "Many area features like buildings have square corners. To square the corners of an area, {rightclick} right-click the edge of the area and select the {orthogonalize} **Square** command from the editing menu.",
1463                 "modify_area_h": "Modifying Areas",
1464                 "modify_area_dragnode": "Often you'll see areas that aren't shaped correctly, for example a building that does not match up with the background imagery. To adjust the shape of an area, first {leftclick} left-click to select it. All nodes of the area will be drawn as small circles. You can then drag the nodes to better locations.",
1465                 "modify_area_addnode": "You can also create new nodes along an area either by {leftclick}**x2** double-clicking on the edge of the area or by dragging the small triangles at the midpoints between nodes.",
1466                 "delete_area_h": "Deleting Areas",
1467                 "delete_area": "If an area is entirely incorrect, for example a building that doesn't exist in the real world, it's OK to delete it. Be cautious when deleting features - the background imagery you are using might be outdated, and a building that looks wrong could simply be newly built.",
1468                 "delete_area_command": "To delete an area, {rightclick} right-click on the area to select it and show the edit menu, then use the {delete} **Delete** command."
1469             },
1470             "relations": {
1471                 "title": "Relations",
1472                 "intro": "A *relation* is a special type of feature in OpenStreetMap that groups together other features. The features that belong to a relation are called *members*, and each member can have a *role* in the relation.",
1473                 "edit_relation_h": "Editing Relations",
1474                 "edit_relation": "At the bottom of the feature editor, you can expand the \"All relations\" section to see if the selected feature is a member of any relations. You can then click on the relation to select and edit it.",
1475                 "edit_relation_add": "To add a feature to a relation, select the feature, then click the {plus} add button in the \"All relations\" section of the feature editor. You can choose from a list of nearby relations, or choose the \"New relation...\" option.",
1476                 "edit_relation_delete": "You can also click the {delete} **Delete** button to remove the selected feature from the relation. If you remove all of the members from a relation, the relation will be deleted automatically.",
1477                 "maintain_relation_h": "Maintaining Relations",
1478                 "maintain_relation": "For the most part, iD will maintain relations automatically as you edit. You should take care when replacing features that might be members of relations. For example if you delete a section of road and draw a new section of road to replace it, you should add the new section to the same relations (routes, turn restrictions, etc.) as the original.",
1479                 "relation_types_h": "Relation Types",
1480                 "multipolygon_h": "Multipolygons",
1481                 "multipolygon": "A *multipolygon* relation is a group of one or more *outer* features and one or more inner features. The outer features define the outer edges of the multipolygon, and the inner features define sub-areas or holes cut out from the inside of the multipolygon.",
1482                 "multipolygon_create": "To create a multipolygon, for example a building with a hole in it, draw the outer edge as an area and the inner edge as a line or different kind of area. Then `{shift}`+{leftclick} left-click to select both features, {rightclick} right-click to show the edit menu, and select the {merge} **Merge** command.",
1483                 "multipolygon_merge": "Merging several lines or areas will create a new multipolygon relation with all selected areas as members. iD will choose the inner and outer roles automatically, based on which features are contained inside other features.",
1484                 "turn_restriction_h": "Turn restrictions",
1485                 "turn_restriction": "A *turn restriction* relation is a group of several road segments in an intersection. Turn restrictions consist of a *from* road, *via* node or roads, and a *to* road.",
1486                 "turn_restriction_field": "To edit turn restrictions, select a junction node where two or more roads meet. The feature editor will display a special \"Turn Restrictions\" field containing a model of the intersection.",
1487                 "turn_restriction_editing": "In the \"Turn Restrictions\" field, click to select a \"from\" road, and see whether turns are allowed or restricted to any of the \"to\" roads. You can click on the turn icons to toggle them between allowed and restricted. iD will create relations automatically and set the from, via, and to roles based on your choices.",
1488                 "route_h": "Routes",
1489                 "route": "A *route* relation is a group of one or more line features that together form a route network, like a bus route, train route, or highway route.",
1490                 "route_add": "To add a feature to a route relation, select the feature and scroll down to the \"All relations\" section of the feature editor, then click the {plus} add button to add this feature to a nearby existing relation or a new relation.",
1491                 "boundary_h": "Boundaries",
1492                 "boundary": "A *boundary* relation is a group of one or more line features that together form an administrative boundary.",
1493                 "boundary_add": "To add a feature to a boundary relation, select the feature and scroll down to the \"All relations\" section of the feature editor, then click the {plus} add button to add this feature to a nearby existing relation or a new relation."
1494             },
1495             "notes": {
1496                 "title": "Notes",
1497                 "intro": "*Notes* are used to alert other users that a feature requires fixing or attention. Notes mark a specific location on the map. To view existing notes or add new ones, click the {data} **Map data** panel to enable the OpenStreetMap notes layer.",
1498                 "add_note_h": "Adding Notes",
1499                 "add_note": "To add a new note, click the {note} **Note** button on the toolbar above the map, or press the shortcut key `4`. This will change the mouse cursor to a cross symbol. To place the new note on the map, position the mouse cursor where the note should go, then {leftclick} left-click or press `Space`.",
1500                 "move_note": "Only new notes can be moved. To move a note, place the mouse cursor over the new note, then press and hold the {leftclick} left mouse button while dragging the note to its new location.",
1501                 "update_note_h": "Closing, Reopening, and Commenting",
1502                 "update_note": "An existing note can be updated by closing it, reopening it, or adding a comment to it. Closing a note indicates that the problem has been resolved. Reopening a note indicates that the original issue is not resolved.",
1503                 "save_note_h": "Saving Notes",
1504                 "save_note": "You must save any note edits individually by clicking the buttons below the note comments. Note edits are **not** included in changesets that you upload to OpenStreetMap."
1505             },
1506             "imagery": {
1507                 "title": "Background Imagery",
1508                 "intro": "The background imagery that appears beneath the map data is an important resource for mapping. This imagery can be aerial photos collected from satellites, airplanes, and drones, or it can be scanned historical maps or other freely available source data.",
1509                 "sources_h": "Imagery Sources",
1510                 "choosing": "To see which imagery sources are available for editing, click the {layers} **Background settings** button on the side of the map.",
1511                 "sources": "By default, a [Bing Maps](https://www.bing.com/maps/) satellite layer is chosen as the background image. Depending on where you are editing, other imagery sources will be available. Some may be newer or have higher resolution, so it is always useful to check and see which layer is the best one to use as a mapping reference.",
1512                 "offsets_h": "Adjusting Imagery Offset",
1513                 "offset": "Imagery is sometimes offset slightly from accurate map data. If you see a lot of roads or buildings shifted from the background imagery, it may be the imagery that's incorrect, so don't move them all to match the background. Instead, you can adjust the background so that it matches the existing data by expanding the \"Adjust Imagery Offset\" section at the bottom of the Background Settings pane.",
1514                 "offset_change": "Click on the small triangles to adjust the imagery offset in small steps, or hold the {leftclick} left mouse button and drag within the gray square to slide the imagery into alignment."
1515             },
1516             "streetlevel": {
1517                 "title": "Street Level Photos",
1518                 "intro": "Street level photos are useful for mapping traffic signs, businesses, and other details that you can't see from satellite and aerial images. The iD editor supports street level photos from [Bing Streetside](https://www.microsoft.com/en-us/maps/streetside), [Mapillary](https://www.mapillary.com), and [OpenStreetCam](https://www.openstreetcam.org).",
1519                 "using_h": "Using Street Level Photos",
1520                 "using": "To use street level photos for mapping, click the {data} **Map data** panel on the side of the map to enable or disable the available photo layers.",
1521                 "photos": "When enabled, the photo layer displays a line along the sequence of photos. At higher zoom levels, a circle marks at each photo location, and at even higher zoom levels, a cone indicates the direction the camera was facing when the photo was taken.",
1522                 "viewer": "When you click on one of the photo locations, a photo viewer appears in the bottom corner of the map. The photo viewer contains controls to step forward and backward in the image sequence. It also shows the username of the person who captured the image, the date it was captured, and a link to view the image on the original site."
1523             },
1524             "gps": {
1525                 "title": "GPS Traces",
1526                 "intro": "Collected GPS traces are a valuable source of data for OpenStreetMap. This editor supports *.gpx*, *.geojson*, and *.kml* files on your local computer. You can collect GPS traces with a smartphone, sports watch, or other GPS device.",
1527                 "survey": "For information on how to perform a GPS survey, read [Mapping with a smartphone, GPS, or paper](http://learnosm.org/en/mobile-mapping/).",
1528                 "using_h": "Using GPS Traces",
1529                 "using": "To use a GPS trace for mapping, drag and drop the data file onto the map editor. If it's recognized, it will be drawn on the map as a bright purple line. Click the {data} **Map data** panel on the side of the map to enable, disable, or zoom to your GPS data.",
1530                 "tracing": "The GPS track isn't sent to OpenStreetMap - the best way to use it is to draw on the map, using it as a guide for the new features that you add.",
1531                 "upload": "You can also [upload your GPS data to OpenStreetMap](https://www.openstreetmap.org/trace/create) for other users to use."
1532             },
1533             "qa": {
1534                 "title": "Quality Assurance",
1535                 "intro": "*Quality Assurance* (Q/A) tools can find improper tags, disconnected roads, and other issues with OpenStreetMap, which mappers can then fix. To view existing Q/A issues, click the {data} **Map data** panel to enable a specific Q/A layer.",
1536                 "tools_h": "Tools",
1537                 "tools": "The following tools are currently supported: [KeepRight](https://www.keepright.at/) and [ImproveOSM](https://improveosm.org/en/). Expect iD to support [Osmose](https://osmose.openstreetmap.fr/) and more Q/A tools in the future.",
1538                 "issues_h": "Handling Issues",
1539                 "issues": "Handling Q/A issues is similar to handling notes. Click on a marker to view the issue details in the sidebar. Each tool has its own capabilities, but generally you can comment and/or close an issue."
1540             },
1541             "field": {
1542                 "restrictions": {
1543                     "title": "Turn Restrictions Help",
1544                     "about": {
1545                         "title": "About",
1546                         "about": "This field allows you to inspect and modify turn restrictions. It displays a model of the selected intersection including other nearby connected roads.",
1547                         "from_via_to": "A turn restriction always contains: one **FROM way**, one **TO way**, and either one **VIA node** or one or more **VIA ways**.",
1548                         "maxdist": "The \"{distField}\" slider controls how far to search for additional connected roads.",
1549                         "maxvia": "The \"{viaField}\" slider adjusts how many via ways may be included in the search. (Tip: simple is better)"
1550                     },
1551                     "inspecting": {
1552                         "title": "Inspecting",
1553                         "about": "Hover over any **FROM** segment to see whether it has any turn restrictions. Each possible **TO** destination will be drawn with a colored shadow showing whether a restriction exists.",
1554                         "from_shadow": "{fromShadow} **FROM segment**",
1555                         "allow_shadow": "{allowShadow} **TO Allowed**",
1556                         "restrict_shadow": "{restrictShadow} **TO Restricted**",
1557                         "only_shadow": "{onlyShadow} **TO Only**",
1558                         "restricted": "\"Restricted\" means that there is a turn restriction, for example \"No Left Turn\".",
1559                         "only": "\"Only\" means that a vehicle taking that path may only make that choice, for example \"Only Straight On\"."
1560                     },
1561                     "modifying": {
1562                         "title": "Modifying",
1563                         "about": "To modify turn restrictions, first click on any starting **FROM** segment to select it. The selected segment will pulse, and all possible **TO** destinations will appear as turn symbols.",
1564                         "indicators": "Then, click on a turn symbol to toggle it between \"Allowed\", \"Restricted\", and \"Only\".",
1565                         "allow_turn": "{allowTurn} **TO Allowed**",
1566                         "restrict_turn": "{restrictTurn} **TO Restricted**",
1567                         "only_turn": "{onlyTurn} **TO Only**"
1568                     },
1569                     "tips": {
1570                         "title": "Tips",
1571                         "simple": "**Prefer simple restrictions over complex ones.**",
1572                         "simple_example": "For example, avoid creating a via-way restriction if a simpler via-node turn restriction will do.",
1573                         "indirect": "**Some restrictions display the text \"(indirect)\" and are drawn lighter.**",
1574                         "indirect_example": "These restrictions exist because of another nearby restriction. For example, an \"Only Straight On\" restriction will indirectly create \"No Turn\" restrictions for all other paths through the intersection.",
1575                         "indirect_noedit": "You may not edit indirect restrictions. Instead, edit the nearby direct restriction."
1576                     }
1577                 }
1578             }
1579         },
1580         "issues": {
1581             "title": "Issues",
1582             "key": "I",
1583             "list_title": "Issues ({count})",
1584             "errors": {
1585                 "list_title": "Errors ({count})"
1586             },
1587             "warnings": {
1588                 "list_title": "Warnings ({count})"
1589             },
1590             "rules": {
1591                 "title": "Rules"
1592             },
1593             "no_issues": {
1594                 "message": {
1595                     "everything": "Everything looks fine",
1596                     "everything_in_view": "Everything in view looks fine",
1597                     "edits": "Your edits look fine",
1598                     "edits_in_view": "Your edits in view look fine"
1599                 },
1600                 "hidden_issues": {
1601                     "none": "Detected issues will appear here",
1602                     "elsewhere": "Issues elsewhere: {count}",
1603                     "other_features": "Issues with other features: {count}",
1604                     "other_features_elsewhere": "Issues elsewhere with other features: {count}",
1605                     "disabled_rules": "Issues with disabled rules: {count}",
1606                     "disabled_rules_elsewhere": "Issues elsewhere with disabled rules: {count}",
1607                     "ignored_issues": "Ignored issues: {count}",
1608                     "ignored_issues_elsewhere": "Ignored issues elsewhere: {count}"
1609                 }
1610             },
1611             "options": {
1612                 "what": {
1613                     "title": "Check:",
1614                     "edited": "My Edits",
1615                     "all": "Everything"
1616                 },
1617                 "where": {
1618                     "title": "Where:",
1619                     "visible": "In View",
1620                     "all": "Everywhere"
1621                 }
1622             },
1623             "suggested": "Suggested updates:",
1624             "enable_all": "Enable All",
1625             "disable_all": "Disable All",
1626             "reset_ignored": "Reset Ignored ({count})",
1627             "fix_one": {
1628                 "title": "fix"
1629             },
1630             "fix_all": {
1631                 "title": "Fix All",
1632                 "annotation": "Fixed several validation issues."
1633             },
1634             "almost_junction": {
1635                 "title": "Almost Junctions",
1636                 "message": "{feature} is very close but not connected to {feature2}",
1637                 "tip": "Find features that should possibly be connected to other nearby features",
1638                 "self": {
1639                     "message": "{feature} ends very close to itself but does not reconnect"
1640                 },
1641                 "highway-highway": {
1642                     "reference": "Intersecting highways should share a junction vertex."
1643                 }
1644             },
1645             "close_nodes": {
1646                 "title": "Very Close Points",
1647                 "tip": "Find redundant and crowded points",
1648                 "message": "Two points in {way} are very close together",
1649                 "reference": "Redundant points in a way should be merged or moved apart.",
1650                 "detached": {
1651                     "message": "{feature} is too close to {feature2}",
1652                     "reference": "Separate points should not share a location."
1653                 }
1654             },
1655             "crossing_ways": {
1656                 "title": "Crossings Ways",
1657                 "message": "{feature} crosses {feature2}",
1658                 "tip": "Find features that incorrectly cross over one another",
1659                 "building-building": {
1660                     "reference": "Buildings should not intersect except on different layers."
1661                 },
1662                 "building-highway": {
1663                     "reference": "Highways crossing buildings should use bridges, tunnels, coverings, or entrances."
1664                 },
1665                 "building-railway": {
1666                     "reference": "Railways crossing buildings should use bridges or tunnels."
1667                 },
1668                 "building-waterway": {
1669                     "reference": "Waterways crossing buildings should use tunnels or different layers."
1670                 },
1671                 "highway-highway": {
1672                     "reference": "Crossing highways should use bridges, tunnels, or intersections."
1673                 },
1674                 "highway-railway": {
1675                     "reference": "Highways crossing railways should use bridges, tunnels, or level crossings."
1676                 },
1677                 "highway-waterway": {
1678                     "reference": "Highways crossing waterways should use bridges, tunnels, or fords."
1679                 },
1680                 "railway-railway": {
1681                     "reference": "Crossing railways should be connected or use bridges or tunnels."
1682                 },
1683                 "railway-waterway": {
1684                     "reference": "Railways crossing waterways should use bridges or tunnels."
1685                 },
1686                 "waterway-waterway": {
1687                     "reference": "Crossing waterways should be connected or use tunnels."
1688                 },
1689                 "tunnel-tunnel": {
1690                     "reference": "Crossing tunnels should use different layers."
1691                 },
1692                 "tunnel-tunnel_connectable": {
1693                     "reference": "Crossing tunnels should be connected or use different layers."
1694                 },
1695                 "bridge-bridge": {
1696                     "reference": "Crossing bridges should use different layers."
1697                 },
1698                 "bridge-bridge_connectable": {
1699                     "reference": "Crossing bridges should be connected or use different layers."
1700                 },
1701                 "indoor-indoor": {
1702                     "reference": "Crossing indoor features should use different levels."
1703                 },
1704                 "indoor-indoor_connectable": {
1705                     "reference": "Crossing indoor features should be connected or use different levels."
1706                 }
1707             },
1708             "disconnected_way": {
1709                 "title": "Disconnected Ways",
1710                 "tip": "Find unroutable roads, paths, and ferry routes",
1711                 "routable": {
1712                     "message": {
1713                         "multiple": "{count} routable features are connected only to each other."
1714                     },
1715                     "reference": "All roads, paths, and ferry routes should connect to form a single routing network."
1716                 },
1717                 "highway": {
1718                     "message": "{highway} is disconnected from other roads and paths"
1719                 }
1720             },
1721             "fixme_tag": {
1722                 "title": "\"Fix Me\" Requests",
1723                 "message": "{feature} has a \"Fix Me\" request",
1724                 "tip": "Find features with \"fixme\" tags",
1725                 "reference": "A \"fixme\" tag indicates that a mapper has requested help with a feature."
1726             },
1727             "generic_name": {
1728                 "title": "Suspicious Names",
1729                 "message": "{feature} has the suspicious name \"{name}\"",
1730                 "tip": "Find features with generic or suspicious names",
1731                 "reference": "Names should be the actual, on-the-ground names of features."
1732             },
1733             "incompatible_source": {
1734                 "title": "Suspicious Sources",
1735                 "tip": "Find features with suspicious source tags",
1736                 "google": {
1737                     "feature": {
1738                         "message": "{feature} lists Google as a data source"
1739                     },
1740                     "reference": "Google products are proprietary and must not be used as references."
1741                 }
1742             },
1743             "invalid_format": {
1744                 "title": "Invalid Formatting",
1745                 "tip": "Find tags with unexpected formats",
1746                 "email": {
1747                     "message": "{feature} has an invalid email address.",
1748                     "message_multi": "{feature} has multiple invalid email addresses.",
1749                     "reference": "Email addresses must look like \"user@example.com\"."
1750                 },
1751                 "website": {
1752                     "message": "{feature} has an invalid website.",
1753                     "message_multi": "{feature} has multiple invalid websites.",
1754                     "reference": "Websites should start with \"http\" or \"https\"."
1755                 }
1756             },
1757             "missing_role": {
1758                 "title": "Missing Roles",
1759                 "message": "{member} has no role within {relation}",
1760                 "tip": "Find relations with missing or incorrect member roles",
1761                 "multipolygon": {
1762                     "reference": "Multipolygon members must have an inner or outer role."
1763                 }
1764             },
1765             "missing_tag": {
1766                 "title": "Missing Tags",
1767                 "tip": "Find features that are missing descriptive tags",
1768                 "reference": "Features must have tags that define what they are.",
1769                 "any": {
1770                     "message": "{feature} has no tags"
1771                 },
1772                 "descriptive": {
1773                     "message": "{feature} has no descriptive tags"
1774                 },
1775                 "relation_type": {
1776                     "message": "{feature} is a relation without a type"
1777                 }
1778             },
1779             "old_multipolygon": {
1780                 "message": "{multipolygon} has misplaced tags",
1781                 "reference": "Multipolygons should be tagged on their relation, not their outer way."
1782             },
1783             "outdated_tags": {
1784                 "title": "Outdated Tags",
1785                 "message": "{feature} has outdated tags",
1786                 "tip": "Find features with deprecated tags that can be updated",
1787                 "reference": "Some tags change over time and should be updated.",
1788                 "incomplete": {
1789                     "message": "{feature} has incomplete tags",
1790                     "reference": "Some features should have additional tags."
1791                 },
1792                 "noncanonical_brand": {
1793                     "message": "{feature} looks like a brand with nonstandard tags",
1794                     "reference": "All features of the same brand should be tagged the same way."
1795                 }
1796             },
1797             "private_data": {
1798                 "title": "Private Information",
1799                 "tip": "Find features that may contain private information",
1800                 "reference": "Sensitive data like personal phone numbers should not be tagged.",
1801                 "contact": {
1802                     "message": "{feature} might be tagged with private contact information"
1803                 }
1804             },
1805             "tag_suggests_area": {
1806                 "title": "Lines Tagged as Areas",
1807                 "message": "{feature} should be a closed area based on the tag \"{tag}\"",
1808                 "tip": "Find features that are tagged as lines and should possibly be tagged as areas",
1809                 "reference": "Areas must have connected endpoints."
1810             },
1811             "unknown_road": {
1812                 "message": "{feature} has no classification",
1813                 "reference": "Roads without a specific type may not appear in maps or routing."
1814             },
1815             "impossible_oneway": {
1816                 "title": "Impossible One-Ways",
1817                 "tip": "Find route issues with one-way features",
1818                 "waterway": {
1819                     "connected": {
1820                         "start": {
1821                             "message": "{feature} flows away from a connected waterway"
1822                         },
1823                         "end": {
1824                             "message": "{feature} flows against a connected waterway"
1825                         },
1826                         "reference": "Waterway segments should all flow in the same direction."
1827                     }
1828                 },
1829                 "highway": {
1830                     "start": {
1831                         "message": "{feature} is unreachable",
1832                         "reference": "One-way roads must be accessible via other roads."
1833                     },
1834                     "end": {
1835                         "message": "{feature} has no outlet",
1836                         "reference": "One-way roads must lead to other roads."
1837                     }
1838                 }
1839             },
1840             "unsquare_way": {
1841                 "title": "Unsquare Corners (up to {val}°)",
1842                 "message": "{feature} has unsquare corners",
1843                 "tip": "Find features with unsquare corners that can be drawn better",
1844                 "buildings": {
1845                     "reference": "Buildings with unsquare corners can often be drawn more accurately."
1846                 }
1847             },
1848             "fix": {
1849                 "connect_almost_junction": {
1850                     "annotation": "Connected very close features."
1851                 },
1852                 "connect_crossing_features": {
1853                     "annotation": "Connected crossing features."
1854                 },
1855                 "connect_endpoints": {
1856                     "title": "Connect the ends",
1857                     "annotation": "Connected the endpoints of a way."
1858                 },
1859                 "connect_feature": {
1860                     "title": "Connect this feature"
1861                 },
1862                 "connect_features": {
1863                     "title": "Connect the features"
1864                 },
1865                 "continue_from_start": {
1866                     "title": "Continue drawing from start"
1867                 },
1868                 "continue_from_end": {
1869                     "title": "Continue drawing from end"
1870                 },
1871                 "delete_feature": {
1872                     "title": "Delete this feature"
1873                 },
1874                 "ignore_issue": {
1875                     "title": "Ignore this issue"
1876                 },
1877                 "merge_close_vertices": {
1878                     "annotation": "Merged very close points in a way."
1879                 },
1880                 "merge_points": {
1881                     "title": "Merge these points"
1882                 },
1883                 "move_points_apart": {
1884                     "title": "Move these points apart"
1885                 },
1886                 "move_tags": {
1887                     "title": "Move the tags",
1888                     "annotation": "Moved tags."
1889                 },
1890                 "remove_from_relation": {
1891                     "title": "Remove from relation"
1892                 },
1893                 "remove_generic_name": {
1894                     "title": "Remove the name",
1895                     "annotation": "Removed a generic name."
1896                 },
1897                 "remove_private_info": {
1898                     "annotation": "Removed private information."
1899                 },
1900                 "remove_proprietary_data": {
1901                     "title": "Remove any proprietary data"
1902                 },
1903                 "remove_tag": {
1904                     "title": "Remove the tag",
1905                     "annotation": "Removed tag."
1906                 },
1907                 "remove_tags": {
1908                     "title": "Remove the tags"
1909                 },
1910                 "reposition_features": {
1911                     "title": "Reposition the features"
1912                 },
1913                 "reverse_feature": {
1914                     "title": "Reverse this feature"
1915                 },
1916                 "select_preset": {
1917                     "title": "Select a feature type"
1918                 },
1919                 "select_road_type": {
1920                     "title": "Select a road type"
1921                 },
1922                 "set_as_inner": {
1923                     "title": "Set as inner"
1924                 },
1925                 "set_as_outer": {
1926                     "title": "Set as outer"
1927                 },
1928                 "square_feature": {
1929                     "title": "Square this feature"
1930                 },
1931                 "tag_as_disconnected": {
1932                     "title": "Tag as disconnected",
1933                     "annotation": "Tagged very close features as disconnected."
1934                 },
1935                 "tag_as_unsquare": {
1936                     "title": "Tag as physically unsquare",
1937                     "annotation": "Tagged a way as having unsquare corners."
1938                 },
1939                 "tag_this_as_higher": {
1940                     "title": "Tag this as higher"
1941                 },
1942                 "tag_this_as_lower": {
1943                     "title": "Tag this as lower"
1944                 },
1945                 "upgrade_tags": {
1946                     "title": "Upgrade the tags",
1947                     "annotation": "Upgraded old tags."
1948                 },
1949                 "use_bridge_or_tunnel": {
1950                     "title": "Use a bridge or tunnel"
1951                 },
1952                 "use_different_layers": {
1953                     "title": "Use different layers"
1954                 },
1955                 "use_different_levels": {
1956                     "title": "Use different levels"
1957                 },
1958                 "use_tunnel": {
1959                     "title": "Use a tunnel"
1960                 }
1961             }
1962         },
1963         "intro": {
1964             "done": "done",
1965             "ok": "OK",
1966             "graph": {
1967                 "block_number": "<value for addr:block_number>",
1968                 "city": "Three Rivers",
1969                 "county": "<value for addr:county>",
1970                 "district": "<value for addr:district>",
1971                 "hamlet": "<value for addr:hamlet>",
1972                 "neighbourhood": "<value for addr:neighbourhood>",
1973                 "postcode": "49093",
1974                 "province": "<value for addr:province>",
1975                 "quarter": "<value for addr:quarter>",
1976                 "state": "MI",
1977                 "subdistrict": "<value for addr:subdistrict>",
1978                 "suburb": "<value for addr:suburb>",
1979                 "countrycode": "us",
1980                 "name": {
1981                     "1st-avenue": "1st Avenue",
1982                     "2nd-avenue": "2nd Avenue",
1983                     "4th-avenue": "4th Avenue",
1984                     "5th-avenue": "5th Avenue",
1985                     "6th-avenue": "6th Avenue",
1986                     "6th-street": "6th Street",
1987                     "7th-avenue": "7th Avenue",
1988                     "8th-avenue": "8th Avenue",
1989                     "9th-avenue": "9th Avenue",
1990                     "10th-avenue": "10th Avenue",
1991                     "11th-avenue": "11th Avenue",
1992                     "12th-avenue": "12th Avenue",
1993                     "access-point-employment": "Access Point Employment",
1994                     "adams-street": "Adams Street",
1995                     "andrews-elementary-school": "Andrews Elementary School",
1996                     "andrews-street": "Andrews Street",
1997                     "armitage-street": "Armitage Street",
1998                     "barrows-school": "Barrows School",
1999                     "battle-street": "Battle Street",
2000                     "bennett-street": "Bennett Street",
2001                     "bowman-park": "Bowman Park",
2002                     "collins-drive": "Collins Drive",
2003                     "conrail-railroad": "Conrail Railroad",
2004                     "conservation-park": "Conservation Park",
2005                     "constantine-street": "Constantine Street",
2006                     "cushman-street": "Cushman Street",
2007                     "dollar-tree": "Dollar Tree",
2008                     "douglas-avenue": "Douglas Avenue",
2009                     "east-street": "East Street",
2010                     "elm-street": "Elm Street",
2011                     "flower-street": "Flower Street",
2012                     "foster-street": "Foster Street",
2013                     "french-street": "French Street",
2014                     "garden-street": "Garden Street",
2015                     "gem-pawnbroker": "Gem Pawnbroker",
2016                     "golden-finch-framing": "Golden Finch Framing",
2017                     "grant-avenue": "Grant Avenue",
2018                     "hoffman-pond": "Hoffman Pond",
2019                     "hoffman-street": "Hoffman Street",
2020                     "hook-avenue": "Hook Avenue",
2021                     "jefferson-street": "Jefferson Street",
2022                     "kelsey-street": "Kelsey Street",
2023                     "lafayette-park": "LaFayette Park",
2024                     "las-coffee-cafe": "L.A.'s Coffee Cafe",
2025                     "lincoln-avenue": "Lincoln Avenue",
2026                     "lowrys-books": "Lowry's Books",
2027                     "lynns-garage": "Lynn's Garage",
2028                     "main-street-barbell": "Main Street Barbell",
2029                     "main-street-cafe": "Main Street Cafe",
2030                     "main-street-fitness": "Main Street Fitness",
2031                     "main-street": "Main Street",
2032                     "maple-street": "Maple Street",
2033                     "marina-park": "Marina Park",
2034                     "market-street": "Market Street",
2035                     "memory-isle-park": "Memory Isle Park",
2036                     "memory-isle": "Memory Isle",
2037                     "michigan-avenue": "Michigan Avenue",
2038                     "middle-street": "Middle Street",
2039                     "millard-street": "Millard Street",
2040                     "moore-street": "Moore Street",
2041                     "morris-avenue": "Morris Avenue",
2042                     "mural-mall": "Mural Mall",
2043                     "paisanos-bar-and-grill": "Paisano's Bar and Grill",
2044                     "paisley-emporium": "Paisley Emporium",
2045                     "paparazzi-tattoo": "Paparazzi Tattoo",
2046                     "pealer-street": "Pealer Street",
2047                     "pine-street": "Pine Street",
2048                     "pizza-hut": "Pizza Hut",
2049                     "portage-avenue": "Portage Avenue",
2050                     "portage-river": "Portage River",
2051                     "preferred-insurance-services": "Preferred Insurance Services",
2052                     "railroad-drive": "Railroad Drive",
2053                     "river-city-appliance": "River City Appliance",
2054                     "river-drive": "River Drive",
2055                     "river-road": "River Road",
2056                     "river-street": "River Street",
2057                     "riverside-cemetery": "Riverside Cemetery",
2058                     "riverwalk-trail": "Riverwalk Trail",
2059                     "riviera-theatre": "Riviera Theatre",
2060                     "rocky-river": "Rocky River",
2061                     "saint-joseph-river": "Saint Joseph River",
2062                     "scidmore-park-petting-zoo": "Scidmore Park Petting Zoo",
2063                     "scidmore-park": "Scidmore Park",
2064                     "scouter-park": "Scouter Park",
2065                     "sherwin-williams": "Sherwin-Williams",
2066                     "south-street": "South Street",
2067                     "southern-michigan-bank": "Southern Michigan Bank",
2068                     "spring-street": "Spring Street",
2069                     "sturgeon-river-road": "Sturgeon River Road",
2070                     "three-rivers-city-hall": "Three Rivers City Hall",
2071                     "three-rivers-elementary-school": "Three Rivers Elementary School",
2072                     "three-rivers-fire-department": "Three Rivers Fire Department",
2073                     "three-rivers-high-school": "Three Rivers High School",
2074                     "three-rivers-middle-school": "Three Rivers Middle School",
2075                     "three-rivers-municipal-airport": "Three Rivers Municipal Airport",
2076                     "three-rivers-post-office": "Three Rivers Post Office",
2077                     "three-rivers-public-library": "Three Rivers Public Library",
2078                     "three-rivers": "Three Rivers",
2079                     "unique-jewelry": "Unique Jewelry",
2080                     "walnut-street": "Walnut Street",
2081                     "washington-street": "Washington Street",
2082                     "water-street": "Water Street",
2083                     "west-street": "West Street",
2084                     "wheeler-street": "Wheeler Street",
2085                     "william-towing": "William Towing",
2086                     "willow-drive": "Willow Drive",
2087                     "wood-street": "Wood Street",
2088                     "world-fare": "World Fare"
2089                 }
2090             },
2091             "welcome": {
2092                 "title": "Welcome",
2093                 "welcome": "Welcome! This walkthrough will teach you the basics of editing on OpenStreetMap.",
2094                 "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.",
2095                 "words": "This walkthrough will introduce some new words and concepts. When we introduce a new word, we'll use *italics*.",
2096                 "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.**",
2097                 "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.**",
2098                 "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.**",
2099                 "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.**"
2100             },
2101             "navigation": {
2102                 "title": "Navigation",
2103                 "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!**",
2104                 "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!**",
2105                 "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.",
2106                 "points_lines_areas": "Map features are represented using *points, lines, or areas.*",
2107                 "nodes_ways": "In OpenStreetMap, points are sometimes called *nodes*, and lines and areas are sometimes called *ways*.",
2108                 "click_townhall": "All features on the map can be selected by clicking on them. **Click on the point to select it.**",
2109                 "selected_townhall": "Great! The point is now selected. Selected features are drawn with a pulsing glow.",
2110                 "editor_townhall": "When a feature is selected, the *feature editor* is displayed alongside the map.",
2111                 "preset_townhall": "The top part of the feature editor shows the feature's type. This point is a {preset}.",
2112                 "fields_townhall": "The middle part of the feature editor contains *fields* showing the feature's attributes, such as its name and address.",
2113                 "close_townhall": "**Close the feature editor by hitting escape or pressing the {button} button in the upper corner.**",
2114                 "search_street": "You can also search for features in the current view, or worldwide. **Search for '{name}'.**",
2115                 "choose_street": "**Choose {name} from the list to select it.**",
2116                 "selected_street": "Great! {name} is now selected.",
2117                 "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.**",
2118                 "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}'.**"
2119             },
2120             "points": {
2121                 "title": "Points",
2122                 "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.**",
2123                 "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.**",
2124                 "search_cafe": "There are many different features that can be represented by points. The point you just added is a cafe. **Search for '{preset}'.**",
2125                 "choose_cafe": "**Choose {preset} from the list.**",
2126                 "feature_editor": "The point is now marked as a cafe. Using the feature editor, we can add more information about the cafe.",
2127                 "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.**",
2128                 "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.**",
2129                 "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.**",
2130                 "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.**",
2131                 "update_close": "**When you are finished updating the cafe, hit escape, enter, or click the {button} button to close the feature editor.**",
2132                 "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.**",
2133                 "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.**",
2134                 "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.**",
2135                 "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}'.**"
2136             },
2137             "areas": {
2138                 "title": "Areas",
2139                 "add_playground": "*Areas* are used to show the boundaries of features like lakes, buildings, and residential areas.{br}They can also be used for more detailed mapping of many features you might normally map as points. **Click the {button} Area button to add a new area.**",
2140                 "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.**",
2141                 "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.**",
2142                 "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.**",
2143                 "search_playground": "**Search for '{preset}'.**",
2144                 "choose_playground": "**Choose {preset} from the list.**",
2145                 "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.**",
2146                 "choose_field": "**Choose {field} from the list.**",
2147                 "retry_add_field": "You didn't select the {field} field. Let's try again.",
2148                 "describe_playground": "**Add a description, then click the {button} button to close the feature editor.**",
2149                 "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}'.**"
2150             },
2151             "lines": {
2152                 "title": "Lines",
2153                 "add_line": "*Lines* are used to represent features such as roads, railroads, and rivers. **Click the {button} Line button to add a new line.**",
2154                 "start_line": "Here is a road that is missing. Let's add it!{br}In OpenStreetMap, lines should be drawn down the center 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.**",
2155                 "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.**",
2156                 "retry_intersect": "The road needs to intersect {name}. Let's try again!",
2157                 "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.**",
2158                 "choose_category_road": "**Select {category} from the list.**",
2159                 "choose_preset_residential": "There are many different types of roads, but this one is a residential road. **Choose the {preset} type.**",
2160                 "retry_preset_residential": "You didn't select the {preset} type. **Click here to choose again.**",
2161                 "name_road": "**Give this road a name, then hit escape, enter, or click the {button} button to close the feature editor.**",
2162                 "did_name_road": "Looks good! Next we will learn how to update the shape of a line.",
2163                 "update_line": "Sometimes you will need to change the shape of an existing line. Here is a road that doesn't look quite right.",
2164                 "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.**",
2165                 "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.**",
2166                 "finish_drag_endpoint": "This spot looks good. **Release the left mouse button to finish dragging.**",
2167                 "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.**",
2168                 "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.**",
2169                 "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.",
2170                 "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.**",
2171                 "split_intersection": "**Click on the {button} button to split {street}.**",
2172                 "retry_split": "You didn't click the Split button. Try again.",
2173                 "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.**",
2174                 "did_split_single": "**Click the top part of {street2} to select it.**",
2175                 "multi_select": "{selected} is now selected. Let's also select {other1}. You can shift-click to select multiple things. **Shift-click on {other2}.**",
2176                 "multi_rightclick": "Good! Both lines to delete are now selected. **Right-click on one of the lines to show the edit menu.**",
2177                 "multi_delete": "**Click on the {button} button to delete the extra lines.**",
2178                 "retry_delete": "You didn't click the Delete button. Try again.",
2179                 "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}'.**"
2180             },
2181             "buildings": {
2182                 "title": "Buildings",
2183                 "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.**",
2184                 "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.**",
2185                 "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.**",
2186                 "retry_building": "It looks like you had some trouble placing the nodes at the building corners. Try again!",
2187                 "choose_category_building": "**Choose {category} from the list.**",
2188                 "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.**",
2189                 "close": "**Hit escape or click the {button} button to close the feature editor.**",
2190                 "rightclick_building": "**Right-click to select the building you created and show the edit menu.**",
2191                 "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.**",
2192                 "retry_square": "You didn't click the Square button. Try again.",
2193                 "done_square": "See how the corners of the building moved into place? Let's learn another useful trick.",
2194                 "add_tank": "Next we'll trace this circular storage tank. **Click the {button} Area button to add a new area.**",
2195                 "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.**",
2196                 "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.**",
2197                 "search_tank": "**Search for '{preset}'.**",
2198                 "choose_tank": "**Choose {preset} from the list.**",
2199                 "rightclick_tank": "**Right-click to select the storage tank you created and show the edit menu.**",
2200                 "circle_tank": "**Click on the {button} button to make the tank a circle.**",
2201                 "retry_circle": "You didn't click the Circularize button. Try again.",
2202                 "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}'.**"
2203             },
2204             "startediting": {
2205                 "title": "Start Editing",
2206                 "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.",
2207                 "shortcuts": "You can view a list of commands along with their keyboard shortcuts by pressing the '{key}' key.",
2208                 "save": "Don't forget to regularly save your changes!",
2209                 "start": "Start mapping!"
2210             }
2211         },
2212         "shortcuts": {
2213             "title": "Keyboard shortcuts",
2214             "tooltip": "Show the keyboard shortcuts screen.",
2215             "toggle": {
2216                 "key": "?"
2217             },
2218             "key": {
2219                 "alt": "Alt",
2220                 "backspace": "Backspace",
2221                 "cmd": "Cmd",
2222                 "ctrl": "Ctrl",
2223                 "delete": "Delete",
2224                 "del": "Del",
2225                 "end": "End",
2226                 "enter": "Enter",
2227                 "esc": "Esc",
2228                 "home": "Home",
2229                 "option": "Option",
2230                 "pause": "Pause",
2231                 "pgdn": "PgDn",
2232                 "pgup": "PgUp",
2233                 "return": "Return",
2234                 "shift": "Shift",
2235                 "space": "Space"
2236             },
2237             "gesture": {
2238                 "drag": "drag"
2239             },
2240             "or": "-or-",
2241             "browsing": {
2242                 "title": "Browsing",
2243                 "navigation": {
2244                     "title": "Navigation",
2245                     "pan": "Pan map",
2246                     "pan_more": "Pan map by one screenful",
2247                     "zoom": "Zoom in / Zoom out",
2248                     "zoom_more": "Zoom in / Zoom out by a lot"
2249                 },
2250                 "help": {
2251                     "title": "Help",
2252                     "help": "Show help/documentation",
2253                     "keyboard": "Show keyboard shortcuts"
2254                 },
2255                 "display_options": {
2256                     "title": "Display options",
2257                     "background": "Show background options",
2258                     "background_switch": "Switch back to last background",
2259                     "map_data": "Show map data options",
2260                     "fullscreen": "Enter full screen mode",
2261                     "sidebar": "Toggle sidebar",
2262                     "wireframe": "Toggle wireframe mode",
2263                     "osm_data": "Toggle OpenStreetMap data",
2264                     "minimap": "Toggle minimap"
2265                 },
2266                 "selecting": {
2267                     "title": "Selecting features",
2268                     "select_one": "Select a single feature",
2269                     "select_multi": "Select multiple features",
2270                     "lasso": "Draw a selection lasso around features",
2271                     "search": "Find features matching search text"
2272                 },
2273                 "with_selected": {
2274                     "title": "With feature selected",
2275                     "edit_menu": "Toggle edit menu",
2276                     "zoom_to": "Zoom to selected feature"
2277                 },
2278                 "vertex_selected": {
2279                     "title": "With node selected",
2280                     "previous": "Jump to previous node",
2281                     "next": "Jump to next node",
2282                     "first": "Jump to first node",
2283                     "last": "Jump to last node",
2284                     "change_parent": "Switch parent way"
2285                 }
2286             },
2287             "editing": {
2288                 "title": "Editing",
2289                 "drawing": {
2290                     "title": "Drawing",
2291                     "focus_add_feature": "Focus the feature search field",
2292                     "add_point": "'Add point' mode",
2293                     "add_line": "'Add line' mode",
2294                     "add_area": "'Add area' mode",
2295                     "add_note": "'Add note' mode",
2296                     "add_favorite": "Add a favorite feature",
2297                     "place_point": "Place a point or note",
2298                     "disable_snap": "Hold to disable point snapping",
2299                     "stop_line": "Finish drawing a line or area"
2300                 },
2301                 "operations": {
2302                     "title": "Operations",
2303                     "continue_line": "Continue a line at the selected node",
2304                     "merge": "Combine (merge) selected features",
2305                     "disconnect": "Disconnect features at the selected node",
2306                     "extract": "Extract a point from a feature",
2307                     "split": "Split a line into two at the selected node",
2308                     "reverse": "Reverse a line",
2309                     "move": "Move selected features",
2310                     "rotate": "Rotate selected features",
2311                     "orthogonalize": "Square corners of a line or area",
2312                     "straighten": "Straighten a line or points",
2313                     "circularize": "Circularize a closed line or area",
2314                     "reflect_long": "Reflect features across the longer axis",
2315                     "reflect_short": "Reflect features across the shorter axis",
2316                     "delete": "Delete selected features"
2317                 },
2318                 "commands": {
2319                     "title": "Commands",
2320                     "copy": "Copy selected features",
2321                     "paste": "Paste copied features",
2322                     "undo": "Undo last action",
2323                     "redo": "Redo last action",
2324                     "save": "Save changes"
2325                 }
2326             },
2327             "tools": {
2328                 "title": "Tools",
2329                 "info": {
2330                     "title": "Information",
2331                     "all": "Toggle all information panels",
2332                     "background": "Toggle background panel",
2333                     "history": "Toggle history panel",
2334                     "location": "Toggle location panel",
2335                     "measurement": "Toggle measurement panel"
2336                 }
2337             }
2338         },
2339         "units": {
2340             "feet": "{quantity} ft",
2341             "miles": "{quantity} mi",
2342             "square_feet": "{quantity} sq ft",
2343             "square_miles": "{quantity} sq mi",
2344             "acres": "{quantity} ac",
2345             "meters": "{quantity} m",
2346             "kilometers": "{quantity} km",
2347             "square_meters": "{quantity} m²",
2348             "square_kilometers": "{quantity} km²",
2349             "hectares": "{quantity} ha",
2350             "area_pair": "{area1} ({area2})",
2351             "arcdegrees": "{quantity}°",
2352             "arcminutes": "{quantity}′",
2353             "arcseconds": "{quantity}″",
2354             "north": "N",
2355             "south": "S",
2356             "east": "E",
2357             "west": "W",
2358             "coordinate": "{coordinate}{direction}",
2359             "coordinate_pair": "{latitude}, {longitude}"
2360         },
2361         "wikidata": {
2362             "identifier": "Identifier",
2363             "label": "Label",
2364             "description": "Description"
2365         },
2366         "presets": {
2367             "categories": {
2368                 "category-barrier": {
2369                     "name": "Barrier Features"
2370                 },
2371                 "category-building": {
2372                     "name": "Building Features"
2373                 },
2374                 "category-golf": {
2375                     "name": "Golf Features"
2376                 },
2377                 "category-landuse": {
2378                     "name": "Land Use Features"
2379                 },
2380                 "category-natural": {
2381                     "name": "Natural Features"
2382                 },
2383                 "category-path": {
2384                     "name": "Paths"
2385                 },
2386                 "category-rail": {
2387                     "name": "Rails"
2388                 },
2389                 "category-restriction": {
2390                     "name": "Restriction Features"
2391                 },
2392                 "category-road_major": {
2393                     "name": "Major Roads"
2394                 },
2395                 "category-road_minor": {
2396                     "name": "Minor Roads"
2397                 },
2398                 "category-road_service": {
2399                     "name": "Service Roads"
2400                 },
2401                 "category-route": {
2402                     "name": "Route Features"
2403                 },
2404                 "category-utility": {
2405                     "name": "Utility Features"
2406                 },
2407                 "category-water": {
2408                     "name": "Water Bodies"
2409                 },
2410                 "category-waterway": {
2411                     "name": "Waterways"
2412                 }
2413             },
2414             "fields": {
2415                 "access_simple": {
2416                     "label": "Allowed Access"
2417                 },
2418                 "access": {
2419                     "label": "Allowed Access",
2420                     "placeholder": "Not Specified",
2421                     "types": {
2422                         "access": "All",
2423                         "foot": "Foot",
2424                         "motor_vehicle": "Motor Vehicles",
2425                         "bicycle": "Bicycles",
2426                         "horse": "Horses"
2427                     },
2428                     "options": {
2429                         "yes": {
2430                             "title": "Allowed",
2431                             "description": "Access allowed by law; a right of way"
2432                         },
2433                         "no": {
2434                             "title": "Prohibited",
2435                             "description": "Access not allowed to the general public"
2436                         },
2437                         "permissive": {
2438                             "title": "Permissive",
2439                             "description": "Access allowed until such time as the owner revokes the permission"
2440                         },
2441                         "private": {
2442                             "title": "Private",
2443                             "description": "Access allowed only with permission of the owner on an individual basis"
2444                         },
2445                         "designated": {
2446                             "title": "Designated",
2447                             "description": "Access allowed according to signs or specific local laws"
2448                         },
2449                         "destination": {
2450                             "title": "Destination",
2451                             "description": "Access allowed only to reach a destination"
2452                         },
2453                         "dismount": {
2454                             "title": "Dismount",
2455                             "description": "Access allowed but rider must dismount"
2456                         },
2457                         "permit": {
2458                             "title": "Permit",
2459                             "description": "Access allowed only with a valid permit or license"
2460                         }
2461                     }
2462                 },
2463                 "address": {
2464                     "label": "Address",
2465                     "placeholders": {
2466                         "block_number": "Block Number",
2467                         "block_number!jp": "Block No.",
2468                         "city": "City",
2469                         "city!jp": "City/Town/Village/Tokyo Special Ward",
2470                         "city!vn": "City/Town",
2471                         "conscriptionnumber": "123",
2472                         "country": "Country",
2473                         "county": "County",
2474                         "county!jp": "District",
2475                         "district": "District",
2476                         "district!vn": "Arrondissement/Town/District",
2477                         "floor": "Floor",
2478                         "hamlet": "Hamlet",
2479                         "housename": "Housename",
2480                         "housenumber": "123",
2481                         "housenumber!jp": "Building No./Lot No.",
2482                         "neighbourhood": "Neighbourhood",
2483                         "neighbourhood!jp": "Chōme/Aza/Koaza",
2484                         "place": "Place",
2485                         "postcode": "Postcode",
2486                         "province": "Province",
2487                         "province!jp": "Prefecture",
2488                         "quarter": "Quarter",
2489                         "quarter!jp": "Ōaza/Machi",
2490                         "state": "State",
2491                         "street": "Street",
2492                         "subdistrict": "Subdistrict",
2493                         "subdistrict!vn": "Ward/Commune/Townlet",
2494                         "suburb": "Suburb",
2495                         "suburb!jp": "Ward",
2496                         "unit": "Unit"
2497                     }
2498                 },
2499                 "admin_level": {
2500                     "label": "Admin Level"
2501                 },
2502                 "aerialway": {
2503                     "label": "Type"
2504                 },
2505                 "aerialway/access": {
2506                     "label": "Access",
2507                     "options": {
2508                         "entry": "Entry",
2509                         "exit": "Exit",
2510                         "both": "Both"
2511                     }
2512                 },
2513                 "aerialway/bubble": {
2514                     "label": "Bubble"
2515                 },
2516                 "aerialway/capacity": {
2517                     "label": "Capacity (per hour)",
2518                     "placeholder": "500, 2500, 5000..."
2519                 },
2520                 "aerialway/duration": {
2521                     "label": "Duration (minutes)",
2522                     "placeholder": "1, 2, 3..."
2523                 },
2524                 "aerialway/heating": {
2525                     "label": "Heated"
2526                 },
2527                 "aerialway/occupancy": {
2528                     "label": "Occupancy",
2529                     "placeholder": "2, 4, 8..."
2530                 },
2531                 "aerialway/summer/access": {
2532                     "label": "Access (summer)",
2533                     "options": {
2534                         "entry": "Entry",
2535                         "exit": "Exit",
2536                         "both": "Both"
2537                     }
2538                 },
2539                 "aeroway": {
2540                     "label": "Type"
2541                 },
2542                 "agrarian": {
2543                     "label": "Products"
2544                 },
2545                 "air_conditioning": {
2546                     "label": "Air Conditioning"
2547                 },
2548                 "amenity": {
2549                     "label": "Type"
2550                 },
2551                 "animal_boarding": {
2552                     "label": "For Animals"
2553                 },
2554                 "animal_breeding": {
2555                     "label": "For Animals"
2556                 },
2557                 "animal_shelter": {
2558                     "label": "For Animals"
2559                 },
2560                 "architect": {
2561                     "label": "Architect"
2562                 },
2563                 "area/highway": {
2564                     "label": "Type"
2565                 },
2566                 "artist": {
2567                     "label": "Artist"
2568                 },
2569                 "artwork_type": {
2570                     "label": "Type"
2571                 },
2572                 "atm": {
2573                     "label": "ATM"
2574                 },
2575                 "attraction": {
2576                     "label": "Type"
2577                 },
2578                 "backrest": {
2579                     "label": "Backrest"
2580                 },
2581                 "bar": {
2582                     "label": "Bar"
2583                 },
2584                 "barrier": {
2585                     "label": "Type"
2586                 },
2587                 "basin": {
2588                     "label": "Type"
2589                 },
2590                 "bath/open_air": {
2591                     "label": "Open Air"
2592                 },
2593                 "bath/sand_bath": {
2594                     "label": "Sand Bath"
2595                 },
2596                 "bath/type": {
2597                     "label": "Specialty",
2598                     "options": {
2599                         "onsen": "Japanese Onsen",
2600                         "foot_bath": "Foot Bath",
2601                         "hot_spring": "Hot Spring"
2602                     }
2603                 },
2604                 "beauty": {
2605                     "label": "Beauty Specialty"
2606                 },
2607                 "bench": {
2608                     "label": "Bench"
2609                 },
2610                 "bicycle_parking": {
2611                     "label": "Type"
2612                 },
2613                 "bin": {
2614                     "label": "Waste Bin"
2615                 },
2616                 "blood_components": {
2617                     "label": "Blood Components",
2618                     "options": {
2619                         "whole": "whole blood",
2620                         "plasma": "plasma",
2621                         "platelets": "platelets",
2622                         "stemcells": "stem cell samples"
2623                     }
2624                 },
2625                 "board_type": {
2626                     "label": "Type"
2627                 },
2628                 "booth": {
2629                     "label": "Booth"
2630                 },
2631                 "boules": {
2632                     "label": "Type"
2633                 },
2634                 "boundary": {
2635                     "label": "Type"
2636                 },
2637                 "brand": {
2638                     "label": "Brand"
2639                 },
2640                 "brewery": {
2641                     "label": "Draft Beers"
2642                 },
2643                 "bridge": {
2644                     "label": "Type",
2645                     "placeholder": "Default"
2646                 },
2647                 "bridge/support": {
2648                     "label": "Type"
2649                 },
2650                 "building_area": {
2651                     "label": "Building"
2652                 },
2653                 "building": {
2654                     "label": "Building"
2655                 },
2656                 "building/levels_building": {
2657                     "label": "Building Levels",
2658                     "placeholder": "2, 4, 6..."
2659                 },
2660                 "building/material": {
2661                     "label": "Material"
2662                 },
2663                 "bunker_type": {
2664                     "label": "Type"
2665                 },
2666                 "cables": {
2667                     "label": "Cables",
2668                     "placeholder": "1, 2, 3..."
2669                 },
2670                 "camera/direction": {
2671                     "label": "Direction (Degrees Clockwise)",
2672                     "placeholder": "45, 90, 180, 270"
2673                 },
2674                 "camera/mount": {
2675                     "label": "Camera Mount"
2676                 },
2677                 "camera/type": {
2678                     "label": "Camera Type",
2679                     "options": {
2680                         "fixed": "Fixed",
2681                         "panning": "Panning",
2682                         "dome": "Dome"
2683                     }
2684                 },
2685                 "capacity": {
2686                     "label": "Capacity",
2687                     "placeholder": "50, 100, 200..."
2688                 },
2689                 "cash_in": {
2690                     "label": "Cash In"
2691                 },
2692                 "castle_type": {
2693                     "label": "Type"
2694                 },
2695                 "check_date": {
2696                     "label": "Last Checked Date"
2697                 },
2698                 "clothes": {
2699                     "label": "Clothes"
2700                 },
2701                 "club": {
2702                     "label": "Type"
2703                 },
2704                 "collection_times": {
2705                     "label": "Collection Times"
2706                 },
2707                 "colour": {
2708                     "label": "Color"
2709                 },
2710                 "comment": {
2711                     "label": "Changeset Comment",
2712                     "placeholder": "Brief description of your contributions (required)"
2713                 },
2714                 "communication_multi": {
2715                     "label": "Communication Types"
2716                 },
2717                 "construction": {
2718                     "label": "Type"
2719                 },
2720                 "consulate": {
2721                     "label": "Type"
2722                 },
2723                 "contact/webcam": {
2724                     "label": "Webcam URL",
2725                     "placeholder": "http://example.com/"
2726                 },
2727                 "content": {
2728                     "label": "Content"
2729                 },
2730                 "conveying": {
2731                     "label": "Movement Direction",
2732                     "options": {
2733                         "forward": "Forward",
2734                         "backward": "Backward",
2735                         "reversible": "Reversible"
2736                     }
2737                 },
2738                 "country": {
2739                     "label": "Country"
2740                 },
2741                 "couplings": {
2742                     "label": "Couplings",
2743                     "placeholder": "1, 2, 3..."
2744                 },
2745                 "covered": {
2746                     "label": "Covered"
2747                 },
2748                 "craft": {
2749                     "label": "Type"
2750                 },
2751                 "crane/type": {
2752                     "label": "Crane Type",
2753                     "options": {
2754                         "portal_crane": "Portal Crane",
2755                         "floor-mounted_crane": "Floor-mounted Crane",
2756                         "travel_lift": "Travel Lift"
2757                     }
2758                 },
2759                 "crop": {
2760                     "label": "Crops"
2761                 },
2762                 "crossing": {
2763                     "label": "Type"
2764                 },
2765                 "cuisine": {
2766                     "label": "Cuisines"
2767                 },
2768                 "currency_multi": {
2769                     "label": "Currency Types"
2770                 },
2771                 "cutting": {
2772                     "label": "Type",
2773                     "placeholder": "Default"
2774                 },
2775                 "cycle_network": {
2776                     "label": "Network"
2777                 },
2778                 "cycleway": {
2779                     "label": "Bike Lanes",
2780                     "placeholder": "none",
2781                     "types": {
2782                         "cycleway:left": "Left side",
2783                         "cycleway:right": "Right side"
2784                     },
2785                     "options": {
2786                         "none": {
2787                             "title": "None",
2788                             "description": "No bike lane"
2789                         },
2790                         "lane": {
2791                             "title": "Standard bike lane",
2792                             "description": "A bike lane separated from auto traffic by a painted line"
2793                         },
2794                         "shared_lane": {
2795                             "title": "Shared bike lane",
2796                             "description": "A bike lane with no separation from auto traffic"
2797                         },
2798                         "track": {
2799                             "title": "Bike track",
2800                             "description": "A bike lane separated from traffic by a physical barrier"
2801                         },
2802                         "share_busway": {
2803                             "title": "Bike lane shared with bus",
2804                             "description": "A bike lane shared with a bus lane"
2805                         },
2806                         "opposite_lane": {
2807                             "title": "Opposite bike lane",
2808                             "description": "A bike lane that travels in the opposite direction of traffic"
2809                         },
2810                         "opposite": {
2811                             "title": "Contraflow bike lane",
2812                             "description": "A bike lane that travels in both directions on a one-way street"
2813                         }
2814                     }
2815                 },
2816                 "dance/style": {
2817                     "label": "Dance Styles"
2818                 },
2819                 "date": {
2820                     "label": "Date"
2821                 },
2822                 "delivery": {
2823                     "label": "Delivery"
2824                 },
2825                 "denomination": {
2826                     "label": "Denomination"
2827                 },
2828                 "denotation": {
2829                     "label": "Denotation"
2830                 },
2831                 "departures_board": {
2832                     "label": "Departures Board",
2833                     "options": {
2834                         "yes": "Yes",
2835                         "timetable": "Timetable",
2836                         "realtime": "Realtime",
2837                         "no": "None"
2838                     }
2839                 },
2840                 "description": {
2841                     "label": "Description"
2842                 },
2843                 "design": {
2844                     "label": "Design"
2845                 },
2846                 "destination_oneway": {
2847                     "label": "Destinations"
2848                 },
2849                 "destination/ref_oneway": {
2850                     "label": "Destination Road Numbers"
2851                 },
2852                 "destination/symbol_oneway": {
2853                     "label": "Destination Symbols"
2854                 },
2855                 "devices": {
2856                     "label": "Devices",
2857                     "placeholder": "1, 2, 3..."
2858                 },
2859                 "diameter": {
2860                     "label": "Diameter",
2861                     "placeholder": "5 mm, 10 cm, 15 in…"
2862                 },
2863                 "diaper": {
2864                     "label": "Diaper Changing Available"
2865                 },
2866                 "diet_multi": {
2867                     "label": "Diet Types"
2868                 },
2869                 "diplomatic": {
2870                     "label": "Type"
2871                 },
2872                 "diplomatic/services": {
2873                     "label": "Services"
2874                 },
2875                 "direction_cardinal": {
2876                     "label": "Direction",
2877                     "options": {
2878                         "N": "North",
2879                         "E": "East",
2880                         "S": "South",
2881                         "W": "West",
2882                         "NE": "Northeast",
2883                         "SE": "Southeast",
2884                         "SW": "Southwest",
2885                         "NW": "Northwest",
2886                         "NNE": "North-northeast",
2887                         "ENE": "East-northeast",
2888                         "ESE": "East-southeast",
2889                         "SSE": "South-southeast",
2890                         "SSW": "South-southwest",
2891                         "WSW": "West-southwest",
2892                         "WNW": "West-northwest",
2893                         "NNW": "North-northwest"
2894                     }
2895                 },
2896                 "direction_clock": {
2897                     "label": "Direction",
2898                     "options": {
2899                         "clockwise": "Clockwise",
2900                         "anticlockwise": "Counterclockwise"
2901                     }
2902                 },
2903                 "direction_vertex": {
2904                     "label": "Direction Affected",
2905                     "options": {
2906                         "forward": "Forward",
2907                         "backward": "Backward",
2908                         "both": "Both / All"
2909                     }
2910                 },
2911                 "direction": {
2912                     "label": "Direction (Degrees Clockwise)",
2913                     "placeholder": "45, 90, 180, 270"
2914                 },
2915                 "dispensing": {
2916                     "label": "Dispenses Prescriptions"
2917                 },
2918                 "display": {
2919                     "label": "Display"
2920                 },
2921                 "distance": {
2922                     "label": "Distance"
2923                 },
2924                 "dock": {
2925                     "label": "Type"
2926                 },
2927                 "dog": {
2928                     "label": "Dogs",
2929                     "options": {
2930                         "yes": "Allowed",
2931                         "leashed": "Leashed Only",
2932                         "no": "Not Allowed"
2933                     }
2934                 },
2935                 "door_type": {
2936                     "label": "Type"
2937                 },
2938                 "door": {
2939                     "label": "Door"
2940                 },
2941                 "drive_through": {
2942                     "label": "Drive-Through"
2943                 },
2944                 "duration": {
2945                     "label": "Duration",
2946                     "placeholder": "00:00"
2947                 },
2948                 "electrified": {
2949                     "label": "Electrification",
2950                     "placeholder": "Contact Line, Electrified Rail...",
2951                     "options": {
2952                         "contact_line": "Contact Line",
2953                         "rail": "Electrified Rail",
2954                         "yes": "Yes (unspecified)",
2955                         "no": "No"
2956                     }
2957                 },
2958                 "elevation": {
2959                     "label": "Elevation"
2960                 },
2961                 "email": {
2962                     "label": "Email",
2963                     "placeholder": "example@example.com"
2964                 },
2965                 "embankment": {
2966                     "label": "Type",
2967                     "placeholder": "Default"
2968                 },
2969                 "embassy": {
2970                     "label": "Type"
2971                 },
2972                 "emergency_combo": {
2973                     "label": "Type"
2974                 },
2975                 "emergency": {
2976                     "label": "Emergency"
2977                 },
2978                 "enforcement": {
2979                     "label": "Type"
2980                 },
2981                 "entrance": {
2982                     "label": "Type"
2983                 },
2984                 "except": {
2985                     "label": "Exceptions"
2986                 },
2987                 "faces": {
2988                     "label": "Faces"
2989                 },
2990                 "fax": {
2991                     "label": "Fax",
2992                     "placeholder": "+31 42 123 4567"
2993                 },
2994                 "fee": {
2995                     "label": "Fee"
2996                 },
2997                 "fence_type": {
2998                     "label": "Type"
2999                 },
3000                 "fire_hydrant/diameter": {
3001                     "label": "Diameter (mm, in, or letters)"
3002                 },
3003                 "fire_hydrant/pressure": {
3004                     "label": "Pressure (bar)"
3005                 },
3006                 "fire_hydrant/type": {
3007                     "label": "Shape",
3008                     "options": {
3009                         "pillar": "Pillar/Aboveground",
3010                         "underground": "Underground",
3011                         "wall": "Wall",
3012                         "pipe": "Capped Pipe"
3013                     }
3014                 },
3015                 "fireplace": {
3016                     "label": "Fireplace"
3017                 },
3018                 "fishing": {
3019                     "label": "Fishing"
3020                 },
3021                 "fitness_station": {
3022                     "label": "Equipment Type"
3023                 },
3024                 "fixme": {
3025                     "label": "Fix Me"
3026                 },
3027                 "flag/type": {
3028                     "label": "Flag Type"
3029                 },
3030                 "floating": {
3031                     "label": "Floating"
3032                 },
3033                 "flood_prone": {
3034                     "label": "Flood Prone"
3035                 },
3036                 "ford": {
3037                     "label": "Type",
3038                     "placeholder": "Default"
3039                 },
3040                 "frequency_electrified": {
3041                     "label": "Operating Frequency"
3042                 },
3043                 "frequency": {
3044                     "label": "Operating Frequency"
3045                 },
3046                 "from": {
3047                     "label": "From"
3048                 },
3049                 "fuel_multi": {
3050                     "label": "Fuel Types"
3051                 },
3052                 "fuel": {
3053                     "label": "Fuel"
3054                 },
3055                 "gauge": {
3056                     "label": "Gauge"
3057                 },
3058                 "gender": {
3059                     "label": "Gender",
3060                     "placeholder": "Unknown",
3061                     "options": {
3062                         "male": "Male",
3063                         "female": "Female",
3064                         "unisex": "Unisex"
3065                     }
3066                 },
3067                 "generator/method": {
3068                     "label": "Method"
3069                 },
3070                 "generator/output/electricity": {
3071                     "label": "Power Output",
3072                     "placeholder": "50 MW, 100 MW, 200 MW..."
3073                 },
3074                 "generator/source": {
3075                     "label": "Source"
3076                 },
3077                 "generator/type": {
3078                     "label": "Type"
3079                 },
3080                 "government": {
3081                     "label": "Type"
3082                 },
3083                 "grape_variety": {
3084                     "label": "Grape Varieties"
3085                 },
3086                 "guest_house": {
3087                     "label": "Type"
3088                 },
3089                 "handicap": {
3090                     "label": "Handicap",
3091                     "placeholder": "1-18"
3092                 },
3093                 "handrail": {
3094                     "label": "Handrail"
3095                 },
3096                 "hashtags": {
3097                     "label": "Suggested Hashtags",
3098                     "placeholder": "#example"
3099                 },
3100                 "healthcare": {
3101                     "label": "Type"
3102                 },
3103                 "healthcare/speciality": {
3104                     "label": "Specialties"
3105                 },
3106                 "height_building": {
3107                     "label": "Building Height (Meters)"
3108                 },
3109                 "height": {
3110                     "label": "Height (Meters)"
3111                 },
3112                 "highspeed": {
3113                     "label": "High-Speed"
3114                 },
3115                 "highway": {
3116                     "label": "Type"
3117                 },
3118                 "historic": {
3119                     "label": "Type"
3120                 },
3121                 "historic/civilization": {
3122                     "label": "Historic Civilization"
3123                 },
3124                 "historic/wreck/date_sunk": {
3125                     "label": "Date Sunk"
3126                 },
3127                 "historic/wreck/visible_at_high_tide": {
3128                     "label": "Visible At High Tide"
3129                 },
3130                 "historic/wreck/visible_at_low_tide": {
3131                     "label": "Visible At Low Tide"
3132                 },
3133                 "hoops": {
3134                     "label": "Hoops",
3135                     "placeholder": "1, 2, 4..."
3136                 },
3137                 "horse_dressage": {
3138                     "label": "Dressage Riding",
3139                     "options": {
3140                         "undefined": "No",
3141                         "equestrian": "Yes"
3142                     }
3143                 },
3144                 "horse_riding": {
3145                     "label": "Horseback Riding",
3146                     "options": {
3147                         "undefined": "No",
3148                         "horse_riding": "Yes"
3149                     }
3150                 },
3151                 "horse_scale": {
3152                     "label": "Horseback Riding Difficulty",
3153                     "placeholder": "Difficult, Dangerous...",
3154                     "options": {
3155                         "common": "Easy: No problems or difficulties. (default)",
3156                         "demanding": "Use with caution: Uneven way, occasional difficult passages.",
3157                         "difficult": "Difficult: Way narrow and exposed. May contain obstacles to step over and narrow passages.",
3158                         "critical": "Borderline: Passable only for experienced riders and horses. Major obstacles. Bridges should be examined carefully.",
3159                         "dangerous": "Dangerous: Passable only for very experienced riders and horses and only in good weather. Dismount.",
3160                         "impossible": "Impassable: Way or bridge not passable for horses. Too narrow, insuffient support, obstacles like ladders. Danger of life."
3161                     }
3162                 },
3163                 "horse_stables": {
3164                     "label": "Riding Stable",
3165                     "options": {
3166                         "undefined": "No",
3167                         "stables": "Yes"
3168                     }
3169                 },
3170                 "iata": {
3171                     "label": "IATA"
3172                 },
3173                 "icao": {
3174                     "label": "ICAO"
3175                 },
3176                 "incline_steps": {
3177                     "label": "Incline",
3178                     "options": {
3179                         "up": "Up",
3180                         "down": "Down"
3181                     }
3182                 },
3183                 "incline": {
3184                     "label": "Incline"
3185                 },
3186                 "indoor_type": {
3187                     "label": "Type"
3188                 },
3189                 "indoor": {
3190                     "label": "Indoor"
3191                 },
3192                 "industrial": {
3193                     "label": "Type"
3194                 },
3195                 "information": {
3196                     "label": "Type"
3197                 },
3198                 "inscription": {
3199                     "label": "Inscription"
3200                 },
3201                 "intermittent_yes": {
3202                     "label": "Intermittent"
3203                 },
3204                 "intermittent": {
3205                     "label": "Intermittent"
3206                 },
3207                 "internet_access": {
3208                     "label": "Internet Access",
3209                     "options": {
3210                         "yes": "Yes",
3211                         "no": "No",
3212                         "wlan": "Wifi",
3213                         "wired": "Wired",
3214                         "terminal": "Terminal"
3215                     }
3216                 },
3217                 "internet_access/fee": {
3218                     "label": "Internet Access Fee"
3219                 },
3220                 "internet_access/ssid": {
3221                     "label": "Wifi Network Name"
3222                 },
3223                 "interval": {
3224                     "label": "Interval"
3225                 },
3226                 "junction_line": {
3227                     "label": "Junction",
3228                     "options": {
3229                         "roundabout": "Roundabout",
3230                         "circular": "Traffic Circle",
3231                         "jughandle": "Jughandle"
3232                     }
3233                 },
3234                 "junction/ref_oneway": {
3235                     "label": "Junction Number"
3236                 },
3237                 "kerb": {
3238                     "label": "Curb"
3239                 },
3240                 "kerb/height": {
3241                     "label": "Height"
3242                 },
3243                 "label": {
3244                     "label": "Label"
3245                 },
3246                 "lamp_type": {
3247                     "label": "Type"
3248                 },
3249                 "landuse": {
3250                     "label": "Type"
3251                 },
3252                 "lanes": {
3253                     "label": "Lanes",
3254                     "placeholder": "1, 2, 3..."
3255                 },
3256                 "language_multi": {
3257                     "label": "Languages"
3258                 },
3259                 "layer": {
3260                     "label": "Layer",
3261                     "placeholder": "0"
3262                 },
3263                 "leaf_cycle_singular": {
3264                     "label": "Leaf Cycle",
3265                     "options": {
3266                         "evergreen": "Evergreen",
3267                         "deciduous": "Deciduous",
3268                         "semi_evergreen": "Semi-Evergreen",
3269                         "semi_deciduous": "Semi-Deciduous"
3270                     }
3271                 },
3272                 "leaf_cycle": {
3273                     "label": "Leaf Cycle",
3274                     "options": {
3275                         "evergreen": "Evergreen",
3276                         "deciduous": "Deciduous",
3277                         "semi_evergreen": "Semi-Evergreen",
3278                         "semi_deciduous": "Semi-Deciduous",
3279                         "mixed": "Mixed"
3280                     }
3281                 },
3282                 "leaf_type_singular": {
3283                     "label": "Leaf Type",
3284                     "options": {
3285                         "broadleaved": "Broadleaved",
3286                         "needleleaved": "Needleleaved",
3287                         "leafless": "Leafless"
3288                     }
3289                 },
3290                 "leaf_type": {
3291                     "label": "Leaf Type",
3292                     "options": {
3293                         "broadleaved": "Broadleaved",
3294                         "needleleaved": "Needleleaved",
3295                         "mixed": "Mixed",
3296                         "leafless": "Leafless"
3297                     }
3298                 },
3299                 "leisure": {
3300                     "label": "Type"
3301                 },
3302                 "length": {
3303                     "label": "Length (Meters)"
3304                 },
3305                 "level": {
3306                     "label": "Level"
3307                 },
3308                 "levels": {
3309                     "label": "Levels",
3310                     "placeholder": "2, 4, 6..."
3311                 },
3312                 "liaison": {
3313                     "label": "Type"
3314                 },
3315                 "lit": {
3316                     "label": "Lit"
3317                 },
3318                 "location_pool": {
3319                     "label": "Location",
3320                     "options": {
3321                         "outdoor": "Outdoor",
3322                         "indoor": "Indoor",
3323                         "roof": "Rooftop"
3324                     }
3325                 },
3326                 "location": {
3327                     "label": "Location"
3328                 },
3329                 "lock": {
3330                     "label": "Lock"
3331                 },
3332                 "man_made": {
3333                     "label": "Type"
3334                 },
3335                 "manhole": {
3336                     "label": "Type"
3337                 },
3338                 "manufacturer": {
3339                     "label": "Manufacturer"
3340                 },
3341                 "map_size": {
3342                     "label": "Coverage"
3343                 },
3344                 "map_type": {
3345                     "label": "Type"
3346                 },
3347                 "material": {
3348                     "label": "Material"
3349                 },
3350                 "maxheight": {
3351                     "label": "Max Height",
3352                     "placeholder": "4, 4.5, 5, 14'0\", 14'6\", 15'0\""
3353                 },
3354                 "maxspeed": {
3355                     "label": "Speed Limit",
3356                     "placeholder": "40, 50, 60..."
3357                 },
3358                 "maxspeed/advisory": {
3359                     "label": "Advisory Speed Limit",
3360                     "placeholder": "40, 50, 60..."
3361                 },
3362                 "maxstay": {
3363                     "label": "Max Stay"
3364                 },
3365                 "maxweight_bridge": {
3366                     "label": "Max Weight"
3367                 },
3368                 "maxweight": {
3369                     "label": "Max Weight"
3370                 },
3371                 "memorial": {
3372                     "label": "Type"
3373                 },
3374                 "microbrewery": {
3375                     "label": "Microbrewery"
3376                 },
3377                 "minspeed": {
3378                     "label": "Minimum Speed Limit",
3379                     "placeholder": "20, 30, 40..."
3380                 },
3381                 "monitoring_multi": {
3382                     "label": "Monitoring"
3383                 },
3384                 "mtb/scale": {
3385                     "label": "Mountain Biking Difficulty",
3386                     "placeholder": "0, 1, 2, 3...",
3387                     "options": {
3388                         "0": "0: Solid gravel/packed earth, no obstacles, wide curves",
3389                         "1": "1: Some loose surface, small obstacles, wide curves",
3390                         "2": "2: Much loose surface, large obstacles, easy hairpins",
3391                         "3": "3: Slippery surface, large obstacles, tight hairpins",
3392                         "4": "4: Loose surface or boulders, dangerous hairpins",
3393                         "5": "5: Maximum difficulty, boulder fields, landslides",
3394                         "6": "6: Not rideable except by the very best mountain bikers"
3395                     }
3396                 },
3397                 "mtb/scale/imba": {
3398                     "label": "IMBA Trail Difficulty",
3399                     "placeholder": "Easy, Medium, Difficult...",
3400                     "options": {
3401                         "0": "Easiest (white circle)",
3402                         "1": "Easy (green circle)",
3403                         "2": "Medium (blue square)",
3404                         "3": "Difficult (black diamond)",
3405                         "4": "Extremely Difficult (double black diamond)"
3406                     }
3407                 },
3408                 "mtb/scale/uphill": {
3409                     "label": "Mountain Biking Uphill Difficulty",
3410                     "placeholder": "0, 1, 2, 3...",
3411                     "options": {
3412                         "0": "0: Avg. incline <10%, gravel/packed earth, no obstacles",
3413                         "1": "1: Avg. incline <15%, gravel/packed earth, few small objects",
3414                         "2": "2: Avg. incline <20%, stable surface, fistsize rocks/roots",
3415                         "3": "3: Avg. incline <25%, variable surface, fistsize rocks/branches",
3416                         "4": "4: Avg. incline <30%, poor condition, big rocks/branches",
3417                         "5": "5: Very steep, bike generally needs to be pushed or carried"
3418                     }
3419                 },
3420                 "name": {
3421                     "label": "Name",
3422                     "placeholder": "Common name (if any)"
3423                 },
3424                 "natural": {
3425                     "label": "Natural"
3426                 },
3427                 "network_bicycle": {
3428                     "label": "Network Type",
3429                     "placeholder": "Local, Regional, National, International",
3430                     "options": {
3431                         "lcn": "Local",
3432                         "rcn": "Regional",
3433                         "ncn": "National",
3434                         "icn": "International"
3435                     }
3436                 },
3437                 "network_foot": {
3438                     "label": "Network Type",
3439                     "placeholder": "Local, Regional, National, International",
3440                     "options": {
3441                         "lwn": "Local",
3442                         "rwn": "Regional",
3443                         "nwn": "National",
3444                         "iwn": "International"
3445                     }
3446                 },
3447                 "network_horse": {
3448                     "label": "Network Type",
3449                     "placeholder": "Local, Regional, National, International",
3450                     "options": {
3451                         "lhn": "Local",
3452                         "rhn": "Regional",
3453                         "nhn": "National",
3454                         "ihn": "International"
3455                     }
3456                 },
3457                 "network_road": {
3458                     "label": "Network"
3459                 },
3460                 "network": {
3461                     "label": "Network"
3462                 },
3463                 "note": {
3464                     "label": "Note"
3465                 },
3466                 "office": {
3467                     "label": "Type"
3468                 },
3469                 "oneway_yes": {
3470                     "label": "One Way",
3471                     "options": {
3472                         "undefined": "Assumed to be Yes",
3473                         "yes": "Yes",
3474                         "no": "No",
3475                         "reversible": "Reversible",
3476                         "alternating": "Alternating"
3477                     }
3478                 },
3479                 "oneway": {
3480                     "label": "One Way",
3481                     "options": {
3482                         "undefined": "Assumed to be No",
3483                         "yes": "Yes",
3484                         "no": "No",
3485                         "reversible": "Reversible",
3486                         "alternating": "Alternating"
3487                     }
3488                 },
3489                 "oneway/bicycle": {
3490                     "label": "One Way (Bicycles)"
3491                 },
3492                 "opening_date": {
3493                     "label": "Expected Opening Date"
3494                 },
3495                 "opening_hours": {
3496                     "label": "Hours",
3497                     "placeholder": "Unknown"
3498                 },
3499                 "operator": {
3500                     "label": "Operator"
3501                 },
3502                 "outdoor_seating": {
3503                     "label": "Outdoor Seating"
3504                 },
3505                 "par": {
3506                     "label": "Par",
3507                     "placeholder": "3, 4, 5..."
3508                 },
3509                 "park_ride": {
3510                     "label": "Park and Ride"
3511                 },
3512                 "parking": {
3513                     "label": "Type",
3514                     "options": {
3515                         "surface": "Surface",
3516                         "multi-storey": "Multilevel",
3517                         "underground": "Underground",
3518                         "sheds": "Sheds",
3519                         "carports": "Carports",
3520                         "garage_boxes": "Garage Boxes",
3521                         "lane": "Roadside Lane"
3522                     }
3523                 },
3524                 "payment_multi_fee": {
3525                     "label": "Payment Types"
3526                 },
3527                 "payment_multi": {
3528                     "label": "Payment Types"
3529                 },
3530                 "phases": {
3531                     "label": "Phases",
3532                     "placeholder": "1, 2, 3..."
3533                 },
3534                 "phone": {
3535                     "label": "Telephone",
3536                     "placeholder": "+31 42 123 4567"
3537                 },
3538                 "piste/difficulty_downhill": {
3539                     "label": "Difficulty",
3540                     "placeholder": "Easy, Intermediate, Advanced...",
3541                     "options": {
3542                         "novice": "Novice (instructional)",
3543                         "easy": "Easy (green circle)",
3544                         "intermediate": "Intermediate (blue square)",
3545                         "advanced": "Advanced (black diamond)",
3546                         "expert": "Expert (double black diamond)",
3547                         "freeride": "Freeride (off-piste)",
3548                         "extreme": "Extreme (climbing equipment required)"
3549                     }
3550                 },
3551                 "piste/difficulty_nordic": {
3552                     "label": "Difficulty",
3553                     "placeholder": "Easy, Intermediate, Advanced...",
3554                     "options": {
3555                         "novice": "Novice - Flat, no effort needed",
3556                         "easy": "Easy - Soft hills, short steep section",
3557                         "intermediate": "Intermediate - Steep section",
3558                         "advanced": "Advanced - Narrow, steep or icy section, sharp turn",
3559                         "expert": "Expert - Dangerous terrain around"
3560                     }
3561                 },
3562                 "piste/difficulty_skitour": {
3563                     "label": "Difficulty",
3564                     "placeholder": "Easy, Intermediate, Advanced...",
3565                     "options": {
3566                         "novice": "Novice - L: <30° incline",
3567                         "easy": "Easy - WS: 30-35° incline",
3568                         "intermediate": "Intermediate - ZS: 35-40° incline",
3569                         "advanced": "Advanced - S: 40-45° incline",
3570                         "expert": "Expert - SS: 45–50° incline",
3571                         "freeride": "Freeride - AS: 50–55° incline",
3572                         "extreme": "Extreme - EX: >55° incline"
3573                     }
3574                 },
3575                 "piste/difficulty": {
3576                     "label": "Difficulty",
3577                     "placeholder": "Easy, Intermediate, Advanced...",
3578                     "options": {
3579                         "novice": "Novice",
3580                         "easy": "Easy",
3581                         "intermediate": "Intermediate",
3582                         "advanced": "Advanced",
3583                         "expert": "Expert",
3584                         "freeride": "Freeride",
3585                         "extreme": "Extreme"
3586                     }
3587                 },
3588                 "piste/grooming_downhill": {
3589                     "label": "Grooming",
3590                     "options": {
3591                         "classic": "Classic",
3592                         "mogul": "Mogul",
3593                         "backcountry": "Backcountry - no grooming"
3594                     }
3595                 },
3596                 "piste/grooming_hike": {
3597                     "label": "Grooming",
3598                     "options": {
3599                         "classic": "Classic - Winter Hiking",
3600                         "backcountry": "Backcountry - Snowshoeing"
3601                     }
3602                 },
3603                 "piste/grooming_nordic": {
3604                     "label": "Grooming",
3605                     "options": {
3606                         "classic": "Classic",
3607                         "backcountry": "Backcountry, no grooming",
3608                         "classic+skating": "Classic and Skating",
3609                         "scooter": "Scooter/Snowmobile",
3610                         "skating": "Skating"
3611                     }
3612                 },
3613                 "piste/grooming": {
3614                     "label": "Grooming",
3615                     "options": {
3616                         "classic": "Classic",
3617                         "mogul": "Mogul",
3618                         "backcountry": "Backcountry",
3619                         "classic+skating": "Classic and Skating",
3620                         "scooter": "Scooter/Snowmobile",
3621                         "skating": "Skating"
3622                     }
3623                 },
3624                 "piste/type": {
3625                     "label": "Type",
3626                     "options": {
3627                         "downhill": "Downhill",
3628                         "nordic": "Nordic",
3629                         "skitour": "Skitour",
3630                         "sled": "Sled",
3631                         "hike": "Hike",
3632                         "sleigh": "Sleigh",
3633                         "ice_skate": "Ice Skate",
3634                         "snow_park": "Snow Park",
3635                         "playground": "Playground",
3636                         "connection": "Connection"
3637                     }
3638                 },
3639                 "place": {
3640                     "label": "Type"
3641                 },
3642                 "plant": {
3643                     "label": "Plant"
3644                 },
3645                 "plant/output/electricity": {
3646                     "label": "Power Output",
3647                     "placeholder": "500 MW, 1000 MW, 2000 MW..."
3648                 },
3649                 "playground": {
3650                     "label": "Type"
3651                 },
3652                 "playground/baby": {
3653                     "label": "Baby Seat"
3654                 },
3655                 "playground/max_age": {
3656                     "label": "Maximum Age"
3657                 },
3658                 "playground/min_age": {
3659                     "label": "Minimum Age"
3660                 },
3661                 "population": {
3662                     "label": "Population"
3663                 },
3664                 "power_supply": {
3665                     "label": "Power Supply"
3666                 },
3667                 "power": {
3668                     "label": "Type"
3669                 },
3670                 "produce": {
3671                     "label": "Produce"
3672                 },
3673                 "product": {
3674                     "label": "Products"
3675                 },
3676                 "railway": {
3677                     "label": "Type"
3678                 },
3679                 "railway/position": {
3680                     "label": "Milestone Position",
3681                     "placeholder": "Distance to one decimal (123.4)"
3682                 },
3683                 "railway/signal/direction": {
3684                     "label": "Direction Affected",
3685                     "options": {
3686                         "forward": "Forward",
3687                         "backward": "Backward",
3688                         "both": "Both / All"
3689                     }
3690                 },
3691                 "rating": {
3692                     "label": "Power Rating"
3693                 },
3694                 "recycling_accepts": {
3695                     "label": "Accepts"
3696                 },
3697                 "recycling_type": {
3698                     "label": "Type",
3699                     "placeholder": "Container, Center",
3700                     "options": {
3701                         "container": "Container",
3702                         "centre": "Center"
3703                     }
3704                 },
3705                 "ref_aeroway_gate": {
3706                     "label": "Gate Number"
3707                 },
3708                 "ref_golf_hole": {
3709                     "label": "Hole Number",
3710                     "placeholder": "1-18"
3711                 },
3712                 "ref_highway_junction": {
3713                     "label": "Junction Number"
3714                 },
3715                 "ref_platform": {
3716                     "label": "Platform Number"
3717                 },
3718                 "ref_road_number": {
3719                     "label": "Road Number"
3720                 },
3721                 "ref_room_number": {
3722                     "label": "Room Number"
3723                 },
3724                 "ref_route": {
3725                     "label": "Route Number"
3726                 },
3727                 "ref_runway": {
3728                     "label": "Runway Number",
3729                     "placeholder": "e.g. 01L/19R"
3730                 },
3731                 "ref_stop_position": {
3732                     "label": "Stop Number"
3733                 },
3734                 "ref_taxiway": {
3735                     "label": "Taxiway Name",
3736                     "placeholder": "e.g. A5"
3737                 },
3738                 "ref": {
3739                     "label": "Reference Code"
3740                 },
3741                 "ref/isil": {
3742                     "label": "ISIL Code"
3743                 },
3744                 "relation": {
3745                     "label": "Type"
3746                 },
3747                 "religion": {
3748                     "label": "Religion"
3749                 },
3750                 "reservation": {
3751                     "label": "Reservations",
3752                     "options": {
3753                         "yes": "Accepted",
3754                         "no": "Not Accepted",
3755                         "required": "Required",
3756                         "recommended": "Recommended"
3757                     }
3758                 },
3759                 "resort": {
3760                     "label": "Type"
3761                 },
3762                 "resource": {
3763                     "label": "Resources"
3764                 },
3765                 "restriction": {
3766                     "label": "Type"
3767                 },
3768                 "restrictions": {
3769                     "label": "Turn Restrictions"
3770                 },
3771                 "roof/colour": {
3772                     "label": "Roof Color"
3773                 },
3774                 "room": {
3775                     "label": "Type"
3776                 },
3777                 "rooms": {
3778                     "label": "Rooms"
3779                 },
3780                 "route_master": {
3781                     "label": "Type"
3782                 },
3783                 "route": {
3784                     "label": "Type"
3785                 },
3786                 "sac_scale": {
3787                     "label": "Hiking Difficulty",
3788                     "placeholder": "Mountain Hiking, Alpine Hiking...",
3789                     "options": {
3790                         "hiking": "T1: Hiking",
3791                         "mountain_hiking": "T2: Mountain Hiking",
3792                         "demanding_mountain_hiking": "T3: Demanding Mountain Hiking",
3793                         "alpine_hiking": "T4: Alpine Hiking",
3794                         "demanding_alpine_hiking": "T5: Demanding Alpine Hiking",
3795                         "difficult_alpine_hiking": "T6: Difficult Alpine Hiking"
3796                     }
3797                 },
3798                 "salt": {
3799                     "label": "Salt"
3800                 },
3801                 "sanitary_dump_station": {
3802                     "label": "Toilet Disposal"
3803                 },
3804                 "screen": {
3805                     "label": "Screens",
3806                     "placeholder": "1, 4, 8…"
3807                 },
3808                 "scuba_diving": {
3809                     "label": "Services"
3810                 },
3811                 "seamark/beacon_isolated_danger/shape": {
3812                     "label": "Shape"
3813                 },
3814                 "seamark/beacon_lateral/category": {
3815                     "label": "Category",
3816                     "options": {
3817                         "port": "Port",
3818                         "starboard": "Starboard",
3819                         "waterway_left": "Waterway Left",
3820                         "waterway_right": "Waterway Right",
3821                         "danger_left": "Danger Left",
3822                         "danger_right": "Danger Right"
3823                     }
3824                 },
3825                 "seamark/beacon_lateral/colour": {
3826                     "label": "Color",
3827                     "options": {
3828                         "red": "Red",
3829                         "green": "Green",
3830                         "grey": "Grey"
3831                     }
3832                 },
3833                 "seamark/beacon_lateral/shape": {
3834                     "label": "Shape"
3835                 },
3836                 "seamark/beacon_lateral/system": {
3837                     "label": "System",
3838                     "options": {
3839                         "iala-a": "IALA A",
3840                         "iala-b": "IALA B",
3841                         "cevni": "CEVNI",
3842                         "other": "Other"
3843                     }
3844                 },
3845                 "seamark/buoy_lateral/category": {
3846                     "label": "Category",
3847                     "options": {
3848                         "port": "Port",
3849                         "starboard": "Starboard",
3850                         "channel_left": "Channel Left",
3851                         "channel_right": "Channel Right",
3852                         "waterway_left": "Waterway Left",
3853                         "waterway_right": "Waterway Right",
3854                         "danger_left": "Danger Left",
3855                         "danger_right": "Danger Right",
3856                         "preferred_channel_port": "Preferred Channel Port",
3857                         "preferred_channel_starboard": "Preferred Channel Starboard"
3858                     }
3859                 },
3860                 "seamark/buoy_lateral/colour": {
3861                     "label": "Color",
3862                     "options": {
3863                         "red": "Red",
3864                         "green": "Green",
3865                         "red;white;red;white": "Red-White-Red-White",
3866                         "green;white;green;white": "Green-White-Green-White",
3867                         "red;green;red": "Red-Green-Red",
3868                         "green;red;green": "Green-Red-Green",
3869                         "white": "White",
3870                         "yellow": "Yellow"
3871                     }
3872                 },
3873                 "seamark/buoy_lateral/shape": {
3874                     "label": "Shape"
3875                 },
3876                 "seamark/buoy_lateral/system": {
3877                     "label": "System",
3878                     "options": {
3879                         "iala-a": "IALA A",
3880                         "iala-b": "IALA B",
3881                         "cevni": "CEVNI",
3882                         "other": "Other"
3883                     }
3884                 },
3885                 "seamark/mooring/category": {
3886                     "label": "Category"
3887                 },
3888                 "seamark/type": {
3889                     "label": "Seamark"
3890                 },
3891                 "seamark/wreck/category": {
3892                     "label": "Category"
3893                 },
3894                 "seasonal": {
3895                     "label": "Seasonal"
3896                 },
3897                 "seats": {
3898                     "label": "Seats",
3899                     "placeholder": "2, 4, 6..."
3900                 },
3901                 "second_hand": {
3902                     "label": "Sells Used",
3903                     "placeholder": "Yes, No, Only",
3904                     "options": {
3905                         "yes": "Yes",
3906                         "no": "No",
3907                         "only": "Only"
3908                     }
3909                 },
3910                 "self_service": {
3911                     "label": "Self-Service"
3912                 },
3913                 "service_rail": {
3914                     "label": "Service Type",
3915                     "options": {
3916                         "spur": "Spur",
3917                         "yard": "Yard",
3918                         "siding": "Siding",
3919                         "crossover": "Crossover"
3920                     }
3921                 },
3922                 "service_times": {
3923                     "label": "Service Times"
3924                 },
3925                 "service": {
3926                     "label": "Type"
3927                 },
3928                 "service/bicycle": {
3929                     "label": "Services"
3930                 },
3931                 "service/vehicle": {
3932                     "label": "Services"
3933                 },
3934                 "shelter_type": {
3935                     "label": "Type"
3936                 },
3937                 "shelter": {
3938                     "label": "Shelter"
3939                 },
3940                 "shop": {
3941                     "label": "Type"
3942                 },
3943                 "siren/purpose": {
3944                     "label": "Purpose"
3945                 },
3946                 "siren/type": {
3947                     "label": "Type",
3948                     "options": {
3949                         "pneumatic": "Pneumatic",
3950                         "electronic": "Electronic",
3951                         "other": "Other"
3952                     }
3953                 },
3954                 "site_type": {
3955                     "label": "Site Type"
3956                 },
3957                 "site": {
3958                     "label": "Type"
3959                 },
3960                 "smoking": {
3961                     "label": "Smoking",
3962                     "placeholder": "No, Separated, Yes...",
3963                     "options": {
3964                         "no": "No smoking anywhere",
3965                         "separated": "In smoking areas, not physically isolated",
3966                         "isolated": "In smoking areas, physically isolated",
3967                         "outside": "Allowed outside",
3968                         "yes": "Allowed everywhere",
3969                         "dedicated": "Dedicated to smokers (e.g. smokers' club)"
3970                     }
3971                 },
3972                 "smoothness": {
3973                     "label": "Smoothness",
3974                     "placeholder": "Thin Rollers, Wheels, Off-Road...",
3975                     "options": {
3976                         "excellent": "Thin Rollers: rollerblade, skateboard",
3977                         "good": "Thin Wheels: racing bike",
3978                         "intermediate": "Wheels: city bike, wheelchair, scooter",
3979                         "bad": "Robust Wheels: trekking bike, car, rickshaw",
3980                         "very_bad": "High Clearance: light duty off-road vehicle",
3981                         "horrible": "Off-Road: heavy duty off-road vehicle",
3982                         "very_horrible": "Specialized off-road: tractor, ATV",
3983                         "impassable": "Impassable / No wheeled vehicle"
3984                     }
3985                 },
3986                 "social_facility_for": {
3987                     "label": "People Served"
3988                 },
3989                 "social_facility": {
3990                     "label": "Type"
3991                 },
3992                 "source": {
3993                     "label": "Sources"
3994                 },
3995                 "sport_ice": {
3996                     "label": "Sports"
3997                 },
3998                 "sport_racing_motor": {
3999                     "label": "Sports"
4000                 },
4001                 "sport_racing_nonmotor": {
4002                     "label": "Sports"
4003                 },
4004                 "sport": {
4005                     "label": "Sports"
4006                 },
4007                 "stars": {
4008                     "label": "Stars"
4009                 },
4010                 "start_date": {
4011                     "label": "Start Date"
4012                 },
4013                 "step_count": {
4014                     "label": "Number of Steps"
4015                 },
4016                 "stop": {
4017                     "label": "Stop Type",
4018                     "options": {
4019                         "all": "All Ways",
4020                         "minor": "Minor Road"
4021                     }
4022                 },
4023                 "street_cabinet": {
4024                     "label": "Type"
4025                 },
4026                 "structure_waterway": {
4027                     "label": "Structure",
4028                     "placeholder": "Unknown",
4029                     "options": {
4030                         "tunnel": "Tunnel"
4031                     }
4032                 },
4033                 "structure": {
4034                     "label": "Structure",
4035                     "placeholder": "Unknown",
4036                     "options": {
4037                         "bridge": "Bridge",
4038                         "tunnel": "Tunnel",
4039                         "embankment": "Embankment",
4040                         "cutting": "Cutting",
4041                         "ford": "Ford"
4042                     }
4043                 },
4044                 "studio": {
4045                     "label": "Type"
4046                 },
4047                 "substance": {
4048                     "label": "Substance"
4049                 },
4050                 "substation": {
4051                     "label": "Type"
4052                 },
4053                 "supervised": {
4054                     "label": "Supervised"
4055                 },
4056                 "support": {
4057                     "label": "Support"
4058                 },
4059                 "surface": {
4060                     "label": "Surface"
4061                 },
4062                 "surveillance": {
4063                     "label": "Surveillance Kind"
4064                 },
4065                 "surveillance/type": {
4066                     "label": "Surveillance Type",
4067                     "options": {
4068                         "camera": "Camera",
4069                         "guard": "Guard",
4070                         "ALPR": "Automatic License Plate Reader"
4071                     }
4072                 },
4073                 "surveillance/zone": {
4074                     "label": "Surveillance Zone"
4075                 },
4076                 "survey/date": {
4077                     "label": "Last Survey Date"
4078                 },
4079                 "swimming_pool": {
4080                     "label": "Type"
4081                 },
4082                 "switch": {
4083                     "label": "Type",
4084                     "options": {
4085                         "mechanical": "Mechanical",
4086                         "circuit_breaker": "Circuit Breaker",
4087                         "disconnector": "Disconnector",
4088                         "earthing": "Earthing"
4089                     }
4090                 },
4091                 "tactile_paving": {
4092                     "label": "Tactile Paving"
4093                 },
4094                 "takeaway": {
4095                     "label": "Takeaway",
4096                     "placeholder": "Yes, No, Takeaway Only...",
4097                     "options": {
4098                         "yes": "Yes",
4099                         "no": "No",
4100                         "only": "Takeaway Only"
4101                     }
4102                 },
4103                 "target": {
4104                     "label": "Target"
4105                 },
4106                 "tidal": {
4107                     "label": "Tidal"
4108                 },
4109                 "to": {
4110                     "label": "To"
4111                 },
4112                 "toilets/disposal": {
4113                     "label": "Disposal",
4114                     "options": {
4115                         "flush": "Flush",
4116                         "pitlatrine": "Pit Latrine",
4117                         "chemical": "Chemical",
4118                         "bucket": "Bucket"
4119                     }
4120                 },
4121                 "toilets/handwashing": {
4122                     "label": "Handwashing"
4123                 },
4124                 "toilets/position": {
4125                     "label": "Positions"
4126                 },
4127                 "toll": {
4128                     "label": "Toll"
4129                 },
4130                 "tomb": {
4131                     "label": "Type"
4132                 },
4133                 "tourism": {
4134                     "label": "Type"
4135                 },
4136                 "tower/construction": {
4137                     "label": "Construction",
4138                     "placeholder": "Guyed, Lattice, Concealed, ..."
4139                 },
4140                 "tower/type": {
4141                     "label": "Type"
4142                 },
4143                 "tracktype": {
4144                     "label": "Track Type",
4145                     "placeholder": "Solid, Mostly Solid, Soft...",
4146                     "options": {
4147                         "grade1": "Solid: paved or heavily compacted hardcore surface",
4148                         "grade2": "Mostly Solid: gravel/rock with some soft material mixed in",
4149                         "grade3": "Even mixture of hard and soft materials",
4150                         "grade4": "Mostly Soft: soil/sand/grass with some hard material mixed in",
4151                         "grade5": "Soft: soil/sand/grass"
4152                     }
4153                 },
4154                 "trade": {
4155                     "label": "Type"
4156                 },
4157                 "traffic_calming": {
4158                     "label": "Type"
4159                 },
4160                 "traffic_sign": {
4161                     "label": "Traffic Sign"
4162                 },
4163                 "traffic_sign/direction": {
4164                     "label": "Direction Affected",
4165                     "options": {
4166                         "forward": "Forward",
4167                         "backward": "Backward",
4168                         "both": "Both / All"
4169                     }
4170                 },
4171                 "traffic_signals": {
4172                     "label": "Type"
4173                 },
4174                 "traffic_signals/direction": {
4175                     "label": "Direction Affected",
4176                     "options": {
4177                         "forward": "Forward",
4178                         "backward": "Backward",
4179                         "both": "Both / All"
4180                     }
4181                 },
4182                 "trail_visibility": {
4183                     "label": "Trail Visibility",
4184                     "placeholder": "Excellent, Good, Bad...",
4185                     "options": {
4186                         "excellent": "Excellent: unambiguous path or markers everywhere",
4187                         "good": "Good: markers visible, sometimes require searching",
4188                         "intermediate": "Intermediate: few markers, path mostly visible",
4189                         "bad": "Bad: no markers, path sometimes invisible/pathless",
4190                         "horrible": "Horrible: often pathless, some orientation skills required",
4191                         "no": "No: pathless, excellent orientation skills required"
4192                     }
4193                 },
4194                 "transformer": {
4195                     "label": "Type",
4196                     "options": {
4197                         "distribution": "Distribution",
4198                         "generator": "Generator",
4199                         "converter": "Converter",
4200                         "traction": "Traction",
4201                         "auto": "Autotransformer",
4202                         "phase_angle_regulator": "Phase Angle Regulator",
4203                         "auxiliary": "Auxiliary",
4204                         "yes": "Unknown"
4205                     }
4206                 },
4207                 "trees": {
4208                     "label": "Trees"
4209                 },
4210                 "trench": {
4211                     "label": "Type"
4212                 },
4213                 "trolley_wire": {
4214                     "label": "Overhead Trolley Wires"
4215                 },
4216                 "tunnel": {
4217                     "label": "Type",
4218                     "placeholder": "Default"
4219                 },
4220                 "usage_rail": {
4221                     "label": "Usage Type",
4222                     "options": {
4223                         "main": "Main",
4224                         "branch": "Branch",
4225                         "industrial": "Industrial",
4226                         "military": "Military",
4227                         "test": "Test",
4228                         "tourism": "Tourism"
4229                     }
4230                 },
4231                 "valve": {
4232                     "label": "Type"
4233                 },
4234                 "vending": {
4235                     "label": "Types of Goods"
4236                 },
4237                 "visibility": {
4238                     "label": "Visibility",
4239                     "options": {
4240                         "house": "Up to 5m (16ft)",
4241                         "street": "5 to 20m (16 to 65ft)",
4242                         "area": "Over 20m (65ft)"
4243                     }
4244                 },
4245                 "volcano/status": {
4246                     "label": "Volcano Status",
4247                     "options": {
4248                         "active": "Active",
4249                         "dormant": "Dormant",
4250                         "extinct": "Extinct"
4251                     }
4252                 },
4253                 "volcano/type": {
4254                     "label": "Volcano Type",
4255                     "options": {
4256                         "stratovolcano": "Stratovolcano",
4257                         "shield": "Shield",
4258                         "scoria": "Scoria"
4259                     }
4260                 },
4261                 "voltage_electrified": {
4262                     "label": "Voltage"
4263                 },
4264                 "voltage": {
4265                     "label": "Voltage"
4266                 },
4267                 "voltage/primary": {
4268                     "label": "Primary Voltage"
4269                 },
4270                 "voltage/secondary": {
4271                     "label": "Secondary Voltage"
4272                 },
4273                 "voltage/tertiary": {
4274                     "label": "Tertiary Voltage"
4275                 },
4276                 "wall": {
4277                     "label": "Type"
4278                 },
4279                 "water_point": {
4280                     "label": "Water Point"
4281                 },
4282                 "water_source": {
4283                     "label": "Water Source"
4284                 },
4285                 "water_volume": {
4286                     "label": "Water Reserve Volume (m³)"
4287                 },
4288                 "water": {
4289                     "label": "Type"
4290                 },
4291                 "waterway": {
4292                     "label": "Type"
4293                 },
4294                 "website": {
4295                     "label": "Website",
4296                     "placeholder": "https://example.com"
4297                 },
4298                 "wetland": {
4299                     "label": "Type"
4300                 },
4301                 "wheelchair": {
4302                     "label": "Wheelchair Access"
4303                 },
4304                 "wholesale": {
4305                     "label": "Wholesale"
4306                 },
4307                 "width": {
4308                     "label": "Width (Meters)"
4309                 },
4310                 "wikidata": {
4311                     "label": "Wikidata"
4312                 },
4313                 "wikipedia": {
4314                     "label": "Wikipedia"
4315                 },
4316                 "windings": {
4317                     "label": "Windings",
4318                     "placeholder": "1, 2, 3..."
4319                 },
4320                 "windings/configuration": {
4321                     "label": "Windings Configuration",
4322                     "options": {
4323                         "star": "Star / Wye",
4324                         "delta": "Delta",
4325                         "open-delta": "Open Delta",
4326                         "zigzag": "Zig Zag",
4327                         "open": "Open",
4328                         "scott": "Scott",
4329                         "leblanc": "Leblanc"
4330                     }
4331                 }
4332             },
4333             "presets": {
4334                 "aerialway": {
4335                     "name": "Aerialway",
4336                     "terms": ""
4337                 },
4338                 "aeroway": {
4339                     "name": "Aeroway",
4340                     "terms": ""
4341                 },
4342                 "amenity": {
4343                     "name": "Amenity",
4344                     "terms": ""
4345                 },
4346                 "attraction": {
4347                     "name": "Attraction",
4348                     "terms": ""
4349                 },
4350                 "boundary": {
4351                     "name": "Boundary",
4352                     "terms": ""
4353                 },
4354                 "building_point": {
4355                     "name": "Building",
4356                     "terms": ""
4357                 },
4358                 "embankment": {
4359                     "name": "Embankment",
4360                     "terms": ""
4361                 },
4362                 "emergency": {
4363                     "name": "Emergency Feature",
4364                     "terms": ""
4365                 },
4366                 "highway": {
4367                     "name": "Highway",
4368                     "terms": ""
4369                 },
4370                 "indoor": {
4371                     "name": "Indoor Feature",
4372                     "terms": ""
4373                 },
4374                 "landuse": {
4375                     "name": "Land Use",
4376                     "terms": ""
4377                 },
4378                 "leisure": {
4379                     "name": "Leisure",
4380                     "terms": ""
4381                 },
4382                 "man_made": {
4383                     "name": "Man Made",
4384                     "terms": ""
4385                 },
4386                 "natural": {
4387                     "name": "Natural",
4388                     "terms": ""
4389                 },
4390                 "place": {
4391                     "name": "Place",
4392                     "terms": ""
4393                 },
4394                 "playground": {
4395                     "name": "Playground Equipment",
4396                     "terms": ""
4397                 },
4398                 "power": {
4399                     "name": "Power",
4400                     "terms": ""
4401                 },
4402                 "railway": {
4403                     "name": "Railway",
4404                     "terms": ""
4405                 },
4406                 "seamark": {
4407                     "name": "Seamark",
4408                     "terms": ""
4409                 },
4410                 "tourism": {
4411                     "name": "Tourism",
4412                     "terms": ""
4413                 },
4414                 "waterway": {
4415                     "name": "Waterway",
4416                     "terms": ""
4417                 },
4418                 "address": {
4419                     "name": "Address",
4420                     "terms": ""
4421                 },
4422                 "advertising/billboard": {
4423                     "name": "Billboard",
4424                     "terms": ""
4425                 },
4426                 "advertising/column": {
4427                     "name": "Advertising Column",
4428                     "terms": ""
4429                 },
4430                 "aerialway/station": {
4431                     "name": "Aerialway Station",
4432                     "terms": ""
4433                 },
4434                 "aerialway/cable_car": {
4435                     "name": "Cable Car",
4436                     "terms": "tramway,ropeway"
4437                 },
4438                 "aerialway/chair_lift": {
4439                     "name": "Chair Lift",
4440                     "terms": ""
4441                 },
4442                 "aerialway/drag_lift": {
4443                     "name": "Drag Lift",
4444                     "terms": ""
4445                 },
4446                 "aerialway/gondola": {
4447                     "name": "Gondola",
4448                     "terms": ""
4449                 },
4450                 "aerialway/goods": {
4451                     "name": "Goods Aerialway",
4452                     "terms": ""
4453                 },
4454                 "aerialway/j-bar": {
4455                     "name": "J-bar Lift",
4456                     "terms": "jbar"
4457                 },
4458                 "aerialway/magic_carpet": {
4459                     "name": "Magic Carpet Lift",
4460                     "terms": ""
4461                 },
4462                 "aerialway/mixed_lift": {
4463                     "name": "Mixed Lift",
4464                     "terms": ""
4465                 },
4466                 "aerialway/platter": {
4467                     "name": "Platter Lift",
4468                     "terms": "button lift,poma lift"
4469                 },
4470                 "aerialway/pylon": {
4471                     "name": "Aerialway Pylon",
4472                     "terms": ""
4473                 },
4474                 "aerialway/rope_tow": {
4475                     "name": "Rope Tow Lift",
4476                     "terms": "handle tow,bugel lift"
4477                 },
4478                 "aerialway/t-bar": {
4479                     "name": "T-bar Lift",
4480                     "terms": "tbar"
4481                 },
4482                 "aerialway/zip_line": {
4483                     "name": "Zip Line",
4484                     "terms": "aerial runway,canopy,flying fox,foefie slide,gravity propelled aerial ropeslide,Tyrolean traverse,zip wire,zip-line,zipline,zipwire"
4485                 },
4486                 "aeroway/aerodrome": {
4487                     "name": "Airport",
4488                     "terms": "aerodrome,aeroway,airplane,airport,jet,plane"
4489                 },
4490                 "aeroway/apron": {
4491                     "name": "Apron",
4492                     "terms": "ramp"
4493                 },
4494                 "aeroway/gate": {
4495                     "name": "Airport Gate",
4496                     "terms": ""
4497                 },
4498                 "aeroway/hangar": {
4499                     "name": "Hangar",
4500                     "terms": ""
4501                 },
4502                 "aeroway/helipad": {
4503                     "name": "Helipad",
4504                     "terms": "helicopter,helipad,heliport"
4505                 },
4506                 "aeroway/jet_bridge": {
4507                     "name": "Jet Bridge",
4508                     "terms": "aerobridge,air jetty,airbridge,finger,gangway,jet way,jetway,passenger boarding bridge,PBB,portal,skybridge,terminal gate connector"
4509                 },
4510                 "aeroway/runway": {
4511                     "name": "Runway",
4512                     "terms": "landing strip"
4513                 },
4514                 "aeroway/taxiway": {
4515                     "name": "Taxiway",
4516                     "terms": ""
4517                 },
4518                 "aeroway/terminal": {
4519                     "name": "Airport Terminal",
4520                     "terms": "airport,aerodrome"
4521                 },
4522                 "aeroway/windsock": {
4523                     "name": "Windsock",
4524                     "terms": ""
4525                 },
4526                 "allotments/plot": {
4527                     "name": "Community Garden Plot",
4528                     "terms": ""
4529                 },
4530                 "amenity/bus_station": {
4531                     "name": "Bus Station / Terminal",
4532                     "terms": ""
4533                 },
4534                 "amenity/coworking_space": {
4535                     "name": "Coworking Space",
4536                     "terms": ""
4537                 },
4538                 "amenity/embassy": {
4539                     "name": "Embassy",
4540                     "terms": ""
4541                 },
4542                 "amenity/ferry_terminal": {
4543                     "name": "Ferry Station / Terminal",
4544                     "terms": ""
4545                 },
4546                 "amenity/nursing_home": {
4547                     "name": "Nursing Home",
4548                     "terms": ""
4549                 },
4550                 "amenity/recycling": {
4551                     "name": "Recycling",
4552                     "terms": "bin,can,bottle,glass,garbage,rubbish,scrap,trash"
4553                 },
4554                 "amenity/register_office": {
4555                     "name": "Register Office",
4556                     "terms": ""
4557                 },
4558                 "amenity/scrapyard": {
4559                     "name": "Scrap Yard",
4560                     "terms": ""
4561                 },
4562                 "amenity/swimming_pool": {
4563                     "name": "Swimming Pool",
4564                     "terms": ""
4565                 },
4566                 "amenity/animal_boarding": {
4567                     "name": "Animal Boarding Facility",
4568                     "terms": "boarding,cat,cattery,dog,horse,kennel,kitten,pet,pet boarding,pet care,pet hotel,puppy,reptile"
4569                 },
4570                 "amenity/animal_breeding": {
4571                     "name": "Animal Breeding Facility",
4572                     "terms": "breeding,bull,cat,cow,dog,horse,husbandry,kitten,livestock,pet breeding,puppy,reptile"
4573                 },
4574                 "amenity/animal_shelter": {
4575                     "name": "Animal Shelter",
4576                     "terms": "adoption,aspca,cat,dog,horse,kitten,pet care,pet rescue,puppy,raptor,reptile,rescue,spca,pound"
4577                 },
4578                 "amenity/arts_centre": {
4579                     "name": "Arts Center",
4580                     "terms": ""
4581                 },
4582                 "amenity/atm": {
4583                     "name": "ATM",
4584                     "terms": "money,cash,machine"
4585                 },
4586                 "amenity/bank": {
4587                     "name": "Bank",
4588                     "terms": "credit union,check,deposit,fund,investment,repository,reserve,safe,savings,stock,treasury,trust,vault"
4589                 },
4590                 "amenity/bar": {
4591                     "name": "Bar",
4592                     "terms": "dive,beer,bier,booze"
4593                 },
4594                 "amenity/bar/lgbtq": {
4595                     "name": "LGBTQ+ Bar",
4596                     "terms": "gay bar,lesbian bar,lgbtq bar,lgbt bar,lgb bar"
4597                 },
4598                 "amenity/bbq": {
4599                     "name": "Barbecue/Grill",
4600                     "terms": "bbq,grill"
4601                 },
4602                 "amenity/bench": {
4603                     "name": "Bench",
4604                     "terms": "seat,chair"
4605                 },
4606                 "amenity/bicycle_parking": {
4607                     "name": "Bicycle Parking",
4608                     "terms": "bike"
4609                 },
4610                 "amenity/bicycle_parking/building": {
4611                     "name": "Bicycle Parking Garage",
4612                     "terms": "Multi-Storey Bicycle Park,Multi-Storey Bike Park,Bike Parking Station"
4613                 },
4614                 "amenity/bicycle_parking/lockers": {
4615                     "name": "Bicycle Lockers",
4616                     "terms": "Bike Lockers"
4617                 },
4618                 "amenity/bicycle_parking/shed": {
4619                     "name": "Bicycle Shed",
4620                     "terms": "Bike Shed"
4621                 },
4622                 "amenity/bicycle_rental": {
4623                     "name": "Bicycle Rental",
4624                     "terms": "bike,bicycle,bikeshare,bike share,bicycle share,hub,dock"
4625                 },
4626                 "amenity/bicycle_repair_station": {
4627                     "name": "Bicycle Repair Tool Stand",
4628                     "terms": "bike,repair,chain,pump,tools,stand,multitool"
4629                 },
4630                 "amenity/biergarten": {
4631                     "name": "Biergarten",
4632                     "terms": "beer,bier,booze"
4633                 },
4634                 "amenity/boat_rental": {
4635                     "name": "Boat Rental",
4636                     "terms": ""
4637                 },
4638                 "amenity/bureau_de_change": {
4639                     "name": "Currency Exchange",
4640                     "terms": "bureau de change,money changer"
4641                 },
4642                 "amenity/cafe": {
4643                     "name": "Cafe",
4644                     "terms": "bistro,coffee,tea"
4645                 },
4646                 "amenity/car_pooling": {
4647                     "name": "Car Pooling",
4648                     "terms": ""
4649                 },
4650                 "amenity/car_rental": {
4651                     "name": "Car Rental",
4652                     "terms": ""
4653                 },
4654                 "amenity/car_sharing": {
4655                     "name": "Car Sharing",
4656                     "terms": ""
4657                 },
4658                 "amenity/car_wash": {
4659                     "name": "Car Wash",
4660                     "terms": ""
4661                 },
4662                 "amenity/casino": {
4663                     "name": "Casino",
4664                     "terms": "gambling,roulette,craps,poker,blackjack"
4665                 },
4666                 "amenity/charging_station": {
4667                     "name": "Charging Station",
4668                     "terms": "EV,Electric Vehicle,Supercharger"
4669                 },
4670                 "amenity/childcare": {
4671                     "name": "Nursery/Childcare",
4672                     "terms": "daycare,orphanage,playgroup"
4673                 },
4674                 "amenity/cinema": {
4675                     "name": "Cinema",
4676                     "terms": "drive-in,film,flick,movie,theater,picture,show,screen"
4677                 },
4678                 "amenity/clinic": {
4679                     "name": "Clinic",
4680                     "terms": "medical,urgentcare"
4681                 },
4682                 "amenity/clinic/abortion": {
4683                     "name": "Abortion Clinic",
4684                     "terms": ""
4685                 },
4686                 "amenity/clinic/fertility": {
4687                     "name": "Fertility Clinic",
4688                     "terms": "egg,fertility,reproductive,sperm,ovulation"
4689                 },
4690                 "amenity/clock": {
4691                     "name": "Clock",
4692                     "terms": "time"
4693                 },
4694                 "amenity/clock/sundial": {
4695                     "name": "Sundial",
4696                     "terms": "gnomon,shadow"
4697                 },
4698                 "amenity/college": {
4699                     "name": "College Grounds",
4700                     "terms": "university,undergraduate school"
4701                 },
4702                 "amenity/community_centre": {
4703                     "name": "Community Center",
4704                     "terms": "event,hall"
4705                 },
4706                 "amenity/community_centre/lgbtq": {
4707                     "name": "LGBTQ+ Community Center",
4708                     "terms": "lgbtq event,lgbtq hall,lgbt event,lgbt hall,lgb event,lgb hall"
4709                 },
4710                 "amenity/compressed_air": {
4711                     "name": "Compressed Air",
4712                     "terms": ""
4713                 },
4714                 "amenity/conference_centre": {
4715                     "name": "Convention Center",
4716                     "terms": "auditorium,conference,exhibition,exposition,lecture"
4717                 },
4718                 "amenity/courthouse": {
4719                     "name": "Courthouse",
4720                     "terms": ""
4721                 },
4722                 "amenity/crematorium": {
4723                     "name": "Crematorium",
4724                     "terms": "cemetery,funeral"
4725                 },
4726                 "amenity/dentist": {
4727                     "name": "Dentist",
4728                     "terms": "tooth,teeth"
4729                 },
4730                 "amenity/dive_centre": {
4731                     "name": "Dive Center",
4732                     "terms": "diving,scuba"
4733                 },
4734                 "amenity/doctors": {
4735                     "name": "Doctor",
4736                     "terms": "medic*,physician"
4737                 },
4738                 "amenity/dojo": {
4739                     "name": "Dojo / Martial Arts Academy",
4740                     "terms": "martial arts,dojang"
4741                 },
4742                 "amenity/drinking_water": {
4743                     "name": "Drinking Water",
4744                     "terms": "potable water source,water fountain,drinking fountain,bubbler,water tap"
4745                 },
4746                 "amenity/driving_school": {
4747                     "name": "Driving School",
4748                     "terms": ""
4749                 },
4750                 "amenity/events_venue": {
4751                     "name": "Events Venue",
4752                     "terms": "banquet hall,baptism,Bar Mitzvah,Bat Mitzvah,birthdays,celebrations,conferences,confirmation,meetings,parties,party,quinceañera,reunions,weddings"
4753                 },
4754                 "amenity/fast_food": {
4755                     "name": "Fast Food",
4756                     "terms": "restaurant,takeaway"
4757                 },
4758                 "amenity/fast_food/ice_cream": {
4759                     "name": "Ice Cream Fast Food",
4760                     "terms": ""
4761                 },
4762                 "amenity/fast_food/burger": {
4763                     "name": "Burger Fast Food",
4764                     "terms": "breakfast,dine,dining,dinner,drive-in,eat,grill,lunch,table"
4765                 },
4766                 "amenity/fast_food/chicken": {
4767                     "name": "Chicken Fast Food",
4768                     "terms": "breakfast,canteen,dine,dining,dinner,drive-in,eat,grill,lunch,table"
4769                 },
4770                 "amenity/fast_food/donut": {
4771                     "name": "Donut Fast Food",
4772                     "terms": "breakfast,brunch,cafe,canteen,coffee,dine,diner,donut,doughnut,dining,eat,lunch,table"
4773                 },
4774                 "amenity/fast_food/fish_and_chips": {
4775                     "name": "Fish & Chips Fast Food",
4776                     "terms": "breakfast,cafe,café,dine,dining,dinner,drive-in,eat,grill,lunch,table,french fries"
4777                 },
4778                 "amenity/fast_food/kebab": {
4779                     "name": "Kebab Fast Food",
4780                     "terms": "bar,breakfast,cafe,café,canteen,dine,dining,dinner,drive-in,eat,grill,lunch,table"
4781                 },
4782                 "amenity/fast_food/mexican": {
4783                     "name": "Mexican Fast Food",
4784                     "terms": "breakfast,dine,dining,dinner,drive-in,eat,grill,lunch,table,tacos,burritos,enchiladas,fajitas,nachos,tortillas,salsa,tamales,quesadillas"
4785                 },
4786                 "amenity/fast_food/pizza": {
4787                     "name": "Pizza Fast Food",
4788                     "terms": "dine,dining,dinner,drive-in,eat,lunch,table,deep dish,thin crust,slice"
4789                 },
4790                 "amenity/fast_food/sandwich": {
4791                     "name": "Sandwich Fast Food",
4792                     "terms": "breakfast,cafe,café,dine,dining,dinner,drive-in,eat,grill,lunch,table"
4793                 },
4794                 "amenity/fire_station": {
4795                     "name": "Fire Station",
4796                     "terms": ""
4797                 },
4798                 "amenity/food_court": {
4799                     "name": "Food Court",
4800                     "terms": "fast food,restaurant,food"
4801                 },
4802                 "amenity/fountain": {
4803                     "name": "Fountain",
4804                     "terms": ""
4805                 },
4806                 "amenity/fuel": {
4807                     "name": "Gas Station",
4808                     "terms": "petrol,fuel,gasoline,propane,diesel,lng,cng,biodiesel"
4809                 },
4810                 "amenity/grave_yard": {
4811                     "name": "Graveyard",
4812                     "terms": ""
4813                 },
4814                 "amenity/grit_bin": {
4815                     "name": "Grit Bin",
4816                     "terms": "salt,sand"
4817                 },
4818                 "amenity/hospital": {
4819                     "name": "Hospital Grounds",
4820                     "terms": "clinic,doctor,emergency room,health,infirmary,institution,sanatorium,sanitarium,sick,surgery,ward"
4821                 },
4822                 "amenity/hunting_stand": {
4823                     "name": "Hunting Stand",
4824                     "terms": "game,gun,lookout,rifle,shoot*,wild,watch"
4825                 },
4826                 "amenity/ice_cream": {
4827                     "name": "Ice Cream Shop",
4828                     "terms": "gelato,sorbet,sherbet,frozen,yogurt"
4829                 },
4830                 "amenity/internet_cafe": {
4831                     "name": "Internet Cafe",
4832                     "terms": "cybercafe,taxiphone,teleboutique,coffee,cafe,net,lanhouse"
4833                 },
4834                 "amenity/kindergarten": {
4835                     "name": "Preschool/Kindergarten Grounds",
4836                     "terms": "kindergarden,pre-school"
4837                 },
4838                 "amenity/language_school": {
4839                     "name": "Language School",
4840                     "terms": "esl"
4841                 },
4842                 "amenity/library": {
4843                     "name": "Library",
4844                     "terms": "book"
4845                 },
4846                 "amenity/love_hotel": {
4847                     "name": "Love Hotel",
4848                     "terms": ""
4849                 },
4850                 "amenity/marketplace": {
4851                     "name": "Marketplace",
4852                     "terms": ""
4853                 },
4854                 "amenity/monastery": {
4855                     "name": "Monastery Grounds",
4856                     "terms": "abbey,basilica,bethel,cathedral,chancel,chantry,chapel,church,fold,house of God,house of prayer,house of worship,minster,mission,monastery,mosque,oratory,parish,sacellum,sanctuary,shrine,synagogue,tabernacle,temple"
4857                 },
4858                 "amenity/money_transfer": {
4859                     "name": "Money Transfer Station",
4860                     "terms": "money order,check,bill,currency,finance,wire transfer,cable,person to person,cash to cash,exchange"
4861                 },
4862                 "amenity/motorcycle_parking": {
4863                     "name": "Motorcycle Parking",
4864                     "terms": ""
4865                 },
4866                 "amenity/music_school": {
4867                     "name": "Music School",
4868                     "terms": "school of music"
4869                 },
4870                 "amenity/nightclub": {
4871                     "name": "Nightclub",
4872                     "terms": "disco*,night club,dancing,dance club"
4873                 },
4874                 "amenity/nightclub/lgbtq": {
4875                     "name": "LGBTQ+ Nightclub",
4876                     "terms": "gay nightclub,lesbian nightclub,lgbtq nightclub,lgbt nightclub,lgb nightclub"
4877                 },
4878                 "amenity/parking_entrance": {
4879                     "name": "Parking Garage Entrance/Exit",
4880                     "terms": ""
4881                 },
4882                 "amenity/parking_space": {
4883                     "name": "Parking Space",
4884                     "terms": ""
4885                 },
4886                 "amenity/parking": {
4887                     "name": "Parking Lot",
4888                     "terms": "automobile parking,car lot,car parking,rv parking,truck parking,vehicle parking"
4889                 },
4890                 "amenity/parking/multi-storey": {
4891                     "name": "Multilevel Parking Garage",
4892                     "terms": "car,indoor parking,multistorey car park,parkade,parking building,parking deck,parking garage,parking ramp,parking structure"
4893                 },
4894                 "amenity/parking/underground": {
4895                     "name": "Underground Parking",
4896                     "terms": "automobile parking,car lot,car parking,rv parking,subsurface parking,truck parking,vehicle parking"
4897                 },
4898                 "amenity/payment_centre": {
4899                     "name": "Payment Center",
4900                     "terms": "check,tax pay,bill pay,currency,finance,cash,money"
4901                 },
4902                 "amenity/payment_terminal": {
4903                     "name": "Payment Terminal",
4904                     "terms": "interactive kiosk,ekiosk,atm,bill pay,tax pay,phone pay,finance,cash,money transfer,card"
4905                 },
4906                 "amenity/pharmacy": {
4907                     "name": "Pharmacy Counter",
4908                     "terms": "apothecary,drug store,drugstore,med*,prescription"
4909                 },
4910                 "amenity/photo_booth": {
4911                     "name": "Photo Booth",
4912                     "terms": "photobooth,photo,booth,kiosk,camera"
4913                 },
4914                 "amenity/place_of_worship": {
4915                     "name": "Place of Worship",
4916                     "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"
4917                 },
4918                 "amenity/place_of_worship/buddhist": {
4919                     "name": "Buddhist Temple",
4920                     "terms": "stupa,vihara,monastery,temple,pagoda,zendo,dojo"
4921                 },
4922                 "amenity/place_of_worship/christian": {
4923                     "name": "Christian Church",
4924                     "terms": "christian,abbey,basilica,bethel,cathedral,chancel,chantry,chapel,fold,house of God,house of prayer,house of worship,minster,mission,oratory,parish,sacellum,sanctuary,shrine,tabernacle,temple"
4925                 },
4926                 "amenity/place_of_worship/christian/jehovahs_witness": {
4927                     "name": "Kingdom Hall of Jehovah's Witnesses",
4928                     "terms": "christian,church,house of God,house of prayer,house of worship"
4929                 },
4930                 "amenity/place_of_worship/christian/la_luz_del_mundo": {
4931                     "name": "La Luz del Mundo Temple",
4932                     "terms": "christian,church,house of God,house of prayer,house of worship,the light of the world church"
4933                 },
4934                 "amenity/place_of_worship/christian/quaker": {
4935                     "name": "Quaker Friends Meeting House",
4936                     "terms": "christian,church,house of God,house of prayer,house of worship"
4937                 },
4938                 "amenity/place_of_worship/hindu": {
4939                     "name": "Hindu Temple",
4940                     "terms": "kovil,devasthana,mandir,kshetram,alayam,shrine,temple"
4941                 },
4942                 "amenity/place_of_worship/jewish": {
4943                     "name": "Jewish Synagogue",
4944                     "terms": "jewish"
4945                 },
4946                 "amenity/place_of_worship/muslim": {
4947                     "name": "Muslim Mosque",
4948                     "terms": "islam,islamic center,muslim"
4949                 },
4950                 "amenity/place_of_worship/shinto": {
4951                     "name": "Shinto Shrine",
4952                     "terms": "kami,torii"
4953                 },
4954                 "amenity/place_of_worship/sikh": {
4955                     "name": "Sikh Temple",
4956                     "terms": "gurudwara,temple"
4957                 },
4958                 "amenity/place_of_worship/taoist": {
4959                     "name": "Taoist Temple",
4960                     "terms": "daoist,monastery,temple"
4961                 },
4962                 "amenity/planetarium": {
4963                     "name": "Planetarium",
4964                     "terms": "museum,astronomy,observatory"
4965                 },
4966                 "amenity/police": {
4967                     "name": "Police",
4968                     "terms": "badge,constable,constabulary,cop,detective,fed,law,enforcement,officer,patrol"
4969                 },
4970                 "amenity/post_box": {
4971                     "name": "Mailbox",
4972                     "terms": "letter drop,mail box,package drop,post box,postal box"
4973                 },
4974                 "amenity/post_office": {
4975                     "name": "Post Office",
4976                     "terms": "letter,mail"
4977                 },
4978                 "amenity/prep_school": {
4979                     "name": "Test Prep / Tutoring School",
4980                     "terms": "academic,ACT,SAT,homework,math,reading,test prep,tutoring,writing"
4981                 },
4982                 "amenity/prison": {
4983                     "name": "Prison Grounds",
4984                     "terms": "cell,jail,correction"
4985                 },
4986                 "amenity/pub": {
4987                     "name": "Pub",
4988                     "terms": "alcohol,drink,dive,beer,bier,booze"
4989                 },
4990                 "amenity/pub/lgbtq": {
4991                     "name": "LGBTQ+ Pub",
4992                     "terms": "gay pub,lesbian pub,lgbtq pub,lgbt pub,lgb pub"
4993                 },
4994                 "amenity/pub/microbrewery": {
4995                     "name": "Brewpub",
4996                     "terms": "alcohol,drink,dive,beer,bier,booze,craft brewery,microbrewery,small batch brewery"
4997                 },
4998                 "amenity/public_bath": {
4999                     "name": "Public Bath",
5000                     "terms": "onsen,foot bath,hot springs"
5001                 },
5002                 "amenity/public_bookcase": {
5003                     "name": "Public Bookcase",
5004                     "terms": "library,bookcrossing"
5005                 },
5006                 "amenity/ranger_station": {
5007                     "name": "Ranger Station",
5008                     "terms": "visitor center,visitor centre,permit center,permit centre,backcountry office,warden office,warden center"
5009                 },
5010                 "amenity/recycling_centre": {
5011                     "name": "Recycling Center",
5012                     "terms": "bottle,can,dump,glass,garbage,rubbish,scrap,trash"
5013                 },
5014                 "amenity/recycling_container": {
5015                     "name": "Recycling Container",
5016                     "terms": "bin,can,bottle,glass,garbage,rubbish,scrap,trash"
5017                 },
5018                 "amenity/restaurant": {
5019                     "name": "Restaurant",
5020                     "terms": "bar,breakfast,cafe,café,canteen,coffee,dine,dining,dinner,drive-in,eat,grill,lunch,table"
5021                 },
5022                 "amenity/restaurant/american": {
5023                     "name": "American Restaurant",
5024                     "terms": "bar,breakfast,cafe,café,canteen,coffee,dine,dining,dinner,drive-in,eat,grill,lunch,table"
5025                 },
5026                 "amenity/restaurant/asian": {
5027                     "name": "Asian Restaurant",
5028                     "terms": "bar,breakfast,cafe,café,canteen,dine,dining,dinner,drive-in,eat,grill,lunch,table"
5029                 },
5030                 "amenity/restaurant/chinese": {
5031                     "name": "Chinese Restaurant",
5032                     "terms": "bar,breakfast,cafe,café,canteen,dine,dining,dinner,drive-in,eat,grill,lunch,table"
5033                 },
5034                 "amenity/restaurant/french": {
5035                     "name": "French Restaurant",
5036                     "terms": "bar,breakfast,cafe,café,canteen,dine,dining,dinner,drive-in,eat,grill,lunch,table"
5037                 },
5038                 "amenity/restaurant/german": {
5039                     "name": "German Restaurant",
5040                     "terms": "bar,breakfast,cafe,café,canteen,dine,dining,dinner,drive-in,eat,grill,lunch,table"
5041                 },
5042                 "amenity/restaurant/greek": {
5043                     "name": "Greek Restaurant",
5044                     "terms": "bar,breakfast,cafe,café,canteen,dine,dining,dinner,drive-in,eat,grill,lunch,table,gyros,pitas,olives"
5045                 },
5046                 "amenity/restaurant/indian": {
5047                     "name": "Indian Restaurant",
5048                     "terms": "bar,breakfast,dine,dining,dinner,drive-in,eat,grill,lunch,table,curry"
5049                 },
5050                 "amenity/restaurant/italian": {
5051                     "name": "Italian Restaurant",
5052                     "terms": "bar,breakfast,cafe,café,canteen,dine,dining,dinner,drive-in,eat,grill,lunch,table,pasta,pizza"
5053                 },
5054                 "amenity/restaurant/japanese": {
5055                     "name": "Japanese Restaurant",
5056                     "terms": "bar,breakfast,cafe,café,canteen,dine,dining,dinner,drive-in,eat,grill,lunch,table"
5057                 },
5058                 "amenity/restaurant/mexican": {
5059                     "name": "Mexican Restaurant",
5060                     "terms": "bar,breakfast,dine,dining,dinner,drive-in,eat,grill,lunch,table,tacos,burritos,enchiladas,fajitas,nachos,tortillas,salsa,tamales,quesadillas"
5061                 },
5062                 "amenity/restaurant/noodle": {
5063                     "name": "Noodle Restaurant",
5064                     "terms": "bar,breakfast,cafe,café,canteen,dine,dining,dinner,drive-in,eat,grill,lunch,table,ramen noodles,soup,soba noodles,cellophane noodles,rice noodles"
5065                 },
5066                 "amenity/restaurant/pizza": {
5067                     "name": "Pizza Restaurant",
5068                     "terms": "bar,dine,dining,dinner,drive-in,eat,lunch,table,deep dish,thin crust,slice"
5069                 },
5070                 "amenity/restaurant/seafood": {
5071                     "name": "Seafood Restaurant",
5072                     "terms": "bar,breakfast,cafe,café,dine,dining,dinner,drive-in,eat,grill,lunch,table,fish,shellfish,molluscs,crustaceans,clams,oysters,lobsters,crab,shrimp,squid,octopus"
5073                 },
5074                 "amenity/restaurant/steakhouse": {
5075                     "name": "Steakhouse",
5076                     "terms": "bar,breakfast,cafe,café,canteen,dine,dining,dinner,drive-in,eat,grill,lunch,table,steak house,chop house,beef"
5077                 },
5078                 "amenity/restaurant/sushi": {
5079                     "name": "Sushi Restaurant",
5080                     "terms": "bar,breakfast,cafe,café,canteen,dine,dining,dinner,drive-in,eat,grill,lunch,table"
5081                 },
5082                 "amenity/restaurant/thai": {
5083                     "name": "Thai Restaurant",
5084                     "terms": "bar,breakfast,cafe,café,canteen,dine,dining,dinner,drive-in,eat,grill,lunch,table"
5085                 },
5086                 "amenity/restaurant/turkish": {
5087                     "name": "Turkish Restaurant",
5088                     "terms": "bar,breakfast,cafe,café,canteen,dine,dining,dinner,drive-in,eat,grill,lunch,table"
5089                 },
5090                 "amenity/restaurant/vietnamese": {
5091                     "name": "Vietnamese Restaurant",
5092                     "terms": "bar,breakfast,cafe,café,canteen,dine,dining,dinner,drive-in,eat,grill,lunch,table"
5093                 },
5094                 "amenity/sanitary_dump_station": {
5095                     "name": "RV Toilet Disposal",
5096                     "terms": "Motor Home,Camper,Sanitary,Dump Station,Elsan,CDP,CTDP,Chemical Toilet"
5097                 },
5098                 "amenity/school": {
5099                     "name": "School Grounds",
5100                     "terms": "academy,elementary school,middle school,high school"
5101                 },
5102                 "amenity/shelter": {
5103                     "name": "Shelter",
5104                     "terms": "lean-to,gazebo,picnic"
5105                 },
5106                 "amenity/shelter/gazebo": {
5107                     "name": "Gazebo",
5108                     "terms": ""
5109                 },
5110                 "amenity/shelter/lean_to": {
5111                     "name": "Lean-To",
5112                     "terms": ""
5113                 },
5114                 "amenity/shelter/picnic_shelter": {
5115                     "name": "Picnic Shelter",
5116                     "terms": "pavilion"
5117                 },
5118                 "amenity/shelter/public_transport": {
5119                     "name": "Transit Shelter",
5120                     "terms": "bus stop,metro stop,public transit shelter,public transport shelter,tram stop shelter,waiting"
5121                 },
5122                 "amenity/shower": {
5123                     "name": "Shower",
5124                     "terms": "rain closet"
5125                 },
5126                 "amenity/smoking_area": {
5127                     "name": "Smoking Area",
5128                     "terms": ""
5129                 },
5130                 "amenity/social_centre": {
5131                     "name": "Social Center",
5132                     "terms": "event,fraternal,fraternity,hall,organization,professional,society,sorority,union,vetern"
5133                 },
5134                 "amenity/social_facility": {
5135                     "name": "Social Facility",
5136                     "terms": ""
5137                 },
5138                 "amenity/social_facility/ambulatory_care": {
5139                     "name": "Ambulatory Care",
5140                     "terms": ""
5141                 },
5142                 "amenity/social_facility/food_bank": {
5143                     "name": "Food Bank",
5144                     "terms": ""
5145                 },
5146                 "amenity/social_facility/group_home": {
5147                     "name": "Elderly Group Home",
5148                     "terms": "old,senior,living,care home,assisted living"
5149                 },
5150                 "amenity/social_facility/homeless_shelter": {
5151                     "name": "Homeless Shelter",
5152                     "terms": "houseless,unhoused,displaced"
5153                 },
5154                 "amenity/social_facility/nursing_home": {
5155                     "name": "Nursing Home",
5156                     "terms": "elderly,living,nursing,old,senior,assisted living"
5157                 },
5158                 "amenity/studio": {
5159                     "name": "Studio",
5160                     "terms": "recording,radio,television"
5161                 },
5162                 "amenity/taxi": {
5163                     "name": "Taxi Stand",
5164                     "terms": "cab"
5165                 },
5166                 "amenity/telephone": {
5167                     "name": "Telephone",
5168                     "terms": "phone"
5169                 },
5170                 "amenity/theatre": {
5171                     "name": "Theater",
5172                     "terms": "theatre,performance,play,musical"
5173                 },
5174                 "amenity/theatre/type/amphi": {
5175                     "name": "Amphitheatre",
5176                     "terms": "open air,outdoor,greek,ampi"
5177                 },
5178                 "amenity/toilets": {
5179                     "name": "Toilets",
5180                     "terms": "bathroom,restroom,outhouse,privy,head,lavatory,latrine,water closet,WC,W.C."
5181                 },
5182                 "amenity/toilets/disposal/flush": {
5183                     "name": "Flush Toilets",
5184                     "terms": "bathroom,head,lavatory,privy,restroom,water closet,WC,W.C."
5185                 },
5186                 "amenity/toilets/disposal/pitlatrine": {
5187                     "name": "Pit Latrine",
5188                     "terms": "head,lavatory,long drop,outhouse,pit toilet,privy"
5189                 },
5190                 "amenity/townhall": {
5191                     "name": "Town Hall",
5192                     "terms": "village,city,government,courthouse,municipal"
5193                 },
5194                 "amenity/toy_library": {
5195                     "name": "Toy Library",
5196                     "terms": "game,toy"
5197                 },
5198                 "amenity/university": {
5199                     "name": "University Grounds",
5200                     "terms": "college,graduate school,PhD program,master's degree program"
5201                 },
5202                 "amenity/vehicle_inspection": {
5203                     "name": "Vehicle Inspection",
5204                     "terms": "car inspection"
5205                 },
5206                 "amenity/vending_machine": {
5207                     "name": "Vending Machine",
5208                     "terms": ""
5209                 },
5210                 "amenity/vending_machine/cigarettes": {
5211                     "name": "Cigarette Vending Machine",
5212                     "terms": "cigarette"
5213                 },
5214                 "amenity/vending_machine/coffee": {
5215                     "name": "Coffee Vending Machine",
5216                     "terms": "coffee"
5217                 },
5218                 "amenity/vending_machine/condoms": {
5219                     "name": "Condom Vending Machine",
5220                     "terms": "condom"
5221                 },
5222                 "amenity/vending_machine/drinks": {
5223                     "name": "Drink Vending Machine",
5224                     "terms": "drink,soda,beverage,juice,pop"
5225                 },
5226                 "amenity/vending_machine/electronics": {
5227                     "name": "Electronics Vending Machine",
5228                     "terms": "cable,charger,earbud,headphone,phone,tablet"
5229                 },
5230                 "amenity/vending_machine/elongated_coin": {
5231                     "name": "Flat Coin Vending Machine",
5232                     "terms": "coin,crush,elongated,flatten,penny,souvenir"
5233                 },
5234                 "amenity/vending_machine/excrement_bags": {
5235                     "name": "Excrement Bag Dispenser",
5236                     "terms": "excrement bags,poop,waste,dog,animal"
5237                 },
5238                 "amenity/vending_machine/feminine_hygiene": {
5239                     "name": "Feminine Hygiene Vending Machine",
5240                     "terms": "condom,tampon,pad,woman,women,menstrual hygiene products,personal care"
5241                 },
5242                 "amenity/vending_machine/food": {
5243                     "name": "Food Vending Machine",
5244                     "terms": "food"
5245                 },
5246                 "amenity/vending_machine/fuel": {
5247                     "name": "Gas Pump",
5248                     "terms": "petrol,fuel,gasoline,propane,diesel,lng,cng,biodiesel"
5249                 },
5250                 "amenity/vending_machine/ice_cream": {
5251                     "name": "Ice Cream Vending Machine",
5252                     "terms": "chocolate,ice cream,frozen,popsicle,vanilla"
5253                 },
5254                 "amenity/vending_machine/newspapers": {
5255                     "name": "Newspaper Vending Machine",
5256                     "terms": "newspaper"
5257                 },
5258                 "amenity/vending_machine/parcel_pickup_dropoff": {
5259                     "name": "Parcel Pickup/Dropoff Locker",
5260                     "terms": "mail,parcel,pickup"
5261                 },
5262                 "amenity/vending_machine/parcel_pickup": {
5263                     "name": "Parcel Pickup Locker",
5264                     "terms": "amazon,locker,mail,parcel,pickup"
5265                 },
5266                 "amenity/vending_machine/parking_tickets": {
5267                     "name": "Parking Ticket Vending Machine",
5268                     "terms": "parking,ticket"
5269                 },
5270                 "amenity/vending_machine/public_transport_tickets": {
5271                     "name": "Transit Ticket Vending Machine",
5272                     "terms": "bus,train,ferry,rail,ticket,transportation"
5273                 },
5274                 "amenity/vending_machine/stamps": {
5275                     "name": "Postage Vending Machine",
5276                     "terms": "mail,postage,stamp"
5277                 },
5278                 "amenity/vending_machine/sweets": {
5279                     "name": "Snack Vending Machine",
5280                     "terms": "candy,gum,chip,pretzel,cookie,cracker"
5281                 },
5282                 "amenity/veterinary": {
5283                     "name": "Veterinary",
5284                     "terms": "pet clinic,veterinarian,animal hospital,pet doctor"
5285                 },
5286                 "amenity/waste_basket": {
5287                     "name": "Waste Basket",
5288                     "terms": "bin,garbage,rubbish,litter,trash"
5289                 },
5290                 "amenity/waste_disposal": {
5291                     "name": "Garbage Dumpster",
5292                     "terms": "garbage,rubbish,litter,trash"
5293                 },
5294                 "amenity/waste_transfer_station": {
5295                     "name": "Waste Transfer Station",
5296                     "terms": "dump,garbage,recycling,rubbish,scrap,trash"
5297                 },
5298                 "amenity/waste/dog_excrement": {
5299                     "name": "Dog Excrement Bin",
5300                     "terms": "bin,garbage,rubbish,litter,trash,poo,dog"
5301                 },
5302                 "amenity/water_point": {
5303                     "name": "RV Drinking Water",
5304                     "terms": ""
5305                 },
5306                 "amenity/watering_place": {
5307                     "name": "Animal Watering Place",
5308                     "terms": ""
5309                 },
5310                 "area": {
5311                     "name": "Area",
5312                     "terms": "polygon"
5313                 },
5314                 "area/highway": {
5315                     "name": "Road Surface",
5316                     "terms": "area:highway,edge of pavement,highway area,highway shape,pavement,road shape,street area"
5317                 },
5318                 "attraction/amusement_ride": {
5319                     "name": "Amusement Ride",
5320                     "terms": "theme park,carnival ride"
5321                 },
5322                 "attraction/animal": {
5323                     "name": "Animal Enclosure",
5324                     "terms": "amphibian,animal park,aquarium,bear,bird,fish,insect,lion,mammal,monkey,penguin,reptile,safari,theme park,tiger,zoo"
5325                 },
5326                 "attraction/big_wheel": {
5327                     "name": "Big Wheel",
5328                     "terms": "ferris wheel,theme park,amusement ride"
5329                 },
5330                 "attraction/bumper_car": {
5331                     "name": "Bumper Car",
5332                     "terms": "theme park,dodgem cars,autoscooter"
5333                 },
5334                 "attraction/bungee_jumping": {
5335                     "name": "Bungee Jumping",
5336                     "terms": "theme park,bungy jumping,jumping platform"
5337                 },
5338                 "attraction/carousel": {
5339                     "name": "Carousel",
5340                     "terms": "theme park,roundabout,merry-go-round,galloper,jumper,horseabout,flying horses"
5341                 },
5342                 "attraction/dark_ride": {
5343                     "name": "Dark Ride",
5344                     "terms": "theme park,ghost train"
5345                 },
5346                 "attraction/drop_tower": {
5347                     "name": "Drop Tower",
5348                     "terms": "theme park,amusement ride,gondola,tower,big drop"
5349                 },
5350                 "attraction/maze": {
5351                     "name": "Maze",
5352                     "terms": "theme park,amusement ride,labyrinth"
5353                 },
5354                 "attraction/pirate_ship": {
5355                     "name": "Pirate Ship",
5356                     "terms": "theme park,carnival ride,amusement ride"
5357                 },
5358                 "attraction/river_rafting": {
5359                     "name": "River Rafting",
5360                     "terms": "theme park,aquatic park,water park,rafting simulator,river rafting ride,river rapids ride"
5361                 },
5362                 "attraction/roller_coaster": {
5363                     "name": "Roller Coaster",
5364                     "terms": "theme park,amusement ride"
5365                 },
5366                 "attraction/summer_toboggan": {
5367                     "name": "Summer Toboggan",
5368                     "terms": "alpine slide,mountain coaster"
5369                 },
5370                 "attraction/train": {
5371                     "name": "Tourist Train",
5372                     "terms": "theme park,rackless train,road train,Tschu-Tschu train,dotto train,park train"
5373                 },
5374                 "attraction/water_slide": {
5375                     "name": "Water Slide",
5376                     "terms": "theme park,aquatic park,water park,flumes,water chutes,hydroslides"
5377                 },
5378                 "barrier": {
5379                     "name": "Barrier",
5380                     "terms": ""
5381                 },
5382                 "barrier/entrance": {
5383                     "name": "Entrance",
5384                     "terms": ""
5385                 },
5386                 "barrier/block": {
5387                     "name": "Block",
5388                     "terms": ""
5389                 },
5390                 "barrier/bollard": {
5391                     "name": "Bollard",
5392                     "terms": ""
5393                 },
5394                 "barrier/border_control": {
5395                     "name": "Border Control",
5396                     "terms": ""
5397                 },
5398                 "barrier/cattle_grid": {
5399                     "name": "Cattle Grid",
5400                     "terms": ""
5401                 },
5402                 "barrier/chain": {
5403                     "name": "Chain",
5404                     "terms": ""
5405                 },
5406                 "barrier/city_wall": {
5407                     "name": "City Wall",
5408                     "terms": ""
5409                 },
5410                 "barrier/cycle_barrier": {
5411                     "name": "Cycle Barrier",
5412                     "terms": ""
5413                 },
5414                 "barrier/ditch": {
5415                     "name": "Trench",
5416                     "terms": ""
5417                 },
5418                 "barrier/fence": {
5419                     "name": "Fence",
5420                     "terms": ""
5421                 },
5422                 "barrier/fence/railing": {
5423                     "name": "Railing",
5424                     "terms": "railing,handrail,guard rail"
5425                 },
5426                 "barrier/gate": {
5427                     "name": "Gate",
5428                     "terms": ""
5429                 },
5430                 "barrier/guard_rail": {
5431                     "name": "Guard Rail",
5432                     "terms": "guardrail,traffic barrier,crash barrier,median barrier,roadside barrier,Armco barrier"
5433                 },
5434                 "barrier/hedge": {
5435                     "name": "Hedge",
5436                     "terms": ""
5437                 },
5438                 "barrier/height_restrictor": {
5439                     "name": "Height Restrictor",
5440                     "terms": ""
5441                 },
5442                 "barrier/kerb": {
5443                     "name": "Curb",
5444                     "terms": ""
5445                 },
5446                 "barrier/kerb/flush": {
5447                     "name": "Flush Curb",
5448                     "terms": "even curb,level curb,tactile curb"
5449                 },
5450                 "barrier/kerb/lowered": {
5451                     "name": "Lowered Curb",
5452                     "terms": "curb cut,curb ramp,kerb ramp,dropped kerb,pram ramp"
5453                 },
5454                 "barrier/kerb/raised": {
5455                     "name": "Raised Curb",
5456                     "terms": ""
5457                 },
5458                 "barrier/kerb/rolled": {
5459                     "name": "Rolled Curb",
5460                     "terms": "gutter"
5461                 },
5462                 "barrier/kissing_gate": {
5463                     "name": "Kissing Gate",
5464                     "terms": ""
5465                 },
5466                 "barrier/lift_gate": {
5467                     "name": "Lift Gate",
5468                     "terms": ""
5469                 },
5470                 "barrier/retaining_wall": {
5471                     "name": "Retaining Wall",
5472                     "terms": ""
5473                 },
5474                 "barrier/sally_port": {
5475                     "name": "Sally Port",
5476                     "terms": "Postern,castle side gate"
5477                 },
5478                 "barrier/stile": {
5479                     "name": "Stile",
5480                     "terms": ""
5481                 },
5482                 "barrier/toll_booth": {
5483                     "name": "Toll Booth",
5484                     "terms": ""
5485                 },
5486                 "barrier/turnstile": {
5487                     "name": "Turnstile",
5488                     "terms": "baffle gate,turnstyle"
5489                 },
5490                 "barrier/wall": {
5491                     "name": "Wall",
5492                     "terms": ""
5493                 },
5494                 "boundary/administrative": {
5495                     "name": "Administrative Boundary",
5496                     "terms": ""
5497                 },
5498                 "bridge/support": {
5499                     "name": "Bridge Support",
5500                     "terms": ""
5501                 },
5502                 "bridge/support/pier": {
5503                     "name": "Bridge Pier",
5504                     "terms": ""
5505                 },
5506                 "building_part": {
5507                     "name": "Building Part",
5508                     "terms": "roof,simple 3D buildings"
5509                 },
5510                 "building": {
5511                     "name": "Building",
5512                     "terms": ""
5513                 },
5514                 "building/bunker": {
5515                     "name": "Bunker",
5516                     "terms": ""
5517                 },
5518                 "building/entrance": {
5519                     "name": "Entrance/Exit",
5520                     "terms": ""
5521                 },
5522                 "building/train_station": {
5523                     "name": "Train Station Building",
5524                     "terms": ""
5525                 },
5526                 "building/apartments": {
5527                     "name": "Apartment Building",
5528                     "terms": ""
5529                 },
5530                 "building/barn": {
5531                     "name": "Barn",
5532                     "terms": ""
5533                 },
5534                 "building/boathouse": {
5535                     "name": "Boathouse",
5536                     "terms": ""
5537                 },
5538                 "building/bungalow": {
5539                     "name": "Bungalow",
5540                     "terms": "home,detached"
5541                 },
5542                 "building/cabin": {
5543                     "name": "Cabin",
5544                     "terms": ""
5545                 },
5546                 "building/carport": {
5547                     "name": "Carport",
5548                     "terms": "covered parking space,garage,car,porch"
5549                 },
5550                 "building/cathedral": {
5551                     "name": "Cathedral Building",
5552                     "terms": ""
5553                 },
5554                 "building/chapel": {
5555                     "name": "Chapel Building",
5556                     "terms": ""
5557                 },
5558                 "building/church": {
5559                     "name": "Church Building",
5560                     "terms": ""
5561                 },
5562                 "building/civic": {
5563                     "name": "Civic Building",
5564                     "terms": ""
5565                 },
5566                 "building/college": {
5567                     "name": "College Building",
5568                     "terms": "university"
5569                 },
5570                 "building/commercial": {
5571                     "name": "Commercial Building",
5572                     "terms": ""
5573                 },
5574                 "building/construction": {
5575                     "name": "Building Under Construction",
5576                     "terms": ""
5577                 },
5578                 "building/detached": {
5579                     "name": "Detached House",
5580                     "terms": "home,single,family,residence,dwelling"
5581                 },
5582                 "building/dormitory": {
5583                     "name": "Dormitory",
5584                     "terms": ""
5585                 },
5586                 "building/farm_auxiliary": {
5587                     "name": "Farm Building",
5588                     "terms": ""
5589                 },
5590                 "building/farm": {
5591                     "name": "Farm House",
5592                     "terms": ""
5593                 },
5594                 "building/garage": {
5595                     "name": "Garage",
5596                     "terms": ""
5597                 },
5598                 "building/garages": {
5599                     "name": "Garages",
5600                     "terms": ""
5601                 },
5602                 "building/grandstand": {
5603                     "name": "Grandstand",
5604                     "terms": "tribune,stand,stands,bleachers"
5605                 },
5606                 "building/greenhouse": {
5607                     "name": "Greenhouse",
5608                     "terms": ""
5609                 },
5610                 "building/hangar": {
5611                     "name": "Hangar Building",
5612                     "terms": ""
5613                 },
5614                 "building/hospital": {
5615                     "name": "Hospital Building",
5616                     "terms": ""
5617                 },
5618                 "building/hotel": {
5619                     "name": "Hotel Building",
5620                     "terms": ""
5621                 },
5622                 "building/house": {
5623                     "name": "House",
5624                     "terms": "home,family,residence,dwelling"
5625                 },
5626                 "building/houseboat": {
5627                     "name": "Houseboat",
5628                     "terms": "home,family,residence,dwelling"
5629                 },
5630                 "building/hut": {
5631                     "name": "Hut",
5632                     "terms": ""
5633                 },
5634                 "building/industrial": {
5635                     "name": "Industrial Building",
5636                     "terms": ""
5637                 },
5638                 "building/kindergarten": {
5639                     "name": "Preschool/Kindergarten Building",
5640                     "terms": "kindergarden,pre-school"
5641                 },
5642                 "building/mosque": {
5643                     "name": "Mosque Building",
5644                     "terms": ""
5645                 },
5646                 "building/pavilion": {
5647                     "name": "Pavilion Building",
5648                     "terms": "sports"
5649                 },
5650                 "building/public": {
5651                     "name": "Public Building",
5652                     "terms": ""
5653                 },
5654                 "building/residential": {
5655                     "name": "Residential Building",
5656                     "terms": ""
5657                 },
5658                 "building/retail": {
5659                     "name": "Retail Building",
5660                     "terms": ""
5661                 },
5662                 "building/roof": {
5663                     "name": "Roof",
5664                     "terms": ""
5665                 },
5666                 "building/ruins": {
5667                     "name": "Building Ruins",
5668                     "terms": ""
5669                 },
5670                 "building/school": {
5671                     "name": "School Building",
5672                     "terms": "academy,elementary school,middle school,high school"
5673                 },
5674                 "building/semidetached_house": {
5675                     "name": "Semi-Detached House",
5676                     "terms": "home,double,duplex,twin,family,residence,dwelling"
5677                 },
5678                 "building/service": {
5679                     "name": "Service Building",
5680                     "terms": ""
5681                 },
5682                 "building/shed": {
5683                     "name": "Shed",
5684                     "terms": ""
5685                 },
5686                 "building/stable": {
5687                     "name": "Stable",
5688                     "terms": ""
5689                 },
5690                 "building/stadium": {
5691                     "name": "Stadium Building",
5692                     "terms": ""
5693                 },
5694                 "building/static_caravan": {
5695                     "name": "Static Mobile Home",
5696                     "terms": ""
5697                 },
5698                 "building/temple": {
5699                     "name": "Temple Building",
5700                     "terms": ""
5701                 },
5702                 "building/terrace": {
5703                     "name": "Row Houses",
5704                     "terms": "home,terrace,brownstone,family,residence,dwelling"
5705                 },
5706                 "building/transportation": {
5707                     "name": "Transportation Building",
5708                     "terms": ""
5709                 },
5710                 "building/university": {
5711                     "name": "University Building",
5712                     "terms": "college"
5713                 },
5714                 "building/warehouse": {
5715                     "name": "Warehouse",
5716                     "terms": ""
5717                 },
5718                 "camp_site/camp_pitch": {
5719                     "name": "Camp Pitch",
5720                     "terms": "tent,rv"
5721                 },
5722                 "club": {
5723                     "name": "Club",
5724                     "terms": "social"
5725                 },
5726                 "club/sport": {
5727                     "name": "Sports Club",
5728                     "terms": "athletics club,sporting club,sports association,sports society"
5729                 },
5730                 "craft": {
5731                     "name": "Craft",
5732                     "terms": ""
5733                 },
5734                 "craft/jeweler": {
5735                     "name": "Jeweler",
5736                     "terms": ""
5737                 },
5738                 "craft/locksmith": {
5739                     "name": "Locksmith",
5740                     "terms": ""
5741                 },
5742                 "craft/optician": {
5743                     "name": "Optician",
5744                     "terms": ""
5745                 },
5746                 "craft/tailor": {
5747                     "name": "Tailor",
5748                     "terms": "clothes,suit"
5749                 },
5750                 "craft/agricultural_engines": {
5751                     "name": "Argricultural Engines Mechanic",
5752                     "terms": ""
5753                 },
5754                 "craft/basket_maker": {
5755                     "name": "Basket Maker",
5756                     "terms": ""
5757                 },
5758                 "craft/beekeeper": {
5759                     "name": "Beekeeper",
5760                     "terms": ""
5761                 },
5762                 "craft/blacksmith": {
5763                     "name": "Blacksmith",
5764                     "terms": ""
5765                 },
5766                 "craft/boatbuilder": {
5767                     "name": "Boat Builder",
5768                     "terms": ""
5769                 },
5770                 "craft/bookbinder": {
5771                     "name": "Bookbinder",
5772                     "terms": "book repair"
5773                 },
5774                 "craft/brewery": {
5775                     "name": "Brewery",
5776                     "terms": "alcohol,beer,beverage,bier,booze,cider"
5777                 },
5778                 "craft/carpenter": {
5779                     "name": "Carpenter",
5780                     "terms": "woodworker"
5781                 },
5782                 "craft/carpet_layer": {
5783                     "name": "Carpet Layer",
5784                     "terms": ""
5785                 },
5786                 "craft/caterer": {
5787                     "name": "Caterer",
5788                     "terms": ""
5789                 },
5790                 "craft/chimney_sweeper": {
5791                     "name": "Chimney Sweeper",
5792                     "terms": ""
5793                 },
5794                 "craft/clockmaker": {
5795                     "name": "Clockmaker",
5796                     "terms": ""
5797                 },
5798                 "craft/confectionery": {
5799                     "name": "Candy Maker",
5800                     "terms": "sweet,candy"
5801                 },
5802                 "craft/distillery": {
5803                     "name": "Distillery",
5804                     "terms": "alcohol,beverage,bourbon,booze,brandy,gin,hooch,liquor,mezcal,moonshine,rum,scotch,spirits,still,tequila,vodka,whiskey,whisky"
5805                 },
5806                 "craft/dressmaker": {
5807                     "name": "Dressmaker",
5808                     "terms": "seamstress"
5809                 },
5810                 "craft/electrician": {
5811                     "name": "Electrician",
5812                     "terms": "power,wire"
5813                 },
5814                 "craft/electronics_repair": {
5815                     "name": "Electronics Repair Shop",
5816                     "terms": ""
5817                 },
5818                 "craft/floorer": {
5819                     "name": "Floorer",
5820                     "terms": ""
5821                 },
5822                 "craft/gardener": {
5823                     "name": "Gardener",
5824                     "terms": "landscaper,grounds keeper"
5825                 },
5826                 "craft/glaziery": {
5827                     "name": "Glaziery",
5828                     "terms": "glass,stained-glass,window"
5829                 },
5830                 "craft/handicraft": {
5831                     "name": "Handicraft",
5832                     "terms": ""
5833                 },
5834                 "craft/hvac": {
5835                     "name": "HVAC",
5836                     "terms": "heat*,vent*,air conditioning"
5837                 },
5838                 "craft/insulator": {
5839                     "name": "Insulator",
5840                     "terms": ""
5841                 },
5842                 "craft/joiner": {
5843                     "name": "Joiner",
5844                     "terms": "furniture"
5845                 },
5846                 "craft/key_cutter": {
5847                     "name": "Key Cutter",
5848                     "terms": ""
5849                 },
5850                 "craft/metal_construction": {
5851                     "name": "Metal Construction",
5852                     "terms": ""
5853                 },
5854                 "craft/painter": {
5855                     "name": "Painter",
5856                     "terms": ""
5857                 },
5858                 "craft/parquet_layer": {
5859                     "name": "Parquet Layer",
5860                     "terms": ""
5861                 },
5862                 "craft/photographer": {
5863                     "name": "Photographer",
5864                     "terms": ""
5865                 },
5866                 "craft/photographic_laboratory": {
5867                     "name": "Photographic Laboratory",
5868                     "terms": "film"
5869                 },
5870                 "craft/plasterer": {
5871                     "name": "Plasterer",
5872                     "terms": ""
5873                 },
5874                 "craft/plumber": {
5875                     "name": "Plumber",
5876                     "terms": "pipe"
5877                 },
5878                 "craft/pottery": {
5879                     "name": "Pottery",
5880                     "terms": "ceramic"
5881                 },
5882                 "craft/rigger": {
5883                     "name": "Rigger",
5884                     "terms": ""
5885                 },
5886                 "craft/roofer": {
5887                     "name": "Roofer",
5888                     "terms": ""
5889                 },
5890                 "craft/saddler": {
5891                     "name": "Saddler",
5892                     "terms": ""
5893                 },
5894                 "craft/sailmaker": {
5895                     "name": "Sailmaker",
5896                     "terms": ""
5897                 },
5898                 "craft/sawmill": {
5899                     "name": "Sawmill",
5900                     "terms": "lumber"
5901                 },
5902                 "craft/scaffolder": {
5903                     "name": "Scaffolder",
5904                     "terms": ""
5905                 },
5906                 "craft/sculptor": {
5907                     "name": "Sculptor",
5908                     "terms": ""
5909                 },
5910                 "craft/shoemaker": {
5911                     "name": "Shoemaker",
5912                     "terms": "cobbler"
5913                 },
5914                 "craft/signmaker": {
5915                     "name": "Signmaker",
5916                     "terms": ""
5917                 },
5918                 "craft/stonemason": {
5919                     "name": "Stonemason",
5920                     "terms": "masonry"
5921                 },
5922                 "craft/tiler": {
5923                     "name": "Tiler",
5924                     "terms": ""
5925                 },
5926                 "craft/tinsmith": {
5927                     "name": "Tinsmith",
5928                     "terms": ""
5929                 },
5930                 "craft/upholsterer": {
5931                     "name": "Upholsterer",
5932                     "terms": ""
5933                 },
5934                 "craft/watchmaker": {
5935                     "name": "Watchmaker",
5936                     "terms": ""
5937                 },
5938                 "craft/window_construction": {
5939                     "name": "Window Construction",
5940                     "terms": "glass"
5941                 },
5942                 "craft/winery": {
5943                     "name": "Winery",
5944                     "terms": ""
5945                 },
5946                 "emergency/designated": {
5947                     "name": "Emergency Access Designated",
5948                     "terms": ""
5949                 },
5950                 "emergency/destination": {
5951                     "name": "Emergency Access Destination",
5952                     "terms": ""
5953                 },
5954                 "emergency/no": {
5955                     "name": "Emergency Access No",
5956                     "terms": ""
5957                 },
5958                 "emergency/official": {
5959                     "name": "Emergency Access Official",
5960                     "terms": ""
5961                 },
5962                 "emergency/private": {
5963                     "name": "Emergency Access Private",
5964                     "terms": ""
5965                 },
5966                 "emergency/yes": {
5967                     "name": "Emergency Access Yes",
5968                     "terms": ""
5969                 },
5970                 "emergency/ambulance_station": {
5971                     "name": "Ambulance Station",
5972                     "terms": "EMS,EMT,rescue"
5973                 },
5974                 "emergency/defibrillator": {
5975                     "name": "Defibrillator",
5976                     "terms": "AED"
5977                 },
5978                 "emergency/fire_alarm": {
5979                     "name": "Fire Alarm Call Box",
5980                     "terms": ""
5981                 },
5982                 "emergency/fire_extinguisher": {
5983                     "name": "Fire Extinguisher",
5984                     "terms": ""
5985                 },
5986                 "emergency/fire_hose": {
5987                     "name": "Fire Hose",
5988                     "terms": ""
5989                 },
5990                 "emergency/fire_hydrant": {
5991                     "name": "Fire Hydrant",
5992                     "terms": "fire plug,fire water well,hydrant"
5993                 },
5994                 "emergency/first_aid_kit": {
5995                     "name": "First Aid Kit",
5996                     "terms": "bandage,first aid,med,med kit,medic*,medkit"
5997                 },
5998                 "emergency/life_ring": {
5999                     "name": "Life Ring",
6000                     "terms": "life buoy,kisby ring,kisbie ring,perry buoy"
6001                 },
6002                 "emergency/lifeguard": {
6003                     "name": "Lifeguard",
6004                     "terms": "CPR,rescue"
6005                 },
6006                 "emergency/phone": {
6007                     "name": "Emergency Phone",
6008                     "terms": ""
6009                 },
6010                 "emergency/siren": {
6011                     "name": "Siren",
6012                     "terms": "air raid,loud,noise,storm,tornado,warning"
6013                 },
6014                 "emergency/water_tank": {
6015                     "name": "Emergency Water Tank",
6016                     "terms": "water tank,cistern,reservoir"
6017                 },
6018                 "entrance": {
6019                     "name": "Entrance/Exit",
6020                     "terms": "entrance,exit,door"
6021                 },
6022                 "ford": {
6023                     "name": "Ford",
6024                     "terms": ""
6025                 },
6026                 "golf/bunker": {
6027                     "name": "Sand Trap",
6028                     "terms": "hazard,bunker"
6029                 },
6030                 "golf/cartpath": {
6031                     "name": "Golf Cartpath",
6032                     "terms": ""
6033                 },
6034                 "golf/driving_range": {
6035                     "name": "Driving Range",
6036                     "terms": ""
6037                 },
6038                 "golf/fairway": {
6039                     "name": "Fairway",
6040                     "terms": ""
6041                 },
6042                 "golf/green": {
6043                     "name": "Putting Green",
6044                     "terms": ""
6045                 },
6046                 "golf/hole": {
6047                     "name": "Golf Hole",
6048                     "terms": ""
6049                 },
6050                 "golf/lateral_water_hazard": {
6051                     "name": "Lateral Water Hazard",
6052                     "terms": ""
6053                 },
6054                 "golf/path": {
6055                     "name": "Golf Walking Path",
6056                     "terms": ""
6057                 },
6058                 "golf/rough": {
6059                     "name": "Rough",
6060                     "terms": ""
6061                 },
6062                 "golf/tee": {
6063                     "name": "Tee Box",
6064                     "terms": "teeing ground"
6065                 },
6066                 "golf/water_hazard": {
6067                     "name": "Water Hazard",
6068                     "terms": ""
6069                 },
6070                 "healthcare": {
6071                     "name": "Healthcare Facility",
6072                     "terms": "clinic,doctor,disease,health,institution,sick,surgery,wellness"
6073                 },
6074                 "healthcare/alternative": {
6075                     "name": "Alternative Medicine",
6076                     "terms": "acupuncture,anthroposophical,applied kinesiology,aromatherapy,ayurveda,herbalism,homeopathy,hydrotherapy,hypnosis,naturopathy,osteopathy,reflexology,reiki,shiatsu,traditional,tuina,unani"
6077                 },
6078                 "healthcare/alternative/chiropractic": {
6079                     "name": "Chiropractor",
6080                     "terms": "back,pain,spine"
6081                 },
6082                 "healthcare/audiologist": {
6083                     "name": "Audiologist",
6084                     "terms": "ear,hearing,sound"
6085                 },
6086                 "healthcare/birthing_center": {
6087                     "name": "Birthing Center",
6088                     "terms": "baby,childbirth,delivery,labour,labor,pregnancy"
6089                 },
6090                 "healthcare/blood_donation": {
6091                     "name": "Blood Donor Center",
6092                     "terms": "blood bank,blood donation,blood transfusion,apheresis,plasmapheresis,plateletpheresis,stem cell donation"
6093                 },
6094                 "healthcare/counselling": {
6095                     "name": "Counselling Center",
6096                     "terms": ""
6097                 },
6098                 "healthcare/hospice": {
6099                     "name": "Hospice",
6100                     "terms": "terminal,illness"
6101                 },
6102                 "healthcare/laboratory": {
6103                     "name": "Medical Laboratory",
6104                     "terms": "medical_laboratory,medical_lab,blood_check"
6105                 },
6106                 "healthcare/midwife": {
6107                     "name": "Midwife",
6108                     "terms": "baby,childbirth,delivery,labour,labor,pregnancy"
6109                 },
6110                 "healthcare/occupational_therapist": {
6111                     "name": "Occupational Therapist",
6112                     "terms": "therapist,therapy"
6113                 },
6114                 "healthcare/optometrist": {
6115                     "name": "Optometrist",
6116                     "terms": "eye,glasses,lasik,lenses,vision"
6117                 },
6118                 "healthcare/physiotherapist": {
6119                     "name": "Physiotherapist",
6120                     "terms": "physical,therapist,therapy"
6121                 },
6122                 "healthcare/podiatrist": {
6123                     "name": "Podiatrist",
6124                     "terms": "foot,feet,nails"
6125                 },
6126                 "healthcare/psychotherapist": {
6127                     "name": "Psychotherapist",
6128                     "terms": "anxiety,counselor,depression,mental health,mind,suicide,therapist,therapy"
6129                 },
6130                 "healthcare/rehabilitation": {
6131                     "name": "Rehabilitation Facility",
6132                     "terms": "rehab,therapist,therapy"
6133                 },
6134                 "healthcare/speech_therapist": {
6135                     "name": "Speech Therapist",
6136                     "terms": "speech,therapist,therapy,voice"
6137                 },
6138                 "highway/bus_stop": {
6139                     "name": "Bus Stop",
6140                     "terms": ""
6141                 },
6142                 "highway/crossing": {
6143                     "name": "Crossing",
6144                     "terms": ""
6145                 },
6146                 "highway/bridleway": {
6147                     "name": "Bridle Path",
6148                     "terms": "bridleway,equestrian,horse,trail"
6149                 },
6150                 "highway/bus_guideway": {
6151                     "name": "Bus Guideway",
6152                     "terms": ""
6153                 },
6154                 "highway/construction": {
6155                     "name": "Road Closed",
6156                     "terms": "closed,closure,construction"
6157                 },
6158                 "highway/corridor": {
6159                     "name": "Indoor Corridor",
6160                     "terms": "gallery,hall,hallway,indoor,passage,passageway"
6161                 },
6162                 "highway/crossing/zebra-raised": {
6163                     "name": "Marked Crosswalk (Raised)",
6164                     "terms": "zebra crossing,marked crossing,crosswalk,flat top,hump,speed,slow"
6165                 },
6166                 "highway/crossing/zebra": {
6167                     "name": "Marked Crosswalk",
6168                     "terms": "zebra crossing,marked crossing,crosswalk"
6169                 },
6170                 "highway/crossing/marked-raised": {
6171                     "name": "Marked Crosswalk (Raised)",
6172                     "terms": "zebra crossing,marked crossing,crosswalk,flat top,hump,speed,slow"
6173                 },
6174                 "highway/crossing/marked": {
6175                     "name": "Marked Crosswalk",
6176                     "terms": "zebra crossing,marked crossing,crosswalk"
6177                 },
6178                 "highway/crossing/unmarked-raised": {
6179                     "name": "Unmarked Crossing (Raised)",
6180                     "terms": "flat top,hump,speed,slow"
6181                 },
6182                 "highway/crossing/unmarked": {
6183                     "name": "Unmarked Crossing",
6184                     "terms": ""
6185                 },
6186                 "highway/cycleway": {
6187                     "name": "Cycle Path",
6188                     "terms": "bike path,bicyle path"
6189                 },
6190                 "highway/cycleway/crossing": {
6191                     "name": "Cycle Crossing",
6192                     "terms": ""
6193                 },
6194                 "highway/cycleway/bicycle_foot": {
6195                     "name": "Cycle & Foot Path",
6196                     "terms": "bicycle and foot path,bike and pedestrian path,green way,greenway,mixed-use trail,multi-use trail,segregated trail,rail trail"
6197                 },
6198                 "highway/cycleway/crossing/marked": {
6199                     "name": "Marked Cycle Crossing",
6200                     "terms": "cycle crosswalk,cycle path crossing,cycleway crossing,bicycle crossing,bike crossing"
6201                 },
6202                 "highway/cycleway/crossing/unmarked": {
6203                     "name": "Unmarked Cycle Crossing",
6204                     "terms": "cycle path crossing,cycleway crossing,bicycle crossing,bike crossing"
6205                 },
6206                 "highway/elevator": {
6207                     "name": "Elevator",
6208                     "terms": "lift"
6209                 },
6210                 "highway/emergency_bay": {
6211                     "name": "Emergency Stopping Place",
6212                     "terms": "Highway Emergency Bay"
6213                 },
6214                 "highway/footway": {
6215                     "name": "Foot Path",
6216                     "terms": "hike,hiking,promenade,trackway,trail,walk"
6217                 },
6218                 "highway/footway/crossing": {
6219                     "name": "Pedestrian Crossing",
6220                     "terms": ""
6221                 },
6222                 "highway/footway/zebra-raised": {
6223                     "name": "Marked Crosswalk (Raised)",
6224                     "terms": "zebra crossing,marked crossing,crosswalk,flat top,hump,speed,slow"
6225                 },
6226                 "highway/footway/zebra": {
6227                     "name": "Marked Crosswalk",
6228                     "terms": "zebra crossing,marked crossing,crosswalk"
6229                 },
6230                 "highway/footway/conveying": {
6231                     "name": "Moving Walkway",
6232                     "terms": "moving sidewalk,autwalk,skywalk,travolator,travelator,travellator,conveyor"
6233                 },
6234                 "highway/footway/marked-raised": {
6235                     "name": "Marked Crosswalk (Raised)",
6236                     "terms": "zebra crossing,marked crossing,crosswalk,flat top,hump,speed,slow"
6237                 },
6238                 "highway/footway/marked": {
6239                     "name": "Marked Crosswalk",
6240                     "terms": "marked foot path crossing,marked crossing,marked pedestrian crosswalk,zebra crossing"
6241                 },
6242                 "highway/footway/sidewalk": {
6243                     "name": "Sidewalk",
6244                     "terms": "pavement,sidepath"
6245                 },
6246                 "highway/footway/unmarked-raised": {
6247                     "name": "Unmarked Crossing (Raised)",
6248                     "terms": "flat top,hump,speed,slow"
6249                 },
6250                 "highway/footway/unmarked": {
6251                     "name": "Unmarked Crossing",
6252                     "terms": "unmarked foot path crossing,unmarked crosswalk,unmarked pedestrian crossing"
6253                 },
6254                 "highway/give_way": {
6255                     "name": "Yield Sign",
6256                     "terms": "give way,yield,sign"
6257                 },
6258                 "highway/living_street": {
6259                     "name": "Living Street",
6260                     "terms": ""
6261                 },
6262                 "highway/milestone": {
6263                     "name": "Highway Milestone",
6264                     "terms": "mile marker,mile post,mile stone,mileage marker,milemarker,milepost"
6265                 },
6266                 "highway/mini_roundabout": {
6267                     "name": "Mini-Roundabout",
6268                     "terms": "traffic circle"
6269                 },
6270                 "highway/motorway_junction": {
6271                     "name": "Motorway Junction / Exit",
6272                     "terms": "exit"
6273                 },
6274                 "highway/motorway_link": {
6275                     "name": "Motorway Link",
6276                     "terms": "exit,ramp,road,street,on ramp,off ramp"
6277                 },
6278                 "highway/motorway": {
6279                     "name": "Motorway",
6280                     "terms": "autobahn,expressway,freeway,highway,interstate,parkway,road,street,thruway,turnpike"
6281                 },
6282                 "highway/passing_place": {
6283                     "name": "Passing Place",
6284                     "terms": "turnout, pullout"
6285                 },
6286                 "highway/path": {
6287                     "name": "Path",
6288                     "terms": "hike,hiking,trackway,trail,walk"
6289                 },
6290                 "highway/pedestrian_area": {
6291                     "name": "Pedestrian Area",
6292                     "terms": "center,centre,plaza,quad,square,walkway"
6293                 },
6294                 "highway/pedestrian_line": {
6295                     "name": "Pedestrian Street",
6296                     "terms": "center,centre,plaza,quad,square,walkway"
6297                 },
6298                 "highway/primary_link": {
6299                     "name": "Primary Link",
6300                     "terms": "on ramp,off ramp,ramp,road,street"
6301                 },
6302                 "highway/primary": {
6303                     "name": "Primary Road",
6304                     "terms": "road,street"
6305                 },
6306                 "highway/raceway": {
6307                     "name": "Racetrack (Motorsport)",
6308                     "terms": "auto*,formula one,kart,motocross,nascar,race*,track"
6309                 },
6310                 "highway/residential": {
6311                     "name": "Residential Road",
6312                     "terms": "road,street"
6313                 },
6314                 "highway/rest_area": {
6315                     "name": "Rest Area",
6316                     "terms": "rest stop"
6317                 },
6318                 "highway/road": {
6319                     "name": "Unknown Road",
6320                     "terms": "road,street"
6321                 },
6322                 "highway/secondary_link": {
6323                     "name": "Secondary Link",
6324                     "terms": "on ramp,off ramp,ramp,road,street"
6325                 },
6326                 "highway/secondary": {
6327                     "name": "Secondary Road",
6328                     "terms": "road,street"
6329                 },
6330                 "highway/service": {
6331                     "name": "Service Road",
6332                     "terms": "road,street"
6333                 },
6334                 "highway/service/alley": {
6335                     "name": "Alley",
6336                     "terms": ""
6337                 },
6338                 "highway/service/drive-through": {
6339                     "name": "Drive-Through",
6340                     "terms": ""
6341                 },
6342                 "highway/service/driveway": {
6343                     "name": "Driveway",
6344                     "terms": ""
6345                 },
6346                 "highway/service/emergency_access": {
6347                     "name": "Emergency Access",
6348                     "terms": ""
6349                 },
6350                 "highway/service/parking_aisle": {
6351                     "name": "Parking Aisle",
6352                     "terms": ""
6353                 },
6354                 "highway/services": {
6355                     "name": "Service Area",
6356                     "terms": "services,travel plaza,service station"
6357                 },
6358                 "highway/speed_camera": {
6359                     "name": "Speed Camera",
6360                     "terms": ""
6361                 },
6362                 "highway/steps": {
6363                     "name": "Steps",
6364                     "terms": "stairs,staircase,stairway"
6365                 },
6366                 "highway/steps/conveying": {
6367                     "name": "Escalator",
6368                     "terms": "moving staircase,moving stairway,people mover"
6369                 },
6370                 "highway/stop": {
6371                     "name": "Stop Sign",
6372                     "terms": "stop,halt,sign"
6373                 },
6374                 "highway/street_lamp": {
6375                     "name": "Street Lamp",
6376                     "terms": "streetlight,street light,lamp,light,gaslight"
6377                 },
6378                 "highway/tertiary_link": {
6379                     "name": "Tertiary Link",
6380                     "terms": "on ramp,off ramp,ramp,road,street"
6381                 },
6382                 "highway/tertiary": {
6383                     "name": "Tertiary Road",
6384                     "terms": "road,street"
6385                 },
6386                 "highway/track": {
6387                     "name": "Unmaintained Track Road",
6388                     "terms": "woods road,forest road,logging road,fire road,farm road,agricultural road,ranch road,carriage road,primitive,unmaintained,rut,offroad,4wd,4x4,four wheel drive,atv,quad,jeep,double track,two track"
6389                 },
6390                 "highway/traffic_mirror": {
6391                     "name": "Traffic Mirror",
6392                     "terms": "blind spot,convex,corner,curved,roadside,round,safety,sphere,visibility"
6393                 },
6394                 "highway/traffic_signals": {
6395                     "name": "Traffic Signals",
6396                     "terms": "light,stoplight,traffic light"
6397                 },
6398                 "highway/trailhead": {
6399                     "name": "Trailhead",
6400                     "terms": "hiking,mile zero,mountain biking,mountaineering,trail endpoint,trail start,staging area,trekking"
6401                 },
6402                 "highway/trunk_link": {
6403                     "name": "Trunk Link",
6404                     "terms": "on ramp,off ramp,ramp,road,street"
6405                 },
6406                 "highway/trunk": {
6407                     "name": "Trunk Road",
6408                     "terms": "road,street"
6409                 },
6410                 "highway/turning_circle": {
6411                     "name": "Turning Circle",
6412                     "terms": "cul-de-sac"
6413                 },
6414                 "highway/turning_loop": {
6415                     "name": "Turning Loop (Island)",
6416                     "terms": "cul-de-sac"
6417                 },
6418                 "highway/unclassified": {
6419                     "name": "Minor/Unclassified Road",
6420                     "terms": "road,street"
6421                 },
6422                 "historic": {
6423                     "name": "Historic Site",
6424                     "terms": ""
6425                 },
6426                 "historic/archaeological_site": {
6427                     "name": "Archaeological Site",
6428                     "terms": ""
6429                 },
6430                 "historic/boundary_stone": {
6431                     "name": "Boundary Stone",
6432                     "terms": ""
6433                 },
6434                 "historic/castle": {
6435                     "name": "Castle",
6436                     "terms": ""
6437                 },
6438                 "historic/castle/fortress": {
6439                     "name": "Historic Fortress",
6440                     "terms": "citadel,military"
6441                 },
6442                 "historic/castle/palace": {
6443                     "name": "Palace",
6444                     "terms": "Royal Residence,royal,king,queen"
6445                 },
6446                 "historic/castle/stately": {
6447                     "name": "Château",
6448                     "terms": "Historic Country House,Stately Home,nobility,gentry,representative"
6449                 },
6450                 "historic/city_gate": {
6451                     "name": "City Gate",
6452                     "terms": "Town Gate"
6453                 },
6454                 "historic/fort": {
6455                     "name": "Historic Fort",
6456                     "terms": "military"
6457                 },
6458                 "historic/manor": {
6459                     "name": "Manor House",
6460                     "terms": "Mansion,gentry,nobility,estate"
6461                 },
6462                 "historic/memorial": {
6463                     "name": "Memorial",
6464                     "terms": "dedicatory,epitaph,remember,remembrance,memory,monument,stolperstein"
6465                 },
6466                 "historic/memorial/plaque": {
6467                     "name": "Commemorative Plaque",
6468                     "terms": "dedicatory,epitaph,historical marker,remember,remembrance,memory"
6469                 },
6470                 "historic/monument": {
6471                     "name": "Monument",
6472                     "terms": ""
6473                 },
6474                 "historic/ruins": {
6475                     "name": "Ruins",
6476                     "terms": ""
6477                 },
6478                 "historic/tomb": {
6479                     "name": "Tomb",
6480                     "terms": ""
6481                 },
6482                 "historic/wayside_cross": {
6483                     "name": "Wayside Cross",
6484                     "terms": ""
6485                 },
6486                 "historic/wayside_shrine": {
6487                     "name": "Wayside Shrine",
6488                     "terms": ""
6489                 },
6490                 "historic/wreck": {
6491                     "name": "Shipwreck",
6492                     "terms": "hull,mast,maritime,remains,ship,boat"
6493                 },
6494                 "indoor/corridor_line": {
6495                     "name": "Indoor Corridor",
6496                     "terms": ""
6497                 },
6498                 "indoor/area": {
6499                     "name": "Indoor Area",
6500                     "terms": "indoor space"
6501                 },
6502                 "indoor/corridor": {
6503                     "name": "Indoor Corridor",
6504                     "terms": "concourse,foyer,hallway,passageway"
6505                 },
6506                 "indoor/door": {
6507                     "name": "Indoor Door",
6508                     "terms": "doorframe,doorway,portal,room access,threshold"
6509                 },
6510                 "indoor/room": {
6511                     "name": "Room",
6512                     "terms": "antechamber,anteroom,atrium,cell,chamber,concourse,foyer,indoor room,lobby,vestibule"
6513                 },
6514                 "indoor/wall": {
6515                     "name": "Indoor Wall",
6516                     "terms": "indoor barrier,room divider,room partition"
6517                 },
6518                 "internet_access/wlan": {
6519                     "name": "Wi-Fi Hotspot",
6520                     "terms": "wi-fi,wifi,hotspot"
6521                 },
6522                 "junction": {
6523                     "name": "Junction",
6524                     "terms": ""
6525                 },
6526                 "junction/circular": {
6527                     "name": "Traffic Circle",
6528                     "terms": ""
6529                 },
6530                 "junction/jughandle": {
6531                     "name": "Jughandle",
6532                     "terms": ""
6533                 },
6534                 "junction/roundabout": {
6535                     "name": "Roundabout",
6536                     "terms": ""
6537                 },
6538                 "landuse/basin": {
6539                     "name": "Basin",
6540                     "terms": ""
6541                 },
6542                 "landuse/farm": {
6543                     "name": "Farmland",
6544                     "terms": ""
6545                 },
6546                 "landuse/pond": {
6547                     "name": "Pond",
6548                     "terms": ""
6549                 },
6550                 "landuse/reservoir": {
6551                     "name": "Reservoir",
6552                     "terms": ""
6553                 },
6554                 "landuse/allotments": {
6555                     "name": "Community Garden",
6556                     "terms": "allotment,garden"
6557                 },
6558                 "landuse/aquaculture": {
6559                     "name": "Aquaculture",
6560                     "terms": "fish farm,crustacean,algae,aquafarming,shrimp farm,oyster farm,mariculture,algaculture"
6561                 },
6562                 "landuse/brownfield": {
6563                     "name": "Brownfield",
6564                     "terms": ""
6565                 },
6566                 "landuse/cemetery": {
6567                     "name": "Cemetery",
6568                     "terms": ""
6569                 },
6570                 "landuse/churchyard": {
6571                     "name": "Churchyard",
6572                     "terms": ""
6573                 },
6574                 "landuse/commercial": {
6575                     "name": "Commercial Area",
6576                     "terms": ""
6577                 },
6578                 "landuse/construction": {
6579                     "name": "Construction",
6580                     "terms": ""
6581                 },
6582                 "landuse/farmland": {
6583                     "name": "Farmland",
6584                     "terms": "crop,grow,plant"
6585                 },
6586                 "landuse/farmyard": {
6587                     "name": "Farmyard",
6588                     "terms": "crop,grow,plant"
6589                 },
6590                 "landuse/forest": {
6591                     "name": "Managed Forest",
6592                     "terms": "cut,forest,forestry,lumber,silviculture,tree"
6593                 },
6594                 "landuse/garages": {
6595                     "name": "Garage Landuse",
6596                     "terms": ""
6597                 },
6598                 "landuse/grass": {
6599                     "name": "Grass",
6600                     "terms": ""
6601                 },
6602                 "landuse/greenfield": {
6603                     "name": "Greenfield",
6604                     "terms": ""
6605                 },
6606                 "landuse/greenhouse_horticulture": {
6607                     "name": "Greenhouse Horticulture",
6608                     "terms": "flower,greenhouse,horticulture,grow,vivero"
6609                 },
6610                 "landuse/harbour": {
6611                     "name": "Harbor",
6612                     "terms": "boat"
6613                 },
6614                 "landuse/industrial": {
6615                     "name": "Industrial Area",
6616                     "terms": ""
6617                 },
6618                 "landuse/industrial/scrap_yard": {
6619                     "name": "Scrap Yard",
6620                     "terms": "car,junk,metal,salvage,scrap,u-pull-it,vehicle,wreck,yard"
6621                 },
6622                 "landuse/industrial/slaughterhouse": {
6623                     "name": "Slaughterhouse",
6624                     "terms": "abattoir,beef,butchery,calf,chicken,cow,killing house,meat,pig,pork,poultry,shambles,stockyard"
6625                 },
6626                 "landuse/landfill": {
6627                     "name": "Landfill",
6628                     "terms": "dump"
6629                 },
6630                 "landuse/meadow": {
6631                     "name": "Meadow",
6632                     "terms": "grazing,hay field,pasture"
6633                 },
6634                 "landuse/military": {
6635                     "name": "Military Area",
6636                     "terms": ""
6637                 },
6638                 "landuse/military/airfield": {
6639                     "name": "Military Airfield",
6640                     "terms": "aerodrome,aeroway,air force,airplane,airport,army,base,bomb,fight,force,guard,heli*,jet,marine,navy,plane,troop,war"
6641                 },
6642                 "landuse/military/barracks": {
6643                     "name": "Barracks",
6644                     "terms": "air force,army,base,fight,force,guard,marine,navy,troop,war"
6645                 },
6646                 "landuse/military/danger_area": {
6647                     "name": "Danger Area",
6648                     "terms": "air force,army,base,blast,bomb,explo*,force,guard,mine,marine,navy,troop,war"
6649                 },
6650                 "landuse/military/naval_base": {
6651                     "name": "Naval Base",
6652                     "terms": "base,fight,force,guard,marine,navy,ship,sub,troop,war"
6653                 },
6654                 "landuse/military/obstacle_course": {
6655                     "name": "Obstacle Course",
6656                     "terms": "army,base,force,guard,marine,navy,troop,war"
6657                 },
6658                 "landuse/military/range": {
6659                     "name": "Military Range",
6660                     "terms": "air force,army,base,fight,fire,force,guard,gun,marine,navy,rifle,shoot*,snip*,train,troop,war"
6661                 },
6662                 "landuse/military/training_area": {
6663                     "name": "Training Area",
6664                     "terms": "air force,army,base,fight,fire,force,guard,gun,marine,navy,rifle,shoot*,snip*,train,troop,war"
6665                 },
6666                 "landuse/orchard": {
6667                     "name": "Orchard",
6668                     "terms": "fruit"
6669                 },
6670                 "landuse/plant_nursery": {
6671                     "name": "Plant Nursery",
6672                     "terms": "flower,garden,grow,vivero"
6673                 },
6674                 "landuse/quarry": {
6675                     "name": "Quarry",
6676                     "terms": ""
6677                 },
6678                 "landuse/railway": {
6679                     "name": "Railway Corridor",
6680                     "terms": "rail,train,track"
6681                 },
6682                 "landuse/recreation_ground": {
6683                     "name": "Recreation Ground",
6684                     "terms": "playing fields"
6685                 },
6686                 "landuse/religious": {
6687                     "name": "Religious Area",
6688                     "terms": ""
6689                 },
6690                 "landuse/residential": {
6691                     "name": "Residential Area",
6692                     "terms": ""
6693                 },
6694                 "landuse/residential/apartments": {
6695                     "name": "Apartment Complex",
6696                     "terms": "flat,residence,tenement"
6697                 },
6698                 "landuse/retail": {
6699                     "name": "Retail Area",
6700                     "terms": ""
6701                 },
6702                 "landuse/vineyard": {
6703                     "name": "Vineyard",
6704                     "terms": "grape,wine"
6705                 },
6706                 "landuse/winter_sports": {
6707                     "name": "Winter Sports Area",
6708                     "terms": "piste area,ski area,ski hill,ski mountain,ski resort,snow board area,snowboard area"
6709                 },
6710                 "leisure/adult_gaming_centre": {
6711                     "name": "Adult Gaming Center",
6712                     "terms": "gambling,slot machine"
6713                 },
6714                 "leisure/amusement_arcade": {
6715                     "name": "Amusement Arcade",
6716                     "terms": "pay-to-play games,video games,driving simulators,pinball machines"
6717                 },
6718                 "leisure/bandstand": {
6719                     "name": "Bandstand",
6720                     "terms": ""
6721                 },
6722                 "leisure/beach_resort": {
6723                     "name": "Beach Resort",
6724                     "terms": ""
6725                 },
6726                 "leisure/bird_hide": {
6727                     "name": "Bird Hide",
6728                     "terms": "machan,ornithology"
6729                 },
6730                 "leisure/bleachers": {
6731                     "name": "Bleachers",
6732                     "terms": "crowd,bench,sports,stand,stands,seat,seating"
6733                 },
6734                 "leisure/bowling_alley": {
6735                     "name": "Bowling Alley",
6736                     "terms": "bowling center"
6737                 },
6738                 "leisure/common": {
6739                     "name": "Common",
6740                     "terms": "open space"
6741                 },
6742                 "leisure/dance": {
6743                     "name": "Dance Hall",
6744                     "terms": "ballroom,jive,swing,tango,waltz"
6745                 },
6746                 "leisure/dancing_school": {
6747                     "name": "Dance School",
6748                     "terms": "jive,swing,tango,waltz,dance teaching"
6749                 },
6750                 "leisure/disc_golf_course": {
6751                     "name": "Disc Golf Course",
6752                     "terms": "disk golf,frisbee golf,flying disc golf,frolf,ultimate"
6753                 },
6754                 "leisure/dog_park": {
6755                     "name": "Dog Park",
6756                     "terms": ""
6757                 },
6758                 "leisure/escape_game": {
6759                     "name": "Escape Room",
6760                     "terms": "escape game,escape the room,puzzle room,quest room"
6761                 },
6762                 "leisure/firepit": {
6763                     "name": "Firepit",
6764                     "terms": "fireplace,campfire"
6765                 },
6766                 "leisure/fishing": {
6767                     "name": "Fishing Spot",
6768                     "terms": "angler"
6769                 },
6770                 "leisure/fitness_centre": {
6771                     "name": "Gym / Fitness Center",
6772                     "terms": "health,gym,leisure,studio"
6773                 },
6774                 "leisure/fitness_centre/yoga": {
6775                     "name": "Yoga Studio",
6776                     "terms": "studio,asanas,modern yoga,meditation"
6777                 },
6778                 "leisure/fitness_station": {
6779                     "name": "Outdoor Fitness Station",
6780                     "terms": "exercise,fitness,gym,trim trail"
6781                 },
6782                 "leisure/fitness_station/balance_beam": {
6783                     "name": "Exercise Balance Beam",
6784                     "terms": "balance,exercise,fitness,gym,trim trail"
6785                 },
6786                 "leisure/fitness_station/box": {
6787                     "name": "Exercise Box",
6788                     "terms": "box,exercise,fitness,gym,jump,trim trail"
6789                 },
6790                 "leisure/fitness_station/horizontal_bar": {
6791                     "name": "Exercise Horizontal Bar",
6792                     "terms": "bar,chinup,chin up,exercise,fitness,gym,pullup,pull up,trim trail"
6793                 },
6794                 "leisure/fitness_station/horizontal_ladder": {
6795                     "name": "Exercise Monkey Bars",
6796                     "terms": "bar,chinup,chin up,exercise,fitness,gym,ladder,monkey bars,pullup,pull up,trim trail"
6797                 },
6798                 "leisure/fitness_station/hyperextension": {
6799                     "name": "Hyperextension Station",
6800                     "terms": "back,exercise,extension,fitness,gym,roman chair,trim trail"
6801                 },
6802                 "leisure/fitness_station/parallel_bars": {
6803                     "name": "Parallel Bars",
6804                     "terms": "bar,dip,exercise,fitness,gym,trim trail"
6805                 },
6806                 "leisure/fitness_station/push-up": {
6807                     "name": "Push-Up Station",
6808                     "terms": "bar,exercise,fitness,gym,pushup,push up,trim trail"
6809                 },
6810                 "leisure/fitness_station/rings": {
6811                     "name": "Exercise Rings",
6812                     "terms": "exercise,fitness,gym,muscle up,pullup,pull up,trim trail"
6813                 },
6814                 "leisure/fitness_station/sign": {
6815                     "name": "Exercise Instruction Sign",
6816                     "terms": "exercise,fitness,gym,trim trail"
6817                 },
6818                 "leisure/fitness_station/sit-up": {
6819                     "name": "Sit-Up Station",
6820                     "terms": "crunch,exercise,fitness,gym,situp,sit up,trim trail"
6821                 },
6822                 "leisure/fitness_station/stairs": {
6823                     "name": "Exercise Stairs",
6824                     "terms": "exercise,fitness,gym,steps,trim trail"
6825                 },
6826                 "leisure/garden": {
6827                     "name": "Garden",
6828                     "terms": ""
6829                 },
6830                 "leisure/golf_course": {
6831                     "name": "Golf Course",
6832                     "terms": "links"
6833                 },
6834                 "leisure/hackerspace": {
6835                     "name": "Hackerspace",
6836                     "terms": "makerspace,hackspace,hacklab"
6837                 },
6838                 "leisure/horse_riding": {
6839                     "name": "Horseback Riding Facility",
6840                     "terms": "equestrian,stable"
6841                 },
6842                 "leisure/ice_rink": {
6843                     "name": "Ice Rink",
6844                     "terms": "hockey,skating,curling"
6845                 },
6846                 "leisure/marina": {
6847                     "name": "Marina",
6848                     "terms": "boat"
6849                 },
6850                 "leisure/miniature_golf": {
6851                     "name": "Miniature Golf",
6852                     "terms": "crazy golf,mini golf,putt-putt"
6853                 },
6854                 "leisure/nature_reserve": {
6855                     "name": "Nature Reserve",
6856                     "terms": "protected,wildlife"
6857                 },
6858                 "leisure/outdoor_seating": {
6859                     "name": "Outdoor Seating Area",
6860                     "terms": "al fresco,beer garden,dining,cafe,restaurant,pub,bar,patio"
6861                 },
6862                 "leisure/park": {
6863                     "name": "Park",
6864                     "terms": "esplanade,estate,forest,garden,grass,green,grounds,lawn,lot,meadow,parkland,place,playground,plaza,pleasure garden,recreation area,square,tract,village green,woodland"
6865                 },
6866                 "leisure/picnic_table": {
6867                     "name": "Picnic Table",
6868                     "terms": "bench"
6869                 },
6870                 "leisure/picnic_table/chess": {
6871                     "name": "Chess Table",
6872                     "terms": "bench,chess board,checkerboard,checkers,chequerboard,game table"
6873                 },
6874                 "leisure/pitch": {
6875                     "name": "Sport Pitch",
6876                     "terms": "field"
6877                 },
6878                 "leisure/pitch/american_football": {
6879                     "name": "American Football Field",
6880                     "terms": "football,gridiron"
6881                 },
6882                 "leisure/pitch/australian_football": {
6883                     "name": "Australian Football Field",
6884                     "terms": "Aussie,AFL,football"
6885                 },
6886                 "leisure/pitch/badminton": {
6887                     "name": "Badminton Court",
6888                     "terms": ""
6889                 },
6890                 "leisure/pitch/baseball": {
6891                     "name": "Baseball Field",
6892                     "terms": ""
6893                 },
6894                 "leisure/pitch/basketball": {
6895                     "name": "Basketball Court",
6896                     "terms": ""
6897                 },
6898                 "leisure/pitch/beachvolleyball": {
6899                     "name": "Beach Volleyball Court",
6900                     "terms": "volleyball"
6901                 },
6902                 "leisure/pitch/boules": {
6903                     "name": "Boules/Bocce Court",
6904                     "terms": "bocce,lyonnaise,pétanque"
6905                 },
6906                 "leisure/pitch/bowls": {
6907                     "name": "Bowling Green",
6908                     "terms": ""
6909                 },
6910                 "leisure/pitch/cricket": {
6911                     "name": "Cricket Field",
6912                     "terms": ""
6913                 },
6914                 "leisure/pitch/equestrian": {
6915                     "name": "Riding Arena",
6916                     "terms": "dressage,equestrian,horse,horseback,riding"
6917                 },
6918                 "leisure/pitch/field_hockey": {
6919                     "name": "Field Hockey Pitch",
6920                     "terms": "landhockey"
6921                 },
6922                 "leisure/pitch/horseshoes": {
6923                     "name": "Horseshoes Pit",
6924                     "terms": "horse shoes"
6925                 },
6926                 "leisure/pitch/netball": {
6927                     "name": "Netball Court",
6928                     "terms": ""
6929                 },
6930                 "leisure/pitch/rugby_league": {
6931                     "name": "Rugby League Field",
6932                     "terms": ""
6933                 },
6934                 "leisure/pitch/rugby_union": {
6935                     "name": "Rugby Union Field",
6936                     "terms": ""
6937                 },
6938                 "leisure/pitch/shuffleboard": {
6939                     "name": "Shuffleboard Court",
6940                     "terms": "deck shuffleboard,floor shuffleboard"
6941                 },
6942                 "leisure/pitch/skateboard": {
6943                     "name": "Skate Park",
6944                     "terms": ""
6945                 },
6946                 "leisure/pitch/soccer": {
6947                     "name": "Soccer Field",
6948                     "terms": "football"
6949                 },
6950                 "leisure/pitch/softball": {
6951                     "name": "Softball Field",
6952                     "terms": "softball,diamond"
6953                 },
6954                 "leisure/pitch/table_tennis": {
6955                     "name": "Ping Pong Table",
6956                     "terms": "table tennis,ping pong"
6957                 },
6958                 "leisure/pitch/tennis": {
6959                     "name": "Tennis Court",
6960                     "terms": ""
6961                 },
6962                 "leisure/pitch/volleyball": {
6963                     "name": "Volleyball Court",
6964                     "terms": ""
6965                 },
6966                 "leisure/playground": {
6967                     "name": "Playground",
6968                     "terms": "jungle gym,play area"
6969                 },
6970                 "leisure/resort": {
6971                     "name": "Resort",
6972                     "terms": "recreation center,sanatorium,ski and snowboard resort,vacation resort,winter sports resort"
6973                 },
6974                 "leisure/sauna": {
6975                     "name": "Sauna",
6976                     "terms": ""
6977                 },
6978                 "leisure/slipway_point": {
6979                     "name": "Slipway",
6980                     "terms": "boat launch,boat ramp,boat landing"
6981                 },
6982                 "leisure/slipway": {
6983                     "name": "Slipway",
6984                     "terms": "boat launch,boat ramp,boat landing"
6985                 },
6986                 "leisure/sports_centre": {
6987                     "name": "Sports Center / Complex",
6988                     "terms": ""
6989                 },
6990                 "leisure/sports_centre/climbing": {
6991                     "name": "Climbing Gym",
6992                     "terms": "abseiling,artificial climbing wall,belaying,bouldering,rock climbing facility,indoor rock wall,rappeling,rock gym,ropes"
6993                 },
6994                 "leisure/sports_centre/swimming": {
6995                     "name": "Swimming Pool Facility",
6996                     "terms": "dive,water"
6997                 },
6998                 "leisure/stadium": {
6999                     "name": "Stadium",
7000                     "terms": ""
7001                 },
7002                 "leisure/swimming_area": {
7003                     "name": "Natural Swimming Area",
7004                     "terms": "dive,water,aquatics"
7005                 },
7006                 "leisure/swimming_pool": {
7007                     "name": "Swimming Pool",
7008                     "terms": "dive,water,aquatics"
7009                 },
7010                 "leisure/track": {
7011                     "name": "Racetrack (Non-Motorsport)",
7012                     "terms": "cycle,dog,greyhound,horse,race*,track"
7013                 },
7014                 "leisure/track/cycling_point": {
7015                     "name": "Cycling Track",
7016                     "terms": "bicycle track,bicycling track,cycle racetrack,velodrome"
7017                 },
7018                 "leisure/track/cycling": {
7019                     "name": "Cycling Track",
7020                     "terms": "bicycle track,bicycling track,cycle racetrack,velodrome"
7021                 },
7022                 "leisure/track/horse_racing_point": {
7023                     "name": "Horse Racing Track",
7024                     "terms": "equestrian race track,horse race betting,horseracing,horsetrack,horse racetrack"
7025                 },
7026                 "leisure/track/horse_racing": {
7027                     "name": "Horse Racing Track",
7028                     "terms": "equestrian race track,horse race betting,horseracing,horsetrack,horse racetrack"
7029                 },
7030                 "leisure/track/running_point": {
7031                     "name": "Running Track",
7032                     "terms": "athletics track,decathlon,foot race,long distance running,marathon,middle distance running,racetrack,running,sprint,track,walking"
7033                 },
7034                 "leisure/track/running": {
7035                     "name": "Running Track",
7036                     "terms": "athletics track,decathlon,foot race,long distance running,marathon,middle distance running,racetrack,running,sprint,track,walking"
7037                 },
7038                 "leisure/water_park": {
7039                     "name": "Water Park",
7040                     "terms": "swim,pool,dive"
7041                 },
7042                 "line": {
7043                     "name": "Line",
7044                     "terms": "polyline"
7045                 },
7046                 "man_made/adit": {
7047                     "name": "Adit",
7048                     "terms": "cave,horizontal mine entrance,tunnel,underground"
7049                 },
7050                 "man_made/antenna": {
7051                     "name": "Antenna",
7052                     "terms": "broadcast,cell phone,cell,communication,mobile phone,radio,television,transmission,tv"
7053                 },
7054                 "man_made/beacon": {
7055                     "name": "Beacon",
7056                     "terms": ""
7057                 },
7058                 "man_made/beehive": {
7059                     "name": "Beehive",
7060                     "terms": "apiary,beekeeper,farm,honey,pollination"
7061                 },
7062                 "man_made/breakwater": {
7063                     "name": "Breakwater",
7064                     "terms": ""
7065                 },
7066                 "man_made/bridge": {
7067                     "name": "Bridge",
7068                     "terms": ""
7069                 },
7070                 "man_made/bunker_silo": {
7071                     "name": "Bunker Silo",
7072                     "terms": "Silage,Storage"
7073                 },
7074                 "man_made/chimney": {
7075                     "name": "Chimney",
7076                     "terms": ""
7077                 },
7078                 "man_made/clearcut": {
7079                     "name": "Clearcut Forest",
7080                     "terms": "cut,forest,lumber,tree,wood"
7081                 },
7082                 "man_made/crane": {
7083                     "name": "Crane",
7084                     "terms": ""
7085                 },
7086                 "man_made/cross": {
7087                     "name": "Summit Cross",
7088                     "terms": ""
7089                 },
7090                 "man_made/cutline": {
7091                     "name": "Cut line",
7092                     "terms": ""
7093                 },
7094                 "man_made/dyke": {
7095                     "name": "Levee",
7096                     "terms": "Dike,Dyke,Floodbank,Stopbank"
7097                 },
7098                 "man_made/embankment": {
7099                     "name": "Embankment",
7100                     "terms": ""
7101                 },
7102                 "man_made/flagpole": {
7103                     "name": "Flagpole",
7104                     "terms": ""
7105                 },
7106                 "man_made/gasometer": {
7107                     "name": "Gasometer",
7108                     "terms": "gas holder"
7109                 },
7110                 "man_made/groyne": {
7111                     "name": "Groyne",
7112                     "terms": ""
7113                 },
7114                 "man_made/lighthouse": {
7115                     "name": "Lighthouse",
7116                     "terms": ""
7117                 },
7118                 "man_made/mast": {
7119                     "name": "Mast",
7120                     "terms": "antenna,broadcast tower,cell phone tower,cell tower,communication mast,communication tower,guyed tower,mobile phone tower,radio mast,radio tower,television tower,transmission mast,transmission tower,tv tower"
7121                 },
7122                 "man_made/mast/communication": {
7123                     "name": "Communication Mast",
7124                     "terms": "antenna,broadcast tower,cell phone tower,cell tower,communication mast,communication tower,guyed tower,mobile phone tower,radio mast,radio tower,television tower,transmission mast,transmission tower,tv tower"
7125                 },
7126                 "man_made/mast/communication/mobile_phone": {
7127                     "name": "Mobile Phone Mast",
7128                     "terms": "antenna,cell mast,cell phone mast,cell phone tower,cell tower,communication mast,communication tower,guyed tower,mobile phone tower,transmission mast,transmission tower"
7129                 },
7130                 "man_made/mast/communication/radio": {
7131                     "name": "Radio Broadcast Mast",
7132                     "terms": "antenna,broadcast tower,communication mast,communication tower,guyed tower,radio mast,radio tower,transmission mast,transmission tower"
7133                 },
7134                 "man_made/mast/communication/television": {
7135                     "name": "Television Broadcast Mast",
7136                     "terms": "antenna,broadcast tower,communication mast,communication tower,guyed tower,television mast,television tower,transmission mast,transmission tower,tv mast,tv tower"
7137                 },
7138                 "man_made/mineshaft": {
7139                     "name": "Mineshaft",
7140                     "terms": "cave,mine shaft,tunnel,underground,vertical mine entrance"
7141                 },
7142                 "man_made/monitoring_station": {
7143                     "name": "Monitoring Station",
7144                     "terms": "weather,earthquake,seismology,air,gps"
7145                 },
7146                 "man_made/observatory": {
7147                     "name": "Observatory",
7148                     "terms": "astronomical,meteorological"
7149                 },
7150                 "man_made/petroleum_well": {
7151                     "name": "Oil Well",
7152                     "terms": "drilling rig,oil derrick,oil drill,oil horse,oil rig,oil pump,petroleum well,pumpjack"
7153                 },
7154                 "man_made/pier": {
7155                     "name": "Pier",
7156                     "terms": "berth,dock,jetty,landing,promenade,wharf"
7157                 },
7158                 "man_made/pier/floating": {
7159                     "name": "Floating Pier",
7160                     "terms": "berth,dock,jetty,landing,promenade,wharf"
7161                 },
7162                 "man_made/pipeline": {
7163                     "name": "Pipeline",
7164                     "terms": "oil,natural gas,water,sewer,sewage"
7165                 },
7166                 "man_made/pipeline/underground": {
7167                     "name": "Underground Pipeline",
7168                     "terms": "oil,natural gas,water,sewer,sewage"
7169                 },
7170                 "man_made/pipeline/valve": {
7171                     "name": "Pipeline Valve",
7172                     "terms": "oil,natural gas,water,sewer,sewage"
7173                 },
7174                 "man_made/pumping_station": {
7175                     "name": "Pumping Station",
7176                     "terms": ""
7177                 },
7178                 "man_made/silo": {
7179                     "name": "Silo",
7180                     "terms": "grain,corn,wheat"
7181                 },
7182                 "man_made/storage_tank": {
7183                     "name": "Storage Tank",
7184                     "terms": "water,oil,gas,petrol"
7185                 },
7186                 "man_made/storage_tank/water": {
7187                     "name": "Water Tank",
7188                     "terms": "cistern,water tower"
7189                 },
7190                 "man_made/street_cabinet": {
7191                     "name": "Street Cabinet",
7192                     "terms": "cable tv,monitoring box,technical box,telecommunications,traffic signal controls"
7193                 },
7194                 "man_made/surveillance": {
7195                     "name": "Surveillance",
7196                     "terms": "anpr,alpr,camera,car plate recognition,cctv,guard,license plate recognition,monitoring,number plate recognition,security,video,webcam"
7197                 },
7198                 "man_made/surveillance/camera": {
7199                     "name": "Surveillance Camera",
7200                     "terms": "anpr,alpr,camera,car plate recognition,cctv,guard,license plate recognition,monitoring,number plate recognition,security,video,webcam"
7201                 },
7202                 "man_made/survey_point": {
7203                     "name": "Survey Point",
7204                     "terms": "trig point,triangulation pillar,trigonometrical station"
7205                 },
7206                 "man_made/tower": {
7207                     "name": "Tower",
7208                     "terms": ""
7209                 },
7210                 "man_made/tower/bell_tower": {
7211                     "name": "Bell Tower",
7212                     "terms": "belfry,bell gable,campanile,church tower,klockstapel"
7213                 },
7214                 "man_made/tower/communication": {
7215                     "name": "Communication Tower",
7216                     "terms": "antenna,broadcast tower,cell phone tower,cell tower,communication mast,communication tower,guyed tower,mobile phone tower,radio mast,radio tower,television tower,transmission mast,transmission tower,tv tower"
7217                 },
7218                 "man_made/tower/defensive": {
7219                     "name": "Fortified Tower",
7220                     "terms": "Defensive Tower,Castle Tower"
7221                 },
7222                 "man_made/tower/minaret": {
7223                     "name": "Minaret",
7224                     "terms": "Islam,mosque,Muezzin,Muslim"
7225                 },
7226                 "man_made/tower/observation": {
7227                     "name": "Observation Tower",
7228                     "terms": "lookout tower,fire tower"
7229                 },
7230                 "man_made/tunnel": {
7231                     "name": "Tunnel",
7232                     "terms": "bore,dig,shaft,underground passage,underpass"
7233                 },
7234                 "man_made/wastewater_plant": {
7235                     "name": "Wastewater Plant",
7236                     "terms": "sewage*,water treatment plant,reclamation plant"
7237                 },
7238                 "man_made/water_tower": {
7239                     "name": "Water Tower",
7240                     "terms": ""
7241                 },
7242                 "man_made/water_well": {
7243                     "name": "Water Well",
7244                     "terms": ""
7245                 },
7246                 "man_made/water_works": {
7247                     "name": "Water Works",
7248                     "terms": ""
7249                 },
7250                 "man_made/watermill": {
7251                     "name": "Watermill",
7252                     "terms": "water,wheel,mill"
7253                 },
7254                 "man_made/windmill": {
7255                     "name": "Windmill",
7256                     "terms": "wind,wheel,mill"
7257                 },
7258                 "man_made/works": {
7259                     "name": "Factory",
7260                     "terms": "assembly,build,brewery,car,plant,plastic,processing,manufacture,refinery"
7261                 },
7262                 "manhole": {
7263                     "name": "Manhole",
7264                     "terms": "cover,hole,sewer,sewage,telecom"
7265                 },
7266                 "manhole/drain": {
7267                     "name": "Storm Drain",
7268                     "terms": "cover,drain,hole,rain,sewer,sewage,storm"
7269                 },
7270                 "manhole/telecom": {
7271                     "name": "Telecom Manhole",
7272                     "terms": "cover,phone,hole,telecom,telephone,bt"
7273                 },
7274                 "military/bunker": {
7275                     "name": "Military Bunker",
7276                     "terms": "air force,army,base,fight,force,guard,marine,navy,troop,war"
7277                 },
7278                 "military/checkpoint": {
7279                     "name": "Checkpoint",
7280                     "terms": "air force,army,base,force,guard,marine,navy,troop,war"
7281                 },
7282                 "military/nuclear_explosion_site": {
7283                     "name": "Nuclear Explosion Site",
7284                     "terms": "atom,blast,bomb,detonat*,nuke,site,test"
7285                 },
7286                 "military/office": {
7287                     "name": "Military Office",
7288                     "terms": "air force,army,base,enlist,fight,force,guard,marine,navy,recruit,troop,war"
7289                 },
7290                 "military/trench": {
7291                     "name": "Military Trench",
7292                     "terms": "dugout,firestep,fox hole,infantry trench,war trench"
7293                 },
7294                 "natural/bare_rock": {
7295                     "name": "Bare Rock",
7296                     "terms": "rock"
7297                 },
7298                 "natural/bay": {
7299                     "name": "Bay",
7300                     "terms": ""
7301                 },
7302                 "natural/beach": {
7303                     "name": "Beach",
7304                     "terms": "shore"
7305                 },
7306                 "natural/cape": {
7307                     "name": "Cape",
7308                     "terms": "bay,coastline,erosion,headland,promontory"
7309                 },
7310                 "natural/cave_entrance": {
7311                     "name": "Cave Entrance",
7312                     "terms": "cavern,hollow,grotto,shelter,cavity"
7313                 },
7314                 "natural/cliff": {
7315                     "name": "Cliff",
7316                     "terms": "crag,escarpment,rock face,scarp"
7317                 },
7318                 "natural/coastline": {
7319                     "name": "Coastline",
7320                     "terms": "shore"
7321                 },
7322                 "natural/fell": {
7323                     "name": "Fell",
7324                     "terms": ""
7325                 },
7326                 "natural/glacier": {
7327                     "name": "Glacier",
7328                     "terms": "ice,snow"
7329                 },
7330                 "natural/grassland": {
7331                     "name": "Grassland",
7332                     "terms": "prairie,savanna"
7333                 },
7334                 "natural/heath": {
7335                     "name": "Heath",
7336                     "terms": ""
7337                 },
7338                 "natural/mud": {
7339                     "name": "Mud",
7340                     "terms": "wetland"
7341                 },
7342                 "natural/peak": {
7343                     "name": "Peak",
7344                     "terms": "acme,aiguille,alp,climax,crest,crown,hill,mount,mountain,pinnacle,summit,tip,top"
7345                 },
7346                 "natural/reef": {
7347                     "name": "Reef",
7348                     "terms": "barrier,coral,ocean,sand,shoal"
7349                 },
7350                 "natural/ridge": {
7351                     "name": "Ridge",
7352                     "terms": "crest"
7353                 },
7354                 "natural/rock": {
7355                     "name": "Attached Rock / Boulder",
7356                     "terms": "boulder,stone,rock"
7357                 },
7358                 "natural/saddle": {
7359                     "name": "Saddle",
7360                     "terms": "pass,mountain pass,top"
7361                 },
7362                 "natural/sand": {
7363                     "name": "Sand",
7364                     "terms": "desert"
7365                 },
7366                 "natural/scree": {
7367                     "name": "Scree",
7368                     "terms": "loose rocks"
7369                 },
7370                 "natural/scrub": {
7371                     "name": "Scrub",
7372                     "terms": "bush,shrubs"
7373                 },
7374                 "natural/shingle": {
7375                     "name": "Shingle",
7376                     "terms": "beach,gravel,pebbles,riverbed,rounded rock fragments"
7377                 },
7378                 "natural/spring": {
7379                     "name": "Spring",
7380                     "terms": ""
7381                 },
7382                 "natural/stone": {
7383                     "name": "Unattached Stone / Boulder",
7384                     "terms": "boulder,stone,rock"
7385                 },
7386                 "natural/tree_row": {
7387                     "name": "Tree Row",
7388                     "terms": ""
7389                 },
7390                 "natural/tree": {
7391                     "name": "Tree",
7392                     "terms": ""
7393                 },
7394                 "natural/valley": {
7395                     "name": "Valley",
7396                     "terms": "canyon,dale,dell,dene,depression,glen,gorge,gully,gulley,gultch,hollow,ravine,rift,vale"
7397                 },
7398                 "natural/volcano": {
7399                     "name": "Volcano",
7400                     "terms": "mountain,crater"
7401                 },
7402                 "natural/water": {
7403                     "name": "Water",
7404                     "terms": ""
7405                 },
7406                 "natural/water/basin": {
7407                     "name": "Basin",
7408                     "terms": "detention,drain,overflow,rain,retention"
7409                 },
7410                 "natural/water/canal": {
7411                     "name": "Canal",
7412                     "terms": ""
7413                 },
7414                 "natural/water/lake": {
7415                     "name": "Lake",
7416                     "terms": "lakelet,loch,mere"
7417                 },
7418                 "natural/water/moat": {
7419                     "name": "Moat",
7420                     "terms": ""
7421                 },
7422                 "natural/water/pond": {
7423                     "name": "Pond",
7424                     "terms": "lakelet,millpond,tarn,pool,mere"
7425                 },
7426                 "natural/water/reservoir": {
7427                     "name": "Reservoir",
7428                     "terms": ""
7429                 },
7430                 "natural/water/river": {
7431                     "name": "River",
7432                     "terms": "beck,branch,brook,course,creek,estuary,rill,riverbank,rivulet,run,runnel,stream,tributary,watercourse"
7433                 },
7434                 "natural/water/stream": {
7435                     "name": "Stream",
7436                     "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"
7437                 },
7438                 "natural/water/wastewater": {
7439                     "name": "Wastewater Basin",
7440                     "terms": "excrement,shit,sewage,wastewater,Settling Basin,Clarifier Basin"
7441                 },
7442                 "natural/wetland": {
7443                     "name": "Wetland",
7444                     "terms": "bog,fen,marsh,mire,moor,muskeg,peatland,quagmire,reedbed,saltmarsh,swamp,tidalflat,wet meadow"
7445                 },
7446                 "natural/wood": {
7447                     "name": "Wood",
7448                     "terms": "tree"
7449                 },
7450                 "noexit/yes": {
7451                     "name": "No Exit",
7452                     "terms": "no exit,road end,dead end"
7453                 },
7454                 "office": {
7455                     "name": "Office",
7456                     "terms": ""
7457                 },
7458                 "office/administrative": {
7459                     "name": "Administrative Office",
7460                     "terms": ""
7461                 },
7462                 "office/physician": {
7463                     "name": "Physician",
7464                     "terms": ""
7465                 },
7466                 "office/travel_agent": {
7467                     "name": "Travel Agency",
7468                     "terms": ""
7469                 },
7470                 "office/accountant": {
7471                     "name": "Accountant Office",
7472                     "terms": ""
7473                 },
7474                 "office/adoption_agency": {
7475                     "name": "Adoption Agency",
7476                     "terms": ""
7477                 },
7478                 "office/advertising_agency": {
7479                     "name": "Advertising Agency",
7480                     "terms": "ad,ad agency,advert agency,advertising,marketing"
7481                 },
7482                 "office/architect": {
7483                     "name": "Architect Office",
7484                     "terms": ""
7485                 },
7486                 "office/association": {
7487                     "name": "Nonprofit Organization Office",
7488                     "terms": "association,non-profit,nonprofit,organization,society"
7489                 },
7490                 "office/bail_bond_agent": {
7491                     "name": "Bail Bond Agent",
7492                     "terms": "bail bond dealer,bail bond man,bail bondsman,bail bondsperson"
7493                 },
7494                 "office/charity": {
7495                     "name": "Charity Office",
7496                     "terms": "charitable organization"
7497                 },
7498                 "office/company": {
7499                     "name": "Corporate Office",
7500                     "terms": ""
7501                 },
7502                 "office/coworking": {
7503                     "name": "Coworking Space",
7504                     "terms": "coworking,office"
7505                 },
7506                 "office/diplomatic": {
7507                     "name": "Diplomatic Office",
7508                     "terms": ""
7509                 },
7510                 "office/diplomatic/consulate": {
7511                     "name": "Consulate",
7512                     "terms": ""
7513                 },
7514                 "office/diplomatic/embassy": {
7515                     "name": "Embassy",
7516                     "terms": ""
7517                 },
7518                 "office/diplomatic/liaison": {
7519                     "name": "Liaison Office",
7520                     "terms": ""
7521                 },
7522                 "office/educational_institution": {
7523                     "name": "Educational Institution",
7524                     "terms": ""
7525                 },
7526                 "office/employment_agency": {
7527                     "name": "Employment Agency",
7528                     "terms": "job"
7529                 },
7530                 "office/energy_supplier": {
7531                     "name": "Energy Supplier Office",
7532                     "terms": "electricity,energy company,energy utility,gas utility"
7533                 },
7534                 "office/estate_agent": {
7535                     "name": "Real Estate Office",
7536                     "terms": "real estate"
7537                 },
7538                 "office/financial_advisor": {
7539                     "name": "Financial Advisor",
7540                     "terms": "401k,inheritance,savings,stocks,retirement,wealth management"
7541                 },
7542                 "office/financial": {
7543                     "name": "Financial Office",
7544                     "terms": ""
7545                 },
7546                 "office/forestry": {
7547                     "name": "Forestry Office",
7548                     "terms": "forest,ranger"
7549                 },
7550                 "office/foundation": {
7551                     "name": "Foundation Office",
7552                     "terms": ""
7553                 },
7554                 "office/government": {
7555                     "name": "Government Office",
7556                     "terms": ""
7557                 },
7558                 "office/government/register_office": {
7559                     "name": "Register Office",
7560                     "terms": "clerk,marriage,death,birth,certificate"
7561                 },
7562                 "office/government/tax": {
7563                     "name": "Tax and Revenue Office",
7564                     "terms": "fiscal authorities,revenue office,tax office"
7565                 },
7566                 "office/guide": {
7567                     "name": "Tour Guide Office",
7568                     "terms": "dive guide,mountain guide,tour guide"
7569                 },
7570                 "office/insurance": {
7571                     "name": "Insurance Office",
7572                     "terms": ""
7573                 },
7574                 "office/it": {
7575                     "name": "Information Technology Office",
7576                     "terms": "computer,information,software,technology"
7577                 },
7578                 "office/lawyer": {
7579                     "name": "Law Office",
7580                     "terms": ""
7581                 },
7582                 "office/lawyer/notary": {
7583                     "name": "Notary Office",
7584                     "terms": ""
7585                 },
7586                 "office/moving_company": {
7587                     "name": "Moving Company Office",
7588                     "terms": "relocation"
7589                 },
7590                 "office/newspaper": {
7591                     "name": "Newspaper Office",
7592                     "terms": ""
7593                 },
7594                 "office/ngo": {
7595                     "name": "NGO Office",
7596                     "terms": "ngo,non government,non-government,organization,organisation"
7597                 },
7598                 "office/notary": {
7599                     "name": "Notary Office",
7600                     "terms": "clerk,deeds,estate,signature,wills"
7601                 },
7602                 "office/political_party": {
7603                     "name": "Political Party",
7604                     "terms": ""
7605                 },
7606                 "office/private_investigator": {
7607                     "name": "Private Investigator Office",
7608                     "terms": "PI,private eye,private detective"
7609                 },
7610                 "office/quango": {
7611                     "name": "Quasi-NGO Office",
7612                     "terms": "ngo,non government,non-government,organization,organisation,quasi autonomous,quasi-autonomous"
7613                 },
7614                 "office/religion": {
7615                     "name": "Religious Office",
7616                     "terms": ""
7617                 },
7618                 "office/research": {
7619                     "name": "Research Office",
7620                     "terms": ""
7621                 },
7622                 "office/surveyor": {
7623                     "name": "Surveyor Office",
7624                     "terms": ""
7625                 },
7626                 "office/tax_advisor": {
7627                     "name": "Tax Advisor Office",
7628                     "terms": "tax,tax consultant"
7629                 },
7630                 "office/telecommunication": {
7631                     "name": "Telecom Office",
7632                     "terms": "communication,internet,phone,voice"
7633                 },
7634                 "office/therapist": {
7635                     "name": "Therapist Office",
7636                     "terms": "therapy"
7637                 },
7638                 "office/water_utility": {
7639                     "name": "Water Utility Office",
7640                     "terms": "water board,utility"
7641                 },
7642                 "piste/downhill": {
7643                     "name": "Downhill Piste/Ski Run",
7644                     "terms": "ski,alpine,snowboard,downhill,piste"
7645                 },
7646                 "piste/downhill/halfpipe": {
7647                     "name": "Halfpipe",
7648                     "terms": "ski,alpine,halfpipe,half pipe,snowboard,downhill,piste"
7649                 },
7650                 "piste/hike": {
7651                     "name": "Snowshoeing or Winter Hiking Trail",
7652                     "terms": "hike,winter hiking,snowshoe,snowshoeing,piste,ski"
7653                 },
7654                 "piste/ice_skate": {
7655                     "name": "Ice Skating Piste",
7656                     "terms": "ice,skating,ski,piste"
7657                 },
7658                 "piste/nordic": {
7659                     "name": "Nordic or Crosscountry Piste/Ski Trail",
7660                     "terms": "ski,nordic,crosscountry,skating,piste"
7661                 },
7662                 "piste/piste": {
7663                     "name": "Winter Sport Trails",
7664                     "terms": "ski,nordic,crosscountry,downhill,alpine,snowboard,skitour,ski touring,sled,luge,sleigh,sledge,ski-joring,husky,horse,winter hiking,snowshoe,snowshoeing,ice,skating"
7665                 },
7666                 "piste/skitour": {
7667                     "name": "Ski Touring Trail",
7668                     "terms": "ski,skitour,crosscountry,ski touring,piste"
7669                 },
7670                 "piste/sled": {
7671                     "name": "Sled Piste",
7672                     "terms": "ski,sled,luge,sleigh,sledge,piste"
7673                 },
7674                 "piste/sleigh": {
7675                     "name": "Sleigh Piste",
7676                     "terms": "ski,piste,sled,luge,sleigh,sledge,ski-joring,husky,horse"
7677                 },
7678                 "place/farm": {
7679                     "name": "Farm",
7680                     "terms": ""
7681                 },
7682                 "place/city_block": {
7683                     "name": "City Block",
7684                     "terms": ""
7685                 },
7686                 "place/city": {
7687                     "name": "City",
7688                     "terms": ""
7689                 },
7690                 "place/hamlet": {
7691                     "name": "Hamlet",
7692                     "terms": ""
7693                 },
7694                 "place/island": {
7695                     "name": "Island",
7696                     "terms": "archipelago,atoll,bar,cay,isle,islet,key,reef"
7697                 },
7698                 "place/islet": {
7699                     "name": "Islet",
7700                     "terms": "archipelago,atoll,bar,cay,isle,islet,key,reef"
7701                 },
7702                 "place/isolated_dwelling": {
7703                     "name": "Isolated Dwelling",
7704                     "terms": ""
7705                 },
7706                 "place/locality": {
7707                     "name": "Locality",
7708                     "terms": ""
7709                 },
7710                 "place/neighbourhood": {
7711                     "name": "Neighborhood",
7712                     "terms": "neighbourhood"
7713                 },
7714                 "place/plot": {
7715                     "name": "Plot",
7716                     "terms": "tract,land,lot,parcel"
7717                 },
7718                 "place/quarter": {
7719                     "name": "Sub-Borough / Quarter",
7720                     "terms": "boro,borough,quarter"
7721                 },
7722                 "place/square": {
7723                     "name": "Square",
7724                     "terms": ""
7725                 },
7726                 "place/suburb": {
7727                     "name": "Borough / Suburb",
7728                     "terms": "boro,borough,quarter"
7729                 },
7730                 "place/town": {
7731                     "name": "Town",
7732                     "terms": ""
7733                 },
7734                 "place/village": {
7735                     "name": "Village",
7736                     "terms": ""
7737                 },
7738                 "playground/balance_beam": {
7739                     "name": "Play Balance Beam",
7740                     "terms": ""
7741                 },
7742                 "playground/basket_spinner": {
7743                     "name": "Basket Spinner",
7744                     "terms": "basket rotator"
7745                 },
7746                 "playground/basket_swing": {
7747                     "name": "Basket Swing",
7748                     "terms": ""
7749                 },
7750                 "playground/climbing_frame": {
7751                     "name": "Climbing Frame",
7752                     "terms": ""
7753                 },
7754                 "playground/cushion": {
7755                     "name": "Bouncy Cushion",
7756                     "terms": ""
7757                 },
7758                 "playground/horizontal_bar": {
7759                     "name": "Play Horizontal Bar",
7760                     "terms": "high bar"
7761                 },
7762                 "playground/rocker": {
7763                     "name": "Spring Rider",
7764                     "terms": "spring rocker,springy rocker"
7765                 },
7766                 "playground/roundabout": {
7767                     "name": "Play Roundabout",
7768                     "terms": "merry-go-round"
7769                 },
7770                 "playground/sandpit": {
7771                     "name": "Sandpit",
7772                     "terms": ""
7773                 },
7774                 "playground/seesaw": {
7775                     "name": "Seesaw",
7776                     "terms": ""
7777                 },
7778                 "playground/slide": {
7779                     "name": "Slide",
7780                     "terms": ""
7781                 },
7782                 "playground/structure": {
7783                     "name": "Play Structure",
7784                     "terms": ""
7785                 },
7786                 "playground/swing": {
7787                     "name": "Swing",
7788                     "terms": ""
7789                 },
7790                 "playground/zipwire": {
7791                     "name": "Zip Wire",
7792                     "terms": ""
7793                 },
7794                 "point": {
7795                     "name": "Point",
7796                     "terms": "node,other,vertex,vertices"
7797                 },
7798                 "power/sub_station": {
7799                     "name": "Substation",
7800                     "terms": ""
7801                 },
7802                 "power/cable/underground": {
7803                     "name": "Underground Power Cable",
7804                     "terms": ""
7805                 },
7806                 "power/generator": {
7807                     "name": "Power Generator",
7808                     "terms": "hydro,solar,turbine,wind"
7809                 },
7810                 "power/generator/method/photovoltaic": {
7811                     "name": "Solar Panel",
7812                     "terms": "photovoltaic module,PV module,sunlight"
7813                 },
7814                 "power/generator/source/hydro": {
7815                     "name": "Water Turbine",
7816                     "terms": "dam,generator,francis turbine,hydroelectricity,kaplan turbine,pelton turbine"
7817                 },
7818                 "power/generator/source/nuclear": {
7819                     "name": "Nuclear Reactor",
7820                     "terms": "fission,generator,nuclear,nuke,reactor"
7821                 },
7822                 "power/generator/source/wind": {
7823                     "name": "Wind Turbine",
7824                     "terms": "generator,turbine,windmill,wind"
7825                 },
7826                 "power/line": {
7827                     "name": "Power Line",
7828                     "terms": ""
7829                 },
7830                 "power/minor_line": {
7831                     "name": "Minor Power Line",
7832                     "terms": ""
7833                 },
7834                 "power/plant": {
7835                     "name": "Power Station Grounds",
7836                     "terms": "coal,gas,generat*,hydro,nuclear,power,station"
7837                 },
7838                 "power/pole": {
7839                     "name": "Power Pole",
7840                     "terms": ""
7841                 },
7842                 "power/substation": {
7843                     "name": "Substation",
7844                     "terms": ""
7845                 },
7846                 "power/switch": {
7847                     "name": "Power Switch",
7848                     "terms": ""
7849                 },
7850                 "power/tower": {
7851                     "name": "High-Voltage Tower",
7852                     "terms": "power"
7853                 },
7854                 "power/transformer": {
7855                     "name": "Transformer",
7856                     "terms": ""
7857                 },
7858                 "public_transport/platform_point": {
7859                     "name": "Transit Stop / Platform",
7860                     "terms": "platform,public transit,public transportation,transit,transportation"
7861                 },
7862                 "public_transport/platform": {
7863                     "name": "Transit Platform",
7864                     "terms": "platform,public transit,public transportation,transit,transportation"
7865                 },
7866                 "public_transport/platform/aerialway_point": {
7867                     "name": "Aerialway Stop / Platform",
7868                     "terms": "aerialway,cable car,platform,public transit,public transportation,transit,transportation"
7869                 },
7870                 "public_transport/platform/ferry_point": {
7871                     "name": "Ferry Stop / Platform",
7872                     "terms": "boat,dock,ferry,pier,platform,public transit,public transportation,transit,transportation"
7873                 },
7874                 "public_transport/platform/light_rail_point": {
7875                     "name": "Light Rail Stop / Platform",
7876                     "terms": "electric,light rail,platform,public transit,public transportation,rail,track,tram,trolley,transit,transportation"
7877                 },
7878                 "public_transport/platform/monorail_point": {
7879                     "name": "Monorail Stop / Platform",
7880                     "terms": "monorail,platform,public transit,public transportation,rail,transit,transportation"
7881                 },
7882                 "public_transport/platform/subway_point": {
7883                     "name": "Subway Stop / Platform",
7884                     "terms": "metro,platform,public transit,public transportation,rail,subway,track,transit,transportation,underground"
7885                 },
7886                 "public_transport/platform/train_point": {
7887                     "name": "Train Stop / Platform",
7888                     "terms": "platform,public transit,public transportation,rail,track,train,transit,transportation"
7889                 },
7890                 "public_transport/platform/tram_point": {
7891                     "name": "Tram Stop / Platform",
7892                     "terms": "electric,light rail,platform,public transit,public transportation,rail,streetcar,track,tram,trolley,transit,transportation"
7893                 },
7894                 "public_transport/platform/aerialway": {
7895                     "name": "Aerialway Platform",
7896                     "terms": "aerialway,cable car,platform,public transit,public transportation,transit,transportation"
7897                 },
7898                 "public_transport/platform/bus_point": {
7899                     "name": "Bus Stop",
7900                     "terms": "bus,platform,public transit,public transportation,transit,transportation"
7901                 },
7902                 "public_transport/platform/bus": {
7903                     "name": "Bus Platform",
7904                     "terms": "bus,platform,public transit,public transportation,transit,transportation"
7905                 },
7906                 "public_transport/platform/ferry": {
7907                     "name": "Ferry Platform",
7908                     "terms": "boat,dock,ferry,pier,platform,public transit,public transportation,transit,transportation"
7909                 },
7910                 "public_transport/platform/light_rail": {
7911                     "name": "Light Rail Platform",
7912                     "terms": "electric,light rail,platform,public transit,public transportation,rail,track,tram,trolley,transit,transportation"
7913                 },
7914                 "public_transport/platform/monorail": {
7915                     "name": "Monorail Platform",
7916                     "terms": "monorail,platform,public transit,public transportation,rail,transit,transportation"
7917                 },
7918                 "public_transport/platform/subway": {
7919                     "name": "Subway Platform",
7920                     "terms": "metro,platform,public transit,public transportation,rail,subway,track,transit,transportation,underground"
7921                 },
7922                 "public_transport/platform/train": {
7923                     "name": "Train Platform",
7924                     "terms": "platform,public transit,public transportation,rail,track,train,transit,transportation"
7925                 },
7926                 "public_transport/platform/tram": {
7927                     "name": "Tram Platform",
7928                     "terms": "electric,light rail,platform,public transit,public transportation,rail,streetcar,track,tram,trolley,transit,transportation"
7929                 },
7930                 "public_transport/platform/trolleybus_point": {
7931                     "name": "Trolleybus Stop",
7932                     "terms": "bus,electric,platform,public transit,public transportation,streetcar,trackless,tram,trolley,transit,transportation"
7933                 },
7934                 "public_transport/platform/trolleybus": {
7935                     "name": "Trolleybus Platform",
7936                     "terms": "bus,electric,platform,public transit,public transportation,streetcar,trackless,tram,trolley,transit,transportation"
7937                 },
7938                 "public_transport/station_aerialway": {
7939                     "name": "Aerialway Station",
7940                     "terms": "aerialway,cable car,public transit,public transportation,station,terminal,transit,transportation"
7941                 },
7942                 "public_transport/station_bus": {
7943                     "name": "Bus Station / Terminal",
7944                     "terms": "bus,public transit,public transportation,station,terminal,transit,transportation"
7945                 },
7946                 "public_transport/station_ferry": {
7947                     "name": "Ferry Station / Terminal",
7948                     "terms": "boat,dock,ferry,pier,public transit,public transportation,station,terminal,transit,transportation"
7949                 },
7950                 "public_transport/station_light_rail": {
7951                     "name": "Light Rail Station",
7952                     "terms": "electric,light rail,public transit,public transportation,rail,station,terminal,track,tram,trolley,transit,transportation"
7953                 },
7954                 "public_transport/station_monorail": {
7955                     "name": "Monorail Station",
7956                     "terms": "monorail,public transit,public transportation,rail,station,terminal,transit,transportation"
7957                 },
7958                 "public_transport/station_subway": {
7959                     "name": "Subway Station",
7960                     "terms": "metro,public transit,public transportation,rail,station,subway,terminal,track,transit,transportation,underground"
7961                 },
7962                 "public_transport/station_train_halt": {
7963                     "name": "Train Station (Halt / Request)",
7964                     "terms": "halt,public transit,public transportation,rail,station,track,train,transit,transportation,whistle stop"
7965                 },
7966                 "public_transport/station_train": {
7967                     "name": "Train Station",
7968                     "terms": "public transit,public transportation,rail,station,terminal,track,train,transit,transportation"
7969                 },
7970                 "public_transport/station_tram": {
7971                     "name": "Tram Station",
7972                     "terms": "electric,light rail,public transit,public transportation,rail,station,streetcar,terminal,track,tram,trolley,transit,transportation"
7973                 },
7974                 "public_transport/station_trolleybus": {
7975                     "name": "Trolleybus Station / Terminal",
7976                     "terms": "bus,electric,public transit,public transportation,station,streetcar,terminal,trackless,tram,trolley,transit,transportation"
7977                 },
7978                 "public_transport/station": {
7979                     "name": "Transit Station",
7980                     "terms": "public transit,public transportation,station,terminal,transit,transportation"
7981                 },
7982                 "public_transport/stop_area": {
7983                     "name": "Transit Stop Area",
7984                     "terms": ""
7985                 },
7986                 "public_transport/stop_position_aerialway": {
7987                     "name": "Aerialway Stopping Location",
7988                     "terms": "aerialway,cable car,public transit,public transportation,transit,transportation"
7989                 },
7990                 "public_transport/stop_position_bus": {
7991                     "name": "Bus Stopping Location",
7992                     "terms": "bus,public transit,public transportation,transit,transportation"
7993                 },
7994                 "public_transport/stop_position_ferry": {
7995                     "name": "Ferry Stopping Location",
7996                     "terms": "boat,dock,ferry,pier,public transit,public transportation,transit,transportation"
7997                 },
7998                 "public_transport/stop_position_light_rail": {
7999                     "name": "Light Rail Stopping Location",
8000                     "terms": "electric,light rail,public transit,public transportation,rail,track,tram,trolley,transit,transportation"
8001                 },
8002                 "public_transport/stop_position_monorail": {
8003                     "name": "Monorail Stopping Location",
8004                     "terms": "monorail,public transit,public transportation,rail,transit,transportation"
8005                 },
8006                 "public_transport/stop_position_subway": {
8007                     "name": "Subway Stopping Location",
8008                     "terms": "metro,public transit,public transportation,rail,subway,track,transit,transportation,underground"
8009                 },
8010                 "public_transport/stop_position_train": {
8011                     "name": "Train Stopping Location",
8012                     "terms": "public transit,public transportation,rail,track,train,transit,transportation"
8013                 },
8014                 "public_transport/stop_position_tram": {
8015                     "name": "Tram Stopping Location",
8016                     "terms": "electric,light rail,public transit,public transportation,rail,streetcar,track,tram,trolley,transit,transportation"
8017                 },
8018                 "public_transport/stop_position_trolleybus": {
8019                     "name": "Trolleybus Stopping Location",
8020                     "terms": "bus,electric,public transit,public transportation,streetcar,trackless,tram,trolley,transit,transportation"
8021                 },
8022                 "public_transport/stop_position": {
8023                     "name": "Transit Stopping Location",
8024                     "terms": "public transit,public transportation,transit,transportation"
8025                 },
8026                 "railway/halt": {
8027                     "name": "Train Station (Halt / Request)",
8028                     "terms": "break,interrupt,rest,wait,interruption"
8029                 },
8030                 "railway/platform": {
8031                     "name": "Train Platform",
8032                     "terms": ""
8033                 },
8034                 "railway/station": {
8035                     "name": "Train Station",
8036                     "terms": "train station,station"
8037                 },
8038                 "railway/tram_stop": {
8039                     "name": "Tram Stopping Position",
8040                     "terms": "light rail,streetcar,tram,trolley"
8041                 },
8042                 "railway/abandoned": {
8043                     "name": "Abandoned Railway",
8044                     "terms": ""
8045                 },
8046                 "railway/buffer_stop": {
8047                     "name": "Buffer Stop",
8048                     "terms": "stop,halt,buffer"
8049                 },
8050                 "railway/construction": {
8051                     "name": "Railway Under Construction",
8052                     "terms": ""
8053                 },
8054                 "railway/crossing": {
8055                     "name": "Railway Crossing (Path)",
8056                     "terms": "crossing,pedestrian crossing,railroad crossing,level crossing,grade crossing,path through railroad,train crossing"
8057                 },
8058                 "railway/derail": {
8059                     "name": "Railway Derailer",
8060                     "terms": "derailer"
8061                 },
8062                 "railway/disused": {
8063                     "name": "Disused Railway",
8064                     "terms": ""
8065                 },
8066                 "railway/funicular": {
8067                     "name": "Funicular",
8068                     "terms": "venicular,cliff railway,cable car,cable railway,funicular railway"
8069                 },
8070                 "railway/level_crossing": {
8071                     "name": "Railway Crossing (Road)",
8072                     "terms": "crossing,railroad crossing,level crossing,grade crossing,road through railroad,train crossing"
8073                 },
8074                 "railway/light_rail": {
8075                     "name": "Light Rail",
8076                     "terms": "light rail,streetcar,trolley"
8077                 },
8078                 "railway/milestone": {
8079                     "name": "Railway Milestone",
8080                     "terms": "milestone,marker"
8081                 },
8082                 "railway/miniature": {
8083                     "name": "Miniature Railway",
8084                     "terms": "rideable miniature railway,narrow gauge railway,minimum gauge railway"
8085                 },
8086                 "railway/monorail": {
8087                     "name": "Monorail",
8088                     "terms": ""
8089                 },
8090                 "railway/narrow_gauge": {
8091                     "name": "Narrow Gauge Rail",
8092                     "terms": "narrow gauge railway,narrow gauge railroad"
8093                 },
8094                 "railway/rail": {
8095                     "name": "Rail",
8096                     "terms": "rail line,railroad track,train track"
8097                 },
8098                 "railway/rail/highspeed": {
8099                     "name": "High-Speed Rail",
8100                     "terms": "bullet train,fast rail,high speed rail,highspeed rail,HSR"
8101                 },
8102                 "railway/signal": {
8103                     "name": "Railway Signal",
8104                     "terms": "signal,lights"
8105                 },
8106                 "railway/subway_entrance": {
8107                     "name": "Subway Entrance",
8108                     "terms": "metro,transit"
8109                 },
8110                 "railway/subway": {
8111                     "name": "Subway",
8112                     "terms": "metro,transit"
8113                 },
8114                 "railway/switch": {
8115                     "name": "Railway Switch",
8116                     "terms": "switch,points"
8117                 },
8118                 "railway/train_wash": {
8119                     "name": "Train Wash",
8120                     "terms": "wash,clean"
8121                 },
8122                 "railway/tram": {
8123                     "name": "Tram",
8124                     "terms": "light rail,streetcar,tram,trolley"
8125                 },
8126                 "relation": {
8127                     "name": "Relation",
8128                     "terms": ""
8129                 },
8130                 "route/ferry": {
8131                     "name": "Ferry Route",
8132                     "terms": ""
8133                 },
8134                 "seamark/beacon_isolated_danger": {
8135                     "name": "Danger Beacon",
8136                     "terms": "beacon isolated danger,isolated danger beacon,iala"
8137                 },
8138                 "seamark/beacon_lateral": {
8139                     "name": "Channel Beacon",
8140                     "terms": "lateral beacon,beacon lateral,cevni,channel marker,iala,lateral mark"
8141                 },
8142                 "seamark/buoy_lateral": {
8143                     "name": "Channel Buoy",
8144                     "terms": "lateral buoy,buoy lateral,cevni,channel marker,iala,lateral mark"
8145                 },
8146                 "seamark/buoy_lateral/green": {
8147                     "name": "Green Buoy",
8148                     "terms": "lateral buoy,buoy lateral,cevni,channel marker,iala,lateral mark"
8149                 },
8150                 "seamark/buoy_lateral/red": {
8151                     "name": "Red Buoy",
8152                     "terms": "lateral buoy,buoy lateral,cevni,channel marker,iala,lateral mark"
8153                 },
8154                 "seamark/mooring": {
8155                     "name": "Mooring",
8156                     "terms": "dolphin,pile,bollard,buoy,post"
8157                 },
8158                 "shop": {
8159                     "name": "Shop",
8160                     "terms": ""
8161                 },
8162                 "shop/boutique": {
8163                     "name": "Boutique",
8164                     "terms": ""
8165                 },
8166                 "shop/fashion": {
8167                     "name": "Fashion Store",
8168                     "terms": ""
8169                 },
8170                 "shop/fishmonger": {
8171                     "name": "Fishmonger",
8172                     "terms": ""
8173                 },
8174                 "shop/furnace": {
8175                     "name": "Furnace Store",
8176                     "terms": "oven,stove"
8177                 },
8178                 "shop/vacant": {
8179                     "name": "Vacant Shop",
8180                     "terms": ""
8181                 },
8182                 "shop/agrarian": {
8183                     "name": "Farm Supply Shop",
8184                     "terms": "agricultural inputs,agricultural machines,seeds,pesticides,fertilizer,agricultural tools"
8185                 },
8186                 "shop/alcohol": {
8187                     "name": "Liquor Store",
8188                     "terms": "alcohol,beer,booze,wine"
8189                 },
8190                 "shop/anime": {
8191                     "name": "Anime Shop",
8192                     "terms": "manga,japan,cosplay,figurine,dakimakura"
8193                 },
8194                 "shop/antiques": {
8195                     "name": "Antiques Shop",
8196                     "terms": ""
8197                 },
8198                 "shop/appliance": {
8199                     "name": "Appliance Store",
8200                     "terms": "air conditioner,appliance,dishwasher,dryer,freezer,fridge,grill,kitchen,oven,refrigerator,stove,washer,washing machine"
8201                 },
8202                 "shop/art": {
8203                     "name": "Art Store",
8204                     "terms": "art*,exhibit*,gallery"
8205                 },
8206                 "shop/baby_goods": {
8207                     "name": "Baby Goods Store",
8208                     "terms": ""
8209                 },
8210                 "shop/bag": {
8211                     "name": "Bag/Luggage Store",
8212                     "terms": "handbag,purse"
8213                 },
8214                 "shop/bakery": {
8215                     "name": "Bakery",
8216                     "terms": "bread,cakes,rolls"
8217                 },
8218                 "shop/bathroom_furnishing": {
8219                     "name": "Bathroom Furnishing Store",
8220                     "terms": ""
8221                 },
8222                 "shop/beauty": {
8223                     "name": "Beauty Shop",
8224                     "terms": "spa,salon,tanning"
8225                 },
8226                 "shop/beauty/nails": {
8227                     "name": "Nail Salon",
8228                     "terms": "manicure,pedicure"
8229                 },
8230                 "shop/beauty/tanning": {
8231                     "name": "Tanning Salon",
8232                     "terms": ""
8233                 },
8234                 "shop/bed": {
8235                     "name": "Bedding/Mattress Store",
8236                     "terms": ""
8237                 },
8238                 "shop/beverages": {
8239                     "name": "Beverage Store",
8240                     "terms": "drinks"
8241                 },
8242                 "shop/bicycle": {
8243                     "name": "Bicycle Shop",
8244                     "terms": "bike,repair,tricycle,unicycle"
8245                 },
8246                 "shop/boat": {
8247                     "name": "Boat Store",
8248                     "terms": "fishing boat,jetski,motorboat,rowboat,sailboat,vessel,watercraft"
8249                 },
8250                 "shop/bookmaker": {
8251                     "name": "Bookmaker",
8252                     "terms": "betting,bookie"
8253                 },
8254                 "shop/books": {
8255                     "name": "Book Store",
8256                     "terms": ""
8257                 },
8258                 "shop/butcher": {
8259                     "name": "Butcher",
8260                     "terms": "chicken,beef,lamb,meat,pork"
8261                 },
8262                 "shop/candles": {
8263                     "name": "Candle Shop",
8264                     "terms": "wax"
8265                 },
8266                 "shop/cannabis": {
8267                     "name": "Cannabis Shop",
8268                     "terms": "420,marijuana,pot,reefer,weed"
8269                 },
8270                 "shop/car_parts": {
8271                     "name": "Car Parts Store",
8272                     "terms": "automobile,automotive"
8273                 },
8274                 "shop/car_repair": {
8275                     "name": "Car Repair Shop",
8276                     "terms": "automobile,automotive,garage,service"
8277                 },
8278                 "shop/car": {
8279                     "name": "Car Dealership",
8280                     "terms": "automobile,automotive"
8281                 },
8282                 "shop/caravan": {
8283                     "name": "RV Dealership",
8284                     "terms": "auto,camper,recreational vehicle"
8285                 },
8286                 "shop/carpet": {
8287                     "name": "Carpet Store",
8288                     "terms": "rug"
8289                 },
8290                 "shop/catalogue": {
8291                     "name": "Catalog Shop",
8292                     "terms": ""
8293                 },
8294                 "shop/charity": {
8295                     "name": "Charity Store",
8296                     "terms": "thrift,op shop,nonprofit"
8297                 },
8298                 "shop/cheese": {
8299                     "name": "Cheese Store",
8300                     "terms": ""
8301                 },
8302                 "shop/chemist": {
8303                     "name": "Drugstore",
8304                     "terms": "apothecary,beauty,drug store,drugstore,gift,hair,med*,pharmacy,prescription,tooth"
8305                 },
8306                 "shop/chocolate": {
8307                     "name": "Chocolate Store",
8308                     "terms": "cocoa"
8309                 },
8310                 "shop/clothes": {
8311                     "name": "Clothing Store",
8312                     "terms": "blouses,boutique,bras,clothes,dresses,fashion,pants,shirts,shorts,skirts,slacks,socks,suits,underwear"
8313                 },
8314                 "shop/clothes/underwear": {
8315                     "name": "Underwear Store",
8316                     "terms": "boutique,bras,brassieres,briefs,boxers,fashion,lingerie,panties,slips,socks,stockings,underclothes,undergarments,underpants,undies"
8317                 },
8318                 "shop/coffee": {
8319                     "name": "Coffee Store",
8320                     "terms": ""
8321                 },
8322                 "shop/computer": {
8323                     "name": "Computer Store",
8324                     "terms": "desktop,laptop,hardware,operating system,software"
8325                 },
8326                 "shop/confectionery": {
8327                     "name": "Candy Store",
8328                     "terms": "sweet"
8329                 },
8330                 "shop/convenience": {
8331                     "name": "Convenience Store",
8332                     "terms": ""
8333                 },
8334                 "shop/copyshop": {
8335                     "name": "Copy Store",
8336                     "terms": "print,scan"
8337                 },
8338                 "shop/cosmetics": {
8339                     "name": "Cosmetics Store",
8340                     "terms": "make-up,makeup"
8341                 },
8342                 "shop/country_store": {
8343                     "name": "Country Store",
8344                     "terms": ""
8345                 },
8346                 "shop/craft": {
8347                     "name": "Arts and Crafts Store",
8348                     "terms": "art*,paint*,frame"
8349                 },
8350                 "shop/curtain": {
8351                     "name": "Curtain Store",
8352                     "terms": "drape*,window"
8353                 },
8354                 "shop/dairy": {
8355                     "name": "Dairy Store",
8356                     "terms": "milk,egg,cheese"
8357                 },
8358                 "shop/deli": {
8359                     "name": "Deli",
8360                     "terms": "lunch,meat,sandwich"
8361                 },
8362                 "shop/department_store": {
8363                     "name": "Department Store",
8364                     "terms": ""
8365                 },
8366                 "shop/doityourself": {
8367                     "name": "DIY Store",
8368                     "terms": ""
8369                 },
8370                 "shop/dry_cleaning": {
8371                     "name": "Dry Cleaner",
8372                     "terms": ""
8373                 },
8374                 "shop/e-cigarette": {
8375                     "name": "E-Cigarette Shop",
8376                     "terms": "electronic,vape,vaping,vapor"
8377                 },
8378                 "shop/electronics": {
8379                     "name": "Electronics Store",
8380                     "terms": "appliance,audio,blueray,camera,computer,dvd,home theater,radio,speaker,tv,video"
8381                 },
8382                 "shop/erotic": {
8383                     "name": "Erotic Store",
8384                     "terms": "sex,porn"
8385                 },
8386                 "shop/erotic/lgbtq": {
8387                     "name": "LGBTQ+ Erotic Store",
8388                     "terms": "sex,porn"
8389                 },
8390                 "shop/fabric": {
8391                     "name": "Fabric Store",
8392                     "terms": "sew"
8393                 },
8394                 "shop/farm": {
8395                     "name": "Produce Stand",
8396                     "terms": "farm shop,farm stand"
8397                 },
8398                 "shop/fashion_accessories": {
8399                     "name": "Fashion Accessories Store",
8400                     "terms": "bag,cologne,fragrance,hat,jewellery,purfume,purse,scarf,sunglasses,umbrella,wallet,watch"
8401                 },
8402                 "shop/fireplace": {
8403                     "name": "Fireplace Store",
8404                     "terms": "fireplace,stove,masonry heater"
8405                 },
8406                 "shop/fishing": {
8407                     "name": "Fishing Shop",
8408                     "terms": "bait,fishing line,flies,fly,lure,reel,rod,tackle"
8409                 },
8410                 "shop/florist": {
8411                     "name": "Florist",
8412                     "terms": "flower"
8413                 },
8414                 "shop/frame": {
8415                     "name": "Framing Shop",
8416                     "terms": "art*,paint*,photo*,frame"
8417                 },
8418                 "shop/frozen_food": {
8419                     "name": "Frozen Food",
8420                     "terms": ""
8421                 },
8422                 "shop/fuel": {
8423                     "name": "Fuel Shop",
8424                     "terms": ""
8425                 },
8426                 "shop/funeral_directors": {
8427                     "name": "Funeral Home",
8428                     "terms": "undertaker,memorial home"
8429                 },
8430                 "shop/furniture": {
8431                     "name": "Furniture Store",
8432                     "terms": "chair,sofa,table"
8433                 },
8434                 "shop/games": {
8435                     "name": "Tabletop Game Store",
8436                     "terms": "board game,card game,dice game,game shop,live action role-playing game,miniatures wargame,strategy game"
8437                 },
8438                 "shop/garden_centre": {
8439                     "name": "Garden Center",
8440                     "terms": "landscape,mulch,shrub,tree"
8441                 },
8442                 "shop/gas": {
8443                     "name": "Bottled Gas Shop",
8444                     "terms": "cng,lpg,natural gas,propane,refill,tank"
8445                 },
8446                 "shop/general": {
8447                     "name": "General Store",
8448                     "terms": "Village Shop"
8449                 },
8450                 "shop/gift": {
8451                     "name": "Gift Shop",
8452                     "terms": "souvenir"
8453                 },
8454                 "shop/greengrocer": {
8455                     "name": "Greengrocer",
8456                     "terms": "fruit,produce,vegetable"
8457                 },
8458                 "shop/hairdresser_supply": {
8459                     "name": "Hairdresser Supply Store",
8460                     "terms": "barber,shampoo,conditioner"
8461                 },
8462                 "shop/hairdresser": {
8463                     "name": "Hairdresser",
8464                     "terms": "barber"
8465                 },
8466                 "shop/hardware": {
8467                     "name": "Hardware Store",
8468                     "terms": ""
8469                 },
8470                 "shop/health_food": {
8471                     "name": "Health Food Shop",
8472                     "terms": "wholefood,vitamins,vegetarian,vegan"
8473                 },
8474                 "shop/hearing_aids": {
8475                     "name": "Hearing Aids Store",
8476                     "terms": ""
8477                 },
8478                 "shop/herbalist": {
8479                     "name": "Herbalist",
8480                     "terms": ""
8481                 },
8482                 "shop/hifi": {
8483                     "name": "Hifi Store",
8484                     "terms": "audio,hi-fi,high fidelity,stereo,video"
8485                 },
8486                 "shop/houseware": {
8487                     "name": "Houseware Store",
8488                     "terms": "home,household,kitchenware"
8489                 },
8490                 "shop/hunting": {
8491                     "name": "Hunting Shop",
8492                     "terms": "arrows,bows,bullets,crossbows,rifles,traps"
8493                 },
8494                 "shop/interior_decoration": {
8495                     "name": "Interior Decoration Store",
8496                     "terms": ""
8497                 },
8498                 "shop/jewelry": {
8499                     "name": "Jewelry Store",
8500                     "terms": "bracelet,diamond,earrings,gem,gold,jeweler,jewellery,jeweller,necklace,pins,ring,silver"
8501                 },
8502                 "shop/kiosk": {
8503                     "name": "Kiosk",
8504                     "terms": ""
8505                 },
8506                 "shop/kitchen": {
8507                     "name": "Kitchen Design Store",
8508                     "terms": "cabinets,countertops,sinks"
8509                 },
8510                 "shop/laundry": {
8511                     "name": "Laundry",
8512                     "terms": ""
8513                 },
8514                 "shop/laundry/self_service": {
8515                     "name": "Self-Service Laundry",
8516                     "terms": "Coin Laundry,Laundromat,Coin Wash,Launderette,Washateria"
8517                 },
8518                 "shop/leather": {
8519                     "name": "Leather Store",
8520                     "terms": ""
8521                 },
8522                 "shop/lighting": {
8523                     "name": "Lighting Store",
8524                     "terms": "fluorescent lighting,lamps,LEDs,light fixtures,lightbulbs"
8525                 },
8526                 "shop/locksmith": {
8527                     "name": "Locksmith",
8528                     "terms": "key,lockpick"
8529                 },
8530                 "shop/lottery": {
8531                     "name": "Lottery Shop",
8532                     "terms": ""
8533                 },
8534                 "shop/mall": {
8535                     "name": "Mall",
8536                     "terms": "shopping"
8537                 },
8538                 "shop/massage": {
8539                     "name": "Massage Shop",
8540                     "terms": ""
8541                 },
8542                 "shop/medical_supply": {
8543                     "name": "Medical Supply Store",
8544                     "terms": ""
8545                 },
8546                 "shop/military_surplus": {
8547                     "name": "Military Surplus Store",
8548                     "terms": "armor,army-navy store,army surplus,navy surplus,tactical gear,war surplus shop,weapons"
8549                 },
8550                 "shop/mobile_phone": {
8551                     "name": "Mobile Phone Store",
8552                     "terms": ""
8553                 },
8554                 "shop/money_lender": {
8555                     "name": "Money Lender",
8556                     "terms": ""
8557                 },
8558                 "shop/motorcycle_repair": {
8559                     "name": "Motorcycle Repair Shop",
8560                     "terms": "auto,bike,garage,motorcycle,repair,service"
8561                 },
8562                 "shop/motorcycle": {
8563                     "name": "Motorcycle Dealership",
8564                     "terms": "bike"
8565                 },
8566                 "shop/music": {
8567                     "name": "Music Store",
8568                     "terms": "tape casettes,CDs,compact discs,vinyl records"
8569                 },
8570                 "shop/musical_instrument": {
8571                     "name": "Musical Instrument Store",
8572                     "terms": "guitar"
8573                 },
8574                 "shop/newsagent": {
8575                     "name": "Newspaper/Magazine Shop",
8576                     "terms": ""
8577                 },
8578                 "shop/nutrition_supplements": {
8579                     "name": "Nutrition Supplements Store",
8580                     "terms": "health,supplement,vitamin"
8581                 },
8582                 "shop/optician": {
8583                     "name": "Optician",
8584                     "terms": "eye,glasses"
8585                 },
8586                 "shop/organic": {
8587                     "name": "Organic Goods Store",
8588                     "terms": ""
8589                 },
8590                 "shop/outdoor": {
8591                     "name": "Outdoors Store",
8592                     "terms": "camping,climbing,hiking,outfitter,outdoor equipment,outdoor supplies"
8593                 },
8594                 "shop/outpost": {
8595                     "name": "Online Retailer Outpost",
8596                     "terms": "online,pick up,pickup"
8597                 },
8598                 "shop/paint": {
8599                     "name": "Paint Store",
8600                     "terms": ""
8601                 },
8602                 "shop/party": {
8603                     "name": "Party Supply Store",
8604                     "terms": "balloons,costumes,decorations,invitations"
8605                 },
8606                 "shop/pastry": {
8607                     "name": "Pastry Shop",
8608                     "terms": "patisserie,cake shop,cakery"
8609                 },
8610                 "shop/pawnbroker": {
8611                     "name": "Pawn Shop",
8612                     "terms": ""
8613                 },
8614                 "shop/perfumery": {
8615                     "name": "Perfume Store",
8616                     "terms": "cologne,fragrance,purfume"
8617                 },
8618                 "shop/pet_grooming": {
8619                     "name": "Pet Grooming Store",
8620                     "terms": "cat,dog"
8621                 },
8622                 "shop/pet": {
8623                     "name": "Pet Store",
8624                     "terms": "animal,cat,dog,fish,kitten,puppy,reptile"
8625                 },
8626                 "shop/photo": {
8627                     "name": "Photography Store",
8628                     "terms": "camera,film"
8629                 },
8630                 "shop/pyrotechnics": {
8631                     "name": "Fireworks Store",
8632                     "terms": "fireworks"
8633                 },
8634                 "shop/radiotechnics": {
8635                     "name": "Radio/Electronic Component Store",
8636                     "terms": "antenna,transistor"
8637                 },
8638                 "shop/religion": {
8639                     "name": "Religious Store",
8640                     "terms": ""
8641                 },
8642                 "shop/scuba_diving": {
8643                     "name": "Scuba Diving Shop",
8644                     "terms": "diving,scuba"
8645                 },
8646                 "shop/seafood": {
8647                     "name": "Seafood Shop",
8648                     "terms": "fishmonger"
8649                 },
8650                 "shop/second_hand": {
8651                     "name": "Consignment/Thrift Store",
8652                     "terms": "secondhand,second hand,resale,thrift,used"
8653                 },
8654                 "shop/sewing": {
8655                     "name": "Sewing Supply Shop",
8656                     "terms": "haberdashery"
8657                 },
8658                 "shop/shoes": {
8659                     "name": "Shoe Store",
8660                     "terms": "boots,cleats,clogs,heels,loafers,oxfords,sneakers"
8661                 },
8662                 "shop/sports": {
8663                     "name": "Sporting Goods Store",
8664                     "terms": "athletics"
8665                 },
8666                 "shop/stationery": {
8667                     "name": "Stationery Store",
8668                     "terms": "card,paper"
8669                 },
8670                 "shop/storage_rental": {
8671                     "name": "Storage Rental",
8672                     "terms": "garages"
8673                 },
8674                 "shop/supermarket": {
8675                     "name": "Supermarket",
8676                     "terms": "grocery,store,shop"
8677                 },
8678                 "shop/tailor": {
8679                     "name": "Tailor",
8680                     "terms": "clothes,suit"
8681                 },
8682                 "shop/tattoo": {
8683                     "name": "Tattoo Parlor",
8684                     "terms": "ink"
8685                 },
8686                 "shop/tea": {
8687                     "name": "Tea Store",
8688                     "terms": ""
8689                 },
8690                 "shop/ticket": {
8691                     "name": "Ticket Seller",
8692                     "terms": "box office"
8693                 },
8694                 "shop/tiles": {
8695                     "name": "Tile Shop",
8696                     "terms": ""
8697                 },
8698                 "shop/tobacco": {
8699                     "name": "Tobacco Shop",
8700                     "terms": "cigarettes,cigars"
8701                 },
8702                 "shop/toys": {
8703                     "name": "Toy Store",
8704                     "terms": "games"
8705                 },
8706                 "shop/trade": {
8707                     "name": "Trade Shop",
8708                     "terms": ""
8709                 },
8710                 "shop/travel_agency": {
8711                     "name": "Travel Agency",
8712                     "terms": ""
8713                 },
8714                 "shop/tyres": {
8715                     "name": "Tire Store",
8716                     "terms": ""
8717                 },
8718                 "shop/vacuum_cleaner": {
8719                     "name": "Vacuum Cleaner Store",
8720                     "terms": ""
8721                 },
8722                 "shop/variety_store": {
8723                     "name": "Variety Store",
8724                     "terms": ""
8725                 },
8726                 "shop/video_games": {
8727                     "name": "Video Game Store",
8728                     "terms": ""
8729                 },
8730                 "shop/video": {
8731                     "name": "Video Store",
8732                     "terms": "DVD,VHS,video casette"
8733                 },
8734                 "shop/watches": {
8735                     "name": "Watches Shop",
8736                     "terms": ""
8737                 },
8738                 "shop/water_sports": {
8739                     "name": "Watersport/Swim Shop",
8740                     "terms": ""
8741                 },
8742                 "shop/water": {
8743                     "name": "Drinking Water Shop",
8744                     "terms": ""
8745                 },
8746                 "shop/weapons": {
8747                     "name": "Weapon Shop",
8748                     "terms": "ammo,gun,knife,knives"
8749                 },
8750                 "shop/wholesale": {
8751                     "name": "Wholesale Store",
8752                     "terms": "warehouse club,cash and carry"
8753                 },
8754                 "shop/window_blind": {
8755                     "name": "Window Blind Store",
8756                     "terms": ""
8757                 },
8758                 "shop/wine": {
8759                     "name": "Wine Shop",
8760                     "terms": ""
8761                 },
8762                 "tactile_paving": {
8763                     "name": "Tactile Paving",
8764                     "terms": "blind path,detectable warning surfaces,tactile ground surface indicators,tactile walking surface indicators,truncated domes,visually impaired path"
8765                 },
8766                 "telecom/data_center": {
8767                     "name": "Data Center",
8768                     "terms": "computer systems storage,information technology,server farm,the cloud,telecommunications"
8769                 },
8770                 "tourism/alpine_hut": {
8771                     "name": "Alpine Hut",
8772                     "terms": "climbing hut"
8773                 },
8774                 "tourism/apartment": {
8775                     "name": "Guest Apartment / Condo",
8776                     "terms": ""
8777                 },
8778                 "tourism/aquarium": {
8779                     "name": "Aquarium",
8780                     "terms": "fish,sea,water"
8781                 },
8782                 "tourism/artwork": {
8783                     "name": "Artwork",
8784                     "terms": "mural,sculpture,statue"
8785                 },
8786                 "tourism/artwork/bust": {
8787                     "name": "Bust",
8788                     "terms": "figure"
8789                 },
8790                 "tourism/artwork/graffiti": {
8791                     "name": "Graffiti",
8792                     "terms": "Street Artwork,Guerilla Artwork,Graffiti Artwork"
8793                 },
8794                 "tourism/artwork/installation": {
8795                     "name": "Art Installation",
8796                     "terms": "interactive art,intervention art,modern art"
8797                 },
8798                 "tourism/artwork/mural": {
8799                     "name": "Mural",
8800                     "terms": "fresco,wall painting"
8801                 },
8802                 "tourism/artwork/sculpture": {
8803                     "name": "Sculpture",
8804                     "terms": "statue,figure,carving"
8805                 },
8806                 "tourism/artwork/statue": {
8807                     "name": "Statue",
8808                     "terms": "sculpture,figure,carving"
8809                 },
8810                 "tourism/attraction": {
8811                     "name": "Tourist Attraction",
8812                     "terms": ""
8813                 },
8814                 "tourism/camp_site": {
8815                     "name": "Campground",
8816                     "terms": "tent,rv"
8817                 },
8818                 "tourism/caravan_site": {
8819                     "name": "RV Park",
8820                     "terms": "Motor Home,Camper"
8821                 },
8822                 "tourism/chalet": {
8823                     "name": "Holiday Cottage",
8824                     "terms": "holiday,holiday cottage,holiday home,vacation,vacation home"
8825                 },
8826                 "tourism/gallery": {
8827                     "name": "Art Gallery",
8828                     "terms": "art*,exhibit*,paint*,photo*,sculpt*"
8829                 },
8830                 "tourism/guest_house": {
8831                     "name": "Guest House",
8832                     "terms": "B&B,Bed and Breakfast"
8833                 },
8834                 "tourism/hostel": {
8835                     "name": "Hostel",
8836                     "terms": ""
8837                 },
8838                 "tourism/hotel": {
8839                     "name": "Hotel",
8840                     "terms": ""
8841                 },
8842                 "tourism/information": {
8843                     "name": "Information",
8844                     "terms": ""
8845                 },
8846                 "tourism/information/board": {
8847                     "name": "Information Board",
8848                     "terms": ""
8849                 },
8850                 "tourism/information/guidepost": {
8851                     "name": "Guidepost",
8852                     "terms": "signpost"
8853                 },
8854                 "tourism/information/map": {
8855                     "name": "Map",
8856                     "terms": ""
8857                 },
8858                 "tourism/information/office": {
8859                     "name": "Tourist Information Office",
8860                     "terms": ""
8861                 },
8862                 "tourism/information/route_marker": {
8863                     "name": "Trail Marker",
8864                     "terms": "cairn,painted blaze,route flag,route marker,stone pile,trail blaze,trail post,way marker"
8865                 },
8866                 "tourism/information/terminal": {
8867                     "name": "Information Terminal",
8868                     "terms": ""
8869                 },
8870                 "tourism/motel": {
8871                     "name": "Motel",
8872                     "terms": ""
8873                 },
8874                 "tourism/museum": {
8875                     "name": "Museum",
8876                     "terms": "art*,exhibit*,gallery,foundation,hall,institution,paint*,photo*,sculpt*"
8877                 },
8878                 "tourism/picnic_site": {
8879                     "name": "Picnic Site",
8880                     "terms": "camp"
8881                 },
8882                 "tourism/theme_park": {
8883                     "name": "Theme Park",
8884                     "terms": ""
8885                 },
8886                 "tourism/trail_riding_station": {
8887                     "name": "Trail Riding Station",
8888                     "terms": ""
8889                 },
8890                 "tourism/viewpoint": {
8891                     "name": "Viewpoint",
8892                     "terms": ""
8893                 },
8894                 "tourism/wilderness_hut": {
8895                     "name": "Wilderness Hut",
8896                     "terms": "wilderness hut,backcountry hut,bothy"
8897                 },
8898                 "tourism/zoo": {
8899                     "name": "Zoo",
8900                     "terms": "animal"
8901                 },
8902                 "tourism/zoo/petting": {
8903                     "name": "Petting Zoo",
8904                     "terms": "Children's Zoo,Children's Farm,Petting Farm,farm animals"
8905                 },
8906                 "tourism/zoo/safari": {
8907                     "name": "Safari Park",
8908                     "terms": "Drive-Through Zoo,Drive-In Zoo"
8909                 },
8910                 "tourism/zoo/wildlife": {
8911                     "name": "Wildlife Park",
8912                     "terms": "indigenous animals"
8913                 },
8914                 "traffic_calming": {
8915                     "name": "Traffic Calming",
8916                     "terms": "bump,hump,slow,speed"
8917                 },
8918                 "traffic_calming/bump": {
8919                     "name": "Speed Bump",
8920                     "terms": "hump,speed,slow"
8921                 },
8922                 "traffic_calming/chicane": {
8923                     "name": "Traffic Chicane",
8924                     "terms": "driveway link,speed,slow"
8925                 },
8926                 "traffic_calming/choker": {
8927                     "name": "Traffic Choker",
8928                     "terms": "speed,slow"
8929                 },
8930                 "traffic_calming/cushion": {
8931                     "name": "Speed Cushion",
8932                     "terms": "bump,hump,speed,slow"
8933                 },
8934                 "traffic_calming/dip": {
8935                     "name": "Dip",
8936                     "terms": "speed,slow"
8937                 },
8938                 "traffic_calming/hump": {
8939                     "name": "Speed Hump",
8940                     "terms": "bump,speed,slow"
8941                 },
8942                 "traffic_calming/island": {
8943                     "name": "Traffic Island",
8944                     "terms": "circle,roundabout,slow"
8945                 },
8946                 "traffic_calming/rumble_strip": {
8947                     "name": "Rumble Strip",
8948                     "terms": "audible lines,sleeper lines,growlers"
8949                 },
8950                 "traffic_calming/table": {
8951                     "name": "Speed Table",
8952                     "terms": "flat top,hump,speed,slow"
8953                 },
8954                 "traffic_sign_vertex": {
8955                     "name": "Traffic Sign",
8956                     "terms": "road,highway"
8957                 },
8958                 "traffic_sign": {
8959                     "name": "Traffic Sign",
8960                     "terms": "road,highway"
8961                 },
8962                 "traffic_sign/city_limit_vertex": {
8963                     "name": "City Limit Sign",
8964                     "terms": "town,village,hamlet,boundary,edge,border,road,highway"
8965                 },
8966                 "traffic_sign/city_limit": {
8967                     "name": "City Limit Sign",
8968                     "terms": "town,village,hamlet,boundary,edge,border,road,highway"
8969                 },
8970                 "traffic_sign/maxspeed_vertex": {
8971                     "name": "Speed Limit Sign",
8972                     "terms": "max speed,maximum speed,road,highway"
8973                 },
8974                 "traffic_sign/maxspeed": {
8975                     "name": "Speed Limit Sign",
8976                     "terms": "max speed,maximum speed,road,highway"
8977                 },
8978                 "type/multipolygon": {
8979                     "name": "Multipolygon",
8980                     "terms": ""
8981                 },
8982                 "type/boundary": {
8983                     "name": "Boundary",
8984                     "terms": ""
8985                 },
8986                 "type/boundary/administrative": {
8987                     "name": "Administrative Boundary",
8988                     "terms": ""
8989                 },
8990                 "type/enforcement": {
8991                     "name": "Enforcement",
8992                     "terms": ""
8993                 },
8994                 "type/public_transport/stop_area_group": {
8995                     "name": "Transit Stop Area Group",
8996                     "terms": ""
8997                 },
8998                 "type/restriction": {
8999                     "name": "Restriction",
9000                     "terms": ""
9001                 },
9002                 "type/restriction/no_left_turn": {
9003                     "name": "No Left Turn",
9004                     "terms": ""
9005                 },
9006                 "type/restriction/no_right_turn": {
9007                     "name": "No Right Turn",
9008                     "terms": ""
9009                 },
9010                 "type/restriction/no_straight_on": {
9011                     "name": "No Straight On",
9012                     "terms": ""
9013                 },
9014                 "type/restriction/no_u_turn": {
9015                     "name": "No U-turn",
9016                     "terms": ""
9017                 },
9018                 "type/restriction/only_left_turn": {
9019                     "name": "Only Left Turn",
9020                     "terms": ""
9021                 },
9022                 "type/restriction/only_right_turn": {
9023                     "name": "Only Right Turn",
9024                     "terms": ""
9025                 },
9026                 "type/restriction/only_straight_on": {
9027                     "name": "Only Straight On",
9028                     "terms": ""
9029                 },
9030                 "type/restriction/only_u_turn": {
9031                     "name": "Only U-turn",
9032                     "terms": ""
9033                 },
9034                 "type/route_master": {
9035                     "name": "Route Master",
9036                     "terms": ""
9037                 },
9038                 "type/route": {
9039                     "name": "Route",
9040                     "terms": ""
9041                 },
9042                 "type/route/bicycle": {
9043                     "name": "Cycle Route",
9044                     "terms": ""
9045                 },
9046                 "type/route/bus": {
9047                     "name": "Bus Route",
9048                     "terms": ""
9049                 },
9050                 "type/route/detour": {
9051                     "name": "Detour Route",
9052                     "terms": ""
9053                 },
9054                 "type/route/ferry": {
9055                     "name": "Ferry Route",
9056                     "terms": ""
9057                 },
9058                 "type/route/foot": {
9059                     "name": "Foot Route",
9060                     "terms": ""
9061                 },
9062                 "type/route/hiking": {
9063                     "name": "Hiking Route",
9064                     "terms": ""
9065                 },
9066                 "type/route/horse": {
9067                     "name": "Riding Route",
9068                     "terms": ""
9069                 },
9070                 "type/route/light_rail": {
9071                     "name": "Light Rail Route",
9072                     "terms": ""
9073                 },
9074                 "type/route/monorail": {
9075                     "name": "Monorail Route",
9076                     "terms": ""
9077                 },
9078                 "type/route/pipeline": {
9079                     "name": "Pipeline Route",
9080                     "terms": ""
9081                 },
9082                 "type/route/piste": {
9083                     "name": "Piste/Ski Route",
9084                     "terms": ""
9085                 },
9086                 "type/route/power": {
9087                     "name": "Power Route",
9088                     "terms": ""
9089                 },
9090                 "type/route/road": {
9091                     "name": "Road Route",
9092                     "terms": ""
9093                 },
9094                 "type/route/subway": {
9095                     "name": "Subway Route",
9096                     "terms": ""
9097                 },
9098                 "type/route/train": {
9099                     "name": "Train Route",
9100                     "terms": ""
9101                 },
9102                 "type/route/tram": {
9103                     "name": "Tram Route",
9104                     "terms": ""
9105                 },
9106                 "type/site": {
9107                     "name": "Site",
9108                     "terms": ""
9109                 },
9110                 "type/waterway": {
9111                     "name": "Waterway",
9112                     "terms": ""
9113                 },
9114                 "waterway/riverbank": {
9115                     "name": "Riverbank",
9116                     "terms": ""
9117                 },
9118                 "waterway/boatyard": {
9119                     "name": "Boatyard",
9120                     "terms": ""
9121                 },
9122                 "waterway/canal": {
9123                     "name": "Canal",
9124                     "terms": ""
9125                 },
9126                 "waterway/canal/lock": {
9127                     "name": "Canal Lock",
9128                     "terms": ""
9129                 },
9130                 "waterway/dam": {
9131                     "name": "Dam",
9132                     "terms": ""
9133                 },
9134                 "waterway/ditch": {
9135                     "name": "Ditch",
9136                     "terms": ""
9137                 },
9138                 "waterway/dock": {
9139                     "name": "Wet Dock / Dry Dock",
9140                     "terms": "boat,ship,vessel,marine"
9141                 },
9142                 "waterway/drain": {
9143                     "name": "Drain",
9144                     "terms": ""
9145                 },
9146                 "waterway/fuel": {
9147                     "name": "Marine Fuel Station",
9148                     "terms": "petrol,gas,diesel,boat"
9149                 },
9150                 "waterway/lock_gate": {
9151                     "name": "Lock Gate",
9152                     "terms": "canal"
9153                 },
9154                 "waterway/milestone": {
9155                     "name": "Waterway Milestone",
9156                     "terms": "milestone,marker"
9157                 },
9158                 "waterway/river": {
9159                     "name": "River",
9160                     "terms": "beck,branch,brook,course,creek,estuary,rill,rivulet,run,runnel,stream,tributary,watercourse"
9161                 },
9162                 "waterway/sanitary_dump_station": {
9163                     "name": "Marine Toilet Disposal",
9164                     "terms": "Boat,Watercraft,Sanitary,Dump Station,Pumpout,Pump out,Elsan,CDP,CTDP,Chemical Toilet"
9165                 },
9166                 "waterway/stream_intermittent": {
9167                     "name": "Intermittent Stream",
9168                     "terms": "arroyo,beck,branch,brook,burn,course,creek,drift,flood,flow,gully,run,runnel,rush,spate,spritz,tributary,wadi,wash,watercourse"
9169                 },
9170                 "waterway/stream": {
9171                     "name": "Stream",
9172                     "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"
9173                 },
9174                 "waterway/water_point": {
9175                     "name": "Marine Drinking Water",
9176                     "terms": ""
9177                 },
9178                 "waterway/waterfall": {
9179                     "name": "Waterfall",
9180                     "terms": "fall"
9181                 },
9182                 "waterway/weir": {
9183                     "name": "Weir",
9184                     "terms": ""
9185                 }
9186             }
9187         },
9188         "imagery": {
9189             "AGIV": {
9190                 "attribution": {
9191                     "text": "© agentschap Informatie Vlaanderen"
9192                 },
9193                 "name": "AIV Flanders most recent aerial imagery"
9194             },
9195             "AGIV10cm": {
9196                 "attribution": {
9197                     "text": "© agentschap Informatie Vlaanderen"
9198                 },
9199                 "name": "AIV Flanders 2013-2015 aerial imagery 10cm"
9200             },
9201             "AGIVFlandersGRB": {
9202                 "attribution": {
9203                     "text": "© agentschap Informatie Vlaanderen"
9204                 },
9205                 "name": "AIV Flanders GRB"
9206             },
9207             "AIV_DHMV_II_HILL_25cm": {
9208                 "attribution": {
9209                     "text": "© agentschap Informatie Vlaanderen"
9210                 },
9211                 "name": "AIV Digitaal Hoogtemodel Vlaanderen II, multidirectionale hillshade 0,25 m"
9212             },
9213             "AIV_DHMV_II_SVF_25cm": {
9214                 "attribution": {
9215                     "text": "© agentschap Informatie Vlaanderen"
9216                 },
9217                 "name": "AIV Digitaal Hoogtemodel Vlaanderen II, Skyview factor 0,25 m"
9218             },
9219             "Bing": {
9220                 "description": "Satellite and aerial imagery.",
9221                 "name": "Bing aerial imagery"
9222             },
9223             "DigitalGlobe-Premium": {
9224                 "attribution": {
9225                     "text": "Terms & Feedback"
9226                 },
9227                 "description": "DigitalGlobe-Premium is a mosaic composed of DigitalGlobe basemap with select regions filled with +Vivid or custom area of interest imagery, 50cm resolution or better, and refreshed more frequently with ongoing updates.",
9228                 "name": "DigitalGlobe Premium Imagery"
9229             },
9230             "DigitalGlobe-Premium-vintage": {
9231                 "attribution": {
9232                     "text": "Terms & Feedback"
9233                 },
9234                 "description": "Imagery boundaries and capture dates. Labels appear at zoom level 13 and higher.",
9235                 "name": "DigitalGlobe Premium Imagery Vintage"
9236             },
9237             "DigitalGlobe-Standard": {
9238                 "attribution": {
9239                     "text": "Terms & Feedback"
9240                 },
9241                 "description": "DigitalGlobe-Standard is a curated set of imagery covering 86% of the earth’s landmass, with 30-60cm resolution where available, backfilled by Landsat. Average age is 2.31 years, with some areas updated 2x per year.",
9242                 "name": "DigitalGlobe Standard Imagery"
9243             },
9244             "DigitalGlobe-Standard-vintage": {
9245                 "attribution": {
9246                     "text": "Terms & Feedback"
9247                 },
9248                 "description": "Imagery boundaries and capture dates. Labels appear at zoom level 13 and higher.",
9249                 "name": "DigitalGlobe Standard Imagery Vintage"
9250             },
9251             "EOXAT2018CLOUDLESS": {
9252                 "attribution": {
9253                     "text": "Sentinel-2 cloudless - https://s2maps.eu by EOX IT Services GmbH (Contains modified Copernicus Sentinel data 2017 & 2018)"
9254                 },
9255                 "description": "Post-processed Sentinel Satellite imagery.",
9256                 "name": "eox.at 2018 cloudless"
9257             },
9258             "EsriWorldImagery": {
9259                 "attribution": {
9260                     "text": "Terms & Feedback"
9261                 },
9262                 "description": "Esri world imagery.",
9263                 "name": "Esri World Imagery"
9264             },
9265             "EsriWorldImageryClarity": {
9266                 "attribution": {
9267                     "text": "Terms & Feedback"
9268                 },
9269                 "description": "Esri archive imagery that may be clearer and more accurate than the default layer.",
9270                 "name": "Esri World Imagery (Clarity) Beta"
9271             },
9272             "MAPNIK": {
9273                 "attribution": {
9274                     "text": "© OpenStreetMap contributors, CC-BY-SA"
9275                 },
9276                 "description": "The default OpenStreetMap layer.",
9277                 "name": "OpenStreetMap (Standard)"
9278             },
9279             "Mapbox": {
9280                 "attribution": {
9281                     "text": "Terms & Feedback"
9282                 },
9283                 "description": "Satellite and aerial imagery.",
9284                 "name": "Mapbox Satellite"
9285             },
9286             "Maxar-Premium": {
9287                 "attribution": {
9288                     "text": "Terms & Feedback"
9289                 },
9290                 "description": "Maxar Premium is a mosaic composed of Maxar basemap with select regions filled with +Vivid or custom area of interest imagery, 50cm resolution or better, and refreshed more frequently with ongoing updates.",
9291                 "name": "Maxar Premium Imagery (Beta)"
9292             },
9293             "Maxar-Standard": {
9294                 "attribution": {
9295                     "text": "Terms & Feedback"
9296                 },
9297                 "description": "Maxar Standard is a curated set of imagery covering 86% of the earth’s landmass, with 30-60cm resolution where available, backfilled by Landsat. Average age is 2.31 years, with some areas updated 2x per year.",
9298                 "name": "Maxar Standard Imagery (Beta)"
9299             },
9300             "OSM_Inspector-Addresses": {
9301                 "attribution": {
9302                     "text": "© Geofabrik GmbH, OpenStreetMap contributors, CC-BY-SA"
9303                 },
9304                 "name": "OSM Inspector: Addresses"
9305             },
9306             "OSM_Inspector-Geometry": {
9307                 "attribution": {
9308                     "text": "© Geofabrik GmbH, OpenStreetMap contributors, CC-BY-SA"
9309                 },
9310                 "name": "OSM Inspector: Geometry"
9311             },
9312             "OSM_Inspector-Highways": {
9313                 "attribution": {
9314                     "text": "© Geofabrik GmbH, OpenStreetMap contributors, CC-BY-SA"
9315                 },
9316                 "name": "OSM Inspector: Highways"
9317             },
9318             "OSM_Inspector-Multipolygon": {
9319                 "attribution": {
9320                     "text": "© Geofabrik GmbH, OpenStreetMap contributors, CC-BY-SA"
9321                 },
9322                 "name": "OSM Inspector: Area"
9323             },
9324             "OSM_Inspector-Places": {
9325                 "attribution": {
9326                     "text": "© Geofabrik GmbH, OpenStreetMap contributors, CC-BY-SA"
9327                 },
9328                 "name": "OSM Inspector: Places"
9329             },
9330             "OSM_Inspector-Routing": {
9331                 "attribution": {
9332                     "text": "© Geofabrik GmbH, OpenStreetMap contributors, CC-BY-SA"
9333                 },
9334                 "name": "OSM Inspector: Routing"
9335             },
9336             "OSM_Inspector-Tagging": {
9337                 "attribution": {
9338                     "text": "© Geofabrik GmbH, OpenStreetMap contributors, CC-BY-SA"
9339                 },
9340                 "name": "OSM Inspector: Tagging"
9341             },
9342             "SPW_ORTHO_LAST": {
9343                 "name": "SPW(allonie) most recent aerial imagery"
9344             },
9345             "SPW_PICC": {
9346                 "name": "SPW(allonie) PICC numerical imagery"
9347             },
9348             "US-TIGER-Roads-2014": {
9349                 "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",
9350                 "name": "TIGER Roads 2014"
9351             },
9352             "US-TIGER-Roads-2017": {
9353                 "description": "Yellow = Public domain map data from the US Census. Red = Data not found in OpenStreetMap",
9354                 "name": "TIGER Roads 2017"
9355             },
9356             "US-TIGER-Roads-2018": {
9357                 "description": "Yellow = Public domain map data from the US Census. Red = Data not found in OpenStreetMap",
9358                 "name": "TIGER Roads 2018"
9359             },
9360             "USDA-NAIP": {
9361                 "description": "The most recent year of DOQQs from the National Agriculture Imagery Program (NAIP) for each state in the contiguous United States.",
9362                 "name": "National Agriculture Imagery Program"
9363             },
9364             "US_Forest_Service_roads_overlay": {
9365                 "description": "Highway: Green casing = unclassified. Brown casing = track. Surface: gravel = light brown fill, Asphalt = black, paved = gray, ground =white, concrete = blue, grass = green. Seasonal = white bars",
9366                 "name": "U.S. Forest Roads Overlay"
9367             },
9368             "UrbISOrtho2016": {
9369                 "attribution": {
9370                     "text": "Realized by means of Brussels UrbIS®© - Distribution & Copyright CIRB"
9371                 },
9372                 "name": "UrbIS-Ortho 2016"
9373             },
9374             "UrbISOrtho2017": {
9375                 "attribution": {
9376                     "text": "Realized by means of Brussels UrbIS®© - Distribution & Copyright CIRB"
9377                 },
9378                 "name": "UrbIS-Ortho 2017"
9379             },
9380             "UrbISOrtho2018": {
9381                 "attribution": {
9382                     "text": "Realized by means of Brussels UrbIS®© - Distribution & Copyright CIRB"
9383                 },
9384                 "name": "UrbIS-Ortho 2018"
9385             },
9386             "UrbisAdmFR": {
9387                 "attribution": {
9388                     "text": "Realized by means of Brussels UrbIS®© - Distribution & Copyright CIRB"
9389                 },
9390                 "name": "UrbisAdm FR"
9391             },
9392             "UrbisAdmNL": {
9393                 "attribution": {
9394                     "text": "Realized by means of Brussels UrbIS®© - Distribution & Copyright CIRB"
9395                 },
9396                 "name": "UrbisAdm NL"
9397             },
9398             "Waymarked_Trails-Cycling": {
9399                 "attribution": {
9400                     "text": "© waymarkedtrails.org, OpenStreetMap contributors, CC by-SA 3.0"
9401                 },
9402                 "name": "Waymarked Trails: Cycling"
9403             },
9404             "Waymarked_Trails-Hiking": {
9405                 "attribution": {
9406                     "text": "© waymarkedtrails.org, OpenStreetMap contributors, CC by-SA 3.0"
9407                 },
9408                 "name": "Waymarked Trails: Hiking"
9409             },
9410             "Waymarked_Trails-MTB": {
9411                 "attribution": {
9412                     "text": "© waymarkedtrails.org, OpenStreetMap contributors, CC by-SA 3.0"
9413                 },
9414                 "name": "Waymarked Trails: MTB"
9415             },
9416             "Waymarked_Trails-Skating": {
9417                 "attribution": {
9418                     "text": "© waymarkedtrails.org, OpenStreetMap contributors, CC by-SA 3.0"
9419                 },
9420                 "name": "Waymarked Trails: Skating"
9421             },
9422             "Waymarked_Trails-Winter_Sports": {
9423                 "attribution": {
9424                     "text": "© waymarkedtrails.org, OpenStreetMap contributors, CC by-SA 3.0"
9425                 },
9426                 "name": "Waymarked Trails: Winter Sports"
9427             },
9428             "basemap.at": {
9429                 "attribution": {
9430                     "text": "basemap.at"
9431                 },
9432                 "description": "Basemap of Austria, based on government data.",
9433                 "name": "basemap.at"
9434             },
9435             "basemap.at-orthofoto": {
9436                 "attribution": {
9437                     "text": "basemap.at"
9438                 },
9439                 "description": "Orthofoto layer provided by basemap.at. \"Successor\" of geoimage.at imagery.",
9440                 "name": "basemap.at Orthofoto"
9441             },
9442             "basemap.at-overlay": {
9443                 "attribution": {
9444                     "text": "basemap.at"
9445                 },
9446                 "description": "Annotation overlay provided by basemap.at.",
9447                 "name": "basemap.at Overlay"
9448             },
9449             "basemap.at-surface": {
9450                 "attribution": {
9451                     "text": "basemap.at"
9452                 },
9453                 "description": "Surface layer provided by basemap.at.",
9454                 "name": "basemap.at Surface"
9455             },
9456             "basemap.at-terrain": {
9457                 "attribution": {
9458                     "text": "basemap.at"
9459                 },
9460                 "description": "Terrain layer provided by basemap.at.",
9461                 "name": "basemap.at Terrain"
9462             },
9463             "eufar-balaton": {
9464                 "attribution": {
9465                     "text": "EUFAR Balaton ortofotó 2010"
9466                 },
9467                 "description": "1940 geo-tagged photography from Balaton Limnological Institute.",
9468                 "name": "EUFAR Balaton orthophotos"
9469             },
9470             "finds.jp_KBN_2500": {
9471                 "attribution": {
9472                     "text": "GSI KIBAN 2500"
9473                 },
9474                 "description": "GSI Kiban 2500 via finds.jp. Good for tracing, but a bit older.",
9475                 "name": "Japan GSI KIBAN 2500"
9476             },
9477             "gsi.go.jp": {
9478                 "attribution": {
9479                     "text": "GSI Japan"
9480                 },
9481                 "description": "Japan GSI ortho Imagery. Usually better than bing, but a bit older.",
9482                 "name": "Japan GSI ortho Imagery"
9483             },
9484             "gsi.go.jp_airphoto": {
9485                 "attribution": {
9486                     "text": "GSI Japan"
9487                 },
9488                 "description": "Japan GSI airphoto Imagery. Not fully orthorectified, but a bit newer and/or differently covered than GSI ortho Imagery.",
9489                 "name": "Japan GSI airphoto Imagery"
9490             },
9491             "gsi.go.jp_seamlessphoto": {
9492                 "attribution": {
9493                     "text": "GSI Japan seamless photo"
9494                 },
9495                 "description": "Japan GSI seamlessphoto Imagery. The collection of latest imageries of GSI ortho, airphoto, post disaster and others.",
9496                 "name": "Japan GSI seamlessphoto Imagery"
9497             },
9498             "gsi.go.jp_std_map": {
9499                 "attribution": {
9500                     "text": "GSI Japan"
9501                 },
9502                 "description": "Japan GSI Standard Map. Widely covered.",
9503                 "name": "Japan GSI Standard Map"
9504             },
9505             "helsingborg-orto": {
9506                 "attribution": {
9507                     "text": "© Helsingborg municipality"
9508                 },
9509                 "description": "Orthophotos from the municipality of Helsingborg 2016, public domain",
9510                 "name": "Helsingborg Orthophoto"
9511             },
9512             "kalmar-orto-2014": {
9513                 "attribution": {
9514                     "text": "© Kalmar municipality"
9515                 },
9516                 "description": "Orthophotos for the north coast of the municipality of Kalmar 2014",
9517                 "name": "Kalmar North Orthophoto 2014"
9518             },
9519             "kalmar-orto-2016": {
9520                 "attribution": {
9521                     "text": "© Kalmar municipality"
9522                 },
9523                 "description": "Orthophotos for the south coast of the municipality of Kalmar 2016",
9524                 "name": "Kalmar South Orthophoto 2016"
9525             },
9526             "kalmar-orto-2018": {
9527                 "attribution": {
9528                     "text": "© Kalmar municipality"
9529                 },
9530                 "description": "Orthophotos for urban areas of the municipality of Kalmar 2018",
9531                 "name": "Kalmar Urban Orthophoto 2018"
9532             },
9533             "kelkkareitit": {
9534                 "attribution": {
9535                     "text": "© Kelkkareitit.fi"
9536                 },
9537                 "description": "Kelkkareitit.fi snowmobile trails from OSM (Nordic coverage)",
9538                 "name": "Nordic snowmobile overlay"
9539             },
9540             "lantmateriet-orto1960": {
9541                 "attribution": {
9542                     "text": "© Lantmäteriet, CC0"
9543                 },
9544                 "description": "Mosaic of Swedish orthophotos from the period 1955–1965. Older and younger pictures may occur.",
9545                 "name": "Lantmäteriet Historic Orthophoto 1960"
9546             },
9547             "lantmateriet-orto1975": {
9548                 "attribution": {
9549                     "text": "© Lantmäteriet, CC0"
9550                 },
9551                 "description": "Mosaic of Swedish orthophotos from the period 1970–1980. Is under construction.",
9552                 "name": "Lantmäteriet Historic Orthophoto 1975"
9553             },
9554             "lantmateriet-topowebb": {
9555                 "attribution": {
9556                     "text": "© Lantmäteriet, CC0"
9557                 },
9558                 "description": "Topographic map of Sweden 1:50 000",
9559                 "name": "Lantmäteriet Topographic Map"
9560             },
9561             "linkoping-orto": {
9562                 "attribution": {
9563                     "text": "© Linköping municipality"
9564                 },
9565                 "description": "Orthophotos from the municipality of Linköping 2010, open data",
9566                 "name": "Linköping Orthophoto"
9567             },
9568             "mapbox_locator_overlay": {
9569                 "attribution": {
9570                     "text": "Terms & Feedback"
9571                 },
9572                 "description": "Shows major features to help orient you.",
9573                 "name": "Locator Overlay"
9574             },
9575             "openpt_map": {
9576                 "attribution": {
9577                     "text": "© OpenStreetMap contributors, CC-BY-SA"
9578                 },
9579                 "name": "OpenPT Map (overlay)"
9580             },
9581             "osm-gps": {
9582                 "attribution": {
9583                     "text": "© OpenStreetMap contributors"
9584                 },
9585                 "description": "Public GPS traces uploaded to OpenStreetMap.",
9586                 "name": "OpenStreetMap GPS traces"
9587             },
9588             "osm-mapnik-black_and_white": {
9589                 "attribution": {
9590                     "text": "© OpenStreetMap contributors, CC-BY-SA"
9591                 },
9592                 "name": "OpenStreetMap (Standard Black & White)"
9593             },
9594             "osm-mapnik-german_style": {
9595                 "attribution": {
9596                     "text": "© OpenStreetMap contributors, CC-BY-SA"
9597                 },
9598                 "name": "OpenStreetMap (German Style)"
9599             },
9600             "osmse-ekonomiska": {
9601                 "attribution": {
9602                     "text": "© Lantmäteriet"
9603                 },
9604                 "description": "Scan of \"Economic maps\" ca. 1950–1980",
9605                 "name": "Lantmäteriet Economic Map 1950–1980"
9606             },
9607             "qa_no_address": {
9608                 "attribution": {
9609                     "text": "Simon Poole, Data ©OpenStreetMap contributors"
9610                 },
9611                 "name": "QA No Address"
9612             },
9613             "skobbler": {
9614                 "attribution": {
9615                     "text": "© Tiles: skobbler Map data: OpenStreetMap contributors"
9616                 },
9617                 "name": "skobbler"
9618             },
9619             "skoterleder": {
9620                 "attribution": {
9621                     "text": "© Skoterleder.org"
9622                 },
9623                 "description": "Snowmobile trails",
9624                 "name": "Snowmobile map Sweden"
9625             },
9626             "stamen-terrain-background": {
9627                 "attribution": {
9628                     "text": "Map tiles by Stamen Design, under CC BY 3.0. Data by OpenStreetMap, under ODbL"
9629                 },
9630                 "name": "Stamen Terrain"
9631             },
9632             "stockholm-orto": {
9633                 "attribution": {
9634                     "text": "© Stockholm municipality, CC0"
9635                 },
9636                 "description": "Orthophotos from the municipality of Stockholm 2016, CC0 license",
9637                 "name": "Stockholm Orthophoto"
9638             },
9639             "tf-cycle": {
9640                 "attribution": {
9641                     "text": "Maps © Thunderforest, Data © OpenStreetMap contributors"
9642                 },
9643                 "name": "Thunderforest OpenCycleMap"
9644             },
9645             "tf-landscape": {
9646                 "attribution": {
9647                     "text": "Maps © Thunderforest, Data © OpenStreetMap contributors"
9648                 },
9649                 "name": "Thunderforest Landscape"
9650             },
9651             "trafikverket-baninfo": {
9652                 "attribution": {
9653                     "text": "© Trafikverket, CC0"
9654                 },
9655                 "description": "Swedish railway network, including sidings",
9656                 "name": "Trafikverket Railway Network"
9657             },
9658             "trafikverket-baninfo-option": {
9659                 "attribution": {
9660                     "text": "© Trafikverket, CC0"
9661                 },
9662                 "description": "Swedish railway network with several options for map layers",
9663                 "name": "Trafikverket Railway Network options"
9664             },
9665             "trafikverket-vagnat": {
9666                 "attribution": {
9667                     "text": "© Trafikverket, CC0"
9668                 },
9669                 "description": "Swedish NVDB road network",
9670                 "name": "Trafikverket Road Network"
9671             },
9672             "trafikverket-vagnat-extra": {
9673                 "attribution": {
9674                     "text": "© Trafikverket, CC0"
9675                 },
9676                 "description": "Swedish NVDB extra details: Highway reference, traffic calming, rest area, bus stop, bridge, tunnel, speed camera",
9677                 "name": "Trafikverket Road Network extra"
9678             },
9679             "trafikverket-vagnat-navn": {
9680                 "attribution": {
9681                     "text": "© Trafikverket, CC0"
9682                 },
9683                 "description": "Swedish NVDB street names",
9684                 "name": "Trafikverket Street Names"
9685             },
9686             "trafikverket-vagnat-option": {
9687                 "attribution": {
9688                     "text": "© Trafikverket, CC0"
9689                 },
9690                 "description": "Swedish NVDB road network with several options for map layers",
9691                 "name": "Trafikverket Road Network options"
9692             }
9693         },
9694         "community": {
9695             "bw-facebook": {
9696                 "name": "Mapping Botswana on Facebook",
9697                 "description": "Page of OpenStreetMap in Botswana"
9698             },
9699             "bw-twitter": {
9700                 "name": "Mapping Botswana on Twitter",
9701                 "description": "Twitter of OpenStreetMap in Botswana"
9702             },
9703             "ym-Centre-Universitaire-de-Recherche-et-dApplication-en-Tldtection-CURAT-de-lUniversit-Felix-Houphouet-Boigny": {
9704                 "name": "YouthMappers CURAT",
9705                 "description": "YouthMappers chapter at Centre Universitaire de Recherche et d'Application en Télédétection (CURAT) de l'Université Felix Houphouet Boigny",
9706                 "extendedDescription": "Our chapter aim is to promote the use of collaborative free mapping and the use of openstreetmap data in the field of research and their application in the implementation of tools for decision-making. Help students produce their own data of their research."
9707             },
9708             "ym-The-Gambia-YMCA-University-of-the-Gambia": {
9709                 "name": "Connected YouthMappers",
9710                 "description": "YouthMappers chapter at The Gambia YMCA / University of the Gambia",
9711                 "extendedDescription": "Connected YouthMappers is comprised of dedicated young Gambians who aspire to change and aid national development."
9712             },
9713             "cape-coast-youthmappers": {
9714                 "name": "University of Cape Coast YouthMappers",
9715                 "description": "Follow us on Twitter: {url}",
9716                 "extendedDescription": "This is the official handle for the Youth Mappers chapter of the University of Cape Coast, Ghana. we love maps, open data and helping the vulnerable."
9717             },
9718             "osm-gh-facebook": {
9719                 "name": "OpenStreetMap Ghana on Facebook",
9720                 "description": "Facebook group for people interested in OpenStreetMap.",
9721                 "extendedDescription": "Mappers in Ghana community, promoting OpenStreetMap and Humanitarian OpenStreetMap Team (HOT) projects in Ghana. Join us."
9722             },
9723             "osm-gh-twitter": {
9724                 "name": "OpenStreetMap Ghana on Twitter",
9725                 "description": "Follow us on Twitter: {url}"
9726             },
9727             "talk-gh": {
9728                 "name": "Talk-gh Mailing List",
9729                 "description": "Talk-gh is the official mailing list for Ghana OSM community."
9730             },
9731             "ym-Kwame-Nkrumah-University-of-Science-and-Technology": {
9732                 "name": "Kwame Nkrumah University of Science and Technology YouthMappers",
9733                 "description": "YouthMappers chapter at Kwame Nkrumah University of Science and Technology"
9734             },
9735             "ym-University-of-Cape-Coast": {
9736                 "name": "UCC Geographical Society",
9737                 "description": "YouthMappers chapter at University of Cape Coast",
9738                 "extendedDescription": "We are a society that encompasses all students who are reading and read geography in the Department of Geography and Regional Planning at the University of Cape Coast. Our main aim is to promote interest in the discipline inside and outside of the classroom. Our motto is “We comprehend the Earth and its inhabitants.”"
9739             },
9740             "ym-University-of-Energy-and-Natural-Resources": {
9741                 "name": "Eco-Club",
9742                 "description": "YouthMappers chapter at University of Energy and Natural Resources",
9743                 "extendedDescription": "To provide a sound education to all citizens about the deteriorating environment and provide utmost use of recreation of the environment for human survival."
9744             },
9745             "ym-University-of-Ghana": {
9746                 "name": "University of Ghana YouthMappers",
9747                 "description": "YouthMappers chapter at University of Ghana",
9748                 "extendedDescription": "UG YouthMappers consists of both graduate and undergraduate students possessing knowledge and skills in GIS and Remote Sensing. The club is composed of an energetic team that is poised to address social issues and mitigate environmental problems through mapping. Our fundamental principles are capacity building, empowerment and teamwork."
9749             },
9750             "ym-University-of-Mines-and-Technology": {
9751                 "name": "UMaT YouthMappers",
9752                 "description": "YouthMappers chapter at University of Mines and Technology",
9753                 "extendedDescription": "UMaT YouthMappers is a group of volunteer students who seek to grant students the opportunity to improve skills in the field of mapping & creating open geographic data and analyses that address locally defined development challenges worldwide."
9754             },
9755             "ym-General-Lansana-Conte-University": {
9756                 "name": "YouthMappers General Lansana Conte University",
9757                 "description": "YouthMappers chapter at General Lansana Conte University",
9758                 "extendedDescription": "The YouthMappers of the University General Lansana Conté is a non profit community willing to contribute to Map Guinea and others part of the world. We are promoting the use of GIS and Open data to build decision support tools. We also work to build capacities among the students and local communities."
9759             },
9760             "ym-Institute-of-Science-and-Veterinary-Medicine": {
9761                 "name": "YouthMappers ISSMV Dalaba",
9762                 "description": "YouthMappers chapter at Institute of Science and Veterinary Medicine",
9763                 "extendedDescription": "YouthMappers ISSMV Dabala is a non profit organisation working to promote humanitarian mapping and the use of open sources and open data to build decision making tools in Guinea."
9764             },
9765             "ym-Universit-de-NZrkor": {
9766                 "name": "Youthmappers à N'Zérékoré",
9767                 "description": "YouthMappers chapter at Université de N'Zérékoré",
9768                 "extendedDescription": "YouthMappers est un groupe qui permet de faire la cartographie des communautés enclavées et à la prise des décisions en cas de catastrophes ou épidémies. Elle permet aussi la production et l'utilisation des données en accès gratuit."
9769             },
9770             "ym-Dedan-Kimathi-University-of-Technology": {
9771                 "name": "GDEV",
9772                 "description": "YouthMappers chapter at Dedan Kimathi University of Technology",
9773                 "extendedDescription": "GDEV is a group of enthusiastic GIS group at DeKUT that aims at helping students share, engage and learn from each other in matters geospatial"
9774             },
9775             "ym-Jomo-Kenyatta-University-of-Agriculture-and-Technology": {
9776                 "name": "Association of Geomatics Engineering Students",
9777                 "description": "YouthMappers chapter at Jomo Kenyatta University of Agriculture and Technology",
9778                 "extendedDescription": "The Association of Geomatics Engineering Students (AGES), aims at promoting GIS products and services as well as training students on the use of the same. It not only promotes socialization between the students and practicing professionals, but also provides a platform for exchanging new ideas for holding new GIS and surveying events and training at the university."
9779             },
9780             "ym-Karatina-University": {
9781                 "name": "Nature Club Karatina University",
9782                 "description": "YouthMappers chapter at Karatina University",
9783                 "extendedDescription": "This chapter aims to bring together all GIS enthusiasts.They include environment experts, wildlife experts, aquatic and tourism officers, just to mention a few. Its main aim is to provide a platform where students can learn from each other and, in the process, understand how to integrate the GIS skills in their various career paths as well as provide solutions to various environmental related challenges."
9784             },
9785             "ym-Kenyatta-University": {
9786                 "name": "Kenyatta University GIS Club",
9787                 "description": "YouthMappers chapter at Kenyatta University",
9788                 "extendedDescription": "Kenyatta University GIS Club (KUGISC) was founded on 28th October 2016, with more than 200 students and staff from all faculty within campus as members. We are committed to empower members with spatial knowledge, skills and expertise required in understanding the Earth. We help in mapping resources within the university by incorporating geospatial data in their projects as well as fieldwork data collection."
9789             },
9790             "ym-Moi-University": {
9791                 "name": "Geography Students Association",
9792                 "description": "YouthMappers chapter at Moi University",
9793                 "extendedDescription": "The Geography Students Association at Moi University (GEOSAMU) explores, discovers and aims at developing the entire world through the young Geo-Spatial analysts.  GEOSAMU is part of the Department of Geography."
9794             },
9795             "ym-Technical-University-of-Kenya": {
9796                 "name": "Geospatial Science Student Association",
9797                 "description": "YouthMappers chapter at Technical University of Kenya",
9798                 "extendedDescription": "It's a geographical information based group with very passionate students in the relevant fields of study. We do training to members on emerging trends in the market and keep up with technological advancements"
9799             },
9800             "ym-University-of-Nairobi": {
9801                 "name": "Geospatial Engineering Students Association",
9802                 "description": "YouthMappers chapter at University of Nairobi",
9803                 "extendedDescription": "UN students are working with the local OSM community, Map Kibera, and GrouthTruth to learn about open mapping and contribute data for needs in their urban communities."
9804             },
9805             "ym-African-Methodist-Episcopal-University": {
9806                 "name": "YouthMappers-AMEU",
9807                 "description": "YouthMappers chapter at African Methodist Episcopal University"
9808             },
9809             "ym-Cuttington-University": {
9810                 "name": "Cuttington University YouthMappers",
9811                 "description": "YouthMappers chapter at Cuttington University",
9812                 "extendedDescription": "The YouthMappers at Cuttington University, Suakoko, and Bong County comprised of Students from three different departments; namely, the Department of Natural Resources Management “DONRM”, Department of Environmental Sciences, and the Department of Natural Sciences. Since the establishment of the Chapter in February 2017, the overall membership is  20 students, with each department containing 5 students."
9813             },
9814             "ym-Grand-Gedeh-County-Community-College": {
9815                 "name": "YouthMappers at Grand Gedeh County Community College",
9816                 "description": "YouthMappers chapter at Grand Gedeh County Community College",
9817                 "extendedDescription": "The Youth Mappers of GGCCC sole intent is to put  places in and around Liberia  that are not on the map. We gather youths from the college within the Grand Gedeh Community College to make it their duties to unite and bring these places to the spot light geographically."
9818             },
9819             "ym-Nimba-County-Community-College": {
9820                 "name": "Nimba County Community College Youth Mappers",
9821                 "description": "YouthMappers chapter at Nimba County Community College"
9822             },
9823             "ym-Stella-Maris-Polytechnic": {
9824                 "name": "YouthMappers-SMP",
9825                 "description": "YouthMappers chapter at Stella Maris Polytechnic"
9826             },
9827             "ym-University-of-Liberia-YouthMappers": {
9828                 "name": "University of Liberia YouthMappers",
9829                 "description": "YouthMappers chapter at University of Liberia YouthMappers",
9830                 "extendedDescription": "The University of Liberia YouthMappers is a chapter organization of the Global YouthMappers. We are a nonprofit student mapping organization focus on mapping for Liberia’s development and the World at large. The purpose of this organization shall be to utilize technology and geospatial knowledge as means of creating and developing maps; collecting and analyzing data that will address local and worldwide challenges. Our aim is to support and create opportunity for students to develop interest and skills in the fields of mapping. We envision a united student community that are collaborative, active and are willing to work with the University of Liberia YouthMappers in order to better the lives of others."
9831             },
9832             "osm-mg-facebook": {
9833                 "name": "OpenStreetMap Madagascar Facebook Group",
9834                 "description": "Malagasy Facebook group for people interested in OpenStreetMap."
9835             },
9836             "talk-mg": {
9837                 "name": "Talk-mg Mailing List",
9838                 "description": "Place for OpenStreetMap contributors, communities and users in Madagascar to share and discuss."
9839             },
9840             "ym-University-of-Malawi": {
9841                 "name": "Chanco Malawi YouthMappers",
9842                 "description": "YouthMappers chapter at University of Malawi",
9843                 "extendedDescription": "Chanco Malawi YouthMappers is the student mapping organization for the University of Malawi's Chancellor College. The students in this chapter focus on mapping for Malawi's development and science needs."
9844             },
9845             "ym-Universit-des-Sciences-Sociale-et-de-Gestion-de-Bamako": {
9846                 "name": "Etudiant au Laboratoire HoPE",
9847                 "description": "YouthMappers chapter at Université des Sciences Sociale et de Gestion de Bamako"
9848             },
9849             "ym-Universidade-Eduardo-Mondlane": {
9850                 "name": "Comunidade YouthMappers Moçambique",
9851                 "description": "YouthMappers chapter at Universidade Eduardo Mondlane",
9852                 "extendedDescription": "We are a student group that intends to join Mozambican society to create a resilient community of humanitarian mapping. The community intend to map the physical occupation of our Country and create open geographic data, accessible to the public and able to be used in several areas without associated costs."
9853             },
9854             "ym-Namibia-University-of-Science-and-Technology": {
9855                 "name": "Geoinformation Technology Student Society",
9856                 "description": "YouthMappers chapter at Namibia University of Science and Technology"
9857             },
9858             "ym-Abia-State-University": {
9859                 "name": "AbsuMappersTeam",
9860                 "description": "YouthMappers chapter at Abia State University",
9861                 "extendedDescription": "AbsuMappersTeam is  voluntary team of map enthusiast ,using openstreetmap,GIS and other open source geospatial techno;ogy to solve problems.It is a dedicated for disaster response using OpenStreetMap.It is a  professional mentoring  and empowerment platform for  those with passion for GIS and Mapping.It is a community of  volunteers for geospatial data creation,field data collection and mapping.The team was co-founded by Victor N.Sunday(the Team mentor) and Professor J.U.Ogbonna ,the team coordinator and faculty Advisor. AbsuMapperTeam is an affiliate of UniiqueMappersTeam-Port Harcourt.The team stands to support sustainable development using geospatial  technology"
9862             },
9863             "ym-Ahmadu-Bello-University": {
9864                 "name": "ABU Geomappers",
9865                 "description": "YouthMappers chapter at Ahmadu Bello University",
9866                 "extendedDescription": "We are a group of Data driven Humanitarian mappers, who are dedicated to rendering humanitarian service in response to disaster and mitigation. We are glad to contribute our expertise and knowledge through mapping, and helping to spread #OpenEvangelism through Training, and collaboration."
9867             },
9868             "ym-Federal-School-of-Surveys": {
9869                 "name": "OyoMappersTeam (OMT) Oyo",
9870                 "description": "YouthMappers chapter at Federal School of Surveys"
9871             },
9872             "ym-Federal-University-of-Technology-Akure": {
9873                 "name": "YouthMappers Futa Space Club",
9874                 "description": "YouthMappers chapter at Federal University of Technology, Akure",
9875                 "extendedDescription": "Our mission is to raise the next generation of Space Leaders. Activities include research and capacity building in Remote Sensing, GIS, Climate Change, Astronomy, Cosmology, Space Engineering, Global Navigation, Robotics and Space Education."
9876             },
9877             "ym-Ignatius-Ajuru-University-of-Education": {
9878                 "name": "IgnatiusMappersTeam (IMT)",
9879                 "description": "YouthMappers chapter at Ignatius Ajuru University of Education",
9880                 "extendedDescription": "We are a YouthMappers Chapter of Ignatius Ajuru University of Education involved in crowdsourced mapping of our environment and remote mapping of resilient communities.We are a team of volunteers using openstreetmap and other open Geospatial source for mapping."
9881             },
9882             "ym-University-of-Nigeria-Nsukka": {
9883                 "name": "LionMappersTeam (LMT) Nsukka",
9884                 "description": "YouthMappers chapter at University of Nigeria, Nsukka",
9885                 "extendedDescription": "The LionMappersTeam is an affiliate of YouthMappers Network, with the sole aim of providing members the opportunity to learn and improve their skills in the field of mapping science and to create open geographic data and analysis that addresses locally defined challenges globally. It is a team of volunteers for crowdsourced mapping and geographic information provision using Openstreetmap, citizen science  and other geospatial  technology for research, training and response to resilient community challenges. We are involved in GIS and Remote Sensing Applications and Research.Paticipatory GIS and Citizen Science,field mapping ,training workshops and outreaches to High Schools."
9886             },
9887             "ym-University-of-Port-Harcourt": {
9888                 "name": "UniqueMappersTeam (UMT) Port Harcourt",
9889                 "description": "YouthMappers chapter at University of Port Harcourt",
9890                 "extendedDescription": "UniqueMappersTeam(UMT)Port Harcourt  is an action group and a team of volunteers for a collaborative online mapping targeted at training and empowering members with trending mapping skills  to create open geospatial data and analysis that addresses locally defined challenges for geoinformation and to provide humanitarian mapping  services to resilient communities in Niger Delta,Nigeria and elsewhere.We promote Crowdsoucred Mapping and Geographic information volunteering using OpenStreetMap(OSM) platform and other accessible platforms for Rapid Response Mapping,Disaster Mapping,Geo-intelligence Mapping,Map updates and training.Its an affiliate Campus chapter of Humanitarian OpenStreetMap Team(HOT).It is a project-task team of YouthMappers that provide opportunity for members to learn and improve their skills in Geoinformatics so as to explore global opportunities in the field of Mapping and Geoinformation."
9891             },
9892             "ym-University-of-Nigeria-Enugu-Campus": {
9893                 "name": "LionMappersTeam (LMT) Enugu",
9894                 "description": "YouthMappers chapter at University of Nigeria, Enugu Campus",
9895                 "extendedDescription": "The LionMappersTeam(LMT)Enugu Campus is an affiliate of YouthMappers Network, with the sole aim of providing members the opportunity to learn and improve their skills in the field of Geoinformatics and to create open geographic data and analysis that addresses locally defined challenges globally. It is a team of volunteers for Crowdsourced Mapping and Geographic Information provision using Openstreetmap, Citizen Science and other Geospatial Technology for research, training and response to resilient community challenges. We are involved in Web-Cartography, GIS and Remote Sensing Applications and ResearchWe are passionate about Volunteered Geographic Information.Paticipatory GIS and Citizen Science.Our major activities include online crowdsourced-Cartography, Field Mapping ,Training workshops and outreaches to High School as well as Humanitarian/Disaster Response Mapping."
9896             },
9897             "ym-Insititue-d-Enseignement-Superieur-de-Ruhengeri": {
9898                 "name": "YouthMappers at INES Ruhengeri",
9899                 "description": "YouthMappers chapter at Insititue d' Enseignement Superieur de Ruhengeri",
9900                 "extendedDescription": "We are students from Land Administration and Management and Land survey Departments from INES-Ruhengeri. We are engaged in mapping activities that create the changes toward sustainable development in our community."
9901             },
9902             "ym-University-of-Rwanda-Huye-Campus": {
9903                 "name": "Rwanda YouthMappers",
9904                 "description": "YouthMappers chapter at University of Rwanda - Huye Campus",
9905                 "extendedDescription": "Based on the commitment and the purpose of promoting mapping, and the information from YouthMappers public talks, we have organized as students in Geography department who are committed in mapping to found a chapter of our Campus. We have supported by our Facilitator Dr. Gaspard Rwanyiziri (Director of CGIS-Rwanda) and various lecturer mentors."
9906             },
9907             "ym-Institut-Suprieur-de-Management-Kolda": {
9908                 "name": "Les Femmes Leaders de ISM/Kolda",
9909                 "description": "YouthMappers chapter at Institut Supérieur de Management Kolda",
9910                 "extendedDescription": "Les Femmes Leaders de ISM/Kolda is an all-female mapping group in southern Senegal looking to put Kolda and surrounding villages on the map and better understand how to use OSM."
9911             },
9912             "ym-Universit-Gaston-Berger": {
9913                 "name": "YouthMappers at UGB",
9914                 "description": "YouthMappers chapter at Université Gaston Berger",
9915                 "extendedDescription": "YouthMappers UGB is made up of young students and researchers who are passionate about mapping. Our aim is to improve students' skills in the field of cartography and to participate in the creation of open geographic data that responds to development challenges around the world and particularly in Africa."
9916             },
9917             "ym-Fourah-Bay-College": {
9918                 "name": "Student's Geographical Association",
9919                 "description": "YouthMappers chapter at Fourah Bay College",
9920                 "extendedDescription": "The Student's Geographical Association- YouthMappers is an association of Fourah Bay College Students with the common goals of mapping out vulnerable places in Sierra Leone and the world at large for relief and other beneficial purposes,carry out Research and other educative endeavors. The chapter consists of young people with great ideas, development oriented with the capacity to relate with each other, comprehend and implement sustainable developmental projects as a team."
9921             },
9922             "ym-Njala-University-Freetown-Campus": {
9923                 "name": "Njala Freetown YouthMappers",
9924                 "description": "YouthMappers chapter at Njala University, Freetown Campus",
9925                 "extendedDescription": "We are students of Njala University Freetown Campus, studying Information Technology under the department of Physics and Computer Science. and we are located at Henry Street Freetown, Sierra Leone."
9926             },
9927             "ym-Njala-University-Njala-Campus": {
9928                 "name": "YouthMappers Njala University, Njala Campus",
9929                 "description": "YouthMappers chapter at Njala University, Njala Campus"
9930             },
9931             "ym-University-of-Pretoria": {
9932                 "name": "Centre for Geoinformation Science",
9933                 "description": "YouthMappers chapter at University of Pretoria",
9934                 "extendedDescription": "The students who map Pretoria are supported by the University of Pretoria's Centre for Geoinformation Science, a platform from where the excellence of UP individuals and teams involved in geographic information science (GISc) research, education and training, professional development and community engagement is encouraged and strengthened through collaborations, education and training and  alliances within South Africa and abroad."
9935             },
9936             "ym-Ardhi-University": {
9937                 "name": "ARU Mapper",
9938                 "description": "YouthMappers chapter at Ardhi University",
9939                 "extendedDescription": "As upcoming geospatial data consultants we seek to educate and provide advice to the society on how they can use spatial data not only as a form of location but a tool of decision making and predict different hazardous and climatical changes which may harm them or future genarations."
9940             },
9941             "ym-Institute-of-Finance-Management": {
9942                 "name": "IFM mappers",
9943                 "description": "YouthMappers chapter at Institute of Finance Management",
9944                 "extendedDescription": "This is a new  chapter at out institute and we are looking forward to use our financial education that we are receiving here at the campus  and link ig with the environment in order to develop our sustainable environment towards helping the community  with the effects of our environment in a financial ways by converting them into numbers. this is widely explained in ecosystem accounting and environmental accounts"
9945             },
9946             "ym-Institute-of-Rural-Development-Planning-Mwanza": {
9947                 "name": "Youth Mappers Chapter at Institute of Rural Development Planning - Lake Zone Centre",
9948                 "description": "YouthMappers chapter at Institute of Rural Development Planning Mwanza"
9949             },
9950             "ym-Institute-of-Rural-Development-Planning": {
9951                 "name": "Mipango YouthMappers Chapter",
9952                 "description": "YouthMappers chapter at Institute of Rural Development Planning",
9953                 "extendedDescription": "Mipango YouthMappers Chapter was introduced at IRDP on 3rd July, 2017 by Dr.Domitilla Bashemera. The founding members were  300 (190 males and 110 female) Bachelor Degree students, who were registered as members of the Chapter. Gerald Zacharia is the president of the chapter and Juster Lugira is Vice President."
9954             },
9955             "ym-Open-University-of-Tanzania": {
9956                 "name": "Youth Mappers at Open University of Tanzania",
9957                 "description": "YouthMappers chapter at Open University of Tanzania",
9958                 "extendedDescription": "Youth Mappers at Open University of Tanzania\n\nHad been founded by members and students of Open University of Tanzania in Department of Geography who are mainly need to improve their career and help young community through joint and partnership projects with local community groups such as Mikoko Scout Group (www.msg.or.tz) and start cooperation with international colleges and universities for exchange programs in relation to Geography Studies as some programs prepared by Mikoko Scout Group which will link local university and other universities of the same interest through International Nature & Environmental Youth Camp 2019 (www.campsite.msg.or.tz/nature.html )\n\nOur chapter will soon be recognized as youth network program that will open opportunity for students to study and conduct research studies at a local levels."
9959             },
9960             "ym-Sokoine-University-of-Agriculture": {
9961                 "name": "SMCoSE YouthMappers",
9962                 "description": "YouthMappers chapter at Sokoine University of Agriculture",
9963                 "extendedDescription": "A Chapter comprising of Environmental sciences and management students and Geography studies under the dept. of Geography and  we will be using mapping techniques, based on systems concepts and theories, can be used to facilitate, explore, and capture the different understandings of the relationships, perspectives, and boundaries involved in environmental sustainability to obtain a more complete comprehension of the concept and develop plans for action."
9964             },
9965             "ym-University-of-Dar-es-Salaam": {
9966                 "name": "YouthMappers at University of Dar es Salaam",
9967                 "description": "YouthMappers chapter at University of Dar es Salaam",
9968                 "extendedDescription": "The purpose of the University of Dar es Salaam YouthMappers  is to use and promote open source data and GIS technologies to map potential disaster areas, provide resources for emergency management, connect its members with open source and GIS organizations in the city of Dar es Salaam, and serve any upcoming needs of our project partners ."
9969             },
9970             "ym-Busitema-University": {
9971                 "name": "Good Mappers",
9972                 "description": "YouthMappers chapter at Busitema University",
9973                 "extendedDescription": "Good mappers is a team of students in Busitema University. Its main objective is to create a community of experienced mappers who can contribute to the world map."
9974             },
9975             "ym-Gulu-University": {
9976                 "name": "CSGU Mappers",
9977                 "description": "YouthMappers chapter at Gulu University",
9978                 "extendedDescription": "The CSGU Mappers are the Computing Society at Gulu University. This chapter is creative, passionate, innovative and ready to map Uganda and the world at large, beyond other people's imagination."
9979             },
9980             "ym-Kumi-University": {
9981                 "name": "Ever Last YouthMappers",
9982                 "description": "YouthMappers chapter at Kumi University",
9983                 "extendedDescription": "This energetic group of students organizes within the faculty of Science and Information Technology."
9984             },
9985             "ym-Makerere-University": {
9986                 "name": "Geo YouthMappers",
9987                 "description": "YouthMappers chapter at Makerere University",
9988                 "extendedDescription": "Geo YouthMappers is a Makerere University based mapping chapter esteemed to apply the spatial conception to the real world.We have collaborated on various mapping events with OSM. Our main aim is the desire to simplify data and make it readily available mostly for disaster preparedness.\"We map the world and change lives."
9989             },
9990             "ym-Mbarara-University-of-Science-and-Technology": {
9991                 "name": "MUST Street Mappers",
9992                 "description": "YouthMappers chapter at Mbarara University of Science and Technology",
9993                 "extendedDescription": "MUST Street Mappers is a Youth Mappers chapter at the Mbarara University of Science and Technology that is based on making our country and the world at large a better place through mapping. We base on collected information to notice patterns and data mine to present relevant and beneficial information to society."
9994             },
9995             "ym-St.-Augustine-International-University": {
9996                 "name": "YouthMappers at St Augustine International University",
9997                 "description": "YouthMappers chapter at St. Augustine International University"
9998             },
9999             "ym-Uganda-Christian-University-Mbale-Campus": {
10000                 "name": "Mappers for Life",
10001                 "description": "YouthMappers chapter at Uganda Christian University Mbale Campus",
10002                 "extendedDescription": "We are Team Mappers for life! Please come and join us as we map together!\" This group works from the Department of Information Technology at the UCU."
10003             },
10004             "ym-Uganda-Pentecostal-University": {
10005                 "name": "HiTech Youth Mappers",
10006                 "description": "YouthMappers chapter at Uganda Pentecostal University",
10007                 "extendedDescription": "A new Youthmappers Chapter in Western Uganda. Ready to map and provide open data with OpenStreetMap for development purposes."
10008             },
10009             "ym-St.-Mawaggali-Trades-Training-Institute": {
10010                 "name": "MawaggaliMappers",
10011                 "description": "YouthMappers chapter at St. Mawaggali Trades Training Institute",
10012                 "extendedDescription": "We are the youthappers chapter at St. Mawaggali trades in choma who are want to contribute the different humantarian tasks to serve lives through mapping."
10013             },
10014             "ym-The-University-of-Zambia": {
10015                 "name": "YouthMappers Unza",
10016                 "description": "YouthMappers chapter at The University of Zambia"
10017             },
10018             "ym-University-of-Zimbabwe": {
10019                 "name": "UZMappers",
10020                 "description": "YouthMappers chapter at University of Zimbabwe",
10021                 "extendedDescription": "UzMappersTeam Zimbabwe is a team of Volunteers using OpenStreetMap for Open Data Mapping and Humanitarian Disaster response mapping .The team empowers its members with open source geospatial technology skills."
10022             },
10023             "OSM-BGD-facebook": {
10024                 "name": "OpenStreetMap Bangladesh",
10025                 "description": "Improve OpenStreetMap in Bangladesh",
10026                 "extendedDescription": "Mapping in Bangladesh? Have questions, want to connect with the community here? Join us at {url}. All are welcome!"
10027             },
10028             "ym-Asian-University-for-Women": {
10029                 "name": "YouthMappers at AUW",
10030                 "description": "YouthMappers chapter at Asian University for Women",
10031                 "extendedDescription": "The Asian University for Women seeks to graduate women who will be skilled and innovative professionals, service-oriented leaders in the businesses and communities in which they will work and live, and promoters of intercultural understanding and sustainable human and economic development in Asia and throughout the world."
10032             },
10033             "ym-Dhaka-College": {
10034                 "name": "YouthMappers Daka College",
10035                 "description": "YouthMappers chapter at Dhaka College",
10036                 "extendedDescription": "YouthMappers DhakaCollege is an approach by students to help mapping vulnerable areas of the world as a part of Humanitarian Action. YouthMappers  gives the opportunity to the students for helping people and using mapping for humanitarian purposes. This open geographic data can be used for educational, navigational and other humanitarian purposes. Happy mapping."
10037             },
10038             "ym-Dhaka-University": {
10039                 "name": "Openstreetmap YouthMappers",
10040                 "description": "YouthMappers chapter at Dhaka University",
10041                 "extendedDescription": "It's a great privilege for the students of University of Dhaka to map for humanitarian purposes. Our chapter gives the opportunity to the students for helping people and use mapping for humanitarian purposes."
10042             },
10043             "ym-Eastern-University": {
10044                 "name": "YouthMappers at Eastern University",
10045                 "description": "YouthMappers chapter at Eastern University",
10046                 "extendedDescription": "YouthMappers at Eastern University, Bangladesh has been formed with a view to assisting people during humanitarian crisis. The students, likewise other mappers of the world, are promised to assist people in using the map for educational, navigational and other humanitarian purposes."
10047             },
10048             "ym-Jahangirnagar-University": {
10049                 "name": "YouthMappers at IRS, Jahangirnagar University",
10050                 "description": "YouthMappers chapter at Jahangirnagar University"
10051             },
10052             "ym-Khulna-University": {
10053                 "name": "Openstreetmap",
10054                 "description": "YouthMappers chapter at Khulna University",
10055                 "extendedDescription": "KU students and faculty from multiple disciplines are experienced at creating open data for OSM to address local challenges of development, including food security and other topics."
10056             },
10057             "ym-Rajshahi-University-of-Engineering-Technology": {
10058                 "name": "YouthMappers at RUET",
10059                 "description": "YouthMappers chapter at Rajshahi University of Engineering & Technology",
10060                 "extendedDescription": "The \"YouthMappers at RUET\" is a humanitarian mapping group of students of Rajshahi University of Engineering & Technology (RUET) to share, develop and practice the knowledge of GIS.  This group encourages using open source geospatial data and platform to make solution to reach the most vulnerable group of the world."
10061             },
10062             "ym-Sherubtse-College": {
10063                 "name": "Geographical Society",
10064                 "description": "YouthMappers chapter at Sherubtse College",
10065                 "extendedDescription": "The Geographical Society, in the Department of Geography & Planning, Sherubtse College, Royal University of Bhutan, with support from the Center for Climate Change and Spatial Information, has made several efforts to create awareness and address important issues at the local and national level. We now join hands with the international student-centered YouthMappers network on \"Mapping for Resilience\" and contributing to a global 'Happiness'!"
10066             },
10067             "OSM-India-facebook": {
10068                 "name": "OpenStreetMap India - Participatory neighborhood mapping",
10069                 "description": "Improve OpenStreetMap in India",
10070                 "extendedDescription": "Mapping in India? Have questions, want to connect with the community here? Join us at {url}. All are welcome!",
10071                 "events": {
10072                     "sotmasia2018": {
10073                         "name": "State of the Map Asia 2018",
10074                         "description": "Join the 2018 OpenStreetMap region-wide event at State of the Map Asia in India",
10075                         "where": "Indian Institute of Management, Bangalore, India"
10076                     }
10077                 }
10078             },
10079             "osm-india-forum": {
10080                 "name": "OpenStreetMap India forum",
10081                 "description": "OpenStreetMap India web forum"
10082             },
10083             "osm-india-github": {
10084                 "name": "OpenStreetMap India GitHub",
10085                 "description": "Code with us: {url}"
10086             },
10087             "OSM-india-mailinglist": {
10088                 "name": "OpenStreetMap India Mailinglist",
10089                 "description": "Talk-in is the official Mailinglist for Indian Community"
10090             },
10091             "osm-india-telegram": {
10092                 "name": "OpenStreetMap India Telegram",
10093                 "description": "Join our family: {url}"
10094             },
10095             "OSM-india-twitter": {
10096                 "name": "OpenStreetMap India Twitter",
10097                 "description": "We are just a tweet away: {url}"
10098             },
10099             "osm-india-website": {
10100                 "name": "OpenStreetMap India",
10101                 "description": "Mappers and OpenStreetMap users in India"
10102             },
10103             "osm-india-wiki": {
10104                 "name": "OpenStreetMap Wikiproject India",
10105                 "description": "Everything you need to know about mapping in India: {url}"
10106             },
10107             "osm-india-youtube": {
10108                 "name": "OpenStreetMap India Youtube",
10109                 "description": "Subscribe to our channel: {url}"
10110             },
10111             "OSM-India-Puducherry-Facebook": {
10112                 "name": "Free Software Hardware Movement - Facebook",
10113                 "description": "FSHM Facebook page to know about community events, activities",
10114                 "extendedDescription": "FSHM organizes events relating to free software/hardware, technology, activism and OpenStreetMap. Its FB page is the best way to keep in contact with its events."
10115             },
10116             "OSM-Puducherry-Mailing-List": {
10117                 "name": "Free Software Hardware Movement - Mailing List",
10118                 "description": "FSHM Puducherry mailing list to discuss mapping in Puducherry and other things.",
10119                 "extendedDescription": "FSHM organizes events relating to free software/hardware, technology, activism and OpenStreetMap."
10120             },
10121             "OSM-India-Puducherry-Matrix": {
10122                 "name": "Free Software Hardware Movement - Matrix",
10123                 "description": "FSHM Riot group to discuss, share and update mapping activities, events in and around Puducherry",
10124                 "extendedDescription": "FSHM community members share their OSM mapping updates / experiences through the Riot.im group, this group is also used to discuss things related to free software / hardware, technology and activism."
10125             },
10126             "ym-Gujarat-University": {
10127                 "name": "CCIM at Ahmedabad",
10128                 "description": "YouthMappers chapter at Gujarat University"
10129             },
10130             "OSM-IDN-facebook": {
10131                 "name": "OpenStreetMap Indonesia",
10132                 "description": "Improve OpenStreetMap in Indonesia",
10133                 "extendedDescription": "Mapping in Indonesia? Have questions, want to connect with the community here? Join us at {Url}. All are welcome!"
10134             },
10135             "ym-Universitas-Negeri-Makassar": {
10136                 "name": "Kontur Geografi",
10137                 "description": "YouthMappers chapter at Universitas Negeri Makassar"
10138             },
10139             "ym-University-Muhammadiyah-Surakarta": {
10140                 "name": "SpaceTime",
10141                 "description": "YouthMappers chapter at University Muhammadiyah Surakarta",
10142                 "extendedDescription": "SpaceTime is a community mapping in the Faculty of Geography of Muhammadiyah University of Surakarta. SpaceTime was founded by Bruce Maldy Pratama, Mukhlis Akbar and Irfandi Fauzi. They are active students in the Faculty of Geography University Muhammadiyah Surakarta."
10143             },
10144             "osm-iran-aparat": {
10145                 "name": "OpenStreetMap Iran Aparat",
10146                 "description": "Subscribe to our channel at {url}",
10147                 "extendedDescription": "A good resource of videos about anything related to OpenStreetMap. Mainly in Persian."
10148             },
10149             "osm-iran-forum": {
10150                 "name": "OpenStreetMap Iran web forum",
10151                 "description": "OpenStreetMap Iran web forum",
10152                 "extendedDescription": "A web forum for OpenStreetMap users in Iran. Feel free to ask questions and discuss with others!"
10153             },
10154             "osm-iran-telegram": {
10155                 "name": "OpenStreetMap Iran Telegram",
10156                 "description": "You're welcome to join our Telegram channel at {url}. We also have a supergroup of many OSMers interested in Iran. Find its link in bio of channel."
10157             },
10158             "OSM-japan-facebook": {
10159                 "name": "OpenStreetMap Japan Community",
10160                 "description": "Mappers and OpenStreetMap users in Japan"
10161             },
10162             "OSM-japan-mailinglist": {
10163                 "name": "OpenStreetMap Japan Mailinglist",
10164                 "description": "Talk-ja is an Official Mailinglist for Japanese Community"
10165             },
10166             "OSM-japan-twitter": {
10167                 "name": "OpenStreetMap Japan Twitter",
10168                 "description": "Hashtag on Twitter: {url}"
10169             },
10170             "OSM-japan-website": {
10171                 "name": "OpenStreetMap Japan",
10172                 "description": "Mappers and OpenStreetMap users in Japan"
10173             },
10174             "OSM-MY-facebook": {
10175                 "name": "OpenStreetMap Malaysia on Facebook",
10176                 "description": "For chat about anything related to OpenStreetMap!"
10177             },
10178             "OSM-MY-forum": {
10179                 "name": "OpenStreetMap Malaysia Forum",
10180                 "description": "Official OpenStreetMap Malaysia Forum"
10181             },
10182             "OSM-MY-matrix": {
10183                 "name": "OpenStreetMap Malaysia Riot channel",
10184                 "description": "All mappers are welcome! Sign up at {signupUrl}"
10185             },
10186             "OSM-MNG-facebook": {
10187                 "name": "OpenStreetMap Mongolia",
10188                 "description": "Improve OpenStreetMap in Mongolia",
10189                 "extendedDescription": "Mapping in Mongolia? Have questions, want to connect with the community here? Join us at {Url}. All are welcome!"
10190             },
10191             "OSM-MMR-facebook": {
10192                 "name": "OpenStreetMap Myanmar",
10193                 "description": "Improve OpenStreetMap in Myanmar",
10194                 "extendedDescription": "Mapping in Myanmar? Have questions, want to connect with the community here? Join us at {Url}. All are welcome!"
10195             },
10196             "OSM-Nepal-facebook": {
10197                 "name": "OpenStreetMap Nepal",
10198                 "description": "Improve OpenStreetMap in Nepal",
10199                 "extendedDescription": "Mapping in Nepal? Have questions, want to connect with the community here? Join us at {Url}. All are welcome!"
10200             },
10201             "ym-Institute-of-Crisis-Management-Studies": {
10202                 "name": "Institute of Crisis Management Studies YouthMappers",
10203                 "description": "YouthMappers chapter at Institute of Crisis Management Studies",
10204                 "extendedDescription": "To develop Crisis Mappers to assist during disaster situations."
10205             },
10206             "ym-Kathmandu-University": {
10207                 "name": "Geomatics Engineering Society,GES",
10208                 "description": "YouthMappers chapter at Kathmandu University",
10209                 "extendedDescription": "Geomatics Engineering Society (GES) established in 2008 A.D is a departmental club under Department of Civil and Geomatics Engineering (DCGE) at Kathmandu University. GES acts as a platform to develop the skills of students apart from their educational activities by focusing on activities like technical trainings, seminars, talk programs and interaction with experts from related field, sports activities etc."
10210             },
10211             "ym-Tribhuvan-University": {
10212                 "name": "Geomatics Engineering Students Association",
10213                 "description": "YouthMappers chapter at Tribhuvan University",
10214                 "extendedDescription": "This organization is the student forum of Geomatics Engineering students of Tribhuvan University , Institute of Engineering on the Pashchimanchal campus. Established since the beginning of the degree program, students have been active in mapping and leadership and are thrilled to be a part of the YouthMappers network."
10215             },
10216             "OSM-Asia-mailinglist": {
10217                 "name": "OpenStreetMap Asia Mailinglist",
10218                 "description": "Talk-asia is the official Mailinglist for Asian Community"
10219             },
10220             "osm-asia-telegram": {
10221                 "name": "OpenStreetMap Asia Telegram",
10222                 "description": "Join our family: {url}"
10223             },
10224             "OSM-PH-facebook": {
10225                 "name": "OpenStreetMap PH Facebook",
10226                 "description": "Welcome to OpenStreetMap Philippines, where we encourage all fellow Filipinos to contribute to the OpenStreetMap project."
10227             },
10228             "OSM-PH-mailinglist": {
10229                 "name": "Talk-ph Mailing List",
10230                 "description": "A mailing list to discuss OpenStreetMap in the Philippines"
10231             },
10232             "OSM-PH-slack": {
10233                 "name": "OpenStreetMap PH Slack",
10234                 "description": "All are welcome! Sign up at {signupUrl}"
10235             },
10236             "OSM-PH-telegram": {
10237                 "name": "OpenStreetMap PH Telegram",
10238                 "description": "Un-official, Telegram local community of OpenStreetMap contributors and friends in the Philippines"
10239             },
10240             "ym-Far-Eastern-University-Institute-of-Technology": {
10241                 "name": "Junior Philippines Computer Society",
10242                 "description": "YouthMappers chapter at Far Eastern University -Institute of Technology",
10243                 "extendedDescription": "FEU has been recognized as one of the leading universities in the Philippines. Its mission centers on producing graduates who have contributed to the advancement of the country. The university continuously challenges itself to raise the bar of excellence to achieve a top-tier status not only in the Philippines but also in the South East Asian region"
10244             },
10245             "ym-University-of-the-Philippines-Resilience-Institute": {
10246                 "name": "YouthMappers UP Resilience Institute",
10247                 "description": "YouthMappers chapter at University of the Philippines Resilience Institute",
10248                 "extendedDescription": "The UP Resilience Institute was established in 2016 with a mission statement to empower local communities through multidisciplinary research and actions toward resilience. Through UP NOAH Center, and the help of different organizations, we have provided building exposure maps for 17 provinces out of the 82 and uploaded more than 4 million footprints to Open Street Maps."
10249             },
10250             "OSM-RU-forum": {
10251                 "name": "OpenStreetMap RU forum",
10252                 "description": "OpenStreetMap Russia web forum"
10253             },
10254             "OSM-RU-telegram": {
10255                 "name": "OpenStreetMap RU telegram",
10256                 "description": "OpenStreetMap Russia telegram chat"
10257             },
10258             "OSM-south-korea-telegram": {
10259                 "name": "OSM South Korea Telegram",
10260                 "description": "Unofficial Channnel for OpenStreetMap contributors, communities, and users in South Korea to share and discuss."
10261             },
10262             "OSM-sri-lanka-facebook": {
10263                 "name": "OpenStreetMap Sri Lanka",
10264                 "description": "Improve OpenStreetMap in Sri Lanka",
10265                 "extendedDescription": "Mapping in Sri Lanka? Have questions, want to connect with the community here? Join us at {Url}. All are welcome!"
10266             },
10267             "OSM-TW-facebook": {
10268                 "name": "OpenStreetMap Taiwan Community",
10269                 "description": "Facebook Group for Mappers and OpenStreetMap users to discuss matters about Taiwan."
10270             },
10271             "OSM-TW-mailinglist": {
10272                 "name": "OpenStreetMap Taiwan Mailinglist",
10273                 "description": "Talk-tw is an Official Mailinglist for the Communities to dicuss matters about Taiwan"
10274             },
10275             "OSM-TH-CNX-meetup": {
10276                 "name": "OSM Meetup Chiang Mai",
10277                 "description": "Irregular meeting of the OpenStreetMap community in Chiang Mai",
10278                 "extendedDescription": "Members of the OpenStreetMap community meet every few months in Chiang Mai. Get in contact and check out {url} to see when the next meetup is scheduled"
10279             },
10280             "OSM-TH-facebook": {
10281                 "name": "OpenStreetMap TH Facebook group",
10282                 "description": "Facebook group for OpenStreetMappers in Thailand"
10283             },
10284             "OSM-TH-forum": {
10285                 "name": "OpenStreetMap TH forum",
10286                 "description": "OpenStreetMap Thailand web forum"
10287             },
10288             "al-forum": {
10289                 "name": "OSM Albania Forum",
10290                 "description": "OpenStreetMap Albania Forum"
10291             },
10292             "al-maptime-tirana": {
10293                 "name": "Maptime Tirana",
10294                 "description": "Social events organized around mapping - beginners most welcome!",
10295                 "extendedDescription": "Maptime is an open learning environment for all levels and degrees of knowledge, offering intentional educational support for the beginner. Maptime is simultaneously flexible and structured, creating space for mapping tutorials, workshops, ongoing projects with a shared goal, and independent/collaborative work time."
10296             },
10297             "al-telegram": {
10298                 "name": "OSM Albania Telegram channel",
10299                 "description": "OpenStreetMap Albania Telegram channel"
10300             },
10301             "at-forum": {
10302                 "name": "OpenStreetMap Austria Forum",
10303                 "description": "The official forum for OpenStreetMap questions in and around Austria"
10304             },
10305             "at-mailinglist": {
10306                 "name": "Talk-at Mailing List",
10307                 "description": "Talk-at is the official mailing list for the Austrian OSM community"
10308             },
10309             "at-twitter": {
10310                 "name": "OpenStreetMap Austria Twitter",
10311                 "description": "OpenStreetMap Austria On Twitter: {url}"
10312             },
10313             "osmgraz-meetup": {
10314                 "name": "OSM community meetup Graz",
10315                 "description": "Monthly meetup of the OpenStreetMap community in Graz"
10316             },
10317             "osmgraz-twitter": {
10318                 "name": "OSM community Graz on twitter",
10319                 "description": "OpenStreetMap community in Graz on twitter"
10320             },
10321             "osm-at": {
10322                 "name": "OpenStreetMap Austria",
10323                 "description": "The platform for information on OpenStreetMap in Austria"
10324             },
10325             "byosm": {
10326                 "name": "OpenStreetMap Belarus",
10327                 "description": "OpenStreetMap Belarus telegram chat"
10328             },
10329             "be-facebook": {
10330                 "name": "OpenStreetMap BE Community",
10331                 "description": "Mappers and OpenStreetMap on Facebook in Belgium"
10332             },
10333             "be-forum": {
10334                 "name": "OpenStreetMap BE forum",
10335                 "description": "OpenStreetMap Belgium web forum"
10336             },
10337             "be-irc": {
10338                 "name": "OpenStreetMap Belgium IRC",
10339                 "description": "Join #osmbe on irc.oftc.net (port 6667)",
10340                 "extendedDescription": "Join #osmbe on irc.oftc.net (port 6667), it is bridged with the Matrix chat channel"
10341             },
10342             "be-mailinglist": {
10343                 "name": "Talk-be Mailing List",
10344                 "description": "Talk-be is the official mailing list for the Belgian OSM community"
10345             },
10346             "be-matrix": {
10347                 "name": "OpenStreetMap BE Matrix channel",
10348                 "description": "All mappers are welcome!",
10349                 "extendedDescription": "Most talk is happening at the \"OpenStreetMap Belgium\" channel. You can ask anything there! The other rooms are for specific subjects."
10350             },
10351             "be-meetup": {
10352                 "name": "OpenStreetMap Belgium Meetup",
10353                 "description": "Real life meetups of everyone who is interested in OpenStreetMap",
10354                 "extendedDescription": "Physical meetups are great to meet other mappers, ask them questions and to learn a lot. Especially new contributors are very welcome!"
10355             },
10356             "be-twitter": {
10357                 "name": "OpenStreetMap Belgium Twitter",
10358                 "description": "OSM Belgium on Twitter: @osm_be"
10359             },
10360             "hr-facebook": {
10361                 "name": "OpenStreetMap Croatia Facebook group",
10362                 "description": "OpenStreetMap Croatia Facebook group"
10363             },
10364             "hr-irc": {
10365                 "name": "OpenStreetMap Croatia on IRC",
10366                 "description": "Join #osm-hr on irc.freenode.org (port 6667)"
10367             },
10368             "hr-mailinglist": {
10369                 "name": "Talk-hr Mailing List",
10370                 "description": "Talk-hr mailing list"
10371             },
10372             "czech-community": {
10373                 "name": "Czech OSM community",
10374                 "description": "Map portal, website and contacts on OSM members in Czechia"
10375             },
10376             "osmcz-facebook": {
10377                 "name": "OpenStreetMap CZ on Facebook",
10378                 "description": "Follow czech community on Facebook - including translated WeeklyOSM!"
10379             },
10380             "osmcz-twitter": {
10381                 "name": "Czech twitter @osmcz",
10382                 "description": "Follow czech community on Twitter - including translated WeeklyOSM!"
10383             },
10384             "talk-cz-mailinglist": {
10385                 "name": "Czech mailing list (talk-cz)",
10386                 "description": "Talk-cz is the official mailing list for Czech community"
10387             },
10388             "dk-forum": {
10389                 "name": "OpenStreetMap Denmark Web Forum",
10390                 "description": "OpenStreetMap Denmark web forum"
10391             },
10392             "dk-irc": {
10393                 "name": "OpenStreetMap Denmark IRC",
10394                 "description": "Join #osm-dk on irc.oftc.net (port 6667)"
10395             },
10396             "dk-mailinglist": {
10397                 "name": "Talk-dk Mailing List",
10398                 "description": "A mailing list to discuss OpenStreetMap in Denmark"
10399             },
10400             "ym-Queen-Mary-University-of-London": {
10401                 "name": "Queen Mary YouthMappers",
10402                 "description": "YouthMappers chapter at Queen Mary University of London",
10403                 "extendedDescription": "This chapter will be part of the activities of the Queen Mary Geography Society."
10404             },
10405             "fi-forum": {
10406                 "name": "OpenStreetMap FI forum",
10407                 "description": "OpenStreetMap Finland web forum"
10408             },
10409             "fi-irc": {
10410                 "name": "OpenStreetMap Finland IRC",
10411                 "description": "Join #osm-fi on irc.oftc.net (port 6667)"
10412             },
10413             "fi-mailinglist": {
10414                 "name": "Talk-fi Mailing List",
10415                 "description": "Talk-fi is the official mailing list for the Finnish OSM community"
10416             },
10417             "fr-facebook": {
10418                 "name": "OpenStreetMap France Facebook page",
10419                 "description": "OpenStreetMap France Facebook page"
10420             },
10421             "fr-forum": {
10422                 "name": "OpenStreetMap France web forum",
10423                 "description": "OpenStreetMap France web forum"
10424             },
10425             "fr-irc": {
10426                 "name": "OpenStreetMap France on IRC",
10427                 "description": "Join #osm-fr on irc.oftc.net (port 6667)"
10428             },
10429             "fr-mailinglist": {
10430                 "name": "Talk-fr Mailing List",
10431                 "description": "Talk-fr mailing list"
10432             },
10433             "fr-twitter": {
10434                 "name": "OpenStreetMap France on Twitter",
10435                 "description": "OpenStreetMap France on Twitter: {url}"
10436             },
10437             "de-berlin-mailinglist": {
10438                 "name": "Berlin Mailing List",
10439                 "description": "This is the mailing list for the Berlin OSM community"
10440             },
10441             "de-berlin-meetup": {
10442                 "name": "OpenStreetMap Berlin-Brandenburg Meetup",
10443                 "description": "Mappers and OpenStreetMap users in the Berlin area"
10444             },
10445             "de-berlin-telegram": {
10446                 "name": "@osmberlin on Telegram",
10447                 "description": "OpenStreetMap Berlin Telegram chat"
10448             },
10449             "de-berlin-twitter": {
10450                 "name": "OpenStreetMap Berlin Twitter",
10451                 "description": "Follow us on Twitter: {url}"
10452             },
10453             "de-forum": {
10454                 "name": "OpenStreetMap DE forum",
10455                 "description": "OpenStreetMap Germany web forum"
10456             },
10457             "de-irc": {
10458                 "name": "OpenStreetMap Germany IRC",
10459                 "description": "Join #osm-de on irc.oftc.net (port 6667)"
10460             },
10461             "de-mailinglist": {
10462                 "name": "Talk-de Mailing List",
10463                 "description": "Talk-de is the official mailing list for the German OSM community"
10464             },
10465             "de-ostwestfalen-lippe-mailinglist": {
10466                 "name": "OWL Mailing List",
10467                 "description": "This is the mailing list for the Ostwestfalen-Lippe OSM community"
10468             },
10469             "de-telegram": {
10470                 "name": "OpenStreetMap Germany Telegram",
10471                 "description": "Join the OpenStreetMap Germany Telegram supergroup at {url}"
10472             },
10473             "osm-de": {
10474                 "name": "OpenStreetMap Germany",
10475                 "description": "The platform for information on OpenStreetMap in Germany"
10476             },
10477             "ym-Heidelberg-University": {
10478                 "name": "disastermappers heidelberg",
10479                 "description": "YouthMappers chapter at Heidelberg University",
10480                 "extendedDescription": "Disastermappers Heidelberg was founded in 2014 as a student initiative to build a platform for exchange between students, researchers and humanitarian actors. Disastermappers are a member of Missing Maps and are organizing mapathons, workshops and webinars in Heidelberg and beyond and support HOT and Missing Maps through research and applications."
10481             },
10482             "hu-facebook": {
10483                 "name": "OpenStreetMap HU on Facebook",
10484                 "description": "Mappers and OpenStreetMap Facebook in Hungary"
10485             },
10486             "hu-forum": {
10487                 "name": "OpenStreetMap HU forum",
10488                 "description": "OpenStreetMap Hungary web forum"
10489             },
10490             "hu-meetup": {
10491                 "name": "OpenStreetMap Hungary Meetup",
10492                 "description": "The platform for organizing meetups in Hungary"
10493             },
10494             "is-facebook": {
10495                 "name": "OSM Iceland on Facebook",
10496                 "description": "Page of OpenStreetMap in Iceland"
10497             },
10498             "is-mailinglist": {
10499                 "name": "Talk-is Mailing List",
10500                 "description": "Talk-is is the official mailing list for the Icelandic OSM community"
10501             },
10502             "is-twitter": {
10503                 "name": "OSM Iceland on Twitter",
10504                 "description": "Twitter of OpenStreetMap in Iceland"
10505             },
10506             "it-facebook": {
10507                 "name": "OpenStreetMap Italy Facebook",
10508                 "description": "Join the OpenStreetMap Italy community on Facebook"
10509             },
10510             "it-irc": {
10511                 "name": "OpenStreetMap Italy IRC",
10512                 "description": "Join #osm-it on irc.oftc.net (port 6667)"
10513             },
10514             "it-mailinglist": {
10515                 "name": "Talk-it Mailing List",
10516                 "description": "Talk-it is the official mailing list for the Italian OSM community"
10517             },
10518             "it-telegram": {
10519                 "name": "@OpenStreetMapItalia on Telegram",
10520                 "description": "OpenStreetMap Italy Telegram chat"
10521             },
10522             "it-twitter": {
10523                 "name": "OpenStreetMap Italy Twitter",
10524                 "description": "Follow us on Twitter at {url}"
10525             },
10526             "OSM-Rome-meetup": {
10527                 "name": "Incontro Mappatori Romani",
10528                 "description": "Improve OpenStreetMap in the Rome area",
10529                 "extendedDescription": "We aim to be a resource for people to discuss and share knowledge on utilizing free geographic data sets especially OpenStreetMap, and Open geo-spatial software that manages, edits, and displays geographic data, and advocate for its use in Lazio."
10530             },
10531             "South-Tyrol-Mailing-List": {
10532                 "name": "OpenStreetMap mailing list for South Tyrol",
10533                 "description": "OpenStreetMap Italy regional talk list for South Tyrol"
10534             },
10535             "talk-it-lazio": {
10536                 "name": "OpenStreetMap IT Lazio",
10537                 "description": "All are welcome! Sign up at {signupUrl}",
10538                 "extendedDescription": "Mailinglist for Rome and Lazio area."
10539             },
10540             "Trentino-Mailing-List": {
10541                 "name": "OpenStreetMap mailing list for Trentino",
10542                 "description": "OpenStreetMap Italy regional talk list for Trentino"
10543             },
10544             "ym-Politecnico-di-Milano": {
10545                 "name": "PoliMappers",
10546                 "description": "YouthMappers chapter at Politecnico di Milano",
10547                 "extendedDescription": "PoliMappers is a volunteer students’ association based at Politecnico di Milano. The mission of the group is to train and motivate the next generation of volunteer mappers and to do mapping using free and open source software within the university as well as primary and secondary schools."
10548             },
10549             "ym-Yarmouk-University": {
10550                 "name": "YouthMappers at YU",
10551                 "description": "YouthMappers chapter at Yarmouk University",
10552                 "extendedDescription": "YouthMappers chapter at YU is the first mapping group in the Middle East and North Africa region where refugees, drought, and poverty are rising crises and in urgent need for humanitarian mapping  activities to mitigate the consequences of such crises. YU Mappers are encouraged to use open data to address challenges in MENA region to bring relief and development to target areas within the region."
10553             },
10554             "kosovo-telegram": {
10555                 "name": "OpenStreetMap Kosovo on Telegram",
10556                 "description": "Semi-official all-Kosovo Telegram public group. We welcome all mappers from anywhere in any language."
10557             },
10558             "ym-Universit-Mohammed-V-Rabat": {
10559                 "name": "Brahmapoutre at Rabat",
10560                 "description": "YouthMappers chapter at Université Mohammed V Rabat",
10561                 "extendedDescription": "This chapter sees participation in the YouthMappers program as an oppourtunity to share our knowlege create new working relationships with other chapters in different countries"
10562             },
10563             "no-forum": {
10564                 "name": "OpenStreetMap Norway Web Forum",
10565                 "description": "OpenStreetMap Norway web forum"
10566             },
10567             "no-irc": {
10568                 "name": "OpenStreetMap Norway on IRC",
10569                 "description": "Chat room for mappers and OpenStreetMap users, developers and enthusiasts in Norway"
10570             },
10571             "no-mailinglist": {
10572                 "name": "OpenStreetMap Norway mailing list",
10573                 "description": "Mailing list for mappers and OpenStreetMap users, developers and enthusiasts in Norway"
10574             },
10575             "no-telegram": {
10576                 "name": "@OSM_no on Telegram",
10577                 "description": "OpenStreetMap Norway Telegram chat"
10578             },
10579             "OSM-PL-facebook-group": {
10580                 "name": "OpenStreetMap Poland Facebook group",
10581                 "description": "Group for mappers and users of OpenStreetMap in Poland"
10582             },
10583             "OSM-PL-forum": {
10584                 "name": "OpenStreetMap Poland Forum",
10585                 "description": "Forum of Polish OpenStreetMap community"
10586             },
10587             "si-forum": {
10588                 "name": "OpenStreetMap Slovenia Forum",
10589                 "description": "Forum of OpenStreetMap community in Slovenia"
10590             },
10591             "si-mailinglist": {
10592                 "name": "OpenStreetMap Slovenia mailing list",
10593                 "description": "Mailing list of OpenStreetMap community in Slovenia"
10594             },
10595             "si-twitter": {
10596                 "name": "OpenStreetMap Slovenia Twitter",
10597                 "description": "Follow OpenStreetMap Slovenia On Twitter: {url}"
10598             },
10599             "OSM-ES-mailinglist": {
10600                 "name": "Talk-es mailing list",
10601                 "description": "A mailing list to discuss OpenStreetMap in Spain"
10602             },
10603             "OSM-ES-telegram": {
10604                 "name": "@OSMes on Telegram",
10605                 "description": "OpenStreetMap Spain Telegram chat"
10606             },
10607             "ym-Universidad-Autonoma-de-Madrid": {
10608                 "name": "YouthMappers at UAM",
10609                 "description": "YouthMappers chapter at Universidad Autonoma de Madrid"
10610             },
10611             "ym-Universidad-Politcnica-de-Madrid": {
10612                 "name": "Mapeo Humanitario",
10613                 "description": "YouthMappers chapter at Universidad Politécnica de Madrid",
10614                 "extendedDescription": "Geo-volunteering group formed at Moncloa Campus on November 2017. Around 20 members from three Universities (Complutense, CEU and UPM). Undergraduate students, MSc and PhD students collaborate together with organizations (MSF, Acción contra el Hambre,...) supported by trainers from Geoinquietos. Official recognition by UPM as Educative Innovation Project (Code  IE1718.0411)"
10615             },
10616             "osm-se": {
10617                 "name": "OpenStreetMap.se",
10618                 "description": "Provide OSM services and information for the local community in Sweden"
10619             },
10620             "se-facebook": {
10621                 "name": "OpenStreetMap Sweden Facebook",
10622                 "description": "OpenStreetMap Sweden on Facebook"
10623             },
10624             "se-forum": {
10625                 "name": "OpenStreetMap Sweden Web Forum",
10626                 "description": "OpenStreetMap Sweden web forum"
10627             },
10628             "se-irc": {
10629                 "name": "OpenStreetMap Sweden IRC",
10630                 "description": "Join #osm.se on irc.oftc.net (port 6667)"
10631             },
10632             "se-mailinglist": {
10633                 "name": "Talk-se Mailing List",
10634                 "description": "A mailing list to discuss OpenStreetMap in Sweden"
10635             },
10636             "se-twitter": {
10637                 "name": "OpenStreetMap Sweden on Twitter",
10638                 "description": "Follow us on Twitter: {url}"
10639             },
10640             "ym-Istanbul-Technical-University": {
10641                 "name": "YouthMappers ITU",
10642                 "description": "YouthMappers chapter at Istanbul Technical University",
10643                 "extendedDescription": "YouthMappers ITU is an interdisciplinary and collaborative student community to promote humanitarian mapping for vulnerable settlements and aims to develop and share strategic and innovative spatial information for the future cities by using geographical information systems and open data."
10644             },
10645             "Nottingham-OSM-pub-meetup": {
10646                 "name": "East Midlands (Nottingham) Monthly pub meet-up",
10647                 "description": "Social gathering for East Midlands mappers and users",
10648                 "extendedDescription": "A group have been meeting since March 2011, initially in Nottingham, and, more recently in Derby, and from time to time elsewhere in the East Midlands. These are social gatherings, but are an excellent place to come and ask specific questions about OSM either in the area or in general. In the summer months we usually do some light mapping for an hour in the vicinity of our meeting place. The group as a whole has a special interest in mapping public rights of way and from time to time has mapping meetings for this purpose."
10649             },
10650             "gb-mailinglist": {
10651                 "name": "Talk-gb Mailing List",
10652                 "description": "Talk-gb is the main communication forum list for the British (including Northern Ireland) OSM community"
10653             },
10654             "mappa-mercia-group": {
10655                 "name": "Mappa Mercia local group",
10656                 "description": "A home for OpenStreetMap enthusiasts in the Midlands",
10657                 "extendedDescription": "Mappa Mercia is a project to grow OpenStreetMap in the West Midlands, UK. We run community events, provide training and support local organisations wishing to open up their data."
10658             },
10659             "gb-irc": {
10660                 "name": "OpenStreetMap United Kingdom IRC",
10661                 "description": "Join #osm-gb on irc.oftc.net (port 6667)",
10662                 "extendedDescription": "Join #osm-gb on irc.oftc.net (port 6667), please be patient and wait for a few minutes if you ask a question"
10663             },
10664             "ym-University-of-Exeter": {
10665                 "name": "University of Exeter British Red Cross Missing Maps",
10666                 "description": "YouthMappers chapter at University of Exeter",
10667                 "extendedDescription": "We are a team of enthusiastic Geographers with comprehensive knowledge of GIS. We are passionate about supporting the British Red Cross Society with various humanitarian aid efforts. We are also important teachers of the significance of mapping remotely sensed data and how this helps on the ground. Our mapathons have themed academic focuses that highlight the different GIS research in our geography department, while also functioning as employability awareness events which we use to invite speakers in to talk about their GIS/British Red Cross careers."
10668             },
10669             "ym-University-of-Warwick": {
10670                 "name": "University of Warwick Resilience Mapping Society",
10671                 "description": "YouthMappers chapter at University of Warwick",
10672                 "extendedDescription": "We are a group of enthusiastic mappers based at Warwick University. Our aim is to get people excited about humanitarian mapping and help them understand the impact this activity has on the field. We are closely aligned with Missing Maps and Doctors Without Borders UK and focus on HOT tasks in our mapping activities and workshops. Our mapathons are listed on the Missing Maps page whenever they are scheduled."
10673             },
10674             "ym-Sacred-Heart-Junior-College": {
10675                 "name": "Youth Mappers at Sacred Heart Junior College",
10676                 "description": "YouthMappers chapter at Sacred Heart Junior College"
10677             },
10678             "OSM-CA-Slack": {
10679                 "name": "OSM-CA Slack",
10680                 "description": "All are welcome! Sign up at {signupUrl}."
10681             },
10682             "OSM-Vancouver-meetup": {
10683                 "name": "OpenStreetMap Vancouver",
10684                 "description": "Mappers and OpenStreetMap users in the Vancouver, BC area"
10685             },
10686             "ym-Universidad-de-Costa-Rica": {
10687                 "name": "YouthMappers de Universidad de Costa Rica",
10688                 "description": "YouthMappers chapter at Universidad de Costa Rica",
10689                 "extendedDescription": "YouthMappers de Universidad de Costa Rica nace en función de acción social para y por miembros de comunidades distintas según temáticas de involucramiento, interacción y representación de variables dentro de un espacio geográfico definido (un territorio) Gracias a las herramientas de OpenStreetMaps tenemos la viabilidad de poder obtener, validar y compartir la información generada para comprobación y uso destinadas a las comunidades o el interesado en tales temáticas objetivas."
10690             },
10691             "OSM-CU-telegram": {
10692                 "name": "OSM Cuba on Telegram",
10693                 "description": "OpenStreetMap Cuba Telegram chat"
10694             },
10695             "ym-Universidad-Nacional-Autnoma-de-Honduras": {
10696                 "name": "PumaGis Hn",
10697                 "description": "YouthMappers chapter at Universidad Nacional Autónoma de Honduras"
10698             },
10699             "ym-University-of-the-West-Indies-Mona-Campus": {
10700                 "name": "Libraries Outreach - ODL",
10701                 "description": "YouthMappers chapter at University of the West Indies, Mona Campus",
10702                 "extendedDescription": "The UWI, Mona Campus Library engages in public, outreach and special projects. This will allow our library the means to be a catalyst for spatial literacy and advocate for spatial data sharing and access to Jamaican and Caribbean interests. We have disaster relief and communication needs and   extensive earth science and geo-hazards needs to better serve our campus and community. Specifically, we hace a Science Library to showcase such to all faculty and students."
10703             },
10704             "OSM-NI-telegram": {
10705                 "name": "OSM Nicaragua on Telegram",
10706                 "description": "OpenStreetMap Nicaragua Telegram chat"
10707             },
10708             "ym-Universidad-Nacional-de-Ingenieria": {
10709                 "name": "Yeka Street MGA",
10710                 "description": "YouthMappers chapter at Universidad Nacional de Ingenieria",
10711                 "extendedDescription": "YEKA STREET is a work team constituted by students from Universidad Nacional de Ingenieria at Managua, Nicaragua. With the principal purpose of apply our knowledge and skills using many tools and apps to map areas in our cities and contribute to the development community projects and disasters relieve plans. We want to lead the way adding more students from all careers and universities in our country to join us at this cause, increasing in this way the life level and reducing the population vulnerability."
10712             },
10713             "ym-University-of-Panama": {
10714                 "name": "YouthMappers UP",
10715                 "description": "YouthMappers chapter at University of Panama",
10716                 "extendedDescription": "Student mappers in Panama work with open spatial data to help identify, define, address, and create meaning about locally defined development challenges. They collaborate with students from other countries on community mapping topics from ecotourism to food security, from biodiversity to indigenous issues, promoting a humanistic vision through scientific perspectives."
10717             },
10718             "ym-Universidad-de-Puerto-Rico-Rio-Piedras": {
10719                 "name": "UPR YouthMappers",
10720                 "description": "YouthMappers chapter at Universidad de Puerto Rico - Rio Piedras"
10721             },
10722             "Bay-Area-OpenStreetMappers": {
10723                 "name": "Bay Area OpenStreetMappers",
10724                 "description": "Improve OpenStreetMap in the Bay Area",
10725                 "extendedDescription": "This group is about growing the OpenStreetMap community here in the Bay Area. Our events are open to everyone, from open source enthusiasts, cyclists, GIS professionals, geocachers, and beyond. Anyone and everyone who is interested in maps, map making and free map data is welcome to join our group as well as attend our events."
10726             },
10727             "Central-Pennsylvania-OSM": {
10728                 "name": "Central Pennsylvania OSM",
10729                 "description": "Online mapping community based out of State College, PA"
10730             },
10731             "Code-for-San-Jose-Slack": {
10732                 "name": "Code for San Jose Slack",
10733                 "description": "All are welcome! Sign up at {signupUrl}, then join the #osm channel."
10734             },
10735             "Dallas-Fort-Worth-OSM": {
10736                 "name": "Dallas-Fort Worth OSM",
10737                 "description": "The OpenStreetMap user group for Dallas-Fort Worth",
10738                 "extendedDescription": "Dallas, Fort Worth, and all the cities in between are abounding with creative and tech-savvy people. The vision for this usergroup is to find new ways to use the amazing resource of OSM."
10739             },
10740             "GeoPhilly": {
10741                 "name": "GeoPhilly",
10742                 "description": "Meetup for map enthusiasts in the Philadelphia area",
10743                 "extendedDescription": "GeoPhilly unites developers, geographers, data geeks, open source enthusiasts, civic hackers and map addicts in our shared love of maps and the stories they tell. If you use maps as part of your work or just want to learn more, this is the meetup for you!  Our events aim to be open, friendly, educational and social and range from happy hours to lightning talks or even workshops. Come create a diverse, inspiring geospatial community in the Philadelphia with us!"
10744             },
10745             "MapMinnesota": {
10746                 "name": "MapMinnesota",
10747                 "description": "Mappers and OpenStreetMap enthusiasts in the Twin Cities area",
10748                 "extendedDescription": "Connecting OpenStreetMap enthusiasts in Minnesota and the Twin Cities!"
10749             },
10750             "Mapping-DC-meetup": {
10751                 "name": "Mapping DC",
10752                 "description": "Improve OpenStreetMap in the DC area",
10753                 "extendedDescription": "We are a group of volunteer mappers who aim to improve the OpenStreetMap in the DC area. We also aim to teach others about the OSM ecosystem, data analytics, cartography, and GIS. We gather every other month at meetups to focus on one area of our city."
10754             },
10755             "Maptime-ME-meetup": {
10756                 "name": "MaptimeME",
10757                 "description": "Mappers and OpenStreetMap users, around Portland, ME",
10758                 "extendedDescription": "Maptime is, rather literally, time for mapmaking.  Our mission is to open the doors of cartographic possibility to anyone interested by creating a time and space for collaborative learning, exploration, and map creation using mapping tools and technologies."
10759             },
10760             "MaptimeHRVA-twitter": {
10761                 "name": "MaptimeHRVA Twitter",
10762                 "description": "Follow us on Twitter at {url}"
10763             },
10764             "us-ma-mailinglist": {
10765                 "name": "Talk-us-massachusetts Mailing List",
10766                 "description": "Email mailing list for the Massachusetts OSM community"
10767             },
10768             "OpenCleveland-meetup": {
10769                 "name": "Open Cleveland",
10770                 "description": "Improve OpenStreetMap in the Cleveland area",
10771                 "extendedDescription": "Open Geo Cleveland aims to be a resource for people to discuss and share knowledge on utilizing free geographic data sets especially OpenStreetMap, and Open geo-spatial software that manages, edits, and displays geographic data, and advocate for its use in Northeast Ohio. We're also a maptime chapter =)"
10772             },
10773             "OSM-Boston": {
10774                 "name": "OpenStreetMap Boston",
10775                 "description": "Mappers and OpenStreetMap users in the Boston area",
10776                 "extendedDescription": "OpenStreetMap is the free and open, wiki-style map of the world, with hundreds of thousands of contributions every day from people like you. Editing the map is simple, and fun! Join us both indoors and outdoors in our effort to create the best map of the Boston area and the rest of the world!"
10777             },
10778             "OSM-Central-Salish-Sea": {
10779                 "name": "OpenStreetMap Central Salish Sea",
10780                 "description": "Mappers and OpenStreetMap users around Mount Vernon, WA",
10781                 "extendedDescription": "OpenStreetMap is an map of the world made by people like you. It's a map that you build, that's given away for free like wikipedia. Check out osm.org for more. We meet all the time to talk maps, make maps and have fun!"
10782             },
10783             "OSM-Chattanooga": {
10784                 "name": "OSM Chattanooga",
10785                 "description": "The OpenStreetMap user group for Chattanooga"
10786             },
10787             "OSM-Colorado": {
10788                 "name": "OpenStreetMap Colorado",
10789                 "description": "Mappers and OpenStreetMap users in the state of Colorado, USA",
10790                 "extendedDescription": "OpenStreetMap (OSM) Colorado is a local collaboration of people interested in contributing their efforts to create free maps. We encourage all of our mappers to organize or suggest mapping events throughout the state. Meetup activities can be simple social mixers, OSM basic to advanced training, or community mapping parties."
10791             },
10792             "OSM-NYC": {
10793                 "name": "OpenStreetMap NYC",
10794                 "description": "Mappers and OpenStreetMap users, developers and enthusiasts in the New York Metropolitan area"
10795             },
10796             "OSM-Portland-forum": {
10797                 "name": "OpenStreetMap PDX Google Group",
10798                 "description": "Forum and mailing list for OpenStreetMap users in the Portland area",
10799                 "extendedDescription": "This group is to facilitate improvements to OpenStreetMap in the Portland, Oregon area to support applications such as the Open Trip Planner."
10800             },
10801             "OSM-Portland": {
10802                 "name": "OpenStreetMap Portland",
10803                 "description": "Mappers and OpenStreetMap users in the Portland area",
10804                 "extendedDescription": "OpenStreetMap (OSM) is a map of the world made by people like you. It's a map that you build, that's given away for free like wikipedia. Check out osm.org for more, and come join us at a meetup to talk maps, contribute to OSM, and have fun!"
10805             },
10806             "OSM-Seattle": {
10807                 "name": "OpenStreetMap Seattle",
10808                 "description": "Mappers and OpenStreetMap users in the Seattle area"
10809             },
10810             "OSM-SoCal": {
10811                 "name": "OpenStreetMap Southern California",
10812                 "description": "Let's have some fun, contribute something to Los Angeles, and learn about mapping!",
10813                 "extendedDescription": "OpenStreetMap (OSM) Southern California is for anyone interested in mapping to get together to work with OpenStreetMap.  OpenStreetMap, the Wikipedia of maps, is a free open-source map of the world being created by more than 1,000,000 volunteers around the globe.  Everyone is welcome.  If you don't know OpenStreetMap, we'll teach you. If you have an idea for a mapping project or even a field trip that the group can do, great!"
10814             },
10815             "OSM-South-Bay": {
10816                 "name": "OSM South Bay",
10817                 "description": "Map Nights hosted by Code for San Jose",
10818                 "extendedDescription": "Code for San Jose, the local Code for America brigade, hosts monthly Map Nights on Thursday nights in downtown San José. Meet fellow South Bay mappers, help out with local mapping projects, and hear about other civic tech projects. Programming and GIS skills are not required."
10819             },
10820             "OSM-Tampa-Bay": {
10821                 "name": "OpenStreetMap Tampa Bay",
10822                 "description": "Mappers and OpenStreetMap users in the Tampa Bay area",
10823                 "extendedDescription": "OSM Tampa Bay group for local residents to get together and build out the definitive map of Tampa Bay with OpenStreetMap, the free and editable map of the world.  If you're into maps, data, open source, GPS, hiking, cycling, et cetera, you'll love working with OpenStreetMap -- so join in! We'll get together and map and talk about new topics once-a-month or so."
10824             },
10825             "OSM-US-Slack": {
10826                 "name": "OpenStreetMap US Slack",
10827                 "description": "All are welcome! Sign up at {signupUrl}"
10828             },
10829             "OSM-US": {
10830                 "name": "OpenStreetMap US",
10831                 "description": "We help grow and improve OpenStreetMap in the United States.",
10832                 "extendedDescription": "We support OpenStreetMap by holding annual conferences, providing community resources, building partnerships, and by spreading the word. Join OpenStreetMap US here: {signupUrl}",
10833                 "events": {
10834                     "sotmus2019-cfs": {
10835                         "name": "Propose a Talk for SotM-US 2019",
10836                         "description": "We are calling on all members of the OpenStreetMap community to share your ideas and session proposals for State of the Map US 2019. Whether you are brand new to OSM or have been a core contributor since the beginning, we want to hear from you!",
10837                         "where": "Minneapolis, Minnesota"
10838                     },
10839                     "sotmus2019": {
10840                         "name": "State of the Map US 2019",
10841                         "description": "Join the OpenStreetMap community at State of the Map US in Minneapolis, Minnesota. Connect with other mappers, businesses, government agencies, and non profits, all collaborating around the free and editable map of the world.",
10842                         "where": "Minneapolis, Minnesota"
10843                     }
10844                 }
10845             },
10846             "OSM-Utah": {
10847                 "name": "OpenStreetMap Utah",
10848                 "description": "Mappers and OpenStreetMap users in the Salt Lake City area",
10849                 "extendedDescription": "Activities may include things like Learn To Map workshops, mapping parties and outdoor data collection. The events will take place in the SLC area, at least initially.  We are looking for seasoned mappers as well as people new to OSM. Join and let's do some mapping!"
10850             },
10851             "OSM-Wyoming": {
10852                 "name": "OpenStreetMap Wyoming",
10853                 "description": "Mappers and OpenStreetMap users in the state of Wyoming",
10854                 "extendedDescription": "OpenStreetMap (OSM) Wyoming is a local collaboration of people interested in contributing their efforts to create free maps. We encourage all of our mappers to organize or suggest mapping events throughout the state. Meetup activities can be simple social mixers, OSM basic to advanced training, or community mapping parties."
10855             },
10856             "PHXGeo-meetup": {
10857                 "name": "PHXGeo Meetup",
10858                 "description": "Mappers and OpenStreetMap users in the Phoenix, AZ area",
10859                 "extendedDescription": "This is a meetup group for those in the Phoenix area who like maps, GIS, OpenStreetMap, cartography and anything in between."
10860             },
10861             "PHXGeo-twitter": {
10862                 "name": "PHXGeo Twitter",
10863                 "description": "Follow us on Twitter at {url}"
10864             },
10865             "Western-Slope-facebook": {
10866                 "name": "Western Slope OSM Facebook",
10867                 "description": "Mappers and OpenStreetMap users around Grand Junction, CO"
10868             },
10869             "Western-Slope-meetup": {
10870                 "name": "Western Slope OSM Meetup",
10871                 "description": "Mappers and OpenStreetMap users around Grand Junction, CO",
10872                 "extendedDescription": "The goal of this group is to introduce OpenStreetMap to the community, develop a community of mappers, create the most amazing geodata possible using whatever method we can and finally strategize in order to get this data out into our community. Imagine accurate trail signage! Imagine further development of bike paths! Imagine anything you want, that's the joy of OpenStreetMap!"
10873             },
10874             "ym-Ball-State-University": {
10875                 "name": "Gamma Theta Upsilon- Iota Omega Chapter",
10876                 "description": "YouthMappers chapter at Ball State University",
10877                 "extendedDescription": "Our chapter is a very active one. We primarily focus on community events, fundraising, and field trips. We are currently looking to develop more mapping-related activities to draw in other students from campus who may be interested in contributing."
10878             },
10879             "ym-California-University-of-Pennsylvania": {
10880                 "name": "CalU PA GIS Club",
10881                 "description": "YouthMappers chapter at California University of Pennsylvania",
10882                 "extendedDescription": "GIS Students at Cal U learn to apply spatial theory to the real world. The university degree program focuses on geography as well as utilizing GIS in emergency management."
10883             },
10884             "ym-Central-Washington-University": {
10885                 "name": "Geography Club",
10886                 "description": "YouthMappers chapter at Central Washington University",
10887                 "extendedDescription": "Our goal teaming up with Youthmappers is to bring relief to areas that are in need of humanitarian mapping. By doing so, we are serving our fellow brothers and sisters around the world as well as furthering our own cartography skills."
10888             },
10889             "ym-Clemson-University": {
10890                 "name": "Clemson Mappers",
10891                 "description": "YouthMappers chapter at Clemson University",
10892                 "extendedDescription": "Students in Clemson are supported by the Center for Geospatial Technologies, a community of interdisciplinary geospatial science practitioners supporting research, teaching, and outreach activities using technologies that enable the collection, analysis, and application of geospatial data. Students integrate geospatial technologies within their scholarly activities across all disciplines and build connections throughout the world."
10893             },
10894             "ym-College-of-William-and-Mary": {
10895                 "name": "All over the map!",
10896                 "description": "YouthMappers chapter at College of William and Mary",
10897                 "extendedDescription": "The students who are all over the map are supported by the Center for Geospatial Analysis, a group integrating GIS across the curriculum and providing student and faculty with hardware, software, and expertise.  Students of all backgrounds utilize GIS across campus, including environmental science and policy, geology, history, business, sociology, biology, anthropology, public policy, and marine sciences."
10898             },
10899             "ym-Cornell-University": {
10900                 "name": "Mapping Society",
10901                 "description": "YouthMappers chapter at Cornell University",
10902                 "extendedDescription": "Cornell students and faculty use open data and open source software to address challenges at local, national, and global scales. In doing so, we advance our academic and personal goals of developing our own skills around GIS and spatial literacy."
10903             },
10904             "ym-George-Mason-University": {
10905                 "name": "Mason Mappers",
10906                 "description": "YouthMappers chapter at George Mason University",
10907                 "extendedDescription": "Mason Mappers Student Society is a humanitarian mapping student organization in the George Mason University GGS Department, and its goal is to promote education and knowledge in geo-technologies, geo-info science, to foster good global stewardship and engage in professional development while building a positive, interactive geo-community, as well as shaping students into leaders of tomorrow."
10908             },
10909             "ym-Indiana-University-of-Pennsylvania": {
10910                 "name": "Geospatial Science Club",
10911                 "description": "YouthMappers chapter at Indiana University of Pennsylvania"
10912             },
10913             "ym-Jacksonville-State-University": {
10914                 "name": "JSU Disaster Mapping Team",
10915                 "description": "YouthMappers chapter at Jacksonville State University",
10916                 "extendedDescription": "The JSU Disaster Mapping Team is a program at Jacksonville State University dedicated to assisting disaster response in times of emergencies. This includes tornadoes, severe thunderstorms, floods, etc. The team is intended to be a valuable asset to surrounding counties and a conduit for the JSU Geoscience Department students to apply what they have learned in an academic setting to support emergency services. Our goal is to streamline disaster response and recovery operations while utilizing student skill sets"
10917             },
10918             "ym-Kansas-State-University": {
10919                 "name": "Gamma Theta Upsilon: Beta Psi Chapter",
10920                 "description": "YouthMappers chapter at Kansas State University",
10921                 "extendedDescription": "We are the Kansas State University Chapter of Gamma Theta Upsilon, an international geography honor society with affiliation to YouthMappers. We have been active with mapping for OSM and conducted a mapathon called \"Map for Nepal,\" in which we used OpenStreetMap to digitize unmapped areas of Nepal after the earthquake in 2015."
10922             },
10923             "ym-McGill-University": {
10924                 "name": "Open Mapping Group McGill: A Member of the McGill Undergraduate Geography Society",
10925                 "description": "YouthMappers chapter at McGill University",
10926                 "extendedDescription": "The Open Mapping Group McGill: A Member of McGill Undergraduate Geography Society (OMG McGill) aims to connect students with open geospatial data and technologies to enhance resilience, community-building, and learning through mapping–on campus, in Montreal, in Canada, and abroad."
10927             },
10928             "ym-Miami-University": {
10929                 "name": "Geography and Planning Society",
10930                 "description": "YouthMappers chapter at Miami University",
10931                 "extendedDescription": "GPS at Miami University aims to create a close-knit community of planners and geographers who want to have fun, learn more about careers and higher education in their field, network, and work alongside professionals for real experience."
10932             },
10933             "ym-Monroe-Community-College": {
10934                 "name": "MCC Mapping Corps",
10935                 "description": "YouthMappers chapter at Monroe Community College"
10936             },
10937             "ym-Montgomery-College": {
10938                 "name": "GeoMC",
10939                 "description": "YouthMappers chapter at Montgomery College",
10940                 "extendedDescription": "GeoMC’s mission is to provide students with hands-on experience in applying geospatial tools, collecting data, and project management. Most of our students come with a background in GIS and are geography majors. Our chapter’s members come from diverse backgrounds and we all work together to make a positive impact in the world live in."
10941             },
10942             "ym-New-York-University": {
10943                 "name": "NYU mHealth Initiative Mapping Corps",
10944                 "description": "YouthMappers chapter at New York University",
10945                 "extendedDescription": "The NYU mobile health or “mHealth” research initiative focuses on development of systems that link people - usually via their phones - to the places that they live and traverse, and thus supports novel research on the way phones and maps can be leveraged to understand behavioral decision making and ultimately health outcomes."
10946             },
10947             "ym-Ohio-Wesleyan-University": {
10948                 "name": "Environment and Wildlife Club",
10949                 "description": "YouthMappers chapter at Ohio Wesleyan University",
10950                 "extendedDescription": "Environment and Wildlife Club looks at environmental issues on campus, in Delaware, and even nationally! We create campus and community projects, explore and enjoy the outdoors, volunteer, and try to promote environmentalism in every aspect of our lives."
10951             },
10952             "ym-Oklahoma-State-University": {
10953                 "name": "Geography Club",
10954                 "description": "YouthMappers chapter at Oklahoma State University"
10955             },
10956             "ym-State-University-of-New-York-Geneseo": {
10957                 "name": "SUNY Geneseo GIS Association",
10958                 "description": "YouthMappers chapter at State University of New York Geneseo",
10959                 "extendedDescription": "We spread awareness, support, education, volunteerism, and career advancement opportunities in geographic information systems, across disciplines and departments, in the context of SUNY Geneseo, the local community, and global community."
10960             },
10961             "ym-SUNY-at-Fredonia": {
10962                 "name": "Geoventurers",
10963                 "description": "YouthMappers chapter at SUNY at Fredonia",
10964                 "extendedDescription": "GeoVenturers is a group of students joining together across a number of majors on our campus that see geospatial technologies as a tool to serve others and to bring people together. Mentoring for the group brings in science education from the department of curriculum and instruction. We hope that we can bring our skills to play in helping make people's lives better."
10965             },
10966             "ym-Texas-Tech-University": {
10967                 "name": "YouthMappers at TTU",
10968                 "description": "YouthMappers chapter at Texas Tech University",
10969                 "extendedDescription": "As one of the co-founding chapters of the network, the TTU YouthMappers are enthusiastic to serve as interdisciplinary leaders to help create open geographic data and analyses that address locally defined development challenges worldwide. The chapter strives to exchange and collaborate with other chapters around the globe while also offering themselves as a local resource and service to Texas Tech student organizations in ways that add value to their respecitive campus activities through mapping."
10970             },
10971             "ym-The-Citadel": {
10972                 "name": "YouthMappers at The Citadel",
10973                 "description": "YouthMappers chapter at The Citadel",
10974                 "extendedDescription": "This chapter is also a Rotaract Club, which is an affiliate of Rotary International. Multiple members, as well as leadership have expressed an interest in YouthMappers and we would like to affiliate our Citadel Rotaract Club with YouthMappers."
10975             },
10976             "ym-The-George-Washington-University": {
10977                 "name": "Humanitarian Mapping Society",
10978                 "description": "YouthMappers chapter at The George Washington University",
10979                 "extendedDescription": "Models of leadership and engagement, HMS seeks to render aid and better the world through humanitarian Geographic Information Systems (GIS) projects. This co-founding affiliated chapter on the campus of GWU has a plethora of experience to share, and frequently partners directly with USAID, the American Red Cross, and the US Department of State in their DC area to expand student-led efforts and serve the global community."
10980             },
10981             "ym-The-Johns-Hopkins-University-SAIS": {
10982                 "name": "SAIS YouthMappers",
10983                 "description": "YouthMappers chapter at The Johns Hopkins University, SAIS",
10984                 "extendedDescription": "The mission of SAIS Youth Mappers is to provide students at the Johns Hopkins University SAIS with the opportunity to become highly skilled humanitarian mappers. As a group within the South Asia Club, its primary focus is on supporting humanitarian mapping projects in the Indo-Pacific Region."
10985             },
10986             "ym-The-Pennsylvania-State-University": {
10987                 "name": "Penn State GIS Coalition",
10988                 "description": "YouthMappers chapter at The Pennsylvania State University",
10989                 "extendedDescription": "The Penn State Geospatial Information Science (GIS) Coalition is an organization that offers students majoring, minoring, or sharing an interest in GIS opportunities to develop supplementary knowledge and skills necessary to succeed in the professional GIS industry."
10990             },
10991             "ym-University-of-California-Davis": {
10992                 "name": "Mapping Club",
10993                 "description": "YouthMappers chapter at University of California, Davis"
10994             },
10995             "ym-University-of-Central-Florida": {
10996                 "name": "Geospatial Information Society",
10997                 "description": "YouthMappers chapter at University of Central Florida",
10998                 "extendedDescription": "Our mission is to foster a social and educational environment for all majors who are interested in the discussion and application of GIS. Group and community events throughout the academic year organize students to volunteer to help local and regional communities by using community-based GIS projects and educating local middle and high school students on the use and application of GIS."
10999             },
11000             "ym-University-of-Chicago": {
11001                 "name": "Tobler Society",
11002                 "description": "YouthMappers chapter at University of Chicago"
11003             },
11004             "ym-University-of-Maryland-College-Park": {
11005                 "name": "Geography Club",
11006                 "description": "YouthMappers chapter at University of Maryland - College Park",
11007                 "extendedDescription": "The mission of the Geography Club at the University of Maryland College Park is to engage and encourage students to explore geographic interests within the campus and the community."
11008             },
11009             "ym-University-of-North-Texas": {
11010                 "name": "UNT Geography Club",
11011                 "description": "YouthMappers chapter at University of North Texas",
11012                 "extendedDescription": "The Geography Club is a student organization at University of North Texas that welcomes all students who are interested in geography. The objective of the Geography Club is to promote interest in Geography, the Major and the Geography Department along with fellowship among students and faculty. The club also seeks to represent student needs and wants in regard to the study of geography and to provide a forum for the presentation of innovative ideas to the benefit of the University community."
11013             },
11014             "ym-University-of-Northern-Colorado": {
11015                 "name": "UNCO Geography and GIS Club",
11016                 "description": "YouthMappers chapter at University of Northern Colorado",
11017                 "extendedDescription": "Official Geography and GIS Club chapter affiliated with the University of Northern Colorado where our aim is to learn, share and connect with those around us. #MakingSenseOfTheWorld"
11018             },
11019             "ym-University-of-Oregon": {
11020                 "name": "Map by Northwest",
11021                 "description": "YouthMappers chapter at University of Oregon",
11022                 "extendedDescription": "Map By Northwest aims to engage undergraduate students at the University of Oregon in mapping projects to assist in humanitarian causes and for conducting geographic research. We welcome students from all disciplines to join us in our mapping adventures."
11023             },
11024             "ym-University-of-Redlands": {
11025                 "name": "URSpatial Geo-Thinkers",
11026                 "description": "YouthMappers chapter at University of Redlands",
11027                 "extendedDescription": "To build upon the members' GIS skills and knowledge of the tools and methods through applied social engagement as well as to educate the campus community about the power of mapping and spatial analysis through community service events."
11028             },
11029             "ym-University-of-South-Carolina": {
11030                 "name": "Geography Graduate Student Association",
11031                 "description": "YouthMappers chapter at University of South Carolina",
11032                 "extendedDescription": "The GGSA is a fully student-run organization, designed to serve as an advocate and resource for all geography graduate students by filling the role of liaison between the department and students. Our goal is to further professional, academic, and personal development of graduate students interested in the field of geography and its sub disciplines."
11033             },
11034             "ym-University-of-Southern-California": {
11035                 "name": "SC Mappers",
11036                 "description": "YouthMappers chapter at University of Southern California",
11037                 "extendedDescription": "We see the world differently: we view it through a spatial lens. With the power of spatial thinking, we connect place and space to help address global challenges. Collaborate with us!"
11038             },
11039             "ym-University-of-Vermont": {
11040                 "name": "University of Vermont Humanitarian Mapping Club",
11041                 "description": "YouthMappers chapter at University of Vermont"
11042             },
11043             "ym-University-of-Victoria": {
11044                 "name": "Society of Geography Students",
11045                 "description": "YouthMappers chapter at University of Victoria",
11046                 "extendedDescription": "SOGS seeks to promote and represent social and academic interests within the Department of Geography. This is expressed by four key goals: To provide a forum for the discussion of matters concerning the quality and accessibility of education within geography; to provide a means of expressing a consensus of student opinion to deparhnental faculty through representation at deparkrnental meetings and on departrnental committees; to undertake anangements for such activities as are for the benefit of students and are seen to be within the field of interest of students in geography; to act as a liaison through the UVSS and the Course Union Council with other student groups on campus"
11047             },
11048             "ym-University-of-Wyoming": {
11049                 "name": "Gamma Theta Upsilon/Geography Club",
11050                 "description": "YouthMappers chapter at University of Wyoming"
11051             },
11052             "ym-UW-Madison": {
11053                 "name": "BadgerMaps",
11054                 "description": "YouthMappers chapter at UW-Madison",
11055                 "extendedDescription": "BadgerMaps is the UW campus chapter of Youthmappers, an organization dedicated to humanitarian and community mapping services. We connect our volunteer network with opportunities to create GIS data for projects that need it."
11056             },
11057             "ym-Vassar-College": {
11058                 "name": "Hudson Valley Mappers",
11059                 "description": "YouthMappers chapter at Vassar College",
11060                 "extendedDescription": "Our mission is to provide a multi-disciplinary platform for peers, educators, and community organizations to engage in local mapping projects with a focus on strengthening our local ecosystems, our built environment, and the health of our community. We also seek to contribute geospatial support for global humanitarian aid and development efforts."
11061             },
11062             "ym-Villanova-University": {
11063                 "name": "The Villanova Globeplotters",
11064                 "description": "YouthMappers chapter at Villanova University",
11065                 "extendedDescription": "The Villanova Globeplotters is built on Villanova’s Augustinian principle of selfless-service to the global community. Mixed with relaxed social interaction, we strive to provide geospatial outreach to those in need regardless of participating students’ race, academic major, student group association, or college career level."
11066             },
11067             "ym-West-Virginia-University": {
11068                 "name": "Maptime Morgantown",
11069                 "description": "YouthMappers chapter at West Virginia University",
11070                 "extendedDescription": "Working as a collaborative team, this co-founding chapter focuses on providing an open learning environment for those interested in working on projects that intersect international development, emergency response, and geographic information science.\nThey connect beginners and experts by providing technical training and experience in building meaningful and useful geographic infrastructure data, while connecting to sister cities around the world."
11071             },
11072             "ym-Western-Michigan-University": {
11073                 "name": "Geography Club",
11074                 "description": "YouthMappers chapter at Western Michigan University"
11075             },
11076             "talk-au": {
11077                 "name": "Talk-au Mailing List",
11078                 "description": "Place for Aussie mappers to chat"
11079             },
11080             "Maptime-Oceania-Slack": {
11081                 "name": "Maptime Oceania Slack",
11082                 "description": "Sign up at {signupUrl}"
11083             },
11084             "talk-nz": {
11085                 "name": "Talk-nz Mailing List",
11086                 "description": "New Zealand's OSM community talk"
11087             },
11088             "OSM-AR-facebook": {
11089                 "name": "OpenStreetMap Argentina Facebook",
11090                 "description": "Join the OpenStreetMap Argentina community on Facebook",
11091                 "extendedDescription": "News from the local community"
11092             },
11093             "OSM-AR-forum": {
11094                 "name": "OpenStreetMap Argentina web forum",
11095                 "description": "Join the OpenStreetMap Argentina web forum",
11096                 "extendedDescription": "Ideal for long or important discussions. Slow response time."
11097             },
11098             "OSM-AR-irc": {
11099                 "name": "OpenStreetMap Argentina IRC",
11100                 "description": "Join #osm-ar on irc.oftc.net (port 6667)",
11101                 "extendedDescription": "You may find the most geeky user in the community."
11102             },
11103             "OSM-AR-mailinglist": {
11104                 "name": "Talk-ar Mailing List",
11105                 "description": "Historic mailing list. Almost unused today."
11106             },
11107             "OSM-AR-telegram": {
11108                 "name": "OpenStreetMap Argentina Telegram",
11109                 "description": "Join the OpenStreetMap Argentina community on Telegram",
11110                 "extendedDescription": "The most active channel in the community, ideal for chatting and getting answers to your questions instantly. Everyone is welcome!"
11111             },
11112             "OSM-AR-twitter": {
11113                 "name": "OpenStreetMap Argentina Twitter",
11114                 "description": "Follow us on Twitter at {url}",
11115                 "extendedDescription": "News from the local community and OpenStreetMap in general."
11116             },
11117             "OSM-BO-mailinglist": {
11118                 "name": "Talk-bo Mailing List",
11119                 "description": "Talk-bo is the official mailing list for the Bolivian OpenStreetMap community",
11120                 "extendedDescription": "Mapping in Bolivia? Have questions, want to connect with the community here? Join us at {url}. All are welcome!"
11121             },
11122             "Bahia-telegram": {
11123                 "name": "OpenStreetMap Bahia Telegram Group",
11124                 "description": "Join the OpenStreetMap Bahia community on Telegram",
11125                 "extendedDescription": "Join the community to learn more about OpenStreetMap, ask questions or participate in our meetings. Everyone is welcome!"
11126             },
11127             "DF-telegram": {
11128                 "name": "OpenStreetMap Brasília Telegram Group",
11129                 "description": "Join the OpenStreetMap Brasília community on Telegram",
11130                 "extendedDescription": "Join the community to learn more about OpenStreetMap, ask questions or participate in our meetings. Everyone is welcome!"
11131             },
11132             "OSM-br-mailinglist": {
11133                 "name": "Talk-br Mailing List",
11134                 "description": "A mailing list to discuss OpenStreetMap in Brazil"
11135             },
11136             "OSM-br-telegram": {
11137                 "name": "OpenStreetMap Brasil Telegram",
11138                 "description": "Join the OpenStreetMap Brasil community on Telegram",
11139                 "extendedDescription": "Join the community to learn more about OpenStreetMap, ask questions or participate in our meetings. Everyone is welcome!"
11140             },
11141             "OSM-br-twitter": {
11142                 "name": "OpenStreetMap Brasil Twitter",
11143                 "description": "Follow us on Twitter at {url}"
11144             },
11145             "RS-telegram": {
11146                 "name": "OpenStreetMap Rio Grande do Sul Telegram Group",
11147                 "description": "Join the OpenStreetMap Rio Grande do Sul community on Telegram",
11148                 "extendedDescription": "Join the community to learn more about OpenStreetMap, ask questions or participate in our meetings. Everyone is welcome!"
11149             },
11150             "OSM-CL-facebook": {
11151                 "name": "OpenStreetMap Chile Facebook",
11152                 "description": "Join the OpenStreetMap Chile community on Facebook",
11153                 "extendedDescription": "Join the community to learn more about OpenStreetMap, ask questions or participate in our meetings. Everyone is welcome!"
11154             },
11155             "OSM-CL-mailinglist": {
11156                 "name": "Talk-cl Mailing List",
11157                 "description": "A mailing list to discuss OpenStreetMap in Chile"
11158             },
11159             "OSM-CL-telegram": {
11160                 "name": "OpenStreetMap Chile Telegram",
11161                 "description": "Join the OpenStreetMap Chile community on Telegram",
11162                 "extendedDescription": "Join the community to learn more about OpenStreetMap, ask questions or participate in our meetings. Everyone is welcome!"
11163             },
11164             "OSM-CL-twitter": {
11165                 "name": "OpenStreetMap Chile Twitter",
11166                 "description": "Follow us on Twitter at {url}"
11167             },
11168             "Maptime-Bogota": {
11169                 "name": "Maptime Bogotá",
11170                 "description": "We're a group of mappers interested in mapping in OpenStreetMap around Bogotá.",
11171                 "extendedDescription": "Learn to collect data in the field and digitize onto OpenStreetMap.  It is not necessary to have previous knowledge! You just need the desire to participate, learn, and have fun."
11172             },
11173             "OSM-CO-facebook": {
11174                 "name": "OpenStreetMap Colombia Facebook",
11175                 "description": "Join the OpenStreetMap Colombia community on Facebook",
11176                 "extendedDescription": "Join the community to learn more about OpenStreetMap. Everyone is welcome!"
11177             },
11178             "OSM-CO-mailinglist": {
11179                 "name": "Talk-co Mailing List",
11180                 "description": "A mailing list to discuss OpenStreetMap in Colombia"
11181             },
11182             "OSM-CO-telegram": {
11183                 "name": "OSM Colombia on Telegram",
11184                 "description": "OpenStreetMap Colombia Telegram chat"
11185             },
11186             "OSM-CO-twitter": {
11187                 "name": "OpenStreetMap Colombia Twitter",
11188                 "description": "Follow us on Twitter at {url}"
11189             },
11190             "OSM-CO": {
11191                 "name": "OpenStreetMap Colombia",
11192                 "description": "News of the OpenStreetMap Colombia community and the OSMCo Foundation"
11193             },
11194             "ym-Universidad-de-Antioquia": {
11195                 "name": "Geomatica UDEA",
11196                 "description": "YouthMappers chapter at Universidad de Antioquia",
11197                 "extendedDescription": "We are a group interested in geospatial data, voluntary cartography, and participating in mapping with others in our country and within the YouthMappers network."
11198             },
11199             "ym-Universidad-de-La-Guajira": {
11200                 "name": "Grupo Mesh",
11201                 "description": "YouthMappers chapter at Universidad de La Guajira",
11202                 "extendedDescription": "Grupo Mesh is a student organization at the Universidad de la Guajira in Colombia, including students from the program of Environmental Engineering who learn cartography and open mapping."
11203             },
11204             "ym-Universidad-de-Los-Andes": {
11205                 "name": "Cartografos Uniandes",
11206                 "description": "YouthMappers chapter at Universidad de Los Andes",
11207                 "extendedDescription": "We are a circle of student participation that seeks to use mapping and spatial reasoning as a means to create bonds of cooperation and integration between the university and society by addressing different spatial, social, political , economic and cultural dynamics."
11208             },
11209             "ym-Universidad-de-San-Buenaventura": {
11210                 "name": "YouthMappers San Buenaventura",
11211                 "description": "YouthMappers chapter at Universidad de San Buenaventura",
11212                 "extendedDescription": "We are pleased to join YouthMappers mapping for a better world and community."
11213             },
11214             "ym-Universidad-Distrital-Francisco-Jose-de-Caldas": {
11215                 "name": "YouthMappers at Bogota",
11216                 "description": "YouthMappers chapter at Universidad Distrital Francisco Jose de Caldas",
11217                 "extendedDescription": "The Universidad Distrital Francisco José de Caldas is a public, coeducational, research university based in Bogotá, Colombia with a population of 26,140 students."
11218             },
11219             "ym-Universidad-Nacional-de-Colombia": {
11220                 "name": "Grupo UN",
11221                 "description": "YouthMappers chapter at Universidad Nacional de Colombia",
11222                 "extendedDescription": "Students are uniting to map and network with university students across the country of Colombia and across the globe.  Geographic specialties include affiliation with microbiology and health disciplines."
11223             },
11224             "OSM-EC-telegram": {
11225                 "name": "OSM Ecuador on Telegram",
11226                 "description": "OpenStreetMap Ecuador Telegram chat"
11227             },
11228             "OSM-PY-telegram": {
11229                 "name": "OSM Paraguay on Telegram",
11230                 "description": "OpenStreetMap Paraguay Telegram chat"
11231             },
11232             "OSM-PE-facebook": {
11233                 "name": "OpenStreetMap Peru Facebook",
11234                 "description": "Join the OpenStreetMap Peru community on Facebook"
11235             },
11236             "OSM-PE-mailinglist": {
11237                 "name": "Talk-pe Mailing List",
11238                 "description": "The official mailing list for the OpenStreetMap Peru community"
11239             },
11240             "OSM-PE-matrix": {
11241                 "name": "OpenStreetMap Peru Matrix Chat",
11242                 "description": "Chat with other members of the OpenStreetMap Peru community in Matrix."
11243             },
11244             "OSM-PE-telegram": {
11245                 "name": "OpenStreetMap Peru Telegram",
11246                 "description": "Join the OpenStreetMap Peru community on Telegram"
11247             },
11248             "OSM-PE-twitter": {
11249                 "name": "OpenStreetMap Peru Twitter",
11250                 "description": "Follow us on Twitter at {url}"
11251             },
11252             "OSM-PE": {
11253                 "name": "OpenStreetMap Peru",
11254                 "description": "News and resources for the OpenStreetMap Peru community"
11255             },
11256             "uy-forum": {
11257                 "name": "OpenStreetMap UY forum",
11258                 "description": "OpenStreetMap Uruguay web forum"
11259             },
11260             "uy-irc": {
11261                 "name": "OpenStreetMap Uruguay on IRC",
11262                 "description": "Join #osmuruguay on irc.freenode.org (port 6667)",
11263                 "extendedDescription": "Join #osmuruguay on irc.freenode.org"
11264             },
11265             "uy-mailinglist": {
11266                 "name": "Talk-uy Mailing List",
11267                 "description": "Talk-uy is the official mailing list for the Uruguayan OSM community"
11268             },
11269             "LATAM-Facebook": {
11270                 "name": "OpenStreetMap Latam Facebook",
11271                 "description": "OpenStreetMap Latam on Facebook"
11272             },
11273             "LATAM-Telegram": {
11274                 "name": "OpenStreetMap Latam Telegram",
11275                 "description": "OpenStreetMap Telegram for Latin America"
11276             },
11277             "LATAM-Twitter": {
11278                 "name": "OpenStreetMap Latam Twitter",
11279                 "description": "Follow us on Twitter at {url}"
11280             },
11281             "osm-latam": {
11282                 "name": "OpenStreetMap Latam",
11283                 "description": "Supporting OpenStreetMap in Latin America",
11284                 "events": {
11285                     "sotm-latam-2018": {
11286                         "name": "State of the Map Latam 2018",
11287                         "description": "State of the Map Latam is the annual conference for all mappers and users of OpenStreetMap in Latin America. The program includes talks, panels, workshops, and mapathons related to OpenStreetMap.",
11288                         "where": "Buenos Aires, Argentina"
11289                     }
11290                 }
11291             },
11292             "OSM-Discord": {
11293                 "name": "OpenStreetMap Discord",
11294                 "description": "Get in touch with other mappers via Discord"
11295             },
11296             "OSM-Facebook": {
11297                 "name": "OpenStreetMap on Facebook",
11298                 "description": "Like us on Facebook for news and updates about OpenStreetMap."
11299             },
11300             "OSM-help": {
11301                 "name": "OpenStreetMap Help",
11302                 "description": "Ask a question and get answers on OSM's community-driven question and answer site.",
11303                 "extendedDescription": "{url} is for everyone who needs help with OpenStreetMap.  Whether you are a beginner mapper or have a technical question, we're here to help!"
11304             },
11305             "OSM-IRC": {
11306                 "name": "OpenStreetMap IRC",
11307                 "description": "Join #osm on irc.oftc.net (port 6667)"
11308             },
11309             "OSM-Reddit": {
11310                 "name": "OpenStreetMap on Reddit",
11311                 "description": "/r/openstreetmap/ is a great place to learn more about OpenStreetMap.  Ask us anything!"
11312             },
11313             "OSM-Telegram": {
11314                 "name": "OpenStreetMap Telegram",
11315                 "description": "Join the OpenStreetMap Telegram global supergroup at {url}"
11316             },
11317             "OSM-Twitter": {
11318                 "name": "OpenStreetMap Twitter",
11319                 "description": "Follow us on Twitter at {url}"
11320             },
11321             "OSMF": {
11322                 "name": "OpenStreetMap Foundation",
11323                 "description": "OSMF is a UK-based not-for-profit that supports the OpenStreetMap Project",
11324                 "extendedDescription": "OSMF supports the OpenStreetMap by fundraising, maintaining the servers which power OSM, organizing the annual State of the Map conference, and coordinating the volunteers who keep OSM running. You can show your support and have a voice in the direction of OpenStreetMap by joining as an OSMF member here: {signupUrl}",
11325                 "events": {
11326                     "sotm2018": {
11327                         "name": "State of the Map 2018",
11328                         "description": "Join us for 3 days in Milan, Italy for the annual worldwide OpenStreetMap conference, bringing together everyone in the community to socialize, share, and learn.",
11329                         "where": "Milan, Italy"
11330                     }
11331                 }
11332             }
11333         }
11334     }
11335 }