]> git.openstreetmap.org Git - rails.git/blob - vendor/assets/iD/iD/locales/ja.json
Update to iD v2.17.0
[rails.git] / vendor / assets / iD / iD / locales / ja.json
1 {
2     "ja": {
3         "icons": {
4             "download": "ダウンロード",
5             "information": "情報",
6             "remove": "削除",
7             "undo": "もとに戻す",
8             "zoom_to": "ここにズーム",
9             "copy": "コピー",
10             "view_on": "{domain}で閲覧",
11             "favorite": "お気に入り"
12         },
13         "toolbar": {
14             "inspect": "位置検索/タグ編集",
15             "undo_redo": "元に戻す/再実行",
16             "recent": "選択履歴",
17             "favorites": "お気に入り",
18             "add_feature": "地物を追加"
19         },
20         "modes": {
21             "add_feature": {
22                 "title": "地物を追加",
23                 "description": "マップに追加する地物を検索。",
24                 "key": "Tab",
25                 "result": "{count} 件の結果",
26                 "results": "{count} 件の結果"
27             },
28             "add_area": {
29                 "title": "エリア",
30                 "description": "公園や建物、湖沼等を地図に追加",
31                 "tail": "クリックするとエリアの描画が開始されます。公園や湖沼、建物などを描くことができます。",
32                 "filter_tooltip": "エリア"
33             },
34             "add_line": {
35                 "title": "ライン",
36                 "description": "道路や歩道、用水路など、ラインを描画",
37                 "tail": "クリックするとラインの描画が開始されます。道路や歩道、流水経路などを描くことができます。",
38                 "filter_tooltip": "ライン"
39             },
40             "add_point": {
41                 "title": "ポイント",
42                 "description": "レストランや記念碑、郵便ボックス等、ポイント情報を追加",
43                 "tail": "クリックした地点にポイントを追加します",
44                 "filter_tooltip": "ポイント"
45             },
46             "add_note": {
47                 "title": "メモ",
48                 "label": "メモを追加",
49                 "description": "問題を指摘したら他のマッパーに知らせましょう。",
50                 "tail": "マップをクリックしてメモを追加します。",
51                 "key": "N"
52             },
53             "add_preset": {
54                 "title": "{feature}を追加する",
55                 "point": {
56                     "title": "{feature}をポイントとして追加する"
57                 },
58                 "line": {
59                     "title": "{feature}をラインとして追加する"
60                 },
61                 "area": {
62                     "title": "{feature}をエリアとして追加する"
63                 },
64                 "building": {
65                     "title": "{feature} を建物として追加する"
66                 }
67             },
68             "browse": {
69                 "title": "ブラウズ",
70                 "description": "マップの拡大縮小"
71             },
72             "draw_area": {
73                 "tail": "クリックすると、エリアへノードを追加することが可能です。描画を完了するには、最初に描いたノードをもう一度クリックしてください。"
74             },
75             "draw_line": {
76                 "tail": "クリックすると、ラインへノードを追加することが可能です。別のラインをクリックすることで、ライン同士を接続することができます。ラインの描画を完了させるには、描画を終了させたい地点でダブルクリックしてください。"
77             },
78             "drag_node": {
79                 "connected_to_hidden": "表示されていない地物に接続しているので編集できません。"
80             }
81         },
82         "operations": {
83             "add": {
84                 "annotation": {
85                     "point": "ポイントの追加",
86                     "vertex": "ウェイへのノード追加",
87                     "relation": "リレーションを追加しました。",
88                     "note": "メモを追加しました。"
89                 }
90             },
91             "start": {
92                 "annotation": {
93                     "line": "ラインの描画開始",
94                     "area": "エリアの描画開始"
95                 }
96             },
97             "continue": {
98                 "key": "A",
99                 "title": "延長",
100                 "description": "このラインを延長させます",
101                 "not_eligible": "延長可能なラインがありません",
102                 "multiple": "延長可能なラインが複数存在します。Shiftキーを押しながら対象のラインを選択してください。",
103                 "annotation": {
104                     "line": "ライン描画の継続",
105                     "area": "エリア描画の継続"
106                 }
107             },
108             "cancel_draw": {
109                 "annotation": "描画のキャンセル"
110             },
111             "change_role": {
112                 "annotation": "リレーションメンバーの役割を変更"
113             },
114             "change_tags": {
115                 "annotation": "タグの変更"
116             },
117             "circularize": {
118                 "title": "円状に並べる",
119                 "description": {
120                     "line": "ラインを円状に整形",
121                     "area": "エリアを円状に整形"
122                 },
123                 "key": "O",
124                 "annotation": {
125                     "line": "ラインを円状に整形",
126                     "area": "エリアを円状に整形"
127                 },
128                 "not_closed": "エリアが閉じられていないため、円状に整形することができません",
129                 "too_large": "ウェイが完全には表示されていないため、円状に整形することができません。",
130                 "connected_to_hidden": "非表示の地物に接続しているため、円状に整形することができません。",
131                 "not_downloaded": "一部がまだダウンロードされていないため、円状に整形できません。",
132                 "already_circular": "既に円形のため、円形化できません。"
133             },
134             "orthogonalize": {
135                 "title": "直角化",
136                 "description": {
137                     "corner": {
138                         "single": "この角を直角にする。",
139                         "multiple": "これらの角を直角にする。"
140                     },
141                     "feature": {
142                         "single": "この地物の角を直角にする。",
143                         "multiple": "これらの地物の角を直角にする。"
144                     }
145                 },
146                 "key": "Q",
147                 "annotation": {
148                     "corner": {
149                         "single": "角を直角にしました。",
150                         "multiple": "角を直角にしました。"
151                     },
152                     "feature": {
153                         "single": "地物の角を直角にしました。",
154                         "multiple": "地物の角を直角にしました。"
155                     }
156                 },
157                 "multiple_blockers": {
158                     "multiple": "複数の理由によりこれらは直角化できません。"
159                 },
160                 "end_vertex": {
161                     "single": "終端なので直角化できません。",
162                     "multiple": "終端なので直角化できません。"
163                 },
164                 "square_enough": {
165                     "single": "すでに直角です。",
166                     "multiple": "すでに直角です。"
167                 },
168                 "not_squarish": {
169                     "single": "直角にできない辺があるため、角を直角に整形することができません",
170                     "multiple": "直角にできない辺があるため、角を直角に整形することができません"
171                 },
172                 "too_large": {
173                     "single": "ウェイが完全には表示されていないため、直角に整形することができません。",
174                     "multiple": "全体が完全には表示されていないため、直角に整形することができません。"
175                 },
176                 "connected_to_hidden": {
177                     "single": "非表示の地物に接続しているため、直角に整形することができません。",
178                     "multiple": "非表示の地物に接続しているため、直角に整形することができません。"
179                 },
180                 "not_downloaded": {
181                     "single": "一部がまだダウンロードされていないため、直角に整形できません。",
182                     "multiple": "一部がまだダウンロードされていないため、直角に整形できません。"
183                 }
184             },
185             "straighten": {
186                 "title": "直線化",
187                 "description": {
188                     "points": "これらのポイントを一直線に並べます。",
189                     "line": "このラインを直線化します。"
190                 },
191                 "key": "S",
192                 "annotation": {
193                     "points": "いくつかのポイントを一直線に並べます。",
194                     "line": "ラインを直線化します。"
195                 },
196                 "too_bendy": "このラインは複雑に曲がっているため、直線化できません。",
197                 "connected_to_hidden": "非表示の地物に接続しているため、これは直線化できません。",
198                 "not_downloaded": "一部がまだダウンロードされていないため、これは直線化できません。"
199             },
200             "delete": {
201                 "title": "削除",
202                 "description": {
203                     "single": "この地物を完全に削除します。",
204                     "multiple": "これらの地物を完全に削除します。"
205                 },
206                 "annotation": {
207                     "point": "ポイントを削除しました。",
208                     "vertex": "ウェイ上のノードを削除しました。",
209                     "line": "ラインを削除しました。",
210                     "area": "エリアを削除しました。",
211                     "relation": "リレーションを削除しました。",
212                     "multiple": "{n}件の地物を削除しました。"
213                 },
214                 "too_large": {
215                     "single": "この地物は完全には表示されていないため、削除できません。",
216                     "multiple": "これらの地物は完全には表示されていないため、削除できません。"
217                 },
218                 "incomplete_relation": {
219                     "single": "この地物はまだ完全にはダウンロードされていないので、削除できません。",
220                     "multiple": "地物全体がダウンロードされていないため、削除することができません。"
221                 },
222                 "part_of_relation": {
223                     "single": "この地物は大きなリレーションの一部であるため、削除できません。まずリレーションから削除してください。",
224                     "multiple": "これらの地物は大きなリレーションの一部であるため、削除できません。まずリレーションから削除してください。"
225                 },
226                 "connected_to_hidden": {
227                     "single": "この地物は非表示の地物に接続しているため、削除できません。",
228                     "multiple": "これらの地物は非表示の地物に接続しているため、削除できません。"
229                 },
230                 "not_downloaded": {
231                     "single": "一部がまだダウンロードされていないため、この地物は削除できません。",
232                     "multiple": "一部がまだダウンロードされていないため、これらの地物は削除できません。"
233                 },
234                 "has_wikidata_tag": {
235                     "single": "この地物にはWikidataタグがあるため、削除できません。",
236                     "multiple": "これらの地物にはWikidataタグがいくつかあるため、削除できません。"
237                 }
238             },
239             "downgrade": {
240                 "title": "ダウングレード",
241                 "description": {
242                     "building_address": "住所と建物以外のタグを全て削除します。",
243                     "building": "建物以外のタグを全て削除します。",
244                     "address": "住所以外のタグを全て削除します。"
245                 },
246                 "annotation": {
247                     "building": {
248                         "single": "地物を基本的な建物だけにダウングレードしました。",
249                         "multiple": " {n} 件の地物を基本的な建物だけにダウングレードしました。"
250                     },
251                     "address": {
252                         "single": "地物を住所だけにダウングレードしました。",
253                         "multiple": "{n} 件の地物を住所だけにダウングレードしました。"
254                     },
255                     "multiple": "{n} 件の地物をダウングレードしました。"
256                 },
257                 "has_wikidata_tag": {
258                     "single": "この地物にはWikidataタグがあるため、ダウングレードできません。",
259                     "multiple": "これらの地物にはWikidataタグがいくつかあるため、ダウングレードできません。"
260                 }
261             },
262             "add_member": {
263                 "annotation": "リレーションへメンバーを追加"
264             },
265             "delete_member": {
266                 "annotation": "リレーションからメンバーを削除"
267             },
268             "reorder_members": {
269                 "annotation": "リレーションのメンバーを並べ直しました。"
270             },
271             "connect": {
272                 "annotation": {
273                     "from_vertex": {
274                         "to_point": "ウェイをポイントに接続",
275                         "to_vertex": "ウェイを他のウェイと接続",
276                         "to_line": "ウェイをラインに接続",
277                         "to_area": "ウェイをエリアに接続",
278                         "to_adjacent_vertex": "ウェイ内の隣接するポイントをマージ",
279                         "to_sibling_vertex": "ウェイを自身に接続"
280                     },
281                     "from_point": {
282                         "to_point": "ポイントを他とマージ",
283                         "to_vertex": "ポイントをウェイ内のポイントとマージ",
284                         "to_line": "ポイントをラインに移動",
285                         "to_area": "ポイントをエリアに移動"
286                     }
287                 },
288                 "relation": "リレーションのロールが競合しているため、地物を接続できません",
289                 "restriction": "\"{relation}\" リレーションを壊してしまうため、これらの地物は接続できません。"
290             },
291             "disconnect": {
292                 "title": "接続解除",
293                 "description": "ウェイの接続を解除して切り離します。",
294                 "line": {
295                     "description": "このラインを他の地物から切り離します。"
296                 },
297                 "area": {
298                     "description": "このエリアを他の地物から切り離します。"
299                 },
300                 "key": "D",
301                 "annotation": "ウェイの接続を解除",
302                 "too_large": {
303                     "single": "現在十分に表示しきれていないため、これは切り離しできません。"
304                 },
305                 "not_connected": "ライン/エリアの接続を解除できません",
306                 "not_downloaded": "一部がまだダウンロードされていないため、切り離しできません。",
307                 "connected_to_hidden": "非表示の地物に接続しているため、切り離すことができません。",
308                 "relation": "リレーションに所属しているため、切り離すことが出来ません。"
309             },
310             "merge": {
311                 "title": "結合",
312                 "description": "選択した地物をマージ",
313                 "key": "C",
314                 "annotation": "{n} 個の地物をマージ",
315                 "not_eligible": "地物情報がマージできません",
316                 "not_adjacent": "端点が接続されていないため、地物をマージできません。",
317                 "restriction": "\"{relation}\" リレーションを壊してしまうため、これらの地物はマージできません。",
318                 "relation": "リレーションのロールが競合しているため、地物をマージできません",
319                 "incomplete_relation": "地物全体がダウンロードされていないため、マージさせることができません。",
320                 "conflicting_tags": "タグの値が競合しているため、地物をマージできません",
321                 "paths_intersect": "経路を自己交差することになるため、この地物はマージできません。"
322             },
323             "move": {
324                 "title": "移動",
325                 "description": {
326                     "single": "この地物を別の位置へ移動します。",
327                     "multiple": "これらの地物を別な位置へ移動します。"
328                 },
329                 "key": "M",
330                 "annotation": {
331                     "point": "ポイントを移動",
332                     "vertex": "ウェイ上のノードを移動",
333                     "line": "ラインの移動",
334                     "area": "エリアの移動",
335                     "multiple": "複数の地物を移動しました。"
336                 },
337                 "incomplete_relation": {
338                     "single": "この地物はまだ完全にはダウンロードされていないので、移動できません。",
339                     "multiple": "これらの地物はまだ完全にはダウンロードされていないので移動できません。"
340                 },
341                 "too_large": {
342                     "single": "この地物は完全には表示されていないため、移動できません。",
343                     "multiple": "これらの地物は完全には表示されていないため、移動できません。"
344                 },
345                 "connected_to_hidden": {
346                     "single": "この地物は非表示の地物に接続しているため、移動できません。",
347                     "multiple": "これらの地物は非表示の地物に接続しているため、移動できません。"
348                 },
349                 "not_downloaded": {
350                     "single": "一部がまだダウンロードされていないため、この地物は移動できません。",
351                     "multiple": "一部がまだダウンロードされていないため、これらの地物は移動できません。"
352                 }
353             },
354             "reflect": {
355                 "title": {
356                     "long": "長軸で反転",
357                     "short": "短軸で反転"
358                 },
359                 "description": {
360                     "long": {
361                         "single": "この地物を長軸で反転します。",
362                         "multiple": "これらの地物を長軸で反転します。"
363                     },
364                     "short": {
365                         "single": "この地物を短軸で反転します。",
366                         "multiple": "これらの地物を短軸で反転します。"
367                     }
368                 },
369                 "key": {
370                     "long": "T",
371                     "short": "Y"
372                 },
373                 "annotation": {
374                     "long": {
375                         "single": "長軸に沿って地物を反転します。",
376                         "multiple": "複数の地物を長軸で反転しました。"
377                     },
378                     "short": {
379                         "single": "短軸に沿って地物を反転します。",
380                         "multiple": "複数の地物を短軸で反転しました。"
381                     }
382                 },
383                 "incomplete_relation": {
384                     "single": "この地物はまだ完全にはダウンロードされていないので、反転できません。",
385                     "multiple": "これらの地物は完全にダウンロードされていないため、反転できません。"
386                 },
387                 "too_large": {
388                     "single": "この地物は完全には表示されていないため、反転できません。",
389                     "multiple": "これらの地物は完全には表示されていないため、反転できません。"
390                 },
391                 "connected_to_hidden": {
392                     "single": "この地物は非表示の地物に接続しているため、反転できません。",
393                     "multiple": "これらの地物は非表示の地物に接続しているため、反転できません。"
394                 },
395                 "not_downloaded": {
396                     "single": "一部がまだダウンロードされていないため、この地物は反転できません。",
397                     "multiple": "一部がまだダウンロードされていないため、これらの地物は反転できません。"
398                 }
399             },
400             "rotate": {
401                 "title": "回転",
402                 "description": {
403                     "single": "この地物を中心点で回転します。",
404                     "multiple": "これらの地物を中心点で回転します。"
405                 },
406                 "key": "R",
407                 "annotation": {
408                     "line": "ラインの回転",
409                     "area": "エリアの回転",
410                     "multiple": "複数の地物を回転しました。"
411                 },
412                 "incomplete_relation": {
413                     "single": "この地物はまだ完全にはダウンロードされていないので、回転できません。",
414                     "multiple": "これらの地物はまだ完全にはダウンロードされていないので、回転させることができません。"
415                 },
416                 "too_large": {
417                     "single": "この地物は完全には表示されていないため、回転できません。",
418                     "multiple": "これらの地物は完全には表示されていないため、回転できません。"
419                 },
420                 "connected_to_hidden": {
421                     "single": "この地物は非表示の地物に接続しているため、回転できません。",
422                     "multiple": "これらの地物は非表示の地物に接続しているため、回転できません。"
423                 },
424                 "not_downloaded": {
425                     "single": "一部がまだダウンロードされていないため、この地物は回転できません。",
426                     "multiple": "一部がまだダウンロードされていないため、これらの地物は回転できません。"
427                 }
428             },
429             "reverse": {
430                 "title": "方向反転",
431                 "description": {
432                     "point": "ポイントの方向を切り替え",
433                     "points": "ポイントの方向を切り替え",
434                     "line": "ラインの向きを反転",
435                     "lines": "ラインの向きを反転",
436                     "features": "地物の方向を切り替え"
437                 },
438                 "key": "V",
439                 "annotation": {
440                     "point": "ポイントを反転しました。",
441                     "points": "複数ポイントを反転しました。",
442                     "line": "ラインを反転しました。",
443                     "lines": "複数ラインを反転しました。",
444                     "features": "複数の地物を反転しました。"
445                 }
446             },
447             "split": {
448                 "title": "分割",
449                 "description": {
450                     "line": "このノードを境としてラインを分割",
451                     "area": "このエリアの外周を2つに分割",
452                     "multiple": "このノードを境としてライン/エリアを分割"
453                 },
454                 "key": "X",
455                 "annotation": {
456                     "line": "ラインの分割",
457                     "area": "エリア外周を分割",
458                     "multiple": "{n} ライン/エリア外周を分割"
459                 },
460                 "not_eligible": "基点/終端を境としたライン分割はできません。",
461                 "multiple_ways": "複数のラインを分割します",
462                 "connected_to_hidden": "非表示の地物に接続しているため、分割することができません。"
463             },
464             "restriction": {
465                 "annotation": {
466                     "create": "進行方向制限を追加しました",
467                     "delete": "進行方向制限を削除しました"
468                 }
469             },
470             "extract": {
471                 "title": "抜き移し",
472                 "key": "E",
473                 "description": {
474                     "vertex": {
475                         "single": "このポイントを親のライン/エリアから抜き移します。"
476                     },
477                     "area": {
478                         "single": "このエリアからポイントを抜き移します。"
479                     }
480                 },
481                 "annotation": {
482                     "single": "ポイントを抜き移しました。"
483                 },
484                 "too_large": {
485                     "area": {
486                         "single": "エリアが完全には表示されていないため、ポイントを抜き移しできません。"
487                     }
488                 },
489                 "restriction": {
490                     "vertex": {
491                         "single": "\"{relation}\" リレーションを壊してしまうため、このノードは抜き移しできません。"
492                     }
493                 },
494                 "connected_to_hidden": {
495                     "vertex": {
496                         "single": "このポイントは非表示の地物に接続しているため、抜き移しできません。"
497                     }
498                 }
499             }
500         },
501         "restriction": {
502             "controls": {
503                 "distance": "距離",
504                 "distance_up_to": "上限 {distance}",
505                 "via": "経由",
506                 "via_node_only": "ノードのみ",
507                 "via_up_to_one": "1 ウェイまで",
508                 "via_up_to_two": "2 ウェイまで"
509             },
510             "help": {
511                 "indirect": "(間接)",
512                 "turn": {
513                     "no_left_turn": "左折禁止 {indirect}",
514                     "no_right_turn": "右折禁止 {indirect}",
515                     "no_u_turn": "Uターン禁止 {indirect}",
516                     "no_straight_on": "直進禁止 {indirect}",
517                     "only_left_turn": "左折専用 {indirect}",
518                     "only_right_turn": "右折専用 {indirect}",
519                     "only_u_turn": "Uターンのみ {indirect}",
520                     "only_straight_on": "直進専用 {indirect}",
521                     "allowed_left_turn": "左折可 {indirect}",
522                     "allowed_right_turn": "右折可 {indirect}",
523                     "allowed_u_turn": "Uターン可 {indirect}",
524                     "allowed_straight_on": "直進可 {indirect}"
525                 },
526                 "from": "進行元(FROM)",
527                 "via": "経由(VIA)",
528                 "to": "進行先(TO)",
529                 "from_name": "{from} {fromName}",
530                 "from_name_to_name": "{from} {fromName} {to} {toName}",
531                 "via_names": "{via} {viaNames}",
532                 "select_from": "クリックして {from} 区間を選択",
533                 "select_from_name": "クリックして {from} {fromName}を選択",
534                 "toggle": "クリックして「{turn}」に切換え"
535             }
536         },
537         "undo": {
538             "tooltip": "もとに戻す: {action}",
539             "nothing": "元に戻す変更点がありません"
540         },
541         "redo": {
542             "tooltip": "再実行: {action}",
543             "nothing": "再実行する変更点がありません"
544         },
545         "tooltip_keyhint": "ショートカット",
546         "browser_notice": "このエディタは Firefox、Chrome、Safari、OperaそしてInternet Explorer 11以降で動作します。地図を編集するには、ブラウザをアップデートするか、Potlatch 2を利用してください。",
547         "translate": {
548             "translate": "翻訳",
549             "localized_translation_label": "多言語名称",
550             "localized_translation_language": "言語選択",
551             "localized_translation_name": "名称",
552             "language_and_code": "{language} ({code})"
553         },
554         "zoom_in_edit": "ズームして編集",
555         "login": "ログイン",
556         "logout": "ログアウト",
557         "loading_auth": "OpenStreetMapへ接続中...",
558         "report_a_bug": "バグ報告",
559         "help_translate": "翻訳協力",
560         "sidebar": {
561             "key": "`",
562             "tooltip": "サイドバー表示/非表示"
563         },
564         "feature_info": {
565             "hidden_warning": "非表示の地物{count}件",
566             "hidden_details": "現在非表示の地物: {details}"
567         },
568         "osm_api_status": {
569             "message": {
570                 "error": "OpenStreetMap APIと通信できません。編集内容はローカルに安全に保管されています。",
571                 "offline": "OpenStreetMap APIがオフラインです。編集内容はローカルに安全に保管されています。後ほどやり直してください。",
572                 "readonly": "OpenStreetMap APIは現在読み込み専用モードです。編集は続けられますが保存できるようになるまで待つ必要があります。",
573                 "rateLimit": "OpenStreetMap APIは匿名の接続を制限しています。ログインすれば改修できます。"
574             },
575             "retry": "再試行"
576         },
577         "commit": {
578             "title": "OpenStreetMapへアップロード",
579             "upload_explanation": "あなたがアップロードした編集内容は、OpenStreetMapのデータを利用しているすべてのマップで閲覧できるようになります。",
580             "upload_explanation_with_user": " {user} アカウントでアップロードした編集内容は、OpenStreetMapを利用しているすべてのマップで閲覧できるようになります。",
581             "request_review": "編集のレビューを希望します。",
582             "save": "アップロード",
583             "cancel": "キャンセル",
584             "changes": "{count} 個の変更",
585             "download_changes": "osmChangeファイルをダウンロード",
586             "errors": "エラー",
587             "warnings": "注意",
588             "modified": "変更した地物",
589             "deleted": "削除した地物",
590             "created": "作成した地物",
591             "outstanding_errors_message": "まず全てのエラーを解決してください。{count} 件残っています。",
592             "comment_needed_message": "まず変更セットのコメントを追加してください。",
593             "about_changeset_comments": "変更セットの良いコメントについて",
594             "about_changeset_comments_link": "//wiki.openstreetmap.org/wiki/Good_changeset_comments",
595             "google_warning": "コメントの中で Google に触れていますが、 Google マップからのコピーは絶対に禁止です。",
596             "google_warning_link": "https://www.openstreetmap.org/copyright"
597         },
598         "contributors": {
599             "list": "{users} による編集",
600             "truncated_list": "{users} とその他 {count} 人による編集"
601         },
602         "info_panels": {
603             "key": "I",
604             "background": {
605                 "key": "B",
606                 "title": "背景",
607                 "zoom": "ズーム",
608                 "vintage": "撮影日",
609                 "source": "情報源",
610                 "description": "説明",
611                 "resolution": "解像度",
612                 "accuracy": "精度",
613                 "unknown": "不明",
614                 "show_tiles": "タイルを表示",
615                 "hide_tiles": "タイルを非表示",
616                 "show_vintage": "撮影日を表示",
617                 "hide_vintage": "撮影日を非表示"
618             },
619             "history": {
620                 "key": "H",
621                 "title": "編集履歴",
622                 "selected": "{n} 個を選択中",
623                 "no_history": "履歴なし(新しい地物)",
624                 "version": "バージョン",
625                 "last_edit": "最新の編集",
626                 "edited_by": "編集者",
627                 "changeset": "変更セット",
628                 "unknown": "不明",
629                 "link_text": "openstreetmap.org上の履歴",
630                 "note_no_history": "履歴なし(新しいメモ)",
631                 "note_comments": "コメント",
632                 "note_created_date": "作成日",
633                 "note_created_user": "作成者",
634                 "note_link_text": "openstreetmap.orgのメモ"
635             },
636             "location": {
637                 "key": "L",
638                 "title": "位置",
639                 "unknown_location": "不明な位置"
640             },
641             "measurement": {
642                 "key": "M",
643                 "title": "計測",
644                 "selected": "{n} 個を選択中",
645                 "geometry": "描画する形状",
646                 "closed_line": "クローズドライン",
647                 "closed_area": "クローズドエリア",
648                 "center": "中心",
649                 "perimeter": "周囲",
650                 "length": "長さ",
651                 "area": "エリア",
652                 "centroid": "重心",
653                 "location": "位置",
654                 "metric": "メートル法",
655                 "imperial": "ヤード・ポンド法",
656                 "node_count": "ノード数"
657             }
658         },
659         "geometry": {
660             "point": "ポイント",
661             "vertex": "交点",
662             "line": "ライン",
663             "area": "エリア",
664             "relation": "リレーション",
665             "note": "メモ"
666         },
667         "geocoder": {
668             "search": "世界中のデータから検索",
669             "no_results_worldwide": "検索結果がありません"
670         },
671         "geolocate": {
672             "title": "編集画面を現在地へ移動",
673             "locating": "位置情報を取得中です。しばらくお待ちください。"
674         },
675         "inspector": {
676             "zoom_to": {
677                 "key": "Z",
678                 "title": "ここにズーム",
679                 "tooltip_feature": "マップを中央寄せ・ズームしてこの地物にフォーカス。",
680                 "tooltip_note": "マップを中央寄せ・ズームしてこのメモにフォーカス。",
681                 "tooltip_data": "マップを中央寄せ・ズームしてこのデータにフォーカス。",
682                 "tooltip_issue": "マップを中央寄せ・ズームしてこの課題にフォーカス。"
683             },
684             "show_more": "次を表示",
685             "view_on_osm": "openstreetmap.orgで確認",
686             "view_on_keepRight": "keepright.at 上で閲覧",
687             "all_fields": "すべての項目",
688             "all_tags": "すべてのタグ",
689             "all_members": "すべてのメンバー",
690             "all_relations": "すべてのリレーション",
691             "add_to_relation": "リレーションに追加",
692             "new_relation": "新しいリレーション...",
693             "choose_relation": "親のリレーションを選択",
694             "role": "役割",
695             "choose": "地物の種類を選択",
696             "results": "検索結果{n}件: {search}",
697             "no_documentation_key": "利用できる文書はありません。",
698             "edit_reference": "編集/翻訳",
699             "wiki_reference": "ドキュメントを見る",
700             "wiki_en_reference": "ドキュメントを英語で見る",
701             "hidden_preset": {
702                 "manual": "{features} が非表示となっています。地図データ設定ペインで有効化してください。",
703                 "zoom": "{features} が非表示となっています。ズームインして有効化してください。"
704             },
705             "back_tooltip": "地物の編集",
706             "remove": "削除",
707             "search": "検索",
708             "multiselect": "選択中の地物",
709             "unknown": "不明",
710             "incomplete": "<ダウンロード未完了>",
711             "feature_list": "地物名や座標で位置検索してズーム",
712             "edit": "地物エディタ",
713             "check": {
714                 "yes": "はい",
715                 "no": "いいえ",
716                 "reverser": "方向を変更"
717             },
718             "radio": {
719                 "structure": {
720                     "type": "種別",
721                     "default": "既定",
722                     "layer": "レイヤー"
723                 }
724             },
725             "add": "追加",
726             "none": "なし",
727             "node": "ノード",
728             "way": "ウェイ",
729             "relation": "リレーション",
730             "location": "位置",
731             "add_fields": "項目追加: ",
732             "lock": {
733                 "suggestion": "Wikidataタグがあるため「{label}」欄はロックされました。「すべてのタグ」セクションでタグを削除または編集できます。"
734             }
735         },
736         "background": {
737             "title": "背景設定",
738             "description": "背景設定",
739             "key": "B",
740             "backgrounds": "背景画像の切替",
741             "none": "なし",
742             "best_imagery": "表示中の場所に最適な航空写真",
743             "switch": "背景に切り替え",
744             "custom": "カスタム",
745             "overlays": "オーバーレイの選択",
746             "imagery_problem_faq": "画像の問題を報告する",
747             "reset": "設定リセット",
748             "reset_all": "全てリセット",
749             "display_options": "背景画質の調整",
750             "brightness": "明るさ",
751             "contrast": "コントラスト",
752             "saturation": "色合い",
753             "sharpness": "シャープさ",
754             "minimap": {
755                 "description": "ミニマップを表示",
756                 "tooltip": "現在表示中の周辺をズームアウトして表示",
757                 "key": "/"
758             },
759             "panel": {
760                 "description": "詳細パネルを表示",
761                 "tooltip": "高度な背景情報を表示"
762             },
763             "fix_misalignment": "背景位置の調整",
764             "offset": "画像の位置を調整するには、灰色のエリアのどこかをドラッグするか、ずれ幅をメートル単位で入力するかしてください。"
765         },
766         "map_data": {
767             "title": "地図データ設定",
768             "description": "地図データ設定",
769             "key": "F",
770             "data_layers": "データレイヤの選択",
771             "layers": {
772                 "osm": {
773                     "tooltip": "OpenStreetMapのマップデータ",
774                     "title": "OpenStreetMapのデータ"
775                 },
776                 "notes": {
777                     "tooltip": "OpenStreetMapのメモデータ",
778                     "title": "OpenStreetMapのメモ"
779                 },
780                 "keepRight": {
781                     "tooltip": "keepright.atが自動検知したマップの改善提案",
782                     "title": "KeepRight の改善提案"
783                 },
784                 "improveOSM": {
785                     "tooltip": "improveosm.org が自動検知した設定漏れデータ",
786                     "title": "ImproveOSM の改善提案(日本は未対応)"
787                 },
788                 "custom": {
789                     "tooltip": "ページ上にデータファイルをドラッグ&ドロップするか、画面右側のボタンをクリックして設定してください",
790                     "title": "カスタム地図データ",
791                     "zoom": "データにズーム"
792                 }
793             },
794             "style_options": "スタイルの調整",
795             "highlight_edits": {
796                 "key": "G"
797             },
798             "map_features": "表示対象地物の選択",
799             "autohidden": "表示対象となっている地物の数が多すぎます。ズームインしてから編集を行ってください。",
800             "osmhidden": "OpenStreetMapレイヤが非表示のため、これらの地物は自動的に非表示となっています。"
801         },
802         "visual_diff": {
803             "highlight_edits": {
804                 "description": "変更部分をハイライト",
805                 "tooltip": "編集された地物を概観"
806             }
807         },
808         "photo_overlays": {
809             "title": "写真の重ね合わせ",
810             "traffic_signs": {
811                 "title": "交通標識"
812             },
813             "photo_type": {
814                 "flat": {
815                     "title": "平面写真",
816                     "tooltip": "従来型の写真"
817                 },
818                 "panoramic": {
819                     "title": "パノラマ写真",
820                     "tooltip": "360° 写真"
821                 }
822             }
823         },
824         "feature": {
825             "points": {
826                 "description": "ポイント",
827                 "tooltip": "地点情報"
828             },
829             "traffic_roads": {
830                 "description": "公道",
831                 "tooltip": "道路、街路など"
832             },
833             "service_roads": {
834                 "description": "敷地内道路",
835                 "tooltip": "私道、駐車場内経路、農道など"
836             },
837             "paths": {
838                 "description": "歩道・小道",
839                 "tooltip": "歩道、自転車道など"
840             },
841             "buildings": {
842                 "description": "建築物",
843                 "tooltip": "建築物、避難所、ガレージなど"
844             },
845             "building_parts": {
846                 "description": "建物の一部分",
847                 "tooltip": "3Dの建物と屋根の構成要素"
848             },
849             "indoor": {
850                 "description": "屋内(インドア)の地物",
851                 "tooltip": "部屋、廊下、吹き抜け等。"
852             },
853             "landuse": {
854                 "description": "土地利用関連",
855                 "tooltip": "森林、農地、公園、住宅地、商業区画など"
856             },
857             "boundaries": {
858                 "description": "区域境界",
859                 "tooltip": "行政区境"
860             },
861             "water": {
862                 "description": "水域関連",
863                 "tooltip": "河川、湖沼、沼地など"
864             },
865             "rail": {
866                 "description": "鉄道関連",
867                 "tooltip": "鉄道"
868             },
869             "pistes": {
870                 "description": "スキー",
871                 "tooltip": "スキーのスロープ、橇用の斜面、アイススケート用の小径等。"
872             },
873             "aerialways": {
874                 "description": "索道の地物",
875                 "tooltip": "チェアリフト、ゴンドラ、ジップライン等。"
876             },
877             "power": {
878                 "description": "電力関連",
879                 "tooltip": "電線、高圧線、発電所、変電所など"
880             },
881             "past_future": {
882                 "description": "過去/未来の地物",
883                 "tooltip": "予定地、建設中、廃業、撤去済など"
884             },
885             "others": {
886                 "description": "その他の地物",
887                 "tooltip": "すべて"
888             }
889         },
890         "area_fill": {
891             "wireframe": {
892                 "description": "塗りつぶしなし (ワイヤフレーム)",
893                 "tooltip": "ワイヤフレームモードを有効化することで、背景画像の視認性が高まります",
894                 "key": "W"
895             },
896             "partial": {
897                 "description": "部分的に塗りつぶし",
898                 "tooltip": "エリアの内側だけが塗りつぶされます。(初心者オススメ)"
899             },
900             "full": {
901                 "description": "完全塗りつぶし",
902                 "tooltip": "エリアがすべて塗りつぶされます。"
903             }
904         },
905         "settings": {
906             "custom_background": {
907                 "tooltip": "カスタム背景の設定",
908                 "header": "カスタム背景画像設定",
909                 "instructions": "タイルのURLテンプレートを入力。正しい形式:\n   - {zoom} または {z}, {x}, {y} (Z/X/Y タイルスキーム)\n   - {-y} または {ty} (flipped TMS-style Y coordinates)\n   - {u} (quadtileスキーム)\n   - {switch:a,b,c} (DNS server multiplexing)\n\nサンプル:\n{example}",
910                 "template": {
911                     "placeholder": "URLテンプレートを入力"
912                 }
913             },
914             "custom_data": {
915                 "tooltip": "カスタムデータレイヤの編集",
916                 "header": "カスタム地図データ設定",
917                 "file": {
918                     "instructions": "ローカルのデータファイルを選択。サポート対象:\n   .gpx, .kml, .geojson, .json",
919                     "label": "ファイルをブラウズ"
920                 },
921                 "or": "または",
922                 "url": {
923                     "instructions": "データファイルのURL、またはベクタータイルのURLテンプレートを入力。有効なトークン:\n   {zoom}、またはZ/X/Yタイルスキーマ用 {z}, {x}, {y}",
924                     "placeholder": "URLを入力"
925                 }
926             }
927         },
928         "preferences": {
929             "title": "個人設定",
930             "description": "個人設定",
931             "key": "P",
932             "privacy": {
933                 "title": "プライバシー",
934                 "privacy_link": "IDのプライバシーポリシーを見る",
935                 "third_party_icons": {
936                     "description": "サードパーティのアイコンを表示",
937                     "tooltip": "Wikimedia Commons、Facebook、Twitterといったサードパーティのサイトのアイコンを読み込まないようにするにはこのチェックを外してください。"
938                 }
939             }
940         },
941         "restore": {
942             "heading": "変更した内容が保存されていません",
943             "description": "直前の編集セッションから未保存の変更内容を復元しますか?",
944             "restore": "変更内容を復元",
945             "reset": "変更内容を破棄"
946         },
947         "save": {
948             "title": "保存",
949             "help": "変更を確認して、他のユーザーから見えるようにOpenStreetMapにアップロードしましょう。",
950             "no_changes": "保存する変更はありません。",
951             "error": "保存中にエラーが発生しました",
952             "status_code": "サーバが状態コード{code}を返しました",
953             "unknown_error_details": "インターネットに接続されているか、確認してください。",
954             "uploading": "OpenStreetMapへ変更をアップロード中...",
955             "conflict_progress": "競合チェック中: {num} / {total}",
956             "unsaved_changes": "編集内容が保存されていません",
957             "conflict": {
958                 "header": "競合している編集を解決",
959                 "count": "{total}件中{num}件の競合",
960                 "previous": "< 前へ",
961                 "next": "次へ >",
962                 "keep_local": "自分の変更を維持",
963                 "keep_remote": "他の変更を採用",
964                 "restore": "復元",
965                 "delete": "削除したままにする",
966                 "download_changes": "またはosmChangeファイルをダウンロード",
967                 "done": "すべての競合が解決されました。",
968                 "help": "あなたが変更した地物を他のユーザーも変更しました。\n競合についての詳細は、以下のそれぞれの地物をクリックし、あなたの変更と\n他のユーザーの変更のどちらを残したいか選択して下さい。\n"
969             }
970         },
971         "merge_remote_changes": {
972             "conflict": {
973                 "deleted": "この地物は{user} さんが削除しました。",
974                 "location": "この地物はあなたと{user} さんの両方が移動しました。",
975                 "nodelist": "あなたと{user}さんがそれぞれノードを変更しました。",
976                 "memberlist": "あなたと{user}さんがそれぞれリレーションのメンバーを変更しました。",
977                 "tags": "あなたが<b>{tag}</b>タグを「{local}」で変更し、{user}さんが「{remote}」で変更しました。"
978             }
979         },
980         "success": {
981             "just_edited": "たった今OpenStreetMapが編集されました!",
982             "thank_you": "マップ改善へのご協力ありがとうございます。",
983             "thank_you_location": "{where} 付近のマップ改善へのご協力ありがとうこざいます。",
984             "thank_you_where": {
985                 "format": "{place}{separator}{region}",
986                 "separator": ", "
987             },
988             "help_html": "サーバーの状態にもよりますが、変更は通常数分で反映されます。標準地図以外への反映はもっと時間がかかる場合があります。",
989             "help_link_text": "詳細",
990             "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",
991             "view_on_osm": "OSM上で変更内容を閲覧",
992             "changeset_id": "あなたの変更セット #: {changeset_id}",
993             "like_osm": "OpenStreetMapが気に入ったら仲間とつながってみませんか?",
994             "more": "詳細",
995             "events": "イベント",
996             "languages": "言語: {languages}",
997             "missing": "リストに漏れがありますか?",
998             "tell_us": "教えてください!"
999         },
1000         "confirm": {
1001             "okay": "OK",
1002             "cancel": "キャンセル"
1003         },
1004         "splash": {
1005             "welcome": "OpenStreetMap エディタの iD へようこそ",
1006             "text": "iD はみんなで作る世界地図に貢献するための使いやすくパワフルなツールです。現在のバージョンは {version} です。詳細情報は {website} で、バグレポートは {github} でお願いします。",
1007             "privacy_update": "プライバシーポリシーが更新されました。",
1008             "privacy": "{updateMessage} このソフトウェアを使用することで、あなたは {here}にあるIDのプライバシーポリシーに同意したものとみなされます。",
1009             "walkthrough": "ウォークスルーを始める",
1010             "start": "今すぐ編集を始める"
1011         },
1012         "source_switch": {
1013             "live": "本番サーバ",
1014             "lose_changes": "OSMへアップロードされていない編集があります。投稿先サーバを切り替えると編集内容は破棄されます。投稿先を切り替えてよろしいですか?",
1015             "dev": "開発サーバ"
1016         },
1017         "version": {
1018             "whats_new": "iDエディタ更新 {version}"
1019         },
1020         "tag_reference": {
1021             "description": "説明",
1022             "on_wiki": "{tag}: wiki.osm.org ",
1023             "used_with": "さらに詳しく:  {type}"
1024         },
1025         "zoom": {
1026             "in": "ズームイン",
1027             "out": "ズームアウト"
1028         },
1029         "cannot_zoom": "現在のモードでは、これ以上ズームアウトできません。",
1030         "full_screen": "フルスクリーンにする",
1031         "QA": {
1032             "improveOSM": {
1033                 "title": "ImproveOSM 検知内容",
1034                 "geometry_types": {
1035                     "path": "歩道・小道",
1036                     "parking": "駐車場",
1037                     "road": "道路",
1038                     "both": "道路と駐車場"
1039                 },
1040                 "directions": {
1041                     "east": "東",
1042                     "north": "北",
1043                     "northeast": "北東",
1044                     "northwest": "北西",
1045                     "south": "南",
1046                     "southeast": "南東",
1047                     "southwest": "南西",
1048                     "west": "西"
1049                 },
1050                 "error_types": {
1051                     "ow": {
1052                         "title": "一方通行が未設定",
1053                         "description": "{highway} のこの区間では、{num_trips} 件の通行記録のうち、{percentage} %が{from_node} から{to_node} に向かっています。「一方通行」タグが漏れている可能性があります。"
1054                     },
1055                     "mr": {
1056                         "title": "ジオメトリが未設定",
1057                         "description": "このエリアで記録された{num_trips}件の通行記録は、ここにマッピングされていない{geometry_type} がある可能性を示しています。",
1058                         "description_alt": "サードパーティのデータが、ここにマッピングされていない{geometry_type} がある可能性を示しています。"
1059                     },
1060                     "tr": {
1061                         "title": "進行方向制限が未設定",
1062                         "description": "{num_trips} 件の記録された通行({travel_direction}方面への移動)のうち{num_passed} 件が、{from_way} から{to_way} へ{junction}で方向転換しています。「{turn_restriction}」の制限が未設定である可能性があります。"
1063                     }
1064                 }
1065             },
1066             "keepRight": {
1067                 "title": "KeepRight の指摘内容",
1068                 "detail_title": "エラー",
1069                 "detail_description": "説明",
1070                 "comment": "コメント",
1071                 "comment_placeholder": "コメントを入力して他のユーザーと状況を共有します。",
1072                 "close": "クローズ (エラー修正済)",
1073                 "ignore": "無視 (エラーではない)",
1074                 "save_comment": "コメントのみ",
1075                 "close_comment": "コメント&クローズ",
1076                 "ignore_comment": "コメント&無視(エラーではない)",
1077                 "error_parts": {
1078                     "this_node": "このノード",
1079                     "this_way": "このウェイ",
1080                     "this_relation": "このリレーション",
1081                     "this_oneway": "この一方通行",
1082                     "this_highway": "この道路",
1083                     "this_railway": "この鉄道",
1084                     "this_waterway": "この水路",
1085                     "this_cycleway": "この自転車道",
1086                     "this_cycleway_footpath": "この自転車道/歩道",
1087                     "this_riverbank": "この河川",
1088                     "this_crossing": "この横断歩道",
1089                     "this_railway_crossing": "この踏切",
1090                     "this_bridge": "この橋",
1091                     "this_tunnel": "このトンネル",
1092                     "this_boundary": "この行政境界",
1093                     "this_turn_restriction": "この進行方向制限",
1094                     "this_roundabout": "このラウンドアバウト",
1095                     "this_mini_roundabout": "この小さなラウンドアバウト",
1096                     "this_track": "このトラック",
1097                     "this_feature": "この地物",
1098                     "highway": "道路",
1099                     "railway": "鉄道",
1100                     "waterway": "水路",
1101                     "cycleway": "自転車道",
1102                     "cycleway_footpath": "自転車道/歩道",
1103                     "riverbank": "河川",
1104                     "place_of_worship": "礼拝所",
1105                     "pub": "居酒屋",
1106                     "restaurant": "レストラン",
1107                     "school": "学校",
1108                     "university": "大学",
1109                     "hospital": "病院",
1110                     "library": "図書館",
1111                     "theatre": "劇場",
1112                     "courthouse": "裁判所",
1113                     "bank": "銀行",
1114                     "cinema": "映画館",
1115                     "pharmacy": "薬局",
1116                     "cafe": "喫茶店",
1117                     "fast_food": "ファストフード",
1118                     "fuel": "ガソリンスタンド",
1119                     "from": "from",
1120                     "to": "to",
1121                     "left_hand": "左側",
1122                     "right_hand": "右側"
1123                 },
1124                 "errorTypes": {
1125                     "20": {
1126                         "title": "同一地点に複数ノード",
1127                         "description": "この地点に1つ以上のノードがあります。ノードのID: {var1}。"
1128                     },
1129                     "30": {
1130                         "title": "閉じていないエリア",
1131                         "description": "{var1} は \"{var2}\" でタグ付けされており、ループを閉じるべきです。"
1132                     },
1133                     "40": {
1134                         "title": "一方通行の行き止まり",
1135                         "description": "{var2} の最初のノード {var1} は他のウェイにどことも接続していません。"
1136                     },
1137                     "41": {
1138                         "description": "{var2} の最後のノード {var1} は他のウェイにどことも接続していません。"
1139                     },
1140                     "42": {
1141                         "description": "{var1} に至る全てのウェイが一方通行なので、そこにはたどり着けません。 "
1142                     },
1143                     "43": {
1144                         "description": "{var1} に至る全てのウェイが一方通行なので、そこから出られません。 "
1145                     },
1146                     "50": {
1147                         "title": "交差点に未接続",
1148                         "description": "{var1} はウェイ {var1} のすぐ近くにありますが接続されていません。(訳注:(対処例)接続されていない終端ノードは大きめの白い丸で表示されています。それをドラッグして接続先のウェイ付近に持って行くと吸い付くようにつながり、ノードが小さめのグレイの丸に変化します。壁や崖等により実際に接続されていない道路である場合は終端ノード上に noexit=yes タグを付けて通り抜けできないことを明示すると良いでしょう。)"
1149                     },
1150                     "60": {
1151                         "title": "非推奨タグ",
1152                         "description": "{var1} は非推奨タグの \"{var2}\" を使っています。代わりに \"{var3}\" を使ってください。 "
1153                     },
1154                     "70": {
1155                         "title": "タグ未設定",
1156                         "description": "{var1} には空のタグがあります: \"{var2}\"。"
1157                     },
1158                     "71": {
1159                         "description": "{var1} にはタグがありません。"
1160                     },
1161                     "72": {
1162                         "description": "{var1} はどのウェイのメンバーでもなく、タグがありません。"
1163                     },
1164                     "73": {
1165                         "description": "{var1}には \"{var2}\" タグがありますが、\"highway\" タグがありません。"
1166                     },
1167                     "74": {
1168                         "description": "{var1} には空のタグがあります: \"{var2}\"。"
1169                     },
1170                     "75": {
1171                         "description": "{var1} には nameタグ \"{var2}\" がありますが他のタグがありません。"
1172                     },
1173                     "90": {
1174                         "title": "ref タグの無い自動車道",
1175                         "description": "{var1} は自動車道 motorway としてタグ付けされているので \"ref\"、\"nat_ref\"または \"int_ref\" タグが必要です。"
1176                     },
1177                     "100": {
1178                         "title": "religion タグの無い礼拝所",
1179                         "description": "{var1} は礼拝所 place of worship としてタグ付けされているので religion タグが必要です。"
1180                     },
1181                     "110": {
1182                         "title": "名前の無いPOI",
1183                         "description": "{var1} は \"{var2}\" としてタグ付けされているので name タグが必要です。(訳注:(対処例)POIには通常名前があるのでそれを入力します。特定の名前が実際に無いことが稀にありますが、その場合には noname=yes タグを付けて名前が無いことを明示することもできます。)"
1184                     },
1185                     "120": {
1186                         "title": "ノードの無いウェイ",
1187                         "description": "{var1} には単一のノードしかありません。"
1188                     },
1189                     "130": {
1190                         "title": "未接続のウェイ(浮島)",
1191                         "description": "{var1} はマップの他のオブジェクトに接続していません。(訳注:(対処例)大きめの白い丸である未接続の終端ノードをドラッグして相手先のウェイに接続するか、終端ノード上でショートカットキー\"A\"を押すか、右クリックして(+)延長アイコンをクリックしてウェイを延ばして接続します。正しく接続されると丸は小さめのグレイに変化します。エリアで描いたペデストリアンも他の歩道や道路に接続します)"
1192                     },
1193                     "150": {
1194                         "title": "タグの無い鉄道踏切",
1195                         "description": "道路と鉄道の交差する {var1} は \"railway=crossing\" または \"railway=level_crossing\" とタグ付けする必要があります。"
1196                     },
1197                     "160": {
1198                         "title": "鉄道レイヤのぶつかり",
1199                         "description": "{var1} につながる別レイヤのウェイ (例: トンネルや橋) があります。"
1200                     },
1201                     "170": {
1202                         "title": "FIXME タグの付いたアイテム",
1203                         "description": "{var1} にはFIXMEタグがあります: \"{var2}\"。"
1204                     },
1205                     "180": {
1206                         "title": " type の無いリレーション",
1207                         "description": "{var1} には \"type\" タグがありません。"
1208                     },
1209                     "190": {
1210                         "title": "交差種別が不明の交差",
1211                         "description": "{var1} は {var2} {var3} に交差していますが、交差点のノード、橋、トンネルのいずれもありません。(訳注:(対処例)平面交差しているなら交差点付近のウェイ上にダブルクリックでノードを置いて、そのノードを少し動かすと吸い付くように両方のウェイがつながって交差点ができます。正しく接続されると交差点ノードが灰色になり、そのノードをドラッグした時に両方のウェイが動きます。道路と川が交差する箇所は川をまたぐ2か所で道路を区切り、区切ったウェイを選んで地物エディタで「橋」にチェックするか手動で bridge=yes タグを付けます。トンネルも同様の操作で tunnel=yes タグを付けます。なお、ウェイを区切る操作は、ウェイ上の区切る位置でダブルクリックしてノードを置き、そのノードを選んでショトカットキー\"X\"を押すか、右クリックでハサミのアイコンを選びます。)"
1212                     },
1213                     "200": {
1214                         "title": "重なったウェイ",
1215                         "description": "{var1} は {var2} {var3} に重なっています。"
1216                     },
1217                     "210": {
1218                         "title": "循環ウェイ",
1219                         "description": "循環するウェイによる何らかの問題があるかもしれません。"
1220                     },
1221                     "211": {
1222                         "description": "{var1} には1つ以上のノードが複数回含まれています。ノードは {var2} です。これはエラーを引き起こす可能性があります。 "
1223                     },
1224                     "212": {
1225                         "description": "{var1} には2つの異なるノードだけがあり、その1つを1回以上含んでいます。"
1226                     },
1227                     "220": {
1228                         "title": "綴り間違いのあるタグ",
1229                         "description": "{var1} は \"{var2}\" とタグ付けされていますが \"{var3}\" は \"{var4}\" であるかもしれません。"
1230                     },
1231                     "221": {
1232                         "description": "{var1} にある \"{var2}\" タグには問題があるかもしれません。"
1233                     },
1234                     "230": {
1235                         "title": "レイヤのぶつかり",
1236                         "description": "{var1} は別レイヤ上にあるウェイの交差点です。(訳注:例えば平面の道路と地下トンネルや歩道橋は通常レイヤが異なり、接続していません。(対処例)接続を切り離す場合は、グレイの接続ノードを選んでショートカットキ\"D\"を選ぶか、右クリックで左右矢印の切り離しアイコンを選びます。もしくはレイヤの値を合わせます。)"
1237                     },
1238                     "231": {
1239                         "description": "{var1} は次の別レイヤ上にあるウェイの交差点です: {var2}。(訳注:例えば平面の道路と地下トンネルや歩道橋は通常レイヤが異なり、接続していません。(対処例)接続を切り離す場合は、グレイの接続ノードを選んでショートカットキ\"D\"を選ぶか、右クリックで左右矢印の切り離しアイコンを選びます。もしくはレイヤの値を合わせます。)",
1240                         "layer": "(レイヤ: {layer})"
1241                     },
1242                     "232": {
1243                         "description": "{var1} は \"layer={var2}\" でタグ付けされています。エラーとは限りませんが、やや奇妙です。"
1244                     },
1245                     "270": {
1246                         "title": "あまりやらない自動車道路の接続",
1247                         "description": "{var1} は自動車道路と(\"motorway\", \"motorway_link\", \"trunk\", \"rest_area\",  \"construction\"以外の)一般道の交差点です。\"service\" や \"unclassified\" との接続は \"access=no/private\" タグがある場合(さもないと自動車道路のサービスエリアに行けてしまう)もしくは \"service=parking_aisle\" タグである場合にのみ適切です。"
1248                     },
1249                     "280": {
1250                         "title": "境界の課題",
1251                         "description": "この境界には課題がある可能性があります。"
1252                     },
1253                     "281": {
1254                         "title": "名前が未設定の境界",
1255                         "description": "{var1} には名前がありません。"
1256                     },
1257                     "282": {
1258                         "title": "admin level が無い境界",
1259                         "description": "境界 {var1} には適切な数字の admin_level がありません。admin level を混ぜないでください(例: \"6;7\")。全での境界でいちばん低い  admin_level でタグ付けしてください。"
1260                     },
1261                     "283": {
1262                         "title": "閉じていない境界のループ",
1263                         "description": "{var1} の境界は閉じたループになっていません。"
1264                     },
1265                     "284": {
1266                         "title": "境界が分割",
1267                         "description": "{var1} の境界はここで分割されています。"
1268                     },
1269                     "285": {
1270                         "title": "境界の admin_level が高すぎ",
1271                         "description": "{var1} には \"admin_level={var2}\" がありますが、より低い \"admin_level\" (例えばより高い優先度)を持つリレーションに属しています。全てのリレーションの中でいちばん低い \"admin_level\" を持つべきです。"
1272                     },
1273                     "290": {
1274                         "title": "進行方向制限の課題",
1275                         "description": "この進行方向制限には課題がある可能性があります。"
1276                     },
1277                     "291": {
1278                         "title": "進行方向制限 type が未設定",
1279                         "description": "{var1} には認識できない制限 type があります。"
1280                     },
1281                     "292": {
1282                         "title": "\"from\" ウェイに制限が無い",
1283                         "description": "{var1} には {var2} 件の \"from\" メンバーがありますが、1つであるべきです。"
1284                     },
1285                     "293": {
1286                         "title": "\"to\" ウェイに制限が無い",
1287                         "description": "{var1} には {var2} 件の \"to\" メンバーがありますが、1つであるべきです。"
1288                     },
1289                     "294": {
1290                         "title": "制限 \"from\" または \"to\" がウェイで無い",
1291                         "description": "{var1} には \"from\" または \"to\" メンバーがありますが、これはウェイであるべきです。 {var2}。"
1292                     },
1293                     "295": {
1294                         "title": "制限 \"via\" はエンドポイントでは無い",
1295                         "description": "{var1} には\"via\" (ノード {var2}) がありますが、\"{var3}\" (ウェイ {var4}) の最初または最後のメンバーではありません。"
1296                     },
1297                     "296": {
1298                         "title": "あまり無い制限の角度",
1299                         "description": "{var1} の type は \"{var2}\" ですが、角度は {var3}度です。制限の type が間違っていませんか?"
1300                     },
1301                     "297": {
1302                         "title": "\"to\" のウェイの方向誤り",
1303                         "description": "{var1} は\"to\" ウェイ {var2} の方向と一致していません。"
1304                     },
1305                     "298": {
1306                         "title": "冗長な制限 - 一方通行",
1307                         "description": "{var1} は冗長かもしれません。進入は {var2} 上の \"oneway\" タグで既に禁止されています。"
1308                     },
1309                     "300": {
1310                         "title": "maxspeed 未設定",
1311                         "description": "{var1} は motorway, trunk, primary, または secondary でタグ付けされていますが、\"maxspeed\" タグがありません。(訳注:日本の道路ではmaxspeed未設定時の最高速度のデフォルトは motorway なら maxspeed=100、それ以外の trunk, primary, secondary なら maxspeed=60 とみなされます。参考: https://wiki.openstreetmap.org/wiki/OSM_tags_for_routing/Maxspeed#Japan デフォルトと異なる最高速度を持つ道路を優先して道路標識などに基づき設定すると良いでしょう。「地図データ設定」パネルで「交通標識の重ね合わせ(Mapillary)」や「写真の重ね合わせ(Mapillary)」をチェックすると写真があれば道路標識やその撮影方向が確認できる場合があります。なお、制限速度が変わる場合はウェイを区切って別々にタグ付けします。)"
1312                     },
1313                     "310": {
1314                         "title": "ラウンドアバウトの課題",
1315                         "description": "このラウンドアバウトには課題がある可能性があります。"
1316                     },
1317                     "311": {
1318                         "title": "閉じたループになっていないラウンドアバウト",
1319                         "description": "{var1} はラウンドアバウトの一部ですが、閉じたループになっていません。(ラウンドアバウトに向かう分割された車線はラウンドアバウトとしてタグ付けすべきではありません)。"
1320                     },
1321                     "312": {
1322                         "title": "ラウンドアバウトの方向誤り",
1323                         "description": "{var1} が {var2} 通行の国にある場合、進行方向が誤っています。(訳注:日本は左側通行)"
1324                     },
1325                     "313": {
1326                         "title": "ラウンドアバウトの接続が弱い",
1327                         "description": "{var1} には他の道路が {var2} 本だけ接続されています。典型的にはラウンドアバウトには3本以上あります。"
1328                     },
1329                     "320": {
1330                         "title": "正しくないリンクの接続",
1331                         "description": "{var1} は \"{var2}\" とタグ付けされていますが、他の \"{var3}\" や \"{var4}\" にはどこにも接続されていません。"
1332                     },
1333                     "350": {
1334                         "title": "正しくない bridge タグ",
1335                         "description": "{var1} には橋の目的を示すための、その周囲のウェイと共通のタグがありません。次のタグのいずれかがあるべきです: {var2}。"
1336                     },
1337                     "360": {
1338                         "title": "ローカル name タグ未設定",
1339                         "description": "{var1} には \"name:XX={var2}\" というローカル(自地域)の名前タグもあると良いですね。XX はその言語での一般的な名前 \"{var2}\" の言語を示しています。(訳注:日本語ではXXには通常 ja が入ります。必須ではありません。)"
1340                     },
1341                     "370": {
1342                         "title": "二重指定された地物",
1343                         "description": "{var1} にはその周囲のウェイ {var2} {var3} と同じタグが付けられていますが冗長であるように思われます。(訳注:同じ地物であればいずれかひとつだけタグを付けます。)",
1344                         "including_the_name": "(名前 {name} を含む)"
1345                     },
1346                     "380": {
1347                         "title": "物理的な実体の無いsport タグ",
1348                         "description": "{var1} には \"{var2}\" とタグ付けされていますが、物理的な実体を表すタグ (例えば\"leisure\", \"building\", \"amenity\", \"highway\")  がありません。"
1349                     },
1350                     "390": {
1351                         "title": "トラックの種類が未設定",
1352                         "description": "{var1} には トラックの種類を表す\"tracktype\" タグがありません。(訳注:主に農道や林道を表すhighway=track にはその整備の度合いを tracktype=grade1 「硬質:舗装もしくはレンガ・砕石の締固め路盤」から、あぜ道のようなgrade5「軟質:土/砂/草」までタグを付加して区別することができます。必須ではありません。現地の知識や確認可能な画像などが無い場合は推測で付けないようにしてください。もしくは道路の種別自体を変えたほうが良い場合もあるかもしれません)"
1353                     },
1354                     "400": {
1355                         "title": "ジオメトリの課題",
1356                         "description": "ここにはジオメトリ(幾何図形)上の課題がある可能性があります。"
1357                     },
1358                     "401": {
1359                         "title": "進行方向制限が未設定",
1360                         "description": "ウェイ {var1} と {var2} がここで急角度で交わっていますが、転回を妨げる一方通行タグや進行方向制限がありません。"
1361                     },
1362                     "402": {
1363                         "title": "あり得ない角度",
1364                         "description": "{var1} はここでとても急な角度で曲がっています。"
1365                     },
1366                     "410": {
1367                         "title": "ウェブサイトの課題",
1368                         "description": "連絡先ウェブサイトやURLに課題がある可能性があります。"
1369                     },
1370                     "411": {
1371                         "description": "{var1} には古いURLがあるかもしれません: {var2} がHTTP 状態コード {var3} を返しました。"
1372                     },
1373                     "412": {
1374                         "description": "{var1} には古いURLがあるかもしれません: {var2} に疑わしいテキスト {var3} が含まれています。"
1375                     },
1376                     "413": {
1377                         "description": "{var1} には古いURLがあるかもしれません: {var2} にはキーワード \"{var3}\" が含まれていません。"
1378                     }
1379                 }
1380             }
1381         },
1382         "streetside": {
1383             "tooltip": "Microsoftによる街路写真",
1384             "title": "Bing街路",
1385             "report": "この画像のプライバシーについてレポートする",
1386             "view_on_bing": "Bing 地図で確認",
1387             "hires": "高解像度"
1388         },
1389         "mapillary_images": {
1390             "tooltip": "Mapillary から路上の写真を取得します"
1391         },
1392         "mapillary_map_features": {
1393             "title": "地物",
1394             "tooltip": "Mapillaryの地物",
1395             "request_data": "データをリクエスト",
1396             "construction": {
1397                 "flat": {
1398                     "crosswalk_plain": "横断歩道(ゼブラなし)"
1399                 }
1400             },
1401             "marking": {
1402                 "discrete": {
1403                     "crosswalk_zebra": "横断歩道(ゼブラあり)"
1404                 }
1405             },
1406             "object": {
1407                 "banner": "公告旗",
1408                 "bench": "ベンチ",
1409                 "bike_rack": "自転車ラック",
1410                 "billboard": "広告用看板",
1411                 "catch_basin": "集水ます",
1412                 "cctv_camera": "CCTVカメラ",
1413                 "fire_hydrant": "消火栓",
1414                 "mailbox": "郵便ポスト",
1415                 "manhole": "マンホール",
1416                 "phone_booth": "電話ボックス",
1417                 "sign": {
1418                     "advertisement": "広告看板",
1419                     "information": "情報掲示板",
1420                     "store": "店舗の看板"
1421                 },
1422                 "street_light": "街灯",
1423                 "support": {
1424                     "utility_pole": "柱"
1425                 },
1426                 "traffic_cone": "三角コーン",
1427                 "traffic_light": {
1428                     "cyclists": "自転車用信号",
1429                     "general_horizontal": "横型信号",
1430                     "general_single": "単一信号",
1431                     "general_upright": "縦型信号",
1432                     "other": "信号",
1433                     "pedestrians": "歩行者用信号"
1434                 },
1435                 "trash_can": "ゴミ箱"
1436             }
1437         },
1438         "mapillary": {
1439             "title": "Mapillary",
1440             "signs": {
1441                 "tooltip": "Mapillaryの交通標識"
1442             },
1443             "view_on_mapillary": "この画像をMapillaryで表示"
1444         },
1445         "openstreetcam_images": {
1446             "tooltip": "OpenStreetCamの街路写真"
1447         },
1448         "openstreetcam": {
1449             "title": "OpenStreetCam",
1450             "view_on_openstreetcam": "この画像をOpenStreetCamで見る"
1451         },
1452         "note": {
1453             "note": "メモ",
1454             "title": "メモを編集",
1455             "anonymous": "匿名ユーザー",
1456             "closed": "(クローズ済)",
1457             "commentTitle": "コメント",
1458             "status": {
1459                 "opened": "オープン日付 {when}",
1460                 "reopened": "再オープン日付 {when}",
1461                 "commented": "コメント日付 {when}",
1462                 "closed": "クローズ日付 {when}"
1463             },
1464             "newComment": "新しいコメント",
1465             "inputPlaceholder": "他のユーザーと共有するコメントを入力。",
1466             "close": "メモをクローズ",
1467             "open": "メモを再オープン",
1468             "comment": "コメント",
1469             "close_comment": "コメント&クローズ",
1470             "open_comment": "再オープンしてコメント",
1471             "report": "報告",
1472             "new": "新しいメモ",
1473             "newDescription": "問題の内容を記述します。",
1474             "save": "メモを保存",
1475             "login": "ログインしないとこのメモを変更したりコメントをつけたりできません。",
1476             "upload_explanation": "あなたのコメントはOpenStreetMap の全ユーザーに公開されます。",
1477             "upload_explanation_with_user": "{user} としてのあなたのコメントはOpenStreetMap の全ユーザーに公開されます。"
1478         },
1479         "help": {
1480             "title": "ヘルプ",
1481             "key": "H",
1482             "help": {
1483                 "title": "ヘルプ",
1484                 "welcome": "[OpenStreetMap](https://www.openstreetmap.org/)用のiDエディタへようこそ。このエディタを使うと自分のブラウザから直接OpenStreetMapを更新できます。",
1485                 "open_data_h": "オープンデータ",
1486                 "open_data": "あなたがこのマップ上で編集した内容はOpenStreetMapの全ての利用者が見ているものに反映されます。あなたは個人的な知識、現地調査、(利用を許可された)航空写真や街路写真などを元に編集することができますが、グーグルマップなどのような商業ベースの情報源からのコピーは [厳しく制限されています](https://www.openstreetmap.org/copyright)。",
1487                 "before_start_h": "始める前に",
1488                 "before_start": "編集を始める前に、少しOpenStreetMapとこのエディタに慣れたほうが良いでしょう。iDにはウォークスルーがあり、OpenStreetMap編集の基礎を教えてくれます。この画面にある「チュートリアルを開始」をクリックしてチュートリアルで学んでください - 15分ほどで終わります。",
1489                 "open_source_h": "オープンソース",
1490                 "open_source": "iDエディタは共同作業のオープンソースプロジェクトであり、現在のバージョンは{version} です。ソースコードは[GitHub上](https://github.com/openstreetmap/iD)にあります。",
1491                 "open_source_help": "あなたも[翻訳](https://github.com/openstreetmap/iD/blob/master/CONTRIBUTING.md#translating)したり[バグ報告](https://github.com/openstreetmap/iD/issues)したりすることでiDを支援できます。"
1492             },
1493             "overview": {
1494                 "title": "概要",
1495                 "navigation_h": "ナビゲーション",
1496                 "navigation_drag": "{leftclick}左マウスボタンを押したままマウスを動かすことで、マップをドラッグすることができます。キーボードの`↓`, `↑`, `←`, `→` 矢印キーも使えます。",
1497                 "navigation_zoom": "マウスホイールやトラックパッドでスクロールしたり、マップの脇にある{plus} / {minus}ボタンをクリックするとズームインしたりズームアウトしたりすることができます。キーボードの`+`, `-` キーも使えます。",
1498                 "features_h": "マップの地物",
1499                 "features": "私たちは道路、建物、興味深い地点(POI)といったマップ上に現れる物事を表現するのに*地物*という言葉を使います。実世界のあらゆるものを地物としてOpenStreetMap上にマッピングすることができます。マップの地物は*ポイント*、*ライン*、あるいは*エリア*を使って表現されます。",
1500                 "nodes_ways": "OpenStreetMapではポイントはよく *ノード*と呼ばれ、ラインは*ウェイ*と呼ばれます。"
1501             },
1502             "editing": {
1503                 "title": "編集 & 保存",
1504                 "select_h": "選択",
1505                 "select_left_click": "地物の上で{leftclick}左クリックして選択します。そうすると周囲が点滅しつつハイライトされ、サイドバーに名前や住所といったその地物の詳細が表示されます。",
1506                 "select_right_click": "地物の上で{rightclick}右クリックして編集メニューを表示します。そこには回転、移動、削除といった利用可能なコマンドが示されています。 ",
1507                 "multiselect_h": "複数選択",
1508                 "multiselect_shift_click": "`{shift}`+{leftclick}左クリックで複数の地物を同時に選択します。複数項目の移動や削除が簡単にできます。",
1509                 "multiselect_lasso": "複数選択のもうひとつのやり方は`{shift}` キーを押しながら、{leftclick}左マウスボタンをクリックし、マウスをドラッグして対象エリアを囲みます。囲まれたエリア内のポイントは全て選択されます。",
1510                 "undo_redo_h": "元に戻す & 再実行",
1511                 "undo_redo": "あなたが編集した内容はOpenStreetMapサーバーへの保存を選ぶまではブラウザ内のローカルに蓄えられています。{undo} **元に戻す**ボタンをクリックして編集を元に戻したり、{redo} **再実行**ボタンをクリックして再実行したりすることができます。",
1512                 "save_h": "保存",
1513                 "save": "{save} **保存**をクリックして編集を終了し、OpenStreetMapに送信します。作業内容はこまめに保存するよう気をつけてください!",
1514                 "save_validation": "保存画面には、作業内容のレビュー結果が表示される場合があります。iDは不足データに対する基本的なチェックを実行し、何か間違ったものがあれば手助けとなる提案や警告が提示されるかもしれません。",
1515                 "upload_h": "アップロード",
1516                 "upload": "変更内容をアップロードする前に、[変更セットのコメント](https://wiki.openstreetmap.org/wiki/Good_changeset_comments)を入力しなければなりません。それから**アップロード**をクリックして変更をOpenStreetMapに送信します。するとそれらがマップにマージされ、(サーバーの状態により異なりますが、5分後から数時間後くらいの間に)誰にでも見えるようになります。",
1517                 "backups_h": "自動バックアップ",
1518                 "backups": "コンピュータのクラッシュやブラウザのタブを綴じたりして編集を一気に終了できなかったような場合には、あなたの編集はブラウザの領域にまだ残っています。(同じコンピュータのブラウザで)後からもう一度続けることができ、iDはあなたの作業を復元するかどうか提案します。",
1519                 "keyboard_h": "キーボード・ショートカット",
1520                 "keyboard": "`?` キーを押すと、キーボード・ショートカットの一覧を見ることができます。"
1521             },
1522             "feature_editor": {
1523                 "title": "地物エディタ",
1524                 "intro": "*地物エディタ*はマップの側面に現れ、選択した地物に関する全ての情報を見たり編集したりすることができます。",
1525                 "definitions": "トップのセクションでは地物の種別が表示されます。中央のセクションには、名前や住所といった地物の属性を示す*項目*が含まれます。",
1526                 "type_h": "地物の種別",
1527                 "type": "地物の種別をクリックすると別の種別の地物に変更できます。実世界にあるもの(位置を持つ事実情報で、主観が入らずある程度固定的なもの)は何でもOpenStreetMapに追加することができます。このため選べる地物が何千件もあります。",
1528                 "type_picker": "種別の選択肢には公園、病院、レストラン、道路、建物といったよくある地物が表示されます。見つけたいものを検索ボックスに入力して何でも探すことができます。地物の種別の隣にある{inspect}**情報**アイコンをクリックしてその詳細を調べることもできます。",
1529                 "fields_h": "項目",
1530                 "fields_all_fields": "「すべての項目」セクションにはあなたが編集するであろう地物の詳細項目が含まれています。 OpenStreetMapでは全ての項目は任意であり、わからないところは空欄のままで構いません。",
1531                 "fields_example": "地物の種別ごとにそれぞれ異なる項目が表示されます。例えば、道路には路面、制限速度といった項目が表示されますが、レストランには提供される食事の種別や営業時間が表示されます。",
1532                 "fields_add_field": "「項目追加」欄でドロップダウンをクリックすると、説明、Wikipedia(記事へのリンク)、車椅子の利用可否などの項目をさらに追加することができます。",
1533                 "tags_h": "タグ",
1534                 "tags_all_tags": "項目セクションの下のほうに「すべてのタグ」セクションがあり、選択した地物のためのOpenStreetMap*タグ*をどれでも編集することができます。各タグは*キー*と*値*から成っており、これはOpenStreetMapに蓄積されている全ての地物を定義するデータ要素です。(項目セクションではOpenStreetMapタグを直接憶えていなくても日本語のインタフェースで探して入力できるようになっていますが、ここではタグを直接編集できます。いちばん下の「+」をクリックすると、項目セクションに表示されていないタグを手入力で追加することもできます。)",
1535                 "tags_resources": "地物のタグを手入力で編集するにはOpenStreetMapについてある程度の知識が必要です。[OpenStreetMap Wiki](https://wiki.openstreetmap.org/wiki/JA:Main_Page) や [Taginfo](https://taginfo.openstreetmap.org/)などのリソースを活用したり相談したりして広く受け入れられているOpenStreetMapのタグ付け方法を学んでください。"
1536             },
1537             "points": {
1538                 "title": "ポイント",
1539                 "intro": "*ポイント*は店舗、レストラン、記念碑といった地物を表現するのに使います。 特定の位置にマークし、そこに何があるかを記述します。",
1540                 "add_point_h": "ポイントの追加",
1541                 "add_point": "ポイントを追加するには、マップ上部のツールバーにある{point}**ポイント**ボタンをクリックするか、ショートカットキー `1`を押してください。そうするとマウスカーソルが十字型に変化します。",
1542                 "add_point_finish": "マップ上に新しいポイントを置くには、マウスカーソルをポイントを置きたい場所に移動させ、{leftclick}左クリックもしくはスペースキーを押してください。",
1543                 "move_point_h": "ポイントの移動",
1544                 "move_point": "ポイントを動かすには、マウスカーソルをポイントの上に置いて、{leftclick} 左マウスボタンを押したまま新しい位置までドラッグします。",
1545                 "delete_point_h": "ポイントの削除",
1546                 "delete_point": "実世界に存在しない地物は削除しても構いません。OpenStreetMapから地物を削除するとみんなが見ているマップから削除されるので、削除する前にその地物が本当に存在しないかよく確認してください。",
1547                 "delete_point_command": "ポイントを削除するには、その上で{rightclick}右クリックして選択して編集メニューを表示させ、{delete}**削除**コマンドを使用します。"
1548             },
1549             "lines": {
1550                 "title": "ライン",
1551                 "intro": "*ライン*は道路、鉄道、河川といった地物を表現するのに使われます。 ラインはその地物の中心付近に引きます。",
1552                 "add_line_h": "ラインの追加",
1553                 "add_line": "ラインを追加する際には、マップ上部にあるツールバーの{line}**ライン**ボタンをクリックするか、ショートカットキー`2`を押してください。マウスカーソルが十字型に変わります。",
1554                 "add_line_draw": "次にラインの始点にマウスカーソルを置いて{leftclick}左クリックするかスペースキーを押して、ラインに沿ってノードを置き始めます。引き続きクリックまたはスペースキーを押しながらノードを置いて行きます。ラインを引いている間でも、ズームインしたりマップをドラッグして細部を追加することができます。(交差の無い直線部分の中間にノードを置く必要はありません。曲線部分を滑らかに表現する、最低限のノードがあれば充分です。)",
1555                 "add_line_finish": "ラインを引き終わったときには、`{return}`キーまたは`ESC`キーを押すか最後のノード上でもう一度クリックします。",
1556                 "modify_line_h": "ラインの変更",
1557                 "modify_line_dragnode": "背景画像と一致しない道路など、形状が正確でないラインを目にする機会は多いと思います。ラインの形状を調整する場合には、まずそのラインを{leftclick}左クリックして選択します。そのライン上の全てのノードは小さな円として表示されます。その後、ノードをより適切な位置にドラッグします。",
1558                 "modify_line_addnode": "ライン上で{leftclick}**x2**ダブルクリックするか、ノードどうしの中間にある小さな三角をドラッグすることで、新しいノードを作成することもできます。",
1559                 "connect_line_h": "ラインの接続",
1560                 "connect_line": "道路間の接続を適切に表現することはマップにとって重要であり、運転する方向を提供するのに不可欠です。",
1561                 "connect_line_display": "道路間の接続はグレイの小さな円で表示されます。ラインの終点がどこにも接続されていない場合には、少し大きな白い円で表示されます。",
1562                 "connect_line_drag": "ラインを別の地物に接続するには、そのライン上のノードのひとつを別の地物上に、両方の地物が吸い付くように重なる(接続先の地物が選択状態になる)までドラッグします。ヒント: 他の地物と接続させたくない時は、`{alt}`キーを押しながらドラッグします。",
1563                 "connect_line_tag": "接続部分に信号機や横断歩道があることが分かっている場合には、接続点のノードを選択して、地物エディタで正しい地物の種別を選んで追加することもできます。(背景画像で横断歩道が見える場合にはノードでなくラインを引いて横断歩道のタグを付けることもできます。)",
1564                 "disconnect_line_h": "ラインの接続解除",
1565                 "disconnect_line_command": "道路を別の地物から切り離すには、接続しているノードを{rightclick}右クリックして、編集メニューから{disconnect}**接続解除**コマンドを選びます。",
1566                 "move_line_h": "ラインの移動",
1567                 "move_line_command": "ライン全体を移動させる場合は、そのラインを右{rightclick}クリックして、編集メニューから{move}**移動**コマンドを選びます。そしてマウスを動かしてそのラインを新しい場所に置いて{leftclick}左クリックします。",
1568                 "move_line_connected": "他の地物に接続しているラインは、(接続解除を行わない限り)そのラインを新しい位置に動かしても接続したままです。iDはあるラインを別の接続されたラインから勝手に切り離されて移動することを防ぎます。",
1569                 "delete_line_h": "ラインの削除",
1570                 "delete_line": "例えば実世界に存在しない道路などライン全体が正しくない場合には、削除しても構いません。でも地物を削除する時にはくれぐれも注意してください。あなたが見ている背景画像は古いものかもしれず、間違っているように見える道路は単に新しく建設されたものかもしれません。",
1571                 "delete_line_command": "ラインを削除する場合は、そのライン上で{rightclick}右クリックして選択して編集メニューを表示させ、それから{delete}**削除**コマンドを使用してください。"
1572             },
1573             "areas": {
1574                 "title": "エリア",
1575                 "intro": "*エリア*は湖、建物、住宅地といった地物の境界を表示するのに使われます。エリアは例えば建物の基礎部分の周囲などのように、その地物の外縁をトレースします。",
1576                 "point_or_area_h": "ポイントかエリアか?",
1577                 "point_or_area": "多くの地物はポイントでもエリアでも表現することができますが、建物や敷地は極力エリアでマッピングすべきです。建物の中にあるのがビジネス施設なのかアメニティ施設なのか、あるいは別の地物なのかを表現するために、建物の中にポイントを置きます。",
1578                 "add_area_h": "エリアの追加",
1579                 "add_area_command": "エリアを追加する場合は、マップ上部のツールバー上の{area}**エリア**ボタンをクリックするか、ショートカットキー`3`を押します。するとマウスカーソルが十字形に変わります。",
1580                 "add_area_draw": "次にマウスカーソルを対象となる地物の角のひとつに置いて、{leftclick}左クリックまたはスペースキーを押してアリアの外周にノードを置き始めます。クリックまたはスペースキーを押してノードを追加します。外周を描いている間も、ズームインしたりマップをドラッグして詳細を描き加えることができます。",
1581                 "add_area_finish": "エリアを描き終わったら、`{return}`キーまたは`ESC`キーを押すか、最初または最後のノードを再度クリックして終了します。",
1582                 "square_area_h": "角を直角化",
1583                 "square_area_command": "建物などエリアの地物の多くには直角な角があります。エリアの角を直角にするには、エリアの境界を{rightclick}右クリックして選択し、編集メニューから{orthogonalize} **直角化**を選びます。",
1584                 "modify_area_h": "エリアを変更",
1585                 "modify_area_dragnode": "例えば背景画像と一致しない建物など、形状が正しくないエリア見かけることは多いでしょう。エリアの形状を調整するにはまず{leftclick}左クリックして対象を選びます。エリアの全ノードが小さな円として表示されます。そしてノードをより正確な位置にドラッグすることができます。",
1586                 "modify_area_addnode": "そのエリアの外周上で{leftclick}**x2**ダブルクリックしたり、2つのノード間の中間にある小さな三角形をドラッグすると、エリアに沿って新しいノードを作成することができます。",
1587                 "delete_area_h": "エリアの削除",
1588                 "delete_area": "例えば実世界に存在しない建物などエリア全体が正しくない場合には、それを削除しても構いませんが、地物を削除する際にはくれぐれも気をつけてください。あなたが見ている背景画像が古く、間違っているように見える建物は単に新しく建てられたものかもしれません。",
1589                 "delete_area_command": "エリアを削除する場合は、エリア上で{rightclick}右クリックして選択して編集メニューを表示させ、{delete} **削除**コマンドを使います。"
1590             },
1591             "relations": {
1592                 "title": "リレーション",
1593                 "intro": "*リレーション*とは、OpenStreetMapにおける地物の特別な種別で、他の地物をまとめてグループ化するものです。リレーションが持つ地物は*メンバー*と呼ばれ、各メンバーはリレーション内での*ロール*を持つことができます。",
1594                 "edit_relation_h": "リレーションの編集",
1595                 "edit_relation": "地物エディタのいちばん下に「すべてのリレーション」セクションがあり、選ばれた地物が何らかのリレーションのメンバーかどうか見ることができます。そしてそのリレーションをクリックすると選択して編集することができます。",
1596                 "edit_relation_add": "ある地物をリレーションに追加するには、地物を選択し、地物エディタの「すべてのリレーション」セクションにある {plus} 追加ボタンをクリックします。すると近くにあるリレーションの一覧から選んだり、「新しいリレーション...」オプションを選んだりすることができます。",
1597                 "edit_relation_delete": "{delete} **削除**ボタンをクリックして選択した地物をリレーションから削除することもできます。リレーションから全ての地物を削除すると、リレーション自体も自動的に削除されます。",
1598                 "maintain_relation_h": "リレーションの維持管理",
1599                 "maintain_relation": "たいていの場合、iDはあなたの編集に合わせてリレーションを自動的に維持管理していますが、リレーションのメンバーとなっていそうな地物を置き換える際には注意が必要です。例えば道路のある区間を削除して新しく区間を引き直した場合、その新しい区間を元の区間と同様に同じリレーション(ルート、進行方向制限など)に追加する必要があります。",
1600                 "relation_types_h": "リレーションの種別",
1601                 "multipolygon_h": "マルチポリゴン(多角形)",
1602                 "multipolygon": "*マルチポリゴン*リレーションはひとつ以上の*outer*(外側)の 地物とひとつ以上の*inner*(内側)の地物のグループです。outerの地物はマルチポリゴンの外周を定義し、 innerの地物はマルチポリゴン内部にあるサブエリアや切り抜かれた穴を定義します。",
1603                 "multipolygon_create": "例えばその中に穴がある建物のようなマルチポリゴンを作成するには、外周をエリアとして描き、内周をラインまたは別のエリアとして描きます。そして`{shift}`+{leftclick}左クリックで両方の地物を選択し、{rightclick}右クリックで編集メニューを表示させ、{merge}**結合**コマンドを選びます。",
1604                 "multipolygon_merge": "複数のラインやエリアを結合(マージ)すると、選択された全てのエリアをメンバーとする新しいマルチポリゴン・リレーションが作成されます。iDはどの地物が内側にあるかを自動的に判別して、innerとouterのロールを自動的に選びます。",
1605                 "turn_restriction_h": "進行方向制限",
1606                 "turn_restriction": "*進行方向制限*リレーションは交差点における複数の道路セグメントのグループです。進行方向制限は*from*(開始地点)の道路、*via*(経由地点)のノードまたは道路、そして*to*(終了地点)の道路から成っています。",
1607                 "turn_restriction_field": "進行方向制限を編集するには、まず2つ以上の道路が出会う合流点ノードを選択します。すると地物エディタが交差点のモデルを含む特別な「進行方向制限」項目を表示します。",
1608                 "turn_restriction_editing": "「進行方向制限」項目では、まず\"from\"側の道路をクリックして選び、そして\"to\"側の道路の方向に向けて進行が許可されているか禁止されているかを確認します。進行方向アイコンをクリックすると許可と禁止を切替えられます。iDはあなたの選択に従ってリレーションを自動的に作成し、from、via、toの各ロールをセットします。",
1609                 "route_h": "ルート(経路)",
1610                 "route": "*ルート*リレーションはバスルート、鉄道ルート、道路ルートなどのように経路のネットワークを形成するひとつ以上のラインの地物のグループです。",
1611                 "route_add": "ある地物をルート・リレーションに追加するには、その地物を選んで地物エディタの「すべてのリレーション」セクションまで下にスクロールし、{plus}追加ボタンをクリックしてこの地物を近くにある既存のリレーションまたは新しいリレーションに追加します。",
1612                 "boundary_h": "境界(バウンダリー)",
1613                 "boundary": "*境界*リレーションは、行政界を形成するひとつ以上のラインの地物のグループです。",
1614                 "boundary_add": "ある地物を境界リレーションに追加するには、その地物を選んで地物エディタの「すべてのリレーション」セクションまで下にスクロールして、{plus}追加ボタンをクリックして近くにある既存のリレーションまたは新しいリレーションに追加します。 "
1615             },
1616             "notes": {
1617                 "title": "メモ",
1618                 "intro": "*メモ*は修正や連絡が必要な地物について、他のユーザーにアラートを送るために使います。メモはマップ上に指定された位置を示します。既存のメモを閲覧したり新しく追加する場合には、{data} **地図データ**パネルをクリックしてOpenStreetMapメモのレイヤを有効化してください。",
1619                 "add_note_h": "メモの追加",
1620                 "add_note": "新しいメモを追加する際には、マップ上部にあるツールバーの{note} **メモ**ボタンをクリックするか、ショートカットキー`4`を押してください。するとマウスカーソルのシンボルが十字型に変わります。新しいメモをマップに置く際には、マウスカーソルをメモがあるべき場所に置いて、{leftclick}左クリックするか、スペースキーを押してください。",
1621                 "move_note": "新しいメモだけが移動できます。メモを動かす際には、新しいメモの上にマウスカーソルを置いて、{leftclick}左マウスボタンを押したままメモを新しい位置にドラッグします。",
1622                 "update_note_h": "クローズ、再オープン、コメント",
1623                 "update_note": "既存のメモはクローズ済にしたり、再オープンしたり、コメントを追加したりして更新することができます。メモのクローズは問題が解決されたことを示します。メモの再オープンは元々の問題が解決されていないことを示します。",
1624                 "save_note_h": "メモの保存",
1625                 "save_note": "メモを編集したら、メモのコメントの下にあるボタンをクリックして個々に保存しなければなりません。メモの編集はOpenStreetMapにアップロードする変更セットには含まれ**ません**。"
1626             },
1627             "imagery": {
1628                 "title": "背景画像",
1629                 "intro": "マップデータの下に表示される背景画像はマッピングの重要な情報源です。この画像は宇宙衛星、航空機、ドローンによって収集された写真の場合や、歴史的な地図をスキャンしたものであったりその他のフリーに利用できる情報源のデータであったりします。",
1630                 "sources_h": "画像の情報源",
1631                 "choosing": "どのような画像情報源が編集に利用できるか調べるには、マップの脇にある{layers}**背景設定**ボタンをクリックしてください。",
1632                 "sources": "デフォルトでは[Bing Maps](https://www.bing.com/maps/)衛星レイヤが背景画像として選ばれています。編集している地域に応じて、別の画像情報源も利用できます。より新しいものや高解像度のものもあるので、マッピング時の参照先としてどのレイヤがベストかこまめにチェックすると良いでしょう。(日本でも複数の背景画像が選択できますが、iDエディタ上に初期表示されていない「基盤地図情報」は写真ではなく建物や道路の形状が画像化されているのでトレースには便利です。背景画像としての設定方法は[iDでの基盤地図設定方法](https://wiki.openstreetmap.org/wiki/JA:GSI_KIBAN/Using_GSI_KIBAN_WMS#iD.E3.81.A7.E3.81.AE.E8.A8.AD.E5.AE.9A.E6.96.B9.E6.B3.95)参照。なお、情報がやや古い場合がありますので最新の状況はBingなど他と見比べながら確認してください。)",
1633                 "offsets_h": "背景画像オフセットの調整",
1634                 "offset": "背景画像は正確なマップデータの位置から多少ズレている場合があります。多くの道路や建物が背景画像とズレている場合は、ズレているのは背景画像の方である可能性がありますので、背景画像に合わせて全ての地物をズラすのはやめてください。その代わりに背景設定パネルのいちばん下「背景位置の調整」セクションで背景画像の方をズラして、既存のデータに一致するように調整することができます。(日本での位置精度は概して地理院オルソ画像(Japan GSI ortho Imagery)または基盤地図情報2500(上述)が最も高いようです。ただし両者ともやや古い場合があるので他の画像と見比べながら判断してください。)",
1635                 "offset_change": "画像のオフセットを調整するにら小さな三角をクリックして少しずつ動かしたり、{leftclick} 左クリックしたままグレーの矩形内でドラッグして画像を調整します。"
1636             },
1637             "streetlevel": {
1638                 "title": "街路写真",
1639                 "intro": "衛星/航空写真では見えない交通標識、ビジネスの種類、その他の詳細情報などをマッピングするのには街路写真が役立ちます。iDエディタは[Bing Streetside](https://www.microsoft.com/en-us/maps/streetside)や[Mapillary](https://www.mapillary.com)や[OpenStreetCam](https://www.openstreetcam.org)の街路写真をサポートしています。",
1640                 "using_h": "街路写真の利用",
1641                 "using": "街路写真をマッピングに利用するには、マップ脇にある{data}**地図データ設定**パネルをクリックして利用可能な写真レイヤを有効化/無効化してください。",
1642                 "photos": "有効化すると、写真レイヤには写真の撮影順に沿ったラインが表示されます。高ズームレベルでは、各写真の位置に円形のマークがあり、より高ズームレベルでは撮影時のカメラの向きが円錐形で示されます。",
1643                 "viewer": "写真の位置をどれかひとつクリックすると、マップの下隅に写真ビューアが表示されます。写真ビューアには画像順の前進/後退コントロールが含まれています。さらに画像撮影者のユーザー名、撮影日付、オリジナルサイトでの閲覧用URLなども表示されています。"
1644             },
1645             "gps": {
1646                 "title": "GPSトレース",
1647                 "intro": "集められたGPSトレースはOpenStreetMapで使える貴重な情報源です。このエディタはあなたのローカルコンピュータ上の*.gpx*、*.geojson*及び*.kml*ファイルをサポートしています。GPSトレースはスマートフォン、スポーツ時計、その他のGPS装置などで集められます。",
1648                 "survey": "GPSでのサーベイ実施方法に関する情報は [Mapping with a smartphone, GPS, or paper](http://learnosm.org/en/mobile-mapping/)を読んでみてください。",
1649                 "using_h": "GPSトレースの利用",
1650                 "using": "GPSトレースをマッピングに使うには、そのデータファイルをマップエディタにドラッグ&ドロップしてください。正しく認識されると、マップ上に明るい紫のラインとして表示されます。マップ脇の{data}**地図データ設定**パネルをクリックしてあなたのGPSデータ(ローカル・ファイル)を有効化したり、無効化したり、あるいはズームしてみてください。",
1651                 "tracing": "GPSトラックはOpenStreetMapへは送信されません。そのいちばん良い使い方は、自分が追加する新しい地物のためのガイドとして使いながらマッピングすることです。 ",
1652                 "upload": "あなたは他の利用者が使えるように[自分のGPSデータをOpenStreetMapにアップロード](https://www.openstreetmap.org/trace/create)することもできます。"
1653             },
1654             "qa": {
1655                 "title": "品質改善",
1656                 "intro": "*品質改善* (Q/A) 用のツールはOpenStreetMap内の不適切なタグ、接続されていない道路、その他の課題などを見つけ出し、マッパーはそれを見て修正することができます。Q/A の課題にどのようなものがあるか見てみる場合は、 {data} **地図データ設定** パネルをクリックして、専用の Q/A レイヤを有効化してください。(訳注:見つけ出された課題はあくまで機械的にピックアップされたものであり、必ずしもエラーではない場合があります。現地の状態やタグ付けの知識があまり無い場合にはくれぐれも注意してください。まずは地元や自分でマッピングした内容の修正から始めると良いでしょう。)",
1657                 "tools_h": "ツール",
1658                 "tools": "現在は次のツールがサポートされています: [KeepRight](https://www.keepright.at/)及び[ImproveOSM](https://improveosm.org/en/)。iD は将来 [Osmose](https://osmose.openstreetmap.fr/), その他の Q/A ツールもサポートしたいと考えています。",
1659                 "issues_h": "課題の扱い方",
1660                 "issues": "Q/A の課題の扱い方はメモと似ています。マーカーをクリックすると、サードバー内で課題の詳細を見ることができます。各ツールにはそれぞれにできることがありますが、たいていコメントを付けたり課題をクローズしたりすることができます。"
1661             },
1662             "field": {
1663                 "restrictions": {
1664                     "title": "進行方向制限のヘルプ",
1665                     "about": {
1666                         "title": "説明",
1667                         "about": "この枠内で進行方向制限を検査したり変更することができます。選択された交差点が他の近接する道路とともにモデル化して表示されます。",
1668                         "from_via_to": "進行方向制限には必ずひとつの**進行元(FROM) ウェイ**、ひとつの**進行先(TO) ウェイ**、そしてひとつの**経由(VIA) ノード**またはひとつ以上の**経由(VIA) ウェイ**が含まれます。",
1669                         "maxdist": "「{distField}」スライダーは追加で探す接続道路の距離範囲を制御しています。",
1670                         "maxvia": "「{viaField}」スライダーは経由(VIA)ウェイをいくつまで検索に含めて良いかを調整します。 (ヒント: シンプルなほどベター)"
1671                     },
1672                     "inspecting": {
1673                         "title": "検査",
1674                         "about": "任意の**FROM**区間にホバー(マウスポインターを合わせる)すると、進行方向制限があるかどうかを確認できます。 可能性のある**TO**進行先が色付きの影で描画され、そこに制限があるかどうかを示します。",
1675                         "from_shadow": "{fromShadow} **FROM 区間**",
1676                         "allow_shadow": "{allowShadow} **許可されたTO**",
1677                         "restrict_shadow": "{restrictShadow} **禁止されたTO**",
1678                         "only_shadow": "{onlyShadow} **TOのみ**",
1679                         "restricted": "「制限」は進行方向制限があることを示しています。例「左折禁止」。",
1680                         "only": "「専用」は通行する乗り物がその選択だけ許可されていることを示します。例「直進専用」。"
1681                     },
1682                     "modifying": {
1683                         "title": "修正",
1684                         "about": "進行方向制限を修正するには、まず任意の進行元**FROM**区間をクリックして選択します。選択された区間が点滅し、全ての可能な**TO**進行先が進行方向のシンボルとして現れます。",
1685                         "indicators": "次に、進行方向のシンボルをクリックして「許可」「制限」「専用」の間で切り換えます。",
1686                         "allow_turn": "{allowTurn} **許可された TO**",
1687                         "restrict_turn": "{restrictTurn} **制限された TO**",
1688                         "only_turn": "{onlyTurn} **専用の TO**"
1689                     },
1690                     "tips": {
1691                         "title": "ヒント",
1692                         "simple": "**複雑なものよりシンプルな制限を選びましょう。**",
1693                         "simple_example": "例えば、よりシンプルな経由(via)ノード進行方向制限が使える場合には、経由(via)ウェイを作成することは避けましょう。",
1694                         "indirect": "**制限の中には「(間接)」の文字が表示され、明るく描画されるものがあります。**",
1695                         "indirect_example": "これらは近くに別の制限がある場合に存在する制限です。例えば、「直進専用」制限は交差点内の全ての他の通行路に対して、間接的に「進行方向変更不可」という制限を設けることになります。",
1696                         "indirect_noedit": "間接的な制限を編集するのではなく、近くの直接的な制限を編集します。"
1697                     }
1698                 }
1699             }
1700         },
1701         "issues": {
1702             "title": "改善提案",
1703             "key": "I",
1704             "list_title": "改善提案 ({count})",
1705             "errors": {
1706                 "list_title": "エラー ({count})"
1707             },
1708             "warnings": {
1709                 "list_title": "警告 ({count})"
1710             },
1711             "rules": {
1712                 "title": "ルール"
1713             },
1714             "user_resolved_issues": "自分の編集で解決した改善提案",
1715             "warnings_and_errors": "警告とエラー",
1716             "no_issues": {
1717                 "message": {
1718                     "everything": "改善提案はありません",
1719                     "everything_in_view": "この画面内に改善提案はありません",
1720                     "edits": "あなたの編集への改善提案はありません",
1721                     "edits_in_view": "この画面内のあなたの編集への改善提案はありません",
1722                     "no_edits": "まだ編集内容がありません"
1723                 },
1724                 "hidden_issues": {
1725                     "none": "検知した改善提案はここに表示されます",
1726                     "elsewhere": "別の場所の改善提案: {count}",
1727                     "everything_else": "その他すべての改善提案: {count}",
1728                     "everything_else_elsewhere": "別の場所のその他すべての改善提案: {count}",
1729                     "disabled_rules": "無効化されたルールの改善提案: {count}",
1730                     "disabled_rules_elsewhere": "無効化されたルールの別の場所の改善提案: {count}",
1731                     "ignored_issues": "無視された改善提案: {count}",
1732                     "ignored_issues_elsewhere": "無視された別の場所の改善提案: {count}"
1733                 }
1734             },
1735             "options": {
1736                 "what": {
1737                     "title": "チェック対象:",
1738                     "edited": "自分の編集のみ",
1739                     "all": "全て"
1740                 },
1741                 "where": {
1742                     "title": "チェック範囲:",
1743                     "visible": "現在の画面のみ",
1744                     "all": "全て"
1745                 }
1746             },
1747             "suggested": "最新化の提案:",
1748             "enable_all": "全て有効化",
1749             "disable_all": "全て無効化",
1750             "reset_ignored": "無視された ({count})件をリセット",
1751             "fix_one": {
1752                 "title": "修正する"
1753             },
1754             "fix_all": {
1755                 "title": "全て修正する(訳注:一括操作は非推奨)",
1756                 "annotation": "妥当性確認による問題をいくつか修正しました。"
1757             },
1758             "almost_junction": {
1759                 "title": "交差点に未接続 ",
1760                 "message": "{feature} は{feature2} のすぐ近くにありますが接続されていません",
1761                 "tip": "近くの別の地物に接続している可能性のある地物を探す",
1762                 "self": {
1763                     "message": "{feature} は自身のすぐ近くにありますが再接続されていません"
1764                 },
1765                 "highway-highway": {
1766                     "reference": "交差する道路は頂点ノードを共有すべきです。"
1767                 }
1768             },
1769             "close_nodes": {
1770                 "title": "とても近いポイント",
1771                 "tip": "冗長で使いすぎのポイントを探す",
1772                 "message": "{way} 内の2つのポイントがとても近くにあります",
1773                 "reference": "ウェイにある冗長なポイントはマージするか離れたところに置くべきです。",
1774                 "detached": {
1775                     "message": "{feature} は{feature2} に近すぎます",
1776                     "reference": "別々のポイントは位置を共有すべきではありません。(訳注:まれに縦方向に重なる地物もある)"
1777                 }
1778             },
1779             "crossing_ways": {
1780                 "title": "重なったウェイ",
1781                 "message": "{feature} は{feature2} と重なっています",
1782                 "tip": "誤って交差している地物どうしを探す",
1783                 "building-building": {
1784                     "reference": "建物は別レイヤ上にある場合を除いて、交差すべきではありません。"
1785                 },
1786                 "building-highway": {
1787                     "reference": "建物と重なる道路は橋やトンネルのタグか別のレイヤを使うべきです。"
1788                 },
1789                 "building-railway": {
1790                     "reference": "建物と重なる線路は橋やトンネルのタグか別のレイヤを使うべきです。"
1791                 },
1792                 "building-waterway": {
1793                     "reference": "建物と重なる水路はトンネルのタグか別のレイヤを使うべきです。"
1794                 },
1795                 "highway-highway": {
1796                     "reference": "重なっている道路は橋、トンネル、交差点のいずれかのタグを使うべきです。"
1797                 },
1798                 "highway-railway": {
1799                     "reference": "鉄道と重なる道路は橋、トンネル、踏切のいずれかのタグを使うべきです。"
1800                 },
1801                 "highway-waterway": {
1802                     "reference": "水路と重なる道路は橋、トンネル、洗い越し(ford)のいずれかのタグを使うべきです。"
1803                 },
1804                 "railway-railway": {
1805                     "reference": "重なっている鉄道は接続するか、橋やトンネルのタグを使うべきです。"
1806                 },
1807                 "railway-waterway": {
1808                     "reference": "水路と重なる鉄道は橋やトンネルのタグを使うべきです。"
1809                 },
1810                 "waterway-waterway": {
1811                     "reference": "重なっている水路は接続するかトンネルのタグを使うべきです。"
1812                 },
1813                 "tunnel-tunnel": {
1814                     "reference": "重なっているトンネルは別のレイヤを使うべきです。"
1815                 },
1816                 "tunnel-tunnel_connectable": {
1817                     "reference": "重なっているトンネルは接続するか、別のレイヤを使うべきです。"
1818                 },
1819                 "bridge-bridge": {
1820                     "reference": "重なっている橋は別のレイヤを使うべきです。"
1821                 },
1822                 "bridge-bridge_connectable": {
1823                     "reference": "重なっている橋は接続するか、別のレイヤを使うべきです。"
1824                 },
1825                 "indoor-indoor": {
1826                     "reference": "重なっているインドアの地物は別のレイヤを使うべきです。"
1827                 },
1828                 "indoor-indoor_connectable": {
1829                     "reference": "重なっているインドアの地物は別の階と接続するか、接続せずに別の階を使用するべきです。"
1830                 }
1831             },
1832             "disconnected_way": {
1833                 "title": "未接続のウェイ(浮島)",
1834                 "tip": "経路探索できない道路、小道、フェリールートを探す",
1835                 "routable": {
1836                     "message": {
1837                         "multiple": "相互に接続されただけの経路探索可能な地物が{count} 件あります。"
1838                     },
1839                     "reference": "全ての道路、小道、フェリールートは単一の経路探索ネットワークを形成するために接続すべきです。"
1840                 },
1841                 "highway": {
1842                     "message": "{highway} は他の道路や小道と切り離されています"
1843                 }
1844             },
1845             "fixme_tag": {
1846                 "message": "{feature} には\"Fix Me\" リクエストがあります",
1847                 "reference": "\"fixme\" タグはある地物についてのマッパーからの修正依頼です。"
1848             },
1849             "generic_name": {
1850                 "message": "{feature} には問題のありそうな名前\"{name}\" が付けられています",
1851                 "message_language": "{feature} には問題のありそうな名前\"{name}\" が言語{language} で付けられています",
1852                 "reference": "名前は実際の、現地にある地物の名前であるべきです。"
1853             },
1854             "help_request": {
1855                 "title": "ヘルプリクエスト",
1856                 "tip": "ヘルプリクエストがある地物を探す"
1857             },
1858             "incompatible_source": {
1859                 "title": "問題のありそうな情報源",
1860                 "tip": "問題のありそうな情報源の地物を探す",
1861                 "google": {
1862                     "feature": {
1863                         "message": "{feature} はGoogleをデータソースとして挙げています"
1864                     },
1865                     "reference": "Google製品はプロプライエタリであり出典として使用してはいけません。"
1866                 }
1867             },
1868             "incorrect_name": {
1869                 "message": "{feature} には間違った名前\"{name}\" が付けられています",
1870                 "message_language": "{feature} には間違った名前\"{name}\" が言語{language} で付けられています"
1871             },
1872             "invalid_format": {
1873                 "title": "不適切な形式",
1874                 "tip": "想定外の形式のタグを探す",
1875                 "email": {
1876                     "message": "{feature} には不適切なメールアドレスがあります",
1877                     "message_multi": "{feature} には不適切なメールアドレスが複数あります",
1878                     "reference": "メールアドレスは \"user@example.com\" のような形式でなければなりません。"
1879                 }
1880             },
1881             "mismatched_geometry": {
1882                 "title": "ジオメトリが不一致",
1883                 "tip": "タグとジオメトリが矛盾している地物を探す"
1884             },
1885             "missing_role": {
1886                 "title": "ロールが未設定",
1887                 "message": "{relation} 内の{member} にはロールがありません",
1888                 "tip": "不明あるいは不正なメンバーのロールを持つリレーションを探す",
1889                 "multipolygon": {
1890                     "reference": "マルチポリゴンのメンバーにはinnerかouterのロールが必須です"
1891                 }
1892             },
1893             "missing_tag": {
1894                 "title": "タグ未設定",
1895                 "tip": "何であるのかが分かるタグが抜けている地物を探す",
1896                 "reference": "地物にはタグを付けてそれが何であるかを定義しなければなりません",
1897                 "any": {
1898                     "message": "{feature} にはタグがありません"
1899                 },
1900                 "descriptive": {
1901                     "message": "{feature} が何であるのかを示すタグがありません"
1902                 },
1903                 "relation_type": {
1904                     "message": "リレーション{feature} にはtype がありません"
1905                 }
1906             },
1907             "old_multipolygon": {
1908                 "message": "{multipolygon} には間違ったタグがあります",
1909                 "reference": "マルチポリゴンはリレーションにタグ付けすべきで、outerのウェイにではありません。"
1910             },
1911             "outdated_tags": {
1912                 "title": "旧式のタグ(訳注:OSM Wikiで確認を推奨)",
1913                 "message": "{feature} には旧式のタグがあります",
1914                 "tip": "最新にできる非推奨タグを持つ地物を探す",
1915                 "reference": "その後タグ付け方法が変わっているものがあるので最新にすべきです。(訳注:よく分からないものはOSM-Wikiで確認してからアップグレードしてください)",
1916                 "incomplete": {
1917                     "message": "{feature} には不完全なタグがあります",
1918                     "reference": "タグを追加したほうが良い地物があります。"
1919                 },
1920                 "noncanonical_brand": {
1921                     "message": "{feature} はbrandの標準的なタグを使っていないようです",
1922                     "message_incomplete": "{feature} はbrandの不完全なタグを使っているようです",
1923                     "reference": "同一brandの地物には同じタグ付けをしてください。"
1924                 }
1925             },
1926             "point_as_vertex": {
1927                 "message": "{feature} はそのタグに基づいて単独のポイントであるべきです",
1928                 "reference": "地物の中にはラインやエリアの一部であってはいけないものがあります"
1929             },
1930             "private_data": {
1931                 "title": "プライベート情報",
1932                 "tip": "プライベートな情報が含まれる可能性のある地物を探す",
1933                 "reference": "個人の電話番号などセンシティブなデータはタグ付けしません。",
1934                 "contact": {
1935                     "message": "{feature} はプライベートな連絡先情報でタグ付けされている可能性があります"
1936                 }
1937             },
1938             "suspicious_name": {
1939                 "title": "問題のありそうな名前",
1940                 "tip": "一般名詞や問題のありそうな名前が付いた地物を探す"
1941             },
1942             "tag_suggests_area": {
1943                 "message": "{feature} は\"{tag}\" タグに基づくクローズドエリアであるべきです",
1944                 "reference": "エリアは終端を接続しなければなりません。"
1945             },
1946             "unknown_road": {
1947                 "message": "{feature} には区分がありません",
1948                 "reference": "種類が指定されていない道路は地図や経路探索で表示されない場合があります。"
1949             },
1950             "impossible_oneway": {
1951                 "title": "一方通行の行き止まり",
1952                 "tip": "一方通行が行き止まりの経路の課題を探す",
1953                 "waterway": {
1954                     "connected": {
1955                         "start": {
1956                             "message": "{feature} は接続された水路から離れたところを流れています"
1957                         },
1958                         "end": {
1959                             "message": "{feature} は接続された水路とは反対側に流れています"
1960                         },
1961                         "reference": "水路の区間は通常は同じ方向に流れるべきです。(低地では流れが変わる場合があります)"
1962                     }
1963                 },
1964                 "highway": {
1965                     "start": {
1966                         "message": "{feature} には到達できません",
1967                         "reference": "一方通行の道路は他の道路を経由して到達できなければなりません。"
1968                     },
1969                     "end": {
1970                         "message": "{feature} には出口がありません",
1971                         "reference": "一方通行の道路からは他の道路に行けなければなりません。"
1972                     }
1973                 }
1974             },
1975             "unclosed_multipolygon_part": {
1976                 "message": "{feature} には閉じられていない部分があります",
1977                 "reference": "マルチポリゴンのインナーおよびアウターの部分は全てエンドポイントに接続すべきです。"
1978             },
1979             "unsquare_way": {
1980                 "title": "直角ではない角({val} ° まで) (訳注:無効化を推奨)",
1981                 "message": "{feature} には直角ではない角があります",
1982                 "tip": "直角ではない角があるもののうち改善できそうなものを探す",
1983                 "buildings": {
1984                     "reference": "直角ではない角がある建物は直角にすることでより正確に描けることがあります。"
1985                 }
1986             },
1987             "vertex_as_point": {
1988                 "message": "{feature} はそのタグに基づいてラインやエリアの一部であるべきです",
1989                 "reference": "地物の中には単独のポイントであってはいけないものがあります"
1990             },
1991             "fix": {
1992                 "add_a_bridge": {
1993                     "title": "橋を追加",
1994                     "annotation": "橋を追加しました。"
1995                 },
1996                 "add_a_tunnel": {
1997                     "title": "トンネルを追加",
1998                     "annotation": "トンネルを追加しました。"
1999                 },
2000                 "address_the_concern": {
2001                     "title": "関心を表明"
2002                 },
2003                 "connect_almost_junction": {
2004                     "annotation": "近接した地物を接続しました。"
2005                 },
2006                 "connect_crossing_features": {
2007                     "annotation": "重なっている地物を接続しました。"
2008                 },
2009                 "connect_endpoints": {
2010                     "title": "終端を接続する",
2011                     "annotation": "ウェイの終端を接続しました。"
2012                 },
2013                 "connect_feature": {
2014                     "title": "この地物を接続する"
2015                 },
2016                 "connect_features": {
2017                     "title": "地物を接続する"
2018                 },
2019                 "connect_using_ford": {
2020                     "title": "浅瀬を介して接続する"
2021                 },
2022                 "continue_from_start": {
2023                     "title": "開始点から延長する"
2024                 },
2025                 "continue_from_end": {
2026                     "title": "終了点から延長する"
2027                 },
2028                 "delete_feature": {
2029                     "title": "この地物を削除する(よく分からないものは安易に削除しないこと)"
2030                 },
2031                 "extract_point": {
2032                     "title": "このポイントを抜き移しする"
2033                 },
2034                 "ignore_issue": {
2035                     "title": "この改善提案を無視する"
2036                 },
2037                 "merge_close_vertices": {
2038                     "annotation": "ウェイ内の極めて近いポイントをマージ"
2039                 },
2040                 "merge_points": {
2041                     "title": "これらのポイントをマージ"
2042                 },
2043                 "move_points_apart": {
2044                     "title": "これらのポイントを離す"
2045                 },
2046                 "move_tags": {
2047                     "title": "タグを移動する",
2048                     "annotation": "タグを移動しました。"
2049                 },
2050                 "remove_from_relation": {
2051                     "title": "リレーションから削除する"
2052                 },
2053                 "remove_generic_name": {
2054                     "annotation": "一般名詞を削除しました。"
2055                 },
2056                 "remove_mistaken_name": {
2057                     "annotation": "間違った名前を削除しました。"
2058                 },
2059                 "remove_private_info": {
2060                     "annotation": "プライベートな情報を削除しました。"
2061                 },
2062                 "remove_proprietary_data": {
2063                     "title": "プロプライエタリなデータを全て削除"
2064                 },
2065                 "remove_tag": {
2066                     "title": "タグを削除する",
2067                     "annotation": "タグを削除しました。"
2068                 },
2069                 "remove_tags": {
2070                     "title": "タグを削除する"
2071                 },
2072                 "remove_the_name": {
2073                     "title": "名前を削除する"
2074                 },
2075                 "reposition_features": {
2076                     "title": "地物を配置し直す"
2077                 },
2078                 "reverse_feature": {
2079                     "title": "この地物を反転する"
2080                 },
2081                 "select_preset": {
2082                     "title": "地物の種類を選んでタグを付ける"
2083                 },
2084                 "select_road_type": {
2085                     "title": "道路の種類を選択"
2086                 },
2087                 "set_as_inner": {
2088                     "title": "inner にセットする"
2089                 },
2090                 "set_as_outer": {
2091                     "title": "outer にセットする"
2092                 },
2093                 "square_feature": {
2094                     "title": "この地物の直角に近い角だけを直角にする"
2095                 },
2096                 "tag_as_disconnected": {
2097                     "title": "未接続(行き止まり)のタグを付ける",
2098                     "annotation": "近接している地物に未接続(行き止まり)のタグを付けました。"
2099                 },
2100                 "tag_as_unsquare": {
2101                     "title": "物理的に直角で無いことをタグ付けする(訳注:この機能は議論中のため非推奨)",
2102                     "annotation": "直角では無い角があることをタグ付けしました(訳注:この機能は議論中のため非推奨)"
2103                 },
2104                 "tag_this_as_higher": {
2105                     "title": "これを高くタグ付けする"
2106                 },
2107                 "tag_this_as_lower": {
2108                     "title": "これを低くタグ付けする"
2109                 },
2110                 "upgrade_tags": {
2111                     "title": "タグをアップグレードする",
2112                     "annotation": "古いタグをアップグレードしました。"
2113                 },
2114                 "use_different_layers": {
2115                     "title": "別のレイヤを使う"
2116                 },
2117                 "use_different_layers_or_levels": {
2118                     "title": "違うlayerかlevelを使ってください"
2119                 },
2120                 "use_different_levels": {
2121                     "title": "別の階を使う"
2122                 }
2123             }
2124         },
2125         "intro": {
2126             "done": "完了",
2127             "ok": "OK",
2128             "graph": {
2129                 "block_number": "4",
2130                 "city": "三川",
2131                 "county": "<value for addr:county>",
2132                 "district": "<value for addr:district>",
2133                 "hamlet": "<value for addr:hamlet>",
2134                 "neighbourhood": "<value for addr:neighbourhood>",
2135                 "postcode": "49093",
2136                 "province": "<value for addr:province>",
2137                 "quarter": "<value for addr:quarter>",
2138                 "state": "<value for addr:state>",
2139                 "subdistrict": "<value for addr:subdistrict>",
2140                 "suburb": "<value for addr:suburb>",
2141                 "countrycode": "jp",
2142                 "name": {
2143                     "1st-avenue": "一条通り",
2144                     "2nd-avenue": "二条通り",
2145                     "4th-avenue": "四条通り",
2146                     "5th-avenue": "五条通り",
2147                     "6th-avenue": "六条通り",
2148                     "6th-street": "6th Street",
2149                     "7th-avenue": "七条通り",
2150                     "8th-avenue": "八条通り",
2151                     "9th-avenue": "九条通り",
2152                     "10th-avenue": "十条通り",
2153                     "11th-avenue": "十一条通り",
2154                     "12th-avenue": "十二条通り",
2155                     "access-point-employment": "Access Point Employment",
2156                     "adams-street": "アダムス通り",
2157                     "andrews-elementary-school": "アンドリュー小学校",
2158                     "andrews-street": "アンドリュー通り",
2159                     "armitage-street": "アーミテージ通り",
2160                     "barrows-school": "Barrows School",
2161                     "battle-street": "Battle Street",
2162                     "bennett-street": "Bennett Street",
2163                     "bowman-park": "Bowman Park",
2164                     "collins-drive": "Collins Drive",
2165                     "conrail-railroad": "Conrail Railroad",
2166                     "conservation-park": "Conservation Park",
2167                     "constantine-street": "Constantine Street",
2168                     "cushman-street": "Cushman Street",
2169                     "dollar-tree": "Dollar Tree",
2170                     "douglas-avenue": "Douglas Avenue",
2171                     "east-street": "East Street",
2172                     "elm-street": "Elm Street",
2173                     "flower-street": "Flower Street",
2174                     "foster-street": "Foster Street",
2175                     "french-street": "French Street",
2176                     "garden-street": "Garden Street",
2177                     "gem-pawnbroker": "Gem Pawnbroker",
2178                     "golden-finch-framing": "Golden Finch Framing",
2179                     "grant-avenue": "Grant Avenue",
2180                     "hoffman-pond": "Hoffman Pond",
2181                     "hoffman-street": "Hoffman Street",
2182                     "hook-avenue": "Hook Avenue",
2183                     "jefferson-street": "Jefferson Street",
2184                     "kelsey-street": "Kelsey Street",
2185                     "lafayette-park": "LaFayette Park",
2186                     "las-coffee-cafe": "L.A.'s Coffee Cafe",
2187                     "lincoln-avenue": "Lincoln Avenue",
2188                     "lowrys-books": "Lowry's Books",
2189                     "lynns-garage": "Lynn's Garage",
2190                     "main-street-barbell": "Main Street Barbell",
2191                     "main-street-cafe": "Main Street Cafe",
2192                     "main-street-fitness": "Main Street Fitness",
2193                     "main-street": "Main Street",
2194                     "maple-street": "Maple Street",
2195                     "marina-park": "Marina Park",
2196                     "market-street": "Market Street",
2197                     "memory-isle-park": "Memory Isle Park",
2198                     "memory-isle": "Memory Isle",
2199                     "michigan-avenue": "Michigan Avenue",
2200                     "middle-street": "Middle Street",
2201                     "millard-street": "Millard Street",
2202                     "moore-street": "Moore Street",
2203                     "morris-avenue": "Morris Avenue",
2204                     "mural-mall": "Mural Mall",
2205                     "paisanos-bar-and-grill": "Paisano's Bar and Grill",
2206                     "paisley-emporium": "Paisley Emporium",
2207                     "paparazzi-tattoo": "Paparazzi Tattoo",
2208                     "pealer-street": "Pealer Street",
2209                     "pine-street": "Pine Street",
2210                     "pizza-hut": "ピザハット",
2211                     "portage-avenue": "Portage Avenue",
2212                     "portage-river": "Portage River",
2213                     "preferred-insurance-services": "Preferred Insurance Services",
2214                     "railroad-drive": "Railroad Drive",
2215                     "river-city-appliance": "River City Appliance",
2216                     "river-drive": "River Drive",
2217                     "river-road": "River Road",
2218                     "river-street": "River Street",
2219                     "riverside-cemetery": "Riverside Cemetery",
2220                     "riverwalk-trail": "Riverwalk Trail",
2221                     "riviera-theatre": "Riviera Theatre",
2222                     "rocky-river": "Rocky River",
2223                     "saint-joseph-river": "Saint Joseph River",
2224                     "scidmore-park-petting-zoo": "Scidmore Park Petting Zoo",
2225                     "scidmore-park": "Scidmore Park",
2226                     "scouter-park": "Scouter Park",
2227                     "sherwin-williams": "Sherwin-Williams",
2228                     "south-street": "South Street",
2229                     "southern-michigan-bank": "Southern Michigan Bank",
2230                     "spring-street": "Spring Street",
2231                     "sturgeon-river-road": "Sturgeon River Road",
2232                     "three-rivers-city-hall": "三川市役所",
2233                     "three-rivers-elementary-school": "三川小学校",
2234                     "three-rivers-fire-department": "三川消防署",
2235                     "three-rivers-high-school": "三川高等学校",
2236                     "three-rivers-middle-school": "三川中学校",
2237                     "three-rivers-municipal-airport": "Three Rivers Municipal Airport",
2238                     "three-rivers-post-office": "三川郵便局",
2239                     "three-rivers-public-library": "三川図書館",
2240                     "three-rivers": "三川",
2241                     "unique-jewelry": "Unique Jewelry",
2242                     "walnut-street": "Walnut Street",
2243                     "washington-street": "Washington Street",
2244                     "water-street": "Water Street",
2245                     "west-street": "West Street",
2246                     "wheeler-street": "Wheeler Street",
2247                     "william-towing": "William Towing",
2248                     "willow-drive": "Willow Drive",
2249                     "wood-street": "Wood Street",
2250                     "world-fare": "World Fare"
2251                 }
2252             },
2253             "welcome": {
2254                 "title": "ようこそ",
2255                 "welcome": "ようこそ! このウォークスルーではOpenStreetMap編集の基礎を学びます。",
2256                 "practice": "このウォークスルー内のデータは全て練習用データです。ウォークスルー内で編集した内容は保存されません。",
2257                 "words": "このウォークスルーでは新しい言葉や概念をいくつか紹介します。新しい言葉を紹介する時には*イタリック体*を使います。",
2258                 "mouse": "マップの編集には任意の入力装置を使えますが、このウォークスルーは左右ボタンのあるマウスを使うことを想定しています。**マウスを接続したい場合は今すぐ接続してからOKをクリックしてください。**",
2259                 "leftclick": "このチュートリアルでクリックまたはダブルクリックという場合には、左ボタンを意味しています。トラックパッド上では、シングルクリックまたは1本指タップのことになるでしょう。 **{num} 回左クリックしてください。**",
2260                 "rightclick": "右クリックという場合には、トラックパッドではコントロール+クリック あるいは2本指タップに相当するでしょう。右クリックと同じに使える「メニュー」キーのついたキーボードもあります。**{num} 回右クリックしてください。**",
2261                 "chapters": "よくできました! 行き詰まったら下にあるボタンで各章をいつでもスキップしたりやり直したりすることができます。それでは始めます! **'{next}' をクリックして次に進みましょう。**"
2262             },
2263             "navigation": {
2264                 "title": "ナビゲーション",
2265                 "drag": "メインのマップエリアの背景上にOpenStreetMapのデータが表示されます。{br}マウスの左ボタンを押したままマウスを動かすとマップをドラッグできます。キーボードにある矢印キーでも動かすことができます。**マップをドラッグしてみよう!**",
2266                 "zoom": "マウスホイールやトラックパッドをスクロールしたり、{plus} / {minus} ボタンをクリックすると、ズームインしたりズームアウトしたりできます。**マップをズームしてみよう!**",
2267                 "features": "マップ上に表されるものを表現するために、ここでは*地物(feature)*という言葉を使います。現実世界のあらゆるものはOpenStreetMap上に地物としてマップすることができます。",
2268                 "points_lines_areas": "マップの地物は*ポイント(点)、ライン(線)またはエリア(面)*を使って表されます。",
2269                 "nodes_ways": "OpenStreetMapでは、ポイントは*ノード*、ラインやエリアは*ウェイ*とも呼ばれます。",
2270                 "click_townhall": "マップ上の地物は全てクリックして選択できます。**ポイントをクリックして選択してみましょう。**",
2271                 "selected_townhall": "すばらしい! ポイントが選択されました。選択された地物はその周囲が点滅します。",
2272                 "editor_townhall": "地物が選択されると、*地物エディタ*がマップの隣に表示されます。",
2273                 "preset_townhall": "地物エディタの先頭部分にその地物の種別が表示されます。このポイントは{preset}です。",
2274                 "fields_townhall": "地物エディタの中央部には*項目*があり、名前や住所といった地物の属性が表示されます。",
2275                 "close_townhall": "**地物エディタを閉じるには、エスケープキーか、上部角にある{button} ボタンをクリックします。**",
2276                 "search_street": "現在表示中の地物の中から、あるいは全世界を対象に地物を探すこともできます。**'{name}'を探してみましょう。**",
2277                 "choose_street": "**一覧から{name}を選んで選択してみましょう。**",
2278                 "selected_street": "いいですね! {name}が選択されました。",
2279                 "editor_street": "街路用に表示された項目は役場用に表示された項目とは異なっています。{br}この選択された街路用に、地物エディタは'{field1}' や'{field2}'といった項目を表示します。**エスケープキーまたは{button}ボタンで地物エディタを閉じてください。**",
2280                 "play": "マップを動かしたり他の地物をいくつかクリックしてOpenStreetMapにどのようなものが追加できるのか見てみてください。**次の章へ進む準備ができたら'{next}'をクリックしてください。**"
2281             },
2282             "points": {
2283                 "title": "ポイント",
2284                 "add_point": "*ポイント*はお店、レストラン、記念碑といったものを表すのに使うことができます。{br}これらには特定の位置をマークして、そこにが何があるのかを記述します。**新しくポイントを追加するには、まず{button} ポイントボタンをクリックします。**",
2285                 "place_point": "マップ上に新しいポイントを置くには、そのポイントがあるべき位置にマウスカーソルを置き、左クリックまたはスペースバーを押します。**マウスポインタをこのビルの上に移動し、左クリックまたはスペースバーを押してください。**",
2286                 "search_cafe": "他にもポイントで表せる地物はたくさんあります。今回追加したポイントは喫茶店です。**'{preset}'を探してみましょう。**",
2287                 "choose_cafe": "**一覧から{preset}を選んでみましょう。**",
2288                 "feature_editor": "これでポイントは喫茶店としてマークされました。地物エディタを使えば、喫茶店についてより詳しい情報を追加することができます。",
2289                 "add_name": "OpenStreetMapでは、全ての項目はオプションで、よく分からない場合は項目を空白のままにしておいても構いません。{br}この喫茶店について、あなたが地元の知識を持っているつもりになって、あなたがその名前を知っているということにしましょう。**喫茶店の名前を追加してみましょう。**",
2290                 "add_close": "地物エディタに入力した内容はすべて自動的に記録されます。**地物の名前の入力が終わったら、エスケープキーかエンターキー、あるいは{button}ボタンをクリックすると地物エディタが閉じます。**",
2291                 "reselect": "地物が既に入力されていることもありますが、その内容が間違っていたり不完全であることがあります。既にあるポイントは修正することができます。**今作成した喫茶店をクリックして選択してください。**",
2292                 "update": "この喫茶店について、より詳しい情報を入力してみましょう。名前を変えたり、料理を追加したり、住所を追加したりすることができます。**喫茶店の詳細情報を変えてみましょう。**",
2293                 "update_close": "**喫茶店の情報をアップデートしたら、エスケープキーかエンターキー、あるいは{button}ボタンをクリックすると地物エディタが閉じます。**",
2294                 "rightclick": "地物の上で右クリックすると*編集メニュー*が現れます。そこには実行できる編集操作の一覧が表示されます。**右クリックしてあなたが作成したポイントを選択し、編集メニューを表示されてみましょう。**",
2295                 "delete": "現実世界に存在しない地物は削除して構いません。{br}OpenStreetMapで地物を削除すると、みんなが使っているマップから消えることになります。そのため削除する前にその地物が確実に存在しないことを確認する必要があります。** {button}ボタンをクリックしてポイントを削除してみましょう。**",
2296                 "undo": "自分の編集内容をOpenStreetMapに保存するまでは、いつでも変更を取り消すことができます。**{button}ボタンをクリックして削除を取り消し、ポイントを元に戻してみましょう。**",
2297                 "play": "さあ、これであなたはポイントの作成・編集方法が分かりました。もう少しポイントの作成方法を練習してみましょう! **次の章に進む準備ができたら、'{next}'をクリックしてください。**"
2298             },
2299             "areas": {
2300                 "title": "エリア",
2301                 "add_playground": "*エリア*は湖、建物、住宅街といった地物の境界を表すために使用されます。{br}これらは通常はポイントとしてマッピングされるかもしれない多くの地物をより詳細にマッピングする時に使用することもできます。**{button}エリアボタンをクリックして新しいエリアを追加してください。**",
2302                 "start_playground": "この公園をエリアとしてマップしてみましょう。エリアは、地物の外周の形に*ノード*を配置することで描くことができます。**クリックするかスペースキーを押して、公園の角のどこかを配置してみましょう。**",
2303                 "continue_playground": "子どもの遊び場の外周に沿って続けてノードを置きながらエリアを描き続けてください。このエリアを既存の歩道に接続しても構いません。{br}ヒント: ノードが他の地物と接続されないように'{alt}'キーを押しながら描くこともできます。**遊び場のエリアを描き続ける。**",
2304                 "finish_playground": "エリアの描画を終了する際は、エンターキーを押すか、あるいは描き始めや描き終わりのノードで連続して二回同じ場所でクリックしてください。**公園をエリアとして描いてみましょう。**",
2305                 "search_playground": "**'{preset}'を検索**",
2306                 "choose_playground": "**一覧から{preset}を選択**",
2307                 "add_field": "この公園は公式な名称がありません。そのため、名称の項目は空欄にしておきましょう。{br}その代わり、追加項目の箇所でより細かい情報を入力します。**追加項目のリストをオープンしてください。**",
2308                 "choose_field": "**{field}をリストから選択してください。**",
2309                 "retry_add_field": "{field}以外を選択しています。もう一度選択してください。",
2310                 "describe_playground": "**追加で情報を入力し、{button}ボタンをクリックして地物エディタを閉じてください。**",
2311                 "play": "完了です! 試しにいくつかエリアを描いてみて、どのような地物がOpenStreetMapに描けるか、確認してください。**次の章に進む準備ができたら'{next}'をクリックしてください。**"
2312             },
2313             "lines": {
2314                 "title": "ライン",
2315                 "add_line": "*ライン*は道路、鉄道、河川といった地物を表現するのに使います。 **新しいラインを追加するには、{button}ラインボタンをクリックしてください。**",
2316                 "start_line": "まだ描かれていない道路がありますのでこれを追加してみましょう!{br}OpenStreetMapでは、ラインは道路の中心に沿って引きます。ラインを引いている間でも必要ならドラッグしたりズームしたりできます。**描かれていない道路の上端をクリックして新しいラインを下の方へ描き始めましょう。**",
2317                 "intersect": "クリックするかスペースキーを押すとラインにノードを追加できます。{br}道路など多くの種別のラインはより大きなネットワークの一部です。経路探索アプリケーションが正しく動作するには、これらのラインが正しく接続されていることが重要です。**横方向に引かれている{name}をクリックして2つのラインを接続する交差点を作成しましょう。**",
2318                 "retry_intersect": "道路は{name}を交差する必要があります。もういちどやってみましょう!",
2319                 "continue_line": "続けて新しい道路を引いてみましょう。必要ならマップをドラッグしたりズームしたりできますのでお忘れなく。{br}引き終わったら、最後のノードを再度クリックしてください。**道路を引き終わりました。**",
2320                 "choose_category_road": "**一覧から{category}を選んでください。**",
2321                 "choose_preset_residential": "道路の種別にはいろいろありますが、これは住宅街の道路です。**{preset}という種別を選んでください。**",
2322                 "retry_preset_residential": "{preset}という種別が選ばれていません。**こちらをクリックして再度選んでください。**",
2323                 "name_road": "**この道路に名前をつけてから、エスケープキー、エンターキーまたは{button}ボタンをクリックして地物エディタを閉じます。**",
2324                 "did_name_road": "いい感じです!次はラインの形を更新する方法を学びます。",
2325                 "update_line": "既に引かれているラインの変更が必要な場合があります。ここに正しくなさそうな道路があります。",
2326                 "add_node": "ノードをいくつか追加してその形状を改善することができます。ノードを追加するやり方のひとつはノードを追加したい位置でラインをダブルクリックすることです。**ライン上でダブルクリックして新しいノードを作成します。**",
2327                 "start_drag_endpoint": "ラインを選んだら、任意のノード上で左マウスボタンをクリックしたままドラッグすると、ノードを動かせます。**終端をドラッグして、この道路が交差すべき場所に動かしましょう。**",
2328                 "finish_drag_endpoint": "この位置で良さそうです。**左マウスボタンを放してドラッグを終わります。**",
2329                 "start_drag_midpoint": "ノード間の*中央点*に小さな三角があります。新しいノードを作成するには、中央点を新しい位置にドラッグするやり方もあります。**中央点の三角をドラッグして道路のカーブに合わせて新しいノードを作成してみましょう。**",
2330                 "continue_drag_midpoint": "このラインはとても良くなりましたね!ダブルクリックするか、中央点をカーブが道路の形状に一致するところまでドラッグしてこのラインを引き続き調整してみてください。**ラインの形が整ったら、OKをクリックしてください。**",
2331                 "delete_lines": "現実に存在しない道路を描いたラインがあれば削除しても構いません。{br}ここに、市が{street}を計画したものの建設されなかった例があります。余分なラインを削除することでマップのこの部分を改善することができます。",
2332                 "rightclick_intersection": "最後の実際の通りは{street1}なので、{street2}をこの交差点で*分割*してその上にあるものを全て除去します。**交差点ノード上で右クリックします。**",
2333                 "split_intersection": "**{button} ボタンをクリックして{street}を分割します。**",
2334                 "retry_split": "分割ボタンが押されていないようです。やり直してみてください。",
2335                 "did_split_multi": "よくできました!{street1}はこれで2つに分割されました。上の部分は除去できます。**{street2}の上の部分をクリックして選んでください。**",
2336                 "did_split_single": "**{street2}の上の部分をクリックして選択します。**",
2337                 "multi_select": "{selected}はこれで選択されました。{other1}も選択しましょう。シフトキーを押しながらクリックすると複数のものを選択できます。**{other2}の上でシフト-クリックします。**",
2338                 "multi_rightclick": "良いですね!削除するラインが2つとも選択されました。**どちから一方のライン上で右クリックして編集メニューを表示します。**",
2339                 "multi_delete": "**{button} ボタン上でクリックして余分なラインを削除します。**",
2340                 "retry_delete": "削除ボタンがクリックされていません。もう一度やってみてください。",
2341                 "play": "素晴らしい!この章で学んだスキルでもう少しラインの編集を試してみてください。**次の章へ進む準備ができたら'{next}'をクリックしてください。**"
2342             },
2343             "buildings": {
2344                 "title": "建物",
2345                 "add_building": "OpenStreetMapは建物の世界最大のデータベースです。{br}まだマップされていない建物をトレースすることで、あなたもこのデータベースを改善することができます。**{button} エリアをクリックして新しいエリアを追加しましょう。**",
2346                 "start_building": "この家の外周をトレースしてマップに追加してみましょう。{br}建物はその専有領域の周囲をできるだけ正確にトレースすべきです。**建物の角のどれかひとつの上でクリックまたはスペースキーを押して、開始ノードを置いてください。**",
2347                 "continue_building": "引き続きノードを追加しながら建物の外周をトレースします。より詳細にトレースしたい場合はズームインすることもできますのでお忘れなく。{br}エンターキー押すか、最初か最後のノード上で再度クリックして建物のトレースを終了します。**建物のトレースを終了します。**",
2348                 "retry_building": "建物の角にノードを置くところがうまく行かなかったようです。もう一度やってみてください!",
2349                 "choose_category_building": "**一覧から{category} を選びます。**",
2350                 "choose_preset_house": "建物の種類はこれ以外にもいろいろありますが、これは明らかに家(一戸建て住宅)です。{br}種別がはっきりわからない場合は建物全般の種別を選べばOKです。**{preset} という種別を選びます。**",
2351                 "close": "**エスケープキーか{button} ボタンをクリックして地物エディタを閉じます。**",
2352                 "rightclick_building": "**作成した建物を右クリックで選んで編集メニューを表示します。**",
2353                 "square_building": "あなたが描いた建物を、より建物らしい直角構造にしてみましょう。**{button}ボタンを押すと、建物の形が直角になります。**",
2354                 "retry_square": "直角化ボタン以外を押したようです。もう一度やってみてください。",
2355                 "done_square": "建物の角が動いたのが分かりましたか?もうひとつ役に立つテクニックを学びましょう。",
2356                 "add_tank": "次に、この円形の貯蔵タンクをトレースします。**{button} エリアをクリックして新しいエリアを追加してください。**",
2357                 "start_tank": "きれいな円が描けなくても大丈夫。タンクの外周に触れるようにして、その内側のエリアに粗い円を描いてみてください。**クリックするかスペースキーを押してタンクの外周上に開始ノードを置きます。**",
2358                 "continue_tank": "外周に沿っていくつかノードを追加します。円形はあなたが描いたノードの外側に作成されます。{br}エンターを置くか、最初か最後のノード上で再度クリックしてエリアの描画を終わりにします。**タンクのトレースを終わります。**",
2359                 "search_tank": "**「{preset}」を検索してみましょう **",
2360                 "choose_tank": "**一覧から{preset}を選んでみましょう。**",
2361                 "rightclick_tank": "**作成した貯蔵タンクを右クリックで選んで、編集メニューを表示します。**",
2362                 "circle_tank": "**{button} ボタンをクリックしてタンクを円状にします。**",
2363                 "retry_circle": "円状に並べる ボタンがクリックされていません。もう一度やってみてください。",
2364                 "play": "よくできました!もう少し建物を描いて、編集メニューで他のコマンドも試しながら練習してみてください。**次の章に進む準備ができたら'{next}'をクリックしてください。**"
2365             },
2366             "startediting": {
2367                 "title": "編集開始",
2368                 "help": "これでOpenStreetMapを編集する準備ができました!{br}{button}ヘルプボタンをクリックするか'{key}'キーを押すと、いつでもこのウォークスルーをやり直したり、ドキュメントをより詳細に見たりすることができます。",
2369                 "shortcuts": "'{key}' キーを押すと、コマンドの一覧を、そのキーボードショートカットとともに見ることができます。",
2370                 "save": "変更内容はこまめに保存するよう気をつけてください!",
2371                 "start": "マッピング開始!(これ以降は練習ではなく実際にデータが登録されますので注意してください)"
2372             }
2373         },
2374         "shortcuts": {
2375             "title": "ショートカットキー",
2376             "tooltip": "キーボードショートカット画面を表示",
2377             "toggle": {
2378                 "key": "?"
2379             },
2380             "key": {
2381                 "alt": "Alt",
2382                 "backspace": "Backspace",
2383                 "cmd": "コマンド",
2384                 "ctrl": "Ctrl",
2385                 "delete": "Delete",
2386                 "del": "Del",
2387                 "end": "End",
2388                 "enter": "Enter",
2389                 "esc": "Esc",
2390                 "home": "Home",
2391                 "option": "Option",
2392                 "pause": "Pause",
2393                 "pgdn": "PgDn",
2394                 "pgup": "PgUp",
2395                 "return": "Return",
2396                 "shift": "Shift",
2397                 "space": "スペース"
2398             },
2399             "gesture": {
2400                 "drag": "ドラッグ"
2401             },
2402             "or": "-または-",
2403             "browsing": {
2404                 "title": "閲覧",
2405                 "navigation": {
2406                     "title": "ナビゲーション",
2407                     "pan": "マップを動かす",
2408                     "pan_more": "マップを1画面分動かす",
2409                     "zoom": "拡大/縮小",
2410                     "zoom_more": "ロット単位でズームイン/ズームアウト"
2411                 },
2412                 "help": {
2413                     "title": "ヘルプ",
2414                     "help": "ヘルプ/ドキュメントを表示",
2415                     "keyboard": "ショートカットキーを表示"
2416                 },
2417                 "display_options": {
2418                     "title": "オプション画面表示",
2419                     "background": "背景画像パネルを表示/非表示",
2420                     "background_switch": "直前の背景に切り替え",
2421                     "map_data": "地図データパネルを表示/非表示",
2422                     "issues": "改善提案パネルを表示/非表示",
2423                     "preferences": "個人設定パネルを表示/非表示",
2424                     "fullscreen": "全画面モードに入る",
2425                     "sidebar": "サイドバーの表示/非表示",
2426                     "wireframe": "ワイヤーフレームモード切替",
2427                     "osm_data": "OpenStreetMapデータの表示切替",
2428                     "minimap": "ミニマップの表示/非表示",
2429                     "highlight_edits": "未保存の編集をハイライト"
2430                 },
2431                 "selecting": {
2432                     "title": "地物の選択",
2433                     "select_one": "地物を1つ選ぶ",
2434                     "select_multi": "地物を複数選ぶ",
2435                     "lasso": "地物を囲み線(投げ縄)で選ぶ",
2436                     "search": "地物のテキスト検索欄に移動"
2437                 },
2438                 "with_selected": {
2439                     "title": "選択された地物に対して",
2440                     "edit_menu": "編集メニューの表示/非表示",
2441                     "zoom_to": "選択した地物にズーム"
2442                 },
2443                 "vertex_selected": {
2444                     "title": "選択されたノードに対して",
2445                     "previous": "前のノードへ移動",
2446                     "next": "次のノードへ移動",
2447                     "first": "最初のノードへ移動",
2448                     "last": "最後のノードへ移動",
2449                     "change_parent": "親ウェイを切り替え"
2450                 }
2451             },
2452             "editing": {
2453                 "title": "編集",
2454                 "drawing": {
2455                     "title": "描画",
2456                     "add_point": "「ポイントの追加」モード",
2457                     "add_line": "「ラインの追加」モード",
2458                     "add_area": "「エリアの追加」モード",
2459                     "add_note": "「メモの追加」モード",
2460                     "place_point": "ポイントまたはメモを置く",
2461                     "disable_snap": "押下中はポイント接近時の自動接続(SNAP)を無効化",
2462                     "stop_line": "ラインやエリアの描画を終了"
2463                 },
2464                 "operations": {
2465                     "title": "操作",
2466                     "continue_line": "選択モードでラインを継続",
2467                     "merge": "選択した地物を連結(マージ)",
2468                     "disconnect": "選択したノードで地物を切り離し",
2469                     "extract": "ポイントを地物から抜き移します。",
2470                     "split": "選択したノードでラインを2つに分割",
2471                     "reverse": "選択した地物を反転しました。",
2472                     "move": "選択した地物を移動",
2473                     "rotate": "選択した地物を回転",
2474                     "orthogonalize": "ラインやエリアの角を直角にする",
2475                     "straighten": "ラインや複数ポイントを直線化する",
2476                     "circularize": "クローズドラインやエリアを円形化",
2477                     "reflect_long": "地物を長軸で反転",
2478                     "reflect_short": "地物を短軸で反転",
2479                     "delete": "選択された地物を削除"
2480                 },
2481                 "commands": {
2482                     "title": "コマンド",
2483                     "copy": "選択された地物をコピー",
2484                     "paste": "コピーされた地物を貼り付け",
2485                     "undo": "最後の操作を元に戻す",
2486                     "redo": "最後の操作を再実行",
2487                     "save": "編集結果を保存"
2488                 }
2489             },
2490             "tools": {
2491                 "title": "ツール",
2492                 "info": {
2493                     "title": "補助情報パネル表示切替え",
2494                     "all": "表示中の全補助情報パネルを一括表示/非表示",
2495                     "background": "背景パネルを表示/非表示",
2496                     "history": "編集履歴パネルを表示/非表示",
2497                     "location": "位置パネルを表示/非表示",
2498                     "measurement": "計測パネルを表示/非表示"
2499                 }
2500             }
2501         },
2502         "units": {
2503             "feet": "{quantity} ft",
2504             "miles": "{quantity} mi",
2505             "square_feet": "{quantity} sq ft",
2506             "square_miles": "{quantity} sq mi",
2507             "acres": "{quantity} ac",
2508             "meters": "{quantity} m",
2509             "kilometers": "{quantity} km",
2510             "square_meters": "{quantity} m²",
2511             "square_kilometers": "{quantity} km²",
2512             "hectares": "{quantity} ha",
2513             "area_pair": "{area1} ({area2})",
2514             "arcdegrees": "{quantity}°",
2515             "arcminutes": "{quantity}′",
2516             "arcseconds": "{quantity}″",
2517             "north": "北緯",
2518             "south": "南緯",
2519             "east": "東経",
2520             "west": "西経",
2521             "coordinate": "{coordinate}{direction}",
2522             "coordinate_pair": "{latitude}, {longitude}"
2523         },
2524         "wikidata": {
2525             "identifier": "識別子",
2526             "label": "ラベル",
2527             "description": "説明"
2528         },
2529         "presets": {
2530             "categories": {
2531                 "category-barrier": {
2532                     "name": "障害物の地物"
2533                 },
2534                 "category-building": {
2535                     "name": "建物の地物"
2536                 },
2537                 "category-golf": {
2538                     "name": "ゴルフの地物"
2539                 },
2540                 "category-landuse": {
2541                     "name": "土地利用の地物"
2542                 },
2543                 "category-natural": {
2544                     "name": "自然の地物"
2545                 },
2546                 "category-path": {
2547                     "name": "歩道・小道"
2548                 },
2549                 "category-rail": {
2550                     "name": "線路"
2551                 },
2552                 "category-restriction": {
2553                     "name": "進行方向制限の地物"
2554                 },
2555                 "category-road_major": {
2556                     "name": "主要道路"
2557                 },
2558                 "category-road_minor": {
2559                     "name": "主要道路以外"
2560                 },
2561                 "category-road_service": {
2562                     "name": "敷地内道路"
2563                 },
2564                 "category-route": {
2565                     "name": "ルートの地物"
2566                 },
2567                 "category-utility": {
2568                     "name": "公共インフラの地物"
2569                 },
2570                 "category-water": {
2571                     "name": "水域"
2572                 },
2573                 "category-waterway": {
2574                     "name": "水路"
2575                 }
2576             },
2577             "fields": {
2578                 "access": {
2579                     "label": "通行可否",
2580                     "options": {
2581                         "designated": {
2582                             "description": "標識等や特定の地方条例で通行が許可されている",
2583                             "title": "特定種の通行禁止"
2584                         },
2585                         "destination": {
2586                             "description": "特定の目的地へ移動する用途でのみ通行が許可されている",
2587                             "title": "目的外通行の禁止"
2588                         },
2589                         "dismount": {
2590                             "description": "降りれば通行可能",
2591                             "title": "下車"
2592                         },
2593                         "no": {
2594                             "description": "一般の通行が許可されていない",
2595                             "title": "制限あり"
2596                         },
2597                         "permissive": {
2598                             "description": "所有者が通行制限しない限り通行可",
2599                             "title": "所有者許諾あり"
2600                         },
2601                         "permit": {
2602                             "description": "妥当な許可や利用許諾がある場合のみ通行が許可されている",
2603                             "title": "許可"
2604                         },
2605                         "private": {
2606                             "description": "通行時には所有者から個々に許可を得る必要がある",
2607                             "title": "私有"
2608                         },
2609                         "yes": {
2610                             "description": "法律上の許可あり; 正当利用",
2611                             "title": "通行可"
2612                         }
2613                     },
2614                     "placeholder": "その他",
2615                     "terms": "アクセス, 許可",
2616                     "types": {
2617                         "access": "すべて",
2618                         "bicycle": "自転車",
2619                         "foot": "歩行者",
2620                         "horse": "乗馬",
2621                         "motor_vehicle": "動力付き車輌全般"
2622                     }
2623                 },
2624                 "access_aisle": {
2625                     "label": "駐車場通路の種類"
2626                 },
2627                 "access_simple": {
2628                     "label": "アクセス制限",
2629                     "terms": "アクセス, 許可"
2630                 },
2631                 "addr/interpolation": {
2632                     "label": "補間の種類",
2633                     "options": {
2634                         "all": "すべて",
2635                         "alphabetic": "アルファベット補間",
2636                         "even": "最初が奇数",
2637                         "odd": "最初が偶数"
2638                     }
2639                 },
2640                 "address": {
2641                     "label": "住所",
2642                     "placeholders": {
2643                         "block_number": "街区符号 / 番 / 番地 / 地番",
2644                         "block_number!jp": "街区符号 / 番 / 番地 / 地番",
2645                         "city": "市町村",
2646                         "city!jp": "市町村と東京23区",
2647                         "city!vn": "市/町",
2648                         "conscriptionnumber": "123",
2649                         "country": "国",
2650                         "county": "郡",
2651                         "county!jp": "郡",
2652                         "district": "地区",
2653                         "district!vn": "Arrondissement/町/地区",
2654                         "floor": "階",
2655                         "hamlet": "Hamlet",
2656                         "housename": "地番",
2657                         "housenumber": "住居番号",
2658                         "housenumber!jp": "住居番号 / 号 / 支号 / 枝番号",
2659                         "neighbourhood": "字",
2660                         "neighbourhood!jp": "丁目/字/小字",
2661                         "place": "地名",
2662                         "postcode": "郵便番号",
2663                         "province": "都道府県",
2664                         "province!jp": "都道府県",
2665                         "quarter": "大字",
2666                         "quarter!jp": "大字 / (市内の)町",
2667                         "state": "州",
2668                         "street": "所属する街路名",
2669                         "subdistrict": "Subdistrict",
2670                         "subdistrict!vn": "Ward/Commune/Townlet",
2671                         "suburb": "区",
2672                         "suburb!jp": "区",
2673                         "unit": "単位"
2674                     },
2675                     "terms": "住所, アドレス"
2676                 },
2677                 "admin_level": {
2678                     "label": "Admin Level"
2679                 },
2680                 "aerialway": {
2681                     "label": "種類"
2682                 },
2683                 "aerialway/access": {
2684                     "label": "乗降場所",
2685                     "options": {
2686                         "both": "両方",
2687                         "entry": "入口",
2688                         "exit": "出口"
2689                     }
2690                 },
2691                 "aerialway/bubble": {
2692                     "label": "フード"
2693                 },
2694                 "aerialway/capacity": {
2695                     "label": "運搬人数(1時間当たり)",
2696                     "placeholder": "500, 2500, 5000..."
2697                 },
2698                 "aerialway/duration": {
2699                     "label": "所用時間(分)",
2700                     "placeholder": "1, 2, 3..."
2701                 },
2702                 "aerialway/heating": {
2703                     "label": "暖房"
2704                 },
2705                 "aerialway/occupancy": {
2706                     "label": "定員",
2707                     "placeholder": "2, 4, 8..."
2708                 },
2709                 "aerialway/summer/access": {
2710                     "label": "乗降場所(夏季)",
2711                     "options": {
2712                         "both": "両方",
2713                         "entry": "入口",
2714                         "exit": "出口"
2715                     }
2716                 },
2717                 "aeroway": {
2718                     "label": "種類"
2719                 },
2720                 "agrarian": {
2721                     "label": "製品"
2722                 },
2723                 "air_conditioning": {
2724                     "label": "空調有無",
2725                     "terms": "空調, エアコン, 冷暖房"
2726                 },
2727                 "amenity": {
2728                     "label": "種類"
2729                 },
2730                 "animal_boarding": {
2731                     "label": "対象となる動物"
2732                 },
2733                 "animal_breeding": {
2734                     "label": "対象となる動物"
2735                 },
2736                 "animal_shelter": {
2737                     "label": "対象となる動物"
2738                 },
2739                 "architect": {
2740                     "label": "建築家",
2741                     "terms": "建築家, 設計者, アーキテクト"
2742                 },
2743                 "area/highway": {
2744                     "label": "道路の種類"
2745                 },
2746                 "artist": {
2747                     "label": "アーティスト"
2748                 },
2749                 "artwork_type": {
2750                     "label": "種類"
2751                 },
2752                 "atm": {
2753                     "label": "ATM"
2754                 },
2755                 "attraction": {
2756                     "label": "種類"
2757                 },
2758                 "baby_seat": {
2759                     "label": "ベビーシート"
2760                 },
2761                 "backrest": {
2762                     "label": "背もたれ"
2763                 },
2764                 "bar": {
2765                     "label": "バー",
2766                     "terms": "バー, 酒"
2767                 },
2768                 "barrier": {
2769                     "label": "種類"
2770                 },
2771                 "basin": {
2772                     "label": "種類"
2773                 },
2774                 "bath/open_air": {
2775                     "label": "露天風呂"
2776                 },
2777                 "bath/sand_bath": {
2778                     "label": "砂湯"
2779                 },
2780                 "bath/type": {
2781                     "label": "タイプ",
2782                     "options": {
2783                         "foot_bath": "足湯",
2784                         "hot_spring": "温泉(日本以外)",
2785                         "onsen": "温泉(日本)"
2786                     }
2787                 },
2788                 "beauty": {
2789                     "label": "美容の種類"
2790                 },
2791                 "bench": {
2792                     "label": "ベンチ",
2793                     "terms": "ベンチ, 椅子, いす, 腰掛け, 座席"
2794                 },
2795                 "bicycle_parking": {
2796                     "label": "種類"
2797                 },
2798                 "bin": {
2799                     "label": "ゴミ箱有無",
2800                     "terms": "ゴミ箱, ごみ箱, 廃棄物, 空き缶, 空き瓶, 空きビン, 空きカン"
2801                 },
2802                 "blind": {
2803                     "label": "視覚障害者向けアクセス",
2804                     "options": {
2805                         "limited": "一部可",
2806                         "no": "不可",
2807                         "yes": "可"
2808                     },
2809                     "terms": "視覚障害者向けアクセス, 視覚障害, 盲人, 弱視"
2810                 },
2811                 "blood_components": {
2812                     "label": "献血種類",
2813                     "options": {
2814                         "plasma": "血しょう成分献血",
2815                         "platelets": "血小板成分献血",
2816                         "stemcells": "骨髄サンプル",
2817                         "whole": "全血献血"
2818                     }
2819                 },
2820                 "board_type": {
2821                     "label": "種類"
2822                 },
2823                 "bollard": {
2824                     "label": "種類"
2825                 },
2826                 "booth": {
2827                     "label": "ブース"
2828                 },
2829                 "boules": {
2830                     "label": "種類"
2831                 },
2832                 "boundary": {
2833                     "label": "種類"
2834                 },
2835                 "brand": {
2836                     "label": "ブランド",
2837                     "terms": "ブランド, 系列"
2838                 },
2839                 "brewery": {
2840                     "label": "ドラフトビール",
2841                     "terms": "ドラフトビール, ビール"
2842                 },
2843                 "bridge": {
2844                     "label": "種類",
2845                     "placeholder": "デフォルト"
2846                 },
2847                 "bridge/support": {
2848                     "label": "種類"
2849                 },
2850                 "building": {
2851                     "label": "建物",
2852                     "terms": "建物, ビル"
2853                 },
2854                 "building/levels/underground": {
2855                     "label": "地下階数",
2856                     "placeholder": "2, 4, 6...",
2857                     "terms": "地下, 地下階数"
2858                 },
2859                 "building/levels_building": {
2860                     "label": "建物の地上階数",
2861                     "placeholder": "2, 4, 6...",
2862                     "terms": "階数, 総階数, 階建て"
2863                 },
2864                 "building/material": {
2865                     "label": "建物の素材",
2866                     "terms": "材料, 素材"
2867                 },
2868                 "building_area": {
2869                     "label": "建物"
2870                 },
2871                 "bunker_type": {
2872                     "label": "種類"
2873                 },
2874                 "cables": {
2875                     "label": "ケーブル",
2876                     "placeholder": "1, 2, 3..."
2877                 },
2878                 "camera/direction": {
2879                     "label": "監視カメラの向き(時計回りの角度)",
2880                     "placeholder": "45, 90, 180, 270"
2881                 },
2882                 "camera/mount": {
2883                     "label": "監視カメラの設置位置"
2884                 },
2885                 "camera/type": {
2886                     "label": "監視カメラの種類",
2887                     "options": {
2888                         "dome": "ドーム型",
2889                         "fixed": "固定式",
2890                         "panning": "可動式"
2891                     }
2892                 },
2893                 "capacity": {
2894                     "label": "収容数",
2895                     "placeholder": "50, 100, 200...",
2896                     "terms": "キャパ, 容量, 収容数, 定員, 収容台数, 座席数"
2897                 },
2898                 "cash_in": {
2899                     "label": "入金"
2900                 },
2901                 "castle_type": {
2902                     "label": "種類"
2903                 },
2904                 "changing_table": {
2905                     "label": "オムツ交換台有無"
2906                 },
2907                 "charge_fee": {
2908                     "label": "料金",
2909                     "placeholder": "1 EUR, 5 USD, 10 JPY…",
2910                     "terms": "オムツ替え台, オムツ交換台"
2911                 },
2912                 "charge_toll": {
2913                     "label": "通行料金",
2914                     "placeholder": "1 EUR, 5 USD, 10 JPY…",
2915                     "terms": "通行料金, 料金"
2916                 },
2917                 "check_date": {
2918                     "label": "最終確認日"
2919                 },
2920                 "clothes": {
2921                     "label": "服"
2922                 },
2923                 "club": {
2924                     "label": "種類"
2925                 },
2926                 "collection_times": {
2927                     "label": "収集時刻"
2928                 },
2929                 "colour": {
2930                     "label": "色",
2931                     "terms": "色, カラー"
2932                 },
2933                 "comment": {
2934                     "label": "変更セットのコメント",
2935                     "placeholder": "投稿内容の簡潔な説明(アップロード前に記入必須)"
2936                 },
2937                 "communication_multi": {
2938                     "label": "通信回線の種類",
2939                     "terms": "通信塔の種類, 通信"
2940                 },
2941                 "connectivity": {
2942                     "label": "接続状況"
2943                 },
2944                 "construction": {
2945                     "label": "種類"
2946                 },
2947                 "consulate": {
2948                     "label": "領事館の種類"
2949                 },
2950                 "consulting": {
2951                     "label": "コンサルティング領域"
2952                 },
2953                 "contact/webcam": {
2954                     "label": "ウェブカメラのURL",
2955                     "placeholder": "http://example.com/"
2956                 },
2957                 "content": {
2958                     "label": "内容"
2959                 },
2960                 "conveying": {
2961                     "label": "移動方向",
2962                     "options": {
2963                         "backward": "逆方向",
2964                         "forward": "順方向",
2965                         "reversible": "切替通行"
2966                     }
2967                 },
2968                 "conveying_escalator": {
2969                     "label": "エスカレーター"
2970                 },
2971                 "country": {
2972                     "label": "国"
2973                 },
2974                 "country_flag": {
2975                     "label": "国コード"
2976                 },
2977                 "couplings": {
2978                     "label": "継ぎ手の数",
2979                     "placeholder": "1, 2, 3..."
2980                 },
2981                 "covered": {
2982                     "label": "屋根",
2983                     "terms": "覆い, 屋根, 被覆"
2984                 },
2985                 "craft": {
2986                     "label": "種類"
2987                 },
2988                 "crane/type": {
2989                     "label": "クレーンの種類",
2990                     "options": {
2991                         "floor-mounted_crane": "据付型クレーン",
2992                         "portal_crane": "門形クレーン",
2993                         "travel_lift": "走行リフト"
2994                     }
2995                 },
2996                 "crop": {
2997                     "label": "収穫物"
2998                 },
2999                 "crossing": {
3000                     "label": "種類"
3001                 },
3002                 "crossing/island": {
3003                     "label": "横断島"
3004                 },
3005                 "cuisine": {
3006                     "label": "料理"
3007                 },
3008                 "currency_multi": {
3009                     "label": "通貨の種類",
3010                     "terms": "貨幣の種類, 貨幣, コイン, 紙幣, キャッシュ, 支払"
3011                 },
3012                 "cutting": {
3013                     "label": "種類",
3014                     "placeholder": "デフォルト"
3015                 },
3016                 "cycle_network": {
3017                     "label": "ネットワーク"
3018                 },
3019                 "cycleway": {
3020                     "label": "自転車通行帯",
3021                     "options": {
3022                         "lane": {
3023                             "description": "自動車交通と線で隔てられている自転車通行帯",
3024                             "title": "標準の自転車通行帯"
3025                         },
3026                         "none": {
3027                             "description": "自転車通行帯なし",
3028                             "title": "なし"
3029                         },
3030                         "opposite": {
3031                             "description": "一方通行の道路で両方向に通行可能な自転車通行帯",
3032                             "title": "両方向の自転車通行帯"
3033                         },
3034                         "opposite_lane": {
3035                             "description": "交通の方向とは逆に通行する自転車通行帯",
3036                             "title": "逆方向の自転車通行帯"
3037                         },
3038                         "share_busway": {
3039                             "description": "バス車線と共有の自転車通行帯",
3040                             "title": "バスと共有の自転車通行帯"
3041                         },
3042                         "shared_lane": {
3043                             "description": "自動車交通と隔てられていない自転車通行帯",
3044                             "title": "共有の自転車通行帯"
3045                         },
3046                         "track": {
3047                             "description": "物理的な障害物で隔てられた自転車通行帯",
3048                             "title": "自転車道路"
3049                         }
3050                     },
3051                     "placeholder": "なし",
3052                     "terms": "自転車レーン, 自転車, 自転車専用",
3053                     "types": {
3054                         "cycleway:left": "左側",
3055                         "cycleway:right": "右側"
3056                     }
3057                 },
3058                 "dance/style": {
3059                     "label": "ダンススタイル"
3060                 },
3061                 "date": {
3062                     "label": "日付"
3063                 },
3064                 "delivery": {
3065                     "label": "配達",
3066                     "terms": "配達, 出前, 配送"
3067                 },
3068                 "denomination": {
3069                     "label": "宗派",
3070                     "terms": "宗派"
3071                 },
3072                 "denotation": {
3073                     "label": "意味"
3074                 },
3075                 "departures_board": {
3076                     "label": "出発案内板",
3077                     "options": {
3078                         "no": "なし",
3079                         "realtime": "リアルタイム",
3080                         "timetable": "時刻表",
3081                         "yes": "あり"
3082                     }
3083                 },
3084                 "description": {
3085                     "label": "説明",
3086                     "terms": "説明, 概要, サマリー"
3087                 },
3088                 "design": {
3089                     "label": "デザイン"
3090                 },
3091                 "destination/ref_oneway": {
3092                     "label": "行き先の道路番号"
3093                 },
3094                 "destination/symbol_oneway": {
3095                     "label": "行き先のシンボル",
3096                     "terms": "説明のシンボル, シンボル, アイコン"
3097                 },
3098                 "destination_oneway": {
3099                     "label": "行き先"
3100                 },
3101                 "devices": {
3102                     "label": "装置",
3103                     "placeholder": "1, 2, 3..."
3104                 },
3105                 "diameter": {
3106                     "label": "直径",
3107                     "placeholder": "5 mm, 10 cm, 15 in…"
3108                 },
3109                 "diet_multi": {
3110                     "label": "食事制限の種類",
3111                     "terms": "食事制限の種類, 食事制限, ビーガン, ベジタビリアン, 菜食"
3112                 },
3113                 "diplomatic": {
3114                     "label": "外交組織の種類"
3115                 },
3116                 "diplomatic/services": {
3117                     "label": "サービスの種類"
3118                 },
3119                 "direction": {
3120                     "label": "方向(度、時計回り)",
3121                     "placeholder": "45, 90, 180, 270"
3122                 },
3123                 "direction_cardinal": {
3124                     "label": "方角",
3125                     "options": {
3126                         "E": "東",
3127                         "ENE": "東北東",
3128                         "ESE": "東南東",
3129                         "N": "北",
3130                         "NE": "北東",
3131                         "NNE": "北北東",
3132                         "NNW": "北北西",
3133                         "NW": "北西",
3134                         "S": "南",
3135                         "SE": "南東",
3136                         "SSE": "南南東",
3137                         "SSW": "南南西",
3138                         "SW": "南西",
3139                         "W": "西",
3140                         "WNW": "西北西",
3141                         "WSW": "西南西"
3142                     }
3143                 },
3144                 "direction_clock": {
3145                     "label": "方向",
3146                     "options": {
3147                         "anticlockwise": "反時計回り",
3148                         "clockwise": "時計回り"
3149                     }
3150                 },
3151                 "direction_vertex": {
3152                     "label": "影響を受ける方向",
3153                     "options": {
3154                         "backward": "逆方向",
3155                         "both": "両方 / 全て",
3156                         "forward": "順方向"
3157                     }
3158                 },
3159                 "dispensing": {
3160                     "label": "調剤可否"
3161                 },
3162                 "display": {
3163                     "label": "表示盤の種類"
3164                 },
3165                 "distance": {
3166                     "label": "距離"
3167                 },
3168                 "disused/railway": {
3169                     "label": "廃線の種類"
3170                 },
3171                 "dock": {
3172                     "label": "種類"
3173                 },
3174                 "dog": {
3175                     "label": "犬の同行許可",
3176                     "options": {
3177                         "leashed": "首紐がある場合に犬を同行可",
3178                         "no": "犬は同行不可",
3179                         "yes": "犬は同行可"
3180                     },
3181                     "terms": "犬, ペット, 動物"
3182                 },
3183                 "door": {
3184                     "label": "ドア"
3185                 },
3186                 "door_type": {
3187                     "label": "ドアの種類"
3188                 },
3189                 "drink_multi": {
3190                     "label": "飲物"
3191                 },
3192                 "drinking_water": {
3193                     "label": "飲用水の有無",
3194                     "terms": "飲用水の有無, 飲用, 水"
3195                 },
3196                 "drive_through": {
3197                     "label": "ドライブスルー",
3198                     "terms": "ドライブスルー"
3199                 },
3200                 "duration": {
3201                     "label": "所要時間",
3202                     "placeholder": "00:00",
3203                     "terms": "期間"
3204                 },
3205                 "electrified": {
3206                     "label": "電化状態",
3207                     "options": {
3208                         "contact_line": "架線",
3209                         "no": "非電化",
3210                         "rail": "集電レール",
3211                         "yes": "電化(未定義)"
3212                     },
3213                     "placeholder": "架線、集電レール..."
3214                 },
3215                 "elevation": {
3216                     "label": "標高",
3217                     "terms": "高度"
3218                 },
3219                 "email": {
3220                     "label": "メールアドレス",
3221                     "placeholder": "example@example.com",
3222                     "terms": "メール, メールアドレス"
3223                 },
3224                 "embankment": {
3225                     "label": "種類",
3226                     "placeholder": "デフォルト"
3227                 },
3228                 "embassy": {
3229                     "label": "大使館の種類"
3230                 },
3231                 "emergency": {
3232                     "label": "緊急設備"
3233                 },
3234                 "emergency_combo": {
3235                     "label": "緊急設備の種類"
3236                 },
3237                 "enforcement": {
3238                     "label": "交通取締の種類"
3239                 },
3240                 "entrance": {
3241                     "label": "種類"
3242                 },
3243                 "except": {
3244                     "label": "例外"
3245                 },
3246                 "faces": {
3247                     "label": "面数"
3248                 },
3249                 "fax": {
3250                     "label": "FAX",
3251                     "placeholder": "+31 42 123 4567",
3252                     "terms": "ファックス, ファクシミリ"
3253                 },
3254                 "fee": {
3255                     "label": "利用料金",
3256                     "terms": "料金, 値段, 価格"
3257                 },
3258                 "fence_type": {
3259                     "label": "柵の種類"
3260                 },
3261                 "fire_hydrant/diameter": {
3262                     "label": "口径 (mm, in, または文字)",
3263                     "terms": "直径, 径"
3264                 },
3265                 "fire_hydrant/pressure": {
3266                     "label": "水圧 (bar)",
3267                     "terms": "圧力, 水圧"
3268                 },
3269                 "fire_hydrant/type": {
3270                     "label": "形状",
3271                     "options": {
3272                         "pillar": "柱/地上",
3273                         "pipe": "キャップ付きパイプ",
3274                         "underground": "地下",
3275                         "wall": "壁"
3276                     }
3277                 },
3278                 "fireplace": {
3279                     "label": "暖炉"
3280                 },
3281                 "fishing": {
3282                     "label": "釣り",
3283                     "terms": "魚釣り, 釣り, フィッシング"
3284                 },
3285                 "fitness_station": {
3286                     "label": "設備の種類"
3287                 },
3288                 "fixme": {
3289                     "label": "要修正",
3290                     "terms": "修正依頼, 修正希望, 修正歓迎"
3291                 },
3292                 "flag/type": {
3293                     "label": "掲揚ポールの種類"
3294                 },
3295                 "floating": {
3296                     "label": "水に浮いているかどうか"
3297                 },
3298                 "flood_prone": {
3299                     "label": "洪水浸水想定区域",
3300                     "terms": "洪水浸水想定区域, 洪水, 浸水"
3301                 },
3302                 "ford": {
3303                     "label": "種類",
3304                     "placeholder": "デフォルト"
3305                 },
3306                 "fountain": {
3307                     "label": "噴水の種類"
3308                 },
3309                 "frequency": {
3310                     "label": "動作周波数",
3311                     "terms": "周波数"
3312                 },
3313                 "frequency_electrified": {
3314                     "label": "動作周波数",
3315                     "terms": "周波数"
3316                 },
3317                 "from": {
3318                     "label": "From"
3319                 },
3320                 "fuel": {
3321                     "label": "ガソリンスタンド"
3322                 },
3323                 "fuel_multi": {
3324                     "label": "燃料の種類"
3325                 },
3326                 "gauge": {
3327                     "label": "軌間"
3328                 },
3329                 "gender": {
3330                     "label": "性別",
3331                     "options": {
3332                         "female": "女性",
3333                         "male": "男性",
3334                         "unisex": "性別区分なし"
3335                     },
3336                     "placeholder": "不明",
3337                     "terms": "性別, 男性, 女性, ユニセックス"
3338                 },
3339                 "generator/method": {
3340                     "label": "方式"
3341                 },
3342                 "generator/output/electricity": {
3343                     "label": "発電機出力形態:電気",
3344                     "placeholder": "50 MW, 100 MW, 200 MW..."
3345                 },
3346                 "generator/source": {
3347                     "label": "エネルギー源"
3348                 },
3349                 "generator/type": {
3350                     "label": "種類"
3351                 },
3352                 "gnis/feature_id": {
3353                     "label": "GNIS地物ID",
3354                     "terms": "GNIS地物ID"
3355                 },
3356                 "government": {
3357                     "label": "種類"
3358                 },
3359                 "grape_variety": {
3360                     "label": "ブドウの品種"
3361                 },
3362                 "guest_house": {
3363                     "label": "ゲストハウスの種類"
3364                 },
3365                 "handicap": {
3366                     "label": "ハンディキャップ",
3367                     "placeholder": "1-18"
3368                 },
3369                 "handrail": {
3370                     "label": "手すり",
3371                     "terms": "手すり, 手摺"
3372                 },
3373                 "hashtags": {
3374                     "label": "ハッシュタグ",
3375                     "placeholder": "#example"
3376                 },
3377                 "healthcare": {
3378                     "label": "種類"
3379                 },
3380                 "healthcare/speciality": {
3381                     "label": "専門科"
3382                 },
3383                 "height": {
3384                     "label": "高さ (メートル)",
3385                     "terms": "高さ"
3386                 },
3387                 "height_building": {
3388                     "label": "高さ (メートル)",
3389                     "terms": "高さ, 建物の高さ, 全高"
3390                 },
3391                 "highspeed": {
3392                     "label": "高速鉄道",
3393                     "terms": "高速, ハイスピード"
3394                 },
3395                 "highway": {
3396                     "label": "道路の種類"
3397                 },
3398                 "historic": {
3399                     "label": "種類"
3400                 },
3401                 "historic/civilization": {
3402                     "label": "文明"
3403                 },
3404                 "historic/wreck/date_sunk": {
3405                     "label": "沈没日付"
3406                 },
3407                 "historic/wreck/visible_at_high_tide": {
3408                     "label": "満潮時に出現"
3409                 },
3410                 "historic/wreck/visible_at_low_tide": {
3411                     "label": "干潮時に出現"
3412                 },
3413                 "hoops": {
3414                     "label": "輪の数",
3415                     "placeholder": "1, 2, 4..."
3416                 },
3417                 "horse_dressage": {
3418                     "label": "馬場馬術乗馬",
3419                     "options": {
3420                         "equestrian": "あり",
3421                         "undefined": "なし"
3422                     }
3423                 },
3424                 "horse_riding": {
3425                     "label": "乗馬",
3426                     "options": {
3427                         "horse_riding": "あり",
3428                         "undefined": "なし"
3429                     }
3430                 },
3431                 "horse_scale": {
3432                     "label": "乗馬の難易度",
3433                     "options": {
3434                         "common": "簡易: 問題や難しさは無い。(既定値)",
3435                         "critical": "ボーダーライン: 経験のある騎手と馬なら通過可能。大きな障害物あり。橋は要注意。",
3436                         "dangerous": "危険: よく熟練した騎手と馬で好天時のみ通過可能。馬から下りる。",
3437                         "demanding": "注意して利用: でこぼこな道、たまに困難な通路。",
3438                         "difficult": "困難: 狭くて荒れた道。乗り越えるべき障害物や狭い通路の可能性あり。",
3439                         "impossible": "通過不能: 馬では道または橋が通過できない。極端に狭い、サポート不足、はしごのような障害物。生命の危険あり。"
3440                     },
3441                     "placeholder": "困難, 危険...",
3442                     "terms": "乗馬の難易度, 乗馬, 難易度"
3443                 },
3444                 "horse_stables": {
3445                     "label": "乗馬施設",
3446                     "options": {
3447                         "stables": "Yes",
3448                         "undefined": "No"
3449                     }
3450                 },
3451                 "iata": {
3452                     "label": "IATA空港コード"
3453                 },
3454                 "icao": {
3455                     "label": "ICAO空港コード"
3456                 },
3457                 "incline": {
3458                     "label": "傾斜",
3459                     "terms": "傾き, 傾斜, 斜度, 向き"
3460                 },
3461                 "incline_steps": {
3462                     "label": "傾斜",
3463                     "options": {
3464                         "down": "下",
3465                         "up": "上"
3466                     }
3467                 },
3468                 "indoor": {
3469                     "label": "室内",
3470                     "terms": "インドア, 屋内"
3471                 },
3472                 "indoor_type": {
3473                     "label": "屋内の種類"
3474                 },
3475                 "industrial": {
3476                     "label": "種類"
3477                 },
3478                 "informal": {
3479                     "label": "非公式な地物",
3480                     "terms": "非公式な地物, 非公式"
3481                 },
3482                 "information": {
3483                     "label": "種類"
3484                 },
3485                 "inscription": {
3486                     "label": "碑文の文面",
3487                     "terms": "銘, 刻銘, 碑文, 記銘"
3488                 },
3489                 "intermittent": {
3490                     "label": "間欠性",
3491                     "terms": "間欠, 季節, 季節涸川"
3492                 },
3493                 "intermittent_yes": {
3494                     "label": "間欠性"
3495                 },
3496                 "internet_access": {
3497                     "label": "インターネット環境",
3498                     "options": {
3499                         "no": "無し",
3500                         "terminal": "情報端末",
3501                         "wired": "有線LAN",
3502                         "wlan": "Wi-Fi",
3503                         "yes": "有り"
3504                     },
3505                     "terms": "インターネット, ネット, アクセスポイント"
3506                 },
3507                 "internet_access/fee": {
3508                     "label": "インターネット接続利用料金",
3509                     "terms": "インターネットアクセス料金, アクセス料金, 使用料, 料金"
3510                 },
3511                 "internet_access/ssid": {
3512                     "label": "SSID (Wifiネットワーク名)",
3513                     "terms": "WIFIネットワーク名, アクセスポイント名"
3514                 },
3515                 "interval": {
3516                     "label": "間隔",
3517                     "terms": "運行間隔, 間隔, インターバル"
3518                 },
3519                 "junction/ref_oneway": {
3520                     "label": "ジャンクション番号",
3521                     "terms": "交差点番号, ジャンクション番号"
3522                 },
3523                 "junction_line": {
3524                     "label": "ジャンクション",
3525                     "options": {
3526                         "circular": "ロータリー交差点(優先権なし)",
3527                         "jughandle": "連絡用ランプ",
3528                         "roundabout": "ラウンドアバウト(優先権あり)"
3529                     },
3530                     "terms": "交差点, ジャンクション"
3531                 },
3532                 "kerb": {
3533                     "label": "縁石の詳細"
3534                 },
3535                 "kerb/height": {
3536                     "label": "縁石の高さ"
3537                 },
3538                 "label": {
3539                     "label": "ラベル"
3540                 },
3541                 "lamp_type": {
3542                     "label": "種類"
3543                 },
3544                 "landuse": {
3545                     "label": "土地の種類"
3546                 },
3547                 "lanes": {
3548                     "label": "車線数",
3549                     "placeholder": "1, 2, 3...",
3550                     "terms": "レーン数, 車線数, 車線"
3551                 },
3552                 "language_multi": {
3553                     "label": "言語"
3554                 },
3555                 "layer": {
3556                     "label": "レイヤー",
3557                     "placeholder": "0",
3558                     "terms": "レイヤ"
3559                 },
3560                 "leaf_cycle": {
3561                     "label": "葉の季節変化",
3562                     "options": {
3563                         "deciduous": "落葉樹",
3564                         "evergreen": "常緑樹",
3565                         "mixed": "混合",
3566                         "semi_deciduous": "ほぼ落葉樹",
3567                         "semi_evergreen": "ほぼ常緑樹"
3568                     }
3569                 },
3570                 "leaf_cycle_singular": {
3571                     "label": "葉の季節変化",
3572                     "options": {
3573                         "deciduous": "落葉樹",
3574                         "evergreen": "常緑樹",
3575                         "semi_deciduous": "ほぼ落葉樹",
3576                         "semi_evergreen": "ほぼ常緑樹"
3577                     }
3578                 },
3579                 "leaf_type": {
3580                     "label": "葉の種類",
3581                     "options": {
3582                         "broadleaved": "広葉樹",
3583                         "leafless": "葉なし",
3584                         "mixed": "混合",
3585                         "needleleaved": "針葉樹"
3586                     }
3587                 },
3588                 "leaf_type_singular": {
3589                     "label": "葉の種類",
3590                     "options": {
3591                         "broadleaved": "広葉樹",
3592                         "leafless": "葉なし",
3593                         "needleleaved": "針葉樹"
3594                     }
3595                 },
3596                 "leisure": {
3597                     "label": "種類"
3598                 },
3599                 "length": {
3600                     "label": "長さ (m)"
3601                 },
3602                 "level": {
3603                     "label": "フロア番号(日本の1階は0)",
3604                     "terms": "階, フロア"
3605                 },
3606                 "level_semi": {
3607                     "label": "階数",
3608                     "terms": "階数"
3609                 },
3610                 "levels": {
3611                     "label": "総階数",
3612                     "placeholder": "2, 4, 6...",
3613                     "terms": "階, フロア"
3614                 },
3615                 "liaison": {
3616                     "label": "交流組織の種類"
3617                 },
3618                 "line_attachment": {
3619                     "label": "配線形態"
3620                 },
3621                 "lit": {
3622                     "label": "照明",
3623                     "terms": "街灯, 灯り, ランプ, 照明"
3624                 },
3625                 "location": {
3626                     "label": "位置",
3627                     "terms": "位置, 配置, 地下, 水面下, 地上"
3628                 },
3629                 "location_pool": {
3630                     "label": "位置",
3631                     "options": {
3632                         "indoor": "屋内",
3633                         "outdoor": "屋外",
3634                         "roof": "屋上"
3635                     }
3636                 },
3637                 "lock": {
3638                     "label": "水路上のドック"
3639                 },
3640                 "lockable": {
3641                     "label": "施錠可否",
3642                     "terms": "施錠可否, 施錠, ロック, 鍵"
3643                 },
3644                 "man_made": {
3645                     "label": "種類"
3646                 },
3647                 "manhole": {
3648                     "label": "種類"
3649                 },
3650                 "manufacturer": {
3651                     "label": "メーカー",
3652                     "terms": "メーカー, 製造者, 製作者"
3653                 },
3654                 "map_size": {
3655                     "label": "地図の範囲"
3656                 },
3657                 "map_type": {
3658                     "label": "種類"
3659                 },
3660                 "mapillary": {
3661                     "label": "Mapillary画像ID",
3662                     "terms": "Mapillary画像ID, Mapillary"
3663                 },
3664                 "marker": {
3665                     "label": "埋設物標識の種類"
3666                 },
3667                 "material": {
3668                     "label": "素材",
3669                     "terms": "材料, 素材"
3670                 },
3671                 "max_age": {
3672                     "label": "最高年齢",
3673                     "terms": "最高年齢, 最高齢, 最大年齢"
3674                 },
3675                 "maxheight": {
3676                     "label": "高さ制限",
3677                     "placeholder": "4, 4.5, 5, 14'0\", 14'6\", 15'0\"",
3678                     "terms": "最大高"
3679                 },
3680                 "maxspeed": {
3681                     "label": "最高速度",
3682                     "placeholder": "40, 50, 60...",
3683                     "terms": "速度制限, 制限速度"
3684                 },
3685                 "maxspeed/advisory": {
3686                     "label": "安全速度",
3687                     "placeholder": "40, 50, 60...",
3688                     "terms": "安全速度, 提案速度"
3689                 },
3690                 "maxstay": {
3691                     "label": "最大利用時間",
3692                     "terms": "最大滞在時間, 最大時間, 最長時間"
3693                 },
3694                 "maxweight": {
3695                     "label": "最大重量",
3696                     "terms": "最大高"
3697                 },
3698                 "maxweight_bridge": {
3699                     "label": "最大重量",
3700                     "terms": "最大高"
3701                 },
3702                 "memorial": {
3703                     "label": "種類"
3704                 },
3705                 "microbrewery": {
3706                     "label": "地ビール醸造所",
3707                     "terms": "醸造所, クラフトビール, 蔵元"
3708                 },
3709                 "min_age": {
3710                     "label": "最少年齢",
3711                     "terms": "最小年齢, 最低年齢, 最年少"
3712                 },
3713                 "minspeed": {
3714                     "label": "最低速度制限",
3715                     "placeholder": "20, 30, 40...",
3716                     "terms": "最低速度, 最低速度制限, 速度制限"
3717                 },
3718                 "monitoring_multi": {
3719                     "label": "監視"
3720                 },
3721                 "mtb/scale": {
3722                     "label": "マウンテンバイク難易度",
3723                     "options": {
3724                         "0": "0: 硬い砂利/圧縮土、障害物なし、緩いカーブ",
3725                         "1": "1: いくらか緩んだ表面、小さな障害物、緩いカーブ",
3726                         "2": "2: とても緩んだ表面、大きな障害物、容易なヘアピンカーブ",
3727                         "3": "3: 滑りやすい表面、大きな障害物、きついヘアピンカーブ",
3728                         "4": "4: 緩んだ地面や杭、危険なヘアピンカーブ",
3729                         "5": "5: 最大の難しさ、漂礫地や地滑り",
3730                         "6": "6: 最上級のマウンテンバイクでなければ乗れない"
3731                     },
3732                     "placeholder": "0, 1, 2, 3...",
3733                     "terms": "マウンテンバイクの難易度, マウンテンバイク, 難易度"
3734                 },
3735                 "mtb/scale/imba": {
3736                     "label": "IMBAトレイル難易度",
3737                     "options": {
3738                         "0": "非常に容易 (白い円)",
3739                         "1": "容易 (緑色の円)",
3740                         "2": "中程度 (青い四角形)",
3741                         "3": "困難 (黒いひし形)",
3742                         "4": "非常に困難 (黒いひし形2つ)"
3743                     },
3744                     "placeholder": "初級者、中級者、上級者...",
3745                     "terms": "IBMAトレイル難易度, IMBAトレイル, 難易度"
3746                 },
3747                 "mtb/scale/uphill": {
3748                     "label": "マウンテンバイク登山難易度",
3749                     "options": {
3750                         "0": "0: 平均10%未満の傾斜、地面は舗装/圧縮、障害物なし",
3751                         "1": "1: 平均15%未満の傾斜、地面は舗装/圧縮、小さな障害物あり",
3752                         "2": "2: 平均20%未満の傾斜、安定した地面、それなりの石や木の根がある",
3753                         "3": "3: 平均25%未満の傾斜、変化のある地面、それなりの石や枝がある",
3754                         "4": "4: 平均30%未満の傾斜、地面状態は良くない、大きい岩や木の枝がある",
3755                         "5": "5: 非常に険しく、通常マウンテンバイクを押すか運ぶかする必要がある"
3756                     },
3757                     "placeholder": "0, 1, 2, 3...",
3758                     "terms": "マウンテンバイク・アップヒルの難易度, マウンテンバイク, アップヒル, 難易度"
3759                 },
3760                 "name": {
3761                     "label": "名称",
3762                     "placeholder": "固有の名称 (もしあれば)",
3763                     "terms": "名前, ネーム"
3764                 },
3765                 "natural": {
3766                     "label": "自然"
3767                 },
3768                 "network": {
3769                     "label": "ネットワーク",
3770                     "terms": "ネットワーク"
3771                 },
3772                 "network/type": {
3773                     "label": "ネットワークの種類",
3774                     "terms": "ネットワークの種類, ネットワーク"
3775                 },
3776                 "network_bicycle": {
3777                     "label": "ネットワーク",
3778                     "options": {
3779                         "icn": "国際",
3780                         "lcn": "地域",
3781                         "ncn": "国",
3782                         "rcn": "地方"
3783                     },
3784                     "placeholder": "地域、地方、国、国際"
3785                 },
3786                 "network_foot": {
3787                     "label": "ネットワーク",
3788                     "options": {
3789                         "iwn": "国際",
3790                         "lwn": "地域",
3791                         "nwn": "国",
3792                         "rwn": "地方"
3793                     },
3794                     "placeholder": "地域、地方、国、国際"
3795                 },
3796                 "network_horse": {
3797                     "label": "ネットワーク",
3798                     "options": {
3799                         "ihn": "国際",
3800                         "lhn": "地域",
3801                         "nhn": "国",
3802                         "rhn": "地方"
3803                     },
3804                     "placeholder": "地域、地方、国、国際"
3805                 },
3806                 "network_road": {
3807                     "label": "ネットワーク"
3808                 },
3809                 "not/name": {
3810                     "label": "誤表記",
3811                     "terms": "誤った名前, 誤り名, 誤表記, 誤表示"
3812                 },
3813                 "note": {
3814                     "label": "メモ",
3815                     "terms": "メモ, コメント"
3816                 },
3817                 "office": {
3818                     "label": "種類"
3819                 },
3820                 "oneway": {
3821                     "label": "一方通行",
3822                     "options": {
3823                         "alternating": "交互通行",
3824                         "no": "いいえ",
3825                         "reversible": "切替通行",
3826                         "undefined": "おそらくいいえ",
3827                         "yes": "はい"
3828                     }
3829                 },
3830                 "oneway/bicycle": {
3831                     "label": "一方通行 (自転車)",
3832                     "terms": "一方通行(自転車), 一方通行"
3833                 },
3834                 "oneway_yes": {
3835                     "label": "一方通行",
3836                     "options": {
3837                         "alternating": "交互通行",
3838                         "no": "いいえ",
3839                         "reversible": "切替通行",
3840                         "undefined": "おそらくはい",
3841                         "yes": "はい"
3842                     }
3843                 },
3844                 "opening_date": {
3845                     "label": "開始予定日"
3846                 },
3847                 "opening_hours": {
3848                     "label": "営業時間",
3849                     "placeholder": "不明",
3850                     "terms": "時間, 時刻"
3851                 },
3852                 "operator": {
3853                     "label": "管理主体",
3854                     "terms": "管理者, 運営者"
3855                 },
3856                 "operator/type": {
3857                     "label": "管理者の種類"
3858                 },
3859                 "outdoor_seating": {
3860                     "label": "屋外の席",
3861                     "terms": "屋外席, 屋外の座席, 座席, シート"
3862                 },
3863                 "par": {
3864                     "label": "パー",
3865                     "placeholder": "3, 4, 5..."
3866                 },
3867                 "park_ride": {
3868                     "label": "パーク&ライド",
3869                     "terms": "パークアンドライド, 駐車"
3870                 },
3871                 "parking": {
3872                     "label": "種類",
3873                     "options": {
3874                         "carports": "カーポート",
3875                         "garage_boxes": "箱型ガレージ",
3876                         "lane": "路側帯",
3877                         "multi-storey": "マルチレベル",
3878                         "sheds": "納屋",
3879                         "surface": "地面",
3880                         "underground": "地下"
3881                     }
3882                 },
3883                 "payment_multi": {
3884                     "label": "支払の種類",
3885                     "terms": "貨幣の種類, 貨幣, コイン, 紙幣, キャッシュ, 支払"
3886                 },
3887                 "payment_multi_fee": {
3888                     "label": "支払方法",
3889                     "terms": "貨幣の種類, 貨幣, コイン, 紙幣, キャッシュ, 支払"
3890                 },
3891                 "phases": {
3892                     "label": "相の数",
3893                     "placeholder": "1, 2, 3..."
3894                 },
3895                 "phone": {
3896                     "label": "電話番号",
3897                     "placeholder": "+31 42 123 4567",
3898                     "terms": "電話番号, 電話, 携帯番号"
3899                 },
3900                 "piste/difficulty": {
3901                     "label": "難易度",
3902                     "options": {
3903                         "advanced": "上級",
3904                         "easy": "イージー",
3905                         "expert": "エキスパート",
3906                         "extreme": "エクストリーム",
3907                         "freeride": "フリーライド",
3908                         "intermediate": "中級",
3909                         "novice": "ノービス"
3910                     },
3911                     "placeholder": "初級者、中級者、上級者向け"
3912                 },
3913                 "piste/difficulty_downhill": {
3914                     "label": "難易度",
3915                     "options": {
3916                         "advanced": "上級 (黒色のひし形)",
3917                         "easy": "初級 (緑色の円)",
3918                         "expert": "エキスパート (黒色のひし形2つ)",
3919                         "extreme": "エクストリーム (登山装備要)",
3920                         "freeride": "フリーライド (コース外)",
3921                         "intermediate": "中級 (青色の四角)",
3922                         "novice": "初心者向け (教習用)"
3923                     },
3924                     "placeholder": "初級者向け、普通、上級者向け"
3925                 },
3926                 "piste/difficulty_nordic": {
3927                     "label": "難易度",
3928                     "options": {
3929                         "advanced": "上級 - 狭い, 険しいか氷結あり, 急角度カーブ",
3930                         "easy": "初級 - ソフトな丘, 短区間のみ険しい",
3931                         "expert": "エキスパート - 一帯は危険な地形",
3932                         "intermediate": "中級 - 険しい部分あり",
3933                         "novice": "ノービス - 平坦, 特別な努力は不要"
3934                     },
3935                     "placeholder": "初心者向け、普通、上級者向け"
3936                 },
3937                 "piste/difficulty_skitour": {
3938                     "label": "難易度",
3939                     "options": {
3940                         "advanced": "上級 - S: 40-45° の斜度",
3941                         "easy": "初級 - WS: 30-35° の斜度",
3942                         "expert": "エキスパート - SS: 45–50° の斜度",
3943                         "extreme": "エクストリーム - EX: >55° の斜度",
3944                         "freeride": "フリーライド - AS: 50–55° の斜度",
3945                         "intermediate": "普通 - ZS: 35-40° の斜度",
3946                         "novice": "ノービス - L: <30° の斜度"
3947                     },
3948                     "placeholder": "初心者向け、普通、上級者向け"
3949                 },
3950                 "piste/grooming": {
3951                     "label": "整備状況",
3952                     "options": {
3953                         "backcountry": "バックカントリー",
3954                         "classic": "クラシック",
3955                         "classic+skating": "クラシックアンドスケーティング",
3956                         "mogul": "モーグル",
3957                         "scooter": "スクーター/スノーモービル",
3958                         "skating": "スケーティング"
3959                     }
3960                 },
3961                 "piste/grooming_downhill": {
3962                     "label": "整備状況",
3963                     "options": {
3964                         "backcountry": "バックカントリー - 未整備",
3965                         "classic": "クラシック",
3966                         "mogul": "モーグル"
3967                     }
3968                 },
3969                 "piste/grooming_hike": {
3970                     "label": "整備状況",
3971                     "options": {
3972                         "backcountry": "バックカントリー - スノーシュー",
3973                         "classic": "クラシック - 冬季ハイキング"
3974                     }
3975                 },
3976                 "piste/grooming_nordic": {
3977                     "label": "整備状況",
3978                     "options": {
3979                         "backcountry": "バックカントリー, 未整備",
3980                         "classic": "クラシック",
3981                         "classic+skating": "クラシックアンドスケーティング",
3982                         "scooter": "スクーター/スノーモービル",
3983                         "skating": "スケーティング"
3984                     }
3985                 },
3986                 "piste/type": {
3987                     "label": "種類",
3988                     "options": {
3989                         "connection": "接続路",
3990                         "downhill": "ダウンヒル",
3991                         "hike": "ハイク",
3992                         "ice_skate": "アイススケート",
3993                         "nordic": "ノルディック",
3994                         "playground": "児童公園",
3995                         "skitour": "スキーツアー",
3996                         "sled": "小型そり",
3997                         "sleigh": "そり",
3998                         "snow_park": "スキー場"
3999                     }
4000                 },
4001                 "place": {
4002                     "label": "種類"
4003                 },
4004                 "plant": {
4005                     "label": "植物"
4006                 },
4007                 "plant/output/electricity": {
4008                     "label": "発電所出力形態:電気",
4009                     "placeholder": "500 MW, 1000 MW, 2000 MW..."
4010                 },
4011                 "playground": {
4012                     "label": "種類"
4013                 },
4014                 "playground/theme": {
4015                     "label": "テーマ"
4016                 },
4017                 "polling_station": {
4018                     "label": "投票所",
4019                     "terms": "投票所, 選挙"
4020                 },
4021                 "population": {
4022                     "label": "人口"
4023                 },
4024                 "post": {
4025                     "label": "郵便受の配達先住所"
4026                 },
4027                 "power": {
4028                     "label": "種類"
4029                 },
4030                 "power_supply": {
4031                     "label": "電源",
4032                     "terms": "電源, 電源供給"
4033                 },
4034                 "preschool": {
4035                     "label": "幼児教育"
4036                 },
4037                 "produce": {
4038                     "label": "生産物"
4039                 },
4040                 "product": {
4041                     "label": "製品",
4042                     "terms": "プロダクト, 製品, 産品"
4043                 },
4044                 "public_bookcase/type": {
4045                     "label": "種類"
4046                 },
4047                 "pump": {
4048                     "label": "ポンプの動力源"
4049                 },
4050                 "railway": {
4051                     "label": "路線の種類"
4052                 },
4053                 "railway/position": {
4054                     "label": "表示距離数(鉄道)",
4055                     "placeholder": "小数点第一位までの距離 (123.4)"
4056                 },
4057                 "railway/signal/direction": {
4058                     "label": "影響を受ける方向",
4059                     "options": {
4060                         "backward": "逆方向",
4061                         "both": "両方向 / 全て",
4062                         "forward": "順方向"
4063                     }
4064                 },
4065                 "rating": {
4066                     "label": "定格"
4067                 },
4068                 "rcn_ref": {
4069                     "label": "地方自転車ルート参照記号"
4070                 },
4071                 "recycling_accepts": {
4072                     "label": "リサイクル可能な素材"
4073                 },
4074                 "recycling_type": {
4075                     "label": "リサイクルの種類",
4076                     "options": {
4077                         "centre": "センター",
4078                         "container": "コンテナ"
4079                     },
4080                     "placeholder": "コンテナ, センター"
4081                 },
4082                 "ref": {
4083                     "label": "参照コード",
4084                     "terms": "参照コード, リファレンス"
4085                 },
4086                 "ref/isil": {
4087                     "label": "ISILコード"
4088                 },
4089                 "ref/vatin": {
4090                     "label": "VAT ID 番号",
4091                     "terms": "VAT ID 番号"
4092                 },
4093                 "ref_aeroway_gate": {
4094                     "label": "ゲート番号"
4095                 },
4096                 "ref_golf_hole": {
4097                     "label": "ホール番号",
4098                     "placeholder": "1-18"
4099                 },
4100                 "ref_highway_junction": {
4101                     "label": "ジャンクション番号"
4102                 },
4103                 "ref_platform": {
4104                     "label": "プラットホーム番号"
4105                 },
4106                 "ref_road_number": {
4107                     "label": "道路番号",
4108                     "terms": "道路番号"
4109                 },
4110                 "ref_room_number": {
4111                     "label": "部屋番号"
4112                 },
4113                 "ref_route": {
4114                     "label": "ルート番号",
4115                     "terms": "ルート番号, ルート"
4116                 },
4117                 "ref_runway": {
4118                     "label": "滑走路番号",
4119                     "placeholder": "例 01L/19R"
4120                 },
4121                 "ref_stop_position": {
4122                     "label": "停車場番号"
4123                 },
4124                 "ref_taxiway": {
4125                     "label": "誘導路名",
4126                     "placeholder": "例: A5"
4127                 },
4128                 "relation": {
4129                     "label": "種類"
4130                 },
4131                 "religion": {
4132                     "label": "宗教",
4133                     "terms": "リレーション, 関連"
4134                 },
4135                 "reservation": {
4136                     "label": "予約",
4137                     "options": {
4138                         "no": "予約不可",
4139                         "recommended": "予約推奨",
4140                         "required": "予約必須",
4141                         "yes": "予約可能"
4142                     },
4143                     "terms": "予約, 予約可否"
4144                 },
4145                 "residential": {
4146                     "label": "種類"
4147                 },
4148                 "resort": {
4149                     "label": "種類"
4150                 },
4151                 "resource": {
4152                     "label": "資源の種類"
4153                 },
4154                 "restriction": {
4155                     "label": "種類"
4156                 },
4157                 "restrictions": {
4158                     "label": "進行方向制限"
4159                 },
4160                 "roof/colour": {
4161                     "label": "屋根の色",
4162                     "terms": "屋根の色, 屋根のカラー, 色, カラー"
4163                 },
4164                 "room": {
4165                     "label": "部屋の種類"
4166                 },
4167                 "rooms": {
4168                     "label": "部屋数"
4169                 },
4170                 "route": {
4171                     "label": "種類"
4172                 },
4173                 "route_master": {
4174                     "label": "種類"
4175                 },
4176                 "rwn_ref": {
4177                     "label": "地方歩行ルート参照番号"
4178                 },
4179                 "sac_scale": {
4180                     "label": "ハイキングの難易度",
4181                     "options": {
4182                         "alpine_hiking": "T4: 高地登山",
4183                         "demanding_alpine_hiking": "T5: 中難度の高地登山",
4184                         "demanding_mountain_hiking": "T3: 中難度の山岳ハイキング",
4185                         "difficult_alpine_hiking": "T6: 高難度の高地登山",
4186                         "hiking": "T1: ハイキング",
4187                         "mountain_hiking": "T2: 山岳ハイキング"
4188                     },
4189                     "placeholder": "山岳ハイキング, 高地登山…",
4190                     "terms": "ハイキングの難易度, ハキング, 難易度"
4191                 },
4192                 "salt": {
4193                     "label": "塩分",
4194                     "terms": "塩, 塩分, 塩湖, 塩水"
4195                 },
4196                 "sanitary_dump_station": {
4197                     "label": "汚物廃棄所の場所",
4198                     "terms": "汚物処理方法, 汚物処理"
4199                 },
4200                 "screen": {
4201                     "label": "スクリーン数",
4202                     "placeholder": "1, 4, 8…"
4203                 },
4204                 "scuba_diving": {
4205                     "label": "提供サービス"
4206                 },
4207                 "seamark/beacon_isolated_danger/shape": {
4208                     "label": "形状"
4209                 },
4210                 "seamark/beacon_lateral/category": {
4211                     "label": "カテゴリー",
4212                     "options": {
4213                         "danger_left": "Danger Left",
4214                         "danger_right": "Danger Right",
4215                         "port": "Port",
4216                         "starboard": "Starboard",
4217                         "waterway_left": "Waterway Left",
4218                         "waterway_right": "Waterway Right"
4219                     }
4220                 },
4221                 "seamark/beacon_lateral/colour": {
4222                     "label": "色",
4223                     "options": {
4224                         "green": "緑",
4225                         "grey": "灰色",
4226                         "red": "赤"
4227                     }
4228                 },
4229                 "seamark/beacon_lateral/shape": {
4230                     "label": "形状"
4231                 },
4232                 "seamark/beacon_lateral/system": {
4233                     "label": "システム",
4234                     "options": {
4235                         "cevni": "CEVNI",
4236                         "iala-a": "IALA A",
4237                         "iala-b": "IALA B",
4238                         "other": "その他"
4239                     }
4240                 },
4241                 "seamark/buoy_lateral/category": {
4242                     "label": "カテゴリー",
4243                     "options": {
4244                         "channel_left": "Channel Left",
4245                         "channel_right": "Channel Right",
4246                         "danger_left": "Danger Left",
4247                         "danger_right": "Danger Right",
4248                         "port": "Port",
4249                         "preferred_channel_port": "Preferred Channel Port",
4250                         "preferred_channel_starboard": "Preferred Channel Starboard",
4251                         "starboard": "Starboard",
4252                         "waterway_left": "Waterway Left",
4253                         "waterway_right": "Waterway Right"
4254                     }
4255                 },
4256                 "seamark/buoy_lateral/colour": {
4257                     "label": "色",
4258                     "options": {
4259                         "green": "緑",
4260                         "green;red;green": "緑-赤-緑",
4261                         "green;white;green;white": "緑-白-緑-白",
4262                         "red": "赤",
4263                         "red;green;red": "赤-緑-赤",
4264                         "red;white;red;white": "赤-白-赤-白",
4265                         "white": "白",
4266                         "yellow": "黄"
4267                     }
4268                 },
4269                 "seamark/buoy_lateral/shape": {
4270                     "label": "形状"
4271                 },
4272                 "seamark/buoy_lateral/system": {
4273                     "label": "システム",
4274                     "options": {
4275                         "cevni": "CEVNI",
4276                         "iala-a": "IALA A",
4277                         "iala-b": "IALA B",
4278                         "other": "その他"
4279                     }
4280                 },
4281                 "seamark/mooring/category": {
4282                     "label": "カテゴリー"
4283                 },
4284                 "seamark/type": {
4285                     "label": "航路標識",
4286                     "terms": "航路標識, 標識"
4287                 },
4288                 "seamark/wreck/category": {
4289                     "label": "カテゴリー"
4290                 },
4291                 "seasonal": {
4292                     "label": "季節限定"
4293                 },
4294                 "seats": {
4295                     "label": "座席数",
4296                     "placeholder": "2, 4, 6..."
4297                 },
4298                 "second_hand": {
4299                     "label": "中古販売",
4300                     "options": {
4301                         "no": "中古品の取り扱いなし",
4302                         "only": "中古品のみ",
4303                         "yes": "中古品の取り扱いあり"
4304                     },
4305                     "placeholder": "中古品のみ、中古品あり、中古品なし",
4306                     "terms": "中古, 古物"
4307                 },
4308                 "self_service": {
4309                     "label": "セルフサービス"
4310                 },
4311                 "service": {
4312                     "label": "種類"
4313                 },
4314                 "service/bicycle": {
4315                     "label": "サービス"
4316                 },
4317                 "service/vehicle": {
4318                     "label": "車両向けサービス品目"
4319                 },
4320                 "service_rail": {
4321                     "label": "サービスの種類",
4322                     "options": {
4323                         "crossover": "渡り線",
4324                         "siding": "側線",
4325                         "spur": "引き込み線",
4326                         "yard": "車両基地"
4327                     },
4328                     "terms": "サービス, サービスの種類"
4329                 },
4330                 "service_times": {
4331                     "label": "サービス提供時間"
4332                 },
4333                 "shelter": {
4334                     "label": "待合所有無"
4335                 },
4336                 "shelter_type": {
4337                     "label": "シェルターの種類"
4338                 },
4339                 "shop": {
4340                     "label": "店舗の種類"
4341                 },
4342                 "siren/purpose": {
4343                     "label": "利用目的"
4344                 },
4345                 "siren/type": {
4346                     "label": "種類",
4347                     "options": {
4348                         "electronic": "電子式",
4349                         "other": "その他",
4350                         "pneumatic": "空気式"
4351                     }
4352                 },
4353                 "site": {
4354                     "label": "種類"
4355                 },
4356                 "site_type": {
4357                     "label": "遺跡の種類"
4358                 },
4359                 "smoking": {
4360                     "label": "喫煙の可否",
4361                     "options": {
4362                         "dedicated": "喫煙者向け(例: スモーカーズクラブ)",
4363                         "isolated": "完全分煙",
4364                         "no": "すべて禁煙",
4365                         "outside": "屋外のみ喫煙可",
4366                         "separated": "同室内分煙",
4367                         "yes": "すべて喫煙可"
4368                     },
4369                     "placeholder": "禁煙, 分煙, 喫煙可...",
4370                     "terms": "喫煙, タバコ, たばこ, スモーキング"
4371                 },
4372                 "smoothness": {
4373                     "label": "スムーズさ",
4374                     "options": {
4375                         "bad": "二輪車・四輪車:マウンテンバイク・自動車・リキシャ",
4376                         "excellent": "ローラースケート・スケートボード",
4377                         "good": "レース用自転車",
4378                         "horrible": "オフロード:重オフロード車",
4379                         "impassable": "通りぬけ不可 / 車輌・自転車不可",
4380                         "intermediate": "二輪車など:シティバイク・車いす・スクーター",
4381                         "very_bad": "最低地上高が高い:軽クロカン車",
4382                         "very_horrible": "特殊オフロード車:トラクター・ATV(全地形対応車)"
4383                     },
4384                     "placeholder": "ローラースケートなど, 二輪車・四輪車, オフロード車…",
4385                     "terms": "スムーズさ"
4386                 },
4387                 "sms": {
4388                     "label": "ショートメッセージ",
4389                     "terms": "ショートメッセージ, SMS"
4390                 },
4391                 "social_facility": {
4392                     "label": "種類"
4393                 },
4394                 "social_facility_for": {
4395                     "label": "対象者"
4396                 },
4397                 "source": {
4398                     "label": "情報源",
4399                     "terms": "ソース, 出典"
4400                 },
4401                 "species/wikidata": {
4402                     "label": "Wikidataの種",
4403                     "terms": "ウィキデータの種, ウィキデータ"
4404                 },
4405                 "sport": {
4406                     "label": "スポーツ"
4407                 },
4408                 "sport_ice": {
4409                     "label": "種目"
4410                 },
4411                 "sport_racing_motor": {
4412                     "label": "種目"
4413                 },
4414                 "sport_racing_nonmotor": {
4415                     "label": "種目"
4416                 },
4417                 "stars": {
4418                     "label": "星の数",
4419                     "terms": "星, スター, 評価"
4420                 },
4421                 "start_date": {
4422                     "label": "供用開始日",
4423                     "terms": "開始日"
4424                 },
4425                 "step_count": {
4426                     "label": "段数",
4427                     "terms": "階段数, 段数"
4428                 },
4429                 "stile": {
4430                     "label": "種類"
4431                 },
4432                 "stop": {
4433                     "label": "一時停止の種類",
4434                     "options": {
4435                         "all": "すべての道路",
4436                         "minor": "非優先道路"
4437                     }
4438                 },
4439                 "street_cabinet": {
4440                     "label": "ストリートキャビネットの種類"
4441                 },
4442                 "stroller": {
4443                     "label": "ベビーカー利用可否",
4444                     "options": {
4445                         "limited": "一部可",
4446                         "no": "不可",
4447                         "yes": "可"
4448                     },
4449                     "terms": "ベビーカー利用可否, ベビーカー"
4450                 },
4451                 "structure": {
4452                     "label": "構造",
4453                     "options": {
4454                         "bridge": "橋",
4455                         "cutting": "切り通し",
4456                         "embankment": "土手",
4457                         "ford": "洗い越し",
4458                         "tunnel": "トンネル"
4459                     },
4460                     "placeholder": "不明",
4461                     "terms": "構造"
4462                 },
4463                 "structure_waterway": {
4464                     "label": "トンネルの種類",
4465                     "options": {
4466                         "tunnel": "トンネル"
4467                     },
4468                     "placeholder": "不明"
4469                 },
4470                 "studio": {
4471                     "label": "スタジオの種類"
4472                 },
4473                 "substance": {
4474                     "label": "物質"
4475                 },
4476                 "substation": {
4477                     "label": "種類"
4478                 },
4479                 "supervised": {
4480                     "label": "監視",
4481                     "terms": "監視, 見守り"
4482                 },
4483                 "support": {
4484                     "label": "設置場所・支持素材"
4485                 },
4486                 "surface": {
4487                     "label": "路面状態",
4488                     "terms": "表面, 路面, 壁面"
4489                 },
4490                 "surveillance": {
4491                     "label": "監視の種類"
4492                 },
4493                 "surveillance/type": {
4494                     "label": "監視の種類",
4495                     "options": {
4496                         "ALPR": "自動ナンバープレート読み取り機",
4497                         "camera": "監視カメラ",
4498                         "guard": "警備員"
4499                     }
4500                 },
4501                 "surveillance/zone": {
4502                     "label": "監視ゾーン"
4503                 },
4504                 "survey/date": {
4505                     "label": "最新現地調査日付",
4506                     "terms": "最終測定日"
4507                 },
4508                 "swimming_pool": {
4509                     "label": "種類"
4510                 },
4511                 "switch": {
4512                     "label": "種類",
4513                     "options": {
4514                         "circuit_breaker": "サーキット・ブレーカー",
4515                         "disconnector": "断路器",
4516                         "earthing": "アース",
4517                         "mechanical": "機械式"
4518                     }
4519                 },
4520                 "tactile_paving": {
4521                     "label": "点字ブロック",
4522                     "terms": "点字ブロック, 歩道, バリアフリー, 視覚障害, 点字"
4523                 },
4524                 "takeaway": {
4525                     "label": "持ち帰り",
4526                     "options": {
4527                         "no": "不可能",
4528                         "only": "持ち帰りのみ",
4529                         "yes": "可能"
4530                     },
4531                     "placeholder": "可、不可、持ち帰りのみ",
4532                     "terms": "持ち帰り, テイクアウト, お持ち帰り"
4533                 },
4534                 "target": {
4535                     "label": "目標国"
4536                 },
4537                 "tidal": {
4538                     "label": "潮間帯",
4539                     "terms": "潮間帯, 干潟"
4540                 },
4541                 "to": {
4542                     "label": "To"
4543                 },
4544                 "toilets/disposal": {
4545                     "label": "汚物処理",
4546                     "options": {
4547                         "bucket": "バケツ汲み出し",
4548                         "chemical": "化学処理",
4549                         "flush": "水洗式",
4550                         "pitlatrine": "汲み取り式"
4551                     }
4552                 },
4553                 "toilets/handwashing": {
4554                     "label": "手洗い場",
4555                     "terms": "手洗い場, 手洗い, 水道, 蛇口"
4556                 },
4557                 "toilets/position": {
4558                     "label": "便器の位置",
4559                     "terms": "位置, ポジション"
4560                 },
4561                 "toll": {
4562                     "label": "料金",
4563                     "terms": "料金所, 料金"
4564                 },
4565                 "tomb": {
4566                     "label": "種類"
4567                 },
4568                 "tourism": {
4569                     "label": "種類"
4570                 },
4571                 "tower/construction": {
4572                     "label": "建築様式",
4573                     "placeholder": "支線塔、格子塔、擬態させた塔、etc"
4574                 },
4575                 "tower/type": {
4576                     "label": "塔の種類"
4577                 },
4578                 "townhall/type": {
4579                     "label": "種類"
4580                 },
4581                 "tracktype": {
4582                     "label": "トラックの種類",
4583                     "options": {
4584                         "grade1": "grade1-硬質: 舗装もしくは煉瓦・砕石の締固め路盤",
4585                         "grade2": "grade2-大部分が硬質: 砂利・岩と柔らかい物質の混合",
4586                         "grade3": "grade3-硬軟の物質の混合",
4587                         "grade4": "grade4-大部分が軟質: 土/砂/草と硬い物質の混合",
4588                         "grade5": "grade5-軟質: 土/砂/草"
4589                     },
4590                     "placeholder": "硬質, 大部分が硬質, 軟質…"
4591                 },
4592                 "trade": {
4593                     "label": "種類"
4594                 },
4595                 "traffic_calming": {
4596                     "label": "種類"
4597                 },
4598                 "traffic_sign": {
4599                     "label": "交通標識"
4600                 },
4601                 "traffic_sign/direction": {
4602                     "label": "影響を受ける方向",
4603                     "options": {
4604                         "backward": "逆方向",
4605                         "both": "両方向 / 全て",
4606                         "forward": "順方向"
4607                     }
4608                 },
4609                 "traffic_signals": {
4610                     "label": "特別な信号機の種類"
4611                 },
4612                 "traffic_signals/direction": {
4613                     "label": "影響を受ける方向",
4614                     "options": {
4615                         "backward": "逆方向",
4616                         "both": "両方 / 全て",
4617                         "forward": "順方向"
4618                     }
4619                 },
4620                 "trail_visibility": {
4621                     "label": "道の可視度",
4622                     "options": {
4623                         "bad": "悪: 道はなかったりわからなかったりで,かつ目印なし",
4624                         "excellent": "優: すべて明確な道・目印あり",
4625                         "good": "良: 判別可能な目印あり(場合によっては目印の探索が必要)",
4626                         "horrible": "劣悪: ほとんど道がなく定位技量が必要",
4627                         "intermediate": "中間: 道の大部分は分かるが目印は少ない",
4628                         "no": "不可: 道はなく,高度な定位技量が必要"
4629                     },
4630                     "placeholder": "優・良・悪…",
4631                     "terms": "ハイキングコース, 見つけやすさ, 難易度"
4632                 },
4633                 "transformer": {
4634                     "label": "種類",
4635                     "options": {
4636                         "auto": "自動変圧器",
4637                         "auxiliary": "補助変圧器",
4638                         "converter": "整流器用変圧器",
4639                         "distribution": "柱上変圧器",
4640                         "generator": "発電機連結変圧器",
4641                         "phase_angle_regulator": "位相角調節器",
4642                         "traction": "主変圧器",
4643                         "yes": "不明"
4644                     }
4645                 },
4646                 "trees": {
4647                     "label": "樹種"
4648                 },
4649                 "trench": {
4650                     "label": "種類"
4651                 },
4652                 "trolley_wire": {
4653                     "label": "トロリーバスの架線",
4654                     "terms": "トロリーバスの架線, トロリーバス, 架線"
4655                 },
4656                 "tunnel": {
4657                     "label": "種類",
4658                     "placeholder": "デフォルト"
4659                 },
4660                 "usage_rail": {
4661                     "label": "用途の種類",
4662                     "options": {
4663                         "branch": "支線",
4664                         "industrial": "産業貨物用",
4665                         "main": "幹線",
4666                         "military": "軍事用",
4667                         "test": "試験用",
4668                         "tourism": "観光用"
4669                     },
4670                     "terms": "使用方法, 鉄道使用方法"
4671                 },
4672                 "utility": {
4673                     "label": "公益事業の種類"
4674                 },
4675                 "utility_semi": {
4676                     "label": "公益事業の種類"
4677                 },
4678                 "valve": {
4679                     "label": "バルブの種類"
4680                 },
4681                 "vending": {
4682                     "label": "商品の種類"
4683                 },
4684                 "video_calls": {
4685                     "label": "ビデオ",
4686                     "terms": "ビデオ"
4687                 },
4688                 "visibility": {
4689                     "label": "見える範囲",
4690                     "options": {
4691                         "area": "20m(65フィート)超",
4692                         "house": "5m(16フィート)以下",
4693                         "street": "5~20m(16~65フィート)"
4694                     }
4695                 },
4696                 "volcano/status": {
4697                     "label": "火山の状態",
4698                     "options": {
4699                         "active": "活火山",
4700                         "dormant": "休火山",
4701                         "extinct": "死火山"
4702                     }
4703                 },
4704                 "volcano/type": {
4705                     "label": "火山地形の種類",
4706                     "options": {
4707                         "scoria": "スコリア丘",
4708                         "shield": "楯状火山",
4709                         "stratovolcano": "成層火山"
4710                     }
4711                 },
4712                 "voltage": {
4713                     "label": "電圧"
4714                 },
4715                 "voltage/primary": {
4716                     "label": "主電圧",
4717                     "terms": "主電圧"
4718                 },
4719                 "voltage/secondary": {
4720                     "label": "第二電圧",
4721                     "terms": "二次電圧"
4722                 },
4723                 "voltage/tertiary": {
4724                     "label": "第三電圧",
4725                     "terms": "三次電圧"
4726                 },
4727                 "voltage_electrified": {
4728                     "label": "電圧",
4729                     "terms": "電圧"
4730                 },
4731                 "wall": {
4732                     "label": "種類"
4733                 },
4734                 "waste": {
4735                     "label": "ゴミ箱"
4736                 },
4737                 "water": {
4738                     "label": "種類"
4739                 },
4740                 "water_point": {
4741                     "label": "給水所の場所"
4742                 },
4743                 "water_source": {
4744                     "label": "水源"
4745                 },
4746                 "water_volume": {
4747                     "label": "備蓄水量(m³)",
4748                     "terms": "貯水量, 貯水"
4749                 },
4750                 "waterway": {
4751                     "label": "水路の種類"
4752                 },
4753                 "website": {
4754                     "label": "ウェブサイト",
4755                     "placeholder": "https://example.com",
4756                     "terms": "ウェブサイト, ホームページ"
4757                 },
4758                 "wetland": {
4759                     "label": "種類"
4760                 },
4761                 "wheelchair": {
4762                     "label": "車椅子の利用可否",
4763                     "options": {
4764                         "limited": "一部可",
4765                         "no": "不可",
4766                         "yes": "可"
4767                     },
4768                     "terms": "車椅子, 車椅子利用可否, 車椅子アクセス"
4769                 },
4770                 "wholesale": {
4771                     "label": "卸売商品"
4772                 },
4773                 "width": {
4774                     "label": "幅 (m)",
4775                     "terms": "幅, 広さ"
4776                 },
4777                 "wikidata": {
4778                     "label": "ウィキデータ",
4779                     "terms": "ウィキデータ"
4780                 },
4781                 "wikimedia_commons": {
4782                     "label": "ウィキメディア・コモンズのページ",
4783                     "placeholder": "File:Example.jpg",
4784                     "terms": "ウィキメディア・コモンズのページ"
4785                 },
4786                 "wikipedia": {
4787                     "label": "ウィキペディア",
4788                     "terms": "ウィキペディア"
4789                 },
4790                 "windings": {
4791                     "label": "コイル数",
4792                     "placeholder": "1, 2, 3...",
4793                     "terms": "巻, 巻き, コイル"
4794                 },
4795                 "windings/configuration": {
4796                     "label": "コイルの構成",
4797                     "options": {
4798                         "delta": "Δ結線 / 三角結線 / デルタ結線",
4799                         "leblanc": "ルブラン結線",
4800                         "open": "開放巻線",
4801                         "open-delta": "V結線",
4802                         "scott": "スコット結線",
4803                         "star": "Y結線 / 星形結線 / スター結線",
4804                         "zigzag": "千鳥結線"
4805                     },
4806                     "terms": "コイル形状"
4807                 }
4808             },
4809             "presets": {
4810                 "addr/interpolation": {
4811                     "name": "住所補間"
4812                 },
4813                 "address": {
4814                     "name": "住所",
4815                     "terms": "住所"
4816                 },
4817                 "advertising/billboard": {
4818                     "name": "広告用看板",
4819                     "terms": "掲示板, 看板, 広告, 宣伝, 屋外広告"
4820                 },
4821                 "advertising/board": {
4822                     "name": "掲示板",
4823                     "terms": "広告掲示板, 掲示板, 情報掲示板, 町内掲示板, 広告, 公告"
4824                 },
4825                 "advertising/column": {
4826                     "name": "リトファスゾイレ",
4827                     "terms": "リトファスゾイレ, ポスター掲示柱, 広告"
4828                 },
4829                 "advertising/poster_box": {
4830                     "name": "ポスター掲示ボックス",
4831                     "terms": "ポスター掲示ボックス, 掲示板, 広告"
4832                 },
4833                 "advertising/totem": {
4834                     "name": "トーテム看板",
4835                     "terms": "トーテム広告, トーテム看板, 看板, 広告"
4836                 },
4837                 "aerialway": {
4838                     "name": "索道"
4839                 },
4840                 "aerialway/cable_car": {
4841                     "name": "交走式ロープウェイ",
4842                     "terms": "ロープウェイ, ロープウェー, ゴンドラ, ゴンドラリフト, 索道"
4843                 },
4844                 "aerialway/chair_lift": {
4845                     "name": "チェアリフト",
4846                     "terms": "チェアリフト, 椅子リフト, いすリフト"
4847                 },
4848                 "aerialway/drag_lift": {
4849                     "name": "ドラッグリフト",
4850                     "terms": "ドラッグリフト,牽引リフト"
4851                 },
4852                 "aerialway/gondola": {
4853                     "name": "循環式ロープウェイ",
4854                     "terms": "ゴンドラ, ロープウェイ, ロープウェー, ゴンドラリフト, 索道"
4855                 },
4856                 "aerialway/goods": {
4857                     "name": "貨物索道",
4858                     "terms": "貨物ロープウェイ"
4859                 },
4860                 "aerialway/j-bar": {
4861                     "name": "Jバーリフト",
4862                     "terms": "Jバーリフト"
4863                 },
4864                 "aerialway/magic_carpet": {
4865                     "name": "マジックカーペットリフト",
4866                     "terms": "マジックカーペットリフト, ベルトコンベア"
4867                 },
4868                 "aerialway/mixed_lift": {
4869                     "name": "混合リフト",
4870                     "terms": "混合リフト"
4871                 },
4872                 "aerialway/platter": {
4873                     "name": "プラッターリフト",
4874                     "terms": "プラッターリフト"
4875                 },
4876                 "aerialway/pylon": {
4877                     "name": "索道用支柱",
4878                     "terms": "索道用支柱, パイロン, 柱"
4879                 },
4880                 "aerialway/rope_tow": {
4881                     "name": "ロープタウリフト",
4882                     "terms": "ロープタウリフト"
4883                 },
4884                 "aerialway/t-bar": {
4885                     "name": "Tバーリフト",
4886                     "terms": "Tバーリフト"
4887                 },
4888                 "aerialway/zip_line": {
4889                     "name": "ジップライン",
4890                     "terms": "ジップライン, ロープ, アウトドア"
4891                 },
4892                 "aeroway": {
4893                     "name": "航空施設"
4894                 },
4895                 "aeroway/aerodrome": {
4896                     "name": "空港",
4897                     "terms": "空港, 飛行場"
4898                 },
4899                 "aeroway/apron": {
4900                     "name": "エプロン",
4901                     "terms": "エプロン"
4902                 },
4903                 "aeroway/gate": {
4904                     "name": "空港ゲート",
4905                     "terms": "空港ゲート"
4906                 },
4907                 "aeroway/hangar": {
4908                     "name": "航空機格納庫",
4909                     "terms": "格納庫, 飛行機格納庫, 航空機"
4910                 },
4911                 "aeroway/helipad": {
4912                     "name": "ヘリパッド",
4913                     "terms": "ヘリパッド, ヘリコプター発着所, ヘリポート"
4914                 },
4915                 "aeroway/holding_position": {
4916                     "name": "停止ポイント(空港)",
4917                     "terms": "停止ポイント, 飛行機, 空港"
4918                 },
4919                 "aeroway/jet_bridge": {
4920                     "name": "ボーディング・ブリッジ",
4921                     "terms": "ボーディング・ブリッジ, 搭乗橋, 空港, 飛行機"
4922                 },
4923                 "aeroway/parking_position": {
4924                     "name": "駐機ポイント(空港)",
4925                     "terms": "駐機ポイント, 飛行機, 空港"
4926                 },
4927                 "aeroway/runway": {
4928                     "name": "滑走路",
4929                     "terms": "滑走路"
4930                 },
4931                 "aeroway/spaceport": {
4932                     "name": "宇宙船基地",
4933                     "terms": "宇宙船基地, 宇宙船, スペースポート, 宇宙船発射基地"
4934                 },
4935                 "aeroway/taxiway": {
4936                     "name": "航空機誘導路",
4937                     "terms": "誘導路"
4938                 },
4939                 "aeroway/terminal": {
4940                     "name": "空港ターミナル",
4941                     "terms": "空港ターミナル"
4942                 },
4943                 "aeroway/windsock": {
4944                     "name": "吹流し",
4945                     "terms": "吹流し, 吹き流し, 空港, 風向, 風速"
4946                 },
4947                 "allotments/plot": {
4948                     "name": "市民農園の区画",
4949                     "terms": "区画, 市民農園, 市民農園の区画, 一画, 農園, 菜園, 市民菜園, 農業, 畑, 農園, コミュニティガーデン"
4950                 },
4951                 "amenity": {
4952                     "name": "施設"
4953                 },
4954                 "amenity/animal_boarding": {
4955                     "name": "ペットホテル",
4956                     "terms": "ペットホテル, 動物, ホテル, ペット"
4957                 },
4958                 "amenity/animal_breeding": {
4959                     "name": "動物繁殖施設",
4960                     "terms": "動物繁殖施設, ブリーダー"
4961                 },
4962                 "amenity/animal_shelter": {
4963                     "name": "動物保護施設",
4964                     "terms": "アニマルシェルター, 動物保護センター, 鳥獣保護施設, 動物, 鳥獣, アニマル"
4965                 },
4966                 "amenity/arts_centre": {
4967                     "name": "アートセンター",
4968                     "terms": "アートセンター, 芸術, 美術"
4969                 },
4970                 "amenity/atm": {
4971                     "name": "ATM",
4972                     "terms": "ATM, CD, 現金自動預払機, お金, 金融"
4973                 },
4974                 "amenity/bank": {
4975                     "name": "銀行",
4976                     "terms": "銀行, 信用金庫, 信用組合, お金, 金融"
4977                 },
4978                 "amenity/bar": {
4979                     "name": "バー",
4980                     "terms": "バー, 飲み屋, 呑み屋, ばー, スナック, 酒, アルコール, ウィスキー, ブランデー, ワイン, 軽食, カラオケスナック, フィリピンパブ, 飲食店, 呑む, 飲む, ショットバー"
4981                 },
4982                 "amenity/bar/lgbtq": {
4983                     "name": "LGBTQ+なバー",
4984                     "terms": "LGBTQ+なバー, バー, LGBT, ゲイ, レズビアン, トランスジェンダー, レインボー"
4985                 },
4986                 "amenity/bbq": {
4987                     "name": "バーベキュー場/グリル",
4988                     "terms": "バーベキュー, グリル, BBQ, 飯盒炊爨, アウトドア, 娯楽, レジャー"
4989                 },
4990                 "amenity/bench": {
4991                     "name": "ベンチ",
4992                     "terms": "ベンチ, 椅子, いす, 腰掛け, 公園"
4993                 },
4994                 "amenity/bicycle_parking": {
4995                     "name": "駐輪場",
4996                     "terms": "駐輪場, 自転車, 駐車場"
4997                 },
4998                 "amenity/bicycle_parking/building": {
4999                     "name": "駐輪場(ビル)",
5000                     "terms": "駐輪場(ビル), 駐輪場, 立体駐輪場, 屋内駐輪場, 自転車"
5001                 },
5002                 "amenity/bicycle_parking/lockers": {
5003                     "name": "駐輪場(ロッカー)",
5004                     "terms": "駐輪場(ロッカー), 駐輪場, ロッカー, 自転車ロッカー, 自転車"
5005                 },
5006                 "amenity/bicycle_parking/shed": {
5007                     "name": "駐輪場(屋根付き)",
5008                     "terms": "駐輪場(屋根付き), 駐輪場, 自転車"
5009                 },
5010                 "amenity/bicycle_rental": {
5011                     "name": "レンタサイクル",
5012                     "terms": "レンタサイクル, 自転車"
5013                 },
5014                 "amenity/bicycle_repair_station": {
5015                     "name": "自転車修理店",
5016                     "terms": "自転車修理店, 自転車店(修理), 自転車"
5017                 },
5018                 "amenity/biergarten": {
5019                     "name": "ビアガーデン",
5020                     "terms": "ビアガーデン, ビアホール, ビール, 酒, 飲む, 呑む, 飲食店, アルコール"
5021                 },
5022                 "amenity/boat_rental": {
5023                     "name": "貸しボート",
5024                     "terms": "貸しボート, ボート, 公園, 娯楽, レジャー, 舟, 池, 公園, 観光"
5025                 },
5026                 "amenity/bureau_de_change": {
5027                     "name": "両替所",
5028                     "terms": "両替商, お金, 金融, 両替"
5029                 },
5030                 "amenity/bus_station": {
5031                     "name": "バスターミナル(旧:単独)"
5032                 },
5033                 "amenity/cafe": {
5034                     "name": "喫茶店",
5035                     "terms": "喫茶店, カフェ, コーヒー, 珈琲, 紅茶, ジュース, 軽食, 飲み物, 食事, 食べる, 休憩, 飲食店"
5036                 },
5037                 "amenity/car_pooling": {
5038                     "name": "カープール",
5039                     "terms": "カープール, レンタカー"
5040                 },
5041                 "amenity/car_rental": {
5042                     "name": "レンタカー",
5043                     "terms": "レンタカー, 貸自動車, カーレンタル, 自動車"
5044                 },
5045                 "amenity/car_sharing": {
5046                     "name": "カーシェアリング",
5047                     "terms": "カーシェアリング, レンタカー"
5048                 },
5049                 "amenity/car_wash": {
5050                     "name": "洗車場",
5051                     "terms": "洗車機, 洗車, 車洗浄, カーウォッシュ, 自動車"
5052                 },
5053                 "amenity/casino": {
5054                     "name": "カジノ",
5055                     "terms": "カジノ, 賭博場, ギャンブル, 娯楽, アダルト"
5056                 },
5057                 "amenity/charging_station": {
5058                     "name": "充電スタンド",
5059                     "terms": "充電ステーション, 急速充電システム, 充電スタンド, 給電スタンド, 自動車"
5060                 },
5061                 "amenity/childcare": {
5062                     "name": "保育所",
5063                     "terms": "保育園, 幼稚園, チャイルドケア, ナーセリー, 育児, 学童保育"
5064                 },
5065                 "amenity/cinema": {
5066                     "name": "映画館",
5067                     "terms": "映画館, 上映施設, スクリーン, 銀幕, シネマ, 芸術, 娯楽, カルチャー"
5068                 },
5069                 "amenity/clinic": {
5070                     "name": "クリニック(中規模病院)",
5071                     "terms": "クリニック, 病院, 医療"
5072                 },
5073                 "amenity/clinic/abortion": {
5074                     "name": "中絶クリニック",
5075                     "terms": "中絶クリニック, 病院, 医療"
5076                 },
5077                 "amenity/clinic/fertility": {
5078                     "name": "不妊クリニック",
5079                     "terms": "不妊クリニック, 病院, 医療"
5080                 },
5081                 "amenity/clock": {
5082                     "name": "時計",
5083                     "terms": "時計, クロック, 公園, 駅前, 広場"
5084                 },
5085                 "amenity/clock/sundial": {
5086                     "name": "日時計",
5087                     "terms": "日時計, 時計"
5088                 },
5089                 "amenity/college": {
5090                     "name": "短大・高専・専門学校(代表点または敷地)",
5091                     "terms": "キャンパス, 短大, 高専, 専門学校, , 教育, 学校"
5092                 },
5093                 "amenity/community_centre": {
5094                     "name": "コミュニティセンター",
5095                     "terms": "公民館, 市民センター, 市民活動, コミュニティセンター, 集会所"
5096                 },
5097                 "amenity/community_centre/lgbtq": {
5098                     "name": "LGBTQ+なコミュニティセンター",
5099                     "terms": "LGBTQ+なコミュニティセンター, コミュニティセンター, LGBT, ゲイ, レズビアン, トランスジェンダー, レインボー"
5100                 },
5101                 "amenity/compressed_air": {
5102                     "name": "空気入れ",
5103                     "terms": "空気入れ, エアー調整, 自転車"
5104                 },
5105                 "amenity/conference_centre": {
5106                     "name": "コンベンションセンター",
5107                     "terms": "コンベンションセンター, 会議施設, 見本市, 展示会, 展示会場, 会場"
5108                 },
5109                 "amenity/courthouse": {
5110                     "name": "裁判所",
5111                     "terms": "裁判所, 法廷, 法律, 司法"
5112                 },
5113                 "amenity/coworking_space": {
5114                     "name": "コワーキングスペース"
5115                 },
5116                 "amenity/crematorium": {
5117                     "name": "火葬場",
5118                     "terms": "火葬場, 葬儀"
5119                 },
5120                 "amenity/dentist": {
5121                     "name": "歯医者",
5122                     "terms": "歯科, 歯医者, 歯科医, 病院, 医療"
5123                 },
5124                 "amenity/dive_centre": {
5125                     "name": "ダイブセンター",
5126                     "terms": "ダイブセンター, スキューバダイビングセンター, ダイビングセンター, 海, 潜水"
5127                 },
5128                 "amenity/doctors": {
5129                     "name": "医院(小規模病院)",
5130                     "terms": "医院, 町医者, 診療所, 医者, 病院, 医療"
5131                 },
5132                 "amenity/dojo": {
5133                     "name": "道場",
5134                     "terms": "道場, スポーツ, 訓練, 稽古, 練習, 習い事, 教習, トレーニング, 教室, 体操, 運動"
5135                 },
5136                 "amenity/dressing_room": {
5137                     "name": "更衣室",
5138                     "terms": "更衣室, 着替え, 脱衣所, ロッカールーム, 試着室"
5139                 },
5140                 "amenity/drinking_water": {
5141                     "name": "水飲み場",
5142                     "terms": "水飲み場, 水道, 飲用水, 飲料水, 飲み水, 蛇口, 公園"
5143                 },
5144                 "amenity/driving_school": {
5145                     "name": "自動車教習所",
5146                     "terms": "Driving School, ドライビングスクール, 教習所, 自動車, 自動車教習所, 車, 学校, 教育, 稽古, 練習, 訓練, 練習, トレーニング"
5147                 },
5148                 "amenity/embassy": {
5149                     "name": "大使館"
5150                 },
5151                 "amenity/events_venue": {
5152                     "name": "イベント施設",
5153                     "terms": "イベント施設, イベント会場, 会場, 催事, 催事場, 結婚式場"
5154                 },
5155                 "amenity/fast_food": {
5156                     "name": "ファストフード全般",
5157                     "terms": "ファストフード店, ファストフード, ジャンクフード, ジャンク, ファーストフード, 飲食店, 軽食, 食事, 料理, 食べる. ハンバーガー, フライドチキン, 立ち食い, ランチ"
5158                 },
5159                 "amenity/fast_food/burger": {
5160                     "name": "ファストフード・ハンバーガー",
5161                     "terms": "ファストフード, ハンバーガー, 飲食店, 食事, 食べる, 料理, ランチ"
5162                 },
5163                 "amenity/fast_food/chicken": {
5164                     "name": "ファストフード・チキン",
5165                     "terms": "ファストフード, チキン, フライドチキン, 鳥, 鶏, 飲食店, 食事, 食べる, 料理, ランチ"
5166                 },
5167                 "amenity/fast_food/donut": {
5168                     "name": "ファストフード・ドーナツ",
5169                     "terms": "ファストフード・ドーナツ, ドーナツ, ファストフード, 飲食, 食べる, 軽食, 飲食店, 食事, 料理"
5170                 },
5171                 "amenity/fast_food/fish_and_chips": {
5172                     "name": "ファストフード・フィッシュ&チップス",
5173                     "terms": "ファストフード, フィッシュ&チップス, フィッシュアンドチップス, 飲食店, 食事, 食べる, 料理, ランチ"
5174                 },
5175                 "amenity/fast_food/hot_dog": {
5176                     "name": "ファストフード・ホットドッグ",
5177                     "terms": "ファストフード・ホットドッグ, ホットドッグ, ファストフード, 飲食, 食べる, 軽食, 飲食店, 食事, 料理"
5178                 },
5179                 "amenity/fast_food/ice_cream": {
5180                     "name": "ファストフード・アイスクリーム"
5181                 },
5182                 "amenity/fast_food/kebab": {
5183                     "name": "ファストフード・ケバブ",
5184                     "terms": "ファストフード, ケバブ, シシケバブ, 飲食店, 食事, 食べる, 料理, ランチ"
5185                 },
5186                 "amenity/fast_food/mexican": {
5187                     "name": "ファストフード・メキシコ料理",
5188                     "terms": "食事, ランチ, 食べる, 料理, 飲食店, ファストフード・メキシコ料理, メキシカン"
5189                 },
5190                 "amenity/fast_food/pizza": {
5191                     "name": "ファストフード・ピザ",
5192                     "terms": "ファストフード, ピザ, 飲食店, 食事, 食べる, 料理, ピッツァ, ランチ"
5193                 },
5194                 "amenity/fast_food/sandwich": {
5195                     "name": "ファストフード・サンドイッチ",
5196                     "terms": "ファストフード, サンドイッチ, 飲食店, 食事, 食べる, 料理, サンドウィッチ, ランチ"
5197                 },
5198                 "amenity/ferry_terminal": {
5199                     "name": "フェリー乗り場 / ターミナル"
5200                 },
5201                 "amenity/fire_station": {
5202                     "name": "消防署",
5203                     "terms": "消防署, 消防団, 火消し, 消防局, 救命"
5204                 },
5205                 "amenity/food_court": {
5206                     "name": "フードコート",
5207                     "terms": "フードコート, 飲食店, 食べる, 料理, 食事"
5208                 },
5209                 "amenity/fountain": {
5210                     "name": "噴水",
5211                     "terms": "泉,噴水, 公園, 広場, 駅前"
5212                 },
5213                 "amenity/fuel": {
5214                     "name": "ガソリンスタンド",
5215                     "terms": "ガソリンスタンド, ガス, ガスステーション, 自動車, バイク, 燃料"
5216                 },
5217                 "amenity/grave_yard": {
5218                     "name": "墓地(宗教施設内など、小)",
5219                     "terms": "墓地, 霊園, 墓場, お墓, 墓苑, 墓所"
5220                 },
5221                 "amenity/grit_bin": {
5222                     "name": "砂箱(降雪対策)",
5223                     "terms": "砂箱, 氷結防止, 道路設備"
5224                 },
5225                 "amenity/hospital": {
5226                     "name": "大規模病院(代表点または敷地)",
5227                     "terms": "病院の敷地, 病院, 医療"
5228                 },
5229                 "amenity/hunting_stand": {
5230                     "name": "狩猟スタンド",
5231                     "terms": "狩猟スタンド, 娯楽, スポーツ, 小屋, レジャー"
5232                 },
5233                 "amenity/ice_cream": {
5234                     "name": "アイスクリーム店",
5235                     "terms": "アイスクリームパーラー, 飲食店, 食べる, 軽食"
5236                 },
5237                 "amenity/internet_cafe": {
5238                     "name": "インターネットカフェ",
5239                     "terms": "ネカフェ, ネットカフェ, 漫画喫茶, 漫喫, 休憩, カフェ"
5240                 },
5241                 "amenity/karaoke_box": {
5242                     "name": "カラオケボックス",
5243                     "terms": "カラオケボックス, カラオケ"
5244                 },
5245                 "amenity/kindergarten": {
5246                     "name": "幼稚園/保育園(代表点または敷地)",
5247                     "terms": "幼稚園の敷地, 保育園の敷地, 保育園, 幼稚園, 教育, 学校, 育児"
5248                 },
5249                 "amenity/language_school": {
5250                     "name": "外国語教室",
5251                     "terms": "外国語教室, 外国語学校, 英会話, 英会話教室, 英会話スクール, 外国語, 学習, 語学, 語学教室"
5252                 },
5253                 "amenity/letter_box": {
5254                     "name": "郵便受け",
5255                     "terms": "郵便受, 郵便受け, 郵便箱, 配達, メールボックス"
5256                 },
5257                 "amenity/library": {
5258                     "name": "図書館",
5259                     "terms": "図書館, ライブラリ, ライブラリー, 教育, 本"
5260                 },
5261                 "amenity/loading_dock": {
5262                     "name": "貨物の搬出入口",
5263                     "terms": "貨物の搬出入口, 貨物搬入口, 貨物積出口, 荷受, 荷出"
5264                 },
5265                 "amenity/love_hotel": {
5266                     "name": "ラブホテル",
5267                     "terms": "ラブホテル, 宿, ホテル, 休憩, アダルト, 宿泊"
5268                 },
5269                 "amenity/marketplace": {
5270                     "name": "市場",
5271                     "terms": "市場, マーケット, 朝市, マルシェ, 食品, 雑貨, 買い物, ショッピング, 食べ物"
5272                 },
5273                 "amenity/monastery": {
5274                     "name": "修道院",
5275                     "terms": "修道院, 宗教, 僧院, 信仰, 宗教施設"
5276                 },
5277                 "amenity/money_transfer": {
5278                     "name": "海外送金所",
5279                     "terms": "海外送金所, 国際送金所, 送金, 金融, 振替, お金"
5280                 },
5281                 "amenity/motorcycle_parking": {
5282                     "name": "オートバイの駐車場",
5283                     "terms": "バイクの駐車場, 二輪駐車場, 二輪駐輪場, 駐車場, 駐輪場, オートバイ, モーターサイクル"
5284                 },
5285                 "amenity/music_school": {
5286                     "name": "音楽学校",
5287                     "terms": "音楽学校, ミュージック・スクール, 教習所, カラオケ教室, 音楽教室, 学校, 教育, 教室, 訓練, 練習, 稽古, 習い事, トレーニング, ギター教室, ピアノ教室"
5288                 },
5289                 "amenity/nightclub": {
5290                     "name": "ナイトクラブ",
5291                     "terms": "ナイトクラブ, アルコール, 酒, 軽食, ショー, ショーパブ, ダンス, キャバレー, ディスコ, クラブ, ライブハウス, 音楽, 娯楽, アダルト, レジャー"
5292                 },
5293                 "amenity/nightclub/lgbtq": {
5294                     "name": "LGBTQ+なナイトクラブ",
5295                     "terms": "LGBTQ+なナイトクラブ, ナイトクラブ, LGBT, ゲイ, レズビアン, トランスジェンダー, レインボー"
5296                 },
5297                 "amenity/nursing_home": {
5298                     "name": "介護施設"
5299                 },
5300                 "amenity/parking": {
5301                     "name": "駐車場",
5302                     "terms": "駐車場, 駐車スペース, 自動車, パーキング, コインパーキング, 月極"
5303                 },
5304                 "amenity/parking/multi-storey": {
5305                     "name": "立体駐車場",
5306                     "terms": "複数階の駐車場, 駐車場, 立体駐車場, 立駐"
5307                 },
5308                 "amenity/parking/park_ride": {
5309                     "name": "パーク&ライド",
5310                     "terms": "駐車場, 自動車, パーキング, コインパーキング, パーク&ライド, 通勤, 乗り換え, 公共交通機関"
5311                 },
5312                 "amenity/parking/underground": {
5313                     "name": "地下駐車場",
5314                     "terms": "地下駐車場, 地下, 駐車場"
5315                 },
5316                 "amenity/parking_entrance": {
5317                     "name": "出入口(駐車場)",
5318                     "terms": "駐車場の出入口, 自動車, 出入り口, 出入口, 駐車場"
5319                 },
5320                 "amenity/parking_space": {
5321                     "name": "駐車区画(1台ごとの)",
5322                     "terms": "駐車区画, 駐車スペース, 自動車, 駐車場"
5323                 },
5324                 "amenity/payment_centre": {
5325                     "name": "納入窓口",
5326                     "terms": "支払窓口, 納入窓口, 収入印紙, 印紙, 支払センター, 入金, 振込, 金融, 納付窓口, お金"
5327                 },
5328                 "amenity/payment_terminal": {
5329                     "name": "支払端末",
5330                     "terms": "支払端末, 入金, 振込, 金融, お金, 端末"
5331                 },
5332                 "amenity/pharmacy": {
5333                     "name": "薬局・ドラッグストア(薬剤師が居る店)",
5334                     "terms": "薬局, ドラッグストア, 薬品店, 医療, 薬, 薬屋, くすり屋, 調剤, 調剤薬局, 処方箋, 健康, 薬店"
5335                 },
5336                 "amenity/photo_booth": {
5337                     "name": "証明写真機",
5338                     "terms": "証明写真機, 証明写真撮影機,証明写真ボックス, コンビニ証明写真, 自販機, 写真"
5339                 },
5340                 "amenity/place_of_worship": {
5341                     "name": "宗教施設全般",
5342                     "terms": "礼拝所, 祈りの場所, 参拝所, 寺社, 神社, 信仰, 宗教, 宗教施設"
5343                 },
5344                 "amenity/place_of_worship/buddhist": {
5345                     "name": "仏教寺院",
5346                     "terms": "寺院, 仏閣, 寺, 寺社, 院, 堂, お寺, 寺, 信仰, 宗教, 宗教施設, 仏教"
5347                 },
5348                 "amenity/place_of_worship/christian": {
5349                     "name": "キリスト教の教会",
5350                     "terms": "教会, キリスト教, クリスチャン, キリスト教の教会, キリスト教徒, キリスト教会, 宗教, 宗教施設, 礼拝所"
5351                 },
5352                 "amenity/place_of_worship/christian/jehovahs_witness": {
5353                     "name": "エホバの証人の王国会館",
5354                     "terms": "エホバの証人の王国会館, 宗教, 信仰"
5355                 },
5356                 "amenity/place_of_worship/christian/la_luz_del_mundo": {
5357                     "name": "ラルスデルムンド寺院",
5358                     "terms": "ラルスデルムンド寺院, 宗教, 信仰"
5359                 },
5360                 "amenity/place_of_worship/christian/quaker": {
5361                     "name": "クエーカーフレンズ集会所",
5362                     "terms": "クエーカーフレンズ集会所, 宗教, 信仰"
5363                 },
5364                 "amenity/place_of_worship/hindu": {
5365                     "name": "ヒンドゥー教寺院",
5366                     "terms": "ヒンズー教寺院, 寺院, 信仰, 宗教, 宗教施設"
5367                 },
5368                 "amenity/place_of_worship/jewish": {
5369                     "name": "ユダヤ教のシナゴーグ",
5370                     "terms": "ユダヤ教のシナゴーグ, ユダヤ教, シナゴーグ, ユダヤ教徒, 宗教, 宗教施設, 礼拝所, 教会"
5371                 },
5372                 "amenity/place_of_worship/muslim": {
5373                     "name": "イスラム教のモスク",
5374                     "terms": "イスラム教のモスク, イスラム教, モスク, イスラム教徒, 宗教, 宗教施設, 礼拝所, 教会"
5375                 },
5376                 "amenity/place_of_worship/shinto": {
5377                     "name": "神社",
5378                     "terms": "神社, 大社, 神宮, 天満宮, 稲荷, 八幡, 天神, 社, 信仰, 宗教, 宗教施設"
5379                 },
5380                 "amenity/place_of_worship/sikh": {
5381                     "name": "シク教寺院",
5382                     "terms": "シク教寺院, シーク教寺院, 寺院, 信仰, 宗教, 宗教施設"
5383                 },
5384                 "amenity/place_of_worship/taoist": {
5385                     "name": "道教寺院",
5386                     "terms": "道教, 寺院, 信仰, 宗教, 宗教施設"
5387                 },
5388                 "amenity/planetarium": {
5389                     "name": "プラネタリウム",
5390                     "terms": "プラネターリアム, カルチャー, 娯楽, レジャー"
5391                 },
5392                 "amenity/police": {
5393                     "name": "警察",
5394                     "terms": "警察, 警察署, 交番, 駐在所"
5395                 },
5396                 "amenity/polling_station": {
5397                     "name": "投票所(常設)",
5398                     "terms": "投票所, 期日前投票所, 選挙, 投票所(常設)"
5399                 },
5400                 "amenity/post_box": {
5401                     "name": "郵便ポスト",
5402                     "terms": "郵便ポスト, ポスト, 郵便差出口, 〒"
5403                 },
5404                 "amenity/post_depot": {
5405                     "name": "郵便集配所",
5406                     "terms": "郵便集配所"
5407                 },
5408                 "amenity/post_office": {
5409                     "name": "郵便局",
5410                     "terms": "郵便局"
5411                 },
5412                 "amenity/prep_school": {
5413                     "name": "進学予備校(欧米)",
5414                     "terms": "予備校, プレップスクール, 進学予備校, 受験, 私立学校, 進学予備校(欧米)"
5415                 },
5416                 "amenity/prison": {
5417                     "name": "刑務所(代表点または敷地)",
5418                     "terms": "刑務所, 刑務所の敷地, 監獄, 少年院"
5419                 },
5420                 "amenity/pub": {
5421                     "name": "居酒屋",
5422                     "terms": "パブ, 居酒屋, 焼き鳥屋, 酒, 飲む, 呑む, 酒場, 立ち飲み, アルコール, 料理, 焼酎, ホルモン焼き, 食事, 料理, ワイン, ビール, 飲食店, 飲み屋, 小料理屋, 宴会, 炉端焼き, 焼とん"
5423                 },
5424                 "amenity/pub/lgbtq": {
5425                     "name": "LGBTQ+な居酒屋",
5426                     "terms": "LGBTQ+な居酒屋, 居酒屋, LGBT, ゲイ, レズビアン, トランスジェンダー, レインボー"
5427                 },
5428                 "amenity/pub/microbrewery": {
5429                     "name": "居酒屋(地ビールあり)",
5430                     "terms": "居酒屋(地ビールあり), 居酒屋, 地ビール, お酒, ビール"
5431                 },
5432                 "amenity/public_bath": {
5433                     "name": "公衆浴場",
5434                     "terms": "銭湯, 大衆浴場, 温泉, 休憩, 娯楽, お風呂, 風呂, レジャー"
5435                 },
5436                 "amenity/public_bookcase": {
5437                     "name": "公共の本棚",
5438                     "terms": "公共の本棚, 図書, 本"
5439                 },
5440                 "amenity/ranger_station": {
5441                     "name": "レンジャーの詰所",
5442                     "terms": "レンジャーの詰所, レンジャーステーション, 救命"
5443                 },
5444                 "amenity/recycling": {
5445                     "name": "リサイクル施設"
5446                 },
5447                 "amenity/recycling/container/electrical_items": {
5448                     "name": "リサイクルボックス(家電)",
5449                     "terms": "リサイクルボックス(家電), リサイクルボックス, 家電"
5450                 },
5451                 "amenity/recycling/container/green_waste": {
5452                     "name": "リサイクルボックス(木くず類)",
5453                     "terms": "リサイクルボックス(木くず類), リサイクルボックス, 木くず, 草"
5454                 },
5455                 "amenity/recycling_centre": {
5456                     "name": "リサイクルセンター",
5457                     "terms": "リサイクルセンター, 廃棄物, 再生利用, 資源ごみ, 資源ゴミ, ゴミ, ごみ, 廃棄物処理施設, 廃棄物保管施設"
5458                 },
5459                 "amenity/recycling_container": {
5460                     "name": "リサイクルボックス",
5461                     "terms": "リサイクルボックス, リサイクルコンテナ, リサイクル箱, コンテナ, 公園, 廃棄物, 資源ごみ, 資源ゴミ, ゴミ, ごみ箱, 再生利用, リサイクル"
5462                 },
5463                 "amenity/register_office": {
5464                     "name": "登記所"
5465                 },
5466                 "amenity/research_institute": {
5467                     "name": "研究所",
5468                     "terms": "研究所, 研究施設"
5469                 },
5470                 "amenity/restaurant": {
5471                     "name": "レストラン全般",
5472                     "terms": "レストラン, 食堂, 飲食店, 食事, 食べる, 料理, アルコール, 酒, ワイン, 料亭, 割烹, ランチ"
5473                 },
5474                 "amenity/restaurant/american": {
5475                     "name": "レストラン・アメリカ料理",
5476                     "terms": "レストラン, アメリカ料理, アメリカン, 飲食店, 食事, 食べる, 料理, ランチ"
5477                 },
5478                 "amenity/restaurant/asian": {
5479                     "name": "レストラン・アジア料理",
5480                     "terms": "レストラン, アジア料理, アジアン, 飲食店, 食事, 食べる, 料理, ランチ"
5481                 },
5482                 "amenity/restaurant/chinese": {
5483                     "name": "レストラン・中華料理",
5484                     "terms": "レストラン, 中華料理, 中華, 中華レストラン, 飲食店, 食事, 食べる, 料理, ランチ"
5485                 },
5486                 "amenity/restaurant/french": {
5487                     "name": "レストラン・フランス料理",
5488                     "terms": "レストラン, フランス料理, フレンチ, フレンチレストラン, 飲食店, 食事, 食べる, 料理, フランス, ランチ"
5489                 },
5490                 "amenity/restaurant/german": {
5491                     "name": "レストラン・ドイツ料理",
5492                     "terms": "レストラン, ドイツ料理, ドイツレストラン, 飲食店, 食事, 食べる, 料理, ランチ"
5493                 },
5494                 "amenity/restaurant/greek": {
5495                     "name": "レストラン・ギリシャ料理",
5496                     "terms": "レストラン, ギリシャ料理, ギリシャ, 飲食店, 食事, 食べる, 料理, ランチ"
5497                 },
5498                 "amenity/restaurant/indian": {
5499                     "name": "レストラン・インド料理",
5500                     "terms": "レストラン, インド料理, カレー, 飲食店, 食事, 食べる, 料理, ナン, ランチ"
5501                 },
5502                 "amenity/restaurant/italian": {
5503                     "name": "レストラン・イタリア料理",
5504                     "terms": "レストラン, イタリア料理, イタリアン, 飲食店, 食事, 食べる, 料理, ランチ"
5505                 },
5506                 "amenity/restaurant/japanese": {
5507                     "name": "レストラン・日本料理",
5508                     "terms": "レストラン, 日本料理, 和食, 飲食店, 食事, 食べる, 料理, 食堂, 割烹, 料亭, ランチ"
5509                 },
5510                 "amenity/restaurant/mexican": {
5511                     "name": "レストラン・メキシコ料理",
5512                     "terms": "レストラン, メキシコ料理, メキシカン, タコス, 飲食店, 食事, 食べる, 料理, ランチ"
5513                 },
5514                 "amenity/restaurant/noodle": {
5515                     "name": "レストラン・麺類",
5516                     "terms": "レストラン, 麺類, 飲食店, 食事, 食べる, 料理, 麺, ランチ"
5517                 },
5518                 "amenity/restaurant/pizza": {
5519                     "name": "レストラン・ピザ",
5520                     "terms": "レストラン, ピザ, ピッツァ, 飲食店, 食事, 食べる, 料理, ランチ"
5521                 },
5522                 "amenity/restaurant/seafood": {
5523                     "name": "レストラン・シーフード",
5524                     "terms": "レストラン, シーフード, 海鮮, 海鮮料理, 飲食店, 食事, 食べる, 料理, 魚, 魚介, ランチ"
5525                 },
5526                 "amenity/restaurant/steakhouse": {
5527                     "name": "レストラン・ステーキ",
5528                     "terms": "レストラン, ステーキ, ステーキハウス, 飲食店, 食事, 食べる, 料理, ランチ"
5529                 },
5530                 "amenity/restaurant/sushi": {
5531                     "name": "レストラン・すし",
5532                     "terms": "レストラン, すし, 寿司, 鮨, 鮓, 飲食店, 食事, 食べる, 料理, ランチ"
5533                 },
5534                 "amenity/restaurant/thai": {
5535                     "name": "レストラン・タイ料理",
5536                     "terms": "レストラン, タイ料理, タイ, 飲食店, 食事, 食べる, 料理, ランチ"
5537                 },
5538                 "amenity/restaurant/turkish": {
5539                     "name": "レストラン・トルコ料理",
5540                     "terms": "レストラン, トルコ料理, トルコ, 飲食店, 食事, 食べる, 料理, ランチ"
5541                 },
5542                 "amenity/restaurant/vietnamese": {
5543                     "name": "レストラン・ベトナム料理",
5544                     "terms": "レストラン, ベトナム料理, ベトナム, 飲食店, 食事, 食べる, 料理, ランチ"
5545                 },
5546                 "amenity/sanitary_dump_station": {
5547                     "name": "キャンピングカー用汚物廃棄所",
5548                     "terms": "汚物廃棄所"
5549                 },
5550                 "amenity/school": {
5551                     "name": "学校(代表点または敷地)",
5552                     "terms": "学校の敷地, 学校, 小学校, 中学校, 高校, 教育"
5553                 },
5554                 "amenity/scrapyard": {
5555                     "name": "自動車解体場"
5556                 },
5557                 "amenity/shelter": {
5558                     "name": "シェルター全般(休憩所、避難所)",
5559                     "terms": "避難所, シェルター, 逃げ場, 雨宿り, 東屋, あずまや, 四阿, しあ, 休憩所, 屋根, アウトドア, 小屋, 保護施設"
5560                 },
5561                 "amenity/shelter/gazebo": {
5562                     "name": "西洋風あずまや(ガゼボ、見晴台)",
5563                     "terms": "西洋風あずまや, ガゼボ, 見晴台, あずまや, 公園, 広場, 休憩所, シェルター, 雨宿り, 展望台, 展望所"
5564                 },
5565                 "amenity/shelter/lean_to": {
5566                     "name": "差し掛け小屋",
5567                     "terms": "差し掛け小屋, 小屋"
5568                 },
5569                 "amenity/shelter/picnic_shelter": {
5570                     "name": "休憩所(ピクニック用)",
5571                     "terms": "休憩所(ピクニック用), 休憩所, シェルター, ピクニック, 東屋"
5572                 },
5573                 "amenity/shelter/public_transport": {
5574                     "name": "待合室",
5575                     "terms": "待合室, 休憩所, シェルター"
5576                 },
5577                 "amenity/shower": {
5578                     "name": "シャワー室",
5579                     "terms": "シャワールーム, シャワー, 海水浴, プール"
5580                 },
5581                 "amenity/smoking_area": {
5582                     "name": "喫煙所",
5583                     "terms": "喫煙所, 喫煙エリア, たばこ, タバコ, 公園, 駅前, 広場, 煙草, 灰皿"
5584                 },
5585                 "amenity/social_centre": {
5586                     "name": "社交センター",
5587                     "terms": "社交センター, 社交施設, 会館, ホール, ソーシャルセンター"
5588                 },
5589                 "amenity/social_facility": {
5590                     "name": "福祉施設",
5591                     "terms": "福祉施設, 支援施設"
5592                 },
5593                 "amenity/social_facility/ambulatory_care": {
5594                     "name": "訪問介護事業所",
5595                     "terms": "訪問介護事業所, 訪問介護, 訪問看護, 介護, 看護"
5596                 },
5597                 "amenity/social_facility/food_bank": {
5598                     "name": "フードバンク",
5599                     "terms": "フードバンク, 食べ物, 福祉"
5600                 },
5601                 "amenity/social_facility/group_home": {
5602                     "name": "老人ホーム",
5603                     "terms": "老人ホーム, グループホーム, 福祉"
5604                 },
5605                 "amenity/social_facility/homeless_shelter": {
5606                     "name": "ホームレス緊急一時宿泊施設",
5607                     "terms": "ホームレス緊急一時宿泊施設, ホームレスシェルター, 簡易宿泊所, 福祉, 保護施設, シェルター"
5608                 },
5609                 "amenity/social_facility/nursing_home": {
5610                     "name": "介護施設",
5611                     "terms": "介護施設, 老人ホーム, 福祉"
5612                 },
5613                 "amenity/studio": {
5614                     "name": "スタジオ",
5615                     "terms": "スタジオ, 番組製作, 音楽"
5616                 },
5617                 "amenity/studio/audio": {
5618                     "name": "レコーディングスタジオ",
5619                     "terms": "レコーディングスタジオ, 音楽スタジオ, 録音スタジオ, 録画スタジオ"
5620                 },
5621                 "amenity/studio/radio": {
5622                     "name": "ラジオ局",
5623                     "terms": "ラジオ局, ラジオ, ラジオステーション, 放送"
5624                 },
5625                 "amenity/studio/television": {
5626                     "name": "テレビ局",
5627                     "terms": "テレビ局, テレビ, テレビステーション, 放送"
5628                 },
5629                 "amenity/studio/video": {
5630                     "name": "映画スタジオ",
5631                     "terms": "映画スタジオ, フィルムスタジオ, スタジオ"
5632                 },
5633                 "amenity/swimming_pool": {
5634                     "name": "遊泳プール(旧)"
5635                 },
5636                 "amenity/taxi": {
5637                     "name": "タクシー乗り場",
5638                     "terms": "タクシー乗り場, タクシー"
5639                 },
5640                 "amenity/telephone": {
5641                     "name": "公衆電話",
5642                     "terms": "公衆電話, 電話"
5643                 },
5644                 "amenity/theatre": {
5645                     "name": "劇場",
5646                     "terms": "劇場, ホール, 映画館, 娯楽, カルチャー, シアター"
5647                 },
5648                 "amenity/theatre/type/amphi": {
5649                     "name": " 野外劇場",
5650                     "terms": "野外劇場, 円形演技場, ひな壇式客席, 階段式観覧席"
5651                 },
5652                 "amenity/toilets": {
5653                     "name": "トイレ",
5654                     "terms": "トイレ,便所, 公園, 公衆トイレ"
5655                 },
5656                 "amenity/toilets/disposal/flush": {
5657                     "name": "水洗トイレ",
5658                     "terms": "水洗トイレ, 水洗式, トイレ, お手洗い, 洗面所, 便所"
5659                 },
5660                 "amenity/toilets/disposal/pitlatrine": {
5661                     "name": "汲み取り式トイレ",
5662                     "terms": "汲み取り式トイレ, 汲取り, 汲取, トイレ, 洗面所, お手洗い, 便所, ポットン便所"
5663                 },
5664                 "amenity/townhall": {
5665                     "name": "役場",
5666                     "terms": "市役所, 区役所, 町役場, 村役場, 市庁, 役所"
5667                 },
5668                 "amenity/townhall/city": {
5669                     "name": "市区役所",
5670                     "terms": "市区役所, 市役所, 区役所, 役場"
5671                 },
5672                 "amenity/toy_library": {
5673                     "name": "おもちゃ資料館",
5674                     "terms": "おもちゃ資料館, おもちゃの博物館, 玩具, おもちゃ, ゲーム, 博物館, 資料館"
5675                 },
5676                 "amenity/university": {
5677                     "name": "大学(代表点または敷地)",
5678                     "terms": "大学の敷地, キャンパス, 大学, 教育, 学校"
5679                 },
5680                 "amenity/vehicle_inspection": {
5681                     "name": "車検場",
5682                     "terms": "車検場, 車検工場"
5683                 },
5684                 "amenity/vending_machine": {
5685                     "name": "自動販売機",
5686                     "terms": "自動販売機, 自販機"
5687                 },
5688                 "amenity/vending_machine/bottle_return": {
5689                     "name": "空きビン回収機",
5690                     "terms": "空きビン回収機, ボトル, 空き瓶"
5691                 },
5692                 "amenity/vending_machine/bread": {
5693                     "name": "自販機(パン)",
5694                     "terms": "自販機(パン), パン, 自販機"
5695                 },
5696                 "amenity/vending_machine/cigarettes": {
5697                     "name": "たばこ自動販売機",
5698                     "terms": "たばこ, 自動販売機, 自販機, 嗜好品, タバコ, 煙草"
5699                 },
5700                 "amenity/vending_machine/coffee": {
5701                     "name": "コーヒー自販機",
5702                     "terms": "コーヒー, 珈琲, 自販機, 自動販売機"
5703                 },
5704                 "amenity/vending_machine/condoms": {
5705                     "name": "コンドーム自動販売機",
5706                     "terms": "コンドーム, 自動販売機, 自販機"
5707                 },
5708                 "amenity/vending_machine/drinks": {
5709                     "name": "飲料自動販売機",
5710                     "terms": "飲料, ジュース, 酒, 飲み物, 自動販売機, 自販機"
5711                 },
5712                 "amenity/vending_machine/eggs": {
5713                     "name": "自販機(卵)",
5714                     "terms": "自販機(卵), 卵, タマゴ, 自販機"
5715                 },
5716                 "amenity/vending_machine/electronics": {
5717                     "name": "電子機器自販機",
5718                     "terms": "電子機器, チャージャー, ケーブル, ヘッドフォン, 自販機, 自動販売機"
5719                 },
5720                 "amenity/vending_machine/elongated_coin": {
5721                     "name": "記念コイン自販機",
5722                     "terms": "記念コイン, 自販機, 自動販売機"
5723                 },
5724                 "amenity/vending_machine/excrement_bags": {
5725                     "name": "犬の糞入れ自動販売機",
5726                     "terms": "犬の糞入れ, 自動販売機, 自販機, 犬の糞入れ自動販売機"
5727                 },
5728                 "amenity/vending_machine/feminine_hygiene": {
5729                     "name": "生理用品自動販売機",
5730                     "terms": "生理用品自動販売機, 自販機, 自動販売機"
5731                 },
5732                 "amenity/vending_machine/food": {
5733                     "name": "食品自販機",
5734                     "terms": "食品, 食べ物, 自販機, 自動販売機"
5735                 },
5736                 "amenity/vending_machine/fuel": {
5737                     "name": "自動車用燃料自販機",
5738                     "terms": "自動車用燃料, 燃料, 自販機, 自動販売機, ガソリン, プロパン, 液化ガス, 軽油"
5739                 },
5740                 "amenity/vending_machine/ice_cream": {
5741                     "name": "アイスクリーム自販機",
5742                     "terms": "アイスクリーム, 自販機, 自動販売機"
5743                 },
5744                 "amenity/vending_machine/ice_cubes": {
5745                     "name": "自販機(氷)",
5746                     "terms": "自販機(氷), 氷, アイス, 自販機"
5747                 },
5748                 "amenity/vending_machine/newspapers": {
5749                     "name": "新聞販売機",
5750                     "terms": "新聞販売機"
5751                 },
5752                 "amenity/vending_machine/parcel_pickup": {
5753                     "name": "宅配ボックス",
5754                     "terms": "宅配ボックス, 宅配ロッカー, ロッカー, 宅配"
5755                 },
5756                 "amenity/vending_machine/parcel_pickup_dropoff": {
5757                     "name": "集配ボックス",
5758                     "terms": "集配ボックス, 宅配ボックス, 宅配ロッカー, ロッカー, 宅配"
5759                 },
5760                 "amenity/vending_machine/parking_tickets": {
5761                     "name": "パーキングチケット発給機",
5762                     "terms": "パーキングチケット, パーキングメーター, 駐車券, 券売機, 自動券売機, 自動販売機, 自販機, 自動発券機, 発券機, 駐車場, 自動車"
5763                 },
5764                 "amenity/vending_machine/public_transport_tickets": {
5765                     "name": "切符販売機",
5766                     "terms": "券売機, 自動券売機, 自動販売機, 自販機, 自動発券機, 発券機"
5767                 },
5768                 "amenity/vending_machine/stamps": {
5769                     "name": "切手自販機",
5770                     "terms": "切手, 自販機, 自動販売機, 郵便"
5771                 },
5772                 "amenity/vending_machine/sweets": {
5773                     "name": "菓子販売機",
5774                     "terms": "菓子,お菓子, スナック, 自動販売機, 自販機"
5775                 },
5776                 "amenity/veterinary": {
5777                     "name": "獣医",
5778                     "terms": "獣医, ペット医, 病院, 医療, 動物病院, 犬猫病院, 動物, ペット, 鳥獣, アニマル"
5779                 },
5780                 "amenity/waste/dog_excrement": {
5781                     "name": "犬の便入れ",
5782                     "terms": "犬の便入れ, 動物, ペット, 犬"
5783                 },
5784                 "amenity/waste_basket": {
5785                     "name": "ゴミ箱",
5786                     "terms": "ゴミ箱, ごみ箱, 公園, 廃棄物"
5787                 },
5788                 "amenity/waste_disposal": {
5789                     "name": "ゴミ収集ボックス",
5790                     "terms": "ゴミステーション, ゴミ集積所, ゴミ捨て場, ゴミ置き場, ゴミ, ゴミ箱, ゴミコンテナ, ゴミ回収, ダストボックス, ごみ, 公園, 廃棄物, ごみ置き場, ごみ箱, ごみ集積所"
5791                 },
5792                 "amenity/waste_transfer_station": {
5793                     "name": "ゴミ集積場",
5794                     "terms": "ゴミ集積場, ゴミ積替所, 廃棄物, ごみ, 廃棄物処理施設, 廃棄物保管施設"
5795                 },
5796                 "amenity/water_point": {
5797                     "name": "キャンピングカー用の給水施設",
5798                     "terms": "給水, 補給, 給水所, キャンピングカー, 給水塔, 飲料水, 飲水, 飲み水, キャンプ場, オートキャンプ場, アウトドア"
5799                 },
5800                 "amenity/watering_place": {
5801                     "name": "動物の水飲み場",
5802                     "terms": "動物の水飲み場, 水場, 動物, ペット"
5803                 },
5804                 "amenity/weighbridge": {
5805                     "name": "トラックスケール",
5806                     "terms": "トラックスケール, 車両計量台"
5807                 },
5808                 "area": {
5809                     "name": "エリア",
5810                     "terms": "エリア, 領域, 範囲, 面"
5811                 },
5812                 "area/highway": {
5813                     "name": "道路(エリア)",
5814                     "terms": "道路(エリア), 道路, 道路エリア"
5815                 },
5816                 "attraction": {
5817                     "name": "アトラクションの種類"
5818                 },
5819                 "attraction/amusement_ride": {
5820                     "name": "遊園地の乗り物",
5821                     "terms": "遊園地の乗り物, 乗り物, アトラクション, 娯楽"
5822                 },
5823                 "attraction/animal": {
5824                     "name": "柵の中の動物",
5825                     "terms": "柵の中の動物, 動物, アトラクション, 見世物"
5826                 },
5827                 "attraction/big_wheel": {
5828                     "name": "大観覧車",
5829                     "terms": "大観覧車, アトラクション"
5830                 },
5831                 "attraction/bumper_car": {
5832                     "name": "バンパーカー",
5833                     "terms": "バンパーカー, バンプカー"
5834                 },
5835                 "attraction/bungee_jumping": {
5836                     "name": "バンジー・ジャンプ",
5837                     "terms": "バンジー・ジャンプ, アトラクション"
5838                 },
5839                 "attraction/carousel": {
5840                     "name": "メリーゴーラウンド",
5841                     "terms": "回転木馬, メリーゴーランド, アトラクション"
5842                 },
5843                 "attraction/dark_ride": {
5844                     "name": "ダークライド",
5845                     "terms": "ダークライド, アトラクション"
5846                 },
5847                 "attraction/drop_tower": {
5848                     "name": "落下塔",
5849                     "terms": "落下塔, アトラクション"
5850                 },
5851                 "attraction/kiddie_ride": {
5852                     "name": "フロッグホッパー",
5853                     "terms": "フロッグホッパー, アトラクション"
5854                 },
5855                 "attraction/log_flume": {
5856                     "name": "急流すべり",
5857                     "terms": "丸太水路, ログ水路, アトラクション, 急流すべり"
5858                 },
5859                 "attraction/maze": {
5860                     "name": "迷路",
5861                     "terms": "迷路, テーマパーク, アトラクション"
5862                 },
5863                 "attraction/pirate_ship": {
5864                     "name": "海賊船",
5865                     "terms": "海賊船, アトラクション"
5866                 },
5867                 "attraction/river_rafting": {
5868                     "name": "川下り",
5869                     "terms": "川下り, 筏下り, アトラクション"
5870                 },
5871                 "attraction/roller_coaster": {
5872                     "name": "ローラーコースター",
5873                     "terms": "ジェットコースター, アトラクション"
5874                 },
5875                 "attraction/summer_toboggan": {
5876                     "name": "トボガンぞり",
5877                     "terms": "トボガンぞり, そり, 橇, ウィンタースポーツ, 冬季スポーツ, 滑り台"
5878                 },
5879                 "attraction/swing_carousel": {
5880                     "name": "回転ブランコ",
5881                     "terms": "回転ブランコ, アトラクション"
5882                 },
5883                 "attraction/train": {
5884                     "name": "観光列車",
5885                     "terms": "観光列車, アトラクション"
5886                 },
5887                 "attraction/water_slide": {
5888                     "name": "ウォータースライダー",
5889                     "terms": "ウォータースライダー, 滑り台, ウォータースライド, アトラクション"
5890                 },
5891                 "barrier": {
5892                     "name": "障害物",
5893                     "terms": "障害物, バリア"
5894                 },
5895                 "barrier/block": {
5896                     "name": "車止めブロック",
5897                     "terms": "ブロック, 車止め, 障害物, バリア"
5898                 },
5899                 "barrier/bollard": {
5900                     "name": "車止め杭",
5901                     "terms": "車止め杭, 障害物, バリア, ボラード, 杭"
5902                 },
5903                 "barrier/bollard_line": {
5904                     "name": "侵入防止杭",
5905                     "terms": "杭, ポスト, 侵入防止杭, ボラード"
5906                 },
5907                 "barrier/border_control": {
5908                     "name": "国境検問所",
5909                     "terms": "国境検問所, 検問所, 障害物, バリア"
5910                 },
5911                 "barrier/cattle_grid": {
5912                     "name": "家畜脱出防止溝",
5913                     "terms": "家畜脱出防止溝, 障害物, バリア"
5914                 },
5915                 "barrier/chain": {
5916                     "name": "チェーン",
5917                     "terms": "チェーン, 鎖, バリア, 障害物"
5918                 },
5919                 "barrier/city_wall": {
5920                     "name": "市壁",
5921                     "terms": "市壁, 障害物, バリア"
5922                 },
5923                 "barrier/cycle_barrier": {
5924                     "name": "自転車止め",
5925                     "terms": "自転車止め, 障害物, バリア, 自転車"
5926                 },
5927                 "barrier/ditch": {
5928                     "name": "塹壕・空堀",
5929                     "terms": "塹壕, 空堀, 堀, 溝, 谷, 障害物, バリア"
5930                 },
5931                 "barrier/entrance": {
5932                     "name": "出入口(柵などのバリア)"
5933                 },
5934                 "barrier/fence": {
5935                     "name": "フェンス",
5936                     "terms": "フェンス, 柵, 障害物, バリア, 塀, ブロック塀"
5937                 },
5938                 "barrier/fence/railing": {
5939                     "name": "ガードレール(歩行者用)",
5940                     "terms": "ガードレール, 交通, 交通安全, 道路, 欄干"
5941                 },
5942                 "barrier/gate": {
5943                     "name": "門",
5944                     "terms": "門, ゲート, 鳥居, 障害物, バリア"
5945                 },
5946                 "barrier/guard_rail": {
5947                     "name": "ガードレール(車両用、方向あり)",
5948                     "terms": "ガードレール, 交通, 交通安全, 道路"
5949                 },
5950                 "barrier/hedge": {
5951                     "name": "生垣",
5952                     "terms": "生垣, 障害物, バリア, 植物, 生け垣, 樹木"
5953                 },
5954                 "barrier/height_restrictor": {
5955                     "name": "高さ制限バー",
5956                     "terms": "高さ制限器, 高さ制限バー, 障害物, バリア"
5957                 },
5958                 "barrier/kerb": {
5959                     "name": "縁石",
5960                     "terms": "縁石"
5961                 },
5962                 "barrier/kerb/flush": {
5963                     "name": "縁石(まっ平)",
5964                     "terms": "縁石, 平坦, まっ平, 道路, 歩道, バリアフリー"
5965                 },
5966                 "barrier/kerb/lowered": {
5967                     "name": "低位縁石(2cm以下)",
5968                     "terms": "低位縁石, 縁石, 低くなった縁石"
5969                 },
5970                 "barrier/kerb/raised": {
5971                     "name": "高位縁石(3cm以上)",
5972                     "terms": "高位縁石, 縁石, カッセル縁石, 高くなった縁石"
5973                 },
5974                 "barrier/kerb/rolled": {
5975                     "name": "ロール状縁石",
5976                     "terms": "ロール状縁石, ロール, 丸みを帯びた縁石, 縁石"
5977                 },
5978                 "barrier/kissing_gate": {
5979                     "name": "キッシングゲート",
5980                     "terms": "キッシングゲート, V字形自在門, U字形自在門, 障害物, バリア"
5981                 },
5982                 "barrier/lift_gate": {
5983                     "name": "遮断機",
5984                     "terms": "遮断機, 門, 障害物, バリア"
5985                 },
5986                 "barrier/retaining_wall": {
5987                     "name": "擁壁",
5988                     "terms": "擁壁, 障害物, バリア"
5989                 },
5990                 "barrier/sally_port": {
5991                     "name": "出撃路(歴史的)",
5992                     "terms": "城門, 城壁の門, 門, 歴史的建造物, 要塞門, 監獄門, 出撃路, 歴史, 出撃路(歴史的)"
5993                 },
5994                 "barrier/stile": {
5995                     "name": "通路",
5996                     "terms": "通路, 踏み越し段, 障害物, バリア"
5997                 },
5998                 "barrier/toll_booth": {
5999                     "name": "料金所(道路、橋)",
6000                     "terms": "料金所, 障害物, バリア"
6001                 },
6002                 "barrier/turnstile": {
6003                     "name": "回転ゲート",
6004                     "terms": "回転ゲート, バリア, 障害物, ゲート"
6005                 },
6006                 "barrier/wall": {
6007                     "name": "壁",
6008                     "terms": "壁, 障害物, バリア"
6009                 },
6010                 "barrier/wall/noise_barrier": {
6011                     "name": "防音壁",
6012                     "terms": "障害物, バリア, 防音壁, 壁, 騒音"
6013                 },
6014                 "boundary": {
6015                     "name": "行政境界"
6016                 },
6017                 "boundary/administrative": {
6018                     "name": "行政境界",
6019                     "terms": "行政境界, 都道府県境, 都境, 道境, 府境, 県境, 市区町村境, 市境, 区境, 町境, 村境"
6020                 },
6021                 "bridge/support": {
6022                     "name": "支柱形態(橋)",
6023                     "terms": "橋脚, 橋桁, 橋台, 橋, 支柱形態(橋), 支柱"
6024                 },
6025                 "bridge/support/pier": {
6026                     "name": "橋脚",
6027                     "terms": "橋脚, 橋桁, 橋台"
6028                 },
6029                 "building": {
6030                     "name": "建物全般",
6031                     "terms": "建物, ビル"
6032                 },
6033                 "building/apartments": {
6034                     "name": "集合住宅(個々の建物)",
6035                     "terms": "アパート, マンション, 集合住宅, 住宅"
6036                 },
6037                 "building/barn": {
6038                     "name": "納屋",
6039                     "terms": "納屋, 小屋"
6040                 },
6041                 "building/boathouse": {
6042                     "name": "ボートハウス",
6043                     "terms": "ボートハウス, ボート小屋"
6044                 },
6045                 "building/bungalow": {
6046                     "name": "バンガロー(建物)",
6047                     "terms": "バンガロー, コテージ, ダーチャ"
6048                 },
6049                 "building/bunker": {
6050                     "name": "掩体壕"
6051                 },
6052                 "building/cabin": {
6053                     "name": "ログハウス(建物)",
6054                     "terms": "ログハウス, キャビン, 丸太小屋"
6055                 },
6056                 "building/carport": {
6057                     "name": "簡易車庫",
6058                     "terms": "カーポート, 駐車場, 車庫, 簡易車庫, ガレージ"
6059                 },
6060                 "building/cathedral": {
6061                     "name": "聖堂(建物)",
6062                     "terms": "聖堂, カテドラル, 宗教, 宗教施設, 教会"
6063                 },
6064                 "building/chapel": {
6065                     "name": "礼拝堂(建物)",
6066                     "terms": "礼拝堂, チャペル, 宗教, 宗教施設, 教会"
6067                 },
6068                 "building/church": {
6069                     "name": "教会(建物)",
6070                     "terms": "教会, チャーチ, 宗教, 宗教施設"
6071                 },
6072                 "building/civic": {
6073                     "name": "市民向け施設(建物)",
6074                     "terms": "市民向け施設, 市民施設"
6075                 },
6076                 "building/college": {
6077                     "name": "短大・高専・専門学校(建物)",
6078                     "terms": "短大, 高専, 高等専門学校, 短期大学, 専門, 専門学校, 教育, 学校"
6079                 },
6080                 "building/commercial": {
6081                     "name": "オフィスビル",
6082                     "terms": "オフィスビル, ビジネスビル"
6083                 },
6084                 "building/construction": {
6085                     "name": "建設中の建物",
6086                     "terms": "建設中の建物, 工事中の建物"
6087                 },
6088                 "building/detached": {
6089                     "name": "一戸建て住宅",
6090                     "terms": "戸建て住宅, 住宅, 住居, 民家"
6091                 },
6092                 "building/dormitory": {
6093                     "name": "寮",
6094                     "terms": "寮, 独身寮, 住宅, 住居"
6095                 },
6096                 "building/entrance": {
6097                     "name": "出入口(非推奨)"
6098                 },
6099                 "building/farm": {
6100                     "name": "農家(居住用)",
6101                     "terms": "農家, 農業, 生産者, 百姓, 農場"
6102                 },
6103                 "building/farm_auxiliary": {
6104                     "name": "農業補助施設全般(非居住用)",
6105                     "terms": "農業補助施設, 農場, 農業, 農業施設"
6106                 },
6107                 "building/garage": {
6108                     "name": "車庫(建物、小)",
6109                     "terms": "車庫, ガレージ, 自動車"
6110                 },
6111                 "building/garages": {
6112                     "name": "集合車庫(建物、大)",
6113                     "terms": "集合車庫, 車庫, ガレージ"
6114                 },
6115                 "building/grandstand": {
6116                     "name": "メインスタンド",
6117                     "terms": "メインスタンド, 正面スタンド"
6118                 },
6119                 "building/greenhouse": {
6120                     "name": "温室(建物)",
6121                     "terms": "温室, ビニールハウス, 農業, 野菜"
6122                 },
6123                 "building/hangar": {
6124                     "name": "ハンガー",
6125                     "terms": "ハンガー, 格納庫, 建物, 飛行機"
6126                 },
6127                 "building/hospital": {
6128                     "name": "病院(建物)",
6129                     "terms": "病院の建物, 病棟, 病院"
6130                 },
6131                 "building/hotel": {
6132                     "name": "ホテル(建物)",
6133                     "terms": "ホテルの建物, 宿泊棟, ホテル"
6134                 },
6135                 "building/house": {
6136                     "name": "住宅全般",
6137                     "terms": "住宅, 民家, 住居"
6138                 },
6139                 "building/houseboat": {
6140                     "name": "ハウスボート",
6141                     "terms": "ハウスボート, 屋形船, 居住船, 船"
6142                 },
6143                 "building/hut": {
6144                     "name": "小屋",
6145                     "terms": "小屋, 休憩小屋, 漁師小屋, 狩猟小屋, 掘っ立て小屋"
6146                 },
6147                 "building/industrial": {
6148                     "name": "工場(建物)",
6149                     "terms": "工場"
6150                 },
6151                 "building/kindergarten": {
6152                     "name": "幼稚園/保育園(建物)",
6153                     "terms": "幼稚園/保育園の建物, 保育園, 幼稚園, 教育, 学校"
6154                 },
6155                 "building/mosque": {
6156                     "name": "モスク(建物)",
6157                     "terms": "モスク, 宗教, 宗教施設, 教会"
6158                 },
6159                 "building/pavilion": {
6160                     "name": "競技場付属施設",
6161                     "terms": "競技場付属施設, 競技場, 付属施設, 付属建物, 倉庫, 更衣室, 運動, スポーツ, 施設, スポーツパビリオン"
6162                 },
6163                 "building/public": {
6164                     "name": "公共施設(建物)",
6165                     "terms": "公共施設"
6166                 },
6167                 "building/residential": {
6168                     "name": "住居全般(建物)",
6169                     "terms": "住宅, アパート, マンション, 住居"
6170                 },
6171                 "building/retail": {
6172                     "name": "店舗用の建物",
6173                     "terms": "商業施設, 店舗, 商業ビル, 店"
6174                 },
6175                 "building/roof": {
6176                     "name": "屋根",
6177                     "terms": "屋根, 屋根付きテラス"
6178                 },
6179                 "building/ruins": {
6180                     "name": "廃墟(建物)",
6181                     "terms": "廃墟, 廃屋, あばら家, 空き家"
6182                 },
6183                 "building/school": {
6184                     "name": "学校(建物)",
6185                     "terms": "校舎, 学校の建物, 学校"
6186                 },
6187                 "building/semidetached_house": {
6188                     "name": "二世帯住宅",
6189                     "terms": "セミデタッチドハウス, 二世帯住宅, 住居, 住宅, 民家"
6190                 },
6191                 "building/service": {
6192                     "name": "機械室(建物)",
6193                     "terms": "機械室, 機械小屋, 小屋"
6194                 },
6195                 "building/shed": {
6196                     "name": "物置",
6197                     "terms": "格納庫, 離れ, 小屋, 物置"
6198                 },
6199                 "building/stable": {
6200                     "name": "厩",
6201                     "terms": "厩, 馬小屋, 小屋"
6202                 },
6203                 "building/stadium": {
6204                     "name": "スタジアム(建物)",
6205                     "terms": "スタジアム, スポーツ, 運動, 競技"
6206                 },
6207                 "building/static_caravan": {
6208                     "name": "トレーラーハウス",
6209                     "terms": "トレーラーハウス, アウトドア, レジャー"
6210                 },
6211                 "building/temple": {
6212                     "name": "寺院(建物)",
6213                     "terms": "寺院, 宗教, 信仰, 宗教施設"
6214                 },
6215                 "building/terrace": {
6216                     "name": "テラスハウス",
6217                     "terms": "テラスハウス, 長屋, 住居, 住宅, 民家"
6218                 },
6219                 "building/train_station": {
6220                     "name": "駅舎"
6221                 },
6222                 "building/transportation": {
6223                     "name": "公共交通機関(建物)",
6224                     "terms": "公共交通機関"
6225                 },
6226                 "building/university": {
6227                     "name": "大学(建物)",
6228                     "terms": "大学, 大学の建物, 校舎, 教育, 学校"
6229                 },
6230                 "building/warehouse": {
6231                     "name": "倉庫",
6232                     "terms": "倉庫, 蔵"
6233                 },
6234                 "building_part": {
6235                     "name": "建物の一部分",
6236                     "terms": "建物の一部分, 建物, 建物の部分"
6237                 },
6238                 "building_point": {
6239                     "name": "建物"
6240                 },
6241                 "club": {
6242                     "name": "クラブ",
6243                     "terms": "クラブ"
6244                 },
6245                 "club/sport": {
6246                     "name": "スポーツクラブ",
6247                     "terms": "スポーツクラブ, アスレチック, スポーツ, 運動, クラブ, 同好会"
6248                 },
6249                 "craft": {
6250                     "name": "工房",
6251                     "terms": "工房, 職人"
6252                 },
6253                 "craft/agricultural_engines": {
6254                     "name": "農機具工場",
6255                     "terms": "農機具工場, 農業用車両, 農機具事務所, 農機具工房, 農業, 職人, 農機具職人, 農具"
6256                 },
6257                 "craft/basket_maker": {
6258                     "name": "かご製造所",
6259                     "terms": "かご, 籠, 職人, 工房"
6260                 },
6261                 "craft/beekeeper": {
6262                     "name": "養蜂所",
6263                     "terms": "養蜂所, 職人, 工房"
6264                 },
6265                 "craft/blacksmith": {
6266                     "name": "鍛冶屋",
6267                     "terms": "鍛冶屋, 職人, 工房"
6268                 },
6269                 "craft/boatbuilder": {
6270                     "name": "ボート製造所",
6271                     "terms": "ボート製造所, 職人, 工房, 船大工"
6272                 },
6273                 "craft/bookbinder": {
6274                     "name": "製本所",
6275                     "terms": "製本所, 職人, 工房"
6276                 },
6277                 "craft/brewery": {
6278                     "name": "ビール醸造所",
6279                     "terms": "ビール醸造所, 職人, 工房"
6280                 },
6281                 "craft/carpenter": {
6282                     "name": "工務店",
6283                     "terms": "工務店, 職人, 工房, 大工, リフォーム, 建具店, 表具店, 指物店, 経師, 建具師, 指物師"
6284                 },
6285                 "craft/carpet_layer": {
6286                     "name": "畳・カーペット工事店",
6287                     "terms": "畳・カーペット工事店, 職人, 工房, 畳, カーペット, インテリア"
6288                 },
6289                 "craft/caterer": {
6290                     "name": "仕出し料理店",
6291                     "terms": "仕出し料理店, ケータリング, ホカ弁, 弁当, 持ち帰り, 持ち帰り専門店, 持帰り, ランチパック, 仕出し, 弁当屋"
6292                 },
6293                 "craft/chimney_sweeper": {
6294                     "name": "煙突掃除人",
6295                     "terms": "煙突掃除人, 職人, 工房"
6296                 },
6297                 "craft/clockmaker": {
6298                     "name": "時計製造所",
6299                     "terms": "時計製造所, 職人, 工房"
6300                 },
6301                 "craft/confectionery": {
6302                     "name": "菓子屋(製造・販売)",
6303                     "terms": "菓子製造所, 菓子製造直売所, 饅頭屋, まんじゅう屋, 煎餅屋, せんべい屋, 飴屋, 和菓子屋, 和菓子店, 職人, 工房, 食品, お菓子, 食べ物"
6304                 },
6305                 "craft/distillery": {
6306                     "name": "蒸留所",
6307                     "terms": ", 職人, 工房"
6308                 },
6309                 "craft/dressmaker": {
6310                     "name": "衣服製造所",
6311                     "terms": "衣服製造所, 職人, 工房"
6312                 },
6313                 "craft/electrician": {
6314                     "name": "電気工事店",
6315                     "terms": "電気工事店, 職人, 工房"
6316                 },
6317                 "craft/electronics_repair": {
6318                     "name": "電化製品修理店",
6319                     "terms": "家電修理店, 電気機器修理店, 修理店, リペアショップ, 職人, 工房"
6320                 },
6321                 "craft/floorer": {
6322                     "name": "床張り屋",
6323                     "terms": "床張り屋, 床張り職人, 職人"
6324                 },
6325                 "craft/gardener": {
6326                     "name": "造園業",
6327                     "terms": "庭師, 職人, 工房, 造園, 造園業, 樹木"
6328                 },
6329                 "craft/glaziery": {
6330                     "name": "ガラス細工師",
6331                     "terms": "ガラス細工師, 職人, 工房"
6332                 },
6333                 "craft/handicraft": {
6334                     "name": "手工芸品店",
6335                     "terms": "手工芸品, 職人, 工房, 雑貨, 工芸, 民芸, こけし, 人形"
6336                 },
6337                 "craft/hvac": {
6338                     "name": "空調設計",
6339                     "terms": "空調設計, 職人"
6340                 },
6341                 "craft/insulator": {
6342                     "name": "断熱材",
6343                     "terms": "断熱材, 職人"
6344                 },
6345                 "craft/joiner": {
6346                     "name": "建具屋",
6347                     "terms": "建具屋, 指物師, 建具, 指物, 職人"
6348                 },
6349                 "craft/key_cutter": {
6350                     "name": "合鍵作成(小店舗)",
6351                     "terms": "合鍵作成, 職人, 錠前, カギ, 鍵"
6352                 },
6353                 "craft/locksmith": {
6354                     "name": "錠前師"
6355                 },
6356                 "craft/metal_construction": {
6357                     "name": "金属加工",
6358                     "terms": "金属加工, 鋳造, 職人, 工房"
6359                 },
6360                 "craft/painter": {
6361                     "name": "塗装業",
6362                     "terms": "塗装業, 外装業, ペンキ屋, 職人"
6363                 },
6364                 "craft/parquet_layer": {
6365                     "name": "寄せ木床張り職人",
6366                     "terms": "寄せ木床張り職人, 寄せ木床張り屋, 職人"
6367                 },
6368                 "craft/photographer": {
6369                     "name": "写真館",
6370                     "terms": "カメラマン, 写真屋, 職人, 工房, 写真館"
6371                 },
6372                 "craft/photographic_laboratory": {
6373                     "name": "現像所",
6374                     "terms": "現像所, 職人, 工房"
6375                 },
6376                 "craft/plasterer": {
6377                     "name": "左官",
6378                     "terms": "左官, 職人,"
6379                 },
6380                 "craft/plumber": {
6381                     "name": "配管工",
6382                     "terms": "配管工, 職人"
6383                 },
6384                 "craft/rigger": {
6385                     "name": "艤装者",
6386                     "terms": "艤装者, 職人, 工房"
6387                 },
6388                 "craft/roofer": {
6389                     "name": "屋根ふき職人",
6390                     "terms": "屋根ふき職人, 職人"
6391                 },
6392                 "craft/saddler": {
6393                     "name": "馬具製造人",
6394                     "terms": "馬具製造人, 職人"
6395                 },
6396                 "craft/sailmaker": {
6397                     "name": "製帆職人",
6398                     "terms": "製帆職人, 職人"
6399                 },
6400                 "craft/sawmill": {
6401                     "name": "製材",
6402                     "terms": "製材, 職人"
6403                 },
6404                 "craft/scaffolder": {
6405                     "name": "とび職",
6406                     "terms": "足場職人, とび職, 職人, 鳶, 鳶職"
6407                 },
6408                 "craft/sculptor": {
6409                     "name": "彫刻製作所",
6410                     "terms": "彫刻製作所, 職人, 工房"
6411                 },
6412                 "craft/shoemaker": {
6413                     "name": "製靴",
6414                     "terms": "製靴, 靴製造, 職人"
6415                 },
6416                 "craft/signmaker": {
6417                     "name": "看板屋",
6418                     "terms": "看板屋, 広告サイン制作, 広告"
6419                 },
6420                 "craft/stonemason": {
6421                     "name": "石工",
6422                     "terms": "石工, 石材加工, 職人, 工房, 墓石, 墓石店"
6423                 },
6424                 "craft/tailor": {
6425                     "name": "仕立て屋"
6426                 },
6427                 "craft/tiler": {
6428                     "name": "タイル職人",
6429                     "terms": "タイル職人, 職人"
6430                 },
6431                 "craft/tinsmith": {
6432                     "name": "すず細工職人",
6433                     "terms": "ブリキ屋, すず細工職人, 職人, 工房"
6434                 },
6435                 "craft/upholsterer": {
6436                     "name": "椅子張り職人",
6437                     "terms": "椅子張り職人, 職人"
6438                 },
6439                 "craft/watchmaker": {
6440                     "name": "時計製造業",
6441                     "terms": "時計製造業, 職人"
6442                 },
6443                 "craft/window_construction": {
6444                     "name": "窓職人",
6445                     "terms": "窓職人, 職人"
6446                 },
6447                 "craft/winery": {
6448                     "name": "ワイナリー",
6449                     "terms": "ワイナリー, 職人"
6450                 },
6451                 "cycleway/asl": {
6452                     "name": "二段停止線(自転車)",
6453                     "terms": "二段停止線(自転車), 二段停止線, 停止線, 自転車"
6454                 },
6455                 "demolished/building": {
6456                     "name": "建物(取り壊し済み)"
6457                 },
6458                 "disused/railway": {
6459                     "name": "鉄道(廃棄済み)"
6460                 },
6461                 "embankment": {
6462                     "name": "土手"
6463                 },
6464                 "emergency": {
6465                     "name": "緊急設備"
6466                 },
6467                 "emergency/ambulance_station": {
6468                     "name": "救急車の基地",
6469                     "terms": "救急車の基地, 救命"
6470                 },
6471                 "emergency/defibrillator": {
6472                     "name": "AED",
6473                     "terms": "自動体外式除細動器, 救命"
6474                 },
6475                 "emergency/designated": {
6476                     "name": "緊急車両の通行指定"
6477                 },
6478                 "emergency/destination": {
6479                     "name": "行き先に用事がある緊急車両, 救命"
6480                 },
6481                 "emergency/fire_alarm": {
6482                     "name": "火災報知機",
6483                     "terms": "火災通報ボックス, 火災通報装置, 火災報知機, 火事, 消防, 火災報知器, 報知器, 報知機"
6484                 },
6485                 "emergency/fire_extinguisher": {
6486                     "name": "消火器",
6487                     "terms": "消火器"
6488                 },
6489                 "emergency/fire_hose": {
6490                     "name": "消火ホース",
6491                     "terms": "消火ホース, 緊急, 火災, 消防"
6492                 },
6493                 "emergency/fire_hydrant": {
6494                     "name": "消火栓/消防水利",
6495                     "terms": "消火栓, 消防, 消防水利, 救命, 緊急, 火災"
6496                 },
6497                 "emergency/first_aid_kit": {
6498                     "name": "救命キット",
6499                     "terms": "救命キット, 救急セット, 救急救命セット"
6500                 },
6501                 "emergency/life_ring": {
6502                     "name": "救命浮き輪",
6503                     "terms": "救命浮き輪, ライフブイ, 救命浮環, 救命浮標"
6504                 },
6505                 "emergency/lifeguard": {
6506                     "name": "ライフガード",
6507                     "terms": "ライフガード, 救護員, 監視員"
6508                 },
6509                 "emergency/no": {
6510                     "name": "緊急車両の利用不可"
6511                 },
6512                 "emergency/official": {
6513                     "name": "公的な緊急車両"
6514                 },
6515                 "emergency/phone": {
6516                     "name": "緊急電話",
6517                     "terms": "緊急電話, 救命"
6518                 },
6519                 "emergency/private": {
6520                     "name": "私有の緊急車両"
6521                 },
6522                 "emergency/siren": {
6523                     "name": "サイレン",
6524                     "terms": "サイレン, 緊急サイレン"
6525                 },
6526                 "emergency/water_tank": {
6527                     "name": "防火水槽",
6528                     "terms": "貯水槽, 貯水タンク, 緊急, 火災, 防火槽"
6529                 },
6530                 "emergency/yes": {
6531                     "name": "緊急時の利用可"
6532                 },
6533                 "entrance": {
6534                     "name": "出入口(全般)",
6535                     "terms": "出入口, 入口, 出口, 出入り口, エントランス, 玄関, 正面入口, 裏口"
6536                 },
6537                 "ford": {
6538                     "name": "洗い越し",
6539                     "terms": "洗い越し, 浅瀬"
6540                 },
6541                 "ford_line": {
6542                     "name": "洗い越し"
6543                 },
6544                 "golf/bunker": {
6545                     "name": "サンドトラップ",
6546                     "terms": "サンドトラップ, バンカー, ゴルフ"
6547                 },
6548                 "golf/cartpath": {
6549                     "name": "ゴルフカート用の道",
6550                     "terms": "ゴルフカート用の道, ゴルフ, ゴルフカート, ゴルフ場"
6551                 },
6552                 "golf/driving_range": {
6553                     "name": "打ちっぱなし",
6554                     "terms": "打ちっぱなし, ゴルフ, ゴルフ練習場, ゴルフ場, スポーツ, 打ちっ放し"
6555                 },
6556                 "golf/fairway": {
6557                     "name": "フェアウェイ",
6558                     "terms": "フェアウェー, フェアウェイ, ゴルフ"
6559                 },
6560                 "golf/green": {
6561                     "name": "グリーン",
6562                     "terms": "グリーン, ゴルフ"
6563                 },
6564                 "golf/hole": {
6565                     "name": "ゴルフホール",
6566                     "terms": "ホール, ゴルフ"
6567                 },
6568                 "golf/lateral_water_hazard": {
6569                     "name": "ラテラルウォーターハザード",
6570                     "terms": "ラテラルウォーターハザード, ゴルフ"
6571                 },
6572                 "golf/path": {
6573                     "name": "ゴルフ場の歩行路",
6574                     "terms": "ゴルフ場の歩行路, ゴルフ, ゴルフ場"
6575                 },
6576                 "golf/rough": {
6577                     "name": "ラフ",
6578                     "terms": "ラフ, ゴルフ"
6579                 },
6580                 "golf/tee": {
6581                     "name": "ティー",
6582                     "terms": "ティー, ゴルフ"
6583                 },
6584                 "golf/water_hazard": {
6585                     "name": "ウォーターハザード",
6586                     "terms": "池ポチャ, ウォーターハザード, ゴルフ, ゴルフ場"
6587                 },
6588                 "healthcare": {
6589                     "name": "医療",
6590                     "terms": "医療, 健康管理, ヘルスケア, 保健医療"
6591                 },
6592                 "healthcare/alternative": {
6593                     "name": "代替医療",
6594                     "terms": "代替医療, 補完医療, オルタナティヴ医療, 代替療法, 自然療法"
6595                 },
6596                 "healthcare/alternative/chiropractic": {
6597                     "name": "カイロプラクター",
6598                     "terms": "カイロプラクター, カイロプラクティック, 医療"
6599                 },
6600                 "healthcare/audiologist": {
6601                     "name": "聴覚訓練士",
6602                     "terms": "聴覚訓練士, 聴覚機能訓練士, オージオロジスト, 医療, トレーニング, 訓練"
6603                 },
6604                 "healthcare/birthing_center": {
6605                     "name": "バースセンター",
6606                     "terms": "バースセンター, 医療"
6607                 },
6608                 "healthcare/blood_donation": {
6609                     "name": "献血ルーム",
6610                     "terms": "血液センター, 健康, 医療"
6611                 },
6612                 "healthcare/counselling": {
6613                     "name": "カウンセリングセンター",
6614                     "terms": "カウンセリングセンター, カウンセリング, メンタルケア, 医療, 健康"
6615                 },
6616                 "healthcare/hospice": {
6617                     "name": "ホスピス",
6618                     "terms": "ホスピス, 医療, 福祉"
6619                 },
6620                 "healthcare/laboratory": {
6621                     "name": "医学研究室",
6622                     "terms": "医学研究室, 医療研究室, 研究室, 健康, 医療"
6623                 },
6624                 "healthcare/midwife": {
6625                     "name": "助産婦",
6626                     "terms": "助産婦, 産婆, 医療"
6627                 },
6628                 "healthcare/occupational_therapist": {
6629                     "name": "作業療法士",
6630                     "terms": "作業療法士, 医療, 福祉"
6631                 },
6632                 "healthcare/optometrist": {
6633                     "name": "検眼医",
6634                     "terms": "検眼医, 視力測定医, 医療"
6635                 },
6636                 "healthcare/physiotherapist": {
6637                     "name": "理学療法士",
6638                     "terms": "理学療法士, 医療, 福祉"
6639                 },
6640                 "healthcare/podiatrist": {
6641                     "name": "足病医",
6642                     "terms": "足病医, 医療"
6643                 },
6644                 "healthcare/psychotherapist": {
6645                     "name": "心理療法士",
6646                     "terms": "心理療法士, サイコセラピスト, 医療"
6647                 },
6648                 "healthcare/rehabilitation": {
6649                     "name": "リハビリ施設",
6650                     "terms": "リハビリ, リハビリテーション, 医療, 福祉"
6651                 },
6652                 "healthcare/speech_therapist": {
6653                     "name": "スピーチセラピスト",
6654                     "terms": "スピーチセラピスト, 福祉"
6655                 },
6656                 "highway": {
6657                     "name": "道路関連"
6658                 },
6659                 "highway/bridleway": {
6660                     "name": "乗馬道",
6661                     "terms": "乗馬道"
6662                 },
6663                 "highway/bus_guideway": {
6664                     "name": "バスガイドウェイ",
6665                     "terms": "バスガイドウェイ, ガイドウェイ"
6666                 },
6667                 "highway/bus_stop": {
6668                     "name": "バス停"
6669                 },
6670                 "highway/construction": {
6671                     "name": "建設中の道路(通行止)",
6672                     "terms": "建設中の道路, 通行止め, 通行止, 道路, 閉鎖"
6673                 },
6674                 "highway/corridor": {
6675                     "name": "建物内の通り抜け道路",
6676                     "terms": "建物内の通り抜け道路"
6677                 },
6678                 "highway/crossing": {
6679                     "name": "横断歩道"
6680                 },
6681                 "highway/crossing/marked": {
6682                     "name": "横断歩道(マークあり)",
6683                     "terms": "横断歩道(マークあり), 横断歩道, 歩道"
6684                 },
6685                 "highway/crossing/marked-raised": {
6686                     "name": "横断歩道(隆起あり・マークあり)",
6687                     "terms": "横断歩道(隆起あり・マークあり), 横断歩道, 隆起, 交通安全, 静音化, 歩道"
6688                 },
6689                 "highway/crossing/unmarked": {
6690                     "name": "横断歩道(マークなし)",
6691                     "terms": "横断歩道(マークなし), 横断歩道, 歩道"
6692                 },
6693                 "highway/crossing/unmarked-raised": {
6694                     "name": "横断歩道(隆起あり・マークなし)",
6695                     "terms": "横断歩道(隆起あり・マークなし), 横断歩道, 隆起, 交通安全, 静音化, 歩道"
6696                 },
6697                 "highway/crossing/zebra": {
6698                     "name": "横断歩道(ゼブラあり)"
6699                 },
6700                 "highway/crossing/zebra-raised": {
6701                     "name": "横断歩道(隆起あり・ゼブラあり)"
6702                 },
6703                 "highway/cycleway": {
6704                     "name": "自転車専用道路(歩行者通行不可)",
6705                     "terms": "自転車道, サイクリング道路, 自転車"
6706                 },
6707                 "highway/cycleway/bicycle_foot": {
6708                     "name": "自転車歩行者道",
6709                     "terms": "自転車歩行者道, 自歩道, 自転車, 歩道"
6710                 },
6711                 "highway/cycleway/crossing": {
6712                     "name": "自転車用横断道"
6713                 },
6714                 "highway/cycleway/crossing/marked": {
6715                     "name": "自転車用横断道(マークあり)",
6716                     "terms": "自転車用横断道(マークあり), 自転車横断道, 自転車用横断歩道, 自転車, 自転車道, 横断歩道"
6717                 },
6718                 "highway/cycleway/crossing/unmarked": {
6719                     "name": "自転車用横断道(マークなし)",
6720                     "terms": "自転車用横断道(マークなし), 自転車横断道, 自転車用横断歩道, 自転車, 自転車道, 横断歩道"
6721                 },
6722                 "highway/elevator": {
6723                     "name": "エレベーター",
6724                     "terms": "エレベーター, エレベータ, 昇降機"
6725                 },
6726                 "highway/emergency_bay": {
6727                     "name": "非常駐車帯",
6728                     "terms": "非常駐車帯, 駐車帯"
6729                 },
6730                 "highway/footway": {
6731                     "name": "歩道",
6732                     "terms": "歩道, 歩行者用道路, 遊歩道, 緑道, 自然歩道, プロムナード"
6733                 },
6734                 "highway/footway/access_aisle": {
6735                     "name": "歩道(駐車場内)",
6736                     "terms": "歩道(駐車場内), 歩道, 通路, 駐車場"
6737                 },
6738                 "highway/footway/conveying": {
6739                     "name": "動く歩道",
6740                     "terms": "動く歩道, 歩道, 水平型エスカレーター, オートウォーク, ムービングウォーク, トラベレーター, ムービングサイドウォーク, オートスロープ, エスカレータ, ベルトコンベア"
6741                 },
6742                 "highway/footway/crossing": {
6743                     "name": "歩行者用横断歩道"
6744                 },
6745                 "highway/footway/marked": {
6746                     "name": "横断歩道(マークあり)",
6747                     "terms": "横断歩道(マークあり), 横断歩道, 歩道"
6748                 },
6749                 "highway/footway/marked-raised": {
6750                     "name": "横断歩道(隆起あり・マークあり)",
6751                     "terms": "横断歩道(隆起あり・マークあり), 横断歩道, 隆起, 交通安全, 静音化, 歩道"
6752                 },
6753                 "highway/footway/sidewalk": {
6754                     "name": "歩道(車道の脇)",
6755                     "terms": "歩道(車道の脇), 歩道"
6756                 },
6757                 "highway/footway/unmarked": {
6758                     "name": "横断歩道(マークなし)",
6759                     "terms": "横断歩道(マークなし), 横断歩道, 歩道"
6760                 },
6761                 "highway/footway/unmarked-raised": {
6762                     "name": "横断歩道(隆起あり・マークなし)",
6763                     "terms": "横断歩道(隆起あり・マークなし), 横断歩道, 隆起, 交通安全, 静音化, 歩道"
6764                 },
6765                 "highway/footway/zebra": {
6766                     "name": "横断歩道(ゼブラあり)"
6767                 },
6768                 "highway/footway/zebra-raised": {
6769                     "name": "横断歩道(隆起あり・ゼブラあり)"
6770                 },
6771                 "highway/give_way": {
6772                     "name": "ゆずれ標識",
6773                     "terms": "ゆずれ, 譲れ, 道路設備, 標識, 道路標識"
6774                 },
6775                 "highway/living_street": {
6776                     "name": "Living Street (日本では使用しない)",
6777                     "terms": "living street"
6778                 },
6779                 "highway/milestone": {
6780                     "name": "距離標(道路)",
6781                     "terms": "距離標, マイルストーン, 里程標, 一里塚, 道程標, キロポスト, 距離標識, 距離, 道路"
6782                 },
6783                 "highway/mini_roundabout": {
6784                     "name": "小さな環状交差点",
6785                     "terms": "小さな環状交差点, ラウンドアバウト, ロータリー, 交差点"
6786                 },
6787                 "highway/motorway": {
6788                     "name": "自動車専用道路",
6789                     "terms": "自動車専用道路, 高速道路, 車道, 幹線, 公道"
6790                 },
6791                 "highway/motorway_junction": {
6792                     "name": "自動車道のIC/JCT",
6793                     "terms": "自動車道のIC/JCT, インターチェンジ, ジャンクション, IC, JCT"
6794                 },
6795                 "highway/motorway_link": {
6796                     "name": "自動車専用道路の接続路",
6797                     "terms": "自動車専用道路, 接続路, 車道, 幹線, 公道"
6798                 },
6799                 "highway/passing_place": {
6800                     "name": "待避所",
6801                     "terms": "待避所, 退避エリア"
6802                 },
6803                 "highway/path": {
6804                     "name": "小道(自動車通行不可)",
6805                     "terms": "小道, 歩道, 自転車道, バイク"
6806                 },
6807                 "highway/path/informal": {
6808                     "name": "けもの道",
6809                     "terms": "けもの道, 獣道, 小道"
6810                 },
6811                 "highway/pedestrian_area": {
6812                     "name": "歩行者天国",
6813                     "terms": "歩行者専用道路, 歩行者天国"
6814                 },
6815                 "highway/pedestrian_line": {
6816                     "name": "歩行者天国",
6817                     "terms": "歩行者専用道路, 歩行者天国, 歩道, ペデストリアン"
6818                 },
6819                 "highway/primary": {
6820                     "name": "主要地方道",
6821                     "terms": "主要地方道, 車道, 幹線, 公道"
6822                 },
6823                 "highway/primary_link": {
6824                     "name": "主要地方道の接続路",
6825                     "terms": "主要地方道, 接続路, 車道, 幹線, 公道"
6826                 },
6827                 "highway/raceway": {
6828                     "name": "モーターレース場",
6829                     "terms": "モーターレース場, 自動車レース場, バイクレース場, レース場, スポーツ, サーキット, 自動車, バイク, カーレース, バイクレース"
6830                 },
6831                 "highway/raceway/karting": {
6832                     "name": "カートレース場",
6833                     "terms": "カートレース場, レース場, スポーツ, サーキット"
6834                 },
6835                 "highway/raceway/motocross": {
6836                     "name": "モトクロスレース場",
6837                     "terms": "モトクロスレース場, レース場, スポーツ, サーキット, バイク"
6838                 },
6839                 "highway/residential": {
6840                     "name": "住宅地区の道路",
6841                     "terms": "住宅地区の道路, 車道, 生活道路, 住宅街道路"
6842                 },
6843                 "highway/rest_area": {
6844                     "name": "パーキングエリア(休憩所)",
6845                     "terms": "パーキングエリア, PA, チェーンベース, 休憩所"
6846                 },
6847                 "highway/road": {
6848                     "name": "道路(区分不明)",
6849                     "terms": "道路(区分不明), その他道路, 車道, 区分不明"
6850                 },
6851                 "highway/secondary": {
6852                     "name": "一般都道府県道",
6853                     "terms": "一般都道府県道, 都道, 道道, 府道, 県道, 車道, 公道"
6854                 },
6855                 "highway/secondary_link": {
6856                     "name": "一般都道府県道の接続路",
6857                     "terms": "一般都道府県道, 接続路, 車道, 公道"
6858                 },
6859                 "highway/service": {
6860                     "name": "敷地内道路(全般)",
6861                     "terms": "敷地内道路, 私道, 路地, 裏路地, 駐車場通路, 車道, 通路"
6862                 },
6863                 "highway/service/alley": {
6864                     "name": "路地",
6865                     "terms": "路地, 裏路地, 車道, 生活道路, 私道"
6866                 },
6867                 "highway/service/drive-through": {
6868                     "name": "ドライブスルー",
6869                     "terms": "ドライブスルー, 通路, 車道, 私道"
6870                 },
6871                 "highway/service/driveway": {
6872                     "name": "民地内通路・ドライブウェイ",
6873                     "terms": "私道, 車道, 生活道路, 民地内通路, 通路, 路地"
6874                 },
6875                 "highway/service/emergency_access": {
6876                     "name": "緊急通用路",
6877                     "terms": "緊急通用路, 消防車専用口, 非常用道路, 車道"
6878                 },
6879                 "highway/service/parking_aisle": {
6880                     "name": "駐車場内通路",
6881                     "terms": "駐車場内通路, 駐車場通路, 通路, 車道, 駐車場"
6882                 },
6883                 "highway/services": {
6884                     "name": "サービスエリア",
6885                     "terms": "サービスエリア, 道の駅, SA"
6886                 },
6887                 "highway/speed_camera": {
6888                     "name": "スピードカメラ",
6889                     "terms": "スピードカメラ, オービス, 自動速度違反取締装置, 道路設備"
6890                 },
6891                 "highway/steps": {
6892                     "name": "階段",
6893                     "terms": "階段, 歩道"
6894                 },
6895                 "highway/steps/conveying": {
6896                     "name": "エスカレーター",
6897                     "terms": "エスカレータ, エスカレーター, 歩道, ベルトコンベア, 自動階段"
6898                 },
6899                 "highway/stop": {
6900                     "name": "一時停止標識",
6901                     "terms": "一時停止標識, 一旦停止, 止まれ, とまれ, 道路標識, 道路設備"
6902                 },
6903                 "highway/street_lamp": {
6904                     "name": "街路灯",
6905                     "terms": "街灯, 街路灯, 道路設備"
6906                 },
6907                 "highway/tertiary": {
6908                     "name": "一般道(2車線以上)",
6909                     "terms": "一般道, 2車線以上, 車道, 2車線, 3車線, 4車線, 公道"
6910                 },
6911                 "highway/tertiary_link": {
6912                     "name": "一般道(2車線以上)の接続路",
6913                     "terms": "一般道, 2車線以上, 車道, 公道, 接続路"
6914                 },
6915                 "highway/track": {
6916                     "name": "農道・林道(自動車通行可)",
6917                     "terms": "未舗装農道, 農道, 未舗装林道, 林道, 獣道, けもの道, 酷道, 腐道, 険道, 死道, 損道, 道路, わだち, 轍, 車道, トラック, 生活道路"
6918                 },
6919                 "highway/traffic_mirror": {
6920                     "name": "カーブミラー",
6921                     "terms": "カーブミラー, ミラー, 道路反射鏡, 道路設備, 交通安全"
6922                 },
6923                 "highway/traffic_signals": {
6924                     "name": "信号機",
6925                     "terms": "信号機, 交通信号, 道路信号, 道路設備"
6926                 },
6927                 "highway/trailhead": {
6928                     "name": "登山口",
6929                     "terms": "登山口, ハイキング開始点, スタート地点, 開始地点, ハイキング"
6930                 },
6931                 "highway/trunk": {
6932                     "name": "国道",
6933                     "terms": "国道, 一般国道, 車道, 幹線, 公道"
6934                 },
6935                 "highway/trunk_link": {
6936                     "name": "国道の接続路",
6937                     "terms": "国道, 接続路, 車道, 幹線, 公道"
6938                 },
6939                 "highway/turning_circle": {
6940                     "name": "転回場",
6941                     "terms": "転回場, 車回し"
6942                 },
6943                 "highway/turning_loop": {
6944                     "name": "転回所(交通島あり)",
6945                     "terms": "転回所"
6946                 },
6947                 "highway/unclassified": {
6948                     "name": "一般道(2車線未満)",
6949                     "terms": "2車線未満, 1.5車線, 1車線, 車道, 公道, 一般道"
6950                 },
6951                 "historic": {
6952                     "name": "史跡",
6953                     "terms": "史跡, 歴史的建造物, 歴史"
6954                 },
6955                 "historic/archaeological_site": {
6956                     "name": "遺跡",
6957                     "terms": "遺跡, 貝塚, 古墳, 史跡, 歴史"
6958                 },
6959                 "historic/boundary_stone": {
6960                     "name": "境界石",
6961                     "terms": "境界石, 境界杭, 歴史"
6962                 },
6963                 "historic/castle": {
6964                     "name": "城",
6965                     "terms": "城, 城郭, 歴史, 城址, 城跡, お城"
6966                 },
6967                 "historic/castle/fortress": {
6968                     "name": "要塞(中世)",
6969                     "terms": "要塞, 歴史, 歴史的建造物, 要塞(中世)"
6970                 },
6971                 "historic/castle/palace": {
6972                     "name": "宮殿(歴史的)",
6973                     "terms": "宮殿, 歴史, 歴史的建造物, パレス, 迎賓館, 邸宅"
6974                 },
6975                 "historic/castle/stately": {
6976                     "name": "シャトー(歴史的)",
6977                     "terms": "シャトー, 歴史, 歴史的建造物, 出撃路(歴史的)"
6978                 },
6979                 "historic/city_gate": {
6980                     "name": "城門(歴史的)",
6981                     "terms": "城門, 城壁の門, 門, 歴史的建造物, 城門(歴史的)"
6982                 },
6983                 "historic/fort": {
6984                     "name": "要塞(近代)",
6985                     "terms": "要塞, 歴史, 歴史的建造物, 要塞(近代)"
6986                 },
6987                 "historic/manor": {
6988                     "name": "マナー・ハウス(歴史的)",
6989                     "terms": "マナー・ハウス, 貴族の邸宅, 歴史的建造物, マナー・ハウス(歴史的)"
6990                 },
6991                 "historic/memorial": {
6992                     "name": "記念碑",
6993                     "terms": "記念碑, 石碑, 石仏, 像, 歴史, 銅像, 彫刻, 公園"
6994                 },
6995                 "historic/memorial/plaque": {
6996                     "name": "銘板",
6997                     "terms": "銘板, プレート, 銘"
6998                 },
6999                 "historic/monument": {
7000                     "name": "記念堂",
7001                     "terms": "記念堂, 記念建造物, 歴史"
7002                 },
7003                 "historic/ruins": {
7004                     "name": "廃墟",
7005                     "terms": "廃墟, 歴史"
7006                 },
7007                 "historic/tomb": {
7008                     "name": "墓",
7009                     "terms": "墓, 古墳, 歴史, 墳墓"
7010                 },
7011                 "historic/wayside_cross": {
7012                     "name": "道路際の十字架",
7013                     "terms": "道路際の十字架, 歴史"
7014                 },
7015                 "historic/wayside_shrine": {
7016                     "name": "路傍の神仏",
7017                     "terms": "道祖神, 地蔵, お地蔵さん, 歴史, 神仏, 祠, 庚申塔, 石仏, 宗教, 信仰"
7018                 },
7019                 "historic/wreck": {
7020                     "name": "難破船",
7021                     "terms": "難破船, 沈没船, 沈船"
7022                 },
7023                 "indoor": {
7024                     "name": "屋内(インドア)の地物"
7025                 },
7026                 "indoor/area": {
7027                     "name": "屋内のスペース",
7028                     "terms": "屋内のエリア, インドア, 屋内, 無壁エリア, 屋内の無壁エリア, 屋内のスペース, 屋内スペース"
7029                 },
7030                 "indoor/corridor": {
7031                     "name": "屋内の廊下",
7032                     "terms": "建物内の通り抜け道路, 屋内の廊下, インドアの廊下, インドア, 屋内, 廊下"
7033                 },
7034                 "indoor/corridor_line": {
7035                     "name": "屋内の廊下"
7036                 },
7037                 "indoor/door": {
7038                     "name": "屋内のドア",
7039                     "terms": "屋内のドア, 屋内ドア, 扉, ドア, 入り口, インドア, 屋内"
7040                 },
7041                 "indoor/elevator": {
7042                     "name": "エレベータ(インドア)",
7043                     "terms": "エレベータ(インドア), エレベータ, インドア"
7044                 },
7045                 "indoor/room": {
7046                     "name": "屋内の部屋",
7047                     "terms": "屋内の部屋, 部屋, 屋内, インドア, ルーム"
7048                 },
7049                 "indoor/stairs": {
7050                     "name": "階段(インドア)",
7051                     "terms": "階段(インドア), 階段, インドア"
7052                 },
7053                 "indoor/wall": {
7054                     "name": "屋内の壁",
7055                     "terms": "屋内の壁, 屋内壁, 壁, ウォール, インドア, 屋内"
7056                 },
7057                 "internet_access/wlan": {
7058                     "name": "Wi-Fiホットスポット",
7059                     "terms": "wifi, ホットスポット, Wi-Fiホットスポット, Wi-Fi, 無線LAN"
7060                 },
7061                 "junction": {
7062                     "name": "交差点",
7063                     "terms": "交差点"
7064                 },
7065                 "landuse": {
7066                     "name": "土地利用関連"
7067                 },
7068                 "landuse/allotments": {
7069                     "name": "市民農園",
7070                     "terms": "市民菜園, 市民農園, コミュニティガーデン, ガーデン, 農業, 畑, 農園"
7071                 },
7072                 "landuse/aquaculture": {
7073                     "name": "養殖場(水域)",
7074                     "terms": "養殖場, 養魚場, いけす, 生簀"
7075                 },
7076                 "landuse/basin": {
7077                     "name": "遊水地"
7078                 },
7079                 "landuse/brownfield": {
7080                     "name": "再開発予定区画(整備済)",
7081                     "terms": "再開発用地, 更地, 空き地, ブラウンフィールド, 資材置き場, 開発用地, 広場, 用地"
7082                 },
7083                 "landuse/cemetery": {
7084                     "name": "霊園(土地区画、大)",
7085                     "terms": "墓地, 霊園, 墓場, お墓, 墓苑, 墓所"
7086                 },
7087                 "landuse/churchyard": {
7088                     "name": "教会(土地区画)",
7089                     "terms": "教会, 教会の敷地"
7090                 },
7091                 "landuse/commercial": {
7092                     "name": "オフィス街",
7093                     "terms": "オフィス街"
7094                 },
7095                 "landuse/construction": {
7096                     "name": "建設予定地",
7097                     "terms": "工事中用地, 建設用地, 工事現場, 建設予定地"
7098                 },
7099                 "landuse/farm": {
7100                     "name": "農地(非推奨)"
7101                 },
7102                 "landuse/farmland": {
7103                     "name": "農地",
7104                     "terms": "農地, 畑, 田, 茶畑, 田んぼ, 田畑, 耕作地, 農業"
7105                 },
7106                 "landuse/farmyard": {
7107                     "name": "農家(敷地)",
7108                     "terms": "農業施設用地, 農家, 農業"
7109                 },
7110                 "landuse/flowerbed": {
7111                     "name": "公共の花壇",
7112                     "terms": "花壇, 花, 公園, 庭, 公共の花壇"
7113                 },
7114                 "landuse/forest": {
7115                     "name": "人工林",
7116                     "terms": "人工林, 二次林, 営林, 保安林, 鉄道林, 防風林, 森林(人工), 樹木, 植物, 林"
7117                 },
7118                 "landuse/garages": {
7119                     "name": "車庫(土地区画)",
7120                     "terms": "ガレージ, 車庫"
7121                 },
7122                 "landuse/grass": {
7123                     "name": "芝生",
7124                     "terms": "草地, 芝生, 植物"
7125                 },
7126                 "landuse/greenfield": {
7127                     "name": "開発予定区画(未整備)",
7128                     "terms": "緑野, 草原, グリーンフィールド, 野原, 原っぱ, 原, 広場, 野, 空き地, 開発用地, 用地"
7129                 },
7130                 "landuse/greenhouse_horticulture": {
7131                     "name": "温室(土地区画)",
7132                     "terms": "温室, ビニールハウス, 農業, 野菜"
7133                 },
7134                 "landuse/harbour": {
7135                     "name": "港湾地域(土地区画)",
7136                     "terms": "港湾地域, 湾岸, 波止場"
7137                 },
7138                 "landuse/industrial": {
7139                     "name": "工業用地",
7140                     "terms": "工業用地, 工業団地, 工業地, 工業地帯"
7141                 },
7142                 "landuse/industrial/scrap_yard": {
7143                     "name": "自動車解体場",
7144                     "terms": "自動車解体場, スクラップ場"
7145                 },
7146                 "landuse/industrial/slaughterhouse": {
7147                     "name": "と畜場",
7148                     "terms": "と畜場, 畜殺場, 屠殺場"
7149                 },
7150                 "landuse/landfill": {
7151                     "name": "最終処分場",
7152                     "terms": "最終処分場, 廃棄物, ゴミ"
7153                 },
7154                 "landuse/meadow": {
7155                     "name": "牧草地",
7156                     "terms": "牧草地"
7157                 },
7158                 "landuse/military": {
7159                     "name": "軍用地",
7160                     "terms": "軍用地, 自衛隊, 軍事基地, 陸軍, 海軍, 空軍, 陸上自衛隊, 海上自衛隊, 航空自衛隊"
7161                 },
7162                 "landuse/military/airfield": {
7163                     "name": "軍用飛行場",
7164                     "terms": "軍用飛行場"
7165                 },
7166                 "landuse/military/barracks": {
7167                     "name": "兵舎",
7168                     "terms": "兵舎, 兵営"
7169                 },
7170                 "landuse/military/danger_area": {
7171                     "name": "危険区域",
7172                     "terms": "危険区域"
7173                 },
7174                 "landuse/military/naval_base": {
7175                     "name": "海軍基地",
7176                     "terms": "海軍, 軍事基地"
7177                 },
7178                 "landuse/military/obstacle_course": {
7179                     "name": "障害物コース",
7180                     "terms": "障害物コース, アスレチックコース"
7181                 },
7182                 "landuse/military/range": {
7183                     "name": "軍事演習場",
7184                     "terms": "軍事演習場"
7185                 },
7186                 "landuse/military/training_area": {
7187                     "name": "訓練場",
7188                     "terms": "練習場, トレーニングエリア, 訓練場"
7189                 },
7190                 "landuse/orchard": {
7191                     "name": "果樹園",
7192                     "terms": "果樹園, 果物畑, リンゴ畑, ミカン畑, 農業, 樹木, 森林"
7193                 },
7194                 "landuse/plant_nursery": {
7195                     "name": "育苗所",
7196                     "terms": "育苗所,苗床"
7197                 },
7198                 "landuse/pond": {
7199                     "name": "池"
7200                 },
7201                 "landuse/quarry": {
7202                     "name": "露天掘り鉱山",
7203                     "terms": "採石場, 石切り場, 露天掘り鉱山, 鉱山"
7204                 },
7205                 "landuse/railway": {
7206                     "name": "鉄道用地",
7207                     "terms": "鉄道用地, 鉄道敷地"
7208                 },
7209                 "landuse/recreation_ground": {
7210                     "name": "レクリエーション用のグラウンド",
7211                     "terms": "レクリエーション場"
7212                 },
7213                 "landuse/religious": {
7214                     "name": "宗教施設(敷地)",
7215                     "terms": "宗教施設の敷地, 宗教施設, 神社, 寺院, 神社仏閣, 寺社"
7216                 },
7217                 "landuse/reservoir": {
7218                     "name": "貯水池"
7219                 },
7220                 "landuse/residential": {
7221                     "name": "住宅地全般(区画)",
7222                     "terms": "住宅地, 住宅街, 宅地"
7223                 },
7224                 "landuse/residential/apartments": {
7225                     "name": "集合住宅街(区画)",
7226                     "terms": "集合住宅, 団地, 住宅街, アパート, マンション, 住宅"
7227                 },
7228                 "landuse/retail": {
7229                     "name": "商業地区",
7230                     "terms": "商業地, ショッピング地区, ショッピング街, 商店街"
7231                 },
7232                 "landuse/vineyard": {
7233                     "name": "ぶどう畑",
7234                     "terms": "ぶどう畑, 果樹園, 森林, 樹木, 植物, ブドウ, 農業"
7235                 },
7236                 "landuse/winter_sports": {
7237                     "name": "冬季スポーツ区域",
7238                     "terms": "冬季スポーツ区域, 冬季スポーツ, ウィンタースポーツ"
7239                 },
7240                 "leisure": {
7241                     "name": "レジャー関連"
7242                 },
7243                 "leisure/adult_gaming_centre": {
7244                     "name": "遊技場(成人向け)",
7245                     "terms": "遊技場, パチンコ, パチスロ, スロット, 娯楽, アダルト, レジャー, パチンコ店, パチンコ屋, スロットマシン, ギャンブル, ゲーム, 遊戯場"
7246                 },
7247                 "leisure/amusement_arcade": {
7248                     "name": "ゲームセンター",
7249                     "terms": "ゲームセンター, ゲーセン, 娯楽, レジャー, 遊技, ゲーム, 遊戯"
7250                 },
7251                 "leisure/bandstand": {
7252                     "name": "野外音楽堂",
7253                     "terms": "バンドスタンド, 演奏台, 演奏, 音楽, 楽団, 野外音楽堂"
7254                 },
7255                 "leisure/beach_resort": {
7256                     "name": "ビーチリゾート",
7257                     "terms": "ビーチリゾート, 行楽地, 観光, 保養, レジャー, 娯楽, リゾート, 海辺, 砂浜"
7258                 },
7259                 "leisure/bird_hide": {
7260                     "name": "野鳥観察舎",
7261                     "terms": "ハイド, 野鳥観察小屋, アウトドア"
7262                 },
7263                 "leisure/bleachers": {
7264                     "name": "観覧席",
7265                     "terms": "観覧席, 外野席, 外野スタンド"
7266                 },
7267                 "leisure/bowling_alley": {
7268                     "name": "ボウリング場",
7269                     "terms": "ボウリング場, ボウリング, ボーリング, スポーツ, 娯楽, 運動, レジャー, ゲーム"
7270                 },
7271                 "leisure/common": {
7272                     "name": "共有地",
7273                     "terms": "共有地, コモンズ"
7274                 },
7275                 "leisure/dance": {
7276                     "name": "ダンスホール",
7277                     "terms": "ダンスホール, 娯楽"
7278                 },
7279                 "leisure/dancing_school": {
7280                     "name": "ダンススクール",
7281                     "terms": "ダンススクール, 舞踏, 日本舞踊, タンゴ, 社交ダンス, ワルツ, ダンス教室, 稽古, 練習, 習い事, 学校"
7282                 },
7283                 "leisure/disc_golf_course": {
7284                     "name": "ディスクゴルフコース",
7285                     "terms": "ディスクゴルフコース, ディスクゴルフ, スポーツ"
7286                 },
7287                 "leisure/dog_park": {
7288                     "name": "ドッグパーク",
7289                     "terms": "ドッグパーク, ドッグラン, 犬, 動物, ペット"
7290                 },
7291                 "leisure/escape_game": {
7292                     "name": "脱出ゲーム場",
7293                     "terms": "脱出ゲーム場, 脱出ゲーム, リアル脱出ゲーム, ゲーム, 娯楽"
7294                 },
7295                 "leisure/firepit": {
7296                     "name": "焚き火場",
7297                     "terms": "焚き火場, キャンプファイア, 焚き火"
7298                 },
7299                 "leisure/fishing": {
7300                     "name": "釣りスポット",
7301                     "terms": "釣りスポット, 魚釣り, 釣, 海釣り公園, 海釣り, 川釣り, 釣り, フィッシング, 釣りポイント"
7302                 },
7303                 "leisure/fitness_centre": {
7304                     "name": "ジム/フィットネスセンター",
7305                     "terms": "フィットネスクラブ, フィットネスセンター, ジム, スポーツ, 訓練, 練習, 習い事, 教習, トレーニング, 教室, 体操, 運動, エクササイズ"
7306                 },
7307                 "leisure/fitness_centre/yoga": {
7308                     "name": "ヨガスタジオ",
7309                     "terms": "ヨガスタジオ, スポーツ, トレーニング, 訓練, 教室, 習い事, 教習, 稽古, 体操, 運動"
7310                 },
7311                 "leisure/fitness_station": {
7312                     "name": "屋外トレーニング場",
7313                     "terms": "屋外運動器具, スポーツ, トレーニング, 運動器具, 屋外ジム, 屋外運動場, エクササイズ場, 屋外フィットネス場, 屋外トレーニング場, 屋外健康遊具場"
7314                 },
7315                 "leisure/fitness_station/balance_beam": {
7316                     "name": "平均台",
7317                     "terms": "平均台, 運動器具, トレーニング, エクササイズ, 健康遊具"
7318                 },
7319                 "leisure/fitness_station/box": {
7320                     "name": "トレーニング台",
7321                     "terms": "トレーニング台, 運動台, 運動器具, トレーニング, エクササイズ, 健康遊具"
7322                 },
7323                 "leisure/fitness_station/horizontal_bar": {
7324                     "name": "鉄棒",
7325                     "terms": "鉄棒, 運動器具, トレーニング, エクササイズ, 健康遊具"
7326                 },
7327                 "leisure/fitness_station/horizontal_ladder": {
7328                     "name": "うんてい",
7329                     "terms": "うんてい, 雲梯, 運動器具, トレーニング, エクササイズ, 健康遊具"
7330                 },
7331                 "leisure/fitness_station/hyperextension": {
7332                     "name": "トレーニングベンチ",
7333                     "terms": "トレーニングベンチ, 背筋台, 運動器具, トレーニング, エクササイズ, 健康遊具"
7334                 },
7335                 "leisure/fitness_station/parallel_bars": {
7336                     "name": "平行棒",
7337                     "terms": "平行棒, 運動器具, トレーニング, エクササイズ, 健康遊具"
7338                 },
7339                 "leisure/fitness_station/push-up": {
7340                     "name": "腕立て伏せ",
7341                     "terms": "腕立て伏せ, プッシュアップ, 運動器具, トレーニング, エクササイズ, 健康遊具"
7342                 },
7343                 "leisure/fitness_station/rings": {
7344                     "name": "吊り輪",
7345                     "terms": "吊り輪, 運動器具, トレーニング, エクササイズ, 健康遊具"
7346                 },
7347                 "leisure/fitness_station/sign": {
7348                     "name": "運動の説明標識",
7349                     "terms": "運動の説明標識, 運動器具, トレーニング, エクササイズ, 健康遊具"
7350                 },
7351                 "leisure/fitness_station/sit-up": {
7352                     "name": "腹筋台",
7353                     "terms": "腹筋台, シットアップ, 運動器具, トレーニング, エクササイズ, 健康遊具"
7354                 },
7355                 "leisure/fitness_station/stairs": {
7356                     "name": "階段(トレーニング用)",
7357                     "terms": "階段, 運動器具, トレーニング, エクササイズ, 健康遊具"
7358                 },
7359                 "leisure/garden": {
7360                     "name": "庭園",
7361                     "terms": "庭園, 日本庭園, 植物園, 公園, 枯山水, 植物, 樹木"
7362                 },
7363                 "leisure/golf_course": {
7364                     "name": "ゴルフコース",
7365                     "terms": "ゴルフコース, ゴルフ場, 運動, スポーツ, 娯楽, レジャー"
7366                 },
7367                 "leisure/hackerspace": {
7368                     "name": "ハッカースペース",
7369                     "terms": "ハッカースペース, ハックラボ, ハックスペース, メーカースペース, ファブラボ, FabLab"
7370                 },
7371                 "leisure/horse_riding": {
7372                     "name": "乗馬施設",
7373                     "terms": "乗馬施設, 馬事公苑, 乗馬クラブ, スポーツ, 運動, 娯楽, レジャー"
7374                 },
7375                 "leisure/ice_rink": {
7376                     "name": "アイススケート場",
7377                     "terms": "アイススケート, アイススケート場, アイススケートリンク, スケートリンク, スポーツ, 運動, 娯楽, レジャー"
7378                 },
7379                 "leisure/marina": {
7380                     "name": "マリーナ",
7381                     "terms": "マリーナ, ヨットハーバー, スポーツ, 運動, 娯楽, レジャー"
7382                 },
7383                 "leisure/miniature_golf": {
7384                     "name": "ミニゴルフ",
7385                     "terms": "パターゴルフ, スポーツ, 娯楽, ミニゴルフ, 運動, レジャー"
7386                 },
7387                 "leisure/nature_reserve": {
7388                     "name": "自然保護区",
7389                     "terms": "自然保護区"
7390                 },
7391                 "leisure/outdoor_seating": {
7392                     "name": "屋外食事席エリア",
7393                     "terms": "屋外席エリア, 屋外席, テラス, 食事, 屋外食事席エリア"
7394                 },
7395                 "leisure/park": {
7396                     "name": "公園",
7397                     "terms": "公園, アウトドア, 広場, 運動公園"
7398                 },
7399                 "leisure/picnic_table": {
7400                     "name": "ピクニックテーブル",
7401                     "terms": "ピクニックテーブル, アウトドア"
7402                 },
7403                 "leisure/picnic_table/chess": {
7404                     "name": "チェス台",
7405                     "terms": "チェス台, チェステーブル, チェス卓, ゲーム"
7406                 },
7407                 "leisure/pitch": {
7408                     "name": "スポーツ競技場",
7409                     "terms": "スポーツ競技場, 運動場, 競技場, グラウンド, 校庭, 競技, 練習"
7410                 },
7411                 "leisure/pitch/american_football": {
7412                     "name": "アメリカンフットボール場",
7413                     "terms": "アメリカンフットボール場, アメフト競技場, スポーツ, 運動, 競技"
7414                 },
7415                 "leisure/pitch/australian_football": {
7416                     "name": "オーストラリアフットボール場",
7417                     "terms": "オーストラリアフットボール場, 競技場, 球技場"
7418                 },
7419                 "leisure/pitch/badminton": {
7420                     "name": "バドミントンコート",
7421                     "terms": "バドミントンコート, バドミントン場, スポーツ, 運動, 競技"
7422                 },
7423                 "leisure/pitch/baseball": {
7424                     "name": "野球場",
7425                     "terms": "野球場, 球場, スポーツ, 運動, 競技"
7426                 },
7427                 "leisure/pitch/basketball": {
7428                     "name": "バスケットボール場",
7429                     "terms": "バスケットボール場, スポーツ, 運動, 競技"
7430                 },
7431                 "leisure/pitch/beachvolleyball": {
7432                     "name": "ビーチバレーコート",
7433                     "terms": "ビーチバレーコート, スポーツ, 運動, 競技, 砂浜"
7434                 },
7435                 "leisure/pitch/boules": {
7436                     "name": "ブールスポーツ",
7437                     "terms": "ブールスポーツ, ボッチ, ボッチボール, スポーツ, 運動, 競技"
7438                 },
7439                 "leisure/pitch/bowls": {
7440                     "name": "ローンボウルズ",
7441                     "terms": "ローンボウルズ, スポーツ, 運動, 競技"
7442                 },
7443                 "leisure/pitch/chess": {
7444                     "name": "野外チェス盤",
7445                     "terms": "野外チェス盤, チェス"
7446                 },
7447                 "leisure/pitch/cricket": {
7448                     "name": "クリケット場",
7449                     "terms": "クリケット場, スポーツ, 運動, 競技"
7450                 },
7451                 "leisure/pitch/equestrian": {
7452                     "name": "乗馬場",
7453                     "terms": "乗馬場, スポーツ, 運動, トレーニング, 練習, 訓練, 競技"
7454                 },
7455                 "leisure/pitch/field_hockey": {
7456                     "name": "フィールドホッケー場",
7457                     "terms": "フィールドホッケー場, ホッケー, スポーツ"
7458                 },
7459                 "leisure/pitch/horseshoes": {
7460                     "name": "ホースシューズ場",
7461                     "terms": "ホースシューズ場, 蹄鉄, 蹄鉄ゲーム場"
7462                 },
7463                 "leisure/pitch/netball": {
7464                     "name": "ネットボールコート",
7465                     "terms": "ネットボールコート, ネットボール, 屋内スポーツ, 球技"
7466                 },
7467                 "leisure/pitch/rugby_league": {
7468                     "name": "ラグビーリーグ場",
7469                     "terms": "ラグビー場, ラグビー, リーグ, スポーツ, 運動, 競技"
7470                 },
7471                 "leisure/pitch/rugby_union": {
7472                     "name": "ラグビー場",
7473                     "terms": "ラグビーユニオン場, スポーツ, 運動, 競技"
7474                 },
7475                 "leisure/pitch/shuffleboard": {
7476                     "name": "シャフルボード場",
7477                     "terms": "シャフルボード場, シャフルボード"
7478                 },
7479                 "leisure/pitch/skateboard": {
7480                     "name": "スケートパーク",
7481                     "terms": "スケートパーク, スポーツ, 運動, 競技"
7482                 },
7483                 "leisure/pitch/soccer": {
7484                     "name": "サッカー場",
7485                     "terms": "サッカー場, スポーツ, 運動, 競技"
7486                 },
7487                 "leisure/pitch/softball": {
7488                     "name": "ソフトボール球場",
7489                     "terms": "ソフトボール球場, 球場, スポーツ, 運動, 競技, ソフトボール"
7490                 },
7491                 "leisure/pitch/table_tennis": {
7492                     "name": "卓球台",
7493                     "terms": "卓球台, スポーツ, 運動, 競技"
7494                 },
7495                 "leisure/pitch/tennis": {
7496                     "name": "テニスコート",
7497                     "terms": "テニスコート, テニス場, 庭球場, スポーツ, 運動, 競技"
7498                 },
7499                 "leisure/pitch/volleyball": {
7500                     "name": "バレーボールコート",
7501                     "terms": "バレーボールコート, スポーツ"
7502                 },
7503                 "leisure/playground": {
7504                     "name": "児童公園",
7505                     "terms": "児童公園, 遊び場, 児童遊園, 公園"
7506                 },
7507                 "leisure/resort": {
7508                     "name": "リゾート地",
7509                     "terms": "リゾート, 行楽地, 観光, 保養, レジャー, 娯楽"
7510                 },
7511                 "leisure/sauna": {
7512                     "name": "サウナ",
7513                     "terms": "サウナ, 娯楽, 風呂, お風呂, サウナ風呂"
7514                 },
7515                 "leisure/slipway": {
7516                     "name": "進水路",
7517                     "terms": "進水路, スリップウェイ"
7518                 },
7519                 "leisure/slipway_point": {
7520                     "name": "進水所",
7521                     "terms": "進水路, スリップウェイ, 船舶"
7522                 },
7523                 "leisure/sports_centre": {
7524                     "name": "スポーツセンター/複合施設",
7525                     "terms": "スポーツセンター, 複合施設, 運動, 競技, トレーニング, 練習, 訓練, 体操"
7526                 },
7527                 "leisure/sports_centre/climbing": {
7528                     "name": "クライミングジム",
7529                     "terms": "クライミングジム, クライミング, スポーツ, ボルダリング"
7530                 },
7531                 "leisure/sports_centre/swimming": {
7532                     "name": "遊泳プール(屋内)",
7533                     "terms": "遊泳プール, プール, 水泳場, スポーツ, 運動, 競技, スポーツセンター, 屋内プール, 娯楽, 水浴び, 水遊び, 競泳"
7534                 },
7535                 "leisure/stadium": {
7536                     "name": "スタジアム",
7537                     "terms": "スタジアム, 競技場, 娯楽"
7538                 },
7539                 "leisure/swimming_area": {
7540                     "name": "遊泳区域",
7541                     "terms": "遊泳区域, プール, 水泳, 海水浴, スイミング, 運動"
7542                 },
7543                 "leisure/swimming_pool": {
7544                     "name": "遊泳プール(屋外)",
7545                     "terms": "遊泳プール, プール, 水泳場, 娯楽, 屋外プール, 競技, スポーツ, 運動, 水浴び, 水遊び, 競泳"
7546                 },
7547                 "leisure/track": {
7548                     "name": "競技トラック(モータースポーツ以外)",
7549                     "terms": "競技トラック, スポーツ, 運動, 競技"
7550                 },
7551                 "leisure/track/cycling": {
7552                     "name": "自転車競技場",
7553                     "terms": "自転車競技場, 自転車, 自転車トラック, 自転車レース場"
7554                 },
7555                 "leisure/track/cycling_point": {
7556                     "name": "自転車競技場",
7557                     "terms": "自転車競技場, 自転車, 自転車トラック, 自転車レース場"
7558                 },
7559                 "leisure/track/horse_racing": {
7560                     "name": "競馬トラック",
7561                     "terms": "競馬トラック, 競馬場, 競馬, レース, トラック, 馬場, ギャンブル"
7562                 },
7563                 "leisure/track/horse_racing_point": {
7564                     "name": "競馬トラック",
7565                     "terms": "競馬トラック, 競馬場, 競馬, レース, トラック, 馬場, ギャンブル"
7566                 },
7567                 "leisure/track/running": {
7568                     "name": "ランニングトラック",
7569                     "terms": "ランニングトラック, ランニング用周回走路, トラック, 周回走路, 競技トラック, スポーツ"
7570                 },
7571                 "leisure/track/running_point": {
7572                     "name": "トラック(周回走路)",
7573                     "terms": "ランニングトラック, ランニング用周回走路"
7574                 },
7575                 "leisure/water_park": {
7576                     "name": "ウォーターパーク",
7577                     "terms": "テーマパーク, 遊園地, プール, ウォーターパーク, 娯楽"
7578                 },
7579                 "line": {
7580                     "name": "ライン",
7581                     "terms": "線, ライン, ウェイ"
7582                 },
7583                 "man_made": {
7584                     "name": "人工物関連"
7585                 },
7586                 "man_made/adit": {
7587                     "name": "坑口",
7588                     "terms": "坑口, 坑道"
7589                 },
7590                 "man_made/antenna": {
7591                     "name": "アンテナ",
7592                     "terms": "アンテナ, 通信, テレビ"
7593                 },
7594                 "man_made/beacon": {
7595                     "name": "ビーコン",
7596                     "terms": "ビーコン, 発振器, 発信機"
7597                 },
7598                 "man_made/beehive": {
7599                     "name": "養蜂箱",
7600                     "terms": "養蜂箱, 養蜂, 蜜蜂, 飼育箱"
7601                 },
7602                 "man_made/breakwater": {
7603                     "name": "防波堤",
7604                     "terms": "防波堤"
7605                 },
7606                 "man_made/bridge": {
7607                     "name": "橋(エリア)",
7608                     "terms": "橋(エリア), 橋, 橋エリア"
7609                 },
7610                 "man_made/bunker_silo": {
7611                     "name": "バンカーサイロ",
7612                     "terms": "バンカーサイロ, サイロ"
7613                 },
7614                 "man_made/cairn": {
7615                     "name": "ケルン",
7616                     "terms": "ケルン,ケアン, 積み石,石積み, 小石"
7617                 },
7618                 "man_made/chimney": {
7619                     "name": "煙突",
7620                     "terms": "煙突"
7621                 },
7622                 "man_made/clearcut": {
7623                     "name": "皆伐地",
7624                     "terms": "皆伐, 伐採"
7625                 },
7626                 "man_made/crane": {
7627                     "name": "クレーン",
7628                     "terms": "クレーン"
7629                 },
7630                 "man_made/cross": {
7631                     "name": "十字架(山頂)",
7632                     "terms": "十字架(山頂), 十字架, 歴史的建造物"
7633                 },
7634                 "man_made/cutline": {
7635                     "name": "森林の切れ目",
7636                     "terms": "森林の切れ目, カットライン"
7637                 },
7638                 "man_made/dyke": {
7639                     "name": "堤防",
7640                     "terms": "堤防, 築堤, 土手"
7641                 },
7642                 "man_made/embankment": {
7643                     "name": "土手",
7644                     "terms": "土手, 築堤, 堤防"
7645                 },
7646                 "man_made/flagpole": {
7647                     "name": "旗竿",
7648                     "terms": "旗竿"
7649                 },
7650                 "man_made/gasometer": {
7651                     "name": "ガスタンク",
7652                     "terms": "ガスタンク"
7653                 },
7654                 "man_made/groyne": {
7655                     "name": "水制",
7656                     "terms": "水制, ケレップ水制, 防波堤, 突堤"
7657                 },
7658                 "man_made/lighthouse": {
7659                     "name": "灯台",
7660                     "terms": "灯台, ライトハウス"
7661                 },
7662                 "man_made/manhole": {
7663                     "name": "マンホール",
7664                     "terms": "マンホール, 蓋, フタ"
7665                 },
7666                 "man_made/manhole/drain": {
7667                     "name": "マンホール(排水)",
7668                     "terms": "マンホール(排水), 排水, 雨水, 集水"
7669                 },
7670                 "man_made/manhole/gas": {
7671                     "name": "マンホール(ガス)",
7672                     "terms": "マンホール(ガス), ガス, 都市ガス"
7673                 },
7674                 "man_made/manhole/power": {
7675                     "name": "マンホール(電力)",
7676                     "terms": "マンホール(電力), 電力, 電気"
7677                 },
7678                 "man_made/manhole/sewer": {
7679                     "name": "マンホール(溝渠)",
7680                     "terms": "マンホール(溝渠), 溝, 溝渠"
7681                 },
7682                 "man_made/manhole/telecom": {
7683                     "name": "マンホール(通信)",
7684                     "terms": "マンホール(通信), 通信, 電話, テレコム"
7685                 },
7686                 "man_made/manhole/water": {
7687                     "name": "マンホール(水道)",
7688                     "terms": "マンホール(水道), 水道, 上下水道, 上水, 下水"
7689                 },
7690                 "man_made/mast": {
7691                     "name": "柱",
7692                     "terms": "柱"
7693                 },
7694                 "man_made/mast/communication": {
7695                     "name": "柱(通信)",
7696                     "terms": "柱(通信), 通信柱, 柱"
7697                 },
7698                 "man_made/mast/communication/mobile_phone": {
7699                     "name": "柱(携帯電話)",
7700                     "terms": "柱(携帯電話), 携帯電話柱, 柱"
7701                 },
7702                 "man_made/mast/communication/radio": {
7703                     "name": "柱(ラジオ放送)",
7704                     "terms": "柱(ラジオ放送), ラジオ放送柱, 柱"
7705                 },
7706                 "man_made/mast/communication/television": {
7707                     "name": "柱(テレビ放送)",
7708                     "terms": "柱(テレビ放送), テレビ放送柱, 柱"
7709                 },
7710                 "man_made/mineshaft": {
7711                     "name": "立坑",
7712                     "terms": "立坑, マインシャフト, 鉱山, 垂直坑道, 垂直坑"
7713                 },
7714                 "man_made/monitoring_station": {
7715                     "name": "監視ステーション",
7716                     "terms": "監視ステーション"
7717                 },
7718                 "man_made/obelisk": {
7719                     "name": "オベリスク",
7720                     "terms": "オベリスク, 装飾的記念柱, 記念碑, 記念柱"
7721                 },
7722                 "man_made/observatory": {
7723                     "name": "観測ドーム",
7724                     "terms": "観測ドーム, 観測所"
7725                 },
7726                 "man_made/petroleum_well": {
7727                     "name": "油田",
7728                     "terms": "油田"
7729                 },
7730                 "man_made/pier": {
7731                     "name": "桟橋",
7732                     "terms": "桟橋"
7733                 },
7734                 "man_made/pier/floating": {
7735                     "name": "浮き桟橋",
7736                     "terms": "浮き桟橋, 桟橋, 港湾, 船"
7737                 },
7738                 "man_made/pipeline": {
7739                     "name": "パイプライン",
7740                     "terms": "パイプライン"
7741                 },
7742                 "man_made/pipeline/underground": {
7743                     "name": "パイプライン(地下)",
7744                     "terms": "パイプライン(地下), パイプライン, 地下, 埋設パイプライン, 地下パイプ"
7745                 },
7746                 "man_made/pipeline/valve": {
7747                     "name": "バルブ(パイプライン)",
7748                     "terms": "バルブ(パイプライン)"
7749                 },
7750                 "man_made/pumping_station": {
7751                     "name": "ポンプ場",
7752                     "terms": "ポンプ場, 揚水施設, 汲み上げ"
7753                 },
7754                 "man_made/silo": {
7755                     "name": "サイロ",
7756                     "terms": "サイロ, 貯蔵タンク"
7757                 },
7758                 "man_made/storage_tank": {
7759                     "name": "貯蔵タンク",
7760                     "terms": "貯蔵タンク, タンク"
7761                 },
7762                 "man_made/storage_tank/water": {
7763                     "name": "水槽",
7764                     "terms": "水槽, タンク, 水タンク"
7765                 },
7766                 "man_made/street_cabinet": {
7767                     "name": "ストリートキャビネット",
7768                     "terms": "ストリートキャビネット, 歩道, 計器箱, 装置ボックス, モニター, 通信装置, 信号装置"
7769                 },
7770                 "man_made/surveillance": {
7771                     "name": "監視装置",
7772                     "terms": "調査監視"
7773                 },
7774                 "man_made/surveillance/camera": {
7775                     "name": "監視カメラ",
7776                     "terms": "監視カメラ, 監視"
7777                 },
7778                 "man_made/survey_point": {
7779                     "name": "観測設備",
7780                     "terms": "観測設備, 観測地点, 測候所"
7781                 },
7782                 "man_made/torii": {
7783                     "name": "鳥居",
7784                     "terms": "鳥居, 神社"
7785                 },
7786                 "man_made/tower": {
7787                     "name": "塔",
7788                     "terms": "塔, タワー"
7789                 },
7790                 "man_made/tower/bell_tower": {
7791                     "name": "鐘楼",
7792                     "terms": "鐘楼, 鐘, 釣鐘, 釣り鐘"
7793                 },
7794                 "man_made/tower/communication": {
7795                     "name": "塔(通信)",
7796                     "terms": "塔(通信), 通信塔, 塔, タワー"
7797                 },
7798                 "man_made/tower/defensive": {
7799                     "name": "防衛塔",
7800                     "terms": "防衛塔"
7801                 },
7802                 "man_made/tower/minaret": {
7803                     "name": "ミナレット",
7804                     "terms": "ミナレット, イスラム"
7805                 },
7806                 "man_made/tower/observation": {
7807                     "name": "塔(観察)",
7808                     "terms": "塔(観察), 観察塔, 調査塔, タワー, 火の見やぐら, 火の見櫓"
7809                 },
7810                 "man_made/tunnel": {
7811                     "name": "トンネル(エリア)",
7812                     "terms": "トンネル(エリア), トンネル, トンネルエリア"
7813                 },
7814                 "man_made/utility_pole": {
7815                     "name": "柱",
7816                     "terms": "電柱, 鉄柱, 柱"
7817                 },
7818                 "man_made/wastewater_plant": {
7819                     "name": "下水処理場",
7820                     "terms": "下水処理場"
7821                 },
7822                 "man_made/water_tap": {
7823                     "name": "給水栓",
7824                     "terms": "給水栓"
7825                 },
7826                 "man_made/water_tower": {
7827                     "name": "給水塔",
7828                     "terms": "給水塔"
7829                 },
7830                 "man_made/water_well": {
7831                     "name": "井戸",
7832                     "terms": "井戸"
7833                 },
7834                 "man_made/water_works": {
7835                     "name": "浄水場",
7836                     "terms": "浄水場"
7837                 },
7838                 "man_made/watermill": {
7839                     "name": "水車",
7840                     "terms": "水車"
7841                 },
7842                 "man_made/windmill": {
7843                     "name": "風車",
7844                     "terms": "風車"
7845                 },
7846                 "man_made/works": {
7847                     "name": "工場",
7848                     "terms": "工場"
7849                 },
7850                 "marker": {
7851                     "name": "埋設物標識",
7852                     "terms": "埋設物標識, 標識, マーカー"
7853                 },
7854                 "marker/utility": {
7855                     "name": "公共インフラ標識",
7856                     "terms": "公共インフラ標識, 標識, マーカー"
7857                 },
7858                 "marker/utility/power": {
7859                     "name": "送電標識",
7860                     "terms": "送電標識, 標識, マーカー"
7861                 },
7862                 "military/bunker": {
7863                     "name": "軍事用バンカー",
7864                     "terms": "掩体壕, 軍事用バンカー, バンカー"
7865                 },
7866                 "military/checkpoint": {
7867                     "name": "検問所",
7868                     "terms": "検問所, チェックポイント"
7869                 },
7870                 "military/nuclear_explosion_site": {
7871                     "name": "核実験場",
7872                     "terms": "核実験場"
7873                 },
7874                 "military/office": {
7875                     "name": "軍事務所",
7876                     "terms": "軍事務所"
7877                 },
7878                 "military/trench": {
7879                     "name": "塹壕",
7880                     "terms": "塹壕, 軍事用"
7881                 },
7882                 "natural": {
7883                     "name": "自然関連"
7884                 },
7885                 "natural/bare_rock": {
7886                     "name": "岩場",
7887                     "terms": "岩場"
7888                 },
7889                 "natural/bay": {
7890                     "name": "湾",
7891                     "terms": "湾, 入り江"
7892                 },
7893                 "natural/beach": {
7894                     "name": "砂浜",
7895                     "terms": "砂浜, ビーチ, 浜"
7896                 },
7897                 "natural/cape": {
7898                     "name": "岬",
7899                     "terms": "岬, 崎"
7900                 },
7901                 "natural/cave_entrance": {
7902                     "name": "出入口(洞窟)",
7903                     "terms": "洞窟の入口, 洞穴, 出入口, 出入り口"
7904                 },
7905                 "natural/cliff": {
7906                     "name": "崖",
7907                     "terms": "崖, 断崖"
7908                 },
7909                 "natural/coastline": {
7910                     "name": "海岸線",
7911                     "terms": "海岸線"
7912                 },
7913                 "natural/fell": {
7914                     "name": "高原",
7915                     "terms": "高原"
7916                 },
7917                 "natural/glacier": {
7918                     "name": "氷河",
7919                     "terms": "氷河"
7920                 },
7921                 "natural/grassland": {
7922                     "name": "草原",
7923                     "terms": "草地, 草原, 植物"
7924                 },
7925                 "natural/heath": {
7926                     "name": "荒地",
7927                     "terms": "荒地, 植物"
7928                 },
7929                 "natural/mud": {
7930                     "name": "泥地",
7931                     "terms": "泥地, 泥"
7932                 },
7933                 "natural/peak": {
7934                     "name": "山頂",
7935                     "terms": "山頂, 頂"
7936                 },
7937                 "natural/reef": {
7938                     "name": "礁",
7939                     "terms": "礁, 岩礁, サンゴ礁, 砂礁, 暗礁, 海"
7940                 },
7941                 "natural/ridge": {
7942                     "name": "尾根",
7943                     "terms": "尾根, 稜線"
7944                 },
7945                 "natural/rock": {
7946                     "name": "岩(岩盤に接続)",
7947                     "terms": "岩(岩盤に接続), 岩, ボールダー, ボルダリング"
7948                 },
7949                 "natural/saddle": {
7950                     "name": "鞍部",
7951                     "terms": "鞍部"
7952                 },
7953                 "natural/sand": {
7954                     "name": "砂地",
7955                     "terms": "砂地, 砂丘, 砂漠"
7956                 },
7957                 "natural/scree": {
7958                     "name": "ガレ場",
7959                     "terms": "ガレ場"
7960                 },
7961                 "natural/scrub": {
7962                     "name": "低木",
7963                     "terms": "低木, 茂み, 植物"
7964                 },
7965                 "natural/shingle": {
7966                     "name": "小石浜",
7967                     "terms": "小石浜, 河川敷, 小石"
7968                 },
7969                 "natural/spring": {
7970                     "name": "泉",
7971                     "terms": "泉, 湧水"
7972                 },
7973                 "natural/stone": {
7974                     "name": "岩(単独の巨石)",
7975                     "terms": "岩(単独), 岩, 巨石, 石"
7976                 },
7977                 "natural/tree": {
7978                     "name": "樹木",
7979                     "terms": "樹木, 林, 木, 公園, 森林, 天然記念物, 植物"
7980                 },
7981                 "natural/tree_row": {
7982                     "name": "並木",
7983                     "terms": "並木"
7984                 },
7985                 "natural/valley": {
7986                     "name": "谷",
7987                     "terms": "谷, 渓谷, 谷底"
7988                 },
7989                 "natural/volcano": {
7990                     "name": "火口",
7991                     "terms": "火口, 火山"
7992                 },
7993                 "natural/water": {
7994                     "name": "水域",
7995                     "terms": "水域"
7996                 },
7997                 "natural/water/basin": {
7998                     "name": "遊水地",
7999                     "terms": "遊水地, 遊水池, 集水地域, 水, 貯水池"
8000                 },
8001                 "natural/water/canal": {
8002                     "name": "運河(エリア)",
8003                     "terms": "運河(エリア), 運河, 水路"
8004                 },
8005                 "natural/water/lake": {
8006                     "name": "湖",
8007                     "terms": "湖"
8008                 },
8009                 "natural/water/moat": {
8010                     "name": "お堀",
8011                     "terms": "お堀, お濠, 堀, 濠, 水域, 城"
8012                 },
8013                 "natural/water/pond": {
8014                     "name": "池",
8015                     "terms": "池, 公園"
8016                 },
8017                 "natural/water/reservoir": {
8018                     "name": "貯水池",
8019                     "terms": "貯水池, ため池, 溜池, 池"
8020                 },
8021                 "natural/water/river": {
8022                     "name": "河川(エリア)",
8023                     "terms": "河川(エリア), 河川, 川, 水路"
8024                 },
8025                 "natural/water/stream": {
8026                     "name": "小川(エリア)",
8027                     "terms": "小川(エリア), 小川, 水路"
8028                 },
8029                 "natural/water/wastewater": {
8030                     "name": "下水沈殿池",
8031                     "terms": "下水沈殿池, 下水処理施設, 汚水沈殿池"
8032                 },
8033                 "natural/wetland": {
8034                     "name": "湿地",
8035                     "terms": "湿地帯, 湿地, 植物, 湿原"
8036                 },
8037                 "natural/wood": {
8038                     "name": "森林(自然林・原生林)",
8039                     "terms": "森林(自然林・原生林), 自然林, 原生林, 樹木"
8040                 },
8041                 "network/type/node_network": {
8042                     "name": "ノード・ネットワーク",
8043                     "terms": "ノード・ネットワーク, ネットワーク"
8044                 },
8045                 "noexit/yes": {
8046                     "name": "行き止まり",
8047                     "terms": "行き止まり, 行止り, 突き当たり"
8048                 },
8049                 "office": {
8050                     "name": "オフィス",
8051                     "terms": "オフィス"
8052                 },
8053                 "office/accountant": {
8054                     "name": "会計事務所(主に法人向け)",
8055                     "terms": "会計事務所, 税理士, 税理士事務所, 会計士, 公認会計士"
8056                 },
8057                 "office/administrative": {
8058                     "name": "地方行政事務所"
8059                 },
8060                 "office/adoption_agency": {
8061                     "name": "養子縁組み機関",
8062                     "terms": "養子縁組み機関"
8063                 },
8064                 "office/advertising_agency": {
8065                     "name": "広告代理店",
8066                     "terms": "広告代理店"
8067                 },
8068                 "office/architect": {
8069                     "name": "設計事務所",
8070                     "terms": "設計事務所, 建築事務所"
8071                 },
8072                 "office/association": {
8073                     "name": "非営利組織",
8074                     "terms": "非営利組織, NPO, 非営利団体"
8075                 },
8076                 "office/bail_bond_agent": {
8077                     "name": "保釈保証業者",
8078                     "terms": "保釈保証業者"
8079                 },
8080                 "office/charity": {
8081                     "name": "慈善団体",
8082                     "terms": "慈善団体, 寄贈, 寄付"
8083                 },
8084                 "office/company": {
8085                     "name": "会社",
8086                     "terms": "会社, 企業"
8087                 },
8088                 "office/consulting": {
8089                     "name": "コンサルティング事務所",
8090                     "terms": "コンサルティング事務所, コンサルタント"
8091                 },
8092                 "office/coworking": {
8093                     "name": "コワーキングスペース",
8094                     "terms": "コワーキングスペース, 共同オフィス, シェアオフィス, ドロップイン"
8095                 },
8096                 "office/diplomatic": {
8097                     "name": "外交施設",
8098                     "terms": "外交施設, 外交"
8099                 },
8100                 "office/diplomatic/consulate": {
8101                     "name": "領事館",
8102                     "terms": "領事館, 外交"
8103                 },
8104                 "office/diplomatic/embassy": {
8105                     "name": "大使館",
8106                     "terms": "大使館, 外交"
8107                 },
8108                 "office/diplomatic/liaison": {
8109                     "name": "交流組織",
8110                     "terms": "交流組織, 交流使節, 外交"
8111                 },
8112                 "office/educational_institution": {
8113                     "name": "教育機関事務所",
8114                     "terms": "教育機関事務所"
8115                 },
8116                 "office/employment_agency": {
8117                     "name": "職業安定所",
8118                     "terms": "職業安定所, ハローワーク"
8119                 },
8120                 "office/energy_supplier": {
8121                     "name": "エネルギー供給者",
8122                     "terms": "エネルギー供給者, 石油会社, 電力会社, ガス会社"
8123                 },
8124                 "office/estate_agent": {
8125                     "name": "不動産代理店",
8126                     "terms": "不動産代理店"
8127                 },
8128                 "office/financial": {
8129                     "name": "会計事務所(主に個人向け)",
8130                     "terms": "会計事務所, ファイナンシャルアドバイザー, 保険"
8131                 },
8132                 "office/financial_advisor": {
8133                     "name": "ファイナンシャル・アドバイザー",
8134                     "terms": "ファイナンシャル・アドバイザー, ファイナンシャルアドバイザー, FA, アドバイザー"
8135                 },
8136                 "office/forestry": {
8137                     "name": "林業事務所",
8138                     "terms": "林業, 森林"
8139                 },
8140                 "office/foundation": {
8141                     "name": "財団",
8142                     "terms": "財団, ファウンデーション"
8143                 },
8144                 "office/government": {
8145                     "name": "行政機関事務所",
8146                     "terms": "行政機関事務所"
8147                 },
8148                 "office/government/register_office": {
8149                     "name": "イギリス等の出生、結婚、死亡などの登録所",
8150                     "terms": "登記所, 法人登記, 登録所, 法務局, 印鑑証明, 役所, 土地"
8151                 },
8152                 "office/government/tax": {
8153                     "name": "税務署",
8154                     "terms": "税務署"
8155                 },
8156                 "office/guide": {
8157                     "name": "ツアーガイド",
8158                     "terms": "ツアーガイド, 旅行ガイド"
8159                 },
8160                 "office/insurance": {
8161                     "name": "保険会社・代理店",
8162                     "terms": "保険代理店, 生命保険, 損害保険, 生保, 損保"
8163                 },
8164                 "office/it": {
8165                     "name": "IT企業",
8166                     "terms": "IT企業"
8167                 },
8168                 "office/lawyer": {
8169                     "name": "法律事務所",
8170                     "terms": "法律事務所"
8171                 },
8172                 "office/lawyer/notary": {
8173                     "name": "公証人役場"
8174                 },
8175                 "office/moving_company": {
8176                     "name": "引っ越し業者",
8177                     "terms": "引っ越し業者, 引越業者, 引越"
8178                 },
8179                 "office/newspaper": {
8180                     "name": "新聞社",
8181                     "terms": "新聞社"
8182                 },
8183                 "office/ngo": {
8184                     "name": "NGO事務所",
8185                     "terms": "NGO事務所"
8186                 },
8187                 "office/notary": {
8188                     "name": "公証役場",
8189                     "terms": "公証役場"
8190                 },
8191                 "office/physician": {
8192                     "name": "医者"
8193                 },
8194                 "office/political_party": {
8195                     "name": "政党事務所",
8196                     "terms": "政党事務所, 政党, 政治, 自民党"
8197                 },
8198                 "office/private_investigator": {
8199                     "name": "私立探偵社",
8200                     "terms": "私立探偵社, 探偵"
8201                 },
8202                 "office/quango": {
8203                     "name": "準非政府機関",
8204                     "terms": "準非政府機関"
8205                 },
8206                 "office/religion": {
8207                     "name": "教団事務所",
8208                     "terms": "教団事務所, 宗教団体事務所, 宗教, 教団"
8209                 },
8210                 "office/research": {
8211                     "name": "研究所",
8212                     "terms": "研究所, ラボ"
8213                 },
8214                 "office/surveyor": {
8215                     "name": "測量会社",
8216                     "terms": "測量会社"
8217                 },
8218                 "office/tax_advisor": {
8219                     "name": "税金アドバイザー",
8220                     "terms": "税金アドバイザー, 節税アドバイザー"
8221                 },
8222                 "office/telecommunication": {
8223                     "name": "通信会社事務所",
8224                     "terms": "通信会社事務所"
8225                 },
8226                 "office/therapist": {
8227                     "name": "セラピスト(オフィス)",
8228                     "terms": "セラピスト"
8229                 },
8230                 "office/travel_agent": {
8231                     "name": "旅行代理店"
8232                 },
8233                 "office/water_utility": {
8234                     "name": "水道工事店",
8235                     "terms": "水道工事店, 工務店, 設備管理, 浴槽, トイレ"
8236                 },
8237                 "piste/downhill": {
8238                     "name": "ダウンヒル",
8239                     "terms": "ダウンヒル, スキールート"
8240                 },
8241                 "piste/downhill/halfpipe": {
8242                     "name": "ハーフパイプ",
8243                     "terms": "ハーフパイプ, スノーボード, スキー, スポーツ, ウィンタースポーツ, スキー場"
8244                 },
8245                 "piste/hike": {
8246                     "name": "ハイキング",
8247                     "terms": "ハイキング, スキーコース"
8248                 },
8249                 "piste/ice_skate": {
8250                     "name": "アイススケート",
8251                     "terms": "アイススケート, スキーコース"
8252                 },
8253                 "piste/nordic": {
8254                     "name": "ノルディック/クロスカントリー",
8255                     "terms": "ノルディック/クロスカントリー, ノルディック, クロスカントリー, スキーコース"
8256                 },
8257                 "piste/piste": {
8258                     "name": "種類",
8259                     "terms": "種類"
8260                 },
8261                 "piste/skitour": {
8262                     "name": "スキーツアー",
8263                     "terms": "スキーツアー, スキーコース"
8264                 },
8265                 "piste/sled": {
8266                     "name": "そり(小型)",
8267                     "terms": "そり, 橇, スキーコース"
8268                 },
8269                 "piste/sleigh": {
8270                     "name": "そり(中型)",
8271                     "terms": "そり, 橇, スキーコース"
8272                 },
8273                 "place": {
8274                     "name": "地名"
8275                 },
8276                 "place/city": {
8277                     "name": "市制地方自治体",
8278                     "terms": "市名, 地名"
8279                 },
8280                 "place/city_block": {
8281                     "name": "街区(日本では未定義)",
8282                     "terms": "街区"
8283                 },
8284                 "place/farm": {
8285                     "name": "農場"
8286                 },
8287                 "place/hamlet": {
8288                     "name": "Hamlet",
8289                     "terms": "集落, 地名"
8290                 },
8291                 "place/island": {
8292                     "name": "島",
8293                     "terms": "島"
8294                 },
8295                 "place/islet": {
8296                     "name": "小島",
8297                     "terms": "小島"
8298                 },
8299                 "place/isolated_dwelling": {
8300                     "name": "孤立した(2世帯以下の)居住区",
8301                     "terms": "一軒家, 住宅地, 地名"
8302                 },
8303                 "place/locality": {
8304                     "name": "地形名",
8305                     "terms": "地形名, 地名"
8306                 },
8307                 "place/neighbourhood": {
8308                     "name": "小字",
8309                     "terms": "小字, 地名"
8310                 },
8311                 "place/plot": {
8312                     "name": "小区画",
8313                     "terms": "小区画, プロット"
8314                 },
8315                 "place/quarter": {
8316                     "name": "大字 / (市内の)町",
8317                     "terms": "大字, 字, 町, 地名"
8318                 },
8319                 "place/square": {
8320                     "name": "広場(都心部)",
8321                     "terms": "広場, スクエア, ひろば"
8322                 },
8323                 "place/suburb": {
8324                     "name": "区",
8325                     "terms": "Borough, Suburb, 区, 行政区, 区界"
8326                 },
8327                 "place/town": {
8328                     "name": "町制地方自治体",
8329                     "terms": "町, 地名"
8330                 },
8331                 "place/village": {
8332                     "name": "村制の地方自治体",
8333                     "terms": "村, 地名"
8334                 },
8335                 "playground": {
8336                     "name": "遊具の種類"
8337                 },
8338                 "playground/balance_beam": {
8339                     "name": "子供用平均台",
8340                     "terms": "平均台, 子供用平均台, 遊具"
8341                 },
8342                 "playground/basket_spinner": {
8343                     "name": "回転かご",
8344                     "terms": "回転かご, 遊具"
8345                 },
8346                 "playground/basket_swing": {
8347                     "name": "かごブランコ",
8348                     "terms": "かごブランコ, 遊具"
8349                 },
8350                 "playground/climbing_frame": {
8351                     "name": "ジャングルジム",
8352                     "terms": "ジャングルジム, 遊具"
8353                 },
8354                 "playground/cushion": {
8355                     "name": "クッション",
8356                     "terms": "クッション, 遊具"
8357                 },
8358                 "playground/horizontal_bar": {
8359                     "name": "鉄棒(子供用)",
8360                     "terms": "子供用鉄棒, 鉄棒, 遊具"
8361                 },
8362                 "playground/rocker": {
8363                     "name": "スプリング遊具",
8364                     "terms": "スプリング遊具, 遊具"
8365                 },
8366                 "playground/roundabout": {
8367                     "name": "メリーゴーランド(小)",
8368                     "terms": "メリーゴーランド, メリーゴーラウンド, 遊具"
8369                 },
8370                 "playground/sandpit": {
8371                     "name": "砂場",
8372                     "terms": "砂場, 遊具"
8373                 },
8374                 "playground/seesaw": {
8375                     "name": "シーソー",
8376                     "terms": "シーソー, 遊具"
8377                 },
8378                 "playground/slide": {
8379                     "name": "滑り台",
8380                     "terms": "滑り台, 遊具"
8381                 },
8382                 "playground/structure": {
8383                     "name": "コンビネーション遊具",
8384                     "terms": "コンビネーション遊具, 遊具"
8385                 },
8386                 "playground/swing": {
8387                     "name": "ブランコ",
8388                     "terms": "ブランコ, ぶらんこ, 遊具"
8389                 },
8390                 "playground/zipwire": {
8391                     "name": "ジップライン",
8392                     "terms": "ジップライン, 遊具"
8393                 },
8394                 "point": {
8395                     "name": "ポイント",
8396                     "terms": "ポイント, 点, ノード"
8397                 },
8398                 "polling_station": {
8399                     "name": "投票所(臨時)",
8400                     "terms": "投票所(臨時), 投票所, 期日前投票所, 選挙"
8401                 },
8402                 "power": {
8403                     "name": "電力関連"
8404                 },
8405                 "power/cable/underground": {
8406                     "name": "電力ケーブル(地下)",
8407                     "terms": "電力ケーブル, 地下"
8408                 },
8409                 "power/generator": {
8410                     "name": "発電機",
8411                     "terms": "発電機, 発電所"
8412                 },
8413                 "power/generator/method/photovoltaic": {
8414                     "name": "ソーラーパネル",
8415                     "terms": "ソーラーパネル, 太陽光パネル"
8416                 },
8417                 "power/generator/source/hydro": {
8418                     "name": "水力発電機",
8419                     "terms": "水力発電機, 発電機, 水力, エネルギー"
8420                 },
8421                 "power/generator/source/nuclear": {
8422                     "name": "原子炉",
8423                     "terms": "原子炉"
8424                 },
8425                 "power/generator/source/wind": {
8426                     "name": "風力発電機",
8427                     "terms": "風力発電機, 風力発電, 風車, 風力原動機, 風力タービン"
8428                 },
8429                 "power/line": {
8430                     "name": "送電線",
8431                     "terms": "送電線"
8432                 },
8433                 "power/minor_line": {
8434                     "name": "配電線",
8435                     "terms": "配電線"
8436                 },
8437                 "power/plant": {
8438                     "name": "発電所",
8439                     "terms": "発電所, 発電所の敷地"
8440                 },
8441                 "power/pole": {
8442                     "name": "電柱",
8443                     "terms": "電柱, 電信柱"
8444                 },
8445                 "power/sub_station": {
8446                     "name": "変電所"
8447                 },
8448                 "power/substation": {
8449                     "name": "変電所",
8450                     "terms": "変電所, 変圧所"
8451                 },
8452                 "power/switch": {
8453                     "name": "電源スイッチ",
8454                     "terms": "電源スイッチ"
8455                 },
8456                 "power/tower": {
8457                     "name": "送電塔",
8458                     "terms": "送電塔, 鉄塔"
8459                 },
8460                 "power/transformer": {
8461                     "name": "変圧器",
8462                     "terms": "変圧器"
8463                 },
8464                 "public_transport/platform": {
8465                     "name": "交通機関のプラットホーム",
8466                     "terms": "プラットホーム, 待合所, 乗り場, ホーム, 駅, 乗降所, 停車場, 停留所, のりば, 交通機関のプラットホーム"
8467                 },
8468                 "public_transport/platform/aerialway": {
8469                     "name": "ロープウェイプラットホーム",
8470                     "terms": "ロープウェイ, チェアリフト, 牽引リフト, スキーリフト, リフト, のりば, ホーム, プラットホーム, 索道駅, 駅, ロープウェイプラットホーム"
8471                 },
8472                 "public_transport/platform/aerialway_point": {
8473                     "name": "ロープウェイのりば/プラットホーム"
8474                 },
8475                 "public_transport/platform/bus": {
8476                     "name": "バスプラットホーム",
8477                     "terms": "バス停, バス乗り場, バスのりば, バス, BRT, バスターミナル, バスステーション, バスストップ, BS, のりば, ホーム, プラットホーム, 停留所, 駅, バスプラットホーム"
8478                 },
8479                 "public_transport/platform/bus_point": {
8480                     "name": "バス停",
8481                     "terms": "バス停, バス停留所, 停留所, バス乗り場, BS, バスストップ"
8482                 },
8483                 "public_transport/platform/ferry": {
8484                     "name": "旅客船プラットホーム",
8485                     "terms": "フェリー乗り場, フェリー, 港, 船着場, 船, 客船, 旅客船, フェリーターミナル, 舟, 連絡船, 渡し船, 渡船, のりば, ホーム, プラットホーム, 旅客船プラットホーム"
8486                 },
8487                 "public_transport/platform/ferry_point": {
8488                     "name": "旅客船のりば/プラットホーム"
8489                 },
8490                 "public_transport/platform/light_rail": {
8491                     "name": "ライトレールプラットホーム",
8492                     "terms": "ライトレール乗り場, ライトレール, LRT, 路面電車, トラム, 駅, 停留所, 電停, 停車場, 乗降所, のりば, ホーム, プラットホーム, ライトレールプラットホーム"
8493                 },
8494                 "public_transport/platform/light_rail_point": {
8495                     "name": "ライトレールのりば/プラットホーム"
8496                 },
8497                 "public_transport/platform/monorail": {
8498                     "name": "モノレールプラットホーム",
8499                     "terms": "モノレール乗り場, モノレール, 駅, 停車場, 停留場, のりば, ホーム, プラットホーム, モノレールプラットホーム"
8500                 },
8501                 "public_transport/platform/monorail_point": {
8502                     "name": "モノレールのりば/プラットホーム"
8503                 },
8504                 "public_transport/platform/subway": {
8505                     "name": "地下鉄プラットホーム",
8506                     "terms": "地下鉄乗り場, 地下鉄, のりば, ホーム, プラットホーム, 駅, メトロ, 地下駅, 地下鉄駅, 停車場, 停留場, 地下鉄プラットホーム"
8507                 },
8508                 "public_transport/platform/subway_point": {
8509                     "name": "地下鉄のりば/プラットホーム"
8510                 },
8511                 "public_transport/platform/train": {
8512                     "name": "鉄道プラットホーム",
8513                     "terms": "鉄道乗り場, 鉄道, 列車, 電車, のりば, ホーム, プラットホーム, 駅, 停車場, 停留場, 鉄道プラットホーム"
8514                 },
8515                 "public_transport/platform/train_point": {
8516                     "name": "鉄道のりば/プラットホーム"
8517                 },
8518                 "public_transport/platform/tram": {
8519                     "name": "路面電車プラットホーム",
8520                     "terms": "トラム乗り場, トラム, 路面電車, LRT, ライトレール, 市電, ちんちん電車, チンチン電車, のりば, ホーム, プラットホーム, 駅, 電停, 停留場, 停車場, 乗降所, 路面電車プラットホーム"
8521                 },
8522                 "public_transport/platform/tram_point": {
8523                     "name": "路面電車のりば/プラットホーム",
8524                     "terms": "トラム乗り場, トラム, 路面電車, LRT, ライトレール, 市電, ちんちん電車, チンチン電車, のりば, ホーム, プラットホーム, 駅, 電停, 停留場, 停車場, 乗降所"
8525                 },
8526                 "public_transport/platform/trolleybus": {
8527                     "name": "トロリーバスプラットホーム",
8528                     "terms": "トロリーバス乗り場, トロリーバス, のりば, ホーム, プラットホーム, バス停, バス乗り場, バスのりば, バス, バスターミナル, バスステーション, バスストップ, BS, のりば, ホーム, プラットホーム, 停留所, トロリーバスプラットホーム"
8529                 },
8530                 "public_transport/platform/trolleybus_point": {
8531                     "name": "トロリーバスのりば",
8532                     "terms": "トロリーバス乗り場, トロリーバス, のりば, ホーム, プラットホーム, バス停, バス乗り場, バスのりば, バス, バスターミナル, バスステーション, バスストップ, BS, のりば, ホーム, プラットホーム, 停留所, トロリーバスプラットホーム, トロリーバスのりば"
8533                 },
8534                 "public_transport/platform_point": {
8535                     "name": "交通機関(全般)の乗り場/プラットホーム",
8536                     "terms": "プラットホーム, 待合所, 乗り場, ホーム, 駅, 乗降所, 停車場, 停留所, 電停, のりば, 交通機関(全般)の乗り場/プラットホーム"
8537                 },
8538                 "public_transport/station": {
8539                     "name": "交通機関(全般)の駅",
8540                     "terms": "駅, 停留所, 停車場, 乗降所, のりば"
8541                 },
8542                 "public_transport/station_aerialway": {
8543                     "name": "ロープウェイの駅",
8544                     "terms": "ロープウェイ駅, ロープウェイ, リフト, スキーリフト, チェアリフト, 牽引リフト"
8545                 },
8546                 "public_transport/station_bus": {
8547                     "name": "バスターミナル/バスの駅",
8548                     "terms": "バス, バスターミナル, バスステーション"
8549                 },
8550                 "public_transport/station_ferry": {
8551                     "name": "旅客船ターミナル/旅客港",
8552                     "terms": "フェリーターミナル, フェリー"
8553                 },
8554                 "public_transport/station_light_rail": {
8555                     "name": "ライトレールの駅",
8556                     "terms": "ライトレール駅, ライトレール"
8557                 },
8558                 "public_transport/station_monorail": {
8559                     "name": "モノレールの駅",
8560                     "terms": "モノレール駅, モノレール"
8561                 },
8562                 "public_transport/station_subway": {
8563                     "name": "地下鉄の駅",
8564                     "terms": "地下鉄駅, 地下鉄, サブウェイ"
8565                 },
8566                 "public_transport/station_train": {
8567                     "name": "鉄道の停車場/駅",
8568                     "terms": "鉄道駅, 鉄道, 駅, 電車, 列車"
8569                 },
8570                 "public_transport/station_train_halt": {
8571                     "name": "鉄道の停留所/駅",
8572                     "terms": "小さな駅, 小駅, 駅, 鉄道"
8573                 },
8574                 "public_transport/station_tram": {
8575                     "name": "路面電車の駅",
8576                     "terms": "トラム駅, トラム"
8577                 },
8578                 "public_transport/station_trolleybus": {
8579                     "name": "トロリーバスターミナル/駅",
8580                     "terms": "トロリーバス, トロリーバスターミナル"
8581                 },
8582                 "public_transport/stop_area": {
8583                     "name": "公共交通の停車エリア(全般)",
8584                     "terms": "停車エリア"
8585                 },
8586                 "public_transport/stop_position": {
8587                     "name": "公共交通の停止位置(全般)",
8588                     "terms": "停止位置, 停車位置, 停船位置"
8589                 },
8590                 "public_transport/stop_position_aerialway": {
8591                     "name": "ロープウェイ(停止位置)",
8592                     "terms": "ロープウェイ停止位置, ロープウェイ, リフト, スキーリフト, チェアリフト, 牽引リフト"
8593                 },
8594                 "public_transport/stop_position_bus": {
8595                     "name": "バス(停止位置)",
8596                     "terms": "バス停止位置, バス"
8597                 },
8598                 "public_transport/stop_position_ferry": {
8599                     "name": "フェリー(停止位置)",
8600                     "terms": "フェリー停止位置, フェリー"
8601                 },
8602                 "public_transport/stop_position_light_rail": {
8603                     "name": "ライトレール(停止位置)",
8604                     "terms": "ライトレール停止位置, ライトレール"
8605                 },
8606                 "public_transport/stop_position_monorail": {
8607                     "name": "モノレール(停止位置)",
8608                     "terms": "モノレール停止位置, モノレール"
8609                 },
8610                 "public_transport/stop_position_subway": {
8611                     "name": "地下鉄(停止位置)",
8612                     "terms": "地下鉄停止位置, 地下鉄"
8613                 },
8614                 "public_transport/stop_position_train": {
8615                     "name": "鉄道(停止位置)",
8616                     "terms": "鉄道停止位置, 電車, 列車, 鉄道"
8617                 },
8618                 "public_transport/stop_position_tram": {
8619                     "name": "トラム(停止位置)",
8620                     "terms": "トラム停止位置, トラム"
8621                 },
8622                 "public_transport/stop_position_trolleybus": {
8623                     "name": "トロリーバス(停止位置)",
8624                     "terms": "トロリーバス停止位置, トロリーバス"
8625                 },
8626                 "railway": {
8627                     "name": "鉄道関連"
8628                 },
8629                 "railway/abandoned": {
8630                     "name": "線路跡",
8631                     "terms": "鉄道跡, 線路跡, 廃線跡"
8632                 },
8633                 "railway/buffer_stop": {
8634                     "name": "車止め(鉄道)",
8635                     "terms": "車止め"
8636                 },
8637                 "railway/construction": {
8638                     "name": "建設中の鉄道",
8639                     "terms": "建設中の鉄道, 鉄道, 線路"
8640                 },
8641                 "railway/crossing": {
8642                     "name": "踏切 (歩道)",
8643                     "terms": "踏切 (歩道), 歩行者用踏切"
8644                 },
8645                 "railway/derail": {
8646                     "name": "脱線器",
8647                     "terms": "脱線器, 脱線機, 脱線ポイント, 脱線転轍機, 車止め, 安全側線"
8648                 },
8649                 "railway/disused": {
8650                     "name": "休止線路",
8651                     "terms": "休止線路, 廃線"
8652                 },
8653                 "railway/funicular": {
8654                     "name": "ケーブルカー",
8655                     "terms": "ケーブルカー"
8656                 },
8657                 "railway/halt": {
8658                     "name": "鉄道駅(停留場)"
8659                 },
8660                 "railway/level_crossing": {
8661                     "name": "踏切 (車道)",
8662                     "terms": "踏切 (車道), 踏切"
8663                 },
8664                 "railway/light_rail": {
8665                     "name": "ライトレール",
8666                     "terms": "ライトレール, 軽便鉄道"
8667                 },
8668                 "railway/milestone": {
8669                     "name": "距離標(鉄道)",
8670                     "terms": "距離標, 距離, キロポスト, マイルストーン, 距離標識, 鉄道"
8671                 },
8672                 "railway/miniature": {
8673                     "name": "ミニチュア鉄道",
8674                     "terms": "ミニチュア鉄道"
8675                 },
8676                 "railway/monorail": {
8677                     "name": "モノレール",
8678                     "terms": "モノレール"
8679                 },
8680                 "railway/narrow_gauge": {
8681                     "name": "ナローゲージ",
8682                     "terms": "軽便鉄道, ナローゲージ, 線路, 特殊狭軌, 狭軌"
8683                 },
8684                 "railway/platform": {
8685                     "name": "鉄道プラットホーム"
8686                 },
8687                 "railway/rail": {
8688                     "name": "線路",
8689                     "terms": "線路"
8690                 },
8691                 "railway/rail/highspeed": {
8692                     "name": "高速鉄道",
8693                     "terms": "高速鉄道, 鉄道"
8694                 },
8695                 "railway/signal": {
8696                     "name": "鉄道信号機",
8697                     "terms": "鉄道信号機, 信号機, 信号"
8698                 },
8699                 "railway/station": {
8700                     "name": "鉄道駅"
8701                 },
8702                 "railway/subway": {
8703                     "name": "地下鉄",
8704                     "terms": "地下鉄, 線路"
8705                 },
8706                 "railway/subway_entrance": {
8707                     "name": "出入口(地下鉄)",
8708                     "terms": "地下鉄の出入口, 出入り口, 出入口, 地下鉄, 出口, 入口"
8709                 },
8710                 "railway/switch": {
8711                     "name": "分岐器",
8712                     "terms": "分岐器, ポイント, 分岐機, 分岐点, 分岐, 転轍機, スイッチ"
8713                 },
8714                 "railway/train_wash": {
8715                     "name": "洗車機(鉄道用)",
8716                     "terms": "洗車機, 洗車"
8717                 },
8718                 "railway/tram": {
8719                     "name": "路面電車",
8720                     "terms": "路面電車, トラム, LRT"
8721                 },
8722                 "railway/tram_stop": {
8723                     "name": "トラム停車位置"
8724                 },
8725                 "railway/yard": {
8726                     "name": "貨物駅",
8727                     "terms": "貨物駅, ヤード, 鉄道"
8728                 },
8729                 "relation": {
8730                     "name": "リレーション",
8731                     "terms": "リレーション, 関連"
8732                 },
8733                 "route/ferry": {
8734                     "name": "フェリールート",
8735                     "terms": "フェリールート, 航路"
8736                 },
8737                 "seamark": {
8738                     "name": "航路標識"
8739                 },
8740                 "seamark/beacon_isolated_danger": {
8741                     "name": "危険用ビーコン",
8742                     "terms": "危険用ビーコン"
8743                 },
8744                 "seamark/beacon_lateral": {
8745                     "name": "水路用ビーコン",
8746                     "terms": "水路用ビーコン"
8747                 },
8748                 "seamark/buoy_lateral": {
8749                     "name": "水路用ブイ",
8750                     "terms": "水路用ブイ"
8751                 },
8752                 "seamark/buoy_lateral/green": {
8753                     "name": "緑のブイ",
8754                     "terms": "緑のブイ"
8755                 },
8756                 "seamark/buoy_lateral/red": {
8757                     "name": "赤のブイ",
8758                     "terms": "赤のブイ"
8759                 },
8760                 "seamark/mooring": {
8761                     "name": "係船",
8762                     "terms": "係船"
8763                 },
8764                 "shop": {
8765                     "name": "店舗",
8766                     "terms": "店舗全般"
8767                 },
8768                 "shop/agrarian": {
8769                     "name": "農業用品店",
8770                     "terms": "農業用品店, 農協, 種苗店, 農業, 農薬, 飼料, 肥料, 駆除剤, 農機具, 除草剤"
8771                 },
8772                 "shop/alcohol": {
8773                     "name": "酒店",
8774                     "terms": "酒店, 酒屋, アルコール, 嗜好品"
8775                 },
8776                 "shop/anime": {
8777                     "name": "アニメショップ",
8778                     "terms": "アニメショップ, 娯楽, アニメ, コスプレ, マンガ, まんが"
8779                 },
8780                 "shop/antiques": {
8781                     "name": "古美術品店",
8782                     "terms": "古美術品店, アンティークショップ, 美術, アート, 古美術, 骨董品店"
8783                 },
8784                 "shop/appliance": {
8785                     "name": "白物家電販売店(大型製品)",
8786                     "terms": "家電販売店,家電量販店,電器屋, 買い物, ショッピング, 白物家電, 白物, 生活家電, 冷蔵庫, 洗濯機, 電機屋"
8787                 },
8788                 "shop/art": {
8789                     "name": "美術品販売店",
8790                     "terms": "現代美術の商店, アート"
8791                 },
8792                 "shop/baby_goods": {
8793                     "name": "赤ちゃん用品店",
8794                     "terms": "赤ちゃん用品店, ベビー用品店"
8795                 },
8796                 "shop/bag": {
8797                     "name": "バッグ/カバン店",
8798                     "terms": "バッグ, カバン, 鞄"
8799                 },
8800                 "shop/bakery": {
8801                     "name": "パン屋",
8802                     "terms": "パン屋, ベーカリー, 食品, 食べ物"
8803                 },
8804                 "shop/bathroom_furnishing": {
8805                     "name": "浴室用品店",
8806                     "terms": "浴室用品店, バス用品"
8807                 },
8808                 "shop/beauty": {
8809                     "name": "美容サービス",
8810                     "terms": "美容サービス, エステサロン, ネイルサロン"
8811                 },
8812                 "shop/beauty/nails": {
8813                     "name": "ネイルサロン",
8814                     "terms": "ネイルサロン, 美容"
8815                 },
8816                 "shop/beauty/tanning": {
8817                     "name": "日焼けサロン",
8818                     "terms": "日焼けサロン, 美容"
8819                 },
8820                 "shop/bed": {
8821                     "name": "寝具店",
8822                     "terms": "ベッド店, マットレス店, 寝具店, 家具, 枕, ふとん, 布団, ふとん店, ベッド"
8823                 },
8824                 "shop/beverages": {
8825                     "name": "飲料店",
8826                     "terms": "飲料店, 食品"
8827                 },
8828                 "shop/bicycle": {
8829                     "name": "自転車店",
8830                     "terms": "自転車店, 自転車, 自転車屋, 二輪"
8831                 },
8832                 "shop/boat": {
8833                     "name": "ボート店",
8834                     "terms": "ボート店, お店, 店舗"
8835                 },
8836                 "shop/bookmaker": {
8837                     "name": "公営競技投票券売り場",
8838                     "terms": "公営競技投票券売り場, 馬券売り場, 車券売り場, 舟券売り場, ギャンブル, アダルト"
8839                 },
8840                 "shop/books": {
8841                     "name": "本屋",
8842                     "terms": "本屋, ブックストア, 古書店, 古書, 書籍販売, 書店, 本"
8843                 },
8844                 "shop/boutique": {
8845                     "name": "ブティック"
8846                 },
8847                 "shop/brewing_supplies": {
8848                     "name": "醸造用品店",
8849                     "terms": "醸造用品店, 醸造, 酒, 酒造, DIY, ホームブリュー"
8850                 },
8851                 "shop/butcher": {
8852                     "name": "精肉店",
8853                     "terms": "精肉店, 肉屋, 食品, 食べ物"
8854                 },
8855                 "shop/candles": {
8856                     "name": "キャンドル専門店",
8857                     "terms": "キャンドル, ロウソク, 蝋燭, 蠟燭, インテリア"
8858                 },
8859                 "shop/cannabis": {
8860                     "name": "Cannabis Shop(illegal in Japan)",
8861                     "terms": "Cannabis Shop(illegal in Japan)"
8862                 },
8863                 "shop/car": {
8864                     "name": "カーディーラー",
8865                     "terms": "自動車販売店, カーディーラー, 中古車販売店"
8866                 },
8867                 "shop/car_parts": {
8868                     "name": "カー用品店",
8869                     "terms": "自動車部品店, カーパーツショップ, カー用品, 自動車用品"
8870                 },
8871                 "shop/car_repair": {
8872                     "name": "自動車修理工場",
8873                     "terms": "自動車修理工場"
8874                 },
8875                 "shop/caravan": {
8876                     "name": "キャラバンカー販売店",
8877                     "terms": "キャラバンカー販売店, キャラバン, トレーラー, 移動式住宅, 自動車, カー, 自動車販売店"
8878                 },
8879                 "shop/carpet": {
8880                     "name": "カーペット専門店",
8881                     "terms": "カーペット, 敷物, 表具店, 表具, インテリア"
8882                 },
8883                 "shop/catalogue": {
8884                     "name": "カタログショップ",
8885                     "terms": "カタログショップ, カタログ店, 店舗, お店"
8886                 },
8887                 "shop/charity": {
8888                     "name": "チャリティーショップ",
8889                     "terms": "スリフトショップ, チャリティ店, チャリティ販売店, 慈善販売店, 慈善活動, 寄贈, 寄付"
8890                 },
8891                 "shop/cheese": {
8892                     "name": "チーズ店",
8893                     "terms": "チーズ店,食品, 食べ物"
8894                 },
8895                 "shop/chemist": {
8896                     "name": "ドラッグストア・化粧品・薬品店(薬剤師がいない店)",
8897                     "terms": "薬品, 化粧品店, 薬局, 薬屋, ドラッグストア, 薬品店, 医療, 薬, くすり屋, 健康, 薬店"
8898                 },
8899                 "shop/chocolate": {
8900                     "name": "チョコレート店",
8901                     "terms": "チョコレート店, 食品, 食べ物"
8902                 },
8903                 "shop/clothes": {
8904                     "name": "衣料品店",
8905                     "terms": "衣料品店, 洋服店, 呉服店, 衣類, 服, スーツ, 和服, 着物, 古着"
8906                 },
8907                 "shop/clothes/underwear": {
8908                     "name": "下着店",
8909                     "terms": "下着店, 衣料, 服, 衣類, 買い物, 店舗, 下着, アンダーウェア"
8910                 },
8911                 "shop/coffee": {
8912                     "name": "コーヒー豆販売店",
8913                     "terms": "コーヒー豆専門店, 嗜好品, 食品, 珈琲, 飲み物"
8914                 },
8915                 "shop/computer": {
8916                     "name": "コンピューター店",
8917                     "terms": "コンピューター店, パソコン店, コンピュータ, PC"
8918                 },
8919                 "shop/confectionery": {
8920                     "name": "菓子屋(販売)",
8921                     "terms": "菓子店, 駄菓子屋, 食品, お菓子, スナック, チョコレート, 飴, キャンディ, 食べ物"
8922                 },
8923                 "shop/convenience": {
8924                     "name": "コンビニエンスストア",
8925                     "terms": "コンビニエンスストア, コンビニ, 買い物"
8926                 },
8927                 "shop/copyshop": {
8928                     "name": "コピー店",
8929                     "terms": "コピー店"
8930                 },
8931                 "shop/cosmetics": {
8932                     "name": "化粧品店",
8933                     "terms": "化粧品, 美容, コスメ"
8934                 },
8935                 "shop/country_store": {
8936                     "name": "よろずや",
8937                     "terms": "よろずや, 万屋, 店舗, お店"
8938                 },
8939                 "shop/craft": {
8940                     "name": "美術・工芸用品店",
8941                     "terms": "アートショップ, 工芸用品, 画材, 絵の具, 美術用品, クラフト"
8942                 },
8943                 "shop/curtain": {
8944                     "name": "カーテン店",
8945                     "terms": "カーテン店, 家具"
8946                 },
8947                 "shop/dairy": {
8948                     "name": "乳製品店",
8949                     "terms": "乳製品店, 食品, 食べ物, 牛乳, チーズ, バター"
8950                 },
8951                 "shop/deli": {
8952                     "name": "惣菜屋",
8953                     "terms": "惣菜屋, 弁当屋, デリカ, 食品, 食べ物, おかず, 豆腐, 蒟蒻"
8954                 },
8955                 "shop/department_store": {
8956                     "name": "百貨店",
8957                     "terms": "百貨店, デパート, 買い物, ショッピング"
8958                 },
8959                 "shop/doityourself": {
8960                     "name": "ホームセンター",
8961                     "terms": "日曜大工用品店, 工具店, DIY, ホームセンター, 雑貨, 買い物, ショッピング, 園芸, 工芸用品, 家庭菜園, 植木"
8962                 },
8963                 "shop/dry_cleaning": {
8964                     "name": "クリーニング店",
8965                     "terms": "クリーニング, ドライクリーニング店, 洗濯屋"
8966                 },
8967                 "shop/e-cigarette": {
8968                     "name": "電子タバコ店",
8969                     "terms": "電子タバコ店, 嗜好品, タバコ, たばこ, 煙草"
8970                 },
8971                 "shop/electrical": {
8972                     "name": "電気店",
8973                     "terms": "電気店, 電気工具, 電子部品, 検査機器"
8974                 },
8975                 "shop/electronics": {
8976                     "name": "家電販売店(小型製品)",
8977                     "terms": "家電販売店, 家電量販店, 買い物, ショッピング, 小型家電, 電器屋, 電気屋"
8978                 },
8979                 "shop/erotic": {
8980                     "name": "アダルトショップ",
8981                     "terms": "アダルトショップ, ポルノショップ, ポルノ, 大人のおもちゃ, 成人向け"
8982                 },
8983                 "shop/erotic/lgbtq": {
8984                     "name": "LGBTQ+なポルノショップ",
8985                     "terms": "LGBTQ+なポルノショップ, ポルノショップ, LGBT, アダルトショップ, ゲイ, レズビアン, トランスジェンダー, レインボー, ポルノ"
8986                 },
8987                 "shop/fabric": {
8988                     "name": "生地屋",
8989                     "terms": "布地, 織物, 反物, ファブリック店, 生地, 裏地, 衣料, 服, 裁縫, 衣類, 生地店, 布地店, お店"
8990                 },
8991                 "shop/farm": {
8992                     "name": "農産物直売所",
8993                     "terms": "農産物直売所, 直販, 食品, 食べ物"
8994                 },
8995                 "shop/fashion": {
8996                     "name": "ファッション店"
8997                 },
8998                 "shop/fashion_accessories": {
8999                     "name": "ファッション小物店",
9000                     "terms": "アクセサリー店, アクセサリーショップ, ファッション, 小物, 装飾品, 服飾小物, ファッションアクセサリー店, 店舗, お店, おしゃれ, ファッション小物店"
9001                 },
9002                 "shop/fireplace": {
9003                     "name": "暖房具店",
9004                     "terms": "暖房具店, 店舗, お店, 暖房器具, ストーブ, 暖炉, ヒーター"
9005                 },
9006                 "shop/fishing": {
9007                     "name": "釣具店",
9008                     "terms": "釣具店, 釣り, 魚釣り, フィッシング, 釣り道具, スポーツ, ホビー"
9009                 },
9010                 "shop/fishmonger": {
9011                     "name": "魚屋(非推奨)"
9012                 },
9013                 "shop/florist": {
9014                     "name": "生花店",
9015                     "terms": "生花店, 花屋"
9016                 },
9017                 "shop/frame": {
9018                     "name": "額縁店",
9019                     "terms": "額縁店"
9020                 },
9021                 "shop/frozen_food": {
9022                     "name": "冷凍食品店",
9023                     "terms": "冷凍食品店, 店舗, お店, 食品, 買い物, 食べ物, 冷凍食品, 冷凍パック"
9024                 },
9025                 "shop/fuel": {
9026                     "name": "燃料店",
9027                     "terms": "燃料店, 燃料, ガソリン, 炭, 木炭, 石炭, お店, 店舗, 暖房用油, 油"
9028                 },
9029                 "shop/funeral_directors": {
9030                     "name": "葬儀社",
9031                     "terms": "葬儀屋, 葬儀業"
9032                 },
9033                 "shop/furnace": {
9034                     "name": "釜戸屋"
9035                 },
9036                 "shop/furniture": {
9037                     "name": "家具店",
9038                     "terms": "家具店, インテリア用品店"
9039                 },
9040                 "shop/games": {
9041                     "name": "ボードゲーム販売店",
9042                     "terms": "ボードゲーム販売店, ボードゲーム, カードゲーム, ロールプレイングゲーム, トレーディングカード, ゲーム, 店舗, お店, 娯楽"
9043                 },
9044                 "shop/garden_centre": {
9045                     "name": "園芸用品店",
9046                     "terms": "園芸用品店, ガーデンセンター, DIY, 家庭菜園, 植木, 樹木, 植物"
9047                 },
9048                 "shop/gas": {
9049                     "name": "ガスボンベ店",
9050                     "terms": "ガスボンベ店"
9051                 },
9052                 "shop/general": {
9053                     "name": "よろず屋",
9054                     "terms": "よろずや, よろず屋, 万屋"
9055                 },
9056                 "shop/gift": {
9057                     "name": "ギフト店",
9058                     "terms": "ギフト店, ギフト用品店, 土産店, お土産, 贈答品"
9059                 },
9060                 "shop/greengrocer": {
9061                     "name": "八百屋・果物屋",
9062                     "terms": "八百屋, 青果店, 食品, 食べ物, 野菜, フルーツ, 果物, くだもの, ベジタブル"
9063                 },
9064                 "shop/hairdresser": {
9065                     "name": "理美容店",
9066                     "terms": "理容店, 床屋, 美容室, 美容院, 散髪屋, ヘアー, ヘアーサロン, カット, パーマ"
9067                 },
9068                 "shop/hairdresser_supply": {
9069                     "name": "理容用品店",
9070                     "terms": "理容用品店, シャンプー, リンス, コンディショナー, 店舗, お店"
9071                 },
9072                 "shop/hardware": {
9073                     "name": "金物屋",
9074                     "terms": "金物屋, 金物店"
9075                 },
9076                 "shop/health_food": {
9077                     "name": "健康食品店",
9078                     "terms": "健康食品店, 健康, 食品, 食べ物, サプリ, ビタミン, 栄養剤"
9079                 },
9080                 "shop/hearing_aids": {
9081                     "name": "補聴器店",
9082                     "terms": "補聴器店"
9083                 },
9084                 "shop/herbalist": {
9085                     "name": "薬草店",
9086                     "terms": "ハーブ店, 薬草店"
9087                 },
9088                 "shop/hifi": {
9089                     "name": "音響機器店",
9090                     "terms": "音響機器店, オーディオ店, 音楽"
9091                 },
9092                 "shop/hobby": {
9093                     "name": "ホビーショップ",
9094                     "terms": "ホビーショップ, ホビー店, プラモデル, フィギュア, マンガ, ミリタリー, 模型"
9095                 },
9096                 "shop/houseware": {
9097                     "name": "家庭用品店",
9098                     "terms": "雑貨屋, 家庭用品, 日用雑貨, バス用品, お風呂用品, 台所用品, キッチン用品, 生活雑貨, 料理道具, 調理器具, 食器, クッション, 茶碗, 皿, 包丁, ナイフ, フォーク, 箸"
9099                 },
9100                 "shop/hunting": {
9101                     "name": "狩猟用品店",
9102                     "terms": "狩猟用品店, 狩猟, ハンティング, スポーツ, レジャー, 鳥獣, お店, 店舗"
9103                 },
9104                 "shop/interior_decoration": {
9105                     "name": "インテリアショップ",
9106                     "terms": "インテリアショップ, 家具, 室内装飾用品店, 内装用品店, インテリア店, 住宅, インテリア, 内装"
9107                 },
9108                 "shop/jewelry": {
9109                     "name": "宝飾店",
9110                     "terms": "宝石店, 宝飾店, 貴金属, アクセサリー, 店舗, 買い物"
9111                 },
9112                 "shop/kiosk": {
9113                     "name": "キオスク",
9114                     "terms": "キオスク, 売店"
9115                 },
9116                 "shop/kitchen": {
9117                     "name": "キッチンデザイン店",
9118                     "terms": "台所, キッチン, デザイン, design, Kitchen, 台所用品, 水回り"
9119                 },
9120                 "shop/laundry": {
9121                     "name": "洗濯屋・ランドリー(非セルフ)",
9122                     "terms": "洗濯屋, コインランドリー, ランドリー, 洗濯屋・ランドリー(非セルフ)"
9123                 },
9124                 "shop/laundry/self_service": {
9125                     "name": "コインランドリー(セルフ)",
9126                     "terms": "コインランドリー(セルフ), コインランドリー, ランドリー, 洗濯屋"
9127                 },
9128                 "shop/leather": {
9129                     "name": "皮革用品店",
9130                     "terms": "皮革洋品店, レザーショップ, 皮革, レザー"
9131                 },
9132                 "shop/lighting": {
9133                     "name": "照明器具店",
9134                     "terms": "照明器具店, 灯り, 蛍光灯, 店舗, お店"
9135                 },
9136                 "shop/locksmith": {
9137                     "name": "鍵屋(専門店)",
9138                     "terms": "錠前屋, 鍵屋, カギ, 合鍵"
9139                 },
9140                 "shop/lottery": {
9141                     "name": "宝くじ売り場",
9142                     "terms": "宝くじ売り場, くじ, ギャンブル"
9143                 },
9144                 "shop/mall": {
9145                     "name": "ショッピングセンター",
9146                     "terms": "ショッピングセンター, ショッピングモール, 複合商業施設, 買い物, ショッピング"
9147                 },
9148                 "shop/massage": {
9149                     "name": "マッサージ店",
9150                     "terms": "マッサージ店, マッサージ, あんま, 指圧, 健康"
9151                 },
9152                 "shop/medical_supply": {
9153                     "name": "健康・医療器具店",
9154                     "terms": "医療器具店, 医療用品店, 健康器具店, ヘルスケア, 健康, 医療"
9155                 },
9156                 "shop/military_surplus": {
9157                     "name": "軍払い下げ品店",
9158                     "terms": "軍払い下げ品店, 軍払下げ品店, 軍余剰物資店, 店舗, ミリタリー, ミリタリーグッズ"
9159                 },
9160                 "shop/mobile_phone": {
9161                     "name": "携帯電話店",
9162                     "terms": "携帯電話店, ケータイショップ"
9163                 },
9164                 "shop/money_lender": {
9165                     "name": "消費者金融",
9166                     "terms": "消費者金融, サラ金, 貸金, お金, 金融, マチ金, 借金"
9167                 },
9168                 "shop/motorcycle": {
9169                     "name": "バイク店",
9170                     "terms": "バイク店, オートバイ店"
9171                 },
9172                 "shop/motorcycle_repair": {
9173                     "name": "バイク修理店",
9174                     "terms": "バイク修理店, オートバイ修理, バイク, オートバイ"
9175                 },
9176                 "shop/music": {
9177                     "name": "CD/レコード店",
9178                     "terms": "CD店, レコード店, 音楽, 音楽店"
9179                 },
9180                 "shop/musical_instrument": {
9181                     "name": "楽器店",
9182                     "terms": "楽器店, 音楽"
9183                 },
9184                 "shop/newsagent": {
9185                     "name": "新聞・雑誌店",
9186                     "terms": "新聞, 雑誌, マガジン, ニュース, スタンド"
9187                 },
9188                 "shop/nutrition_supplements": {
9189                     "name": "栄養サプリ販売店",
9190                     "terms": "栄養サプリメント販売店, サプリ専門店, サプリメント専門店, 健康"
9191                 },
9192                 "shop/optician": {
9193                     "name": "メガネ店",
9194                     "terms": "メガネ, 眼鏡, メガネ屋, 眼鏡屋, めがね"
9195                 },
9196                 "shop/organic": {
9197                     "name": "オーガニック商品店",
9198                     "terms": "オーガニック商品店, 有機野菜, オーガニック, 有機, 食品, 食べ物"
9199                 },
9200                 "shop/outdoor": {
9201                     "name": "アウトドアショップ",
9202                     "terms": "アウトドアショップ"
9203                 },
9204                 "shop/outpost": {
9205                     "name": "商品受け取り店",
9206                     "terms": "商品受け取り店, アウトポスト, 配達, 受取"
9207                 },
9208                 "shop/paint": {
9209                     "name": "塗料店",
9210                     "terms": "塗料店"
9211                 },
9212                 "shop/party": {
9213                     "name": "パーティ用品店",
9214                     "terms": "パーティ用品店, パーティグッズ, パーティ, コスチューム, 店舗, お店"
9215                 },
9216                 "shop/pastry": {
9217                     "name": "焼菓子(ペイストリー)店",
9218                     "terms": "焼菓子店, ケーキ屋, 食品, パイ, ビスケット, 洋菓子, ペイストリー, ペストリー, お菓子, 食べ物, 食品"
9219                 },
9220                 "shop/pawnbroker": {
9221                     "name": "質店",
9222                     "terms": "質屋, 質店, お金, 金融"
9223                 },
9224                 "shop/perfumery": {
9225                     "name": "香水店",
9226                     "terms": "香水店, 美容"
9227                 },
9228                 "shop/pet": {
9229                     "name": "ペットショップ",
9230                     "terms": "ペット売り場, ペット, 家禽, ペットショップ, 動物, 愛玩動物, ペット用品店"
9231                 },
9232                 "shop/pet_grooming": {
9233                     "name": "ペット美容室",
9234                     "terms": "ペット美容室, 動物美容, ペット, 美容, 犬の美容室, 愛犬美容, 犬, 猫, 動物"
9235                 },
9236                 "shop/photo": {
9237                     "name": "写真店",
9238                     "terms": "写真屋, 写真店, 現像, ビデオ, デジカメ"
9239                 },
9240                 "shop/printer_ink": {
9241                     "name": "プリンタ用インク店",
9242                     "terms": "プリンタ用インク店, プリンタ, インクカートリッジ, トナー"
9243                 },
9244                 "shop/psychic": {
9245                     "name": "サイキック店",
9246                     "terms": "サイキック店, 超能力"
9247                 },
9248                 "shop/pyrotechnics": {
9249                     "name": "花火店",
9250                     "terms": "花火店"
9251                 },
9252                 "shop/radiotechnics": {
9253                     "name": "電子部品店",
9254                     "terms": "電子部品店, ラジオ, 電子部品, 電子工作, 電子パーツ"
9255                 },
9256                 "shop/religion": {
9257                     "name": "宗教用品店",
9258                     "terms": "宗教用品店, 仏壇, 仏具, 祭祀用品, 信仰"
9259                 },
9260                 "shop/rental": {
9261                     "name": "レンタルショップ",
9262                     "terms": "レンタルショップ, レンタル店, お店, 店舗, レンタル用品店"
9263                 },
9264                 "shop/scuba_diving": {
9265                     "name": "スキューバダイビングショップ",
9266                     "terms": "スキューバダイビングショップ, スキューバダイビング, スポーツ, 運動"
9267                 },
9268                 "shop/seafood": {
9269                     "name": "魚屋",
9270                     "terms": "海鮮食品店, 魚屋, 魚市場, 食品, 魚介, 食べ物, 干物, 昆布, イカ, タコ, 海苔"
9271                 },
9272                 "shop/second_hand": {
9273                     "name": "リサイクルショップ",
9274                     "terms": "古物商, リユースショップ, 中古, リサイクルショップ, 中古屋, リサイクル, リユース"
9275                 },
9276                 "shop/sewing": {
9277                     "name": "手芸用品店",
9278                     "terms": "手芸用品店, 裁縫用品店, 手芸, 裁縫, 毛糸, 縫い物, 編み物, 編物用品, 店, 針, 糸"
9279                 },
9280                 "shop/shoes": {
9281                     "name": "靴店",
9282                     "terms": "靴店"
9283                 },
9284                 "shop/spices": {
9285                     "name": "スパイス店",
9286                     "terms": "スパイス店, 香辛料店, お店"
9287                 },
9288                 "shop/sports": {
9289                     "name": "スポーツ用品店",
9290                     "terms": "スポーツ用品店, 運動, 競技, トレーニング, 訓練"
9291                 },
9292                 "shop/stationery": {
9293                     "name": "文具店",
9294                     "terms": "文具店, 文房具屋"
9295                 },
9296                 "shop/storage_rental": {
9297                     "name": "レンタル倉庫",
9298                     "terms": "貸し倉庫, レンタルボックス, 貸しコンテナ, 貸倉庫, 倉庫, レンタル倉庫, レンタル収納, レンタル収納スペース, トランクルーム, コンテナ収納, 荷物"
9299                 },
9300                 "shop/supermarket": {
9301                     "name": "スーパーマーケット",
9302                     "terms": "スーパーマーケット, スーパー, 買い物, ショッピング"
9303                 },
9304                 "shop/swimming_pool": {
9305                     "name": "プール用品店",
9306                     "terms": "プール用品店, スポーツ, 遊泳プール, 店舗, お店"
9307                 },
9308                 "shop/tailor": {
9309                     "name": "仕立屋",
9310                     "terms": "仕立屋, テイラー, 洋裁店, 衣類, 衣料, 仕立て屋, 縫製, 服, スーツ"
9311                 },
9312                 "shop/tattoo": {
9313                     "name": "タトゥースタジオ",
9314                     "terms": "刺青屋, 美容"
9315                 },
9316                 "shop/tea": {
9317                     "name": "茶舗",
9318                     "terms": "茶舗, 茶店, 食品, お茶, 緑茶, 飲み物"
9319                 },
9320                 "shop/telecommunication": {
9321                     "name": "通信サービス店",
9322                     "terms": "通信サービス店, ISP, インターネット, 接続サービス, プロバイダ"
9323                 },
9324                 "shop/ticket": {
9325                     "name": "チケット店",
9326                     "terms": "チケット店, 金券ショップ, チケット"
9327                 },
9328                 "shop/tiles": {
9329                     "name": "タイル店",
9330                     "terms": "タイル店, タイルショップ"
9331                 },
9332                 "shop/tobacco": {
9333                     "name": "たばこ店",
9334                     "terms": "たばこ店, たばこ屋, タバコ, たばこ, 嗜好品, タバコ店, タバコ屋, 煙草"
9335                 },
9336                 "shop/toys": {
9337                     "name": "玩具店",
9338                     "terms": "玩具店, おもちゃ屋"
9339                 },
9340                 "shop/trade": {
9341                     "name": "建築資材店",
9342                     "terms": "建築資材店, 工務店, 建材店, 配管工"
9343                 },
9344                 "shop/travel_agency": {
9345                     "name": "旅行代理店",
9346                     "terms": "旅行代理店, トラベル,ツアー"
9347                 },
9348                 "shop/tyres": {
9349                     "name": "タイヤ店",
9350                     "terms": "タイヤ店, タイヤ販売店, 自動車, カー用品"
9351                 },
9352                 "shop/vacant": {
9353                     "name": "空き店舗, シャッター店舗"
9354                 },
9355                 "shop/vacuum_cleaner": {
9356                     "name": "掃除機店",
9357                     "terms": "掃除機店"
9358                 },
9359                 "shop/variety_store": {
9360                     "name": "雑貨店(低価格)",
9361                     "terms": "雑貨店, 100円ショップ, バラエティストア, 百均, 日用雑貨, 買い物, ショッピング, ディスカウント, 100均"
9362                 },
9363                 "shop/video": {
9364                     "name": "ビデオソフト店",
9365                     "terms": "ビデオソフト店, DVD店, 娯楽"
9366                 },
9367                 "shop/video_games": {
9368                     "name": "テレビゲーム販売店",
9369                     "terms": "テレビゲーム店, ビデオゲーム, 娯楽, ゲーム, テレビゲーム販売店, ゲームソフト, テレビゲーム"
9370                 },
9371                 "shop/watches": {
9372                     "name": "腕時計店",
9373                     "terms": "腕時計店, 時計"
9374                 },
9375                 "shop/water": {
9376                     "name": "飲料水店",
9377                     "terms": "飲料水店, 水, ミネラルウォーター, 店舗, お店, ペットボトル, 飲み水, 飲水"
9378                 },
9379                 "shop/water_sports": {
9380                     "name": "ウォータースポーツ用品店",
9381                     "terms": "マリンスポーツ専門店, ウォータースポーツ専門店, 水着屋, スポーツ, 運動, 競技, トレーニング"
9382                 },
9383                 "shop/weapons": {
9384                     "name": "武器屋",
9385                     "terms": "銃砲店"
9386                 },
9387                 "shop/wholesale": {
9388                     "name": "卸売店",
9389                     "terms": "卸, 卸売, 卸売店"
9390                 },
9391                 "shop/window_blind": {
9392                     "name": "ブラインドカーテン専門店",
9393                     "terms": "ブラインド販売店, 家具"
9394                 },
9395                 "shop/wine": {
9396                     "name": "ワイン店",
9397                     "terms": "ワイン店, 酒屋, 食品, アルコール, 嗜好品, 飲み物"
9398                 },
9399                 "telecom/data_center": {
9400                     "name": "データセンター",
9401                     "terms": "データセンター, IDC, クラウド, オンライン, データ, ストレージ"
9402                 },
9403                 "tourism": {
9404                     "name": "旅行関連"
9405                 },
9406                 "tourism/alpine_hut": {
9407                     "name": "山小屋",
9408                     "terms": "山小屋"
9409                 },
9410                 "tourism/apartment": {
9411                     "name": "リゾートマンション",
9412                     "terms": "リゾートマンション, リゾート, 別荘, 保養, 保養所, 保養施設"
9413                 },
9414                 "tourism/aquarium": {
9415                     "name": "水族館",
9416                     "terms": "水族館"
9417                 },
9418                 "tourism/artwork": {
9419                     "name": "パブリックアート",
9420                     "terms": "芸術作品, 銅像, 屋外アート, 彫刻, 壁画, アート, 絵画, オブジェ, 公園, 駅前, 広場"
9421                 },
9422                 "tourism/artwork/bust": {
9423                     "name": "胸像",
9424                     "terms": "胸像, 像, 芸術, 屋外アート, アート, 美術, 作品"
9425                 },
9426                 "tourism/artwork/graffiti": {
9427                     "name": "落書きアート",
9428                     "terms": "落書きアート, 落書き, アート, 屋外アート, 美術, 芸術, 作品"
9429                 },
9430                 "tourism/artwork/installation": {
9431                     "name": "インスタレーションアート",
9432                     "terms": "インスタレーションアート, インスタレーション, 美術, 芸術, 作品, 空間, 体験"
9433                 },
9434                 "tourism/artwork/mural": {
9435                     "name": "壁画",
9436                     "terms": "壁画, フレスコ"
9437                 },
9438                 "tourism/artwork/sculpture": {
9439                     "name": "彫刻",
9440                     "terms": "彫刻"
9441                 },
9442                 "tourism/artwork/statue": {
9443                     "name": "彫像",
9444                     "terms": "彫像, 彫塑, 像"
9445                 },
9446                 "tourism/attraction": {
9447                     "name": "観光地",
9448                     "terms": "観光名所, 見どころ, アトラクション, 見もの, 名所, 旧跡, 名勝, 観光地"
9449                 },
9450                 "tourism/camp_pitch": {
9451                     "name": "キャンプ区画(キャンプ場内)",
9452                     "terms": "キャンプ区画, テント, アウトドア"
9453                 },
9454                 "tourism/camp_site": {
9455                     "name": "キャンプ場",
9456                     "terms": "キャンプ場, アウトドア"
9457                 },
9458                 "tourism/caravan_site": {
9459                     "name": "オートキャンプ場",
9460                     "terms": "オートキャンプ場, アウトドア, 自動車"
9461                 },
9462                 "tourism/chalet": {
9463                     "name": "貸別荘(戸建て)",
9464                     "terms": "別荘, リゾートマンション, リゾート, 保養"
9465                 },
9466                 "tourism/gallery": {
9467                     "name": "アートギャラリー",
9468                     "terms": "画廊, アート"
9469                 },
9470                 "tourism/guest_house": {
9471                     "name": "民宿",
9472                     "terms": "民宿, ゲストハウス, 宿, ホテル, 民泊, 宿泊"
9473                 },
9474                 "tourism/hostel": {
9475                     "name": "簡易宿泊所",
9476                     "terms": "簡易宿泊所, ホステル, 宿, ホテル, ユースホステル, ホステル, カプセルホテル, カプセル, 宿泊"
9477                 },
9478                 "tourism/hotel": {
9479                     "name": "ホテル",
9480                     "terms": "ホテル, 旅館, 宿, 宿泊"
9481                 },
9482                 "tourism/information": {
9483                     "name": "観光案内(全般)",
9484                     "terms": "観光案内, 案内, 案内板, 案内所, インフォメーション, 観光"
9485                 },
9486                 "tourism/information/board": {
9487                     "name": "観光情報掲示板",
9488                     "terms": "情報掲示板, 案内, 観光, 観光案内, インフォメーション, 案内板, 観光情報, 掲示板, 案内地図, 地図, マップ"
9489                 },
9490                 "tourism/information/guidepost": {
9491                     "name": "道標",
9492                     "terms": "道標, ガイドポスト, 案内"
9493                 },
9494                 "tourism/information/map": {
9495                     "name": "地図板",
9496                     "terms": "地図板, 案内地図"
9497                 },
9498                 "tourism/information/office": {
9499                     "name": "観光案内所",
9500                     "terms": "観光案内所, 案内, ビジターセンター, 観光, インフォメーション"
9501                 },
9502                 "tourism/information/route_marker": {
9503                     "name": "経路マーカー",
9504                     "terms": "経路マーカー, マーカー, 目印, ハイキング"
9505                 },
9506                 "tourism/information/terminal": {
9507                     "name": "情報端末",
9508                     "terms": "情報端末, 観光案内, インフォメーション"
9509                 },
9510                 "tourism/motel": {
9511                     "name": "モーテル",
9512                     "terms": "モーテル, 宿, ホテル"
9513                 },
9514                 "tourism/museum": {
9515                     "name": "博物館・美術館",
9516                     "terms": "博物館, 美術館, 資料館, アート, 歴史"
9517                 },
9518                 "tourism/picnic_site": {
9519                     "name": "ピクニック場",
9520                     "terms": "ピクニック場, バーベキュー場, アウトドア"
9521                 },
9522                 "tourism/theme_park": {
9523                     "name": "テーマパーク",
9524                     "terms": "テーマパーク, 遊園地, 娯楽"
9525                 },
9526                 "tourism/trail_riding_station": {
9527                     "name": "乗馬トレール乗り場",
9528                     "terms": "乗馬トレール乗り場"
9529                 },
9530                 "tourism/viewpoint": {
9531                     "name": "展望台",
9532                     "terms": "展望台, 観光, 展望所, 名勝, 景色, 風景, パノラマ, 景勝"
9533                 },
9534                 "tourism/wilderness_hut": {
9535                     "name": "避難小屋",
9536                     "terms": "避難小屋, 山小屋"
9537                 },
9538                 "tourism/zoo": {
9539                     "name": "動物園",
9540                     "terms": "動物園, 娯楽"
9541                 },
9542                 "tourism/zoo/petting": {
9543                     "name": "ふれあい動物園",
9544                     "terms": "ふれあい動物園, 動物園, ペット"
9545                 },
9546                 "tourism/zoo/safari": {
9547                     "name": "サファリパーク",
9548                     "terms": "サファリパーク, サファリランド"
9549                 },
9550                 "tourism/zoo/wildlife": {
9551                     "name": "野生公園",
9552                     "terms": "野生動物園, 野生公園"
9553                 },
9554                 "traffic_calming": {
9555                     "name": "交通静穏化設備(全般)",
9556                     "terms": "交通静穏化, 交通安全, 道路設備, 減速"
9557                 },
9558                 "traffic_calming/bump": {
9559                     "name": "スピードバンプ",
9560                     "terms": "スピードバンプ, 交通安全, 交通静穏化, 道路設備, 減速"
9561                 },
9562                 "traffic_calming/chicane": {
9563                     "name": "シケイン",
9564                     "terms": "シケイン, 交通安全, 交通静穏化, 道路設備, 減速"
9565                 },
9566                 "traffic_calming/choker": {
9567                     "name": "チョーカー",
9568                     "terms": "チョーカー, 交通安全, 交通静穏化, 道路設備, 減速"
9569                 },
9570                 "traffic_calming/cushion": {
9571                     "name": "スピードクッション",
9572                     "terms": "スピードクッション, 交通安全, 交通静穏化, 道路設備, 減速"
9573                 },
9574                 "traffic_calming/dip": {
9575                     "name": "ディップ",
9576                     "terms": "ディップ, 交通安全, 交通静穏化, 道路設備, 減速"
9577                 },
9578                 "traffic_calming/hump": {
9579                     "name": "スピードハンプ",
9580                     "terms": "スピードハンプ, 交通安全, 交通静穏化, 道路設備, 減速"
9581                 },
9582                 "traffic_calming/island": {
9583                     "name": "交通島",
9584                     "terms": "交通島, 交通安全, 交通静穏化, 道路設備, 減速"
9585                 },
9586                 "traffic_calming/rumble_strip": {
9587                     "name": "ランブルストリップ",
9588                     "terms": "ランブルストリップ, 交通安全, 交通静穏化, 道路設備, 減速"
9589                 },
9590                 "traffic_calming/table": {
9591                     "name": "隆起台(減速用)",
9592                     "terms": "隆起台, スピードテーブル, 減速テーブル, 交通安全, 交通静穏化, 道路設備, 減速"
9593                 },
9594                 "traffic_sign": {
9595                     "name": "交通標識",
9596                     "terms": "交通標識, 道路標識"
9597                 },
9598                 "traffic_sign/city_limit": {
9599                     "name": "市町村境界標識",
9600                     "terms": "市町村境界標識, 市町村界標識, 市町村境, 行政界"
9601                 },
9602                 "traffic_sign/city_limit_vertex": {
9603                     "name": "市町村境界標識",
9604                     "terms": "市町村境界標識, 市町村界標識, 市町村境, 行政界"
9605                 },
9606                 "traffic_sign/maxspeed": {
9607                     "name": "速度制限標識",
9608                     "terms": "速度制限標識, 速度制限"
9609                 },
9610                 "traffic_sign/maxspeed_vertex": {
9611                     "name": "速度制限標識",
9612                     "terms": "速度制限標識, 速度制限"
9613                 },
9614                 "traffic_sign_vertex": {
9615                     "name": "交通標識",
9616                     "terms": "交通標識, 道路標識"
9617                 },
9618                 "type/boundary": {
9619                     "name": "境界",
9620                     "terms": "境界, 境界線"
9621                 },
9622                 "type/boundary/administrative": {
9623                     "name": "行政境界",
9624                     "terms": "行政境界, 都道府県境, 都境, 道境, 府境, 県境, 市区町村境, 市境, 区境, 町境, 村境"
9625                 },
9626                 "type/connectivity": {
9627                     "name": "レーンの接続状況",
9628                     "terms": "レーンの接続状況"
9629                 },
9630                 "type/enforcement": {
9631                     "name": "交通取締り",
9632                     "terms": "交通取締り, 取締り, 交通安全, 交通違反取締り"
9633                 },
9634                 "type/multipolygon": {
9635                     "name": "マルチポリゴン"
9636                 },
9637                 "type/public_transport/stop_area_group": {
9638                     "name": "公共交通の停車エリアグループ",
9639                     "terms": "公共交通の停車エリアグループ, 公共交通"
9640                 },
9641                 "type/restriction": {
9642                     "name": "進行方向制限",
9643                     "terms": "進行方向制限"
9644                 },
9645                 "type/restriction/no_left_turn": {
9646                     "name": "左折禁止",
9647                     "terms": "左折禁止"
9648                 },
9649                 "type/restriction/no_right_turn": {
9650                     "name": "右折禁止",
9651                     "terms": "右折禁止"
9652                 },
9653                 "type/restriction/no_straight_on": {
9654                     "name": "直進禁止",
9655                     "terms": "直進禁止"
9656                 },
9657                 "type/restriction/no_u_turn": {
9658                     "name": "Uターン禁止",
9659                     "terms": "Uターン禁止"
9660                 },
9661                 "type/restriction/only_left_turn": {
9662                     "name": "左折専用",
9663                     "terms": "左折専用, 左折のみ"
9664                 },
9665                 "type/restriction/only_right_turn": {
9666                     "name": "右折専用",
9667                     "terms": "右折専用, 右折のみ"
9668                 },
9669                 "type/restriction/only_straight_on": {
9670                     "name": "直進専用",
9671                     "terms": "直進専用, 直進のみ"
9672                 },
9673                 "type/restriction/only_u_turn": {
9674                     "name": "Uターン専用",
9675                     "terms": "Uターン専用, Uターンのみ"
9676                 },
9677                 "type/route": {
9678                     "name": "ルート",
9679                     "terms": "ルート"
9680                 },
9681                 "type/route/bicycle": {
9682                     "name": "サイクリングルート",
9683                     "terms": "サイクリングルート, サイクリングコース"
9684                 },
9685                 "type/route/bus": {
9686                     "name": "バスルート",
9687                     "terms": "バスルート, バス路線, バス系統"
9688                 },
9689                 "type/route/detour": {
9690                     "name": "迂回ルート",
9691                     "terms": "迂回ルート"
9692                 },
9693                 "type/route/ferry": {
9694                     "name": "フェリーのルート",
9695                     "terms": "フェリールート, 航路"
9696                 },
9697                 "type/route/foot": {
9698                     "name": "徒歩ルート",
9699                     "terms": "徒歩ルート"
9700                 },
9701                 "type/route/hiking": {
9702                     "name": "ハイキングルート",
9703                     "terms": "ハイキングルート, ハイキングコース"
9704                 },
9705                 "type/route/horse": {
9706                     "name": "乗馬ルート",
9707                     "terms": "乗馬"
9708                 },
9709                 "type/route/light_rail": {
9710                     "name": "ライトレール・ルート",
9711                     "terms": "ライトレール・ルート, 軽便鉄道ルート"
9712                 },
9713                 "type/route/monorail": {
9714                     "name": "モノレールルート",
9715                     "terms": "モノレールルート, モノレール, ルート"
9716                 },
9717                 "type/route/pipeline": {
9718                     "name": "パイプラインルート",
9719                     "terms": "パイプラインルート"
9720                 },
9721                 "type/route/piste": {
9722                     "name": "スキールート",
9723                     "terms": "スキールート"
9724                 },
9725                 "type/route/power": {
9726                     "name": "電力線ルート",
9727                     "terms": "電力線ルート"
9728                 },
9729                 "type/route/road": {
9730                     "name": "道路ルート",
9731                     "terms": "道路ルート"
9732                 },
9733                 "type/route/subway": {
9734                     "name": "地下鉄路線",
9735                     "terms": "地下鉄路線, 地下鉄経路, 地下鉄ルート"
9736                 },
9737                 "type/route/train": {
9738                     "name": "列車ルート",
9739                     "terms": "列車ルート, 運行系統"
9740                 },
9741                 "type/route/tram": {
9742                     "name": "路面電車系統",
9743                     "terms": "路面電車系統"
9744                 },
9745                 "type/route_master": {
9746                     "name": "ルートマスター",
9747                     "terms": "ルートマスター"
9748                 },
9749                 "type/site": {
9750                     "name": "区域",
9751                     "terms": "区域"
9752                 },
9753                 "type/waterway": {
9754                     "name": "水路",
9755                     "terms": "水路"
9756                 },
9757                 "waterway": {
9758                     "name": "水域関連"
9759                 },
9760                 "waterway/boatyard": {
9761                     "name": "小型船造船所",
9762                     "terms": "造船所, 小型船造船所"
9763                 },
9764                 "waterway/canal": {
9765                     "name": "運河",
9766                     "terms": "運河"
9767                 },
9768                 "waterway/canal/lock": {
9769                     "name": "水路上のドック",
9770                     "terms": "閘門, 水路上のドック"
9771                 },
9772                 "waterway/dam": {
9773                     "name": "ダム",
9774                     "terms": "ダム"
9775                 },
9776                 "waterway/ditch": {
9777                     "name": "排水路",
9778                     "terms": "排水路, 用水路, 側溝, 溝, 灌漑用水, 水路"
9779                 },
9780                 "waterway/dock": {
9781                     "name": "ドック",
9782                     "terms": "ドック, ドライドック, 乾ドック, 船渠, ドッグ"
9783                 },
9784                 "waterway/drain": {
9785                     "name": "放水路",
9786                     "terms": "放水路, 工業排水, 水路"
9787                 },
9788                 "waterway/fish_pass": {
9789                     "name": "魚道",
9790                     "terms": "魚道, ダム, 堰"
9791                 },
9792                 "waterway/fuel": {
9793                     "name": "マリンスタンド",
9794                     "terms": "マリンガススタンド, マリンガソリンスタンド"
9795                 },
9796                 "waterway/lock_gate": {
9797                     "name": "水門",
9798                     "terms": "水門, 扉, 閘門"
9799                 },
9800                 "waterway/milestone": {
9801                     "name": "距離標(河川)",
9802                     "terms": "距離標, 河川距離標, キロポスト, マイルストーン, 距離, 距離標識, 河川, 水域"
9803                 },
9804                 "waterway/river": {
9805                     "name": "河川",
9806                     "terms": "川, 河川"
9807                 },
9808                 "waterway/riverbank": {
9809                     "name": "河岸"
9810                 },
9811                 "waterway/sanitary_dump_station": {
9812                     "name": "海上汚物廃棄所",
9813                     "terms": "海上汚物廃棄所"
9814                 },
9815                 "waterway/stream": {
9816                     "name": "小川",
9817                     "terms": "小川, せせらぎ, 川"
9818                 },
9819                 "waterway/stream_intermittent": {
9820                     "name": "間欠河川",
9821                     "terms": "間欠河川, 季節涸川"
9822                 },
9823                 "waterway/water_point": {
9824                     "name": "船舶用飲料水給水所",
9825                     "terms": "船舶用飲料水給水所"
9826                 },
9827                 "waterway/waterfall": {
9828                     "name": "滝",
9829                     "terms": "滝, 瀧, 瀑布, 川, 水域, 河川"
9830                 },
9831                 "waterway/weir": {
9832                     "name": "堰",
9833                     "terms": "堰, 水域, 川, ダム, 河口, 河川"
9834                 }
9835             }
9836         },
9837         "imagery": {
9838             "AGIV": {
9839                 "attribution": {
9840                     "text": "© agentschap Informatie Vlaanderen"
9841                 },
9842                 "name": "AIV Flanders 最新航空画像"
9843             },
9844             "AGIV10cm": {
9845                 "attribution": {
9846                     "text": "© agentschap Informatie Vlaanderen"
9847                 },
9848                 "name": "AIV Flanders 2013-2015 航空写真 10cm"
9849             },
9850             "AGIVFlandersGRB": {
9851                 "attribution": {
9852                     "text": "© agentschap Informatie Vlaanderen"
9853                 },
9854                 "name": "AIV Flanders GRB"
9855             },
9856             "AIV_DHMV_II_HILL_25cm": {
9857                 "attribution": {
9858                     "text": "© agentschap Informatie Vlaanderen"
9859                 },
9860                 "name": "AIV Digitaal Hoogtemodel Vlaanderen II, multidirectionale hillshade 0,25 m"
9861             },
9862             "AIV_DHMV_II_SVF_25cm": {
9863                 "attribution": {
9864                     "text": "© agentschap Informatie Vlaanderen"
9865                 },
9866                 "name": "AIV Digitaal Hoogtemodel Vlaanderen II, Skyview factor 0,25 m"
9867             },
9868             "Bing": {
9869                 "description": "衛星・航空写真。撮影日付はCtrl+Shift+Bで現れる右下のパネルで確認可能。比較的新しい箇所が多いが位置ズレやゆがみ(特に高低差のある場所)に注意。日本では位置精度は概して国土地理院のものが高い。",
9870                 "name": "Bing航空画像"
9871             },
9872             "EOXAT2018CLOUDLESS": {
9873                 "attribution": {
9874                     "text": "Sentinel-2 cloudless - https://s2maps.eu by EOX IT Services GmbH (Contains modified Copernicus Sentinel data 2017 & 2018)"
9875                 },
9876                 "description": "後処理済みのSentinel 衛星画像(日本では低解像度)",
9877                 "name": "eox.at 2018 cloudless"
9878             },
9879             "EsriWorldImagery": {
9880                 "attribution": {
9881                     "text": "規約 & フィードバック"
9882                 },
9883                 "description": "Esri world imagery.",
9884                 "name": "Esri World Imagery"
9885             },
9886             "EsriWorldImageryClarity": {
9887                 "attribution": {
9888                     "text": "規約 & フィードバック"
9889                 },
9890                 "description": "おそらくEsriデフォルトのレイヤより明瞭で正確、しかしやや古いEsriアーカイブ画像。(日本での違いは不明)",
9891                 "name": "Esri World Imagery(精細版)ベータ"
9892             },
9893             "MAPNIK": {
9894                 "attribution": {
9895                     "text": "© OpenStreetMap contributors, CC-BY-SA"
9896                 },
9897                 "description": "OpenStreetMap標準レイヤーです。",
9898                 "name": "OpenStreetMap (標準)"
9899             },
9900             "Mapbox": {
9901                 "attribution": {
9902                     "text": "規約&フィードバック"
9903                 },
9904                 "description": "衛星・航空画像です。",
9905                 "name": "Mapbox衛星画像"
9906             },
9907             "OSM_Inspector-Addresses": {
9908                 "attribution": {
9909                     "text": "© Geofabrik GmbH, OpenStreetMap contributors, CC-BY-SA"
9910                 },
9911                 "name": "OSM Inspector: 住所"
9912             },
9913             "OSM_Inspector-Geometry": {
9914                 "attribution": {
9915                     "text": "© Geofabrik GmbH, OpenStreetMap contributors, CC-BY-SA"
9916                 },
9917                 "name": "OSM Inspector: ジオメトリ"
9918             },
9919             "OSM_Inspector-Highways": {
9920                 "attribution": {
9921                     "text": "© Geofabrik GmbH, OpenStreetMap contributors, CC-BY-SA"
9922                 },
9923                 "name": "OSM Inspector: 道路"
9924             },
9925             "OSM_Inspector-Multipolygon": {
9926                 "attribution": {
9927                     "text": "© Geofabrik GmbH, OpenStreetMap contributors, CC-BY-SA"
9928                 },
9929                 "name": "OSM Inspector: エリア"
9930             },
9931             "OSM_Inspector-Places": {
9932                 "attribution": {
9933                     "text": "© Geofabrik GmbH, OpenStreetMap contributors, CC-BY-SA"
9934                 },
9935                 "name": "OSM Inspector: 場所"
9936             },
9937             "OSM_Inspector-Routing": {
9938                 "attribution": {
9939                     "text": "© Geofabrik GmbH, OpenStreetMap contributors, CC-BY-SA"
9940                 },
9941                 "name": "OSM Inspector: ルーティング"
9942             },
9943             "OSM_Inspector-Tagging": {
9944                 "attribution": {
9945                     "text": "© Geofabrik GmbH, OpenStreetMap contributors, CC-BY-SA"
9946                 },
9947                 "name": "OSM Inspector: タグ付け"
9948             },
9949             "SPW_ORTHO_LAST": {
9950                 "name": "SPW(allonie) 最新航空画像"
9951             },
9952             "SPW_PICC": {
9953                 "name": "SPW(allonie) PICC numerical imagery"
9954             },
9955             "US-TIGER-Roads-2014": {
9956                 "description": "ズームレベル16+ではUS Censusのパブリックドメインの地図データ。それ以下では2006年以降のOpenStreetmapに未投入の変更分のみ。",
9957                 "name": "TIGER Roads 2014"
9958             },
9959             "US-TIGER-Roads-2017": {
9960                 "description": "黄 = US Censusからのパブリックドメインの地図データ。赤 = penStreetMapに無いデータ。",
9961                 "name": "TIGER Roads 2017"
9962             },
9963             "US-TIGER-Roads-2018": {
9964                 "description": "Yellow = Public domain map data from the US Census. Red = Data not found in OpenStreetMap",
9965                 "name": "TIGER Roads 2018"
9966             },
9967             "US-TIGER-Roads-2019": {
9968                 "description": "黄 = US Censusからのパブリックドメインの地図データ。赤 = penStreetMapに無いデータ。",
9969                 "name": "TIGER Roads 2019"
9970             },
9971             "USDA-NAIP": {
9972                 "description": "The most recent year of DOQQs from the National Agriculture Imagery Program (NAIP) for each state in the contiguous United States.",
9973                 "name": "National Agriculture Imagery Program"
9974             },
9975             "US_Forest_Service_roads_overlay": {
9976                 "description": "Highway: 緑枠 = unclassified.ブラウン枠 = track. Surface: gravel = ライトブラウン, Asphalt = 黒, paved = グレイ, ground =白, concrete = 青, grass = 緑. Seasonal = 白棒",
9977                 "name": "U.S. Forest Roads Overlay"
9978             },
9979             "UrbISOrtho2016": {
9980                 "attribution": {
9981                     "text": "Realized by means of Brussels UrbIS®© - Distribution & Copyright CIRB"
9982                 },
9983                 "name": "UrbIS-オルソ 2016"
9984             },
9985             "UrbISOrtho2017": {
9986                 "attribution": {
9987                     "text": "Realized by means of Brussels UrbIS®© - Distribution & Copyright CIRB"
9988                 },
9989                 "name": "UrbIS-オルソ 2017"
9990             },
9991             "UrbISOrtho2018": {
9992                 "attribution": {
9993                     "text": "Realized by means of Brussels UrbIS®© - Distribution & Copyright CIRB"
9994                 },
9995                 "name": "UrbIS-Ortho 2018"
9996             },
9997             "UrbISOrtho2019": {
9998                 "attribution": {
9999                     "text": "Realized by means of Brussels UrbIS®© - Distribution & Copyright CIRB"
10000                 },
10001                 "name": "UrbIS-Ortho 2019"
10002             },
10003             "UrbisAdmFR": {
10004                 "attribution": {
10005                     "text": "Realized by means of Brussels UrbIS®© - Distribution & Copyright CIRB"
10006                 },
10007                 "name": "UrbisAdm FR"
10008             },
10009             "UrbisAdmNL": {
10010                 "attribution": {
10011                     "text": "Realized by means of Brussels UrbIS®© - Distribution & Copyright CIRB"
10012                 },
10013                 "name": "UrbisAdm NL"
10014             },
10015             "Waymarked_Trails-Cycling": {
10016                 "attribution": {
10017                     "text": "© waymarkedtrails.org, OpenStreetMap contributors, CC by-SA 3.0"
10018                 },
10019                 "name": "Waymarked Trails: サイクリング"
10020             },
10021             "Waymarked_Trails-Hiking": {
10022                 "attribution": {
10023                     "text": "© waymarkedtrails.org, OpenStreetMap contributors, CC by-SA 3.0"
10024                 },
10025                 "name": "Waymarked Trails: ハイキング"
10026             },
10027             "Waymarked_Trails-MTB": {
10028                 "attribution": {
10029                     "text": "© waymarkedtrails.org, OpenStreetMap contributors, CC by-SA 3.0"
10030                 },
10031                 "name": "Waymarked Trails: MTB"
10032             },
10033             "Waymarked_Trails-Skating": {
10034                 "attribution": {
10035                     "text": "© waymarkedtrails.org, OpenStreetMap contributors, CC by-SA 3.0"
10036                 },
10037                 "name": "Waymarked Trails: スケート"
10038             },
10039             "Waymarked_Trails-Winter_Sports": {
10040                 "attribution": {
10041                     "text": "© waymarkedtrails.org, OpenStreetMap contributors, CC by-SA 3.0"
10042                 },
10043                 "name": "Waymarked Trails: 冬季スポーツ"
10044             },
10045             "basemap.at": {
10046                 "attribution": {
10047                     "text": "basemap.at"
10048                 },
10049                 "description": "オーストリアのベースマップ、政府データに基づく。",
10050                 "name": "basemap.at"
10051             },
10052             "basemap.at-orthofoto": {
10053                 "attribution": {
10054                     "text": "basemap.at"
10055                 },
10056                 "description": "basemap.at が提供するオルソ写真レイヤ。geoimage.at 画像の「後継」。",
10057                 "name": "basemap.at Orthofoto"
10058             },
10059             "basemap.at-overlay": {
10060                 "attribution": {
10061                     "text": "basemap.at"
10062                 },
10063                 "description": "Annotation overlay provided by basemap.at.",
10064                 "name": "basemap.at Overlay"
10065             },
10066             "basemap.at-surface": {
10067                 "attribution": {
10068                     "text": "basemap.at"
10069                 },
10070                 "description": "Surface layer provided by basemap.at.",
10071                 "name": "basemap.at Surface"
10072             },
10073             "basemap.at-terrain": {
10074                 "attribution": {
10075                     "text": "basemap.at"
10076                 },
10077                 "description": "Terrain layer provided by basemap.at.",
10078                 "name": "basemap.at Terrain"
10079             },
10080             "eufar-balaton": {
10081                 "attribution": {
10082                     "text": "EUFAR Balaton ortofotó 2010"
10083                 },
10084                 "description": "1940 geo-tagged photography from Balaton Limnological Institute.",
10085                 "name": "EUFAR Balaton orthophotos"
10086             },
10087             "finds.jp_KBN_2500": {
10088                 "attribution": {
10089                     "text": "国土地理院 基盤地図2500"
10090                 },
10091                 "description": "独立行政法人 農研機構(NARO)より配信。ズームレベル15~20。輪郭が鮮明な地図画像なので最もトレースしやすく、概してBingより位置精度が高いが、Bingよりやや古いことが多い。",
10092                 "name": "国土地理院 基盤地図2500(NARO経由)"
10093             },
10094             "gsi.go.jp": {
10095                 "attribution": {
10096                     "text": "国土地理院 オルソ"
10097                 },
10098                 "description": "最大ズームレベル17。歪みは補正(オルソ化)済みであり、概してBingより位置精度が高く国内では最も安定して利用可能な画像だが、Bingよりやや古い場合がある。",
10099                 "name": "国土地理院 電子国土基本図(オルソ画像)"
10100             },
10101             "gsi.go.jp_airphoto": {
10102                 "attribution": {
10103                     "text": "国土地理院 簡易空中写真"
10104                 },
10105                 "description": "航空レーザー測量点検用写真をつなぎ合わせたもので、地理院オルソ画像とは撮影時期やカバー範囲が少し異なる部分もあるため、オルソ画像の代替として有用な場合がある。",
10106                 "name": "国土地理院 簡易空中写真"
10107             },
10108             "gsi.go.jp_seamlessphoto": {
10109                 "attribution": {
10110                     "text": "国土地理院 シームレス写真"
10111                 },
10112                 "description": "国土地理院のシームレス写真。電子国土基本図(オルソ画像), 東日本大震災後正射画像, 森林(国有林)の空中写真(林野庁), 簡易空中写真, 国土画像情報, からそれぞれ最新の写真を組合せたもの。",
10113                 "name": "国土地理院 全国最新写真(シームレス)"
10114             },
10115             "gsi.go.jp_std_map": {
10116                 "attribution": {
10117                     "text": "国土地理院 標準地図"
10118                 },
10119                 "description": "ズームレベル5~18の日本全国とその周辺地域をカバー。地図画像なのでトレースしやすく、概してBingより位置精度が高いが、やや古い場合がある。",
10120                 "name": "国土地理院 標準地図"
10121             },
10122             "helsingborg-orto": {
10123                 "attribution": {
10124                     "text": "© Helsingborg municipality"
10125                 },
10126                 "description": "Orthophotos from the municipality of Helsingborg 2016, public domain",
10127                 "name": "Helsingborg Orthophoto"
10128             },
10129             "kalmar-orto-2014": {
10130                 "attribution": {
10131                     "text": "© Kalmar municipality"
10132                 },
10133                 "description": "Orthophotos for the north coast of the municipality of Kalmar 2014",
10134                 "name": "Kalmar North Orthophoto 2014"
10135             },
10136             "kalmar-orto-2016": {
10137                 "attribution": {
10138                     "text": "© Kalmar municipality"
10139                 },
10140                 "description": "Orthophotos for the south coast of the municipality of Kalmar 2016",
10141                 "name": "Kalmar South Orthophoto 2016"
10142             },
10143             "kalmar-orto-2018": {
10144                 "attribution": {
10145                     "text": "© Kalmar municipality"
10146                 },
10147                 "description": "Orthophotos for urban areas of the municipality of Kalmar 2018",
10148                 "name": "Kalmar Urban Orthophoto 2018"
10149             },
10150             "kelkkareitit": {
10151                 "attribution": {
10152                     "text": "© Kelkkareitit.fi"
10153                 },
10154                 "description": "Kelkkareitit.fi snowmobile trails from OSM (Nordic coverage)",
10155                 "name": "Nordic snowmobile オーバーレイ"
10156             },
10157             "lantmateriet-orto1960": {
10158                 "attribution": {
10159                     "text": "© Lantmäteriet, CC0"
10160                 },
10161                 "description": "Mosaic of Swedish orthophotos from the period 1955–1965. Older and younger pictures may occur.",
10162                 "name": "Lantmäteriet Historic Orthophoto 1960"
10163             },
10164             "lantmateriet-orto1975": {
10165                 "attribution": {
10166                     "text": "© Lantmäteriet, CC0"
10167                 },
10168                 "description": "Mosaic of Swedish orthophotos from the period 1970–1980. Is under construction.",
10169                 "name": "Lantmäteriet Historic Orthophoto 1975"
10170             },
10171             "lantmateriet-topowebb": {
10172                 "attribution": {
10173                     "text": "© Lantmäteriet, CC0"
10174                 },
10175                 "description": "Topographic map of Sweden 1:50 000",
10176                 "name": "Lantmäteriet Topographic Map"
10177             },
10178             "linkoping-orto": {
10179                 "attribution": {
10180                     "text": "© Linköping municipality"
10181                 },
10182                 "description": "Orthophotos from the municipality of Linköping 2010, open data",
10183                 "name": "Linköping Orthophoto"
10184             },
10185             "mapbox_locator_overlay": {
10186                 "attribution": {
10187                     "text": "規約 & フィードバック"
10188                 },
10189                 "description": "背景画像上に低ズームでも主要な地物を表示します。",
10190                 "name": "地物簡略表示(低ズーム時)"
10191             },
10192             "openpt_map": {
10193                 "attribution": {
10194                     "text": "© OpenStreetMap contributors, CC-BY-SA"
10195                 },
10196                 "name": "OpenPT Map (オーバーレイ)"
10197             },
10198             "osm-gps": {
10199                 "attribution": {
10200                     "text": "© OpenStreetMap contributors"
10201                 },
10202                 "description": "OpenStreetMapにアップロードされた公開GPSトレースです。",
10203                 "name": "OpenStreetMap GPSトレース"
10204             },
10205             "osm-mapnik-black_and_white": {
10206                 "attribution": {
10207                     "text": "© OpenStreetMap contributors, CC-BY-SA"
10208                 },
10209                 "name": "OpenStreetMap (Standard Black & White)"
10210             },
10211             "osm-mapnik-german_style": {
10212                 "attribution": {
10213                     "text": "© OpenStreetMap contributors, CC-BY-SA"
10214                 },
10215                 "name": "OpenStreetMap (ドイツスタイル)"
10216             },
10217             "osmse-ekonomiska": {
10218                 "attribution": {
10219                     "text": "© Lantmäteriet"
10220                 },
10221                 "description": "Scan of \"Economic maps\" ca. 1950–1980",
10222                 "name": "Lantmäteriet Economic Map 1950–1980"
10223             },
10224             "qa_no_address": {
10225                 "attribution": {
10226                     "text": "Simon Poole, Data ©OpenStreetMap contributors"
10227                 },
10228                 "name": "QA No Address"
10229             },
10230             "skobbler": {
10231                 "attribution": {
10232                     "text": "© Tiles: skobbler Map data: OpenStreetMap contributors"
10233                 },
10234                 "name": "skobbler"
10235             },
10236             "skoterleder": {
10237                 "attribution": {
10238                     "text": "© Skoterleder.org"
10239                 },
10240                 "description": "Snowmobile trails",
10241                 "name": "Snowmobile map Sweden"
10242             },
10243             "stamen-terrain-background": {
10244                 "attribution": {
10245                     "text": "Map tiles by Stamen Design, under CC BY 3.0. Data by OpenStreetMap, under ODbL"
10246                 },
10247                 "name": "Stamen 地形図"
10248             },
10249             "stockholm-orto": {
10250                 "attribution": {
10251                     "text": "© Stockholm municipality, CC0"
10252                 },
10253                 "description": "Orthophotos from the municipality of Stockholm 2016, CC0 license",
10254                 "name": "Stockholm Orthophoto"
10255             },
10256             "tf-cycle": {
10257                 "attribution": {
10258                     "text": "Maps © Thunderforest, Data © OpenStreetMap contributors"
10259                 },
10260                 "name": "Thunderforest OpenCycleMap"
10261             },
10262             "tf-landscape": {
10263                 "attribution": {
10264                     "text": "Maps © Thunderforest, Data © OpenStreetMap contributors"
10265                 },
10266                 "name": "Thunderforest Landscape"
10267             },
10268             "trafikverket-baninfo": {
10269                 "attribution": {
10270                     "text": "© Trafikverket, CC0"
10271                 },
10272                 "description": "Swedish railway network, including sidings",
10273                 "name": "Trafikverket Railway Network"
10274             },
10275             "trafikverket-baninfo-option": {
10276                 "attribution": {
10277                     "text": "© Trafikverket, CC0"
10278                 },
10279                 "description": "Swedish railway network with several options for map layers",
10280                 "name": "Trafikverket Railway Network options"
10281             },
10282             "trafikverket-vagnat": {
10283                 "attribution": {
10284                     "text": "© Trafikverket, CC0"
10285                 },
10286                 "description": "Swedish NVDB road network",
10287                 "name": "Trafikverket Road Network"
10288             },
10289             "trafikverket-vagnat-extra": {
10290                 "attribution": {
10291                     "text": "© Trafikverket, CC0"
10292                 },
10293                 "description": "Swedish NVDB extra details: Highway reference, traffic calming, rest area, bus stop, bridge, tunnel, speed camera",
10294                 "name": "Trafikverket Road Network extra"
10295             },
10296             "trafikverket-vagnat-navn": {
10297                 "attribution": {
10298                     "text": "© Trafikverket, CC0"
10299                 },
10300                 "description": "Swedish NVDB street names",
10301                 "name": "Trafikverket Street Names"
10302             },
10303             "trafikverket-vagnat-option": {
10304                 "attribution": {
10305                     "text": "© Trafikverket, CC0"
10306                 },
10307                 "description": "Swedish NVDB road network with several options for map layers",
10308                 "name": "Trafikverket Road Network options"
10309             }
10310         },
10311         "community": {
10312             "Bahia-telegram": {
10313                 "name": "OpenStreetMap Bahia Telegram Group",
10314                 "description": "Join the OpenStreetMap Bahia community on Telegram",
10315                 "extendedDescription": "Join the community to learn more about OpenStreetMap, ask questions or participate in our meetings. Everyone is welcome!"
10316             },
10317             "Bay-Area-OpenStreetMappers": {
10318                 "name": "Bay Area OpenStreetMappers",
10319                 "description": "Improve OpenStreetMap in the Bay Area",
10320                 "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."
10321             },
10322             "Central-Pennsylvania-OSM": {
10323                 "name": "Central Pennsylvania OSM",
10324                 "description": "Online mapping community based out of State College, PA"
10325             },
10326             "Code-for-San-Jose-Slack": {
10327                 "name": "Code for San Jose Slack",
10328                 "description": "All are welcome! Sign up at {signupUrl}, then join the #osm channel."
10329             },
10330             "DF-telegram": {
10331                 "name": "OpenStreetMap Brasília Telegram Group",
10332                 "description": "Join the OpenStreetMap Brasília community on Telegram",
10333                 "extendedDescription": "Join the community to learn more about OpenStreetMap, ask questions or participate in our meetings. Everyone is welcome!"
10334             },
10335             "Dallas-Fort-Worth-OSM": {
10336                 "name": "Dallas-Fort Worth OSM",
10337                 "description": "The OpenStreetMap user group for Dallas-Fort Worth",
10338                 "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."
10339             },
10340             "Galicia-Telegram": {
10341                 "name": "OpenStreetMap Galicia Telegram",
10342                 "description": "OpenStreetMap Telegram for Galicia"
10343             },
10344             "Galicia-Twitter": {
10345                 "name": "OpenStreetMap Galicia Twitter",
10346                 "description": "Follow us on Twitter at {url}"
10347             },
10348             "GeoPhilly": {
10349                 "name": "GeoPhilly",
10350                 "description": "Meetup for map enthusiasts in the Philadelphia area",
10351                 "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!"
10352             },
10353             "LATAM-Facebook": {
10354                 "name": "OpenStreetMap Latam Facebook",
10355                 "description": "OpenStreetMap Latam on Facebook"
10356             },
10357             "LATAM-Telegram": {
10358                 "name": "OpenStreetMap Latam Telegram",
10359                 "description": "OpenStreetMap Telegram for Latin America"
10360             },
10361             "LATAM-Twitter": {
10362                 "name": "OpenStreetMap Latam Twitter",
10363                 "description": "Follow us on Twitter at {url}"
10364             },
10365             "MapMinnesota": {
10366                 "name": "MapMinnesota",
10367                 "description": "Mappers and OpenStreetMap enthusiasts in the Twin Cities area",
10368                 "extendedDescription": "Connecting OpenStreetMap enthusiasts in Minnesota and the Twin Cities!"
10369             },
10370             "Mapping-DC-meetup": {
10371                 "name": "Mapping DC",
10372                 "description": "Improve OpenStreetMap in the DC area",
10373                 "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."
10374             },
10375             "MappingWR": {
10376                 "name": "MappingWR",
10377                 "description": "Making low carbon routes around Waterloo Region easy to find."
10378             },
10379             "Maptime-Bogota": {
10380                 "name": "Maptime Bogotá",
10381                 "description": "We're a group of mappers interested in mapping in OpenStreetMap around Bogotá.",
10382                 "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."
10383             },
10384             "Maptime-ME-meetup": {
10385                 "name": "MaptimeME",
10386                 "description": "Mappers and OpenStreetMap users, around Portland, ME",
10387                 "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."
10388             },
10389             "Maptime-Oceania-Slack": {
10390                 "name": "Maptime Oceania Slack",
10391                 "description": "Sign up at {signupUrl}"
10392             },
10393             "MaptimeHRVA-twitter": {
10394                 "name": "MaptimeHRVA Twitter",
10395                 "description": "Follow us on Twitter at {url}"
10396             },
10397             "Nottingham-OSM-pub-meetup": {
10398                 "name": "East Midlands (Nottingham) Monthly pub meet-up",
10399                 "description": "Social gathering for East Midlands mappers and users",
10400                 "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."
10401             },
10402             "OSM-AR-facebook": {
10403                 "name": "OpenStreetMap Argentina Facebook",
10404                 "description": "Join the OpenStreetMap Argentina community on Facebook",
10405                 "extendedDescription": "News from the local community"
10406             },
10407             "OSM-AR-forum": {
10408                 "name": "OpenStreetMap Argentina web forum",
10409                 "description": "Join the OpenStreetMap Argentina web forum",
10410                 "extendedDescription": "Ideal for long or important discussions. Slow response time."
10411             },
10412             "OSM-AR-irc": {
10413                 "name": "OpenStreetMap Argentina IRC",
10414                 "description": "Join #osm-ar on irc.oftc.net (port 6667)",
10415                 "extendedDescription": "You may find the most geeky user in the community."
10416             },
10417             "OSM-AR-mailinglist": {
10418                 "name": "Talk-ar Mailing List",
10419                 "description": "Historic mailing list. Almost unused today."
10420             },
10421             "OSM-AR-telegram": {
10422                 "name": "OpenStreetMap Argentina Telegram",
10423                 "description": "Join the OpenStreetMap Argentina community on Telegram",
10424                 "extendedDescription": "The most active channel in the community, ideal for chatting and getting answers to your questions instantly. Everyone is welcome!"
10425             },
10426             "OSM-AR-twitter": {
10427                 "name": "OpenStreetMap Argentina Twitter",
10428                 "description": "Follow us on Twitter at {url}",
10429                 "extendedDescription": "News from the local community and OpenStreetMap in general."
10430             },
10431             "OSM-Asia-mailinglist": {
10432                 "name": "OpenStreetMap Asia Mailinglist",
10433                 "description": "Talk-asia is the official Mailinglist for Asian Community"
10434             },
10435             "OSM-BGD-facebook": {
10436                 "name": "OpenStreetMap Bangladesh",
10437                 "description": "Improve OpenStreetMap in Bangladesh",
10438                 "extendedDescription": "Mapping in Bangladesh? Have questions, want to connect with the community here? Join us at {url}. All are welcome!",
10439                 "events": {
10440                     "sotmasia2019": {
10441                         "name": "State of the Map Asia 2019",
10442                         "description": "Join the 2019 OpenStreetMap region-wide event at State of the Map Asia in Dhaka",
10443                         "where": "Krishibid Institution Bangladesh (KIB), Dhaka, Bangladesh"
10444                     }
10445                 }
10446             },
10447             "OSM-BO-mailinglist": {
10448                 "name": "Talk-bo Mailing List",
10449                 "description": "Talk-bo is the official mailing list for the Bolivian OpenStreetMap community",
10450                 "extendedDescription": "Mapping in Bolivia? Have questions, want to connect with the community here? Join us at {url}. All are welcome!"
10451             },
10452             "OSM-BiH-telegram": {
10453                 "name": "OpenStreetMap BiH Telegram",
10454                 "description": "A Telegram group for the OSM Bosnia and Herzegovina community: {url}"
10455             },
10456             "OSM-Boston": {
10457                 "name": "OpenStreetMap Boston",
10458                 "description": "Mappers and OpenStreetMap users in the Boston area",
10459                 "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!"
10460             },
10461             "OSM-CA-Slack": {
10462                 "name": "OSM-CA Slack",
10463                 "description": "All are welcome! Sign up at {signupUrl}."
10464             },
10465             "OSM-CA-mailinglist": {
10466                 "name": "OSM-CA mailing list",
10467                 "description": "A mailing list to discuss OpenStreetMap in Canada."
10468             },
10469             "OSM-CL-facebook": {
10470                 "name": "OpenStreetMap Chile Facebook",
10471                 "description": "Join the OpenStreetMap Chile community on Facebook",
10472                 "extendedDescription": "Join the community to learn more about OpenStreetMap, ask questions or participate in our meetings. Everyone is welcome!"
10473             },
10474             "OSM-CL-mailinglist": {
10475                 "name": "Talk-cl Mailing List",
10476                 "description": "A mailing list to discuss OpenStreetMap in Chile"
10477             },
10478             "OSM-CL-telegram": {
10479                 "name": "OpenStreetMap Chile Telegram",
10480                 "description": "Join the OpenStreetMap Chile community on Telegram",
10481                 "extendedDescription": "Join the community to learn more about OpenStreetMap, ask questions or participate in our meetings. Everyone is welcome!"
10482             },
10483             "OSM-CL-twitter": {
10484                 "name": "OpenStreetMap Chile Twitter",
10485                 "description": "Follow us on Twitter at {url}"
10486             },
10487             "OSM-CN-telegram": {
10488                 "name": "OpenStreetMap China Telegram",
10489                 "description": "A Telegram group for the OSM Chinese community: {url}"
10490             },
10491             "OSM-CO": {
10492                 "name": "OpenStreetMap Colombia",
10493                 "description": "News of the OpenStreetMap Colombia community and the OSMCo Foundation"
10494             },
10495             "OSM-CO-facebook": {
10496                 "name": "OpenStreetMap Colombia Facebook",
10497                 "description": "Join the OpenStreetMap Colombia community on Facebook",
10498                 "extendedDescription": "Join the community to learn more about OpenStreetMap. Everyone is welcome!"
10499             },
10500             "OSM-CO-mailinglist": {
10501                 "name": "Talk-co Mailing List",
10502                 "description": "A mailing list to discuss OpenStreetMap in Colombia"
10503             },
10504             "OSM-CO-telegram": {
10505                 "name": "OSM Colombia on Telegram",
10506                 "description": "OpenStreetMap Colombia Telegram chat"
10507             },
10508             "OSM-CO-twitter": {
10509                 "name": "OpenStreetMap Colombia Twitter",
10510                 "description": "Follow us on Twitter at {url}"
10511             },
10512             "OSM-CU-telegram": {
10513                 "name": "OSM Cuba on Telegram",
10514                 "description": "OpenStreetMap Cuba Telegram chat"
10515             },
10516             "OSM-CZ-telegram": {
10517                 "name": "OpenStreetMap CZ Telegram",
10518                 "description": "A Telegram group for the OSM Czech community: {url}"
10519             },
10520             "OSM-Central-Salish-Sea": {
10521                 "name": "OpenStreetMap Central Salish Sea",
10522                 "description": "Mappers and OpenStreetMap users around Mount Vernon, WA",
10523                 "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!"
10524             },
10525             "OSM-Chattanooga": {
10526                 "name": "OSM Chattanooga",
10527                 "description": "The OpenStreetMap user group for Chattanooga"
10528             },
10529             "OSM-Colorado": {
10530                 "name": "OpenStreetMap Colorado",
10531                 "description": "Mappers and OpenStreetMap users in the state of Colorado, USA",
10532                 "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."
10533             },
10534             "OSM-Discord": {
10535                 "name": "OpenStreetMap Discord",
10536                 "description": "Get in touch with other mappers via Discord"
10537             },
10538             "OSM-EC-telegram": {
10539                 "name": "OSM Ecuador on Telegram",
10540                 "description": "OpenStreetMap Ecuador Telegram chat"
10541             },
10542             "OSM-ES-mailinglist": {
10543                 "name": "Talk-es mailing list",
10544                 "description": "A mailing list to discuss OpenStreetMap in Spain"
10545             },
10546             "OSM-ES-telegram": {
10547                 "name": "@OSMes on Telegram",
10548                 "description": "OpenStreetMap Spain Telegram chat"
10549             },
10550             "OSM-Facebook": {
10551                 "name": "Facebook上のOpenStreetMap",
10552                 "description": "Like us on Facebook for news and updates about OpenStreetMap."
10553             },
10554             "OSM-IDN-facebook": {
10555                 "name": "OpenStreetMap Indonesia",
10556                 "description": "Improve OpenStreetMap in Indonesia",
10557                 "extendedDescription": "Mapping in Indonesia? Have questions, want to connect with the community here? Join us at {Url}. All are welcome!"
10558             },
10559             "OSM-IRC": {
10560                 "name": "OpenStreetMap IRC",
10561                 "description": "Join #osm on irc.oftc.net (port 6667)"
10562             },
10563             "OSM-India-Puducherry-Facebook": {
10564                 "name": "Free Software Hardware Movement - Facebook",
10565                 "description": "FSHM Facebook page to know about community events, activities",
10566                 "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."
10567             },
10568             "OSM-India-Puducherry-Matrix": {
10569                 "name": "Free Software Hardware Movement - Matrix",
10570                 "description": "FSHM Riot group to discuss, share and update mapping activities, events in and around Puducherry",
10571                 "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."
10572             },
10573             "OSM-India-facebook": {
10574                 "name": "OpenStreetMap India - Participatory neighborhood mapping",
10575                 "description": "Improve OpenStreetMap in India",
10576                 "extendedDescription": "Mapping in India? Have questions, want to connect with the community here? Join us at {url}. All are welcome!"
10577             },
10578             "OSM-Japan-telegram": {
10579                 "name": "OpenStreetMap 日本 Telegram",
10580                 "description": "OSM日本コミュニティ用のTelegramグループ: {url}"
10581             },
10582             "OSM-Kerala-facebook": {
10583                 "name": "OpenStreetMap Kerala - Participatory neighborhood mapping",
10584                 "description": "Improve OpenStreetMap in Kerala",
10585                 "extendedDescription": "Mapping in Kerala ? Have questions, want to connect with the community here? Join us at {url}. All are welcome!"
10586             },
10587             "OSM-Korea-mailinglist": {
10588                 "name": "OpenStreetMap Korea Mailinglist",
10589                 "description": "Talk-ko is an Official Mailinglist for the Communities to dicuss matters about Korea"
10590             },
10591             "OSM-Korea-telegram": {
10592                 "name": "OSM Korea Telegram",
10593                 "description": "Unofficial Group for OpenStreetMap contributors, communities, and users in Korea to share and discuss."
10594             },
10595             "OSM-MMR-facebook": {
10596                 "name": "OpenStreetMap Myanmar",
10597                 "description": "Improve OpenStreetMap in Myanmar",
10598                 "extendedDescription": "Mapping in Myanmar? Have questions, want to connect with the community here? Join us at {Url}. All are welcome!"
10599             },
10600             "OSM-MNG-facebook": {
10601                 "name": "OpenStreetMap Mongolia",
10602                 "description": "Improve OpenStreetMap in Mongolia",
10603                 "extendedDescription": "Mapping in Mongolia? Have questions, want to connect with the community here? Join us at {Url}. All are welcome!"
10604             },
10605             "OSM-MY-facebook": {
10606                 "name": "OpenStreetMap Malaysia on Facebook",
10607                 "description": "For chat about anything related to OpenStreetMap!"
10608             },
10609             "OSM-MY-forum": {
10610                 "name": "OpenStreetMap Malaysia Forum",
10611                 "description": "Official OpenStreetMap Malaysia Forum"
10612             },
10613             "OSM-MY-matrix": {
10614                 "name": "OpenStreetMap Malaysia Riot channel",
10615                 "description": "All mappers are welcome! Sign up at {signupUrl}"
10616             },
10617             "OSM-Nepal-facebook": {
10618                 "name": "OpenStreetMap Nepal",
10619                 "description": "Improve OpenStreetMap in Nepal",
10620                 "extendedDescription": "Mapping in Nepal? Have questions, want to connect with the community here? Join us at {Url}. All are welcome!"
10621             },
10622             "OSM-Ottawa-meetup": {
10623                 "name": "OpenStreetMap Ottawa",
10624                 "description": "Mappers and OpenStreetMap users in the Ottawa area"
10625             },
10626             "OSM-PE": {
10627                 "name": "OpenStreetMap Peru",
10628                 "description": "News and resources for the OpenStreetMap Peru community"
10629             },
10630             "OSM-PE-facebook": {
10631                 "name": "OpenStreetMap Peru Facebook",
10632                 "description": "Join the OpenStreetMap Peru community on Facebook"
10633             },
10634             "OSM-PE-mailinglist": {
10635                 "name": "Talk-pe Mailing List",
10636                 "description": "The official mailing list for the OpenStreetMap Peru community"
10637             },
10638             "OSM-PE-matrix": {
10639                 "name": "OpenStreetMap Peru Matrix Chat",
10640                 "description": "Chat with other members of the OpenStreetMap Peru community in Matrix."
10641             },
10642             "OSM-PE-telegram": {
10643                 "name": "OpenStreetMap Peru Telegram",
10644                 "description": "Join the OpenStreetMap Peru community on Telegram"
10645             },
10646             "OSM-PE-twitter": {
10647                 "name": "OpenStreetMap Peru Twitter",
10648                 "description": "Follow us on Twitter at {url}"
10649             },
10650             "OSM-PH-facebook": {
10651                 "name": "OpenStreetMap PH Facebook",
10652                 "description": "Welcome to OpenStreetMap Philippines, where we encourage all fellow Filipinos to contribute to the OpenStreetMap project."
10653             },
10654             "OSM-PH-mailinglist": {
10655                 "name": "Talk-ph Mailing List",
10656                 "description": "A mailing list to discuss OpenStreetMap in the Philippines"
10657             },
10658             "OSM-PH-slack": {
10659                 "name": "OpenStreetMap PH Slack",
10660                 "description": "All are welcome! Sign up at {signupUrl}"
10661             },
10662             "OSM-PH-telegram": {
10663                 "name": "OpenStreetMap PH Telegram",
10664                 "description": "Un-official, Telegram local community of OpenStreetMap contributors and friends in the Philippines"
10665             },
10666             "OSM-PL-facebook-group": {
10667                 "name": "OpenStreetMap Poland Facebook group",
10668                 "description": "Group for mappers and users of OpenStreetMap in Poland"
10669             },
10670             "OSM-PL-forum": {
10671                 "name": "OpenStreetMap Poland Forum",
10672                 "description": "Forum of Polish OpenStreetMap community"
10673             },
10674             "OSM-PY-telegram": {
10675                 "name": "OSM Paraguay on Telegram",
10676                 "description": "OpenStreetMap Paraguay Telegram chat"
10677             },
10678             "OSM-Portland": {
10679                 "name": "OpenStreetMap Portland",
10680                 "description": "Mappers and OpenStreetMap users in the Portland area",
10681                 "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!"
10682             },
10683             "OSM-Portland-forum": {
10684                 "name": "OpenStreetMap PDX Google Group",
10685                 "description": "Forum and mailing list for OpenStreetMap users in the Portland area",
10686                 "extendedDescription": "This group is to facilitate improvements to OpenStreetMap in the Portland, Oregon area to support applications such as the Open Trip Planner."
10687             },
10688             "OSM-Puducherry-Mailing-List": {
10689                 "name": "Free Software Hardware Movement - Mailing List",
10690                 "description": "FSHM Puducherry mailing list to discuss mapping in Puducherry and other things.",
10691                 "extendedDescription": "FSHM organizes events relating to free software/hardware, technology, activism and OpenStreetMap."
10692             },
10693             "OSM-RU-forum": {
10694                 "name": "OpenStreetMap RU forum",
10695                 "description": "OpenStreetMap Russia web forum"
10696             },
10697             "OSM-RU-telegram": {
10698                 "name": "OpenStreetMap RU telegram",
10699                 "description": "OpenStreetMap Russia telegram chat"
10700             },
10701             "OSM-Reddit": {
10702                 "name": "Reddit上のOpenStreetMap",
10703                 "description": "/r/openstreetmap/ is a great place to learn more about OpenStreetMap.  Ask us anything!"
10704             },
10705             "OSM-Rome-meetup": {
10706                 "name": "Incontro Mappatori Romani",
10707                 "description": "Improve OpenStreetMap in the Rome area",
10708                 "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."
10709             },
10710             "OSM-Seattle": {
10711                 "name": "OpenStreetMap Seattle",
10712                 "description": "Mappers and OpenStreetMap users in the Seattle area"
10713             },
10714             "OSM-SoCal": {
10715                 "name": "OpenStreetMap Southern California",
10716                 "description": "Let's have some fun, contribute something to Los Angeles, and learn about mapping!",
10717                 "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!"
10718             },
10719             "OSM-South-Bay": {
10720                 "name": "OSM South Bay",
10721                 "description": "Map Nights hosted by Code for San Jose",
10722                 "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."
10723             },
10724             "OSM-TH-CNX-meetup": {
10725                 "name": "OSM Meetup Chiang Mai",
10726                 "description": "Irregular meeting of the OpenStreetMap community in Chiang Mai",
10727                 "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"
10728             },
10729             "OSM-TH-facebook": {
10730                 "name": "OpenStreetMap TH Facebook group",
10731                 "description": "Facebook group for OpenStreetMappers in Thailand"
10732             },
10733             "OSM-TH-forum": {
10734                 "name": "OpenStreetMap TH forum",
10735                 "description": "OpenStreetMap Thailand web forum"
10736             },
10737             "OSM-TW-facebook": {
10738                 "name": "OpenStreetMap Taiwan Community",
10739                 "description": "Facebook Group for Mappers and OpenStreetMap users to discuss matters about Taiwan."
10740             },
10741             "OSM-TW-mailinglist": {
10742                 "name": "OpenStreetMap Taiwan Mailinglist",
10743                 "description": "Talk-tw is an Official Mailinglist for the Communities to dicuss matters about Taiwan"
10744             },
10745             "OSM-TW-telegram": {
10746                 "name": "OpenStreetMap Taiwan Telegram",
10747                 "description": "A Telegram group for the OSM Taiwan community: {url}"
10748             },
10749             "OSM-Tampa-Bay": {
10750                 "name": "OpenStreetMap Tampa Bay",
10751                 "description": "Mappers and OpenStreetMap users in the Tampa Bay area",
10752                 "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."
10753             },
10754             "OSM-Telegram": {
10755                 "name": "OpenStreetMap Telegram",
10756                 "description": "Join the OpenStreetMap Telegram global supergroup at {url}"
10757             },
10758             "OSM-Twitter": {
10759                 "name": "OpenStreetMap Twitter",
10760                 "description": "Follow us on Twitter at {url}"
10761             },
10762             "OSM-US": {
10763                 "name": "OpenStreetMap US",
10764                 "description": "We help grow and improve OpenStreetMap in the United States.",
10765                 "extendedDescription": "We support OpenStreetMap by holding annual conferences, providing community resources, building partnerships, and by spreading the word. Join OpenStreetMap US here: {signupUrl}"
10766             },
10767             "OSM-US-Slack": {
10768                 "name": "OpenStreetMap US Slack",
10769                 "description": "All are welcome! Sign up at {signupUrl}"
10770             },
10771             "OSM-Utah": {
10772                 "name": "OpenStreetMap Utah",
10773                 "description": "Mappers and OpenStreetMap users in the Salt Lake City area",
10774                 "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!"
10775             },
10776             "OSM-Vancouver-meetup": {
10777                 "name": "OpenStreetMap Vancouver",
10778                 "description": "Mappers and OpenStreetMap users in the Vancouver, BC area"
10779             },
10780             "OSM-Wyoming": {
10781                 "name": "OpenStreetMap Wyoming",
10782                 "description": "Mappers and OpenStreetMap users in the state of Wyoming",
10783                 "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."
10784             },
10785             "OSM-br-discord": {
10786                 "name": "OpenStreetMap Brasil Discord",
10787                 "description": "Join the OpenStreetMap Brasil community on Discord"
10788             },
10789             "OSM-br-mailinglist": {
10790                 "name": "Talk-br Mailing List",
10791                 "description": "A mailing list to discuss OpenStreetMap in Brazil"
10792             },
10793             "OSM-br-telegram": {
10794                 "name": "OpenStreetMap Brasil Telegram",
10795                 "description": "Join the OpenStreetMap Brasil community on Telegram",
10796                 "extendedDescription": "Join the community to learn more about OpenStreetMap, ask questions or participate in our meetings. Everyone is welcome!"
10797             },
10798             "OSM-br-twitter": {
10799                 "name": "OpenStreetMap Brasil Twitter",
10800                 "description": "Follow us on Twitter at {url}"
10801             },
10802             "OSM-help": {
10803                 "name": "OpenStreetMap ヘルプ",
10804                 "description": "OSMのコミュニティが運営しているQAサイトで質問して答えをもらいましょう。",
10805                 "extendedDescription": "{url} はOpenStreetMapについて知りたいことがある人みんなのためのものです。初心者マッパーでも技術的な質問でも、ぜひどうぞ。"
10806             },
10807             "OSM-india-mailinglist": {
10808                 "name": "OpenStreetMap India Mailinglist",
10809                 "description": "Talk-in is the official Mailinglist for Indian Community"
10810             },
10811             "OSM-india-twitter": {
10812                 "name": "OpenStreetMap India Twitter",
10813                 "description": "We are just a tweet away: {url}"
10814             },
10815             "OSM-japan-facebook": {
10816                 "name": "OpenStreetMap 日本コミュニティ",
10817                 "description": "日本のマッパーとOpenStreetMap ユーザー"
10818             },
10819             "OSM-japan-mailinglist": {
10820                 "name": "OpenStreetMap 日本メーリングリスト",
10821                 "description": "Talk-ja は日本コミュニティ向けの公式メーリングリストです"
10822             },
10823             "OSM-japan-twitter": {
10824                 "name": "OpenStreetMap 日本のTwitter",
10825                 "description": "Twitterでのハッシュタグ: {url}"
10826             },
10827             "OSM-japan-website": {
10828                 "name": "OpenStreetMap 日本",
10829                 "description": "日本のマッパーとOpenStreetMap ユーザー"
10830             },
10831             "OSM-sri-lanka-facebook": {
10832                 "name": "OpenStreetMap Sri Lanka",
10833                 "description": "Improve OpenStreetMap in Sri Lanka",
10834                 "extendedDescription": "Mapping in Sri Lanka? Have questions, want to connect with the community here? Join us at {Url}. All are welcome!"
10835             },
10836             "OSMF": {
10837                 "name": "OpenStreetMap ファウンデーション",
10838                 "description": "OSMF は英国に拠点を置くOpenStreetMapプロジェクトをサポートする非営利組織です",
10839                 "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}"
10840             },
10841             "OpenCleveland-meetup": {
10842                 "name": "Open Cleveland",
10843                 "description": "Improve OpenStreetMap in the Cleveland area",
10844                 "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 =)"
10845             },
10846             "PHXGeo-meetup": {
10847                 "name": "PHXGeo Meetup",
10848                 "description": "Mappers and OpenStreetMap users in the Phoenix, AZ area",
10849                 "extendedDescription": "This is a meetup group for those in the Phoenix area who like maps, GIS, OpenStreetMap, cartography and anything in between."
10850             },
10851             "PHXGeo-twitter": {
10852                 "name": "PHXGeo Twitter",
10853                 "description": "Follow us on Twitter at {url}"
10854             },
10855             "RS-telegram": {
10856                 "name": "OpenStreetMap Rio Grande do Sul Telegram Group",
10857                 "description": "Join the OpenStreetMap Rio Grande do Sul community on Telegram",
10858                 "extendedDescription": "Join the community to learn more about OpenStreetMap, ask questions or participate in our meetings. Everyone is welcome!"
10859             },
10860             "South-Tyrol-Mailing-List": {
10861                 "name": "OpenStreetMap mailing list for South Tyrol",
10862                 "description": "OpenStreetMap Italy regional talk list for South Tyrol"
10863             },
10864             "Trentino-Mailing-List": {
10865                 "name": "OpenStreetMap mailing list for Trentino",
10866                 "description": "OpenStreetMap Italy regional talk list for Trentino"
10867             },
10868             "Western-Slope-facebook": {
10869                 "name": "Western Slope OSM Facebook",
10870                 "description": "Mappers and OpenStreetMap users around Grand Junction, CO"
10871             },
10872             "Western-Slope-meetup": {
10873                 "name": "Western Slope OSM Meetup",
10874                 "description": "Mappers and OpenStreetMap users around Grand Junction, CO",
10875                 "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!"
10876             },
10877             "al-forum": {
10878                 "name": "OSM Albania Forum",
10879                 "description": "OpenStreetMap Albania Forum"
10880             },
10881             "al-maptime-tirana": {
10882                 "name": "Maptime Tirana",
10883                 "description": "Social events organized around mapping - beginners most welcome!",
10884                 "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."
10885             },
10886             "al-telegram": {
10887                 "name": "OSM Albania Telegram channel",
10888                 "description": "OpenStreetMap Albania Telegram channel"
10889             },
10890             "al-twitter": {
10891                 "name": "OpenStreetMap Albania Twitter",
10892                 "description": "Follow us on Twitter at {url}"
10893             },
10894             "at-forum": {
10895                 "name": "OpenStreetMap Austria Forum",
10896                 "description": "The official forum for OpenStreetMap questions in and around Austria"
10897             },
10898             "at-mailinglist": {
10899                 "name": "Talk-at Mailing List",
10900                 "description": "Talk-at is the official mailing list for the Austrian OSM community"
10901             },
10902             "at-twitter": {
10903                 "name": "OpenStreetMap Austria Twitter",
10904                 "description": "OpenStreetMap Austria On Twitter: {url}"
10905             },
10906             "be-chapter": {
10907                 "name": "OpenStreetMap Belgium Local Chapter",
10908                 "description": "We help grow and improve OpenStreetMap in Belgium.",
10909                 "extendedDescription": "If you want to help to improve and grow the mapping community in Belgium, to make even more people crazy about mapping, OpenStreetMap Belgium is the right place for you!"
10910             },
10911             "be-facebook": {
10912                 "name": "OpenStreetMap BE Facebook Community",
10913                 "description": "Mappers and OpenStreetMap on Facebook in Belgium"
10914             },
10915             "be-forum": {
10916                 "name": "OpenStreetMap BE forum",
10917                 "description": "OpenStreetMap Belgium web forum"
10918             },
10919             "be-irc": {
10920                 "name": "OpenStreetMap Belgium IRC",
10921                 "description": "Join #osmbe on irc.oftc.net (port 6667)",
10922                 "extendedDescription": "Join #osmbe on irc.oftc.net (port 6667), it is bridged with the Matrix chat channel"
10923             },
10924             "be-mailinglist": {
10925                 "name": "Talk-be Mailing List",
10926                 "description": "Talk-be is the official mailing list for the Belgian OSM community"
10927             },
10928             "be-matrix": {
10929                 "name": "OpenStreetMap BE Matrix channel",
10930                 "description": "All mappers are welcome!",
10931                 "extendedDescription": "Most talk is happening at the \"OpenStreetMap Belgium\" channel. You can ask anything there! The other rooms are for specific subjects."
10932             },
10933             "be-meetup": {
10934                 "name": "OpenStreetMap Belgium Meetup",
10935                 "description": "Real life meetups of everyone who is interested in OpenStreetMap",
10936                 "extendedDescription": "Physical meetups are great to meet other mappers, ask them questions and to learn a lot. Especially new contributors are very welcome!"
10937             },
10938             "be-twitter": {
10939                 "name": "OpenStreetMap Belgium Twitter",
10940                 "description": "OSM Belgium on Twitter: @osm_be"
10941             },
10942             "bg-forum": {
10943                 "name": "OpenStreetMap Bulgaria Forum",
10944                 "description": "Forum of OpenStreetMap community in Bulgaria"
10945             },
10946             "bg-wiki": {
10947                 "name": "OpenStreetMap Wikiproject Bulgaria",
10948                 "description": "Wikiproject page for Bulgaria"
10949             },
10950             "bw-facebook": {
10951                 "name": "Mapping Botswana on Facebook",
10952                 "description": "Page of OpenStreetMap in Botswana"
10953             },
10954             "bw-twitter": {
10955                 "name": "Mapping Botswana on Twitter",
10956                 "description": "Twitter of OpenStreetMap in Botswana"
10957             },
10958             "byosm": {
10959                 "name": "OpenStreetMap Belarus",
10960                 "description": "OpenStreetMap Belarus telegram chat"
10961             },
10962             "cape-coast-youthmappers": {
10963                 "name": "University of Cape Coast YouthMappers",
10964                 "description": "Follow us on Twitter: {url}",
10965                 "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."
10966             },
10967             "ch-irc": {
10968                 "name": "OpenStreetMap Switzerland IRC",
10969                 "description": "Join #osm-ch on irc.oftc.net (port 6667)"
10970             },
10971             "ch-mailinglist": {
10972                 "name": "Openstreetmap Schweiz/Suisse/Svizzera/Svizra Mailing List",
10973                 "description": "Mailing list for Switzerland"
10974             },
10975             "ch-twitter": {
10976                 "name": "OpenStreetMap Switzerland Twitter",
10977                 "description": "Follow us on Twitter: {url}"
10978             },
10979             "czech-community": {
10980                 "name": "Czech OSM community",
10981                 "description": "Map portal, website and contacts on OSM members in Czechia"
10982             },
10983             "de-berlin-mailinglist": {
10984                 "name": "Berlin Mailing List",
10985                 "description": "This is the mailing list for the Berlin OSM community"
10986             },
10987             "de-berlin-meetup": {
10988                 "name": "OpenStreetMap Berlin-Brandenburg Meetup",
10989                 "description": "Mappers and OpenStreetMap users in the Berlin area"
10990             },
10991             "de-berlin-telegram": {
10992                 "name": "@osmberlin on Telegram",
10993                 "description": "OpenStreetMap Berlin Telegram chat"
10994             },
10995             "de-berlin-twitter": {
10996                 "name": "OpenStreetMap Berlin Twitter",
10997                 "description": "Follow us on Twitter: {url}"
10998             },
10999             "de-forum": {
11000                 "name": "OpenStreetMap DE forum",
11001                 "description": "OpenStreetMap Germany web forum"
11002             },
11003             "de-hamburg-telegram": {
11004                 "name": "OSM Hamburg on Telegram",
11005                 "description": "OpenStreetMap Hamburg Telegram chat: {url}"
11006             },
11007             "de-irc": {
11008                 "name": "OpenStreetMap Germany IRC",
11009                 "description": "Join #osm-de on irc.oftc.net (port 6667)"
11010             },
11011             "de-mailinglist": {
11012                 "name": "Talk-de Mailing List",
11013                 "description": "Talk-de is the official mailing list for the German OSM community"
11014             },
11015             "de-matrix": {
11016                 "name": "OpenStreetMap Germany Matrix",
11017                 "description": "Join #osm-de:matrix.org at https://riot.im/app/#/room/%23osm-de:matrix.org"
11018             },
11019             "de-ostwestfalen-lippe-mailinglist": {
11020                 "name": "OWL Mailing List",
11021                 "description": "This is the mailing list for the Ostwestfalen-Lippe OSM community"
11022             },
11023             "de-telegram": {
11024                 "name": "OpenStreetMap Germany Telegram",
11025                 "description": "Join the OpenStreetMap Germany Telegram supergroup at {url}"
11026             },
11027             "dk-forum": {
11028                 "name": "OpenStreetMap Denmark Web Forum",
11029                 "description": "OpenStreetMap Denmark web forum"
11030             },
11031             "dk-irc": {
11032                 "name": "OpenStreetMap Denmark IRC",
11033                 "description": "Join #osm-dk on irc.oftc.net (port 6667)"
11034             },
11035             "dk-mailinglist": {
11036                 "name": "Talk-dk Mailing List",
11037                 "description": "A mailing list to discuss OpenStreetMap in Denmark"
11038             },
11039             "es-twitter": {
11040                 "name": "OpenStreetMap España Twitter",
11041                 "description": "Follow us on Twitter at {url}"
11042             },
11043             "fi-forum": {
11044                 "name": "OpenStreetMap FI forum",
11045                 "description": "OpenStreetMap Finland web forum"
11046             },
11047             "fi-irc": {
11048                 "name": "OpenStreetMap Finland IRC",
11049                 "description": "Join #osm-fi on irc.oftc.net (port 6667)"
11050             },
11051             "fi-mailinglist": {
11052                 "name": "Talk-fi Mailing List",
11053                 "description": "Talk-fi is the official mailing list for the Finnish OSM community"
11054             },
11055             "fr-chapter": {
11056                 "name": "OpenStreetMap France Local Chapter",
11057                 "description": "We help grow and improve OpenStreetMap in France."
11058             },
11059             "fr-facebook": {
11060                 "name": "OpenStreetMap France Facebook page",
11061                 "description": "OpenStreetMap France Facebook page"
11062             },
11063             "fr-forum": {
11064                 "name": "OpenStreetMap France web forum",
11065                 "description": "OpenStreetMap France web forum"
11066             },
11067             "fr-irc": {
11068                 "name": "OpenStreetMap France on IRC",
11069                 "description": "Join #osm-fr on irc.oftc.net (port 6667)"
11070             },
11071             "fr-mailinglist": {
11072                 "name": "Talk-fr Mailing List",
11073                 "description": "Talk-fr mailing list"
11074             },
11075             "fr-telegram": {
11076                 "name": "OpenStreetMap France on Telegram",
11077                 "description": "A Telegram group for the OSM France community: {url}"
11078             },
11079             "fr-twitter": {
11080                 "name": "OpenStreetMap France on Twitter",
11081                 "description": "OpenStreetMap France on Twitter: {url}"
11082             },
11083             "galicia-wiki": {
11084                 "name": "OpenStreetMap Wikiproject Galicia",
11085                 "description": "Everything you need to know about mapping in Galicia: {url}"
11086             },
11087             "gb-irc": {
11088                 "name": "OpenStreetMap United Kingdom IRC",
11089                 "description": "Join #osm-gb on irc.oftc.net (port 6667)",
11090                 "extendedDescription": "Join #osm-gb on irc.oftc.net (port 6667), please be patient and wait for a few minutes if you ask a question"
11091             },
11092             "gb-mailinglist": {
11093                 "name": "Talk-gb Mailing List",
11094                 "description": "Talk-gb is the main communication forum list for the UK (including Northern Ireland) OSM community"
11095             },
11096             "geogeeks_perth_meetup": {
11097                 "name": "GeoGeeks Perth Meetup",
11098                 "description": "Perth-based meetup group for people interested in mapping, geospatial data, and open source. We'll be working on anything that involves a sense of place."
11099             },
11100             "hr-facebook": {
11101                 "name": "OpenStreetMap Croatia Facebook group",
11102                 "description": "OpenStreetMap Croatia Facebook group"
11103             },
11104             "hr-irc": {
11105                 "name": "OpenStreetMap Croatia on IRC",
11106                 "description": "Join #osm-hr on irc.freenode.org (port 6667)"
11107             },
11108             "hr-mailinglist": {
11109                 "name": "Talk-hr Mailing List",
11110                 "description": "Talk-hr mailing list"
11111             },
11112             "hu-facebook": {
11113                 "name": "OpenStreetMap HU on Facebook",
11114                 "description": "Mappers and OpenStreetMap Facebook in Hungary"
11115             },
11116             "hu-forum": {
11117                 "name": "OpenStreetMap HU forum",
11118                 "description": "OpenStreetMap Hungary web forum"
11119             },
11120             "hu-matrix": {
11121                 "name": "OpenStreetMap HU matrix room",
11122                 "description": "OpenStreetMap Hungary matrix chat",
11123                 "extendedDescription": "OpenStreetMap chat on map topics. One of the OSM community support forums."
11124             },
11125             "hu-meetup": {
11126                 "name": "OpenStreetMap Hungary Meetup",
11127                 "description": "The platform for organizing meetups in Hungary"
11128             },
11129             "il-telegram": {
11130                 "name": "OSM Israel on Telegram",
11131                 "description": "A Telegram group for the OpenStreetMap community in Israel: {url}"
11132             },
11133             "ireland-chapter": {
11134                 "name": "OpenStreetMap Ireland Local Chapter",
11135                 "description": "We help grow and improve OpenStreetMap in Ireland.",
11136                 "extendedDescription": "OpenStreetMap Ireland provides an advocate voice for the OpenStreetMap project on the island of Ireland, in addition to interacting with other open initiatives."
11137             },
11138             "ireland-facebook": {
11139                 "name": "OpenStreetMap Ireland Facebook group",
11140                 "description": "OpenStreetMap Ireland Facebook page"
11141             },
11142             "ireland-irc": {
11143                 "name": "OpenStreetMap Ireland IRC",
11144                 "description": "Join #osm-ie on irc.oftc.net (port 6667)",
11145                 "extendedDescription": "Join #osm-ie on irc.oftc.net (port 6667), please be patient and wait for a few minutes if you ask a question"
11146             },
11147             "ireland-mailinglist": {
11148                 "name": "Talk-ie Mailing List",
11149                 "description": "Talk-ie is the mailing list for the Irish OSM community"
11150             },
11151             "ireland-telegram": {
11152                 "name": "OSM Ireland on Telegram",
11153                 "description": "OpenStreetMap Ireland Telegram chat"
11154             },
11155             "ireland-twitter": {
11156                 "name": "OpenStreetMap IE on Twitter",
11157                 "description": "OpenStreetMap IE on Twitter: {url}"
11158             },
11159             "is-chapter": {
11160                 "name": "OpenStreetMap Iceland Local Chapter",
11161                 "description": "We help grow and improve OpenStreetMap in Iceland."
11162             },
11163             "is-facebook": {
11164                 "name": "OSM Iceland on Facebook",
11165                 "description": "Page of OpenStreetMap in Iceland"
11166             },
11167             "is-mailinglist": {
11168                 "name": "Talk-is Mailing List",
11169                 "description": "Talk-is is the official mailing list for the Icelandic OSM community"
11170             },
11171             "is-twitter": {
11172                 "name": "OSM Iceland on Twitter",
11173                 "description": "Twitter of OpenStreetMap in Iceland"
11174             },
11175             "it-chapter": {
11176                 "name": "OpenStreetMap Italy Local Chapter",
11177                 "description": "We help grow and improve OpenStreetMap in Italy."
11178             },
11179             "it-facebook": {
11180                 "name": "OpenStreetMap Italy Facebook",
11181                 "description": "Join the OpenStreetMap Italy community on Facebook"
11182             },
11183             "it-irc": {
11184                 "name": "OpenStreetMap Italy IRC",
11185                 "description": "Join #osm-it on irc.oftc.net (port 6667)"
11186             },
11187             "it-mailinglist": {
11188                 "name": "Talk-it Mailing List",
11189                 "description": "Talk-it is the official mailing list for the Italian OSM community"
11190             },
11191             "it-telegram": {
11192                 "name": "@OpenStreetMapItalia on Telegram",
11193                 "description": "OpenStreetMap Italy Telegram chat"
11194             },
11195             "it-twitter": {
11196                 "name": "OpenStreetMap Italy Twitter",
11197                 "description": "Follow us on Twitter at {url}"
11198             },
11199             "kosovo-matrix": {
11200                 "name": "OpenStreetMap Kosovo on Matrix (bridged with the one in Telegram)",
11201                 "description": "Semi-official all-Kosovo public group. We welcome all mappers from anywhere in any language."
11202             },
11203             "kosovo-telegram": {
11204                 "name": "OpenStreetMap Kosovo on Telegram",
11205                 "description": "Semi-official all-Kosovo Telegram public group. We welcome all mappers from anywhere in any language."
11206             },
11207             "lu-mailinglist": {
11208                 "name": "Talk-lu Mailing List",
11209                 "description": "Official mailing list for the Luxembourgish OSM community"
11210             },
11211             "mailinglist-sk-googlegroups": {
11212                 "name": "Slovak mailing list on google groups",
11213                 "description": "Official mailing list for Slovak community"
11214             },
11215             "map-kibera": {
11216                 "name": "Map Kibera Trust",
11217                 "description": "Map Kibera is a registered organization working in Kenya",
11218                 "extendedDescription": "Map Kibera Trust’s mission is to increase influence and representation of marginalized communities through the creative use of digital tools for action."
11219             },
11220             "mappa-mercia-group": {
11221                 "name": "Mappa Mercia local group",
11222                 "description": "A home for OpenStreetMap enthusiasts in the Midlands",
11223                 "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."
11224             },
11225             "ni-facebook": {
11226                 "name": "OpenStreetMap NI Community",
11227                 "description": "Mappers and OpenStreetMap on Facebook in Nicaragua"
11228             },
11229             "ni-mailinglist": {
11230                 "name": "Talk-ni Mailing List",
11231                 "description": "Talk-ni is the official mailing list for the Nicaraguan OSM community"
11232             },
11233             "ni-telegram": {
11234                 "name": "OSM Nicaragua on Telegram",
11235                 "description": "OpenStreetMap Nicaragua Telegram chat"
11236             },
11237             "ni-twitter": {
11238                 "name": "OpenStreetMap Nicaragua Twitter",
11239                 "description": "OSM Nicaragua on Twitter: @osm_ni"
11240             },
11241             "nl-forum": {
11242                 "name": "Netherlands OpenStreetMap forum",
11243                 "description": "OpenStreetMap Netherlands web forum"
11244             },
11245             "nl-telegram": {
11246                 "name": "Netherlands OpenStreetMap Telegram",
11247                 "description": "A Telegram group for the OSM Netherlands community: {url}"
11248             },
11249             "no-forum": {
11250                 "name": "OpenStreetMap Norway Web Forum",
11251                 "description": "OpenStreetMap Norway web forum"
11252             },
11253             "no-irc": {
11254                 "name": "OpenStreetMap Norway on IRC",
11255                 "description": "Chat room for mappers and OpenStreetMap users, developers and enthusiasts in Norway"
11256             },
11257             "no-mailinglist": {
11258                 "name": "OpenStreetMap Norway mailing list",
11259                 "description": "Mailing list for mappers and OpenStreetMap users, developers and enthusiasts in Norway"
11260             },
11261             "no-telegram": {
11262                 "name": "@OSM_no on Telegram",
11263                 "description": "OpenStreetMap Norway Telegram chat"
11264             },
11265             "osm-afghanistan-facebook": {
11266                 "name": "OpenStreetMap Afghanistan",
11267                 "description": "Improve OpenStreetMap in Afghanistan"
11268             },
11269             "osm-africa-telegram": {
11270                 "name": "OpenStreetMap Africa Telegram",
11271                 "description": "OpenStreetMap Telegram for Africa"
11272             },
11273             "osm-asia-telegram": {
11274                 "name": "OpenStreetMap Asia Telegram",
11275                 "description": "Join our family: {url}"
11276             },
11277             "osm-at": {
11278                 "name": "OpenStreetMap Austria",
11279                 "description": "The platform for information on OpenStreetMap in Austria"
11280             },
11281             "osm-ch": {
11282                 "name": "OpenStreetMap Switzerland",
11283                 "description": "The platform for information on OpenStreetMap in Switzerland"
11284             },
11285             "osm-de": {
11286                 "name": "OpenStreetMap Germany",
11287                 "description": "The platform for information on OpenStreetMap in Germany"
11288             },
11289             "osm-gh-facebook": {
11290                 "name": "OpenStreetMap Ghana on Facebook",
11291                 "description": "Facebook group for people interested in OpenStreetMap.",
11292                 "extendedDescription": "Mappers in Ghana community, promoting OpenStreetMap and Humanitarian OpenStreetMap Team (HOT) projects in Ghana. Join us."
11293             },
11294             "osm-gh-telegram": {
11295                 "name": "OpenStreetMap Ghana Telegram",
11296                 "description": "OpenStreetMap Ghana community on Telegram"
11297             },
11298             "osm-gh-twitter": {
11299                 "name": "OpenStreetMap Ghana on Twitter",
11300                 "description": "Follow us on Twitter: {url}"
11301             },
11302             "osm-india-forum": {
11303                 "name": "OpenStreetMap India forum",
11304                 "description": "OpenStreetMap India web forum"
11305             },
11306             "osm-india-github": {
11307                 "name": "OpenStreetMap India GitHub",
11308                 "description": "Code with us: {url}"
11309             },
11310             "osm-india-telegram": {
11311                 "name": "OpenStreetMap India Telegram",
11312                 "description": "Join our family: {url}"
11313             },
11314             "osm-india-website": {
11315                 "name": "OpenStreetMap India",
11316                 "description": "Mappers and OpenStreetMap users in India"
11317             },
11318             "osm-india-wiki": {
11319                 "name": "OpenStreetMap Wikiproject India",
11320                 "description": "Everything you need to know about mapping in India: {url}"
11321             },
11322             "osm-india-youtube": {
11323                 "name": "OpenStreetMap India Youtube",
11324                 "description": "Subscribe to our channel: {url}"
11325             },
11326             "osm-iran-aparat": {
11327                 "name": "OpenStreetMap Iran Aparat",
11328                 "description": "Subscribe to our channel at {url}",
11329                 "extendedDescription": "A good resource of videos about anything related to OpenStreetMap. Mainly in Persian."
11330             },
11331             "osm-iran-forum": {
11332                 "name": "OpenStreetMap Iran web forum",
11333                 "description": "OpenStreetMap Iran web forum",
11334                 "extendedDescription": "A web forum for OpenStreetMap users in Iran. Feel free to ask questions and discuss with others!"
11335             },
11336             "osm-iran-telegram": {
11337                 "name": "OpenStreetMap Iran Telegram",
11338                 "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."
11339             },
11340             "osm-kenya": {
11341                 "name": "OSM Kenya",
11342                 "description": "OSM Kenya is a community of OSM contributors and users",
11343                 "extendedDescription": "OSM is a local community for individuals interested in OpenStreetMap including organizations, developers, and YouthMappers chapters in the country."
11344             },
11345             "osm-kerala-telegram": {
11346                 "name": "OpenStreetMap Kerala Telegram",
11347                 "description": "We map Kerala together. Join our telegram group. {url}"
11348             },
11349             "osm-kerala-wiki": {
11350                 "name": "OpenStreetMap Kerala",
11351                 "description": "Want to know more about Kerala Mapping: {url}"
11352             },
11353             "osm-latam": {
11354                 "name": "OpenStreetMap Latam",
11355                 "description": "Supporting OpenStreetMap in Latin America"
11356             },
11357             "osm-mg-facebook": {
11358                 "name": "OpenStreetMap Madagascar Facebook Group",
11359                 "description": "Malagasy Facebook group for people interested in OpenStreetMap."
11360             },
11361             "osm-ni": {
11362                 "name": "MapaNica.net",
11363                 "description": "Provide OSM services and information for the local community in Nicaragua"
11364             },
11365             "osm-se": {
11366                 "name": "OpenStreetMap.se",
11367                 "description": "Provide OSM services and information for the local community in Sweden"
11368             },
11369             "osmcz-facebook": {
11370                 "name": "OpenStreetMap CZ on Facebook",
11371                 "description": "Follow Czech community on Facebook - including translated WeeklyOSM!"
11372             },
11373             "osmcz-twitter": {
11374                 "name": "Czech twitter @osmcz",
11375                 "description": "Follow czech community on Twitter - including translated WeeklyOSM!"
11376             },
11377             "osmgraz-meetup": {
11378                 "name": "OSM community meetup Graz",
11379                 "description": "Monthly meetup of the OpenStreetMap community in Graz"
11380             },
11381             "osmgraz-twitter": {
11382                 "name": "OSM community Graz on twitter",
11383                 "description": "OpenStreetMap community in Graz on twitter"
11384             },
11385             "pt-mailinglist": {
11386                 "name": "Talk-pt Mailing List",
11387                 "description": "Talk-pt is the official mailing list for the Portuguese OSM community"
11388             },
11389             "pt-telegram": {
11390                 "name": "OpenStreetMap Portugal on Telegram",
11391                 "description": "Telegram Group of the Portuguese OpenStreetMap community {url}"
11392             },
11393             "sa-telegram": {
11394                 "name": "OSM Saudi Arabia on Telegram",
11395                 "description": "A Telegram group for the OpenStreetMap community in Saudi Arabia: {url}"
11396             },
11397             "scotland-twitter": {
11398                 "name": "OpenStreetMap Alba on Twitter",
11399                 "description": "OpenStreetMap Alba on Twitter: {url}"
11400             },
11401             "se-facebook": {
11402                 "name": "OpenStreetMap Sweden Facebook",
11403                 "description": "OpenStreetMap Sweden on Facebook"
11404             },
11405             "se-forum": {
11406                 "name": "OpenStreetMap Sweden Web Forum",
11407                 "description": "OpenStreetMap Sweden web forum"
11408             },
11409             "se-irc": {
11410                 "name": "OpenStreetMap Sweden IRC",
11411                 "description": "Join #osm.se on irc.oftc.net (port 6667)"
11412             },
11413             "se-mailinglist": {
11414                 "name": "Talk-se Mailing List",
11415                 "description": "A mailing list to discuss OpenStreetMap in Sweden"
11416             },
11417             "se-twitter": {
11418                 "name": "OpenStreetMap Sweden on Twitter",
11419                 "description": "Follow us on Twitter: {url}"
11420             },
11421             "si-forum": {
11422                 "name": "OpenStreetMap Slovenia Forum",
11423                 "description": "Forum of OpenStreetMap community in Slovenia"
11424             },
11425             "si-mailinglist": {
11426                 "name": "OpenStreetMap Slovenia mailing list",
11427                 "description": "Mailing list of OpenStreetMap community in Slovenia"
11428             },
11429             "si-twitter": {
11430                 "name": "OpenStreetMap Slovenia Twitter",
11431                 "description": "Follow OpenStreetMap Slovenia On Twitter: {url}"
11432             },
11433             "sk-facebook": {
11434                 "name": "Freemap.sk Slovakia community Facebook page",
11435                 "description": "Freemap.sk Slovakia community Facebook page"
11436             },
11437             "sk-freemap": {
11438                 "name": "OpenStreetMap Website Freemap Slovakia",
11439                 "description": "OpenStreetMap map website with tools in Slovakia and surrounding regions"
11440             },
11441             "sk-freemap-wiki": {
11442                 "name": "OpenStreetMap Freemap Slovakia Wiki",
11443                 "description": "OpenStreetMap wiki for Slovak mappers and community"
11444             },
11445             "sk-twitter": {
11446                 "name": "OpenStreetMap Freemap Slovensko on Twitter",
11447                 "description": "OpenStreetMap Freemap Slovensko on Twitter: {url}"
11448             },
11449             "talk-au": {
11450                 "name": "Talk-au Mailing List",
11451                 "description": "Place for Aussie mappers to chat"
11452             },
11453             "talk-cz-mailinglist": {
11454                 "name": "Czech mailing list (talk-cz)",
11455                 "description": "Talk-cz is the official mailing list for Czech community"
11456             },
11457             "talk-gh": {
11458                 "name": "Talk-gh Mailing List",
11459                 "description": "Talk-gh is the official mailing list for Ghana OSM community."
11460             },
11461             "talk-it-lazio": {
11462                 "name": "OpenStreetMap IT Lazio",
11463                 "description": "All are welcome! Sign up at {signupUrl}",
11464                 "extendedDescription": "Mailinglist for Rome and Lazio area."
11465             },
11466             "talk-mg": {
11467                 "name": "Talk-mg Mailing List",
11468                 "description": "Place for OpenStreetMap contributors, communities and users in Madagascar to share and discuss."
11469             },
11470             "talk-nz": {
11471                 "name": "Talk-nz Mailing List",
11472                 "description": "New Zealand's OSM community talk"
11473             },
11474             "ua-facebook": {
11475                 "name": "OpenStreetMap Ukraine Facebook group",
11476                 "description": "Join the OpenStreetMap Ukraine community on Facebook"
11477             },
11478             "ua-forum": {
11479                 "name": "OpenStreetMap Ukraine Forum",
11480                 "description": "Forum of OpenStreetMap community in Ukraine"
11481             },
11482             "ua-github": {
11483                 "name": "OpenStreetMap Ukraine on GitHub",
11484                 "description": "OpenStreetMap Ukraine GitHub"
11485             },
11486             "ua-osm": {
11487                 "name": "OpenStreetMap Website Ukraine",
11488                 "description": "OpenStreetMap website in Ukraine"
11489             },
11490             "ua-slack": {
11491                 "name": "OpenStreetMap Ukraine Slack",
11492                 "description": "Join the OpenStreetMap Ukraine community on Slack"
11493             },
11494             "ua-telegram": {
11495                 "name": "@osmUA on Telegram",
11496                 "description": "OpenStreetMap Ukraine Telegram chat"
11497             },
11498             "ua-twitter": {
11499                 "name": "OpenStreetMap UA Twitter",
11500                 "description": "OpenStreetMap Ukraine on Twitter: {url}"
11501             },
11502             "uk-localchapter": {
11503                 "name": "OpenStreetMap UK",
11504                 "description": "The official Local Chapter for the UK (including Northern Ireland).",
11505                 "extendedDescription": "We support OpenStreetMap by holding events, providing community resources, building partnerships, and by spreading the word. Join OpenStreetMap UK here: {signupUrl}"
11506             },
11507             "uk-london-twitter": {
11508                 "name": "OpenStreetMap London on Twitter",
11509                 "description": "OpenStreetMap London on Twitter: {url}"
11510             },
11511             "uk-twitter": {
11512                 "name": "OpenStreetMap UK on Twitter",
11513                 "description": "OpenStreetMap UK on Twitter: {url}"
11514             },
11515             "us-ma-mailinglist": {
11516                 "name": "Talk-us-massachusetts Mailing List",
11517                 "description": "Email mailing list for the Massachusetts OSM community"
11518             },
11519             "uy-forum": {
11520                 "name": "OpenStreetMap UY forum",
11521                 "description": "OpenStreetMap Uruguay web forum"
11522             },
11523             "uy-irc": {
11524                 "name": "OpenStreetMap Uruguay on IRC",
11525                 "description": "Join #osmuruguay on irc.freenode.org (port 6667)",
11526                 "extendedDescription": "Join #osmuruguay on irc.freenode.org"
11527             },
11528             "uy-mailinglist": {
11529                 "name": "Talk-uy Mailing List",
11530                 "description": "Talk-uy is the official mailing list for the Uruguayan OSM community"
11531             },
11532             "ve-forum": {
11533                 "name": "OpenStreetMap VE Forum",
11534                 "description": "OpenStreetMap Venezuela web forum"
11535             },
11536             "ve-mailinglist": {
11537                 "name": "Talk-ve Mailing List",
11538                 "description": "Talk-ve is the official mailing list for the Venezuelan OSM community"
11539             },
11540             "ve-telegram": {
11541                 "name": "OpenStreetMap Venezuela Telegram",
11542                 "description": "Join the OpenStreetMap Venezuela community on Telegram"
11543             },
11544             "ym-Abia-State-University": {
11545                 "name": "AbsuMappersTeam",
11546                 "description": "YouthMappers chapter at Abia State University",
11547                 "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"
11548             },
11549             "ym-African-Methodist-Episcopal-University": {
11550                 "name": "YouthMappers-AMEU",
11551                 "description": "YouthMappers chapter at African Methodist Episcopal University"
11552             },
11553             "ym-Ahmadu-Bello-University": {
11554                 "name": "ABU Geomappers",
11555                 "description": "YouthMappers chapter at Ahmadu Bello University",
11556                 "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."
11557             },
11558             "ym-Ardhi-University": {
11559                 "name": "ARU Mapper",
11560                 "description": "YouthMappers chapter at Ardhi University",
11561                 "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."
11562             },
11563             "ym-Asian-University-for-Women": {
11564                 "name": "YouthMappers at AUW",
11565                 "description": "YouthMappers chapter at Asian University for Women",
11566                 "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."
11567             },
11568             "ym-Ball-State-University": {
11569                 "name": "Gamma Theta Upsilon- Iota Omega Chapter",
11570                 "description": "YouthMappers chapter at Ball State University",
11571                 "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."
11572             },
11573             "ym-Busitema-University": {
11574                 "name": "Good Mappers",
11575                 "description": "YouthMappers chapter at Busitema University",
11576                 "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."
11577             },
11578             "ym-California-University-of-Pennsylvania": {
11579                 "name": "CalU PA GIS Club",
11580                 "description": "YouthMappers chapter at California University of Pennsylvania",
11581                 "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."
11582             },
11583             "ym-Central-Washington-University": {
11584                 "name": "Geography Club",
11585                 "description": "YouthMappers chapter at Central Washington University",
11586                 "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."
11587             },
11588             "ym-Centre-Universitaire-de-Recherche-et-dApplication-en-Tldtection-CURAT-de-lUniversit-Felix-Houphouet-Boigny": {
11589                 "name": "YouthMappers CURAT",
11590                 "description": "YouthMappers chapter at Centre Universitaire de Recherche et d'Application en Télédétection (CURAT) de l'Université Felix Houphouet Boigny",
11591                 "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."
11592             },
11593             "ym-Clemson-University": {
11594                 "name": "Clemson Mappers",
11595                 "description": "YouthMappers chapter at Clemson University",
11596                 "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."
11597             },
11598             "ym-College-of-William-and-Mary": {
11599                 "name": "All over the map!",
11600                 "description": "YouthMappers chapter at College of William and Mary",
11601                 "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."
11602             },
11603             "ym-Cornell-University": {
11604                 "name": "Mapping Society",
11605                 "description": "YouthMappers chapter at Cornell University",
11606                 "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."
11607             },
11608             "ym-Cuttington-University": {
11609                 "name": "Cuttington University YouthMappers",
11610                 "description": "YouthMappers chapter at Cuttington University",
11611                 "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."
11612             },
11613             "ym-Dedan-Kimathi-University-of-Technology": {
11614                 "name": "GDEV",
11615                 "description": "YouthMappers chapter at Dedan Kimathi University of Technology",
11616                 "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"
11617             },
11618             "ym-Dhaka-College": {
11619                 "name": "YouthMappers Daka College",
11620                 "description": "YouthMappers chapter at Dhaka College",
11621                 "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."
11622             },
11623             "ym-Dhaka-University": {
11624                 "name": "Openstreetmap YouthMappers",
11625                 "description": "YouthMappers chapter at Dhaka University",
11626                 "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."
11627             },
11628             "ym-Eastern-University": {
11629                 "name": "YouthMappers at Eastern University",
11630                 "description": "YouthMappers chapter at Eastern University",
11631                 "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."
11632             },
11633             "ym-Far-Eastern-University-Institute-of-Technology": {
11634                 "name": "Junior Philippines Computer Society",
11635                 "description": "YouthMappers chapter at Far Eastern University -Institute of Technology",
11636                 "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"
11637             },
11638             "ym-Federal-School-of-Surveys": {
11639                 "name": "OyoMappersTeam (OMT) Oyo",
11640                 "description": "YouthMappers chapter at Federal School of Surveys"
11641             },
11642             "ym-Federal-University-of-Technology-Akure": {
11643                 "name": "YouthMappers Futa Space Club",
11644                 "description": "YouthMappers chapter at Federal University of Technology, Akure",
11645                 "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."
11646             },
11647             "ym-Fourah-Bay-College": {
11648                 "name": "Student's Geographical Association",
11649                 "description": "YouthMappers chapter at Fourah Bay College",
11650                 "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."
11651             },
11652             "ym-General-Lansana-Conte-University": {
11653                 "name": "YouthMappers General Lansana Conte University",
11654                 "description": "YouthMappers chapter at General Lansana Conte University",
11655                 "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."
11656             },
11657             "ym-George-Mason-University": {
11658                 "name": "Mason Mappers",
11659                 "description": "YouthMappers chapter at George Mason University",
11660                 "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."
11661             },
11662             "ym-Grand-Gedeh-County-Community-College": {
11663                 "name": "YouthMappers at Grand Gedeh County Community College",
11664                 "description": "YouthMappers chapter at Grand Gedeh County Community College",
11665                 "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."
11666             },
11667             "ym-Gujarat-University": {
11668                 "name": "CCIM at Ahmedabad",
11669                 "description": "YouthMappers chapter at Gujarat University"
11670             },
11671             "ym-Gulu-University": {
11672                 "name": "CSGU Mappers",
11673                 "description": "YouthMappers chapter at Gulu University",
11674                 "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."
11675             },
11676             "ym-Heidelberg-University": {
11677                 "name": "disastermappers heidelberg",
11678                 "description": "YouthMappers chapter at Heidelberg University",
11679                 "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."
11680             },
11681             "ym-Ignatius-Ajuru-University-of-Education": {
11682                 "name": "IgnatiusMappersTeam (IMT)",
11683                 "description": "YouthMappers chapter at Ignatius Ajuru University of Education",
11684                 "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."
11685             },
11686             "ym-Indiana-University-of-Pennsylvania": {
11687                 "name": "Geospatial Science Club",
11688                 "description": "YouthMappers chapter at Indiana University of Pennsylvania"
11689             },
11690             "ym-Insititue-d-Enseignement-Superieur-de-Ruhengeri": {
11691                 "name": "YouthMappers at INES Ruhengeri",
11692                 "description": "YouthMappers chapter at Insititue d' Enseignement Superieur de Ruhengeri",
11693                 "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."
11694             },
11695             "ym-Institut-Suprieur-de-Management-Kolda": {
11696                 "name": "Les Femmes Leaders de ISM/Kolda",
11697                 "description": "YouthMappers chapter at Institut Supérieur de Management Kolda",
11698                 "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."
11699             },
11700             "ym-Institute-of-Crisis-Management-Studies": {
11701                 "name": "Institute of Crisis Management Studies YouthMappers",
11702                 "description": "YouthMappers chapter at Institute of Crisis Management Studies",
11703                 "extendedDescription": "To develop Crisis Mappers to assist during disaster situations."
11704             },
11705             "ym-Institute-of-Finance-Management": {
11706                 "name": "IFM mappers",
11707                 "description": "YouthMappers chapter at Institute of Finance Management",
11708                 "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"
11709             },
11710             "ym-Institute-of-Rural-Development-Planning": {
11711                 "name": "Mipango YouthMappers Chapter",
11712                 "description": "YouthMappers chapter at Institute of Rural Development Planning",
11713                 "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."
11714             },
11715             "ym-Institute-of-Rural-Development-Planning-Mwanza": {
11716                 "name": "Youth Mappers Chapter at Institute of Rural Development Planning - Lake Zone Centre",
11717                 "description": "YouthMappers chapter at Institute of Rural Development Planning Mwanza"
11718             },
11719             "ym-Institute-of-Science-and-Veterinary-Medicine": {
11720                 "name": "YouthMappers ISSMV Dalaba",
11721                 "description": "YouthMappers chapter at Institute of Science and Veterinary Medicine",
11722                 "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."
11723             },
11724             "ym-Istanbul-Technical-University": {
11725                 "name": "YouthMappers ITU",
11726                 "description": "YouthMappers chapter at Istanbul Technical University",
11727                 "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."
11728             },
11729             "ym-Jacksonville-State-University": {
11730                 "name": "JSU Disaster Mapping Team",
11731                 "description": "YouthMappers chapter at Jacksonville State University",
11732                 "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"
11733             },
11734             "ym-Jahangirnagar-University": {
11735                 "name": "YouthMappers at IRS, Jahangirnagar University",
11736                 "description": "YouthMappers chapter at Jahangirnagar University"
11737             },
11738             "ym-Jomo-Kenyatta-University-of-Agriculture-and-Technology": {
11739                 "name": "Association of Geomatics Engineering Students",
11740                 "description": "YouthMappers chapter at Jomo Kenyatta University of Agriculture and Technology",
11741                 "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."
11742             },
11743             "ym-Kansas-State-University": {
11744                 "name": "Gamma Theta Upsilon: Beta Psi Chapter",
11745                 "description": "YouthMappers chapter at Kansas State University",
11746                 "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."
11747             },
11748             "ym-Karatina-University": {
11749                 "name": "Nature Club Karatina University",
11750                 "description": "YouthMappers chapter at Karatina University",
11751                 "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."
11752             },
11753             "ym-Kathmandu-University": {
11754                 "name": "Geomatics Engineering Society,GES",
11755                 "description": "YouthMappers chapter at Kathmandu University",
11756                 "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."
11757             },
11758             "ym-Kenyatta-University": {
11759                 "name": "Kenyatta University GIS Club",
11760                 "description": "YouthMappers chapter at Kenyatta University",
11761                 "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."
11762             },
11763             "ym-Khulna-University": {
11764                 "name": "Khulna University YouthMappers",
11765                 "description": "YouthMappers chapter at Khulna University",
11766                 "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."
11767             },
11768             "ym-Kumi-University": {
11769                 "name": "Ever Last YouthMappers",
11770                 "description": "YouthMappers chapter at Kumi University",
11771                 "extendedDescription": "This energetic group of students organizes within the faculty of Science and Information Technology."
11772             },
11773             "ym-Kwame-Nkrumah-University-of-Science-and-Technology": {
11774                 "name": "Kwame Nkrumah University of Science and Technology YouthMappers",
11775                 "description": "YouthMappers chapter at Kwame Nkrumah University of Science and Technology"
11776             },
11777             "ym-Makerere-University": {
11778                 "name": "Geo YouthMappers",
11779                 "description": "YouthMappers chapter at Makerere University",
11780                 "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."
11781             },
11782             "ym-Mbarara-University-of-Science-and-Technology": {
11783                 "name": "MUST Street Mappers",
11784                 "description": "YouthMappers chapter at Mbarara University of Science and Technology",
11785                 "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."
11786             },
11787             "ym-McGill-University": {
11788                 "name": "Open Mapping Group McGill: A Member of the McGill Undergraduate Geography Society",
11789                 "description": "YouthMappers chapter at McGill University",
11790                 "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."
11791             },
11792             "ym-Miami-University": {
11793                 "name": "Geography and Planning Society",
11794                 "description": "YouthMappers chapter at Miami University",
11795                 "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."
11796             },
11797             "ym-Moi-University": {
11798                 "name": "Geography Students Association",
11799                 "description": "YouthMappers chapter at Moi University",
11800                 "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."
11801             },
11802             "ym-Monroe-Community-College": {
11803                 "name": "MCC Mapping Corps",
11804                 "description": "YouthMappers chapter at Monroe Community College"
11805             },
11806             "ym-Montgomery-College": {
11807                 "name": "GeoMC",
11808                 "description": "YouthMappers chapter at Montgomery College",
11809                 "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."
11810             },
11811             "ym-Namibia-University-of-Science-and-Technology": {
11812                 "name": "Geoinformation Technology Student Society",
11813                 "description": "YouthMappers chapter at Namibia University of Science and Technology"
11814             },
11815             "ym-New-York-University": {
11816                 "name": "NYU mHealth Initiative Mapping Corps",
11817                 "description": "YouthMappers chapter at New York University",
11818                 "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."
11819             },
11820             "ym-Nimba-County-Community-College": {
11821                 "name": "Nimba County Community College Youth Mappers",
11822                 "description": "YouthMappers chapter at Nimba County Community College"
11823             },
11824             "ym-Njala-University-Freetown-Campus": {
11825                 "name": "Njala Freetown YouthMappers",
11826                 "description": "YouthMappers chapter at Njala University, Freetown Campus",
11827                 "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."
11828             },
11829             "ym-Njala-University-Njala-Campus": {
11830                 "name": "YouthMappers Njala University, Njala Campus",
11831                 "description": "YouthMappers chapter at Njala University, Njala Campus"
11832             },
11833             "ym-Ohio-Wesleyan-University": {
11834                 "name": "Environment and Wildlife Club",
11835                 "description": "YouthMappers chapter at Ohio Wesleyan University",
11836                 "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."
11837             },
11838             "ym-Oklahoma-State-University": {
11839                 "name": "Geography Club",
11840                 "description": "YouthMappers chapter at Oklahoma State University"
11841             },
11842             "ym-Open-University-of-Tanzania": {
11843                 "name": "Youth Mappers at Open University of Tanzania",
11844                 "description": "YouthMappers chapter at Open University of Tanzania",
11845                 "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."
11846             },
11847             "ym-Politecnico-di-Milano": {
11848                 "name": "PoliMappers",
11849                 "description": "YouthMappers chapter at Politecnico di Milano",
11850                 "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."
11851             },
11852             "ym-Queen-Mary-University-of-London": {
11853                 "name": "Queen Mary YouthMappers",
11854                 "description": "YouthMappers chapter at Queen Mary University of London",
11855                 "extendedDescription": "This chapter will be part of the activities of the Queen Mary Geography Society."
11856             },
11857             "ym-Rajshahi-University-of-Engineering-Technology": {
11858                 "name": "YouthMappers at RUET",
11859                 "description": "YouthMappers chapter at Rajshahi University of Engineering & Technology",
11860                 "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."
11861             },
11862             "ym-SUNY-at-Fredonia": {
11863                 "name": "Geoventurers",
11864                 "description": "YouthMappers chapter at SUNY at Fredonia",
11865                 "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."
11866             },
11867             "ym-Sacred-Heart-Junior-College": {
11868                 "name": "Youth Mappers at Sacred Heart Junior College",
11869                 "description": "YouthMappers chapter at Sacred Heart Junior College"
11870             },
11871             "ym-Sherubtse-College": {
11872                 "name": "Geographical Society",
11873                 "description": "YouthMappers chapter at Sherubtse College",
11874                 "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'!"
11875             },
11876             "ym-Sokoine-University-of-Agriculture": {
11877                 "name": "SMCoSE YouthMappers",
11878                 "description": "YouthMappers chapter at Sokoine University of Agriculture",
11879                 "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."
11880             },
11881             "ym-St.-Augustine-International-University": {
11882                 "name": "YouthMappers at St Augustine International University",
11883                 "description": "YouthMappers chapter at St. Augustine International University"
11884             },
11885             "ym-St.-Mawaggali-Trades-Training-Institute": {
11886                 "name": "MawaggaliMappers",
11887                 "description": "YouthMappers chapter at St. Mawaggali Trades Training Institute",
11888                 "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."
11889             },
11890             "ym-State-University-of-New-York-Geneseo": {
11891                 "name": "SUNY Geneseo GIS Association",
11892                 "description": "YouthMappers chapter at State University of New York Geneseo",
11893                 "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."
11894             },
11895             "ym-Stella-Maris-Polytechnic": {
11896                 "name": "YouthMappers-SMP",
11897                 "description": "YouthMappers chapter at Stella Maris Polytechnic"
11898             },
11899             "ym-Technical-University-of-Kenya": {
11900                 "name": "Geospatial Science Student Association",
11901                 "description": "YouthMappers chapter at Technical University of Kenya",
11902                 "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"
11903             },
11904             "ym-Texas-Tech-University": {
11905                 "name": "YouthMappers at TTU",
11906                 "description": "YouthMappers chapter at Texas Tech University",
11907                 "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."
11908             },
11909             "ym-The-Citadel": {
11910                 "name": "YouthMappers at The Citadel",
11911                 "description": "YouthMappers chapter at The Citadel",
11912                 "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."
11913             },
11914             "ym-The-Gambia-YMCA-University-of-the-Gambia": {
11915                 "name": "Connected YouthMappers",
11916                 "description": "YouthMappers chapter at The Gambia YMCA / University of the Gambia",
11917                 "extendedDescription": "Connected YouthMappers is comprised of dedicated young Gambians who aspire to change and aid national development."
11918             },
11919             "ym-The-George-Washington-University": {
11920                 "name": "Humanitarian Mapping Society",
11921                 "description": "YouthMappers chapter at The George Washington University",
11922                 "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."
11923             },
11924             "ym-The-Johns-Hopkins-University-SAIS": {
11925                 "name": "SAIS YouthMappers",
11926                 "description": "YouthMappers chapter at The Johns Hopkins University, SAIS",
11927                 "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."
11928             },
11929             "ym-The-Pennsylvania-State-University": {
11930                 "name": "Penn State GIS Coalition",
11931                 "description": "YouthMappers chapter at The Pennsylvania State University",
11932                 "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."
11933             },
11934             "ym-The-University-of-Zambia": {
11935                 "name": "YouthMappers Unza",
11936                 "description": "YouthMappers chapter at The University of Zambia"
11937             },
11938             "ym-Tribhuvan-University": {
11939                 "name": "Geomatics Engineering Students Association",
11940                 "description": "YouthMappers chapter at Tribhuvan University",
11941                 "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."
11942             },
11943             "ym-UW-Madison": {
11944                 "name": "BadgerMaps",
11945                 "description": "YouthMappers chapter at UW-Madison",
11946                 "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."
11947             },
11948             "ym-Uganda-Christian-University-Mbale-Campus": {
11949                 "name": "Mappers for Life",
11950                 "description": "YouthMappers chapter at Uganda Christian University Mbale Campus",
11951                 "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."
11952             },
11953             "ym-Uganda-Pentecostal-University": {
11954                 "name": "HiTech Youth Mappers",
11955                 "description": "YouthMappers chapter at Uganda Pentecostal University",
11956                 "extendedDescription": "A new Youthmappers Chapter in Western Uganda. Ready to map and provide open data with OpenStreetMap for development purposes."
11957             },
11958             "ym-Universidad-Autonoma-de-Madrid": {
11959                 "name": "YouthMappers at UAM",
11960                 "description": "YouthMappers chapter at Universidad Autonoma de Madrid"
11961             },
11962             "ym-Universidad-Distrital-Francisco-Jose-de-Caldas": {
11963                 "name": "YouthMappers at Bogota",
11964                 "description": "YouthMappers chapter at Universidad Distrital Francisco Jose de Caldas",
11965                 "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."
11966             },
11967             "ym-Universidad-Nacional-Autnoma-de-Honduras": {
11968                 "name": "PumaGis Hn",
11969                 "description": "YouthMappers chapter at Universidad Nacional Autónoma de Honduras"
11970             },
11971             "ym-Universidad-Nacional-de-Colombia": {
11972                 "name": "Grupo UN",
11973                 "description": "YouthMappers chapter at Universidad Nacional de Colombia",
11974                 "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."
11975             },
11976             "ym-Universidad-Nacional-de-Ingenieria": {
11977                 "name": "Yeka Street MGA",
11978                 "description": "YouthMappers chapter at Universidad Nacional de Ingenieria",
11979                 "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."
11980             },
11981             "ym-Universidad-Politcnica-de-Madrid": {
11982                 "name": "Mapeo Humanitario",
11983                 "description": "YouthMappers chapter at Universidad Politécnica de Madrid",
11984                 "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)"
11985             },
11986             "ym-Universidad-de-Antioquia": {
11987                 "name": "Geomatica UDEA",
11988                 "description": "YouthMappers chapter at Universidad de Antioquia",
11989                 "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."
11990             },
11991             "ym-Universidad-de-Costa-Rica": {
11992                 "name": "YouthMappers de Universidad de Costa Rica",
11993                 "description": "YouthMappers chapter at Universidad de Costa Rica",
11994                 "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."
11995             },
11996             "ym-Universidad-de-La-Guajira": {
11997                 "name": "Grupo Mesh",
11998                 "description": "YouthMappers chapter at Universidad de La Guajira",
11999                 "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."
12000             },
12001             "ym-Universidad-de-Los-Andes": {
12002                 "name": "Cartografos Uniandes",
12003                 "description": "YouthMappers chapter at Universidad de Los Andes",
12004                 "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."
12005             },
12006             "ym-Universidad-de-Puerto-Rico-Rio-Piedras": {
12007                 "name": "UPR YouthMappers",
12008                 "description": "YouthMappers chapter at Universidad de Puerto Rico - Rio Piedras"
12009             },
12010             "ym-Universidad-de-San-Buenaventura": {
12011                 "name": "YouthMappers San Buenaventura",
12012                 "description": "YouthMappers chapter at Universidad de San Buenaventura",
12013                 "extendedDescription": "We are pleased to join YouthMappers mapping for a better world and community."
12014             },
12015             "ym-Universidade-Eduardo-Mondlane": {
12016                 "name": "Comunidade YouthMappers Moçambique",
12017                 "description": "YouthMappers chapter at Universidade Eduardo Mondlane",
12018                 "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."
12019             },
12020             "ym-Universit-Gaston-Berger": {
12021                 "name": "YouthMappers at UGB",
12022                 "description": "YouthMappers chapter at Université Gaston Berger",
12023                 "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."
12024             },
12025             "ym-Universit-Mohammed-V-Rabat": {
12026                 "name": "Brahmapoutre at Rabat",
12027                 "description": "YouthMappers chapter at Université Mohammed V Rabat",
12028                 "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"
12029             },
12030             "ym-Universit-de-NZrkor": {
12031                 "name": "Youthmappers à N'Zérékoré",
12032                 "description": "YouthMappers chapter at Université de N'Zérékoré",
12033                 "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."
12034             },
12035             "ym-Universit-des-Sciences-Sociale-et-de-Gestion-de-Bamako": {
12036                 "name": "Etudiant au Laboratoire HoPE",
12037                 "description": "YouthMappers chapter at Université des Sciences Sociale et de Gestion de Bamako"
12038             },
12039             "ym-Universitas-Negeri-Makassar": {
12040                 "name": "Kontur Geografi",
12041                 "description": "YouthMappers chapter at Universitas Negeri Makassar"
12042             },
12043             "ym-University-Muhammadiyah-Surakarta": {
12044                 "name": "SpaceTime",
12045                 "description": "YouthMappers chapter at University Muhammadiyah Surakarta",
12046                 "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."
12047             },
12048             "ym-University-of-California-Davis": {
12049                 "name": "Mapping Club",
12050                 "description": "YouthMappers chapter at University of California, Davis"
12051             },
12052             "ym-University-of-Cape-Coast": {
12053                 "name": "UCC Geographical Society",
12054                 "description": "YouthMappers chapter at University of Cape Coast",
12055                 "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.”"
12056             },
12057             "ym-University-of-Central-Florida": {
12058                 "name": "Geospatial Information Society",
12059                 "description": "YouthMappers chapter at University of Central Florida",
12060                 "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."
12061             },
12062             "ym-University-of-Chicago": {
12063                 "name": "Tobler Society",
12064                 "description": "YouthMappers chapter at University of Chicago"
12065             },
12066             "ym-University-of-Dar-es-Salaam": {
12067                 "name": "YouthMappers at University of Dar es Salaam",
12068                 "description": "YouthMappers chapter at University of Dar es Salaam",
12069                 "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 ."
12070             },
12071             "ym-University-of-Energy-and-Natural-Resources": {
12072                 "name": "Eco-Club",
12073                 "description": "YouthMappers chapter at University of Energy and Natural Resources",
12074                 "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."
12075             },
12076             "ym-University-of-Exeter": {
12077                 "name": "University of Exeter British Red Cross Missing Maps",
12078                 "description": "YouthMappers chapter at University of Exeter",
12079                 "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."
12080             },
12081             "ym-University-of-Ghana": {
12082                 "name": "University of Ghana YouthMappers",
12083                 "description": "YouthMappers chapter at University of Ghana",
12084                 "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."
12085             },
12086             "ym-University-of-Liberia-YouthMappers": {
12087                 "name": "University of Liberia YouthMappers",
12088                 "description": "YouthMappers chapter at University of Liberia YouthMappers",
12089                 "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."
12090             },
12091             "ym-University-of-Malawi": {
12092                 "name": "Chanco Malawi YouthMappers",
12093                 "description": "YouthMappers chapter at University of Malawi",
12094                 "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."
12095             },
12096             "ym-University-of-Maryland-College-Park": {
12097                 "name": "Geography Club",
12098                 "description": "YouthMappers chapter at University of Maryland - College Park",
12099                 "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."
12100             },
12101             "ym-University-of-Mines-and-Technology": {
12102                 "name": "UMaT YouthMappers",
12103                 "description": "YouthMappers chapter at University of Mines and Technology",
12104                 "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."
12105             },
12106             "ym-University-of-Nairobi": {
12107                 "name": "Geospatial Engineering Students Association",
12108                 "description": "YouthMappers chapter at University of Nairobi",
12109                 "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."
12110             },
12111             "ym-University-of-Nigeria-Enugu-Campus": {
12112                 "name": "LionMappersTeam (LMT) Enugu",
12113                 "description": "YouthMappers chapter at University of Nigeria, Enugu Campus",
12114                 "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."
12115             },
12116             "ym-University-of-Nigeria-Nsukka": {
12117                 "name": "LionMappersTeam (LMT) Nsukka",
12118                 "description": "YouthMappers chapter at University of Nigeria, Nsukka",
12119                 "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."
12120             },
12121             "ym-University-of-North-Texas": {
12122                 "name": "UNT Geography Club",
12123                 "description": "YouthMappers chapter at University of North Texas",
12124                 "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."
12125             },
12126             "ym-University-of-Northern-Colorado": {
12127                 "name": "UNCO Geography and GIS Club",
12128                 "description": "YouthMappers chapter at University of Northern Colorado",
12129                 "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"
12130             },
12131             "ym-University-of-Oregon": {
12132                 "name": "Map by Northwest",
12133                 "description": "YouthMappers chapter at University of Oregon",
12134                 "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."
12135             },
12136             "ym-University-of-Panama": {
12137                 "name": "YouthMappers UP",
12138                 "description": "YouthMappers chapter at University of Panama",
12139                 "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."
12140             },
12141             "ym-University-of-Port-Harcourt": {
12142                 "name": "UniqueMappersTeam (UMT) Port Harcourt",
12143                 "description": "YouthMappers chapter at University of Port Harcourt",
12144                 "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."
12145             },
12146             "ym-University-of-Pretoria": {
12147                 "name": "Centre for Geoinformation Science",
12148                 "description": "YouthMappers chapter at University of Pretoria",
12149                 "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."
12150             },
12151             "ym-University-of-Redlands": {
12152                 "name": "URSpatial Geo-Thinkers",
12153                 "description": "YouthMappers chapter at University of Redlands",
12154                 "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."
12155             },
12156             "ym-University-of-Rwanda-Huye-Campus": {
12157                 "name": "Rwanda YouthMappers",
12158                 "description": "YouthMappers chapter at University of Rwanda - Huye Campus",
12159                 "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."
12160             },
12161             "ym-University-of-South-Carolina": {
12162                 "name": "Geography Graduate Student Association",
12163                 "description": "YouthMappers chapter at University of South Carolina",
12164                 "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."
12165             },
12166             "ym-University-of-Southern-California": {
12167                 "name": "SC Mappers",
12168                 "description": "YouthMappers chapter at University of Southern California",
12169                 "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!"
12170             },
12171             "ym-University-of-Vermont": {
12172                 "name": "University of Vermont Humanitarian Mapping Club",
12173                 "description": "YouthMappers chapter at University of Vermont"
12174             },
12175             "ym-University-of-Victoria": {
12176                 "name": "Society of Geography Students",
12177                 "description": "YouthMappers chapter at University of Victoria",
12178                 "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"
12179             },
12180             "ym-University-of-Warwick": {
12181                 "name": "University of Warwick Resilience Mapping Society",
12182                 "description": "YouthMappers chapter at University of Warwick",
12183                 "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."
12184             },
12185             "ym-University-of-Wyoming": {
12186                 "name": "Gamma Theta Upsilon/Geography Club",
12187                 "description": "YouthMappers chapter at University of Wyoming"
12188             },
12189             "ym-University-of-Zimbabwe": {
12190                 "name": "UZMappers",
12191                 "description": "YouthMappers chapter at University of Zimbabwe",
12192                 "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."
12193             },
12194             "ym-University-of-the-Philippines-Resilience-Institute": {
12195                 "name": "YouthMappers UP Resilience Institute",
12196                 "description": "YouthMappers chapter at University of the Philippines Resilience Institute",
12197                 "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."
12198             },
12199             "ym-University-of-the-West-Indies-Mona-Campus": {
12200                 "name": "Libraries Outreach - ODL",
12201                 "description": "YouthMappers chapter at University of the West Indies, Mona Campus",
12202                 "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."
12203             },
12204             "ym-Vassar-College": {
12205                 "name": "Hudson Valley Mappers",
12206                 "description": "YouthMappers chapter at Vassar College",
12207                 "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."
12208             },
12209             "ym-Villanova-University": {
12210                 "name": "The Villanova Globeplotters",
12211                 "description": "YouthMappers chapter at Villanova University",
12212                 "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."
12213             },
12214             "ym-West-Virginia-University": {
12215                 "name": "Maptime Morgantown",
12216                 "description": "YouthMappers chapter at West Virginia University",
12217                 "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."
12218             },
12219             "ym-Western-Michigan-University": {
12220                 "name": "Geography Club",
12221                 "description": "YouthMappers chapter at Western Michigan University"
12222             },
12223             "ym-Yarmouk-University": {
12224                 "name": "YouthMappers at YU",
12225                 "description": "YouthMappers chapter at Yarmouk University",
12226                 "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."
12227             }
12228         }
12229     }
12230 }