]> git.openstreetmap.org Git - rails.git/blobdiff - vendor/assets/iD/iD/locales/ja.json
Update to iD v2.15.2
[rails.git] / vendor / assets / iD / iD / locales / ja.json
index 4c03b2d15b61545c3e12141177de40ba69522cdb..18c86f689d776f81ed8a71d08c2f2bb0195fee51 100644 (file)
@@ -1,20 +1,69 @@
 {
     "ja": {
+        "icons": {
+            "download": "ダウンロード",
+            "information": "情報",
+            "remove": "削除",
+            "undo": "もとに戻す",
+            "zoom_to": "ここにズーム",
+            "copy": "コピー",
+            "open_wikidata": "wikidata.org 上で開く",
+            "favorite": "お気に入り"
+        },
+        "toolbar": {
+            "inspect": "位置検索/タグ編集",
+            "undo_redo": "元に戻す/再実行",
+            "recent": "選択履歴",
+            "favorites": "お気に入り",
+            "add_feature": "地物を追加"
+        },
         "modes": {
+            "add_feature": {
+                "title": "地物を追加",
+                "description": "マップに追加する地物を検索。",
+                "key": "Tab",
+                "result": "{count} 件の結果",
+                "results": "{count} 件の結果"
+            },
             "add_area": {
                 "title": "エリア",
                 "description": "公園や建物、湖沼等を地図に追加",
-                "tail": "クリックするとエリアの描画が開始されます。公園や湖沼、建物などを描くことができます。"
+                "tail": "クリックするとエリアの描画が開始されます。公園や湖沼、建物などを描くことができます。",
+                "filter_tooltip": "エリア"
             },
             "add_line": {
                 "title": "ライン",
                 "description": "道路や歩道、用水路など、ラインを描画",
-                "tail": "クリックするとラインの描画が開始されます。道路や歩道、流水経路などを描くことができます。"
+                "tail": "クリックするとラインの描画が開始されます。道路や歩道、流水経路などを描くことができます。",
+                "filter_tooltip": "ライン"
             },
             "add_point": {
                 "title": "ポイント",
                 "description": "レストランや記念碑、郵便ボックス等、ポイント情報を追加",
-                "tail": "クリックした地点にポイントを追加します"
+                "tail": "クリックした地点にポイントを追加します",
+                "filter_tooltip": "ポイント"
+            },
+            "add_note": {
+                "title": "メモ",
+                "label": "メモを追加",
+                "description": "問題を指摘したら他のマッパーに知らせましょう。",
+                "tail": "マップをクリックしてメモを追加します。",
+                "key": "N"
+            },
+            "add_preset": {
+                "title": "{feature}を追加する",
+                "point": {
+                    "title": "{feature}をポイントとして追加する"
+                },
+                "line": {
+                    "title": "{feature}をラインとして追加する"
+                },
+                "area": {
+                    "title": "{feature}をエリアとして追加する"
+                },
+                "building": {
+                    "title": "{feature} を建物として追加する"
+                }
             },
             "browse": {
                 "title": "ブラウズ",
@@ -25,6 +74,9 @@
             },
             "draw_line": {
                 "tail": "クリックすると、ラインへノードを追加することが可能です。別のラインをクリックすることで、ライン同士を接続することができます。ラインの描画を完了させるには、描画を終了させたい地点でダブルクリックしてください。"
+            },
+            "drag_node": {
+                "connected_to_hidden": "表示されていない地物に接続しているので編集できません。"
             }
         },
         "operations": {
@@ -32,7 +84,8 @@
                 "annotation": {
                     "point": "ポイントの追加",
                     "vertex": "ウェイへのノード追加",
-                    "relation": "リレーションを追加しました。"
+                    "relation": "リレーションを追加しました。",
+                    "note": "メモを追加しました。"
                 }
             },
             "start": {
                 },
                 "not_closed": "エリアが閉じられていないため、円状に整形することができません",
                 "too_large": "ウェイが完全には表示されていないため、円状に整形することができません。",
-                "connected_to_hidden": "非表示の地物に接続しているため、円状に整形することができません。"
+                "connected_to_hidden": "非表示の地物に接続しているため、円状に整形することができません。",
+                "not_downloaded": "一部がまだダウンロードされていないため、円状に整形できません。"
             },
             "orthogonalize": {
-                "title": "直化",
+                "title": "直化",
                 "description": {
+                    "vertex": "この角を直角にする。",
                     "line": "ラインの角を直角に整形",
                     "area": "エリアの角を直角に整形"
                 },
-                "key": "S",
+                "key": "Q",
                 "annotation": {
+                    "vertex": "角をひとつ直角にしました。",
                     "line": "ラインの角を90度に整形",
                     "area": "エリアの角を90度に整形"
                 },
-                "not_squarish": "直交にできない辺があるため、角を直角に整形することができません",
-                "too_large": "ウェイが完全には表示されていないため、四角形に整形することができません。",
-                "connected_to_hidden": "非表示の地物に接続しているため、四角形に整形することができません。"
+                "end_vertex": "終端ノードなので直角化できません。",
+                "square_enough": "すでに直角です。",
+                "not_squarish": "直角にできない辺があるため、角を直角に整形することができません",
+                "too_large": "ウェイが完全には表示されていないため、直角に整形することができません。",
+                "connected_to_hidden": "非表示の地物に接続しているため、直角に整形することができません。",
+                "not_downloaded": "一部がまだダウンロードされていないため、直角に整形できません。"
             },
             "straighten": {
                 "title": "直線化",
-                "description": "このラインを直線にします",
+                "description": {
+                    "points": "これらのポイントを一直線に並べます。",
+                    "line": "このラインを直線化します。"
+                },
                 "key": "S",
-                "annotation": "ラインを直線にしました",
+                "annotation": {
+                    "points": "いくつかのポイントを一直線に並べます。",
+                    "line": "ラインを直線化します。"
+                },
                 "too_bendy": "このラインは複雑に曲がっているため、直線化できません。",
-                "connected_to_hidden": "非表示の地物に接続しているため、直線に整形することができません。"
+                "connected_to_hidden": "非表示の地物に接続しているため、これは直線化できません。",
+                "not_downloaded": "一部がまだダウンロードされていないため、これは直線化できません。"
             },
             "delete": {
                 "title": "削除",
                     "relation": "リレーションを削除しました。",
                     "multiple": "{n}件の地物を削除しました。"
                 },
+                "too_large": {
+                    "single": "この地物は完全には表示されていないため、削除できません。",
+                    "multiple": "これらの地物は完全には表示されていないため、削除できません。"
+                },
                 "incomplete_relation": {
                     "single": "この地物はまだ完全にはダウンロードされていないので、削除できません。",
                     "multiple": "地物全体がダウンロードされていないため、削除することができません。"
                 "connected_to_hidden": {
                     "single": "この地物は非表示の地物に接続しているため、削除できません。",
                     "multiple": "これらの地物は非表示の地物に接続しているため、削除できません。"
+                },
+                "not_downloaded": {
+                    "single": "一部がまだダウンロードされていないため、この地物は削除できません。",
+                    "multiple": "一部がまだダウンロードされていないため、これらの地物は削除できません。"
+                },
+                "has_wikidata_tag": {
+                    "single": "この地物にはWikidataタグがあるため、削除できません。",
+                    "multiple": "これらの地物にはWikidataタグがいくつかあるため、削除できません。"
+                }
+            },
+            "downgrade": {
+                "title": "ダウングレード",
+                "description": {
+                    "building_address": "住所と建物以外のタグを全て削除します。",
+                    "building": "建物以外のタグを全て削除します。",
+                    "address": "住所以外のタグを全て削除します。"
+                },
+                "annotation": {
+                    "building": {
+                        "single": "地物を基本的な建物だけにダウングレードしました。",
+                        "multiple": " {n} 件の地物を基本的な建物だけにダウングレードしました。"
+                    },
+                    "address": {
+                        "single": "地物を住所だけにダウングレードしました。",
+                        "multiple": "{n} 件の地物を住所だけにダウングレードしました。"
+                    },
+                    "multiple": "{n} 件の地物をダウングレードしました。"
+                },
+                "has_wikidata_tag": {
+                    "single": "この地物にはWikidataタグがあるため、ダウングレードできません。",
+                    "multiple": "これらの地物にはWikidataタグがいくつかあるため、ダウングレードできません。"
                 }
             },
             "add_member": {
             "delete_member": {
                 "annotation": "リレーションからメンバーを削除"
             },
+            "reorder_members": {
+                "annotation": "リレーションのメンバーを並べ直しました。"
+            },
             "connect": {
                 "annotation": {
-                    "point": "ウェイをポイントに接続",
-                    "vertex": "ウェイを他のウェイト接続",
-                    "line": "ウェイとラインを接続",
-                    "area": "ウェイとエリアを接続"
-                }
+                    "from_vertex": {
+                        "to_point": "ウェイをポイントに接続",
+                        "to_vertex": "ウェイを他のウェイと接続",
+                        "to_line": "ウェイをラインに接続",
+                        "to_area": "ウェイをエリアに接続",
+                        "to_adjacent_vertex": "ウェイ内の隣接するポイントをマージ",
+                        "to_sibling_vertex": "ウェイを自身に接続"
+                    },
+                    "from_point": {
+                        "to_point": "ポイントを他とマージ",
+                        "to_vertex": "ポイントをウェイ内のポイントとマージ",
+                        "to_line": "ポイントをラインに移動",
+                        "to_area": "ポイントをエリアに移動"
+                    }
+                },
+                "relation": "リレーションのロールが競合しているため、地物を接続できません",
+                "restriction": "\"{relation}\" リレーションを壊してしまうため、これらの地物は接続できません。"
             },
             "disconnect": {
                 "title": "接続解除",
-                "description": "ウェイの接続を解除して切り離す",
+                "description": "ウェイの接続を解除して切り離します。",
+                "line": {
+                    "description": "このラインを他の地物から切り離します。"
+                },
+                "area": {
+                    "description": "このエリアを他の地物から切り離します。"
+                },
                 "key": "D",
                 "annotation": "ウェイの接続を解除",
+                "too_large": {
+                    "single": "現在十分に表示しきれていないため、これは切り離しできません。"
+                },
                 "not_connected": "ライン/エリアの接続を解除できません",
+                "not_downloaded": "一部がまだダウンロードされていないため、切り離しできません。",
                 "connected_to_hidden": "非表示の地物に接続しているため、切り離すことができません。",
                 "relation": "リレーションに所属しているため、切り離すことが出来ません。"
             },
                 "key": "C",
                 "annotation": "{n} 個の地物をマージ",
                 "not_eligible": "地物情報がマージできません",
-                "not_adjacent": "地物同士が結合していないため、マージできません",
-                "restriction": "\"{relation}\" リレーションに所属している地物が含まれているため、マージすることができません",
+                "not_adjacent": "端点が接続されていないため、地物をマージできません。",
+                "restriction": "\"{relation}\" リレーションを壊してしまうため、これらの地物はマージできません。",
+                "relation": "リレーションのロールが競合しているため、地物をマージできません",
                 "incomplete_relation": "地物全体がダウンロードされていないため、マージさせることができません。",
-                "conflicting_tags": "タグの値が競合しているため、地物をマージできません"
+                "conflicting_tags": "タグの値が競合しているため、地物をマージできません",
+                "paths_intersect": "経路を自己交差することになるため、この地物はマージできません。"
             },
             "move": {
                 "title": "移動",
                 "connected_to_hidden": {
                     "single": "この地物は非表示の地物に接続しているため、移動できません。",
                     "multiple": "これらの地物は非表示の地物に接続しているため、移動できません。"
+                },
+                "not_downloaded": {
+                    "single": "一部がまだダウンロードされていないため、この地物は移動できません。",
+                    "multiple": "一部がまだダウンロードされていないため、これらの地物は移動できません。"
                 }
             },
             "reflect": {
-                "title": "反転",
+                "title": {
+                    "long": "長軸で反転",
+                    "short": "短軸で反転"
+                },
                 "description": {
                     "long": {
                         "single": "この地物を長軸で反転します。",
                 },
                 "annotation": {
                     "long": {
-                        "single": "地物を長軸で反転しました。",
+                        "single": "長軸に沿って地物を反転します。",
                         "multiple": "複数の地物を長軸で反転しました。"
                     },
                     "short": {
-                        "single": "地物を短軸で反転しました。",
+                        "single": "短軸に沿って地物を反転します。",
                         "multiple": "複数の地物を短軸で反転しました。"
                     }
                 },
                 "connected_to_hidden": {
                     "single": "この地物は非表示の地物に接続しているため、反転できません。",
                     "multiple": "これらの地物は非表示の地物に接続しているため、反転できません。"
+                },
+                "not_downloaded": {
+                    "single": "一部がまだダウンロードされていないため、この地物は反転できません。",
+                    "multiple": "一部がまだダウンロードされていないため、これらの地物は反転できません。"
                 }
             },
             "rotate": {
                 "connected_to_hidden": {
                     "single": "この地物は非表示の地物に接続しているため、回転できません。",
                     "multiple": "これらの地物は非表示の地物に接続しているため、回転できません。"
+                },
+                "not_downloaded": {
+                    "single": "一部がまだダウンロードされていないため、この地物は回転できません。",
+                    "multiple": "一部がまだダウンロードされていないため、これらの地物は回転できません。"
                 }
             },
             "reverse": {
                 "connected_to_hidden": "非表示の地物に接続しているため、分割することができません。"
             },
             "restriction": {
-                "help": {
-                    "select": "道路の区間を選択するにはクリックしてください。",
-                    "toggle": "進行方向制限を切り替えるにはクリックしてください。",
-                    "toggle_on": "「{restriction}」の制約を追加するにはクリックしてください。",
-                    "toggle_off": "「{restriction}」の制約を削除するにはクリックしてください。"
-                },
                 "annotation": {
                     "create": "進行方向制限を追加しました",
                     "delete": "進行方向制限を削除しました"
                 }
+            },
+            "extract": {
+                "title": "抜き移し",
+                "key": "E",
+                "description": {
+                    "vertex": {
+                        "single": "このポイントを親のライン/エリアから抜き移します。"
+                    },
+                    "area": {
+                        "single": "このエリアからポイントを抜き移します。"
+                    }
+                },
+                "annotation": {
+                    "single": "ポイントを抜き移しました。"
+                },
+                "too_large": {
+                    "area": {
+                        "single": "エリアが完全には表示されていないため、ポイントを抜き移しできません。"
+                    }
+                },
+                "restriction": {
+                    "vertex": {
+                        "single": "\"{relation}\" リレーションを壊してしまうため、このノードは抜き移しできません。"
+                    }
+                },
+                "connected_to_hidden": {
+                    "vertex": {
+                        "single": "このポイントは非表示の地物に接続しているため、抜き移しできません。"
+                    }
+                }
+            }
+        },
+        "restriction": {
+            "controls": {
+                "distance": "距離",
+                "distance_up_to": "上限 {distance}",
+                "via": "経由",
+                "via_node_only": "ノードのみ",
+                "via_up_to_one": "1 ウェイまで",
+                "via_up_to_two": "2 ウェイまで"
+            },
+            "help": {
+                "indirect": "(間接)",
+                "turn": {
+                    "no_left_turn": "左折禁止 {indirect}",
+                    "no_right_turn": "右折禁止 {indirect}",
+                    "no_u_turn": "Uターン禁止 {indirect}",
+                    "no_straight_on": "直進禁止 {indirect}",
+                    "only_left_turn": "左折専用 {indirect}",
+                    "only_right_turn": "右折専用 {indirect}",
+                    "only_u_turn": "Uターンのみ {indirect}",
+                    "only_straight_on": "直進専用 {indirect}",
+                    "allowed_left_turn": "左折可 {indirect}",
+                    "allowed_right_turn": "右折可 {indirect}",
+                    "allowed_u_turn": "Uターン可 {indirect}",
+                    "allowed_straight_on": "直進可 {indirect}"
+                },
+                "from": "進行元(FROM)",
+                "via": "経由(VIA)",
+                "to": "進行先(TO)",
+                "from_name": "{from} {fromName}",
+                "from_name_to_name": "{from} {fromName} {to} {toName}",
+                "via_names": "{via} {viaNames}",
+                "select_from": "クリックして {from} 区間を選択",
+                "select_from_name": "クリックして {from} {fromName}を選択",
+                "toggle": "クリックして「{turn}」に切換え"
             }
         },
         "undo": {
             "tooltip": "もとに戻す: {action}",
-            "nothing": "もとに直す変更点がありません"
+            "nothing": "元に戻す変更点がありません"
         },
         "redo": {
             "tooltip": "再実行: {action}",
-            "nothing": "やり直した変更点がありません"
+            "nothing": "再実行する変更点がありません"
         },
         "tooltip_keyhint": "ショートカット",
         "browser_notice": "このエディタは Firefox、Chrome、Safari、OperaそしてInternet Explorer 11以降で動作します。地図を編集するには、ブラウザをアップデートするか、Potlatch 2を利用してください。",
             "localized_translation_language": "言語選択",
             "localized_translation_name": "名称"
         },
-        "zoom_in_edit": "編集するには地図を拡大してください",
+        "zoom_in_edit": "ズームして編集",
         "login": "ログイン",
         "logout": "ログアウト",
         "loading_auth": "OpenStreetMapへ接続中...",
         "report_a_bug": "バグ報告",
         "help_translate": "翻訳協力",
+        "sidebar": {
+            "key": "`",
+            "tooltip": "サイドバー表示/非表示"
+        },
         "feature_info": {
             "hidden_warning": "非表示の地物{count}件",
             "hidden_details": "現在非表示の地物: {details}"
         },
         "commit": {
             "title": "OpenStreetMapへアップロード",
-            "description_placeholder": "投稿内容についての短い説明(必須)",
-            "message_label": "変更セットのコメント",
-            "upload_explanation": "あなたがアップロードした編集内容は、OpenStreetMapを利用しているすべてのユーザが閲覧できるようになります。",
-            "upload_explanation_with_user": "編集した内容を {user} アカウントでアップロードし、OpenStreetMapを利用しているすべてのユーザが閲覧できるようにします。",
+            "upload_explanation": "あなたがアップロードした編集内容は、OpenStreetMapのデータを利用しているすべてのマップで閲覧できるようになります。",
+            "upload_explanation_with_user": " {user} アカウントでアップロードした編集内容は、OpenStreetMapを利用しているすべてのマップで閲覧できるようになります。",
+            "request_review": "編集のレビューを希望します。",
             "save": "アップロード",
             "cancel": "キャンセル",
             "changes": "{count} 個の変更",
+            "download_changes": "osmChangeファイルをダウンロード",
+            "errors": "エラー",
             "warnings": "注意",
             "modified": "変更した地物",
             "deleted": "削除した地物",
             "created": "作成した地物",
-            "about_changeset_comments": "変更セットのコメントについて",
+            "outstanding_errors_message": "まず全てのエラーを解決してください。{count} 件残っています。",
+            "comment_needed_message": "まず変更セットのコメントを追加してください。",
+            "about_changeset_comments": "変更セットの良いコメントについて",
             "about_changeset_comments_link": "//wiki.openstreetmap.org/wiki/Good_changeset_comments",
             "google_warning": "コメントの中で Google に触れていますが、 Google マップからのコピーは絶対に禁止です。",
-            "google_warning_link": "http://www.openstreetmap.org/copyright"
+            "google_warning_link": "https://www.openstreetmap.org/copyright"
         },
         "contributors": {
             "list": "{users} による編集",
             "truncated_list": "{users} とその他 {count} 人による編集"
         },
-        "infobox": {
-            "selected": "{n} 個を選択中",
-            "geometry": "ジオメトリ",
-            "closed": "閉店中",
-            "center": "中央部",
-            "perimeter": "周辺部",
-            "length": "長さ",
-            "area": "エリア",
-            "centroid": "中央に表示",
-            "location": "ロケーション",
-            "metric": "メトリック",
-            "imperial": "ヤード・ポンド法"
+        "info_panels": {
+            "key": "I",
+            "background": {
+                "key": "B",
+                "title": "背景",
+                "zoom": "ズーム",
+                "vintage": "撮影日",
+                "source": "情報源",
+                "description": "説明",
+                "resolution": "解像度",
+                "accuracy": "精度",
+                "unknown": "不明",
+                "show_tiles": "タイルを表示",
+                "hide_tiles": "タイルを非表示",
+                "show_vintage": "撮影日を表示",
+                "hide_vintage": "撮影日を非表示"
+            },
+            "history": {
+                "key": "H",
+                "title": "編集履歴",
+                "selected": "{n} 個を選択中",
+                "no_history": "履歴なし(新しい地物)",
+                "version": "バージョン",
+                "last_edit": "最新の編集",
+                "edited_by": "編集者",
+                "changeset": "変更セット",
+                "unknown": "不明",
+                "link_text": "openstreetmap.org上の履歴",
+                "note_no_history": "履歴なし(新しいメモ)",
+                "note_comments": "コメント",
+                "note_created_date": "作成日",
+                "note_created_user": "作成者",
+                "note_link_text": "openstreetmap.orgのメモ"
+            },
+            "location": {
+                "key": "L",
+                "title": "位置",
+                "unknown_location": "不明な位置"
+            },
+            "measurement": {
+                "key": "M",
+                "title": "計測",
+                "selected": "{n} 個を選択中",
+                "geometry": "ジオメトリ",
+                "closed_line": "クローズドライン",
+                "closed_area": "クローズドエリア",
+                "center": "中心",
+                "perimeter": "周囲",
+                "length": "長さ",
+                "area": "エリア",
+                "centroid": "重心",
+                "location": "位置",
+                "metric": "メートル法",
+                "imperial": "ヤード・ポンド法",
+                "node_count": "ノード数"
+            }
         },
         "geometry": {
             "point": "ポイント",
             "vertex": "交点",
             "line": "ライン",
             "area": "エリア",
-            "relation": "リレーション"
+            "relation": "リレーション",
+            "note": "メモ"
         },
         "geocoder": {
             "search": "世界中のデータから検索",
-            "no_results_visible": "表示中のエリアからの検索結果はありませんでした",
+            "no_results_visible": "現在表示中のマップ領域にはありませんでした",
             "no_results_worldwide": "検索結果がありません"
         },
         "geolocate": {
             "locating": "位置情報を取得中です。しばらくお待ちください。"
         },
         "inspector": {
-            "no_documentation_combination": "このタグの組み合わせに関する解説はありません",
-            "no_documentation_key": "このキーに対する解説はありません",
-            "documentation_redirect": "文書は新しいページにリダイレクトされました",
+            "zoom_to": {
+                "key": "Z",
+                "title": "ここにズーム",
+                "tooltip_feature": "マップを中央寄せ・ズームしてこの地物にフォーカス。",
+                "tooltip_note": "マップを中央寄せ・ズームしてこのメモにフォーカス。",
+                "tooltip_data": "マップを中央寄せ・ズームしてこのデータにフォーカス。",
+                "tooltip_issue": "マップを中央寄せ・ズームしてこの課題にフォーカス。"
+            },
             "show_more": "次を表示",
             "view_on_osm": "openstreetmap.orgで確認",
+            "view_on_keepRight": "keepright.at 上で閲覧",
             "all_fields": "すべての項目",
             "all_tags": "すべてのタグ",
             "all_members": "すべてのメンバー",
             "all_relations": "すべてのリレーション",
+            "add_to_relation": "リレーションに追加",
             "new_relation": "新しいリレーション...",
+            "choose_relation": "親のリレーションを選択",
             "role": "役割",
             "choose": "地物の種類を選択",
             "results": "検索結果{n}件: {search}",
-            "reference": "OpenStreetMap WIkiで確認",
+            "no_documentation_key": "利用できる文書はありません。",
+            "edit_reference": "編集/翻訳",
+            "wiki_reference": "ドキュメントを見る",
+            "wiki_en_reference": "ドキュメントを英語で見る",
+            "hidden_preset": {
+                "manual": "{features} が非表示となっています。地図データ設定ペインで有効化してください。",
+                "zoom": "{features} が非表示となっています。ズームインして有効化してください。"
+            },
             "back_tooltip": "地物の編集",
             "remove": "削除",
             "search": "検索",
             "multiselect": "選択中の地物",
             "unknown": "不明",
             "incomplete": "<ダウンロード未完了>",
-            "feature_list": "地物を検索",
-            "edit": "å\9c°ç\89©ã\82\92ç·¨é\9b\86",
+            "feature_list": "地物名や座標で位置検索してズーム",
+            "edit": "å\9c°ç\89©ã\82¨ã\83\87ã\82£ã\82¿",
             "check": {
                 "yes": "はい",
-                "no": "いいえ"
+                "no": "いいえ",
+                "reverser": "方向を変更"
+            },
+            "radio": {
+                "structure": {
+                    "type": "種別",
+                    "default": "既定",
+                    "layer": "レイヤー"
+                }
             },
             "add": "追加",
             "none": "なし",
             "way": "ウェイ",
             "relation": "リレーション",
             "location": "位置",
-            "add_fields": "項目追加: "
+            "add_fields": "項目追加: ",
+            "lock": {
+                "suggestion": "Wikidataタグがあるため「{label}」欄はロックされました。「すべてのタグ」セクションでタグを削除または編集できます。"
+            }
         },
         "background": {
-            "title": "背景画像",
-            "description": "背景画像設定",
-            "percent_brightness": "明度 {opacity}%",
+            "title": "背景設定",
+            "description": "背景設定",
+            "key": "B",
+            "backgrounds": "背景画像の切替",
             "none": "なし",
             "best_imagery": "表示中の場所に最適な航空写真",
             "switch": "背景に切り替え",
             "custom": "カスタム",
-            "custom_button": "カスタム背景の編集",
-            "custom_prompt": "タイルURLのテンプレートを入力してください。有効なトークンは Z/X/Y 用に {zoom}, {x}, {y} と、クアッドタイル用に {u} です。",
-            "fix_misalignment": "画像の位置を調整",
-            "imagery_source_faq": "この写真の出典元",
+            "overlays": "オーバーレイの選択",
+            "imagery_source_faq": "画像の情報 / 問題を報告",
             "reset": "設定リセット",
-            "offset": "画像の位置を調整するには、灰色のエリアのどこかをドラッグするか、ずれ幅をメートル単位で入力するかしてください。",
+            "reset_all": "全てリセット",
+            "display_options": "背景画質の調整",
+            "brightness": "明るさ",
+            "contrast": "コントラスト",
+            "saturation": "色合い",
+            "sharpness": "シャープさ",
             "minimap": {
-                "description": "ミニマップ",
-                "tooltip": "現在表示中の周辺をズームアウトして表示"
-            }
+                "description": "ミニマップを表示",
+                "tooltip": "現在表示中の周辺をズームアウトして表示",
+                "key": "/"
+            },
+            "fix_misalignment": "背景位置の調整",
+            "offset": "画像の位置を調整するには、灰色のエリアのどこかをドラッグするか、ずれ幅をメートル単位で入力するかしてください。"
         },
         "map_data": {
-            "title": "地図データ",
-            "description": "地図データ",
-            "data_layers": "データレイヤ",
-            "fill_area": "エリアを塗りつぶし",
-            "map_features": "タグ定義一覧",
-            "autohidden": "表示対象となっている地物の数が多すぎます。ズームインしてから編集を行ってください。"
+            "title": "地図データ設定",
+            "description": "地図データ設定",
+            "key": "F",
+            "data_layers": "データレイヤの選択",
+            "layers": {
+                "osm": {
+                    "tooltip": "OpenStreetMapのマップデータ",
+                    "title": "OpenStreetMapのデータ"
+                },
+                "notes": {
+                    "tooltip": "OpenStreetMapのメモデータ",
+                    "title": "OpenStreetMapのメモ"
+                },
+                "keepRight": {
+                    "tooltip": "マップの課題をkeepright.at から自動的に検知しました",
+                    "title": "KeepRight の改善提案"
+                },
+                "improveOSM": {
+                    "tooltip": "improveosm.org が自動的に検知した設定漏れデータ",
+                    "title": "ImproveOSM の改善提案(日本は未対応)"
+                },
+                "custom": {
+                    "tooltip": "ページ上にデータファイルをドラッグ&ドロップするか、画面右側のボタンをクリックして設定してください",
+                    "title": "カスタム地図データ",
+                    "zoom": "データにズーム"
+                }
+            },
+            "fill_area": "エリアの塗りつぶし有無",
+            "map_features": "表示対象地物の選択",
+            "autohidden": "表示対象となっている地物の数が多すぎます。ズームインしてから編集を行ってください。",
+            "osmhidden": "OpenStreetMapレイヤが非表示のため、これらの地物は自動的に非表示となっています。"
+        },
+        "photo_overlays": {
+            "title": "写真の重ね合わせ",
+            "traffic_signs": {
+                "title": "交通標識"
+            },
+            "photo_type": {
+                "flat": {
+                    "title": "平面写真",
+                    "tooltip": "従来型の写真"
+                },
+                "panoramic": {
+                    "title": "パノラマ写真",
+                    "tooltip": "360° 写真"
+                }
+            }
         },
         "feature": {
             "points": {
                 "description": "建築物",
                 "tooltip": "建築物、避難所、ガレージなど"
             },
+            "building_parts": {
+                "description": "建物の一部分",
+                "tooltip": "3Dの建物と屋根の構成要素"
+            },
+            "indoor": {
+                "description": "屋内(インドア)の地物",
+                "tooltip": "部屋、廊下、吹き抜け等。"
+            },
             "landuse": {
                 "description": "土地利用関連",
                 "tooltip": "森林、農地、公園、住宅地、商業区画など"
                 "description": "鉄道関連",
                 "tooltip": "鉄道"
             },
+            "pistes": {
+                "description": "スキー",
+                "tooltip": "スキーのスロープ、橇用の斜面、アイススケート用の小径等。"
+            },
+            "aerialways": {
+                "description": "索道の地物",
+                "tooltip": "チェアリフト、ゴンドラ、ジップライン等。"
+            },
             "power": {
                 "description": "電力関連",
                 "tooltip": "電線、高圧線、発電所、変電所など"
             },
             "past_future": {
-                "description": "廃棄消失/建設予定地",
+                "description": "過去/未来の地物",
                 "tooltip": "予定地、建設中、廃業、撤去済など"
             },
             "others": {
-                "description": "その他",
+                "description": "その他の地物",
                 "tooltip": "すべて"
             }
         },
         "area_fill": {
             "wireframe": {
                 "description": "塗りつぶしなし (ワイヤフレーム)",
-                "tooltip": "ワイヤフレームモードを有効化することで、背景画像の視認性が高まります"
+                "tooltip": "ワイヤフレームモードを有効化することで、背景画像の視認性が高まります",
+                "key": "W"
             },
             "partial": {
                 "description": "部分的に塗りつぶし",
                 "tooltip": "エリアがすべて塗りつぶされます。"
             }
         },
+        "settings": {
+            "custom_background": {
+                "tooltip": "カスタム背景の設定",
+                "header": "カスタム背景画像設定",
+                "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}",
+                "template": {
+                    "placeholder": "URLテンプレートを入力"
+                }
+            },
+            "custom_data": {
+                "tooltip": "カスタムデータレイヤの編集",
+                "header": "カスタム地図データ設定",
+                "file": {
+                    "instructions": "ローカルのデータファイルを選択。サポート対象:\n   .gpx, .kml, .geojson, .json",
+                    "label": "ファイルをブラウズ"
+                },
+                "or": "または",
+                "url": {
+                    "instructions": "データファイルのURL、またはベクタータイルのURLテンプレートを入力。有効なトークン:\n   {zoom}、またはZ/X/Yタイルスキーマ用 {z}, {x}, {y}",
+                    "placeholder": "URLを入力"
+                }
+            }
+        },
         "restore": {
-            "heading": "OSMにアップロードされていない編集内容があります",
-            "description": "前回作業した編集内容がアップロードされていません。編集内容を復元しますか?",
-            "restore": "復元",
-            "reset": "破棄"
+            "heading": "変更した内容が保存されていません",
+            "description": "直前の編集セッションから未保存の変更内容を復元しますか?",
+            "restore": "å¤\89æ\9b´å\86\85容ã\82\92復å\85\83",
+            "reset": "変更内容を破棄"
         },
         "save": {
             "title": "保存",
             "status_code": "サーバが状態コード{code}を返しました",
             "unknown_error_details": "インターネットに接続されているか、確認してください。",
             "uploading": "OpenStreetMapへ変更をアップロード中...",
+            "conflict_progress": "競合チェック中: {num} / {total}",
             "unsaved_changes": "編集内容が保存されていません",
             "conflict": {
                 "header": "競合している編集を解決",
                 "keep_remote": "他の変更を採用",
                 "restore": "復元",
                 "delete": "削除したままにする",
-                "download_changes": "または変更をダウンロードしてください。",
+                "download_changes": "またはosmChangeファイルをダウンロード",
                 "done": "すべての競合が解決されました。",
                 "help": "あなたが変更した地物を他のユーザーも変更しました。\n競合についての詳細は、以下のそれぞれの地物をクリックし、あなたの変更と\n他のユーザーの変更のどちらを残したいか選択して下さい。\n"
             }
             }
         },
         "success": {
-            "edited_osm": "OSM編集完了!",
-            "just_edited": "OpenStreetMap編集完了!",
-            "view_on_osm": "詳細情報確認",
-            "facebook": "Facebookでシェア",
-            "twitter": "Twitterでシェア",
-            "google": "Google+でシェア",
-            "help_html": "あなたが投稿した内容は数分で\"標準\"レイヤーに反映されます。その他のレイヤーへの適用や、記述した地物によっては反映にさらに時間がかかる場合があります。",
+            "just_edited": "たった今OpenStreetMapが編集されました!",
+            "thank_you": "マップ改善へのご協力ありがとうございます。",
+            "thank_you_location": "{where} 付近のマップ改善へのご協力ありがとうこざいます。",
+            "thank_you_where": {
+                "format": "{place}{separator}{region}",
+                "separator": ", "
+            },
+            "help_html": "サーバーの状態にもよりますが、変更は通常数分で反映されます。標準地図以外への反映はもっと時間がかかる場合があります。",
             "help_link_text": "詳細",
-            "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"
+            "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",
+            "view_on_osm": "OSM上で変更内容を閲覧",
+            "changeset_id": "あなたの変更セット #: {changeset_id}",
+            "like_osm": "OpenStreetMapが気に入ったら仲間とつながってみませんか?",
+            "more": "詳細",
+            "events": "イベント",
+            "languages": "言語: {languages}",
+            "missing": "リストに漏れがありますか?",
+            "tell_us": "教えてください!"
         },
         "confirm": {
             "okay": "OK",
             "cancel": "キャンセル"
         },
         "splash": {
-            "welcome": "iD 起動中",
-            "text": "iDは、世界でもっとも優れた自由な世界地図を編集するためのツールで、馴染みやすく、かつ高機能です。現在のバージョンは {version} です。詳細は {website} で公開中です。バグ報告は {github} で受け付けています。",
-            "walkthrough": "ã\83\81ã\83¥ã\83¼ã\83\88ã\83ªã\82¢ã\83«ã\82\92é\96\8bå§\8b",
-            "start": "ç·¨é\9b\86é\96\8bå§\8b"
+            "welcome": "OpenStreetMap エディタの iD へようこそ",
+            "text": "iD はみんなで作る世界地図に貢献するための使いやすくパワフルなツールです。現在のバージョンは {version} です。詳細情報は {website} で、バグレポートは {github} でお願いします。",
+            "walkthrough": "ã\82¦ã\82©ã\83¼ã\82¯ã\82¹ã\83«ã\83¼ã\82\92å§\8bã\82\81ã\82\8b",
+            "start": "ä»\8aã\81\99ã\81\90ç·¨é\9b\86ã\82\92å§\8bã\82\81ã\82\8b"
         },
         "source_switch": {
             "live": "本番サーバ",
             "lose_changes": "OSMへアップロードされていない編集があります。投稿先サーバを切り替えると編集内容は破棄されます。投稿先を切り替えてよろしいですか?",
             "dev": "開発サーバ"
         },
+        "version": {
+            "whats_new": "iDエディタ更新 {version}"
+        },
         "tag_reference": {
             "description": "説明",
             "on_wiki": "{tag}: wiki.osm.org ",
             "used_with": "さらに詳しく:  {type}"
         },
-        "validations": {
-            "disconnected_highway": "切断された道路",
-            "disconnected_highway_tooltip": "道路は通常、他の道路に接続されます。",
-            "untagged_point": "タグなしポイント",
-            "untagged_line": "ラインにタグが付与されていません",
-            "untagged_area": "エリアにタグが付与されていません",
-            "untagged_relation": "タグの無いリレーション",
-            "many_deletions": "あなたは{n}件の地物を削除しようとしています。本当に実行して宜しいですか?他の人からも見える地図から削除することになります。",
-            "tag_suggests_area": "ラインに {tag} タグが付与されています。エリアで描かれるべきです",
-            "untagged_point_tooltip": "この点が表す地物の種類を選択してください。",
-            "untagged_line_tooltip": "この直線が表す地物の種類を選択してください。",
-            "untagged_area_tooltip": "このエリアが表す地物の種類を選択してください。",
-            "untagged_relation_tooltip": "このリレーションを表す地物の種別を選んでください。",
-            "deprecated_tags": "タグの重複: {tags}"
-        },
         "zoom": {
             "in": "ズームイン",
             "out": "ズームアウト"
         },
         "cannot_zoom": "現在のモードでは、これ以上ズームアウトできません。",
         "full_screen": "フルスクリーンにする",
-        "gpx": {
-            "local_layer": "ローカル・ファイル",
-            "drag_drop": "ページ上に .gpx, .geojson, .kml ファイルをドラッグ&ドロップするか、右のボタンを押して参照するかしてください",
-            "zoom": "レイヤにズーム",
-            "browse": "ファイルをブラウズ"
+        "QA": {
+            "improveOSM": {
+                "title": "ImproveOSM 検知内容",
+                "geometry_types": {
+                    "path": "歩道・小道",
+                    "parking": "駐車場",
+                    "road": "道路",
+                    "both": "道路と駐車場"
+                },
+                "directions": {
+                    "east": "東",
+                    "north": "北",
+                    "northeast": "北東",
+                    "northwest": "北西",
+                    "south": "南",
+                    "southeast": "南東",
+                    "southwest": "南西",
+                    "west": "西"
+                },
+                "error_types": {
+                    "ow": {
+                        "title": "一方通行が未設定",
+                        "description": "{highway} のこの区間では、{num_trips} 件の通行記録のうち、{percentage} %が{from_node} から{to_node} に向かっています。「一方通行」タグが漏れている可能性があります。"
+                    },
+                    "mr": {
+                        "title": "ジオメトリが未設定",
+                        "description": "このエリアで記録された{num_trips}件の通行記録は、ここにマッピングされていない{geometry_type} がある可能性を示しています。",
+                        "description_alt": "サードパーティのデータが、ここにマッピングされていない{geometry_type} がある可能性を示しています。"
+                    },
+                    "tr": {
+                        "title": "進行方向制限が未設定",
+                        "description": "{num_trips} 件の記録された通行({travel_direction}方面への移動)のうち{num_passed} 件が、{from_way} から{to_way} へ{junction}で方向転換しています。「{turn_restriction}」の制限が未設定である可能性があります。"
+                    }
+                }
+            },
+            "keepRight": {
+                "title": "KeepRight の指摘内容",
+                "detail_title": "エラー",
+                "detail_description": "説明",
+                "comment": "コメント",
+                "comment_placeholder": "コメントを入力して他のユーザーと状況を共有します。",
+                "close": "クローズ (エラー修正済)",
+                "ignore": "無視 (エラーではない)",
+                "save_comment": "コメントのみ",
+                "close_comment": "コメント&クローズ",
+                "ignore_comment": "コメント&無視(エラーではない)",
+                "error_parts": {
+                    "this_node": "このノード",
+                    "this_way": "このウェイ",
+                    "this_relation": "このリレーション",
+                    "this_oneway": "この一方通行",
+                    "this_highway": "この道路",
+                    "this_railway": "この鉄道",
+                    "this_waterway": "この水路",
+                    "this_cycleway": "この自転車道",
+                    "this_cycleway_footpath": "この自転車道/歩道",
+                    "this_riverbank": "この河川",
+                    "this_crossing": "この横断歩道",
+                    "this_railway_crossing": "この踏切",
+                    "this_bridge": "この橋",
+                    "this_tunnel": "このトンネル",
+                    "this_boundary": "この行政境界",
+                    "this_turn_restriction": "この進行方向制限",
+                    "this_roundabout": "このラウンドアバウト",
+                    "this_mini_roundabout": "この小さなラウンドアバウト",
+                    "this_track": "このトラック",
+                    "this_feature": "この地物",
+                    "highway": "道路",
+                    "railway": "鉄道",
+                    "waterway": "水路",
+                    "cycleway": "自転車道",
+                    "cycleway_footpath": "自転車道/歩道",
+                    "riverbank": "河川",
+                    "place_of_worship": "礼拝所",
+                    "pub": "居酒屋",
+                    "restaurant": "レストラン",
+                    "school": "学校",
+                    "university": "大学",
+                    "hospital": "病院",
+                    "library": "図書館",
+                    "theatre": "劇場",
+                    "courthouse": "裁判所",
+                    "bank": "銀行",
+                    "cinema": "映画館",
+                    "pharmacy": "薬局",
+                    "cafe": "喫茶店",
+                    "fast_food": "ファストフード",
+                    "fuel": "ガソリンスタンド",
+                    "from": "from",
+                    "to": "to",
+                    "left_hand": "左側",
+                    "right_hand": "右側"
+                },
+                "errorTypes": {
+                    "20": {
+                        "title": "同一地点に複数ノード",
+                        "description": "この地点に1つ以上のノードがあります。ノードのID: {var1}。"
+                    },
+                    "30": {
+                        "title": "閉じていないエリア",
+                        "description": "{var1} は \"{var2}\" でタグ付けされており、ループを閉じるべきです。"
+                    },
+                    "40": {
+                        "title": "一方通行の行き止まり",
+                        "description": "{var2} の最初のノード {var1} は他のウェイにどことも接続していません。"
+                    },
+                    "41": {
+                        "description": "{var2} の最後のノード {var1} は他のウェイにどことも接続していません。"
+                    },
+                    "42": {
+                        "description": "{var1} に至る全てのウェイが一方通行なので、そこにはたどり着けません。 "
+                    },
+                    "43": {
+                        "description": "{var1} に至る全てのウェイが一方通行なので、そこから出られません。 "
+                    },
+                    "50": {
+                        "title": "交差点に未接続",
+                        "description": "{var1} はウェイ {var1} のすぐ近くにありますが接続されていません。(訳注:(対処例)接続されていない終端ノードは大きめの白い丸で表示されています。それをドラッグして接続先のウェイ付近に持って行くと吸い付くようにつながり、ノードが小さめのグレイの丸に変化します。壁や崖等により実際に接続されていない道路である場合は終端ノード上に noexit=yes タグを付けて通り抜けできないことを明示すると良いでしょう。)"
+                    },
+                    "60": {
+                        "title": "非推奨タグ",
+                        "description": "{var1} は非推奨タグの \"{var2}\" を使っています。代わりに \"{var3}\" を使ってください。 "
+                    },
+                    "70": {
+                        "title": "タグ未設定",
+                        "description": "{var1} には空のタグがあります: \"{var2}\"。"
+                    },
+                    "71": {
+                        "description": "{var1} にはタグがありません。"
+                    },
+                    "72": {
+                        "description": "{var1} はどのウェイのメンバーでもなく、タグがありません。"
+                    },
+                    "73": {
+                        "description": "{var1}には \"{var2}\" タグがありますが、\"highway\" タグがありません。"
+                    },
+                    "74": {
+                        "description": "{var1} には空のタグがあります: \"{var2}\"。"
+                    },
+                    "75": {
+                        "description": "{var1} には nameタグ \"{var2}\" がありますが他のタグがありません。"
+                    },
+                    "90": {
+                        "title": "ref タグの無い自動車道",
+                        "description": "{var1} は自動車道 motorway としてタグ付けされているので \"ref\"、\"nat_ref\"または \"int_ref\" タグが必要です。"
+                    },
+                    "100": {
+                        "title": "religion タグの無い礼拝所",
+                        "description": "{var1} は礼拝所 place of worship としてタグ付けされているので religion タグが必要です。"
+                    },
+                    "110": {
+                        "title": "名前の無いPOI",
+                        "description": "{var1} は \"{var2}\" としてタグ付けされているので name タグが必要です。(訳注:(対処例)POIには通常名前があるのでそれを入力します。特定の名前が実際に無いことが稀にありますが、その場合には noname=yes タグを付けて名前が無いことを明示することもできます。)"
+                    },
+                    "120": {
+                        "title": "ノードの無いウェイ",
+                        "description": "{var1} には単一のノードしかありません。"
+                    },
+                    "130": {
+                        "title": "未接続のウェイ(浮島)",
+                        "description": "{var1} はマップの他のオブジェクトに接続していません。(訳注:(対処例)大きめの白い丸である未接続の終端ノードをドラッグして相手先のウェイに接続するか、終端ノード上でショートカットキー\"A\"を押すか、右クリックして(+)延長アイコンをクリックしてウェイを延ばして接続します。正しく接続されると丸は小さめのグレイに変化します。エリアで描いたペデストリアンも他の歩道や道路に接続します)"
+                    },
+                    "150": {
+                        "title": "タグの無い鉄道踏切",
+                        "description": "道路と鉄道の交差する {var1} は \"railway=crossing\" または \"railway=level_crossing\" とタグ付けする必要があります。"
+                    },
+                    "160": {
+                        "title": "鉄道レイヤのぶつかり",
+                        "description": "{var1} につながる別レイヤのウェイ (例: トンネルや橋) があります。"
+                    },
+                    "170": {
+                        "title": "FIXME タグの付いたアイテム",
+                        "description": "{var1} にはFIXMEタグがあります: \"{var2}\"。"
+                    },
+                    "180": {
+                        "title": " type の無いリレーション",
+                        "description": "{var1} には \"type\" タグがありません。"
+                    },
+                    "190": {
+                        "title": "交差種別が不明の交差",
+                        "description": "{var1} は {var2} {var3} に交差していますが、交差点のノード、橋、トンネルのいずれもありません。(訳注:(対処例)平面交差しているなら交差点付近のウェイ上にダブルクリックでノードを置いて、そのノードを少し動かすと吸い付くように両方のウェイがつながって交差点ができます。正しく接続されると交差点ノードが灰色になり、そのノードをドラッグした時に両方のウェイが動きます。道路と川が交差する箇所は川をまたぐ2か所で道路を区切り、区切ったウェイを選んで地物エディタで「橋」にチェックするか手動で bridge=yes タグを付けます。トンネルも同様の操作で tunnel=yes タグを付けます。なお、ウェイを区切る操作は、ウェイ上の区切る位置でダブルクリックしてノードを置き、そのノードを選んでショトカットキー\"X\"を押すか、右クリックでハサミのアイコンを選びます。)"
+                    },
+                    "200": {
+                        "title": "重なったウェイ",
+                        "description": "{var1} は {var2} {var3} に重なっています。"
+                    },
+                    "210": {
+                        "title": "循環ウェイ",
+                        "description": "循環するウェイによる何らかの問題があるかもしれません。"
+                    },
+                    "211": {
+                        "description": "{var1} には1つ以上のノードが複数回含まれています。ノードは {var2} です。これはエラーを引き起こす可能性があります。 "
+                    },
+                    "212": {
+                        "description": "{var1} には2つの異なるノードだけがあり、その1つを1回以上含んでいます。"
+                    },
+                    "220": {
+                        "title": "綴り間違いのあるタグ",
+                        "description": "{var1} は \"{var2}\" とタグ付けされていますが \"{var3}\" は \"{var4}\" であるかもしれません。"
+                    },
+                    "221": {
+                        "description": "{var1} にある \"{var2}\" タグには問題があるかもしれません。"
+                    },
+                    "230": {
+                        "title": "レイヤのぶつかり",
+                        "description": "{var1} は別レイヤ上にあるウェイの交差点です。(訳注:例えば平面の道路と地下トンネルや歩道橋は通常レイヤが異なり、接続していません。(対処例)接続を切り離す場合は、グレイの接続ノードを選んでショートカットキ\"D\"を選ぶか、右クリックで左右矢印の切り離しアイコンを選びます。もしくはレイヤの値を合わせます。)"
+                    },
+                    "231": {
+                        "description": "{var1} は次の別レイヤ上にあるウェイの交差点です: {var2}。(訳注:例えば平面の道路と地下トンネルや歩道橋は通常レイヤが異なり、接続していません。(対処例)接続を切り離す場合は、グレイの接続ノードを選んでショートカットキ\"D\"を選ぶか、右クリックで左右矢印の切り離しアイコンを選びます。もしくはレイヤの値を合わせます。)",
+                        "layer": "(レイヤ: {layer})"
+                    },
+                    "232": {
+                        "description": "{var1} は \"layer={var2}\" でタグ付けされています。エラーとは限りませんが、やや奇妙です。"
+                    },
+                    "270": {
+                        "title": "あまりやらない自動車道路の接続",
+                        "description": "{var1} は自動車道路と(\"motorway\", \"motorway_link\", \"trunk\", \"rest_area\",  \"construction\"以外の)一般道の交差点です。\"service\" や \"unclassified\" との接続は \"access=no/private\" タグがある場合(さもないと自動車道路のサービスエリアに行けてしまう)もしくは \"service=parking_aisle\" タグである場合にのみ適切です。"
+                    },
+                    "280": {
+                        "title": "境界の課題",
+                        "description": "この境界には課題がある可能性があります。"
+                    },
+                    "281": {
+                        "title": "名前が未設定の境界",
+                        "description": "{var1} には名前がありません。"
+                    },
+                    "282": {
+                        "title": "admin level が無い境界",
+                        "description": "境界 {var1} には適切な数字の admin_level がありません。admin level を混ぜないでください(例: \"6;7\")。全での境界でいちばん低い  admin_level でタグ付けしてください。"
+                    },
+                    "283": {
+                        "title": "閉じていない境界のループ",
+                        "description": "{var1} の境界は閉じたループになっていません。"
+                    },
+                    "284": {
+                        "title": "境界が分割",
+                        "description": "{var1} の境界はここで分割されています。"
+                    },
+                    "285": {
+                        "title": "境界の admin_level が高すぎ",
+                        "description": "{var1} には \"admin_level={var2}\" がありますが、より低い \"admin_level\" (例えばより高い優先度)を持つリレーションに属しています。全てのリレーションの中でいちばん低い \"admin_level\" を持つべきです。"
+                    },
+                    "290": {
+                        "title": "進行方向制限の課題",
+                        "description": "この進行方向制限には課題がある可能性があります。"
+                    },
+                    "291": {
+                        "title": "進行方向制限 type が未設定",
+                        "description": "{var1} には認識できない制限 type があります。"
+                    },
+                    "292": {
+                        "title": "\"from\" ウェイに制限が無い",
+                        "description": "{var1} には {var2} 件の \"from\" メンバーがありますが、1つであるべきです。"
+                    },
+                    "293": {
+                        "title": "\"to\" ウェイに制限が無い",
+                        "description": "{var1} には {var2} 件の \"to\" メンバーがありますが、1つであるべきです。"
+                    },
+                    "294": {
+                        "title": "制限 \"from\" または \"to\" がウェイで無い",
+                        "description": "{var1} には \"from\" または \"to\" メンバーがありますが、これはウェイであるべきです。 {var2}。"
+                    },
+                    "295": {
+                        "title": "制限 \"via\" はエンドポイントでは無い",
+                        "description": "{var1} には\"via\" (ノード {var2}) がありますが、\"{var3}\" (ウェイ {var4}) の最初または最後のメンバーではありません。"
+                    },
+                    "296": {
+                        "title": "あまり無い制限の角度",
+                        "description": "{var1} の type は \"{var2}\" ですが、角度は {var3}度です。制限の type が間違っていませんか?"
+                    },
+                    "297": {
+                        "title": "\"to\" のウェイの方向誤り",
+                        "description": "{var1} は\"to\" ウェイ {var2} の方向と一致していません。"
+                    },
+                    "298": {
+                        "title": "冗長な制限 - 一方通行",
+                        "description": "{var1} は冗長かもしれません。進入は {var2} 上の \"oneway\" タグで既に禁止されています。"
+                    },
+                    "300": {
+                        "title": "maxspeed 未設定",
+                        "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)」をチェックすると写真があれば道路標識やその撮影方向が確認できる場合があります。なお、制限速度が変わる場合はウェイを区切って別々にタグ付けします。)"
+                    },
+                    "310": {
+                        "title": "ラウンドアバウトの課題",
+                        "description": "このラウンドアバウトには課題がある可能性があります。"
+                    },
+                    "311": {
+                        "title": "閉じたループになっていないラウンドアバウト",
+                        "description": "{var1} はラウンドアバウトの一部ですが、閉じたループになっていません。(ラウンドアバウトに向かう分割された車線はラウンドアバウトとしてタグ付けすべきではありません)。"
+                    },
+                    "312": {
+                        "title": "ラウンドアバウトの方向誤り",
+                        "description": "{var1} が {var2} 通行の国にある場合、進行方向が誤っています。(訳注:日本は左側通行)"
+                    },
+                    "313": {
+                        "title": "ラウンドアバウトの接続が弱い",
+                        "description": "{var1} には他の道路が {var2} 本だけ接続されています。典型的にはラウンドアバウトには3本以上あります。"
+                    },
+                    "320": {
+                        "title": "正しくないリンクの接続",
+                        "description": "{var1} は \"{var2}\" とタグ付けされていますが、他の \"{var3}\" や \"{var4}\" にはどこにも接続されていません。"
+                    },
+                    "350": {
+                        "title": "正しくない bridge タグ",
+                        "description": "{var1} には橋の目的を示すための、その周囲のウェイと共通のタグがありません。次のタグのいずれかがあるべきです: {var2}。"
+                    },
+                    "360": {
+                        "title": "ローカル name タグ未設定",
+                        "description": "{var1} には \"name:XX={var2}\" というローカル(自地域)の名前タグもあると良いですね。XX はその言語での一般的な名前 \"{var2}\" の言語を示しています。(訳注:日本語ではXXには通常 ja が入ります。必須ではありません。)"
+                    },
+                    "370": {
+                        "title": "二重指定された地物",
+                        "description": "{var1} にはその周囲のウェイ {var2} {var3} と同じタグが付けられていますが冗長であるように思われます。(訳注:同じ地物であればいずれかひとつだけタグを付けます。)",
+                        "including_the_name": "(名前 {name} を含む)"
+                    },
+                    "380": {
+                        "title": "物理的な実体の無いsport タグ",
+                        "description": "{var1} には \"{var2}\" とタグ付けされていますが、物理的な実体を表すタグ (例えば\"leisure\", \"building\", \"amenity\", \"highway\")  がありません。"
+                    },
+                    "390": {
+                        "title": "トラックの種類が未設定",
+                        "description": "{var1} には トラックの種類を表す\"tracktype\" タグがありません。(訳注:主に農道や林道を表すhighway=track にはその整備の度合いを tracktype=grade1 「硬質:舗装もしくはレンガ・砕石の締固め路盤」から、あぜ道のようなgrade5「軟質:土/砂/草」までタグを付加して区別することができます。必須ではありません。現地の知識や確認可能な画像などが無い場合は推測で付けないようにしてください。もしくは道路の種別自体を変えたほうが良い場合もあるかもしれません)"
+                    },
+                    "400": {
+                        "title": "ジオメトリの課題",
+                        "description": "ここにはジオメトリ(幾何図形)上の課題がある可能性があります。"
+                    },
+                    "401": {
+                        "title": "進行方向制限が未設定",
+                        "description": "ウェイ {var1} と {var2} がここで急角度で交わっていますが、転回を妨げる一方通行タグや進行方向制限がありません。"
+                    },
+                    "402": {
+                        "title": "あり得ない角度",
+                        "description": "{var1} はここでとても急な角度で曲がっています。"
+                    },
+                    "410": {
+                        "title": "ウェブサイトの課題",
+                        "description": "連絡先ウェブサイトやURLに課題がある可能性があります。"
+                    },
+                    "411": {
+                        "description": "{var1} には古いURLがあるかもしれません: {var2} がHTTP 状態コード {var3} を返しました。"
+                    },
+                    "412": {
+                        "description": "{var1} には古いURLがあるかもしれません: {var2} に疑わしいテキスト {var3} が含まれています。"
+                    },
+                    "413": {
+                        "description": "{var1} には古いURLがあるかもしれません: {var2} にはキーワード \"{var3}\" が含まれていません。"
+                    }
+                }
+            }
         },
-        "mapillary_images": {
-            "tooltip": "Mapillary から路上からの写真を取得します",
-            "title": "写真の重ね合わせ (Mapillary)"
+        "streetside": {
+            "tooltip": "Microsoftによる街路写真",
+            "title": "Bing街路",
+            "report": "この画像のプライバシーについてレポートする",
+            "view_on_bing": "Bing 地図で確認",
+            "hires": "高解像度"
         },
-        "mapillary_signs": {
-            "tooltip": "Mapillaryから交通標識を取得します (写真の重ね合わせが有効の時のみ)",
-            "title": "交通標識の重ね合わせ (Mapillary)"
+        "mapillary_images": {
+            "tooltip": "Mapillary から路上の写真を取得します"
         },
         "mapillary": {
+            "title": "Mapillary",
+            "signs": {
+                "tooltip": "Mapillaryの交通標識"
+            },
             "view_on_mapillary": "この画像をMapillaryで表示"
         },
+        "openstreetcam_images": {
+            "tooltip": "OpenStreetCamの街路写真"
+        },
+        "openstreetcam": {
+            "title": "OpenStreetCam",
+            "view_on_openstreetcam": "この画像をOpenStreetCamで見る"
+        },
+        "note": {
+            "note": "メモ",
+            "title": "メモを編集",
+            "anonymous": "匿名ユーザー",
+            "closed": "(クローズ済)",
+            "commentTitle": "コメント",
+            "status": {
+                "opened": "オープン日付 {when}",
+                "reopened": "再オープン日付 {when}",
+                "commented": "コメント日付 {when}",
+                "closed": "クローズ日付 {when}"
+            },
+            "newComment": "新しいコメント",
+            "inputPlaceholder": "他のユーザーと共有するコメントを入力。",
+            "close": "メモをクローズ",
+            "open": "メモを再オープン",
+            "comment": "コメント",
+            "close_comment": "コメント&クローズ",
+            "open_comment": "再オープンしてコメント",
+            "report": "報告",
+            "new": "新しいメモ",
+            "newDescription": "問題の内容を記述します。",
+            "save": "メモを保存",
+            "login": "ログインしないとこのメモを変更したりコメントをつけたりできません。",
+            "upload_explanation": "あなたのコメントはOpenStreetMap の全ユーザーに公開されます。",
+            "upload_explanation_with_user": "{user} としてのあなたのコメントはOpenStreetMap の全ユーザーに公開されます。"
+        },
         "help": {
             "title": "ヘルプ",
-            "help": "# ヘルプ\n\nこのアプリケーションは、自由に編集できる世界地図 [OpenStreetMap](http://www.openstreetmap.org/)編集用のエディタです。あなたが知っている地域についての情報を追加したり、編集したりして、誰もが使いやすい情報としてデータをオープンに広めましょう。\n\nあなたが編集した結果は、OpenStreetMapを利用するすべての人が閲覧することができます。編集するためには[ログイン](https://www.openstreetmap.org/login) する必要があります。\n\nこの [iD エディタ](http://ideditor.com/) の[ソースコードはGitHubで管理](https://github.com/openstreetmap/iD)されており、誰もが参加できるプロジェクトとして公開されています。\n",
-            "editing_saving": "# データの編集と保存\n\nこのエディタはオンライン環境で使用されることが前提とされており、現在もウェブサイトを通じてこのエディタが利用されているはずです。\n\n### 地物の選択\n\nポイント情報や道路といった地物情報は、地図上に表示されている対象をクリックすることで選択ができます。選択された地物はハイライトされ、詳細情報が記載されたパネルが表示されます。\n\nこのパネル内の情報を編集することで、対象の地物の情報を編集できます。 複数の地物を範囲選択するには、まずキーボードの 'Shift' キーを押してください。そのまま選択したい地物をクリックするか、 'Shift' キーを押しながら地図上をドラッグして四角形を作ってください。四角形の中に含まれた地物がすべて選択状態になります。\n\n### 編集内容の保存\n\n道路や建物、特定の場所などの追加/編集結果は、OSMサーバへ保存されるまでの間、あなたのローカルPC上に格納されます。間違った編集をしてしまっても慌てないでください。巻き戻しボタン(Undo)をクリックすることで、編集内容を巻き戻すことができます。同じ編集をもう一度実施したい場合は、巻き戻しのキャンセルボタン(redo)をクリックしてください。\n\n編集に区切りがついたら、'保存' をクリックして作業を終了してください。例えば街の一区画の編集が終わり、そこから別の場所の編集に移動する場合などがよいでしょう。データを保存する前に、編集した内容をもう一度見直しましょう。データが間違っている可能性がある場所がエディタ上に表示されますので、必要に応じて修正を行なってください。\n\n編集内容に問題がなければ保存を行いましょう。あなたの編集内容を簡潔に表すコメントを記入した後、もう一度 '保存' をクリックすることで、あなたの編集内容は [OpenStreetMap.org](http://www.openstreetmap.org/) に投稿されます。投稿されたデータはあなた以外のすべての利用者に対しても表示されるようになり、そこに情報を追加したり、編集したりすることができるようになります。\n\n編集を一度に完了させることができない場合は、ブラウザのエディタ表示をそのままにして、いったんブラウザを閉じてしまいましょう。同じブラウザとエディタを使えば、後々、作業の続きを実施することができます。\n\n### エディタの活用\n\nエディタで使うことのできるキーボードショートカットは[こちら](http://wiki.openstreetmap.org/wiki/ID/Shortcuts)に一覧があります。\n",
-            "roads": "# 道路\n\nこのエディタは道路を作成、修正、削除する機能を備えています。小路、自動車道、山道、自転車道等々、編集対象となる道路の種別に制限はありません。交差する道路を細かく地図に描くことも可能です。\n\n### 選択\n\n対象の道路をクリックすることで、選択することができます。選択された道路は強調表示され、ラインに対する操作を行う小さなツール項目がその近くに表示されます。道路の詳細情報は、サイドバーに一覧表示されます。\n\n### 修正\n\n既に描かれている道路の中には、背景画像の衛星写真やGPSトラックと明らかに位置が異なるものがあります。そうした道路を見つけたら、道路を正しい位置に修正しましょう。\n\nまずは変更対象となる道路をクリックして選択します。対象の道路が強調表示され、操作可能なポイントがラインの上に表示されて、位置の変更が可能となります。ラインとポイントを、より正しいと思われる位置に移動させてください。ライン上のポイントを増やすには、ラインの上でダブルクリックすることで、その位置にポイントを作成することが可能です。\n\n道路の接続状態が誤っている場合は、どちらかの道路の上に表示されているポイントをもう一つのラインの上に移動させ、2つのラインを接続してください。道路の接続は地図にとって非常に重要であり、車輌のナビゲーションを行うためには道路が正しく接続されていることが必須となります。\n\n'移動'ツールをクリックするか、キーボードでショートカットキー 'M' を押すことで、道路全体を一度に移動させることができます。もう一度クリックすることで、その位置へ対象が移動します。\n\n### 削除\n\n描かれている道路が完全に間違っている場合 - 衛星写真に映っておらず、より理想としては実際に現地で道路が無いことを確認できた場合 - その道路のデータそのものを削除し、地図から消すことが可能です。地物を削除する際の注意として、編集結果は他の編集と同様すべての利用者の目に触れること、また、衛星写真は撮影日時が古い可能性があり、道路が新しく敷設されているかもしれないことを意識してください。\n\n道路を削除するには、対象のラインをクリックして選択し、ツール項目からゴミ箱アイコンをクリックするか、'Delete'キーを押してください。\n\n### 新規作成\n\n道路があるはずなのにまだ描かれていない? エディタ左上に表示されている'ライン'アイコンをクリックするか、ショートカットキー'2'を押すと、ラインの新規描画を行うことができます。\n\n地図をクリックすることで、その地点からラインの描画が開始されます。もし既に描かれている道路から枝分かれした道路の場合は、既存道路で分岐が行われている部分をクリックして、その位置から描画を始めるようにしてください。\n\n衛星画像やGPSログなどで表示されている道路の形に添ってクリックし、ポイントを作成してください。描画している道路が他の道路と交差している場合は、交差している位置でクリックし、ラインを接続してください。描画を終了するには、終了する位置でダブルクリックするか、キーボードの'Return'、あるいは'Enter'キーを押してください。\n\n",
-            "gps": "# GPS\n\nOpenStreetMapにおいて、GPSデータは最も価値の高い情報源のひとつです。iDエディタはあなたのPC上にある `.gpx` ファイルのトレース機能をサポートしています。GPSログは、スマートフォンのアプリケーションやGPSロガーを使用することで収集することができます。\n\nGPSを使用した現地調査の詳細な進め方については、[GPSによる調査](http://learnosm.org/ja/mobile-mapping/using-gps/)を参照してください。\n\nGPXログファイルをエディタの上にドラッグ&ドロップすることで、ファイルの内容をエディタ上に表示させることができます。ファイル形式の読み込みが正常に完了すると、ログは明るい紫色の線としてエディタ上に表示されます。エディタの右側に配置されている '地図データ' メニューをクリックすると、ログの表示/非表示、GPXが配置されたレイヤーへのズームを設定することができます。\n\nこのGPXログファイルはOpenStreetMapへ直接アップロードされたものではありません。このログを参考情報として地図を描いたり、あなたが追加する地物の配置場所の参考情報とするのがよいでしょう。また、あなた以外のユーザにもGPSログを使ってもらうためには[OpenStreetMapへのアップロード機能](http://www.openstreetmap.org/trace/create)を利用してください。\n",
-            "imagery": "# 背景画像\n\n地図を作成するにあたって、航空写真は重要なリソースのひとつです。上空からの撮影、衛星写真、自由な利用が認められた情報源などは、画面左側の'背景画像設定'メニューから表示させることが可能です。\n\nデフォルト設定では[Bing Maps](http://www.bing.com/maps/)の衛星写真レイヤーが表示されていますが、地図のズームレベル変更などで新しい場所を表示する際に別のリソースを表示させることが可能です。英国やフランス、デンマークでは、特定の地域に限り非常に細密な画像が利用可能です。\n\n画像提供側の間違いが原因で、背景画像と地図データの位置がずれていることがあります。既存道路の多くが一方向にずれている場合、すべての地物の位置を一度に移動させてしまう前に、背景画像の表示位置を調整してみて、オフセットがされていないか確認を行なってください。位置の調整は、背景画像設定の一番下に表示されている'背景画像をずらす'という項目から行うことができます。\n",
-            "addresses": "# 住所\n\n住所情報は地図において最も有用な情報のひとつです。\n\n住所情報は街路の付帯情報として扱われることがほとんどですが、OpenStreetMapにおける住所情報は、街路にそって配置されている建物の属性として記録されます。\n\n住所情報は建物を表す輪郭に付与しても構いませんし、独立したポイントとして配置してもかまいません。また、住所データの最適な情報源は現地調査、あるいは個人の記憶によるものです。GoogleMapsなど、他の地図からの転載は特別な許諾がない限り固く禁止されています。\n\n注: 日本では住所システムの体系が異なるため、街路を基とする上記の方法を適用することはできません。\n",
-            "inspector": "# 地物情報表示ウィンドウ\n\n地図上の地物を選択すると、画面左側に入力ウィンドウが表示されます。地物に関する詳細情報の編集はこのウィンドウから行います。\n\n### 地物種別の選択\n\nポイントやライン、エリアを描画する際には、描いた地物の種別を選択することが可能です。これによって、ラインが高速道路なのか住宅道路なのか、ポイントがスーパーマーケットなのか喫茶店なのか、などを表現します。地物情報表示ウィンドウには、よく利用される地物が表示されています。その他の地物を表示させたい場合は、検索ボックスから検索を行なってください。\n\n地物種別情報の右下に表示されている 'i' ボタンをクリックすると、その種別に関する詳細情報を表示させることができます。アイコンをクリックすると、その地物の種別が確定されます。\n\n### フォームを利用したタグ編集\n\n地物の種別を選択した後、あるいは既に種別が割り当てられた地物を選択すると、その地物に関する名称や住所などの詳細情報がウィンドウ内に表示されます。\n\n入力ウィンドウの一番下に配置されている 'タグ項目を追加'をクリックすると、Wikipediaのリンクや車椅子の利用可否などの要素に対する自由記入フォームが表示されます。\n\n情報表示ウィンドウの下の方に表示されている 'その他のタグ' をクリックすると、地物に対してその他のタグを付与することができます。 利用されることが多いタグの組み合わせは[Taginfo](http://taginfo.openstreetmap.org/)から検索が可能です。\n\n入力ウィンドウに記入した内容は、エディタ上の地図に即座に反映されます。'やり直し'ボタンをクリックすることで、いつでも入力内容を取り消すことが可能です。\n",
-            "buildings": "# 建物\n\nOpenStreetMapは世界でも有数の建物情報データベースです。このデータベースへの情報追加や改善は誰しもが参加可能です。\n\n### 選択\n\n建物の輪郭をクリックすると、その建物を選択することができます。建物はハイライト表示され、小さなツール項目と、画面右側にその建物の詳細情報が表示されます。\n\n### 修正\n\n建物の位置や、付与されているタグが誤っていることがあります。\n\n建物全体の位置を移動させるには、'移動'ツールのアイコンをクリックしてください。マウスを動かして建物を正しい位置へ移動させ、もう一度クリックして位置を確定させます。\n\n同様に、建物を形成しているポイントをクリックして正しい位置へ移動させることで、建物の形状を修正することができます。\n\n### 新規作成\n\nOpenStreetMapで建物を描く場合によくあがる質問として、建物をエリアとポイントのどちらで描いたほうがよいか、というものがあります。最善の方法では _できる限り、建物はエリアとして描き_  、会社や個人宅、施設など、建物から独立した情報は別途ポイントとして、エリアとして描かれた建物の内側に配置します。\n\n画面左上に表示されている項目から'エリア'ボタンをクリックして、建物をエリアとして描いてみましょう。エリアの描画を終了するにはキーボードの'Return'キーを押すか、エリアを描き始めたポイントをもう一度クリックしてください。\n\n### 削除\n\nもし建物の情報が完全に間違っている場合 - 衛星写真に映っておらず、より理想としては実際に現地で建物が無いことを確認できた場合 - その建物データそのものを削除し、地図から消去することが可能です。地物を削除する際の注意として、編集結果は他の編集と同様すべての利用者の目に触れること、また、衛星写真は撮影日時が古い可能性があり、建物が新しく建設されているかもしれないことを意識してください。\n\n建物を削除するには、対象をクリックして選択し、ツール項目からゴミ箱アイコンをクリックするか、'Delete'キーを押してください。\n",
-            "relations": "# リレーション\n\nリレーションとはOpenStreetMapで地物を表現する際の特殊な記法で、複数の地物をひとつのグループとして扱うことが可能です。例えばリレーションでよく使われるものは、特定の高速道路や有料道路を複数のウェイを使って表現する *route リレーション* 、そして複数のラインをグループ化することによって分割されたエリアやドーナツ型の空洞部分などの複雑な表現を行う *マルチポリゴン* があげられます。\n\nリレーションを構成する地物は *メンバー* と呼ばれます。OSM上の地物がどのリレーションのメンバーになっているかはサイドバーに表示され、選択することが可能です。リレーションを選択するとその所属メンバーがすべてサイドバーにリストアップされ、地図上にその位置がハイライト表示されます。\n\niDでは編集中のリレーション情報はほとんどの場合、自動的に補完されます。ただし、例えば位置が間違っている道路をいったん削除して新しく書き直す際などは、書き直した道路ウェイが削除したウェイと同じリレーションに再度所属するように編集するべきです。\n\n## リレーションの編集\n\nリレーションを編集する場合、基本の形は以下のとおりです。\n\nリレーションに地物を追加してメンバーにする場合、まず対象の地物を選択した状態で、サイドバーの \"すべてのリレーション\" に表示されている \"+\" ボタンをクリックします。クリックしたら、リレーションの名称を入力するか、一覧から選んでください。\n\nリレーションを新しく作成する場合は、メンバーとして所属することになる最初の地物を選択した状態で \"すべてのリレーション\" に表示されている \"+\" ボタンをクリックし、\"新しいリレーション\"を選択してください。\n\nリレーションから地物を除外する場合は、対象の地物を選択し、除外を行いたいリレーションの隣に表示されているゴミ箱アイコンをクリックします。\n\nまた、\"結合\"機能を使うことで、空洞部分をもつマルチポリゴンを作成することができます。2つのエリアを描き、それぞれを内側(inner)と外側(outer)とします。次に、キーボードのShiftキーを押しながらそれぞれの地物をクリックし、両方を選択状態にしてから \"結合\" (+) ボタンをクリックしてください。\n"
-        },
-        "intro": {
-            "done": "完了",
-            "graph": {
-                "city_hall": "三川市役所",
-                "fire_department": "三川消防署",
-                "memory_isle_park": "平和祈念公園",
-                "riverwalk_trail": "岩川遊歩道",
-                "w_michigan_ave": "西岸広小路",
-                "e_michigan_ave": "東岸広小路",
-                "spring_st": "春風通り",
-                "scidmore_park": "大通り公園",
-                "petting_zoo": "大通り公園付属動物園",
-                "n_andrews_st": "北安藤通り",
-                "s_andrews_st": "南安藤通り",
-                "n_constantine_st": "北三川通り",
-                "s_constantine_st": "南三川通り",
-                "rocky_river": "岩川",
-                "railroad_dr": "鉄路通り",
-                "conrail_rr": "国有鉄道",
-                "st_joseph_river": "天神川",
-                "n_main_st": "北方街道",
-                "s_main_st": "南方街道",
-                "water_st": "水際通り",
-                "foster_st": "北方街道旧道",
-                "portage_river": "高瀬川",
-                "flower_st": "フラワーロード",
-                "elm_st": "アップルロード",
-                "walnut_st": "ドングリ通り",
-                "morris_ave": "もみじ横丁",
-                "east_st": "東通り",
-                "portage_ave": "高瀬通り"
+            "key": "H",
+            "help": {
+                "title": "ヘルプ",
+                "welcome": "[OpenStreetMap](https://www.openstreetmap.org/)用のiDエディタへようこそ。このエディタを使うと自分のブラウザから直接OpenStreetMapを更新できます。",
+                "open_data_h": "オープンデータ",
+                "open_data": "あなたがこのマップ上で編集した内容はOpenStreetMapの全ての利用者が見ているものに反映されます。あなたは個人的な知識、現地調査、(利用を許可された)航空写真や街路写真などを元に編集することができますが、グーグルマップなどのような商業ベースの情報源からのコピーは [厳しく制限されています](https://www.openstreetmap.org/copyright)。",
+                "before_start_h": "始める前に",
+                "before_start": "編集を始める前に、少しOpenStreetMapとこのエディタに慣れたほうが良いでしょう。iDにはウォークスルーがあり、OpenStreetMap編集の基礎を教えてくれます。この画面にある「チュートリアルを開始」をクリックしてチュートリアルで学んでください - 15分ほどで終わります。",
+                "open_source_h": "オープンソース",
+                "open_source": "iDエディタは共同作業のオープンソースプロジェクトであり、現在のバージョンは{version} です。ソースコードは[GitHub上](https://github.com/openstreetmap/iD)にあります。",
+                "open_source_help": "あなたも[翻訳](https://github.com/openstreetmap/iD/blob/master/CONTRIBUTING.md#translating)したり[バグ報告](https://github.com/openstreetmap/iD/issues)したりすることでiDを支援できます。"
             },
-            "navigation": {
-                "title": "ナビゲーション",
-                "drag": "地図編集画面には、航空写真などの背景画像と重なってOpenStreetMapのデータが表示されます。ウェブで公開されている他の地図と同様、クリックした状態でカーソルを移動させることで表示位置を移動させることができます。**地図をクリックして移動させてみてください!**",
-                "select": "地図上の情報は、ポイント、ライン、エリアの3つの方法のいずれかで表現されています。地物をクリックすることで、対象を選択することができます。**画面上のポイントを選択してみましょう。**",
-                "pane": "地物が選択されると、その地物の詳細情報が表示されます。詳細情報には、地物の種類をあらわす大項目と、その他詳細情報 (名称や住所等) が表示されます。**画面右上の {button} ボタンを押して、詳細情報編集ウィンドウを閉じてください。**",
-                "search": "現在表示されている地物、あるいは全世界を対象に検索を行うことも可能です。**'{name}'で検索してみてください。**",
-                "choose": "**検索結果から {name} を選択してみましょう。**",
-                "chosen": "素晴らしい! {name} が選択されました。 **{button}ボタンを押して地物の編集を終了してください。**"
+            "overview": {
+                "title": "概要",
+                "navigation_h": "ナビゲーション",
+                "navigation_drag": "{leftclick}左マウスボタンを押したままマウスを動かすことで、マップをドラッグすることができます。キーボードの`↓`, `↑`, `←`, `→` 矢印キーも使えます。",
+                "navigation_zoom": "マウスホイールやトラックパッドでスクロールしたり、マップの脇にある{plus} / {minus}ボタンをクリックするとズームインしたりズームアウトしたりすることができます。キーボードの`+`, `-` キーも使えます。",
+                "features_h": "マップの地物",
+                "features": "私たちは道路、建物、興味深い地点(POI)といったマップ上に現れる物事を表現するのに*地物*という言葉を使います。実世界のあらゆるものを地物としてOpenStreetMap上にマッピングすることができます。マップの地物は*ポイント*、*ライン*、あるいは*エリア*を使って表現されます。",
+                "nodes_ways": "OpenStreetMapではポイントはよく *ノード*と呼ばれ、ラインは*ウェイ*と呼ばれます。"
+            },
+            "editing": {
+                "title": "編集 & 保存",
+                "select_h": "選択",
+                "select_left_click": "地物の上で{leftclick}左クリックして選択します。そうすると周囲が点滅しつつハイライトされ、サイドバーに名前や住所といったその地物の詳細が表示されます。",
+                "select_right_click": "地物の上で{rightclick}右クリックして編集メニューを表示します。そこには回転、移動、削除といった利用可能なコマンドが示されています。 ",
+                "multiselect_h": "複数選択",
+                "multiselect_shift_click": "`{shift}`+{leftclick}左クリックで複数の地物を同時に選択します。複数項目の移動や削除が簡単にできます。",
+                "multiselect_lasso": "複数選択のもうひとつのやり方は`{shift}` キーを押しながら、{leftclick}左マウスボタンをクリックし、マウスをドラッグして対象エリアを囲みます。囲まれたエリア内のポイントは全て選択されます。",
+                "undo_redo_h": "元に戻す & 再実行",
+                "undo_redo": "あなたが編集した内容はOpenStreetMapサーバーへの保存を選ぶまではブラウザ内のローカルに蓄えられています。{undo} **元に戻す**ボタンをクリックして編集を元に戻したり、{redo} **再実行**ボタンをクリックして再実行したりすることができます。",
+                "save_h": "保存",
+                "save": "{save} **保存**をクリックして編集を終了し、OpenStreetMapに送信します。作業内容はこまめに保存するよう気をつけてください!",
+                "save_validation": "保存画面には、作業内容のレビュー結果が表示される場合があります。iDは不足データに対する基本的なチェックを実行し、何か間違ったものがあれば手助けとなる提案や警告が提示されるかもしれません。",
+                "upload_h": "アップロード",
+                "upload": "変更内容をアップロードする前に、[変更セットのコメント](https://wiki.openstreetmap.org/wiki/Good_changeset_comments)を入力しなければなりません。それから**アップロード**をクリックして変更をOpenStreetMapに送信します。するとそれらがマップにマージされ、(サーバーの状態により異なりますが、5分後から数時間後くらいの間に)誰にでも見えるようになります。",
+                "backups_h": "自動バックアップ",
+                "backups": "コンピュータのクラッシュやブラウザのタブを綴じたりして編集を一気に終了できなかったような場合には、あなたの編集はブラウザの領域にまだ残っています。(同じコンピュータのブラウザで)後からもう一度続けることができ、iDはあなたの作業を復元するかどうか提案します。",
+                "keyboard_h": "キーボード・ショートカット",
+                "keyboard": "`?` キーを押すと、キーボード・ショートカットの一覧を見ることができます。"
+            },
+            "feature_editor": {
+                "title": "地物エディタ",
+                "intro": "*地物エディタ*はマップの側面に現れ、選択した地物に関する全ての情報を見たり編集したりすることができます。",
+                "definitions": "トップのセクションでは地物の種別が表示されます。中央のセクションには、名前や住所といった地物の属性を示す*項目*が含まれます。",
+                "type_h": "地物の種別",
+                "type": "地物の種別をクリックすると別の種別の地物に変更できます。実世界にあるもの(位置を持つ事実情報で、主観が入らずある程度固定的なもの)は何でもOpenStreetMapに追加することができます。このため選べる地物が何千件もあります。",
+                "type_picker": "種別の選択肢には公園、病院、レストラン、道路、建物といったよくある地物が表示されます。見つけたいものを検索ボックスに入力して何でも探すことができます。地物の種別の隣にある{inspect}**情報**アイコンをクリックしてその詳細を調べることもできます。",
+                "fields_h": "項目",
+                "fields_all_fields": "「すべての項目」セクションにはあなたが編集するであろう地物の詳細項目が含まれています。 OpenStreetMapでは全ての項目は任意であり、わからないところは空欄のままで構いません。",
+                "fields_example": "地物の種別ごとにそれぞれ異なる項目が表示されます。例えば、道路には路面、制限速度といった項目が表示されますが、レストランには提供される食事の種別や営業時間が表示されます。",
+                "fields_add_field": "「項目追加」欄でドロップダウンをクリックすると、説明、Wikipedia(記事へのリンク)、車椅子の利用可否などの項目をさらに追加することができます。",
+                "tags_h": "タグ",
+                "tags_all_tags": "項目セクションの下のほうに「すべてのタグ」セクションがあり、選択した地物のためのOpenStreetMap*タグ*をどれでも編集することができます。各タグは*キー*と*値*から成っており、これはOpenStreetMapに蓄積されている全ての地物を定義するデータ要素です。(項目セクションではOpenStreetMapタグを直接憶えていなくても日本語のインタフェースで探して入力できるようになっていますが、ここではタグを直接編集できます。いちばん下の「+」をクリックすると、項目セクションに表示されていないタグを手入力で追加することもできます。)",
+                "tags_resources": "地物のタグを手入力で編集するにはOpenStreetMapについてある程度の知識が必要です。[OpenStreetMap Wiki](https://wiki.openstreetmap.org/wiki/JA:Main_Page) や [Taginfo](https://taginfo.openstreetmap.org/)などのリソースを活用したり相談したりして広く受け入れられているOpenStreetMapのタグ付け方法を学んでください。"
             },
             "points": {
                 "title": "ポイント",
-                "add": "ポイントは、店舗やレストラン、記念碑など、特定の一点を表現します。これにより、特定の場所や地点に対して、情報を追加してゆくことが可能となります。**{button}ポイントボタンをクリックして、ポイントを追加してみましょう。**",
-                "place": "地図の上のどこかをクリックすることで、ポイントを追加することができます。**建物の上にポイントを追加してみましょう。**",
-                "search": "ポイントではさまざまな地物情報を表現することが可能です。 今回追加したポイントは喫茶店をあらわします。** '{name}' を選んでみましょう**",
-                "choose": "**リストから 喫茶店 を選択してください**",
-                "describe": "ポイントが喫茶店としてタグ付けされました。更に詳細な情報を追加することもできます。**喫茶店の名称を追加してみましょう。**",
-                "close": "タグ情報の編集ウィンドウへ入力した情報は、自動的に保存されます。ウィンドウを閉じるには、チェックボタンをクリックしてください。** {button} ボタンをクリックして、タグ情報の編集ウィンドウを閉じてみましょう**",
-                "reselect": "多くの場合ポイントはすでに存在しているでしょう。しかし、既存のポイントは間違いがあったり情報が不足している可能性があります。その場合、既存のポイントを編集できます。 **今作成したポイントをクリックして選択してみましょう。**",
-                "fixname": "**名称を変更し、{button} ボタンをクリックし編集ウィンドウを閉じましょう。**",
-                "reselect_delete": "マップ上のすべての地物は削除可能です。**作成したポイントをクリックして選択してみましょう。**",
-                "delete": "ポイントの周囲に、その地物に対して行うことができる操作が、削除することも含めてすべて表示されます。** {button} ボタンをクリックして、ポイントを削除してみましょう。**"
+                "intro": "*ポイント*は店舗、レストラン、記念碑といった地物を表現するのに使います。 特定の位置にマークし、そこに何があるかを記述します。",
+                "add_point_h": "ポイントの追加",
+                "add_point": "ポイントを追加するには、マップ上部のツールバーにある{point}**ポイント**ボタンをクリックするか、ショートカットキー `1`を押してください。そうするとマウスカーソルが十字型に変化します。",
+                "add_point_finish": "マップ上に新しいポイントを置くには、マウスカーソルをポイントを置きたい場所に移動させ、{leftclick}左クリックもしくはスペースキーを押してください。",
+                "move_point_h": "ポイントの移動",
+                "move_point": "ポイントを動かすには、マウスカーソルをポイントの上に置いて、{leftclick} 左マウスボタンを押したまま新しい位置までドラッグします。",
+                "delete_point_h": "ポイントの削除",
+                "delete_point": "実世界に存在しない地物は削除しても構いません。OpenStreetMapから地物を削除するとみんなが見ているマップから削除されるので、削除する前にその地物が本当に存在しないかよく確認してください。",
+                "delete_point_command": "ポイントを削除するには、その上で{rightclick}右クリックして選択して編集メニューを表示させ、{delete}**削除**コマンドを使用します。"
+            },
+            "lines": {
+                "title": "ライン",
+                "intro": "*ライン*は道路、鉄道、河川といった地物を表現するのに使われます。 ラインはその地物の中心付近に引きます。",
+                "add_line_h": "ラインの追加",
+                "add_line": "ラインを追加する際には、マップ上部にあるツールバーの{line}**ライン**ボタンをクリックするか、ショートカットキー`2`を押してください。マウスカーソルが十字型に変わります。",
+                "add_line_draw": "次にラインの始点にマウスカーソルを置いて{leftclick}左クリックするかスペースキーを押して、ラインに沿ってノードを置き始めます。引き続きクリックまたはスペースキーを押しながらノードを置いて行きます。ラインを引いている間でも、ズームインしたりマップをドラッグして細部を追加することができます。(交差の無い直線部分の中間にノードを置く必要はありません。曲線部分を滑らかに表現する、最低限のノードがあれば充分です。)",
+                "add_line_finish": "ラインを引き終わったときには、`{return}`キーまたは`ESC`キーを押すか最後のノード上でもう一度クリックします。",
+                "modify_line_h": "ラインの変更",
+                "modify_line_dragnode": "背景画像と一致しない道路など、形状が正確でないラインを目にする機会は多いと思います。ラインの形状を調整する場合には、まずそのラインを{leftclick}左クリックして選択します。そのライン上の全てのノードは小さな円として表示されます。その後、ノードをより適切な位置にドラッグします。",
+                "modify_line_addnode": "ライン上で{leftclick}**x2**ダブルクリックするか、ノードどうしの中間にある小さな三角をドラッグすることで、新しいノードを作成することもできます。",
+                "connect_line_h": "ラインの接続",
+                "connect_line": "道路間の接続を適切に表現することはマップにとって重要であり、運転する方向を提供するのに不可欠です。",
+                "connect_line_display": "道路間の接続はグレイの小さな円で表示されます。ラインの終点がどこにも接続されていない場合には、少し大きな白い円で表示されます。",
+                "connect_line_drag": "ラインを別の地物に接続するには、そのライン上のノードのひとつを別の地物上に、両方の地物が吸い付くように重なる(接続先の地物が選択状態になる)までドラッグします。ヒント: 他の地物と接続させたくない時は、`{alt}`キーを押しながらドラッグします。",
+                "connect_line_tag": "接続部分に信号機や横断歩道があることが分かっている場合には、接続点のノードを選択して、地物エディタで正しい地物の種別を選んで追加することもできます。(背景画像で横断歩道が見える場合にはノードでなくラインを引いて横断歩道のタグを付けることもできます。)",
+                "disconnect_line_h": "ラインの接続解除",
+                "disconnect_line_command": "道路を別の地物から切り離すには、接続しているノードを{rightclick}右クリックして、編集メニューから{disconnect}**接続解除**コマンドを選びます。",
+                "move_line_h": "ラインの移動",
+                "move_line_command": "ライン全体を移動させる場合は、そのラインを右{rightclick}クリックして、編集メニューから{move}**移動**コマンドを選びます。そしてマウスを動かしてそのラインを新しい場所に置いて{leftclick}左クリックします。",
+                "move_line_connected": "他の地物に接続しているラインは、(接続解除を行わない限り)そのラインを新しい位置に動かしても接続したままです。iDはあるラインを別の接続されたラインから勝手に切り離されて移動することを防ぎます。",
+                "delete_line_h": "ラインの削除",
+                "delete_line": "例えば実世界に存在しない道路などライン全体が正しくない場合には、削除しても構いません。でも地物を削除する時にはくれぐれも注意してください。あなたが見ている背景画像は古いものかもしれず、間違っているように見える道路は単に新しく建設されたものかもしれません。",
+                "delete_line_command": "ラインを削除する場合は、そのライン上で{rightclick}右クリックして選択して編集メニューを表示させ、それから{delete}**削除**コマンドを使用してください。"
             },
             "areas": {
                 "title": "エリア",
-                "add": "エリアは、湖や建物、住宅区域などの地物の境界線を表現するために使われます。エリアを使うことで、単純にポイントデータを配置するよりも詳しく地物をマッピングできることができます。 ** {button} ボタンをクリックして、新しいエリアを描いてみましょう。**",
-                "corner": "複数のポイントを描くことで、エリアの境界線を表現することができます。**エリアを作成して、児童公園の形をなぞってみましょう。**",
-                "place": "ノードを描くことで、エリアを表現することができます。エリアの描画を完了するには、描き始めたノードをもう一度クリックしてください。**エリアを作成して、児童公園を描いてみましょう。**",
-                "search": "** '{name}' を検索してみましょう **",
-                "choose": "**リストから 児童公園 を選択してください**",
-                "describe": "**児童公園の名称を追加し、{button}ボタンをクリックして編集ウィンドウを閉じましょう。**"
+                "intro": "*エリア*は湖、建物、住宅地といった地物の境界を表示するのに使われます。エリアは例えば建物の基礎部分の周囲などのように、その地物の外縁をトレースします。",
+                "point_or_area_h": "ポイントかエリアか?",
+                "point_or_area": "多くの地物はポイントでもエリアでも表現することができますが、建物や敷地は極力エリアでマッピングすべきです。建物の中にあるのがビジネス施設なのかアメニティ施設なのか、あるいは別の地物なのかを表現するために、建物の中にポイントを置きます。",
+                "add_area_h": "エリアの追加",
+                "add_area_command": "エリアを追加する場合は、マップ上部のツールバー上の{area}**エリア**ボタンをクリックするか、ショートカットキー`3`を押します。するとマウスカーソルが十字形に変わります。",
+                "add_area_draw": "次にマウスカーソルを対象となる地物の角のひとつに置いて、{leftclick}左クリックまたはスペースキーを押してアリアの外周にノードを置き始めます。クリックまたはスペースキーを押してノードを追加します。外周を描いている間も、ズームインしたりマップをドラッグして詳細を描き加えることができます。",
+                "add_area_finish": "エリアを描き終わったら、`{return}`キーまたは`ESC`キーを押すか、最初または最後のノードを再度クリックして終了します。",
+                "square_area_h": "角を直角化",
+                "square_area_command": "建物などエリアの地物の多くには直角な角があります。エリアの角を直角にするには、エリアの境界を{rightclick}右クリックして選択し、編集メニューから{orthogonalize} **直角化**を選びます。",
+                "modify_area_h": "エリアを変更",
+                "modify_area_dragnode": "例えば背景画像と一致しない建物など、形状が正しくないエリア見かけることは多いでしょう。エリアの形状を調整するにはまず{leftclick}左クリックして対象を選びます。エリアの全ノードが小さな円として表示されます。そしてノードをより正確な位置にドラッグすることができます。",
+                "modify_area_addnode": "そのエリアの外周上で{leftclick}**x2**ダブルクリックしたり、2つのノード間の中間にある小さな三角形をドラッグすると、エリアに沿って新しいノードを作成することができます。",
+                "delete_area_h": "エリアの削除",
+                "delete_area": "例えば実世界に存在しない建物などエリア全体が正しくない場合には、それを削除しても構いませんが、地物を削除する際にはくれぐれも気をつけてください。あなたが見ている背景画像が古く、間違っているように見える建物は単に新しく建てられたものかもしれません。",
+                "delete_area_command": "エリアを削除する場合は、エリア上で{rightclick}右クリックして選択して編集メニューを表示させ、{delete} **削除**コマンドを使います。"
             },
-            "lines": {
-                "title": "ライン",
-                "add": "ラインは道路や線路、河川などの地物を表す際に使用されます。**新しいラインを追加するため、{button}  ライン ボタンをクリックしてみましょう。**",
-                "start": "**地図上をクリックすることで、ラインの描画が開始されます。まずは道路を描いてみましょう。**",
-                "intersect": "ライン上をクリックすることで、その位置にノードを追加することができます。ラインを描いている途中でも、必要な場合は表示位置をドラッグして移動させることが可能です。道路などのほとんどのラインは、より大きなラインとどこかで接続しています。経路探索アプリケーションを正常に動作させるため、ラインは他のラインと正常に接続されていることが重要です。** {name} をクリックして、2本のラインの交差点を作成してみましょう。**",
-                "finish": "最後のノードをもう一度クリックすることで、ラインの描画を完了させることができます。**道路の描画を完了させましょう。**",
-                "road": "**リストから 道路 を選択してください**",
-                "residential": "道路にはいくつもの種類がありますが、最も頻繁に描くことになるのは居住区域内道路です。**道路種別から居住区域内道路を選択してください。**",
-                "describe": "**道路に名称を付け、{button}ボタンをクリックして編集ウィンドウを閉じましょう。**",
-                "restart": "道路は{name}に接続する必要があります。",
-                "wrong_preset": "選択したウェイが住宅道路ではありません。**クリックしてもう一度選択してください**"
+            "relations": {
+                "title": "リレーション",
+                "intro": "*リレーション*とは、OpenStreetMapにおける地物の特別な種別で、他の地物をまとめてグループ化するものです。リレーションが持つ地物は*メンバー*と呼ばれ、各メンバーはリレーション内での*ロール*を持つことができます。",
+                "edit_relation_h": "リレーションの編集",
+                "edit_relation": "地物エディタのいちばん下に「すべてのリレーション」セクションがあり、選ばれた地物が何らかのリレーションのメンバーかどうか見ることができます。そしてそのリレーションをクリックすると選択して編集することができます。",
+                "edit_relation_add": "ある地物をリレーションに追加するには、地物を選択し、地物エディタの「すべてのリレーション」セクションにある {plus} 追加ボタンをクリックします。すると近くにあるリレーションの一覧から選んだり、「新しいリレーション...」オプションを選んだりすることができます。",
+                "edit_relation_delete": "{delete} **削除**ボタンをクリックして選択した地物をリレーションから削除することもできます。リレーションから全ての地物を削除すると、リレーション自体も自動的に削除されます。",
+                "maintain_relation_h": "リレーションの維持管理",
+                "maintain_relation": "たいていの場合、iDはあなたの編集に合わせてリレーションを自動的に維持管理していますが、リレーションのメンバーとなっていそうな地物を置き換える際には注意が必要です。例えば道路のある区間を削除して新しく区間を引き直した場合、その新しい区間を元の区間と同様に同じリレーション(ルート、進行方向制限など)に追加する必要があります。",
+                "relation_types_h": "リレーションの種別",
+                "multipolygon_h": "マルチポリゴン(多角形)",
+                "multipolygon": "*マルチポリゴン*リレーションはひとつ以上の*outer*(外側)の 地物とひとつ以上の*inner*(内側)の地物のグループです。outerの地物はマルチポリゴンの外周を定義し、 innerの地物はマルチポリゴン内部にあるサブエリアや切り抜かれた穴を定義します。",
+                "multipolygon_create": "例えばその中に穴がある建物のようなマルチポリゴンを作成するには、外周をエリアとして描き、内周をラインまたは別のエリアとして描きます。そして`{shift}`+{leftclick}左クリックで両方の地物を選択し、{rightclick}右クリックで編集メニューを表示させ、{merge}**結合**コマンドを選びます。",
+                "multipolygon_merge": "複数のラインやエリアを結合(マージ)すると、選択された全てのエリアをメンバーとする新しいマルチポリゴン・リレーションが作成されます。iDはどの地物が内側にあるかを自動的に判別して、innerとouterのロールを自動的に選びます。",
+                "turn_restriction_h": "進行方向制限",
+                "turn_restriction": "*進行方向制限*リレーションは交差点における複数の道路セグメントのグループです。進行方向制限は*from*(開始地点)の道路、*via*(経由地点)のノードまたは道路、そして*to*(終了地点)の道路から成っています。",
+                "turn_restriction_field": "進行方向制限を編集するには、まず2つ以上の道路が出会う合流点ノードを選択します。すると地物エディタが交差点のモデルを含む特別な「進行方向制限」項目を表示します。",
+                "turn_restriction_editing": "「進行方向制限」項目では、まず\"from\"側の道路をクリックして選び、そして\"to\"側の道路の方向に向けて進行が許可されているか禁止されているかを確認します。進行方向アイコンをクリックすると許可と禁止を切替えられます。iDはあなたの選択に従ってリレーションを自動的に作成し、from、via、toの各ロールをセットします。",
+                "route_h": "ルート(経路)",
+                "route": "*ルート*リレーションはバスルート、鉄道ルート、道路ルートなどのように経路のネットワークを形成するひとつ以上のラインの地物のグループです。",
+                "route_add": "ある地物をルート・リレーションに追加するには、その地物を選んで地物エディタの「すべてのリレーション」セクションまで下にスクロールし、{plus}追加ボタンをクリックしてこの地物を近くにある既存のリレーションまたは新しいリレーションに追加します。",
+                "boundary_h": "境界(バウンダリー)",
+                "boundary": "*境界*リレーションは、行政界を形成するひとつ以上のラインの地物のグループです。",
+                "boundary_add": "ある地物を境界リレーションに追加するには、その地物を選んで地物エディタの「すべてのリレーション」セクションまで下にスクロールして、{plus}追加ボタンをクリックして近くにある既存のリレーションまたは新しいリレーションに追加します。 "
             },
-            "startediting": {
-                "title": "編集をはじめる",
-                "help": "{button} (ヘルプ)ボタンをクリックする事で、このチュートリアルを再確認したり、追加の文書を見る事が出来ます。",
-                "save": "変更内容はこまめに保存するよう気をつけてください!",
-                "start": "マッピング開始!"
+            "notes": {
+                "title": "メモ",
+                "intro": "*メモ*は修正や連絡が必要な地物について、他のユーザーにアラートを送るために使います。メモはマップ上に指定された位置を示します。既存のメモを閲覧したり新しく追加する場合には、{data} **地図データ**パネルをクリックしてOpenStreetMapメモのレイヤを有効化してください。",
+                "add_note_h": "メモの追加",
+                "add_note": "新しいメモを追加する際には、マップ上部にあるツールバーの{note} **メモ**ボタンをクリックするか、ショートカットキー`4`を押してください。するとマウスカーソルのシンボルが十字型に変わります。新しいメモをマップに置く際には、マウスカーソルをメモがあるべき場所に置いて、{leftclick}左クリックするか、スペースキーを押してください。",
+                "move_note": "新しいメモだけが移動できます。メモを動かす際には、新しいメモの上にマウスカーソルを置いて、{leftclick}左マウスボタンを押したままメモを新しい位置にドラッグします。",
+                "update_note_h": "クローズ、再オープン、コメント",
+                "update_note": "既存のメモはクローズ済にしたり、再オープンしたり、コメントを追加したりして更新することができます。メモのクローズは問題が解決されたことを示します。メモの再オープンは元々の問題が解決されていないことを示します。",
+                "save_note_h": "メモの保存",
+                "save_note": "メモを編集したら、メモのコメントの下にあるボタンをクリックして個々に保存しなければなりません。メモの編集はOpenStreetMapにアップロードする変更セットには含まれ**ません**。"
+            },
+            "imagery": {
+                "title": "背景画像",
+                "intro": "マップデータの下に表示される背景画像はマッピングの重要な情報源です。この画像は宇宙衛星、航空機、ドローンによって収集された写真の場合や、歴史的な地図をスキャンしたものであったりその他のフリーに利用できる情報源のデータであったりします。",
+                "sources_h": "画像の情報源",
+                "choosing": "どのような画像情報源が編集に利用できるか調べるには、マップの脇にある{layers}**背景設定**ボタンをクリックしてください。",
+                "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など他と見比べながら確認してください。)",
+                "offsets_h": "背景画像オフセットの調整",
+                "offset": "背景画像は正確なマップデータの位置から多少ズレている場合があります。多くの道路や建物が背景画像とズレている場合は、ズレているのは背景画像の方である可能性がありますので、背景画像に合わせて全ての地物をズラすのはやめてください。その代わりに背景設定パネルのいちばん下「背景位置の調整」セクションで背景画像の方をズラして、既存のデータに一致するように調整することができます。(日本での位置精度は概して地理院オルソ画像(Japan GSI ortho Imagery)または基盤地図情報2500(上述)が最も高いようです。ただし両者ともやや古い場合があるので他の画像と見比べながら判断してください。)",
+                "offset_change": "画像のオフセットを調整するにら小さな三角をクリックして少しずつ動かしたり、{leftclick} 左クリックしたままグレーの矩形内でドラッグして画像を調整します。"
+            },
+            "streetlevel": {
+                "title": "街路写真",
+                "intro": "衛星/航空写真では見えない交通標識、ビジネスの種類、その他の詳細情報などをマッピングするのには街路写真が役立ちます。iDエディタは[Bing Streetside](https://www.microsoft.com/en-us/maps/streetside)や[Mapillary](https://www.mapillary.com)や[OpenStreetCam](https://www.openstreetcam.org)の街路写真をサポートしています。",
+                "using_h": "街路写真の利用",
+                "using": "街路写真をマッピングに利用するには、マップ脇にある{data}**地図データ設定**パネルをクリックして利用可能な写真レイヤを有効化/無効化してください。",
+                "photos": "有効化すると、写真レイヤには写真の撮影順に沿ったラインが表示されます。高ズームレベルでは、各写真の位置に円形のマークがあり、より高ズームレベルでは撮影時のカメラの向きが円錐形で示されます。",
+                "viewer": "写真の位置をどれかひとつクリックすると、マップの下隅に写真ビューアが表示されます。写真ビューアには画像順の前進/後退コントロールが含まれています。さらに画像撮影者のユーザー名、撮影日付、オリジナルサイトでの閲覧用URLなども表示されています。"
+            },
+            "gps": {
+                "title": "GPSトレース",
+                "intro": "集められたGPSトレースはOpenStreetMapで使える貴重な情報源です。このエディタはあなたのローカルコンピュータ上の*.gpx*、*.geojson*及び*.kml*ファイルをサポートしています。GPSトレースはスマートフォン、スポーツ時計、その他のGPS装置などで集められます。",
+                "survey": "GPSでのサーベイ実施方法に関する情報は [Mapping with a smartphone, GPS, or paper](http://learnosm.org/en/mobile-mapping/)を読んでみてください。",
+                "using_h": "GPSトレースの利用",
+                "using": "GPSトレースをマッピングに使うには、そのデータファイルをマップエディタにドラッグ&ドロップしてください。正しく認識されると、マップ上に明るい紫のラインとして表示されます。マップ脇の{data}**地図データ設定**パネルをクリックしてあなたのGPSデータ(ローカル・ファイル)を有効化したり、無効化したり、あるいはズームしてみてください。",
+                "tracing": "GPSトラックはOpenStreetMapへは送信されません。そのいちばん良い使い方は、自分が追加する新しい地物のためのガイドとして使いながらマッピングすることです。 ",
+                "upload": "あなたは他の利用者が使えるように[自分のGPSデータをOpenStreetMapにアップロード](https://www.openstreetmap.org/trace/create)することもできます。"
+            },
+            "qa": {
+                "title": "品質改善",
+                "intro": "*品質改善* (Q/A) 用のツールはOpenStreetMap内の不適切なタグ、接続されていない道路、その他の課題などを見つけ出し、マッパーはそれを見て修正することができます。Q/A の課題にどのようなものがあるか見てみる場合は、 {data} **地図データ設定** パネルをクリックして、専用の Q/A レイヤを有効化してください。(訳注:見つけ出された課題はあくまで機械的にピックアップされたものであり、必ずしもエラーではない場合があります。現地の状態やタグ付けの知識があまり無い場合にはくれぐれも注意してください。まずは地元や自分でマッピングした内容の修正から始めると良いでしょう。)",
+                "tools_h": "ツール",
+                "tools": "現在は次のツールがサポートされています: [KeepRight](https://www.keepright.at/)及び[ImproveOSM](https://improveosm.org/en/)。iD は将来 [Osmose](https://osmose.openstreetmap.fr/), その他の Q/A ツールもサポートしたいと考えています。",
+                "issues_h": "課題の扱い方",
+                "issues": "Q/A の課題の扱い方はメモと似ています。マーカーをクリックすると、サードバー内で課題の詳細を見ることができます。各ツールにはそれぞれにできることがありますが、たいていコメントを付けたり課題をクローズしたりすることができます。"
+            },
+            "field": {
+                "restrictions": {
+                    "title": "進行方向制限のヘルプ",
+                    "about": {
+                        "title": "説明",
+                        "about": "この枠内で進行方向制限を検査したり変更することができます。選択された交差点が他の近接する道路とともにモデル化して表示されます。",
+                        "from_via_to": "進行方向制限には必ずひとつの**進行元(FROM) ウェイ**、ひとつの**進行先(TO) ウェイ**、そしてひとつの**経由(VIA) ノード**またはひとつ以上の**経由(VIA) ウェイ**が含まれます。",
+                        "maxdist": "「{distField}」スライダーは追加で探す接続道路の距離範囲を制御しています。",
+                        "maxvia": "「{viaField}」スライダーは経由(VIA)ウェイをいくつまで検索に含めて良いかを調整します。 (ヒント: シンプルなほどベター)"
+                    },
+                    "inspecting": {
+                        "title": "検査",
+                        "about": "任意の**FROM**区間にホバー(マウスポインターを合わせる)すると、進行方向制限があるかどうかを確認できます。 可能性のある**TO**進行先が色付きの影で描画され、そこに制限があるかどうかを示します。",
+                        "from_shadow": "{fromShadow} **FROM 区間**",
+                        "allow_shadow": "{allowShadow} **許可されたTO**",
+                        "restrict_shadow": "{restrictShadow} **禁止されたTO**",
+                        "only_shadow": "{onlyShadow} **TOのみ**",
+                        "restricted": "「制限」は進行方向制限があることを示しています。例「左折禁止」。",
+                        "only": "「専用」は通行する乗り物がその選択だけ許可されていることを示します。例「直進専用」。"
+                    },
+                    "modifying": {
+                        "title": "修正",
+                        "about": "進行方向制限を修正するには、まず任意の進行元**FROM**区間をクリックして選択します。選択された区間が点滅し、全ての可能な**TO**進行先が進行方向のシンボルとして現れます。",
+                        "indicators": "次に、進行方向のシンボルをクリックして「許可」「制限」「専用」の間で切り換えます。",
+                        "allow_turn": "{allowTurn} **許可された TO**",
+                        "restrict_turn": "{restrictTurn} **制限された TO**",
+                        "only_turn": "{onlyTurn} **専用の TO**"
+                    },
+                    "tips": {
+                        "title": "ヒント",
+                        "simple": "**複雑なものよりシンプルな制限を選びましょう。**",
+                        "simple_example": "例えば、よりシンプルな経由(via)ノード進行方向制限が使える場合には、経由(via)ウェイを作成することは避けましょう。",
+                        "indirect": "**制限の中には「(間接)」の文字が表示され、明るく描画されるものがあります。**",
+                        "indirect_example": "これらは近くに別の制限がある場合に存在する制限です。例えば、「直進専用」制限は交差点内の全ての他の通行路に対して、間接的に「進行方向変更不可」という制限を設けることになります。",
+                        "indirect_noedit": "間接的な制限を編集するのではなく、近くの直接的な制限を編集します。"
+                    }
+                }
             }
         },
-        "presets": {
-            "categories": {
-                "category-barrier": {
-                    "name": "障害物"
+        "issues": {
+            "title": "改善提案",
+            "key": "I",
+            "list_title": "改善提案 ({count})",
+            "errors": {
+                "list_title": "エラー ({count})"
+            },
+            "warnings": {
+                "list_title": "警告 ({count})"
+            },
+            "rules": {
+                "title": "ルール"
+            },
+            "no_issues": {
+                "message": {
+                    "everything": "改善提案はありません",
+                    "everything_in_view": "この画面内に改善提案はありません",
+                    "edits": "あなたの編集への改善提案はありません",
+                    "edits_in_view": "この画面内のあなたの編集への改善提案はありません"
+                },
+                "hidden_issues": {
+                    "none": "検知した改善提案はここに表示されます",
+                    "elsewhere": "別の場所の改善提案: {count}",
+                    "other_features": "あなたの編集以外の改善提案: {count}",
+                    "other_features_elsewhere": "別の場所のあなたの編集以外の改善提案: {count}",
+                    "disabled_rules": "無効化されたルールの改善提案: {count}",
+                    "disabled_rules_elsewhere": "無効化されたルールの別の場所の改善提案: {count}",
+                    "ignored_issues": "無視された改善提案: {count}",
+                    "ignored_issues_elsewhere": "無視された別の場所の改善提案: {count}"
+                }
+            },
+            "options": {
+                "what": {
+                    "title": "チェック対象:",
+                    "edited": "自分の編集のみ",
+                    "all": "全て"
+                },
+                "where": {
+                    "title": "チェック範囲:",
+                    "visible": "現在の画面のみ",
+                    "all": "全て"
+                }
+            },
+            "suggested": "最新化の提案:",
+            "enable_all": "全て有効化",
+            "disable_all": "全て無効化",
+            "reset_ignored": "無視された ({count})件をリセット",
+            "fix_one": {
+                "title": "修正する"
+            },
+            "fix_all": {
+                "title": "全て修正する(訳注:一括操作は非推奨)",
+                "annotation": "妥当性確認による問題をいくつか修正しました。"
+            },
+            "almost_junction": {
+                "title": "交差点に未接続 ",
+                "message": "{feature} は{feature2} のすぐ近くにありますが接続されていません",
+                "tip": "近くの別の地物に接続している可能性のある地物を探す",
+                "self": {
+                    "message": "{feature} は自身のすぐ近くにありますが再接続されていません"
+                },
+                "highway-highway": {
+                    "reference": "交差する道路は頂点ノードを共有すべきです。"
+                }
+            },
+            "close_nodes": {
+                "title": "とても近いポイント",
+                "tip": "冗長で使いすぎのポイントを探す",
+                "message": "{way} 内の2つのポイントがとても近くにあります",
+                "reference": "ウェイにある冗長なポイントはマージするか離れたところに置くべきです。",
+                "detached": {
+                    "message": "{feature} は{feature2} に近すぎます",
+                    "reference": "別々のポイントは位置を共有すべきではありません。(訳注:まれに縦方向に重なる地物もある)"
+                }
+            },
+            "crossing_ways": {
+                "title": "重なったウェイ",
+                "message": "{feature} は{feature2} と重なっています",
+                "tip": "誤って交差している地物どうしを探す",
+                "building-building": {
+                    "reference": "建物は別レイヤ上にある場合を除いて、交差すべきではありません。"
                 },
-                "category-building": {
-                    "name": "建物"
+                "building-highway": {
+                    "reference": "建物と重なる道路は橋、トンネル、遮蔽物、入口のいずれかのタグを使うべきです。"
                 },
-                "category-golf": {
-                    "name": "ゴルフ"
+                "building-railway": {
+                    "reference": "建物と重なる鉄道は橋かトンネルのタグを使うべきです。"
                 },
-                "category-landuse": {
-                    "name": "土地利用"
+                "building-waterway": {
+                    "reference": "建物と重なる水路はトンネルのタグか別のレイヤを使うべきです。"
                 },
-                "category-natural-area": {
-                    "name": "自然の地物"
+                "highway-highway": {
+                    "reference": "重なっている道路は橋、トンネル、交差点のいずれかのタグを使うべきです。"
                 },
-                "category-natural-line": {
-                    "name": "自然の地物"
+                "highway-railway": {
+                    "reference": "鉄道と重なる道路は橋、トンネル、踏切のいずれかのタグを使うべきです。"
                 },
-                "category-natural-point": {
-                    "name": "自然の地物"
+                "highway-waterway": {
+                    "reference": "水路と重なる道路は橋、トンネル、洗い越し(ford)のいずれかのタグを使うべきです。"
                 },
-                "category-path": {
-                    "name": "歩道"
+                "railway-railway": {
+                    "reference": "重なっている鉄道は接続するか、橋やトンネルのタグを使うべきです。"
                 },
-                "category-rail": {
-                    "name": "線路"
+                "railway-waterway": {
+                    "reference": "水路と重なる鉄道は橋やトンネルのタグを使うべきです。"
                 },
-                "category-restriction": {
-                    "name": "進行方向制限"
+                "waterway-waterway": {
+                    "reference": "重なっている水路は接続するかトンネルのタグを使うべきです。"
                 },
-                "category-road": {
-                    "name": "車道"
+                "tunnel-tunnel": {
+                    "reference": "重なっているトンネルは別のレイヤを使うべきです。"
                 },
-                "category-route": {
-                    "name": "ルート"
+                "tunnel-tunnel_connectable": {
+                    "reference": "重なっているトンネルは接続するか、別のレイヤを使うべきです。"
                 },
-                "category-water-area": {
-                    "name": "水域"
+                "bridge-bridge": {
+                    "reference": "重なっている橋は別のレイヤを使うべきです。"
+                },
+                "bridge-bridge_connectable": {
+                    "reference": "重なっている橋は接続するか、別のレイヤを使うべきです。"
                 },
-                "category-water-line": {
-                    "name": "水路関連"
+                "indoor-indoor": {
+                    "reference": "重なっているインドアの地物は別のレイヤを使うべきです。"
+                },
+                "indoor-indoor_connectable": {
+                    "reference": "重なっているインドアの地物は別の階と接続するか、接続せずに別の階を使用するべきです。"
                 }
             },
-            "fields": {
-                "access": {
-                    "label": "通行可",
-                    "options": {
-                        "designated": {
-                            "description": "特定の地方条例や標識等で通行制限が行われている",
-                            "title": "特定種の通行禁止"
-                        },
-                        "destination": {
-                            "description": "特定の目的地へ移動する用途でのみ通行が許可されている",
-                            "title": "目的外通行の禁止"
-                        },
-                        "dismount": {
-                            "description": "下車すれば通行可能",
-                            "title": "下車"
-                        },
-                        "no": {
-                            "description": "一般の通行が許可されていない",
+            "disconnected_way": {
+                "title": "未接続のウェイ(浮島)",
+                "tip": "経路探索できない道路、小道、フェリールートを探す",
+                "routable": {
+                    "message": {
+                        "multiple": "相互に接続されただけの経路探索可能な地物が{count} 件あります。"
+                    },
+                    "reference": "全ての道路、小道、フェリールートは単一の経路探索ネットワークを形成するために接続すべきです。"
+                },
+                "highway": {
+                    "message": "{highway} は他の道路や小道と切り離されています"
+                }
+            },
+            "fixme_tag": {
+                "title": "\"Fix Me\" リクエスト",
+                "message": "{feature} には\"Fix Me\" リクエストがあります",
+                "tip": "\"fixme\" タグのある地物を探す",
+                "reference": "\"fixme\" タグはある地物についてのマッパーからの修正依頼です。"
+            },
+            "generic_name": {
+                "title": "問題のありそうな名前",
+                "message": "{feature} には問題のありそうな名前\"{name}\" が付けられています",
+                "tip": "一般名詞や問題のありそうな名前が付いた地物を探す",
+                "reference": "名前は実際の、現地にある地物の名前であるべきです。"
+            },
+            "incompatible_source": {
+                "title": "問題のありそうな情報源",
+                "tip": "問題のありそうな情報源の地物を探す",
+                "google": {
+                    "feature": {
+                        "message": "{feature} はGoogleをデータソースとして挙げています"
+                    },
+                    "reference": "Google製品はプロプライエタリであり出典として使用してはいけません。"
+                }
+            },
+            "invalid_format": {
+                "title": "不適切な形式",
+                "tip": "想定外の形式のタグを探す",
+                "email": {
+                    "message": "{feature} には不適切なメールアドレスがあります。",
+                    "message_multi": "{feature} には不適切なメールアドレスが複数あります。",
+                    "reference": "メールアドレスは \"user@example.com\" のような形式でなければなりません。"
+                },
+                "website": {
+                    "message": "{feature} には不適切なウェブサイトがあります。",
+                    "message_multi": "{feature} には不適切なウェブサイトが複数あります。",
+                    "reference": "ウェブサイトは \"http\" または \"https\" で始まらなければなりません。"
+                }
+            },
+            "missing_role": {
+                "title": "ロールが未設定",
+                "message": "{relation} 内の{member} にはロールがありません",
+                "tip": "不明あるいは不正なメンバーのロールを持つリレーションを探す",
+                "multipolygon": {
+                    "reference": "マルチポリゴンのメンバーにはinnerかouterのロールが必須です"
+                }
+            },
+            "missing_tag": {
+                "title": "タグ未設定",
+                "tip": "何であるのかが分かるタグが抜けている地物を探す",
+                "reference": "地物にはタグを付けてそれが何であるかを定義しなければなりません",
+                "any": {
+                    "message": "{feature} にはタグがありません"
+                },
+                "descriptive": {
+                    "message": "{feature} が何であるのかを示すタグがありません"
+                },
+                "relation_type": {
+                    "message": "リレーション{feature} にはtype がありません"
+                }
+            },
+            "old_multipolygon": {
+                "message": "{multipolygon} には間違ったタグがあります",
+                "reference": "マルチポリゴンはリレーションにタグ付けすべきで、outerのウェイにではありません。"
+            },
+            "outdated_tags": {
+                "title": "旧式のタグ(訳注:OSM Wikiで確認を推奨)",
+                "message": "{feature} には旧式のタグがあります",
+                "tip": "最新にできる非推奨タグを持つ地物を探す",
+                "reference": "その後タグ付け方法が変わっているものがあるので最新にすべきです。(訳注:よく分からないものはOSM-Wikiで確認してからアップグレードしてください)",
+                "incomplete": {
+                    "message": "{feature} には不完全なタグがあります",
+                    "reference": "タグを追加したほうが良い地物があります。"
+                },
+                "noncanonical_brand": {
+                    "message": "{feature} はbrandの標準的なタグを使っていないようです",
+                    "reference": "同一brandの地物には同じタグ付けをしてください。"
+                }
+            },
+            "private_data": {
+                "title": "プライベート情報",
+                "tip": "プライベートな情報が含まれる可能性のある地物を探す",
+                "reference": "個人の電話番号などセンシティブなデータはタグ付けしません。",
+                "contact": {
+                    "message": "{feature} はプライベートな連絡先情報でタグ付けされている可能性があります"
+                }
+            },
+            "tag_suggests_area": {
+                "title": "エリアとしてタグ付けされたライン",
+                "message": "{feature} は\"{tag}\" タグに基づくクローズドエリアであるべきです",
+                "tip": "ラインでタグ付けされているがおそらくエリアでタグ付けすべきであろう地物を探す",
+                "reference": "エリアは終端を接続しなければなりません。"
+            },
+            "unknown_road": {
+                "message": "{feature} には区分がありません",
+                "reference": "種類が指定されていない道路は地図や経路探索で表示されない場合があります。"
+            },
+            "impossible_oneway": {
+                "title": "一方通行の行き止まり",
+                "tip": "一方通行が行き止まりの経路の課題を探す",
+                "waterway": {
+                    "connected": {
+                        "start": {
+                            "message": "{feature} は接続された水路から離れたところを流れています"
+                        },
+                        "end": {
+                            "message": "{feature} は接続された水路とは反対側に流れています"
+                        },
+                        "reference": "水路の区間は通常は同じ方向に流れるべきです。(低地では流れが変わる場合があります)"
+                    }
+                },
+                "highway": {
+                    "start": {
+                        "message": "{feature} には到達できません",
+                        "reference": "一方通行の道路は他の道路を経由して到達できなければなりません。"
+                    },
+                    "end": {
+                        "message": "{feature} には出口がありません",
+                        "reference": "一方通行の道路からは他の道路に行けなければなりません。"
+                    }
+                }
+            },
+            "unsquare_way": {
+                "title": "直角ではない角({val} ° まで) (訳注:無効化を推奨)",
+                "message": "{feature} には直角ではない角があります",
+                "tip": "直角ではない角があるもののうち改善できそうなものを探す",
+                "buildings": {
+                    "reference": "直角ではない角がある建物は直角にすることでより正確に描けることがあります。"
+                }
+            },
+            "fix": {
+                "connect_almost_junction": {
+                    "annotation": "近接した地物を接続しました。"
+                },
+                "connect_crossing_features": {
+                    "annotation": "重なっている地物を接続しました。"
+                },
+                "connect_endpoints": {
+                    "title": "終端を接続する",
+                    "annotation": "ウェイの終端を接続しました。"
+                },
+                "connect_feature": {
+                    "title": "この地物を接続する"
+                },
+                "connect_features": {
+                    "title": "地物を接続する"
+                },
+                "continue_from_start": {
+                    "title": "開始点から延長する"
+                },
+                "continue_from_end": {
+                    "title": "終了点から延長する"
+                },
+                "delete_feature": {
+                    "title": "この地物を削除する(よく分からないものは安易に削除しないこと)"
+                },
+                "ignore_issue": {
+                    "title": "この改善提案を無視する"
+                },
+                "merge_close_vertices": {
+                    "annotation": "ウェイ内の極めて近いポイントをマージ"
+                },
+                "merge_points": {
+                    "title": "これらのポイントをマージ"
+                },
+                "move_points_apart": {
+                    "title": "これらのポイントを離す"
+                },
+                "move_tags": {
+                    "title": "タグを移動する",
+                    "annotation": "タグを移動しました。"
+                },
+                "remove_from_relation": {
+                    "title": "リレーションから削除する"
+                },
+                "remove_generic_name": {
+                    "title": "名前を削除する",
+                    "annotation": "一般名詞を削除しました。"
+                },
+                "remove_private_info": {
+                    "annotation": "プライベートな情報を削除しました。"
+                },
+                "remove_proprietary_data": {
+                    "title": "プロプライエタリなデータを全て削除"
+                },
+                "remove_tag": {
+                    "title": "タグを削除する",
+                    "annotation": "タグを削除しました。"
+                },
+                "remove_tags": {
+                    "title": "タグを削除する"
+                },
+                "reposition_features": {
+                    "title": "地物を配置し直す"
+                },
+                "reverse_feature": {
+                    "title": "この地物を反転する"
+                },
+                "select_preset": {
+                    "title": "地物の種類を選んでタグを付ける"
+                },
+                "select_road_type": {
+                    "title": "道路の種類を選択"
+                },
+                "set_as_inner": {
+                    "title": "inner にセットする"
+                },
+                "set_as_outer": {
+                    "title": "outer にセットする"
+                },
+                "square_feature": {
+                    "title": "この地物の直角に近い角だけを直角にする"
+                },
+                "tag_as_disconnected": {
+                    "title": "未接続(行き止まり)のタグを付ける",
+                    "annotation": "近接している地物に未接続(行き止まり)のタグを付けました。"
+                },
+                "tag_as_unsquare": {
+                    "title": "物理的に直角で無いことをタグ付けする(訳注:この機能は議論中のため非推奨)",
+                    "annotation": "直角では無い角があることをタグ付けしました(訳注:この機能は議論中のため非推奨)"
+                },
+                "tag_this_as_higher": {
+                    "title": "これを高くタグ付けする"
+                },
+                "tag_this_as_lower": {
+                    "title": "これを低くタグ付けする"
+                },
+                "upgrade_tags": {
+                    "title": "タグをアップグレードする",
+                    "annotation": "古いタグをアップグレードしました。"
+                },
+                "use_bridge_or_tunnel": {
+                    "title": "橋かトンネルを使用する"
+                },
+                "use_different_layers": {
+                    "title": "別のレイヤを使う"
+                },
+                "use_different_levels": {
+                    "title": "別の階を使う"
+                },
+                "use_tunnel": {
+                    "title": "トンネルを使う"
+                }
+            }
+        },
+        "intro": {
+            "done": "完了",
+            "ok": "OK",
+            "graph": {
+                "block_number": "4",
+                "city": "三川",
+                "county": "<value for addr:county>",
+                "district": "<value for addr:district>",
+                "hamlet": "<value for addr:hamlet>",
+                "neighbourhood": "<value for addr:neighbourhood>",
+                "postcode": "49093",
+                "province": "<value for addr:province>",
+                "quarter": "<value for addr:quarter>",
+                "state": "<value for addr:state>",
+                "subdistrict": "<value for addr:subdistrict>",
+                "suburb": "<value for addr:suburb>",
+                "countrycode": "jp",
+                "name": {
+                    "1st-avenue": "一条通り",
+                    "2nd-avenue": "二条通り",
+                    "4th-avenue": "四条通り",
+                    "5th-avenue": "五条通り",
+                    "6th-avenue": "六条通り",
+                    "6th-street": "6th Street",
+                    "7th-avenue": "七条通り",
+                    "8th-avenue": "八条通り",
+                    "9th-avenue": "九条通り",
+                    "10th-avenue": "十条通り",
+                    "11th-avenue": "十一条通り",
+                    "12th-avenue": "十二条通り",
+                    "access-point-employment": "Access Point Employment",
+                    "adams-street": "アダムス通り",
+                    "andrews-elementary-school": "アンドリュー小学校",
+                    "andrews-street": "アンドリュー通り",
+                    "armitage-street": "アーミテージ通り",
+                    "barrows-school": "Barrows School",
+                    "battle-street": "Battle Street",
+                    "bennett-street": "Bennett Street",
+                    "bowman-park": "Bowman Park",
+                    "collins-drive": "Collins Drive",
+                    "conrail-railroad": "Conrail Railroad",
+                    "conservation-park": "Conservation Park",
+                    "constantine-street": "Constantine Street",
+                    "cushman-street": "Cushman Street",
+                    "dollar-tree": "Dollar Tree",
+                    "douglas-avenue": "Douglas Avenue",
+                    "east-street": "East Street",
+                    "elm-street": "Elm Street",
+                    "flower-street": "Flower Street",
+                    "foster-street": "Foster Street",
+                    "french-street": "French Street",
+                    "garden-street": "Garden Street",
+                    "gem-pawnbroker": "Gem Pawnbroker",
+                    "golden-finch-framing": "Golden Finch Framing",
+                    "grant-avenue": "Grant Avenue",
+                    "hoffman-pond": "Hoffman Pond",
+                    "hoffman-street": "Hoffman Street",
+                    "hook-avenue": "Hook Avenue",
+                    "jefferson-street": "Jefferson Street",
+                    "kelsey-street": "Kelsey Street",
+                    "lafayette-park": "LaFayette Park",
+                    "las-coffee-cafe": "L.A.'s Coffee Cafe",
+                    "lincoln-avenue": "Lincoln Avenue",
+                    "lowrys-books": "Lowry's Books",
+                    "lynns-garage": "Lynn's Garage",
+                    "main-street-barbell": "Main Street Barbell",
+                    "main-street-cafe": "Main Street Cafe",
+                    "main-street-fitness": "Main Street Fitness",
+                    "main-street": "Main Street",
+                    "maple-street": "Maple Street",
+                    "marina-park": "Marina Park",
+                    "market-street": "Market Street",
+                    "memory-isle-park": "Memory Isle Park",
+                    "memory-isle": "Memory Isle",
+                    "michigan-avenue": "Michigan Avenue",
+                    "middle-street": "Middle Street",
+                    "millard-street": "Millard Street",
+                    "moore-street": "Moore Street",
+                    "morris-avenue": "Morris Avenue",
+                    "mural-mall": "Mural Mall",
+                    "paisanos-bar-and-grill": "Paisano's Bar and Grill",
+                    "paisley-emporium": "Paisley Emporium",
+                    "paparazzi-tattoo": "Paparazzi Tattoo",
+                    "pealer-street": "Pealer Street",
+                    "pine-street": "Pine Street",
+                    "pizza-hut": "ピザハット",
+                    "portage-avenue": "Portage Avenue",
+                    "portage-river": "Portage River",
+                    "preferred-insurance-services": "Preferred Insurance Services",
+                    "railroad-drive": "Railroad Drive",
+                    "river-city-appliance": "River City Appliance",
+                    "river-drive": "River Drive",
+                    "river-road": "River Road",
+                    "river-street": "River Street",
+                    "riverside-cemetery": "Riverside Cemetery",
+                    "riverwalk-trail": "Riverwalk Trail",
+                    "riviera-theatre": "Riviera Theatre",
+                    "rocky-river": "Rocky River",
+                    "saint-joseph-river": "Saint Joseph River",
+                    "scidmore-park-petting-zoo": "Scidmore Park Petting Zoo",
+                    "scidmore-park": "Scidmore Park",
+                    "scouter-park": "Scouter Park",
+                    "sherwin-williams": "Sherwin-Williams",
+                    "south-street": "South Street",
+                    "southern-michigan-bank": "Southern Michigan Bank",
+                    "spring-street": "Spring Street",
+                    "sturgeon-river-road": "Sturgeon River Road",
+                    "three-rivers-city-hall": "三川市役所",
+                    "three-rivers-elementary-school": "三川小学校",
+                    "three-rivers-fire-department": "三川消防署",
+                    "three-rivers-high-school": "三川高等学校",
+                    "three-rivers-middle-school": "三川中学校",
+                    "three-rivers-municipal-airport": "Three Rivers Municipal Airport",
+                    "three-rivers-post-office": "三川郵便局",
+                    "three-rivers-public-library": "三川図書館",
+                    "three-rivers": "三川",
+                    "unique-jewelry": "Unique Jewelry",
+                    "walnut-street": "Walnut Street",
+                    "washington-street": "Washington Street",
+                    "water-street": "Water Street",
+                    "west-street": "West Street",
+                    "wheeler-street": "Wheeler Street",
+                    "william-towing": "William Towing",
+                    "willow-drive": "Willow Drive",
+                    "wood-street": "Wood Street",
+                    "world-fare": "World Fare"
+                }
+            },
+            "welcome": {
+                "title": "ようこそ",
+                "welcome": "ようこそ! このウォークスルーではOpenStreetMap編集の基礎を学びます。",
+                "practice": "このウォークスルー内のデータは全て練習用データです。ウォークスルー内で編集した内容は保存されません。",
+                "words": "このウォークスルーでは新しい言葉や概念をいくつか紹介します。新しい言葉を紹介する時には*イタリック体*を使います。",
+                "mouse": "マップの編集には任意の入力装置を使えますが、このウォークスルーは左右ボタンのあるマウスを使うことを想定しています。**マウスを接続したい場合は今すぐ接続してからOKをクリックしてください。**",
+                "leftclick": "このチュートリアルでクリックまたはダブルクリックという場合には、左ボタンを意味しています。トラックパッド上では、シングルクリックまたは1本指タップのことになるでしょう。 **{num} 回左クリックしてください。**",
+                "rightclick": "右クリックという場合には、トラックパッドではコントロール+クリック あるいは2本指タップに相当するでしょう。右クリックと同じに使える「メニュー」キーのついたキーボードもあります。**{num} 回右クリックしてください。**",
+                "chapters": "よくできました! 行き詰まったら下にあるボタンで各章をいつでもスキップしたりやり直したりすることができます。それでは始めます! **'{next}' をクリックして次に進みましょう。**"
+            },
+            "navigation": {
+                "title": "ナビゲーション",
+                "drag": "メインのマップエリアの背景上にOpenStreetMapのデータが表示されます。{br}マウスの左ボタンを押したままマウスを動かすとマップをドラッグできます。キーボードにある矢印キーでも動かすことができます。**マップをドラッグしてみよう!**",
+                "zoom": "マウスホイールやトラックパッドをスクロールしたり、{plus} / {minus} ボタンをクリックすると、ズームインしたりズームアウトしたりできます。**マップをズームしてみよう!**",
+                "features": "マップ上に表されるものを表現するために、ここでは*地物(feature)*という言葉を使います。現実世界のあらゆるものはOpenStreetMap上に地物としてマップすることができます。",
+                "points_lines_areas": "マップの地物は*ポイント(点)、ライン(線)またはエリア(面)*を使って表されます。",
+                "nodes_ways": "OpenStreetMapでは、ポイントは*ノード*、ラインやエリアは*ウェイ*とも呼ばれます。",
+                "click_townhall": "マップ上の地物は全てクリックして選択できます。**ポイントをクリックして選択してみましょう。**",
+                "selected_townhall": "すばらしい! ポイントが選択されました。選択された地物はその周囲が点滅します。",
+                "editor_townhall": "地物が選択されると、*地物エディタ*がマップの隣に表示されます。",
+                "preset_townhall": "地物エディタの先頭部分にその地物の種別が表示されます。このポイントは{preset}です。",
+                "fields_townhall": "地物エディタの中央部には*項目*があり、名前や住所といった地物の属性が表示されます。",
+                "close_townhall": "**地物エディタを閉じるには、エスケープキーか、上部角にある{button} ボタンをクリックします。**",
+                "search_street": "現在表示中の地物の中から、あるいは全世界を対象に地物を探すこともできます。**'{name}'を探してみましょう。**",
+                "choose_street": "**一覧から{name}を選んで選択してみましょう。**",
+                "selected_street": "いいですね! {name}が選択されました。",
+                "editor_street": "街路用に表示された項目は役場用に表示された項目とは異なっています。{br}この選択された街路用に、地物エディタは'{field1}' や'{field2}'といった項目を表示します。**エスケープキーまたは{button}ボタンで地物エディタを閉じてください。**",
+                "play": "マップを動かしたり他の地物をいくつかクリックしてOpenStreetMapにどのようなものが追加できるのか見てみてください。**次の章へ進む準備ができたら'{next}'をクリックしてください。**"
+            },
+            "points": {
+                "title": "ポイント",
+                "add_point": "*ポイント*はお店、レストラン、記念碑といったものを表すのに使うことができます。{br}これらには特定の位置をマークして、そこにが何があるのかを記述します。**新しくポイントを追加するには、まず{button} ポイントボタンをクリックします。**",
+                "place_point": "マップ上に新しいポイントを置くには、そのポイントがあるべき位置にマウスカーソルを置き、左クリックまたはスペースバーを押します。**マウスポインタをこのビルの上に移動し、左クリックまたはスペースバーを押してください。**",
+                "search_cafe": "他にもポイントで表せる地物はたくさんあります。今回追加したポイントは喫茶店です。**'{preset}'を探してみましょう。**",
+                "choose_cafe": "**一覧から{preset}を選んでみましょう。**",
+                "feature_editor": "これでポイントは喫茶店としてマークされました。地物エディタを使えば、喫茶店についてより詳しい情報を追加することができます。",
+                "add_name": "OpenStreetMapでは、全ての項目はオプションで、よく分からない場合は項目を空白のままにしておいても構いません。{br}この喫茶店について、あなたが地元の知識を持っているつもりになって、あなたがその名前を知っているということにしましょう。**喫茶店の名前を追加してみましょう。**",
+                "add_close": "地物エディタに入力した内容はすべて自動的に記録されます。**地物の名前の入力が終わったら、エスケープキーかエンターキー、あるいは{button}ボタンをクリックすると地物エディタが閉じます。**",
+                "reselect": "地物が既に入力されていることもありますが、その内容が間違っていたり不完全であることがあります。既にあるポイントは修正することができます。**今作成した喫茶店をクリックして選択してください。**",
+                "update": "この喫茶店について、より詳しい情報を入力してみましょう。名前を変えたり、料理を追加したり、住所を追加したりすることができます。**喫茶店の詳細情報を変えてみましょう。**",
+                "update_close": "**喫茶店の情報をアップデートしたら、エスケープキーかエンターキー、あるいは{button}ボタンをクリックすると地物エディタが閉じます。**",
+                "rightclick": "地物の上で右クリックすると*編集メニュー*が現れます。そこには実行できる編集操作の一覧が表示されます。**右クリックしてあなたが作成したポイントを選択し、編集メニューを表示されてみましょう。**",
+                "delete": "現実世界に存在しない地物は削除して構いません。{br}OpenStreetMapで地物を削除すると、みんなが使っているマップから消えることになります。そのため削除する前にその地物が確実に存在しないことを確認する必要があります。** {button}ボタンをクリックしてポイントを削除してみましょう。**",
+                "undo": "自分の編集内容をOpenStreetMapに保存するまでは、いつでも変更を取り消すことができます。**{button}ボタンをクリックして削除を取り消し、ポイントを元に戻してみましょう。**",
+                "play": "さあ、これであなたはポイントの作成・編集方法が分かりました。もう少しポイントの作成方法を練習してみましょう! **次の章に進む準備ができたら、'{next}'をクリックしてください。**"
+            },
+            "areas": {
+                "title": "エリア",
+                "add_playground": "*エリア*は湖、建物、住宅街といった地物の境界を表すために使用されます。{br}これらは通常はポイントとしてマッピングされるかもしれない多くの地物をより詳細にマッピングする時に使用することもできます。**{button}エリアボタンをクリックして新しいエリアを追加してください。**",
+                "start_playground": "この公園をエリアとしてマップしてみましょう。エリアは、地物の外周の形に*ノード*を配置することで描くことができます。**クリックするかスペースキーを押して、公園の角のどこかを配置してみましょう。**",
+                "continue_playground": "子どもの遊び場の外周に沿って続けてノードを置きながらエリアを描き続けてください。このエリアを既存の歩道に接続しても構いません。{br}ヒント: ノードが他の地物と接続されないように'{alt}'キーを押しながら描くこともできます。**遊び場のエリアを描き続ける。**",
+                "finish_playground": "エリアの描画を終了する際は、エンターキーを押すか、あるいは描き始めや描き終わりのノードで連続して二回同じ場所でクリックしてください。**公園をエリアとして描いてみましょう。**",
+                "search_playground": "**'{preset}'を検索**",
+                "choose_playground": "**一覧から{preset}を選択**",
+                "add_field": "この公園は公式な名称がありません。そのため、名称の項目は空欄にしておきましょう。{br}その代わり、追加項目の箇所でより細かい情報を入力します。**追加項目のリストをオープンしてください。**",
+                "choose_field": "**{field}をリストから選択してください。**",
+                "retry_add_field": "{field}以外を選択しています。もう一度選択してください。",
+                "describe_playground": "**追加で情報を入力し、{button}ボタンをクリックして地物エディタを閉じてください。**",
+                "play": "完了です! 試しにいくつかエリアを描いてみて、どのような地物がOpenStreetMapに描けるか、確認してください。**次の章に進む準備ができたら'{next}'をクリックしてください。**"
+            },
+            "lines": {
+                "title": "ライン",
+                "add_line": "*ライン*は道路、鉄道、河川といった地物を表現するのに使います。 **新しいラインを追加するには、{button}ラインボタンをクリックしてください。**",
+                "start_line": "まだ描かれていない道路がありますのでこれを追加してみましょう!{br}OpenStreetMapでは、ラインは道路の中心に沿って引きます。ラインを引いている間でも必要ならドラッグしたりズームしたりできます。**描かれていない道路の上端をクリックして新しいラインを下の方へ描き始めましょう。**",
+                "intersect": "クリックするかスペースキーを押すとラインにノードを追加できます。{br}道路など多くの種別のラインはより大きなネットワークの一部です。経路探索アプリケーションが正しく動作するには、これらのラインが正しく接続されていることが重要です。**横方向に引かれている{name}をクリックして2つのラインを接続する交差点を作成しましょう。**",
+                "retry_intersect": "道路は{name}を交差する必要があります。もういちどやってみましょう!",
+                "continue_line": "続けて新しい道路を引いてみましょう。必要ならマップをドラッグしたりズームしたりできますのでお忘れなく。{br}引き終わったら、最後のノードを再度クリックしてください。**道路を引き終わりました。**",
+                "choose_category_road": "**一覧から{category}を選んでください。**",
+                "choose_preset_residential": "道路の種別にはいろいろありますが、これは住宅街の道路です。**{preset}という種別を選んでください。**",
+                "retry_preset_residential": "{preset}という種別が選ばれていません。**こちらをクリックして再度選んでください。**",
+                "name_road": "**この道路に名前をつけてから、エスケープキー、エンターキーまたは{button}ボタンをクリックして地物エディタを閉じます。**",
+                "did_name_road": "いい感じです!次はラインの形を更新する方法を学びます。",
+                "update_line": "既に引かれているラインの変更が必要な場合があります。ここに正しくなさそうな道路があります。",
+                "add_node": "ノードをいくつか追加してその形状を改善することができます。ノードを追加するやり方のひとつはノードを追加したい位置でラインをダブルクリックすることです。**ライン上でダブルクリックして新しいノードを作成します。**",
+                "start_drag_endpoint": "ラインを選んだら、任意のノード上で左マウスボタンをクリックしたままドラッグすると、ノードを動かせます。**終端をドラッグして、この道路が交差すべき場所に動かしましょう。**",
+                "finish_drag_endpoint": "この位置で良さそうです。**左マウスボタンを放してドラッグを終わります。**",
+                "start_drag_midpoint": "ノード間の*中央点*に小さな三角があります。新しいノードを作成するには、中央点を新しい位置にドラッグするやり方もあります。**中央点の三角をドラッグして道路のカーブに合わせて新しいノードを作成してみましょう。**",
+                "continue_drag_midpoint": "このラインはとても良くなりましたね!ダブルクリックするか、中央点をカーブが道路の形状に一致するところまでドラッグしてこのラインを引き続き調整してみてください。**ラインの形が整ったら、OKをクリックしてください。**",
+                "delete_lines": "現実に存在しない道路を描いたラインがあれば削除しても構いません。{br}ここに、市が{street}を計画したものの建設されなかった例があります。余分なラインを削除することでマップのこの部分を改善することができます。",
+                "rightclick_intersection": "最後の実際の通りは{street1}なので、{street2}をこの交差点で*分割*してその上にあるものを全て除去します。**交差点ノード上で右クリックします。**",
+                "split_intersection": "**{button} ボタンをクリックして{street}を分割します。**",
+                "retry_split": "分割ボタンが押されていないようです。やり直してみてください。",
+                "did_split_multi": "よくできました!{street1}はこれで2つに分割されました。上の部分は除去できます。**{street2}の上の部分をクリックして選んでください。**",
+                "did_split_single": "**{street2}の上の部分をクリックして選択します。**",
+                "multi_select": "{selected}はこれで選択されました。{other1}も選択しましょう。シフトキーを押しながらクリックすると複数のものを選択できます。**{other2}の上でシフト-クリックします。**",
+                "multi_rightclick": "良いですね!削除するラインが2つとも選択されました。**どちから一方のライン上で右クリックして編集メニューを表示します。**",
+                "multi_delete": "**{button} ボタン上でクリックして余分なラインを削除します。**",
+                "retry_delete": "削除ボタンがクリックされていません。もう一度やってみてください。",
+                "play": "素晴らしい!この章で学んだスキルでもう少しラインの編集を試してみてください。**次の章へ進む準備ができたら'{next}'をクリックしてください。**"
+            },
+            "buildings": {
+                "title": "建物",
+                "add_building": "OpenStreetMapは建物の世界最大のデータベースです。{br}まだマップされていない建物をトレースすることで、あなたもこのデータベースを改善することができます。**{button} エリアをクリックして新しいエリアを追加しましょう。**",
+                "start_building": "この家の外周をトレースしてマップに追加してみましょう。{br}建物はその専有領域の周囲をできるだけ正確にトレースすべきです。**建物の角のどれかひとつの上でクリックまたはスペースキーを押して、開始ノードを置いてください。**",
+                "continue_building": "引き続きノードを追加しながら建物の外周をトレースします。より詳細にトレースしたい場合はズームインすることもできますのでお忘れなく。{br}エンターキー押すか、最初か最後のノード上で再度クリックして建物のトレースを終了します。**建物のトレースを終了します。**",
+                "retry_building": "建物の角にノードを置くところがうまく行かなかったようです。もう一度やってみてください!",
+                "choose_category_building": "**一覧から{category} を選びます。**",
+                "choose_preset_house": "建物の種類はこれ以外にもいろいろありますが、これは明らかに家(一戸建て住宅)です。{br}種別がはっきりわからない場合は建物全般の種別を選べばOKです。**{preset} という種別を選びます。**",
+                "close": "**エスケープキーか{button} ボタンをクリックして地物エディタを閉じます。**",
+                "rightclick_building": "**作成した建物を右クリックで選んで編集メニューを表示します。**",
+                "square_building": "あなたが描いた建物を、より建物らしい直角構造にしてみましょう。**{button}ボタンを押すと、建物の形が直角になります。**",
+                "retry_square": "直角化ボタン以外を押したようです。もう一度やってみてください。",
+                "done_square": "建物の角が動いたのが分かりましたか?もうひとつ役に立つテクニックを学びましょう。",
+                "add_tank": "次に、この円形の貯蔵タンクをトレースします。**{button} エリアをクリックして新しいエリアを追加してください。**",
+                "start_tank": "きれいな円が描けなくても大丈夫。タンクの外周に触れるようにして、その内側のエリアに粗い円を描いてみてください。**クリックするかスペースキーを押してタンクの外周上に開始ノードを置きます。**",
+                "continue_tank": "外周に沿っていくつかノードを追加します。円形はあなたが描いたノードの外側に作成されます。{br}エンターを置くか、最初か最後のノード上で再度クリックしてエリアの描画を終わりにします。**タンクのトレースを終わります。**",
+                "search_tank": "**「{preset}」を検索してみましょう **",
+                "choose_tank": "**一覧から{preset}を選んでみましょう。**",
+                "rightclick_tank": "**作成した貯蔵タンクを右クリックで選んで、編集メニューを表示します。**",
+                "circle_tank": "**{button} ボタンをクリックしてタンクを円状にします。**",
+                "retry_circle": "円状に並べる ボタンがクリックされていません。もう一度やってみてください。",
+                "play": "よくできました!もう少し建物を描いて、編集メニューで他のコマンドも試しながら練習してみてください。**次の章に進む準備ができたら'{next}'をクリックしてください。**"
+            },
+            "startediting": {
+                "title": "編集開始",
+                "help": "これでOpenStreetMapを編集する準備ができました!{br}{button}ヘルプボタンをクリックするか'{key}'キーを押すと、いつでもこのウォークスルーをやり直したり、ドキュメントをより詳細に見たりすることができます。",
+                "shortcuts": "'{key}' キーを押すと、コマンドの一覧を、そのキーボードショートカットとともに見ることができます。",
+                "save": "変更内容はこまめに保存するよう気をつけてください!",
+                "start": "マッピング開始!(これ以降は練習ではなく実際にデータが登録されますので注意してください)"
+            }
+        },
+        "shortcuts": {
+            "title": "ショートカットキー",
+            "tooltip": "キーボードショートカット画面を表示",
+            "toggle": {
+                "key": "?"
+            },
+            "key": {
+                "alt": "Alt",
+                "backspace": "Backspace",
+                "cmd": "コマンド",
+                "ctrl": "Ctrl",
+                "delete": "Delete",
+                "del": "Del",
+                "end": "End",
+                "enter": "Enter",
+                "esc": "Esc",
+                "home": "Home",
+                "option": "Option",
+                "pause": "Pause",
+                "pgdn": "PgDn",
+                "pgup": "PgUp",
+                "return": "Return",
+                "shift": "Shift",
+                "space": "スペース"
+            },
+            "gesture": {
+                "drag": "ドラッグ"
+            },
+            "or": "-または-",
+            "browsing": {
+                "title": "閲覧",
+                "navigation": {
+                    "title": "ナビゲーション",
+                    "pan": "マップを動かす",
+                    "pan_more": "マップを1画面分動かす",
+                    "zoom": "拡大/縮小",
+                    "zoom_more": "ロット単位でズームイン/ズームアウト"
+                },
+                "help": {
+                    "title": "ヘルプ",
+                    "help": "ヘルプ/ドキュメントを表示",
+                    "keyboard": "ショートカットキーを表示"
+                },
+                "display_options": {
+                    "title": "オプション画面表示",
+                    "background": "背景設定を表示",
+                    "background_switch": "直前の背景に切り替え",
+                    "map_data": "地図データ設定を表示",
+                    "fullscreen": "全画面モードに入る",
+                    "sidebar": "サイドバーの表示/非表示",
+                    "wireframe": "ワイヤーフレームモード切替",
+                    "osm_data": "OpenStreetMapデータの表示切替",
+                    "minimap": "ミニマップの表示/非表示"
+                },
+                "selecting": {
+                    "title": "地物の選択",
+                    "select_one": "地物を1つ選ぶ",
+                    "select_multi": "地物を複数選ぶ",
+                    "lasso": "地物を囲み線(投げ縄)で選ぶ",
+                    "search": "地物のテキスト検索欄に移動"
+                },
+                "with_selected": {
+                    "title": "選択された地物に対して",
+                    "edit_menu": "編集メニューの表示/非表示",
+                    "zoom_to": "選択した地物にズーム"
+                },
+                "vertex_selected": {
+                    "title": "選択されたノードに対して",
+                    "previous": "前のノードへ移動",
+                    "next": "次のノードへ移動",
+                    "first": "最初のノードへ移動",
+                    "last": "最後のノードへ移動",
+                    "change_parent": "親ウェイを切り替え"
+                }
+            },
+            "editing": {
+                "title": "編集",
+                "drawing": {
+                    "title": "描画",
+                    "focus_add_feature": "地物検索欄にフォーカスを移動",
+                    "add_point": "「ポイントの追加」モード",
+                    "add_line": "「ラインの追加」モード",
+                    "add_area": "「エリアの追加」モード",
+                    "add_note": "「メモの追加」モード",
+                    "add_favorite": "お気に入りの地物を保存する",
+                    "place_point": "ポイントまたはメモを置く",
+                    "disable_snap": "押下中はポイント接近時の自動接続(SNAP)を無効化",
+                    "stop_line": "ラインやエリアの描画を終了"
+                },
+                "operations": {
+                    "title": "操作",
+                    "continue_line": "選択モードでラインを継続",
+                    "merge": "選択した地物を連結(マージ)",
+                    "disconnect": "選択したノードで地物を切り離し",
+                    "extract": "ポイントを地物から抜き移します。",
+                    "split": "選択したノードでラインを2つに分割",
+                    "reverse": "ラインを反転",
+                    "move": "選択した地物を移動",
+                    "rotate": "選択した地物を回転",
+                    "orthogonalize": "ラインやエリアの角を直角にする",
+                    "straighten": "ラインや複数ポイントを直線化する",
+                    "circularize": "クローズドラインやエリアを円形化",
+                    "reflect_long": "地物を長軸で反転",
+                    "reflect_short": "地物を短軸で反転",
+                    "delete": "選択された地物を削除"
+                },
+                "commands": {
+                    "title": "コマンド",
+                    "copy": "選択された地物をコピー",
+                    "paste": "コピーされた地物を貼り付け",
+                    "undo": "最後の操作を元に戻す",
+                    "redo": "最後の操作を再実行",
+                    "save": "編集結果を保存"
+                }
+            },
+            "tools": {
+                "title": "ツール",
+                "info": {
+                    "title": "補助情報パネル表示切替え",
+                    "all": "表示中の全補助情報パネルを一括表示/非表示",
+                    "background": "背景パネルを表示/非表示",
+                    "history": "編集履歴パネルを表示/非表示",
+                    "location": "位置パネルを表示/非表示",
+                    "measurement": "計測パネルを表示/非表示"
+                }
+            }
+        },
+        "units": {
+            "feet": "{quantity} ft",
+            "miles": "{quantity} mi",
+            "square_feet": "{quantity} sq ft",
+            "square_miles": "{quantity} sq mi",
+            "acres": "{quantity} ac",
+            "meters": "{quantity} m",
+            "kilometers": "{quantity} km",
+            "square_meters": "{quantity} m²",
+            "square_kilometers": "{quantity} km²",
+            "hectares": "{quantity} ha",
+            "area_pair": "{area1} ({area2})",
+            "arcdegrees": "{quantity}°",
+            "arcminutes": "{quantity}′",
+            "arcseconds": "{quantity}″",
+            "north": "北緯",
+            "south": "南緯",
+            "east": "東経",
+            "west": "西経",
+            "coordinate": "{coordinate}{direction}",
+            "coordinate_pair": "{latitude}, {longitude}"
+        },
+        "wikidata": {
+            "identifier": "識別子",
+            "label": "ラベル",
+            "description": "説明"
+        },
+        "presets": {
+            "categories": {
+                "category-barrier": {
+                    "name": "障害物の地物"
+                },
+                "category-building": {
+                    "name": "建物の地物"
+                },
+                "category-golf": {
+                    "name": "ゴルフの地物"
+                },
+                "category-landuse": {
+                    "name": "土地利用の地物"
+                },
+                "category-natural": {
+                    "name": "自然の地物"
+                },
+                "category-path": {
+                    "name": "歩道・小道"
+                },
+                "category-rail": {
+                    "name": "線路"
+                },
+                "category-restriction": {
+                    "name": "進行方向制限の地物"
+                },
+                "category-road_major": {
+                    "name": "主要道路"
+                },
+                "category-road_minor": {
+                    "name": "主要道路以外"
+                },
+                "category-road_service": {
+                    "name": "敷地内道路"
+                },
+                "category-route": {
+                    "name": "ルートの地物"
+                },
+                "category-utility": {
+                    "name": "公共インフラの地物"
+                },
+                "category-water": {
+                    "name": "水域"
+                },
+                "category-waterway": {
+                    "name": "水路"
+                }
+            },
+            "fields": {
+                "access": {
+                    "label": "通行可否",
+                    "options": {
+                        "designated": {
+                            "description": "標識等や特定の地方条例で通行が許可されている",
+                            "title": "特定種の通行禁止"
+                        },
+                        "destination": {
+                            "description": "特定の目的地へ移動する用途でのみ通行が許可されている",
+                            "title": "目的外通行の禁止"
+                        },
+                        "dismount": {
+                            "description": "降りれば通行可能",
+                            "title": "下車"
+                        },
+                        "no": {
+                            "description": "一般の通行が許可されていない",
                             "title": "制限あり"
                         },
                         "permissive": {
                             "description": "所有者が通行制限しない限り通行可",
                             "title": "所有者許諾あり"
                         },
+                        "permit": {
+                            "description": "妥当な許可や利用許諾がある場合のみ通行が許可されている",
+                            "title": "許可"
+                        },
                         "private": {
-                            "description": "é\80\9aè¡\8cæ\99\82ã\81«ã\81¯æ\89\80æ\9c\89è\80\85ã\81®許可を得る必要がある",
+                            "description": "é\80\9aè¡\8cæ\99\82ã\81«ã\81¯æ\89\80æ\9c\89è\80\85ã\81\8bã\82\89å\80\8bã\80\85ã\81«許可を得る必要がある",
                             "title": "私有"
                         },
                         "yes": {
                     }
                 },
                 "access_simple": {
-                    "label": "通行可能な手段"
-                },
-                "access_toilets": {
-                    "label": "利用対象"
+                    "label": "アクセス制限"
                 },
                 "address": {
                     "label": "住所",
                     "placeholders": {
-                        "block_number": "街区符号",
-                        "block_number!jp": "街区符号",
+                        "block_number": "街区符号 / 番 / 番地 / 地番",
+                        "block_number!jp": "街区符号 / 番 / 番地 / 地番",
                         "city": "市町村",
                         "city!jp": "市町村と東京23区",
                         "city!vn": "市/町",
                         "county": "郡",
                         "county!jp": "郡",
                         "district": "地区",
+                        "district!vn": "Arrondissement/町/地区",
                         "floor": "階",
                         "hamlet": "Hamlet",
                         "housename": "地番",
                         "housenumber": "住居番号",
-                        "housenumber!jp": "住居番号/番地と枝番",
+                        "housenumber!jp": "住居番号 / 号 / 支号 / 枝番号",
                         "neighbourhood": "字",
                         "neighbourhood!jp": "丁目/字/小字",
                         "place": "地名",
                         "province": "都道府県",
                         "province!jp": "都道府県",
                         "quarter": "大字",
-                        "quarter!jp": "大字/町",
+                        "quarter!jp": "大字 / (市内の)町",
                         "state": "州",
                         "street": "所属する街路名",
                         "subdistrict": "Subdistrict",
                         "subdistrict!vn": "Ward/Commune/Townlet",
                         "suburb": "区",
-                        "suburb!jp": "区"
+                        "suburb!jp": "区",
+                        "unit": "単位"
                     }
                 },
                 "admin_level": {
                     "label": "Admin Level"
                 },
                 "aerialway": {
-                    "label": "タイプ"
+                    "label": "種類"
                 },
                 "aerialway/access": {
                     "label": "乗降場所",
                     }
                 },
                 "aerialway/bubble": {
-                    "label": "覆い"
+                    "label": "フード"
                 },
                 "aerialway/capacity": {
                     "label": "運搬人数(1時間当たり)",
                     }
                 },
                 "aeroway": {
-                    "label": "形態"
+                    "label": "種類"
+                },
+                "agrarian": {
+                    "label": "製品"
+                },
+                "air_conditioning": {
+                    "label": "空調有無"
                 },
                 "amenity": {
                     "label": "種類"
                 },
+                "animal_boarding": {
+                    "label": "対象となる動物"
+                },
+                "animal_breeding": {
+                    "label": "対象となる動物"
+                },
+                "animal_shelter": {
+                    "label": "対象となる動物"
+                },
+                "architect": {
+                    "label": "建築家"
+                },
                 "area/highway": {
                     "label": "道路の種類"
                 },
                     "label": "アーティスト"
                 },
                 "artwork_type": {
-                    "label": "タイプ"
+                    "label": "種類"
                 },
                 "atm": {
                     "label": "ATM"
                 },
+                "attraction": {
+                    "label": "種類"
+                },
                 "backrest": {
                     "label": "背もたれ"
                 },
+                "bar": {
+                    "label": "バー"
+                },
                 "barrier": {
-                    "label": "タイプ"
+                    "label": "種類"
+                },
+                "basin": {
+                    "label": "種類"
                 },
                 "bath/open_air": {
                     "label": "露天風呂"
                     }
                 },
                 "beauty": {
-                    "label": "店舗種類"
+                    "label": "美容の種類"
                 },
                 "bench": {
                     "label": "ベンチ"
                     "label": "種類"
                 },
                 "bin": {
-                    "label": "ゴミ箱"
+                    "label": "ゴミ箱有無"
                 },
                 "blood_components": {
                     "label": "献血種類",
                     }
                 },
                 "board_type": {
-                    "label": "タイプ"
+                    "label": "種類"
+                },
+                "booth": {
+                    "label": "ブース"
+                },
+                "boules": {
+                    "label": "種類"
                 },
                 "boundary": {
-                    "label": "タイプ"
+                    "label": "種類"
                 },
                 "brand": {
                     "label": "ブランド"
                 },
+                "brewery": {
+                    "label": "ドラフトビール"
+                },
+                "bridge": {
+                    "label": "種類",
+                    "placeholder": "デフォルト"
+                },
+                "bridge/support": {
+                    "label": "種類"
+                },
                 "building": {
                     "label": "建物"
                 },
+                "building/levels_building": {
+                    "label": "建物の地上階数",
+                    "placeholder": "2, 4, 6..."
+                },
+                "building/material": {
+                    "label": "建物の素材"
+                },
                 "building_area": {
                     "label": "建物"
                 },
                 "bunker_type": {
                     "label": "種類"
                 },
+                "cables": {
+                    "label": "ケーブル",
+                    "placeholder": "1, 2, 3..."
+                },
                 "camera/direction": {
                     "label": "監視カメラの向き(時計回りの角度)",
                     "placeholder": "45, 90, 180, 270"
                     "label": "収容数",
                     "placeholder": "50, 100, 200..."
                 },
-                "cardinal_direction": {
-                    "label": "方向",
-                    "options": {
-                        "E": "東",
-                        "ENE": "東北東",
-                        "ESE": "東南東",
-                        "N": "北",
-                        "NE": "北東",
-                        "NNE": "北北東",
-                        "NNW": "北北西",
-                        "NW": "北西",
-                        "S": "南",
-                        "SE": "南東",
-                        "SSE": "南南東",
-                        "SSW": "南南西",
-                        "SW": "南西",
-                        "W": "西",
-                        "WNW": "西北西",
-                        "WSW": "西南西"
-                    }
+                "cash_in": {
+                    "label": "入金"
                 },
                 "castle_type": {
                     "label": "種類"
                 },
-                "clock_direction": {
-                    "label": "方向",
-                    "options": {
-                        "anticlockwise": "左回り",
-                        "clockwise": "右回り"
-                    }
+                "check_date": {
+                    "label": "最終確認日"
+                },
+                "clothes": {
+                    "label": "服"
+                },
+                "club": {
+                    "label": "種類"
                 },
                 "collection_times": {
                     "label": "収集時刻"
                 },
+                "colour": {
+                    "label": "色"
+                },
+                "comment": {
+                    "label": "変更セットのコメント",
+                    "placeholder": "投稿内容の簡潔な説明(アップロード前に記入必須)"
+                },
+                "communication_multi": {
+                    "label": "通信回線の種類"
+                },
                 "construction": {
                     "label": "種類"
                 },
+                "consulate": {
+                    "label": "領事館の種類"
+                },
                 "contact/webcam": {
                     "label": "ウェブカメラのURL",
                     "placeholder": "http://example.com/"
                 },
                 "content": {
-                    "label": "中身"
+                    "label": "内容"
+                },
+                "conveying": {
+                    "label": "移動方向",
+                    "options": {
+                        "backward": "逆方向",
+                        "forward": "順方向",
+                        "reversible": "切替通行"
+                    }
                 },
                 "country": {
                     "label": "国"
                 },
+                "couplings": {
+                    "label": "継ぎ手の数",
+                    "placeholder": "1, 2, 3..."
+                },
                 "covered": {
                     "label": "屋根"
                 },
                 "craft": {
-                    "label": "タイプ"
+                    "label": "種類"
+                },
+                "crane/type": {
+                    "label": "クレーンの種類",
+                    "options": {
+                        "floor-mounted_crane": "据付型クレーン",
+                        "portal_crane": "門形クレーン",
+                        "travel_lift": "走行リフト"
+                    }
                 },
                 "crop": {
-                    "label": "物"
+                    "label": "収穫物"
                 },
                 "crossing": {
                     "label": "種類"
                 },
                 "cuisine": {
-                    "label": "料理の種類"
+                    "label": "料理"
                 },
                 "currency_multi": {
                     "label": "通貨の種類"
                 },
+                "cutting": {
+                    "label": "種類",
+                    "placeholder": "デフォルト"
+                },
                 "cycle_network": {
                     "label": "ネットワーク"
                 },
                         "cycleway:right": "右側"
                     }
                 },
+                "dance/style": {
+                    "label": "ダンススタイル"
+                },
                 "date": {
                     "label": "日付"
                 },
                 "denotation": {
                     "label": "意味"
                 },
+                "departures_board": {
+                    "label": "出発案内板",
+                    "options": {
+                        "no": "なし",
+                        "realtime": "リアルタイム",
+                        "timetable": "時刻表",
+                        "yes": "あり"
+                    }
+                },
                 "description": {
                     "label": "説明"
                 },
+                "design": {
+                    "label": "デザイン"
+                },
+                "destination/ref_oneway": {
+                    "label": "行き先の道路番号"
+                },
+                "destination/symbol_oneway": {
+                    "label": "行き先のシンボル"
+                },
+                "destination_oneway": {
+                    "label": "行き先"
+                },
+                "devices": {
+                    "label": "装置",
+                    "placeholder": "1, 2, 3..."
+                },
+                "diameter": {
+                    "label": "直径",
+                    "placeholder": "5 mm, 10 cm, 15 in…"
+                },
                 "diaper": {
                     "label": "おむつ交換台の利用可否"
                 },
-                "display": {
-                    "label": "表示盤の種類"
+                "diet_multi": {
+                    "label": "食事制限の種類"
                 },
-                "dock": {
-                    "label": "タイプ"
+                "diplomatic": {
+                    "label": "外交組織の種類"
                 },
-                "drive_through": {
-                    "label": "ã\83\89ã\83©ã\82¤ã\83\96ã\82¹ã\83«ã\83¼"
+                "diplomatic/services": {
+                    "label": "ã\82µã\83¼ã\83\93ã\82¹ã\81®ç¨®é¡\9e"
                 },
-                "electrified": {
-                    "label": "電化状態",
-                    "options": {
-                        "contact_line": "架線",
-                        "no": "非電化",
-                        "rail": "集電レール",
-                        "yes": "電化(未定義)"
-                    },
-                    "placeholder": "架線、集電レール..."
+                "direction": {
+                    "label": "方向(度、時計回り)",
+                    "placeholder": "45, 90, 180, 270"
                 },
-                "elevation": {
+                "direction_cardinal": {
+                    "label": "方角",
+                    "options": {
+                        "E": "東",
+                        "ENE": "東北東",
+                        "ESE": "東南東",
+                        "N": "北",
+                        "NE": "北東",
+                        "NNE": "北北東",
+                        "NNW": "北北西",
+                        "NW": "北西",
+                        "S": "南",
+                        "SE": "南東",
+                        "SSE": "南南東",
+                        "SSW": "南南西",
+                        "SW": "南西",
+                        "W": "西",
+                        "WNW": "西北西",
+                        "WSW": "西南西"
+                    }
+                },
+                "direction_clock": {
+                    "label": "方向",
+                    "options": {
+                        "anticlockwise": "反時計回り",
+                        "clockwise": "時計回り"
+                    }
+                },
+                "direction_vertex": {
+                    "label": "影響を受ける方向",
+                    "options": {
+                        "backward": "逆方向",
+                        "both": "両方 / 全て",
+                        "forward": "順方向"
+                    }
+                },
+                "dispensing": {
+                    "label": "調剤可否"
+                },
+                "display": {
+                    "label": "表示盤の種類"
+                },
+                "distance": {
+                    "label": "距離"
+                },
+                "dock": {
+                    "label": "種類"
+                },
+                "dog": {
+                    "label": "犬の同行許可",
+                    "options": {
+                        "leashed": "首紐がある場合に犬を同行可",
+                        "no": "犬は同行不可",
+                        "yes": "犬は同行可"
+                    }
+                },
+                "door": {
+                    "label": "ドア"
+                },
+                "door_type": {
+                    "label": "ドアの種類"
+                },
+                "drive_through": {
+                    "label": "ドライブスルー"
+                },
+                "duration": {
+                    "label": "所要時間",
+                    "placeholder": "00:00"
+                },
+                "electrified": {
+                    "label": "電化状態",
+                    "options": {
+                        "contact_line": "架線",
+                        "no": "非電化",
+                        "rail": "集電レール",
+                        "yes": "電化(未定義)"
+                    },
+                    "placeholder": "架線、集電レール..."
+                },
+                "elevation": {
                     "label": "標高"
                 },
                 "email": {
                     "label": "メールアドレス",
                     "placeholder": "example@example.com"
                 },
+                "embankment": {
+                    "label": "種類",
+                    "placeholder": "デフォルト"
+                },
+                "embassy": {
+                    "label": "大使館の種類"
+                },
                 "emergency": {
                     "label": "緊急設備"
                 },
+                "emergency_combo": {
+                    "label": "緊急設備の種類"
+                },
+                "enforcement": {
+                    "label": "交通取締の種類"
+                },
                 "entrance": {
-                    "label": "タイプ"
+                    "label": "種類"
                 },
                 "except": {
                     "label": "例外"
                 },
+                "faces": {
+                    "label": "面数"
+                },
                 "fax": {
                     "label": "FAX",
                     "placeholder": "+31 42 123 4567"
                 "fence_type": {
                     "label": "柵の種類"
                 },
-                "fire_hydrant/position": {
-                    "label": "位置",
-                    "options": {
-                        "green": "緑地",
-                        "lane": "道路上",
-                        "parking_lot": "駐車場",
-                        "sidewalk": "歩道"
-                    }
+                "fire_hydrant/diameter": {
+                    "label": "口径 (mm, in, または文字)"
+                },
+                "fire_hydrant/pressure": {
+                    "label": "水圧 (bar)"
                 },
                 "fire_hydrant/type": {
-                    "label": "タイプ",
+                    "label": "形状",
                     "options": {
                         "pillar": "柱/地上",
-                        "pond": "池",
+                        "pipe": "キャップ付きパイプ",
                         "underground": "地下",
                         "wall": "壁"
                     }
                 },
+                "fireplace": {
+                    "label": "暖炉"
+                },
+                "fishing": {
+                    "label": "釣り"
+                },
+                "fitness_station": {
+                    "label": "設備の種類"
+                },
                 "fixme": {
                     "label": "要修正"
                 },
+                "flag/type": {
+                    "label": "掲揚ポールの種類"
+                },
+                "floating": {
+                    "label": "水に浮いているかどうか"
+                },
+                "flood_prone": {
+                    "label": "洪水浸水想定区域"
+                },
+                "ford": {
+                    "label": "種類",
+                    "placeholder": "デフォルト"
+                },
+                "frequency": {
+                    "label": "動作周波数"
+                },
+                "frequency_electrified": {
+                    "label": "動作周波数"
+                },
+                "from": {
+                    "label": "From"
+                },
                 "fuel": {
                     "label": "ガソリンスタンド"
                 },
                 "generator/method": {
                     "label": "方式"
                 },
+                "generator/output/electricity": {
+                    "label": "発電機出力形態:電気",
+                    "placeholder": "50 MW, 100 MW, 200 MW..."
+                },
                 "generator/source": {
                     "label": "エネルギー源"
                 },
                 "generator/type": {
-                    "label": "タイプ"
+                    "label": "種類"
+                },
+                "government": {
+                    "label": "種類"
+                },
+                "grape_variety": {
+                    "label": "ブドウの品種"
                 },
-                "golf_hole": {
-                    "label": "参照",
-                    "placeholder": "ホール (1-18)"
+                "guest_house": {
+                    "label": "ゲストハウスの種類"
                 },
                 "handicap": {
                     "label": "ハンディキャップ",
                 "handrail": {
                     "label": "手すり"
                 },
+                "hashtags": {
+                    "label": "提案されたハッシュタグ",
+                    "placeholder": "#example"
+                },
+                "healthcare": {
+                    "label": "種類"
+                },
+                "healthcare/speciality": {
+                    "label": "専門科"
+                },
                 "height": {
                     "label": "高さ (メートル)"
                 },
+                "height_building": {
+                    "label": "高さ (メートル)"
+                },
+                "highspeed": {
+                    "label": "高速鉄道"
+                },
                 "highway": {
-                    "label": "道路区分"
+                    "label": "道路の種類"
                 },
                 "historic": {
-                    "label": "タイプ"
+                    "label": "種類"
+                },
+                "historic/civilization": {
+                    "label": "文明"
+                },
+                "historic/wreck/date_sunk": {
+                    "label": "沈没日付"
+                },
+                "historic/wreck/visible_at_high_tide": {
+                    "label": "満潮時に出現"
+                },
+                "historic/wreck/visible_at_low_tide": {
+                    "label": "干潮時に出現"
                 },
                 "hoops": {
                     "label": "輪の数",
                     "placeholder": "1, 2, 4..."
                 },
+                "horse_dressage": {
+                    "label": "馬場馬術乗馬",
+                    "options": {
+                        "equestrian": "あり",
+                        "undefined": "なし"
+                    }
+                },
+                "horse_riding": {
+                    "label": "乗馬",
+                    "options": {
+                        "horse_riding": "あり",
+                        "undefined": "なし"
+                    }
+                },
+                "horse_scale": {
+                    "label": "乗馬の難易度",
+                    "options": {
+                        "common": "簡易: 問題や難しさは無い。(既定値)",
+                        "critical": "ボーダーライン: 経験のある騎手と馬なら通過可能。大きな障害物あり。橋は要注意。",
+                        "dangerous": "危険: よく熟練した騎手と馬で好天時のみ通過可能。馬から下りる。",
+                        "demanding": "注意して利用: でこぼこな道、たまに困難な通路。",
+                        "difficult": "困難: 狭くて荒れた道。乗り越えるべき障害物や狭い通路の可能性あり。",
+                        "impossible": "通過不能: 馬では道または橋が通過できない。極端に狭い、サポート不足、はしごのような障害物。生命の危険あり。"
+                    },
+                    "placeholder": "困難, 危険..."
+                },
+                "horse_stables": {
+                    "label": "乗馬施設",
+                    "options": {
+                        "stables": "Yes",
+                        "undefined": "No"
+                    }
+                },
                 "iata": {
                     "label": "IATA"
                 },
                 "indoor": {
                     "label": "室内"
                 },
+                "indoor_type": {
+                    "label": "屋内の種類"
+                },
+                "industrial": {
+                    "label": "種類"
+                },
                 "information": {
-                    "label": "タイプ"
+                    "label": "種類"
+                },
+                "inscription": {
+                    "label": "碑文の文面"
+                },
+                "intermittent": {
+                    "label": "間欠性"
+                },
+                "intermittent_yes": {
+                    "label": "間欠性"
                 },
                 "internet_access": {
                     "label": "インターネット環境",
                     "label": "インターネット接続利用料金"
                 },
                 "internet_access/ssid": {
-                    "label": "SSID (ネットワーク名)"
+                    "label": "SSID (Wifiネットワーク名)"
+                },
+                "interval": {
+                    "label": "間隔"
+                },
+                "junction/ref_oneway": {
+                    "label": "ジャンクション番号"
+                },
+                "junction_line": {
+                    "label": "ジャンクション",
+                    "options": {
+                        "circular": "ロータリー交差点(優先権なし)",
+                        "jughandle": "連絡用ランプ",
+                        "roundabout": "ラウンドアバウト(優先権あり)"
+                    }
                 },
                 "kerb": {
-                    "label": "縁石の段差"
+                    "label": "縁石の詳細"
+                },
+                "kerb/height": {
+                    "label": "縁石の高さ"
+                },
+                "label": {
+                    "label": "ラベル"
                 },
                 "lamp_type": {
-                    "label": "種"
+                    "label": "種"
                 },
                 "landuse": {
-                    "label": "土地区分"
+                    "label": "土地の種類"
                 },
                 "lanes": {
                     "label": "車線数",
                     "placeholder": "1, 2, 3..."
                 },
+                "language_multi": {
+                    "label": "言語"
+                },
                 "layer": {
-                    "label": "レイヤー"
+                    "label": "レイヤー",
+                    "placeholder": "0"
                 },
                 "leaf_cycle": {
                     "label": "葉の季節変化",
                     }
                 },
                 "leisure": {
-                    "label": "タイプ"
+                    "label": "種類"
                 },
                 "length": {
                     "label": "長さ (m)"
                 },
                 "level": {
-                    "label": "階数"
+                    "label": "フロア番号(日本の1階は0)"
                 },
                 "levels": {
-                    "label": "階数",
+                    "label": "階数",
                     "placeholder": "2, 4, 6..."
                 },
+                "liaison": {
+                    "label": "交流組織の種類"
+                },
                 "lit": {
                     "label": "照明"
                 },
                 "location": {
                     "label": "位置"
                 },
+                "location_pool": {
+                    "label": "位置",
+                    "options": {
+                        "indoor": "屋内",
+                        "outdoor": "屋外",
+                        "roof": "屋上"
+                    }
+                },
+                "lock": {
+                    "label": "水路上のドック"
+                },
                 "man_made": {
                     "label": "種類"
                 },
+                "manhole": {
+                    "label": "種類"
+                },
+                "manufacturer": {
+                    "label": "メーカー"
+                },
                 "map_size": {
                     "label": "地図の範囲"
                 },
                 "map_type": {
-                    "label": "タイプ"
+                    "label": "種類"
+                },
+                "material": {
+                    "label": "素材"
                 },
                 "maxheight": {
                     "label": "高さ制限",
                     "label": "最高速度",
                     "placeholder": "40, 50, 60..."
                 },
+                "maxspeed/advisory": {
+                    "label": "安全速度",
+                    "placeholder": "40, 50, 60..."
+                },
                 "maxstay": {
                     "label": "最大利用時間"
                 },
+                "maxweight": {
+                    "label": "最大重量"
+                },
+                "maxweight_bridge": {
+                    "label": "最大重量"
+                },
+                "memorial": {
+                    "label": "種類"
+                },
+                "microbrewery": {
+                    "label": "地ビール醸造所"
+                },
+                "minspeed": {
+                    "label": "最低速度制限",
+                    "placeholder": "20, 30, 40..."
+                },
+                "monitoring_multi": {
+                    "label": "監視"
+                },
                 "mtb/scale": {
                     "label": "マウンテンバイク難易度",
                     "options": {
                 },
                 "name": {
                     "label": "名称",
-                    "placeholder": "一般的な呼称 (もしあれば)"
+                    "placeholder": "固有の名称 (もしあれば)"
                 },
                 "natural": {
                     "label": "自然"
                     "label": "ネットワーク"
                 },
                 "network_bicycle": {
-                    "label": "ネットワーク種別",
+                    "label": "ネットワークの種類",
                     "options": {
                         "icn": "国際",
                         "lcn": "地域",
                     "placeholder": "地域、地方、国、国際"
                 },
                 "network_foot": {
-                    "label": "ネットワーク種別",
+                    "label": "ネットワークの種類",
                     "options": {
                         "iwn": "国際",
                         "lwn": "地域",
                     "placeholder": "地域、地方、国、国際"
                 },
                 "network_horse": {
-                    "label": "ネットワーク種別",
+                    "label": "ネットワークの種類",
                     "options": {
                         "ihn": "国際",
                         "lhn": "地域",
                     "label": "メモ"
                 },
                 "office": {
-                    "label": "タイプ"
+                    "label": "種類"
                 },
                 "oneway": {
                     "label": "一方通行",
                     "options": {
+                        "alternating": "交互通行",
                         "no": "いいえ",
+                        "reversible": "切替通行",
                         "undefined": "おそらくいいえ",
                         "yes": "はい"
                     }
                 },
+                "oneway/bicycle": {
+                    "label": "一方通行 (自転車)"
+                },
                 "oneway_yes": {
                     "label": "一方通行",
                     "options": {
+                        "alternating": "交互通行",
                         "no": "いいえ",
+                        "reversible": "切替通行",
                         "undefined": "おそらくはい",
                         "yes": "はい"
                     }
                 },
+                "opening_date": {
+                    "label": "開始予定日"
+                },
                 "opening_hours": {
-                    "label": "利用可能な時間帯"
+                    "label": "営業時間",
+                    "placeholder": "不明"
                 },
                 "operator": {
                     "label": "管理主体"
                     "label": "パー",
                     "placeholder": "3, 4, 5..."
                 },
-                "parallel_direction": {
-                    "label": "方向",
-                    "options": {
-                        "backward": "ウェイの逆方向",
-                        "forward": "ウェイの順方向"
-                    }
-                },
                 "park_ride": {
                     "label": "パーク&ライド"
                 },
                 "parking": {
-                    "label": "タイプ",
+                    "label": "種類",
                     "options": {
                         "carports": "カーポート",
                         "garage_boxes": "箱型ガレージ",
                     }
                 },
                 "payment_multi": {
-                    "label": "支払い方法"
+                    "label": "支払の種類"
+                },
+                "payment_multi_fee": {
+                    "label": "支払方法"
+                },
+                "phases": {
+                    "label": "相の数",
+                    "placeholder": "1, 2, 3..."
                 },
                 "phone": {
                     "label": "電話番号",
                     "placeholder": "+31 42 123 4567"
                 },
                 "piste/difficulty": {
+                    "label": "難易度",
+                    "options": {
+                        "advanced": "Advanced",
+                        "easy": "Easy",
+                        "expert": "Expert",
+                        "extreme": "エクストリーム",
+                        "freeride": "フリーライド",
+                        "intermediate": "普通",
+                        "novice": "ノービス"
+                    },
+                    "placeholder": "初心者向け、普通、上級者向け"
+                },
+                "piste/difficulty_downhill": {
                     "label": "難易度",
                     "options": {
                         "advanced": "上級 (黒色のひし形)",
                     },
                     "placeholder": "初心者向け、普通、上級者向け"
                 },
+                "piste/difficulty_nordic": {
+                    "label": "難易度",
+                    "options": {
+                        "advanced": "上級 - 狭い, 険しいか氷結あり, 急角度カーブ",
+                        "easy": "簡単 - ソフトな丘, 短区間のみ険しい",
+                        "expert": "エキスパート - 一帯は危険な地形",
+                        "intermediate": "普通 - 険しい部分あり",
+                        "novice": "ノービス - 平坦, 特別な努力は不要"
+                    },
+                    "placeholder": "初心者向け、普通、上級者向け"
+                },
+                "piste/difficulty_skitour": {
+                    "label": "難易度",
+                    "options": {
+                        "advanced": "上級 - S: 40-45° の斜度",
+                        "easy": "簡単 - WS: 30-35° の斜度",
+                        "expert": "エキスパート - SS: 45–50° の斜度",
+                        "extreme": "エクストリーム - EX: >55° の斜度",
+                        "freeride": "フリーライド - AS: 50–55° の斜度",
+                        "intermediate": "普通 - ZS: 35-40° の斜度",
+                        "novice": "ノービス - L: <30° の斜度"
+                    },
+                    "placeholder": "初心者向け、普通、上級者向け"
+                },
                 "piste/grooming": {
                     "label": "整備状況",
                     "options": {
                         "skating": "スケーティング"
                     }
                 },
+                "piste/grooming_downhill": {
+                    "label": "整備状況",
+                    "options": {
+                        "backcountry": "バックカントリー - 未整備",
+                        "classic": "クラシック",
+                        "mogul": "モーグル"
+                    }
+                },
+                "piste/grooming_hike": {
+                    "label": "整備状況",
+                    "options": {
+                        "backcountry": "バックカントリー - スノーシュー",
+                        "classic": "クラシック - 冬季ハイキング"
+                    }
+                },
+                "piste/grooming_nordic": {
+                    "label": "整備状況",
+                    "options": {
+                        "backcountry": "バックカントリー, 未整備",
+                        "classic": "クラシック",
+                        "classic+skating": "クラシックアンドスケーティング",
+                        "scooter": "スクーター/スノーモービル",
+                        "skating": "スケーティング"
+                    }
+                },
                 "piste/type": {
-                    "label": "種",
+                    "label": "種",
                     "options": {
+                        "connection": "接続路",
                         "downhill": "ダウンヒル",
                         "hike": "ハイキング",
                         "ice_skate": "アイススケート",
                     }
                 },
                 "place": {
-                    "label": "タイプ"
+                    "label": "種類"
                 },
                 "plant": {
                     "label": "植物"
                 },
+                "plant/output/electricity": {
+                    "label": "発電所出力形態:電気",
+                    "placeholder": "500 MW, 1000 MW, 2000 MW..."
+                },
+                "playground": {
+                    "label": "種類"
+                },
+                "playground/baby": {
+                    "label": "ベビーシート"
+                },
+                "playground/max_age": {
+                    "label": "最高年齢"
+                },
+                "playground/min_age": {
+                    "label": "最低年齢"
+                },
                 "population": {
                     "label": "人口"
                 },
                 "power": {
-                    "label": "区分"
+                    "label": "種類"
                 },
                 "power_supply": {
                     "label": "電源"
                     "label": "生産物"
                 },
                 "product": {
-                    "label": "品"
+                    "label": "品"
                 },
                 "railway": {
-                    "label": "路線種別"
+                    "label": "路線の種類"
+                },
+                "railway/position": {
+                    "label": "表示距離数(鉄道)",
+                    "placeholder": "小数点第一位までの距離 (123.4)"
+                },
+                "railway/signal/direction": {
+                    "label": "影響を受ける方向",
+                    "options": {
+                        "backward": "逆方向",
+                        "both": "両方向 / 全て",
+                        "forward": "順方向"
+                    }
+                },
+                "rating": {
+                    "label": "定格"
                 },
                 "recycling_accepts": {
                     "label": "リサイクル可能な素材"
                 },
                 "recycling_type": {
-                    "label": "リサイクル設備の種類",
+                    "label": "リサイクルの種類",
                     "options": {
-                        "centre": "ã\83ªã\82µã\82¤ã\82¯ã\83«ã\82»ã\83³ã\82¿ã\83¼",
+                        "centre": "センター",
                         "container": "コンテナ"
-                    }
+                    },
+                    "placeholder": "コンテナ, センター"
                 },
                 "ref": {
-                    "label": "管理番号"
+                    "label": "参照コード"
+                },
+                "ref/isil": {
+                    "label": "ISILコード"
+                },
+                "ref_aeroway_gate": {
+                    "label": "ゲート番号"
+                },
+                "ref_golf_hole": {
+                    "label": "ホール番号",
+                    "placeholder": "1-18"
+                },
+                "ref_highway_junction": {
+                    "label": "ジャンクション番号"
+                },
+                "ref_platform": {
+                    "label": "プラットホーム番号"
+                },
+                "ref_road_number": {
+                    "label": "道路番号"
+                },
+                "ref_room_number": {
+                    "label": "部屋番号"
+                },
+                "ref_route": {
+                    "label": "ルート番号"
+                },
+                "ref_runway": {
+                    "label": "滑走路番号",
+                    "placeholder": "例 01L/19R"
+                },
+                "ref_stop_position": {
+                    "label": "停車場番号"
+                },
+                "ref_taxiway": {
+                    "label": "誘導路名",
+                    "placeholder": "例: A5"
                 },
                 "relation": {
-                    "label": "タイプ"
+                    "label": "種類"
                 },
                 "religion": {
                     "label": "宗教"
                 },
+                "reservation": {
+                    "label": "予約",
+                    "options": {
+                        "no": "予約不可",
+                        "recommended": "予約推奨",
+                        "required": "予約必須",
+                        "yes": "予約可能"
+                    }
+                },
+                "resort": {
+                    "label": "種類"
+                },
+                "resource": {
+                    "label": "資源の種類"
+                },
                 "restriction": {
-                    "label": "タイプ"
+                    "label": "種類"
                 },
                 "restrictions": {
                     "label": "進行方向制限"
                 },
+                "roof/colour": {
+                    "label": "屋根の色"
+                },
+                "room": {
+                    "label": "部屋の種類"
+                },
                 "rooms": {
                     "label": "部屋数"
                 },
                 "route": {
-                    "label": "タイプ"
+                    "label": "種類"
                 },
                 "route_master": {
-                    "label": "タイプ"
+                    "label": "種類"
                 },
                 "sac_scale": {
                     "label": "ハイキングの難易度",
                     },
                     "placeholder": "山岳ハイキング, 高地登山…"
                 },
+                "salt": {
+                    "label": "塩分"
+                },
                 "sanitary_dump_station": {
                     "label": "汚物廃棄所の場所"
                 },
-                "seasonal": {
-                    "label": "季節限定"
-                },
-                "second_hand": {
-                    "label": "中古屋",
-                    "options": {
-                        "no": "中古品の取り扱いなし",
-                        "only": "中古品のみ",
-                        "yes": "中古品の取り扱いあり"
-                    },
-                    "placeholder": "中古品のみ、中古品あり、中古品なし"
+                "screen": {
+                    "label": "スクリーン数",
+                    "placeholder": "1, 4, 8…"
                 },
-                "service": {
-                    "label": "種類"
+                "scuba_diving": {
+                    "label": "提供サービス"
                 },
-                "service/bicycle": {
-                    "label": "サービス"
+                "seamark/beacon_isolated_danger/shape": {
+                    "label": "形状"
                 },
-                "service_rail": {
-                    "label": "ã\82µã\83¼ã\83\93ã\82¹ã\81®ç¨®é¡\9e",
+                "seamark/beacon_lateral/category": {
+                    "label": "ã\82«ã\83\86ã\82´ã\83ªã\83¼",
                     "options": {
-                        "crossover": "渡り線",
-                        "siding": "側線",
-                        "spur": "引き込み線",
-                        "yard": "車両基地"
+                        "danger_left": "Danger Left",
+                        "danger_right": "Danger Right",
+                        "port": "Port",
+                        "starboard": "Starboard",
+                        "waterway_left": "Waterway Left",
+                        "waterway_right": "Waterway Right"
                     }
                 },
-                "shelter": {
-                    "label": "避難所"
+                "seamark/beacon_lateral/colour": {
+                    "label": "色",
+                    "options": {
+                        "green": "緑",
+                        "grey": "灰色",
+                        "red": "赤"
+                    }
                 },
-                "shelter_type": {
-                    "label": "タイプ"
+                "seamark/beacon_lateral/shape": {
+                    "label": "形状"
                 },
-                "shop": {
-                    "label": "店舗種別"
+                "seamark/beacon_lateral/system": {
+                    "label": "システム",
+                    "options": {
+                        "cevni": "CEVNI",
+                        "iala-a": "IALA A",
+                        "iala-b": "IALA B",
+                        "other": "その他"
+                    }
+                },
+                "seamark/buoy_lateral/category": {
+                    "label": "カテゴリー",
+                    "options": {
+                        "channel_left": "Channel Left",
+                        "channel_right": "Channel Right",
+                        "danger_left": "Danger Left",
+                        "danger_right": "Danger Right",
+                        "port": "Port",
+                        "preferred_channel_port": "Preferred Channel Port",
+                        "preferred_channel_starboard": "Preferred Channel Starboard",
+                        "starboard": "Starboard",
+                        "waterway_left": "Waterway Left",
+                        "waterway_right": "Waterway Right"
+                    }
+                },
+                "seamark/buoy_lateral/colour": {
+                    "label": "色",
+                    "options": {
+                        "green": "緑",
+                        "green;red;green": "緑-赤-緑",
+                        "green;white;green;white": "緑-白-緑-白",
+                        "red": "赤",
+                        "red;green;red": "赤-緑-赤",
+                        "red;white;red;white": "赤-白-赤-白",
+                        "white": "白",
+                        "yellow": "黄"
+                    }
+                },
+                "seamark/buoy_lateral/shape": {
+                    "label": "形状"
+                },
+                "seamark/buoy_lateral/system": {
+                    "label": "システム",
+                    "options": {
+                        "cevni": "CEVNI",
+                        "iala-a": "IALA A",
+                        "iala-b": "IALA B",
+                        "other": "その他"
+                    }
+                },
+                "seamark/mooring/category": {
+                    "label": "カテゴリー"
+                },
+                "seamark/type": {
+                    "label": "航路標識"
+                },
+                "seamark/wreck/category": {
+                    "label": "カテゴリー"
+                },
+                "seasonal": {
+                    "label": "季節限定"
+                },
+                "seats": {
+                    "label": "座席数",
+                    "placeholder": "2, 4, 6..."
+                },
+                "second_hand": {
+                    "label": "中古販売",
+                    "options": {
+                        "no": "中古品の取り扱いなし",
+                        "only": "中古品のみ",
+                        "yes": "中古品の取り扱いあり"
+                    },
+                    "placeholder": "中古品のみ、中古品あり、中古品なし"
+                },
+                "self_service": {
+                    "label": "セルフサービス"
+                },
+                "service": {
+                    "label": "種類"
+                },
+                "service/bicycle": {
+                    "label": "サービス"
+                },
+                "service/vehicle": {
+                    "label": "車両向けサービス品目"
+                },
+                "service_rail": {
+                    "label": "サービスの種類",
+                    "options": {
+                        "crossover": "渡り線",
+                        "siding": "側線",
+                        "spur": "引き込み線",
+                        "yard": "車両基地"
+                    }
+                },
+                "service_times": {
+                    "label": "サービス提供時間"
+                },
+                "shelter": {
+                    "label": "待合所有無"
+                },
+                "shelter_type": {
+                    "label": "シェルターの種類"
+                },
+                "shop": {
+                    "label": "店舗の種類"
+                },
+                "siren/purpose": {
+                    "label": "利用目的"
+                },
+                "siren/type": {
+                    "label": "種類",
+                    "options": {
+                        "electronic": "電子式",
+                        "other": "その他",
+                        "pneumatic": "空気式"
+                    }
                 },
                 "site": {
-                    "label": "タイプ"
+                    "label": "種類"
+                },
+                "site_type": {
+                    "label": "遺跡の種類"
                 },
                 "smoking": {
                     "label": "喫煙の可否",
                     "options": {
                         "dedicated": "喫煙者向け(例: スモーカーズクラブ)",
                         "isolated": "完全分煙",
-                        "no": "禁煙",
+                        "no": "すべて禁煙",
                         "outside": "屋外のみ喫煙可",
                         "separated": "同室内分煙",
-                        "yes": "喫煙可"
+                        "yes": "すべて喫煙可"
                     },
-                    "placeholder": "いいえ、分けた、はい..."
+                    "placeholder": "禁煙, 分煙, 喫煙可..."
                 },
                 "smoothness": {
                     "label": "スムーズさ",
                     "label": "スポーツ"
                 },
                 "sport_ice": {
-                    "label": "スポーツ"
+                    "label": "種目"
                 },
-                "sport_racing": {
-                    "label": "スポーツ"
+                "sport_racing_motor": {
+                    "label": "種目"
+                },
+                "sport_racing_nonmotor": {
+                    "label": "種目"
                 },
                 "stars": {
                     "label": "星の数"
                 },
+                "start_date": {
+                    "label": "供用開始日"
+                },
                 "step_count": {
                     "label": "段数"
                 },
                     "label": "一時停止の種類",
                     "options": {
                         "all": "すべての道路",
-                        "minor": "優先ではない道路"
+                        "minor": "非優先道路"
                     }
                 },
+                "street_cabinet": {
+                    "label": "ストリートキャビネットの種類"
+                },
                 "structure": {
                     "label": "構造",
                     "options": {
                     },
                     "placeholder": "不明"
                 },
+                "structure_waterway": {
+                    "label": "トンネルの種類",
+                    "options": {
+                        "tunnel": "トンネル"
+                    },
+                    "placeholder": "不明"
+                },
                 "studio": {
                     "label": "スタジオの種類"
                 },
+                "substance": {
+                    "label": "物質"
+                },
                 "substation": {
-                    "label": "タイプ"
+                    "label": "種類"
                 },
                 "supervised": {
                     "label": "監視"
                     "label": "監視の種類"
                 },
                 "surveillance/type": {
-                    "label": "監視方法",
+                    "label": "監視の種類",
                     "options": {
                         "ALPR": "自動ナンバープレート読み取り機",
                         "camera": "監視カメラ",
                 "surveillance/zone": {
                     "label": "監視ゾーン"
                 },
+                "survey/date": {
+                    "label": "最新現地調査日付"
+                },
+                "swimming_pool": {
+                    "label": "種類"
+                },
+                "switch": {
+                    "label": "種類",
+                    "options": {
+                        "circuit_breaker": "サーキット・ブレーカー",
+                        "disconnector": "断路器",
+                        "earthing": "アース",
+                        "mechanical": "機械式"
+                    }
+                },
                 "tactile_paving": {
                     "label": "点字ブロック"
                 },
                     },
                     "placeholder": "可、不可、持ち帰りのみ"
                 },
+                "target": {
+                    "label": "目標国"
+                },
+                "tidal": {
+                    "label": "潮間帯"
+                },
+                "to": {
+                    "label": "To"
+                },
                 "toilets/disposal": {
                     "label": "汚物処理",
                     "options": {
                         "pitlatrine": "汲み取り式"
                     }
                 },
+                "toilets/handwashing": {
+                    "label": "手洗い場"
+                },
+                "toilets/position": {
+                    "label": "便器の位置"
+                },
                 "toll": {
                     "label": "料金"
                 },
+                "tomb": {
+                    "label": "種類"
+                },
                 "tourism": {
                     "label": "種類"
                 },
                     "placeholder": "支線塔、格子塔、擬態させた塔、etc"
                 },
                 "tower/type": {
-                    "label": "タイプ"
+                    "label": "塔の種類"
                 },
                 "tracktype": {
-                    "label": "トラック種別",
+                    "label": "トラックの種類",
                     "options": {
-                        "grade1": "硬質: 舗装もしくは煉瓦・砕石の締固め路盤",
-                        "grade2": "大部分が硬質: 砂利・岩と柔らかい物質の混合",
-                        "grade3": "硬軟の物質の混合",
-                        "grade4": "大部分が軟質: 土/砂/草と硬い物質の混合",
-                        "grade5": "軟質: 土/砂/草"
+                        "grade1": "grade1-硬質: 舗装もしくは煉瓦・砕石の締固め路盤",
+                        "grade2": "grade2-大部分が硬質: 砂利・岩と柔らかい物質の混合",
+                        "grade3": "grade3-硬軟の物質の混合",
+                        "grade4": "grade4-大部分が軟質: 土/砂/草と硬い物質の混合",
+                        "grade5": "grade5-軟質: 土/砂/草"
                     },
                     "placeholder": "硬質, 大部分が硬質, 軟質…"
                 },
+                "trade": {
+                    "label": "種類"
+                },
                 "traffic_calming": {
-                    "label": "タイプ"
+                    "label": "種類"
+                },
+                "traffic_sign": {
+                    "label": "交通標識"
+                },
+                "traffic_sign/direction": {
+                    "label": "影響を受ける方向",
+                    "options": {
+                        "backward": "逆方向",
+                        "both": "両方向 / 全て",
+                        "forward": "順方向"
+                    }
                 },
                 "traffic_signals": {
-                    "label": "タイプ"
+                    "label": "特別な信号機の種類"
+                },
+                "traffic_signals/direction": {
+                    "label": "影響を受ける方向",
+                    "options": {
+                        "backward": "逆方向",
+                        "both": "両方 / 全て",
+                        "forward": "順方向"
+                    }
                 },
                 "trail_visibility": {
                     "label": "道の可視度",
                     },
                     "placeholder": "優・良・悪…"
                 },
+                "transformer": {
+                    "label": "種類",
+                    "options": {
+                        "auto": "自動変圧器",
+                        "auxiliary": "補助変圧器",
+                        "converter": "整流器用変圧器",
+                        "distribution": "柱上変圧器",
+                        "generator": "発電機連結変圧器",
+                        "phase_angle_regulator": "位相角調節器",
+                        "traction": "主変圧器",
+                        "yes": "不明"
+                    }
+                },
                 "trees": {
-                    "label": "木の数"
+                    "label": "樹種"
+                },
+                "trench": {
+                    "label": "種類"
+                },
+                "trolley_wire": {
+                    "label": "トロリーバスの架線"
                 },
                 "tunnel": {
-                    "label": "トンネル"
+                    "label": "種類",
+                    "placeholder": "デフォルト"
+                },
+                "usage_rail": {
+                    "label": "用途の種類",
+                    "options": {
+                        "branch": "支線",
+                        "industrial": "産業貨物用",
+                        "main": "幹線",
+                        "military": "軍事用",
+                        "test": "試験用",
+                        "tourism": "観光用"
+                    }
+                },
+                "valve": {
+                    "label": "バルブの種類"
                 },
                 "vending": {
-                    "label": "販売商品の種別"
+                    "label": "商品の種類"
                 },
                 "visibility": {
                     "label": "見える範囲",
                         "street": "5~20m(16~65フィート)"
                     }
                 },
+                "volcano/status": {
+                    "label": "火山の状態",
+                    "options": {
+                        "active": "活火山",
+                        "dormant": "休火山",
+                        "extinct": "死火山"
+                    }
+                },
+                "volcano/type": {
+                    "label": "火山地形の種類",
+                    "options": {
+                        "scoria": "スコリア丘",
+                        "shield": "楯状火山",
+                        "stratovolcano": "成層火山"
+                    }
+                },
+                "voltage": {
+                    "label": "電圧"
+                },
+                "voltage/primary": {
+                    "label": "主電圧"
+                },
+                "voltage/secondary": {
+                    "label": "第二電圧"
+                },
+                "voltage/tertiary": {
+                    "label": "第三電圧"
+                },
+                "voltage_electrified": {
+                    "label": "電圧"
+                },
                 "wall": {
                     "label": "種類"
                 },
                 "water_point": {
                     "label": "給水所の場所"
                 },
+                "water_source": {
+                    "label": "水源"
+                },
+                "water_volume": {
+                    "label": "備蓄水量(m³)"
+                },
                 "waterway": {
-                    "label": "水路区分"
+                    "label": "水路の種類"
                 },
                 "website": {
                     "label": "ウェブサイト",
-                    "placeholder": "http://example.com/"
+                    "placeholder": "https://example.com"
                 },
                 "wetland": {
-                    "label": "タイプ"
+                    "label": "種類"
                 },
                 "wheelchair": {
                     "label": "車椅子の利用可否"
                 },
+                "wholesale": {
+                    "label": "卸売商品"
+                },
                 "width": {
                     "label": "幅 (m)"
                 },
+                "wikidata": {
+                    "label": "ウィキデータ"
+                },
                 "wikipedia": {
                     "label": "Wikipedia"
+                },
+                "windings": {
+                    "label": "コイル数",
+                    "placeholder": "1, 2, 3..."
+                },
+                "windings/configuration": {
+                    "label": "コイルの構成",
+                    "options": {
+                        "delta": "Delta",
+                        "leblanc": "Leblanc",
+                        "open": "Open",
+                        "open-delta": "Open Delta",
+                        "scott": "Scott",
+                        "star": "Star / Wye",
+                        "zigzag": "Zig Zag"
+                    }
                 }
             },
             "presets": {
                 },
                 "advertising/billboard": {
                     "name": "広告用看板",
-                    "terms": "掲示板"
+                    "terms": "掲示板, 看板, 広告, 宣伝, 屋外広告"
+                },
+                "advertising/column": {
+                    "name": "リトファスゾイレ",
+                    "terms": "リトファスゾイレ, ポスター掲示柱, 広告"
                 },
                 "aerialway": {
                     "name": "索道"
                     "name": "貨物索道",
                     "terms": "貨物ロープウェイ"
                 },
+                "aerialway/j-bar": {
+                    "name": "Jバーリフト",
+                    "terms": "Jバーリフト, Lバーリフト, リフト, ケーブル, ワイヤー"
+                },
                 "aerialway/magic_carpet": {
                     "name": "マジックカーペットリフト",
-                    "terms": "マジックカーペットリフト"
+                    "terms": "マジックカーペットリフト, ベルトコンベア"
                 },
                 "aerialway/mixed_lift": {
                     "name": "混合リフト",
                 },
                 "aerialway/pylon": {
                     "name": "索道用支柱",
-                    "terms": "索道用支柱, パイロン"
+                    "terms": "索道用支柱, パイロン, 柱"
                 },
                 "aerialway/rope_tow": {
                     "name": "ロープタウリフト",
                     "terms": "ロープタウリフト"
                 },
                 "aerialway/station": {
-                    "name": "索道駅",
-                    "terms": "索道駅, ロープウェイ駅, リフト駅, 駅"
+                    "name": "索道駅"
                 },
                 "aerialway/t-bar": {
                     "name": "Tバーリフト",
                     "terms": "Tバーリフト"
                 },
+                "aerialway/zip_line": {
+                    "name": "ジップライン",
+                    "terms": "ジップライン, ロープ, アウトドア"
+                },
                 "aeroway": {
                     "name": "航空施設"
                 },
                     "terms": "空港ゲート"
                 },
                 "aeroway/hangar": {
-                    "name": "格納庫",
-                    "terms": "格納庫"
+                    "name": "航空機格納庫",
+                    "terms": "格納庫, 飛行機格納庫, 航空機"
                 },
                 "aeroway/helipad": {
                     "name": "ヘリパッド",
-                    "terms": "ヘリパッド, ヘリコプター発着所"
+                    "terms": "ヘリパッド, ヘリコプター発着所, ヘリポート"
+                },
+                "aeroway/jet_bridge": {
+                    "name": "ボーディング・ブリッジ",
+                    "terms": "ボーディング・ブリッジ, 搭乗橋, 空港, 飛行機"
                 },
                 "aeroway/runway": {
                     "name": "滑走路",
                     "name": "空港ターミナル",
                     "terms": "空港ターミナル"
                 },
+                "aeroway/windsock": {
+                    "name": "吹流し",
+                    "terms": "吹流し, 吹き流し, 空港, 風向, 風速"
+                },
+                "allotments/plot": {
+                    "name": "市民農園の区画",
+                    "terms": "区画, 市民農園, 市民農園の区画, 一画, 農園, 菜園, 市民菜園, 農業, 畑, 農園, コミュニティガーデン"
+                },
                 "amenity": {
                     "name": "施設"
                 },
+                "amenity/animal_boarding": {
+                    "name": "ペットホテル",
+                    "terms": "ペットホテル, 動物, ホテル, ペット"
+                },
+                "amenity/animal_breeding": {
+                    "name": "動物繁殖施設",
+                    "terms": "動物繁殖施設, ブリーダー"
+                },
+                "amenity/animal_shelter": {
+                    "name": "動物保護施設",
+                    "terms": "アニマルシェルター, 動物保護センター, 鳥獣保護施設, 動物, 鳥獣, アニマル"
+                },
                 "amenity/arts_centre": {
                     "name": "アートセンター",
-                    "terms": "アートセンター"
+                    "terms": "アートセンター, 芸術, 美術"
                 },
                 "amenity/atm": {
                     "name": "ATM",
-                    "terms": "ATM, CD, 現金自動預払機"
+                    "terms": "ATM, CD, 現金自動預払機, お金, 金融"
                 },
                 "amenity/bank": {
                     "name": "銀行",
-                    "terms": "銀行, 信用金庫, 信用組合"
+                    "terms": "銀行, 信用金庫, 信用組合, お金, 金融"
                 },
                 "amenity/bar": {
                     "name": "バー",
-                    "terms": "バー, 飲み屋, 呑み屋, ばー, スナック"
+                    "terms": "バー, 飲み屋, 呑み屋, ばー, スナック, 酒, アルコール, ウィスキー, ブランデー, ワイン, 軽食, カラオケスナック, フィリピンパブ, 飲食店, 呑む, 飲む, ショットバー"
+                },
+                "amenity/bar/lgbtq": {
+                    "name": "LGBTQ+なバー",
+                    "terms": "LGBTQ+なバー, バー, LGBT, ゲイ, レズビアン, トランスジェンダー, レインボー"
                 },
                 "amenity/bbq": {
-                    "name": "バーベキュー/グリル",
-                    "terms": "バーベキュー, グリル, BBQ, 飯盒炊爨"
+                    "name": "バーベキュー/グリル",
+                    "terms": "バーベキュー, グリル, BBQ, 飯盒炊爨, アウトドア, 娯楽, レジャー"
                 },
                 "amenity/bench": {
                     "name": "ベンチ",
-                    "terms": "ベンチ"
+                    "terms": "ベンチ, 椅子, いす, 腰掛け, 公園"
                 },
                 "amenity/bicycle_parking": {
                     "name": "駐輪場",
-                    "terms": "駐輪場, 自転車駐車場"
+                    "terms": "駐輪場, 自転車, 駐車場"
+                },
+                "amenity/bicycle_parking/building": {
+                    "name": "駐輪場(ビル)",
+                    "terms": "駐輪場(ビル), 駐輪場, 立体駐輪場, 屋内駐輪場, 自転車"
+                },
+                "amenity/bicycle_parking/lockers": {
+                    "name": "駐輪場(ロッカー)",
+                    "terms": "駐輪場(ロッカー), 駐輪場, ロッカー, 自転車ロッカー, 自転車"
+                },
+                "amenity/bicycle_parking/shed": {
+                    "name": "駐輪場(屋根付き)",
+                    "terms": "駐輪場(屋根付き), 駐輪場, 自転車"
                 },
                 "amenity/bicycle_rental": {
                     "name": "レンタサイクル",
-                    "terms": "レンタサイクル"
+                    "terms": "レンタサイクル, 自転車"
                 },
                 "amenity/bicycle_repair_station": {
                     "name": "自転車修理店",
-                    "terms": "自転車修理店, 自転車店(修理)"
+                    "terms": "自転車修理店, 自転車店(修理), 自転車"
                 },
                 "amenity/biergarten": {
                     "name": "ビアガーデン",
-                    "terms": "ビアガーデン"
+                    "terms": "ビアガーデン, ビアホール, ビール, 酒, 飲む, 呑む, 飲食店, アルコール"
                 },
                 "amenity/boat_rental": {
                     "name": "貸しボート",
-                    "terms": "貸しボート"
+                    "terms": "貸しボート, ボート, 公園, 娯楽, レジャー, 舟, 池, 公園, 観光"
                 },
                 "amenity/bureau_de_change": {
-                    "name": "両替",
-                    "terms": "両替商"
+                    "name": "両替",
+                    "terms": "両替商, お金, 金融, 両替"
                 },
                 "amenity/bus_station": {
-                    "name": "バスターミナル",
-                    "terms": "バスターミナル"
+                    "name": "バスターミナル(旧:単独)"
                 },
                 "amenity/cafe": {
                     "name": "喫茶店",
-                    "terms": "喫茶店, カフェ"
+                    "terms": "喫茶店, カフェ, コーヒー, 珈琲, 紅茶, ジュース, 軽食, 飲み物, 食事, 食べる, 休憩, 飲食店"
+                },
+                "amenity/car_pooling": {
+                    "name": "カープール",
+                    "terms": "相乗り, カープール, 自動車"
                 },
                 "amenity/car_rental": {
                     "name": "レンタカー",
-                    "terms": "レンタカー, 貸自動車, カーレンタル"
+                    "terms": "レンタカー, 貸自動車, カーレンタル, 自動車"
                 },
                 "amenity/car_sharing": {
                     "name": "カーシェアリング",
-                    "terms": "カーシェアリング"
+                    "terms": "カーシェアリング, レンタカー, 自動車"
                 },
                 "amenity/car_wash": {
-                    "name": "車の洗浄",
-                    "terms": "洗車機, 洗車, 車洗浄, カーウォッシュ"
+                    "name": "洗車場",
+                    "terms": "洗車機, 洗車, 車洗浄, カーウォッシュ, 自動車"
                 },
                 "amenity/casino": {
                     "name": "カジノ",
-                    "terms": "カジノ, 賭博場"
+                    "terms": "カジノ, 賭博場, ギャンブル, 娯楽, アダルト"
                 },
                 "amenity/charging_station": {
                     "name": "充電スタンド",
-                    "terms": "充電ステーション, 急速充電システム, 充電スタンド, 給電スタンド"
+                    "terms": "充電ステーション, 急速充電システム, 充電スタンド, 給電スタンド, 自動車"
                 },
                 "amenity/childcare": {
-                    "name": "保育園/幼稚園",
-                    "terms": "保育園, 幼稚園, チャイルドケア, ナーセリー"
+                    "name": "保育",
+                    "terms": "保育園, 幼稚園, チャイルドケア, ナーセリー, 育児, 学童保育"
                 },
                 "amenity/cinema": {
                     "name": "映画館",
-                    "terms": "映画館, 上映施設, スクリーン, 銀幕"
+                    "terms": "映画館, 上映施設, スクリーン, 銀幕, シネマ, 芸術, 娯楽, カルチャー"
                 },
                 "amenity/clinic": {
-                    "name": "クリニック",
-                    "terms": "クリニック"
+                    "name": "クリニック(中規模病院)",
+                    "terms": "クリニック, 病院, 医療"
+                },
+                "amenity/clinic/abortion": {
+                    "name": "中絶クリニック",
+                    "terms": "中絶クリニック, 病院, 医療"
+                },
+                "amenity/clinic/fertility": {
+                    "name": "不妊クリニック",
+                    "terms": "不妊クリニック, 病院, 医療"
                 },
                 "amenity/clock": {
                     "name": "時計",
-                    "terms": "時計"
+                    "terms": "時計, クロック, 公園, 駅前, 広場"
+                },
+                "amenity/clock/sundial": {
+                    "name": "日時計",
+                    "terms": "日時計, 時計"
                 },
                 "amenity/college": {
-                    "name": "短大・高専・専門学校の敷地",
-                    "terms": "キャンパス"
+                    "name": "短大・高専・専門学校(代表点または敷地)",
+                    "terms": "キャンパス, 短大, 高専, 専門学校, , 教育, 学校"
                 },
                 "amenity/community_centre": {
                     "name": "コミュニティセンター",
-                    "terms": "公民館"
+                    "terms": "公民館, 市民センター, 市民活動, コミュニティセンター, 集会所"
+                },
+                "amenity/community_centre/lgbtq": {
+                    "name": "LGBTQ+なコミュニティセンター",
+                    "terms": "LGBTQ+なコミュニティセンター, コミュニティセンター, LGBT, ゲイ, レズビアン, トランスジェンダー, レインボー"
                 },
                 "amenity/compressed_air": {
                     "name": "空気入れ",
-                    "terms": "空気入れ, エアー調整"
+                    "terms": "空気入れ, エアー調整, 自転車"
+                },
+                "amenity/conference_centre": {
+                    "name": "コンベンションセンター",
+                    "terms": "コンベンションセンター, 会議施設, 見本市, 展示会, 展示会場, 会場"
                 },
                 "amenity/courthouse": {
                     "name": "裁判所",
-                    "terms": "裁判所"
+                    "terms": "裁判所, 法廷, 法律, 司法"
                 },
                 "amenity/coworking_space": {
                     "name": "コワーキングスペース"
                 },
                 "amenity/crematorium": {
                     "name": "火葬場",
-                    "terms": "火葬場"
+                    "terms": "火葬場, 葬儀"
                 },
                 "amenity/dentist": {
                     "name": "歯医者",
-                    "terms": "歯科, 歯医者, 歯科医"
+                    "terms": "歯科, 歯医者, 歯科医, 病院, 医療"
+                },
+                "amenity/dive_centre": {
+                    "name": "ダイブセンター",
+                    "terms": "ダイブセンター, スキューバダイビングセンター, ダイビングセンター, 海, 潜水"
                 },
                 "amenity/doctors": {
-                    "name": "医院",
-                    "terms": "町医者, 診療所"
+                    "name": "医院(小規模病院)",
+                    "terms": "医院, 町医者, 診療所, 医者, 病院, 医療"
                 },
                 "amenity/dojo": {
                     "name": "道場",
-                    "terms": "道場"
+                    "terms": "道場, スポーツ, 訓練, 稽古, 練習, 習い事, 教習, トレーニング, 教室, 体操, 運動"
                 },
                 "amenity/drinking_water": {
                     "name": "水飲み場",
-                    "terms": "水飲み場, 水道, 飲用水, 飲料水, 飲み水, 蛇口"
+                    "terms": "水飲み場, 水道, 飲用水, 飲料水, 飲み水, 蛇口, 公園"
+                },
+                "amenity/driving_school": {
+                    "name": "自動車教習所",
+                    "terms": "Driving School, ドライビングスクール, 教習所, 自動車, 自動車教習所, 車, 学校, 教育, 稽古, 練習, 訓練, 練習, トレーニング"
                 },
                 "amenity/embassy": {
-                    "name": "大使館",
-                    "terms": "大使館"
+                    "name": "大使館"
+                },
+                "amenity/events_venue": {
+                    "name": "イベント施設",
+                    "terms": "イベント施設, イベント会場, 会場, 催事, 催事場, 結婚式場"
                 },
                 "amenity/fast_food": {
-                    "name": "ファストフード",
-                    "terms": "ファストフード店, ファストフード, ジャンクフード, ジャンク, ファーストフード"
+                    "name": "ファストフード全般",
+                    "terms": "ファストフード店, ファストフード, ジャンクフード, ジャンク, ファーストフード, 飲食店, 軽食, 食事, 料理, 食べる. ハンバーガー, フライドチキン, 立ち食い, ランチ"
+                },
+                "amenity/fast_food/burger": {
+                    "name": "ファストフード・ハンバーガー",
+                    "terms": "ファストフード, ハンバーガー, 飲食店, 食事, 食べる, 料理, ランチ"
+                },
+                "amenity/fast_food/chicken": {
+                    "name": "ファストフード・チキン",
+                    "terms": "ファストフード, チキン, フライドチキン, 鳥, 鶏, 飲食店, 食事, 食べる, 料理, ランチ"
+                },
+                "amenity/fast_food/donut": {
+                    "name": "ファストフード・ドーナツ",
+                    "terms": "ファストフード・ドーナツ, ドーナツ, ファストフード, 飲食, 食べる, 軽食, 飲食店, 食事, 料理"
+                },
+                "amenity/fast_food/fish_and_chips": {
+                    "name": "ファストフード・フィッシュ&チップス",
+                    "terms": "ファストフード, フィッシュ&チップス, フィッシュアンドチップス, 飲食店, 食事, 食べる, 料理, ランチ"
+                },
+                "amenity/fast_food/ice_cream": {
+                    "name": "ファストフード・アイスクリーム"
+                },
+                "amenity/fast_food/kebab": {
+                    "name": "ファストフード・ケバブ",
+                    "terms": "ファストフード, ケバブ, シシケバブ, 飲食店, 食事, 食べる, 料理, ランチ"
+                },
+                "amenity/fast_food/mexican": {
+                    "name": "ファストフード・メキシコ料理",
+                    "terms": "食事, ランチ, 食べる, 料理, 飲食店, ファストフード・メキシコ料理, メキシカン"
+                },
+                "amenity/fast_food/pizza": {
+                    "name": "ファストフード・ピザ",
+                    "terms": "ファストフード, ピザ, 飲食店, 食事, 食べる, 料理, ピッツァ, ランチ"
+                },
+                "amenity/fast_food/sandwich": {
+                    "name": "ファストフード・サンドイッチ",
+                    "terms": "ファストフード, サンドイッチ, 飲食店, 食事, 食べる, 料理, サンドウィッチ, ランチ"
                 },
                 "amenity/ferry_terminal": {
-                    "name": "フェリー乗り場",
-                    "terms": "フェリーターミナル, 渡船"
+                    "name": "フェリー乗り場 / ターミナル"
                 },
                 "amenity/fire_station": {
                     "name": "消防署",
-                    "terms": "消防署"
+                    "terms": "消防署, 消防団, 火消し, 消防局, 救命"
                 },
                 "amenity/food_court": {
                     "name": "フードコート",
-                    "terms": "フードコート"
+                    "terms": "フードコート, 飲食店, 食べる, 料理, 食事"
                 },
                 "amenity/fountain": {
                     "name": "噴水",
-                    "terms": "泉,噴水"
+                    "terms": "泉,噴水, 公園, 広場, 駅前"
                 },
                 "amenity/fuel": {
                     "name": "ガソリンスタンド",
-                    "terms": "ガソリンスタンド, ガス, ガスステーション"
+                    "terms": "ガソリンスタンド, ガス, ガスステーション, 自動車, バイク, 燃料"
                 },
                 "amenity/grave_yard": {
-                    "name": "(教会・寺院にある)墓所",
-                    "terms": "墓地, 霊園, 墓場, お墓, 墓苑"
+                    "name": "墓地(宗教施設内など、小)",
+                    "terms": "墓地, 霊園, 墓場, お墓, 墓苑, 墓所"
                 },
                 "amenity/grit_bin": {
-                    "name": "砂箱",
-                    "terms": "砂箱, 氷結防止"
+                    "name": "砂箱(降雪対策)",
+                    "terms": "砂箱, 氷結防止, 道路設備"
                 },
                 "amenity/hospital": {
-                    "name": "大規模病院の敷地",
-                    "terms": "病院の敷地"
+                    "name": "大規模病院(代表点または敷地)",
+                    "terms": "病院の敷地, 病院, 医療"
                 },
                 "amenity/hunting_stand": {
                     "name": "狩猟スタンド",
-                    "terms": "狩猟スタンド"
+                    "terms": "狩猟スタンド, 娯楽, スポーツ, 小屋, レジャー"
                 },
                 "amenity/ice_cream": {
                     "name": "アイスクリーム店",
-                    "terms": "アイスクリームパーラー"
+                    "terms": "アイスクリームパーラー, 飲食店, 食べる, 軽食"
                 },
                 "amenity/internet_cafe": {
                     "name": "インターネットカフェ",
-                    "terms": "ネカフェ"
+                    "terms": "ネカフェ, ネットカフェ, 漫画喫茶, 漫喫, 休憩, カフェ"
                 },
                 "amenity/kindergarten": {
-                    "name": "保育園/幼稚園の敷地",
-                    "terms": "幼稚園の敷地, 保育園の敷地"
+                    "name": "幼稚園/保育園(代表点または敷地)",
+                    "terms": "幼稚園の敷地, 保育園の敷地, 保育園, 幼稚園, 教育, 学校, 育児"
+                },
+                "amenity/language_school": {
+                    "name": "外国語教室",
+                    "terms": "外国語教室, 外国語学校, 英会話, 英会話教室, 英会話スクール, 外国語, 学習, 語学, 語学教室"
                 },
                 "amenity/library": {
                     "name": "図書館",
-                    "terms": "図書館, ライブラリ, ライブラリー"
+                    "terms": "図書館, ライブラリ, ライブラリー, 教育, 本"
+                },
+                "amenity/love_hotel": {
+                    "name": "ラブホテル",
+                    "terms": "ラブホテル, 宿, ホテル, 休憩, アダルト, 宿泊"
                 },
                 "amenity/marketplace": {
                     "name": "市場",
-                    "terms": "市場, マーケット, 朝市, マルシェ"
+                    "terms": "市場, マーケット, 朝市, マルシェ, 食品, 雑貨, 買い物, ショッピング, 食べ物"
+                },
+                "amenity/monastery": {
+                    "name": "修道院",
+                    "terms": "修道院, 宗教, 僧院, 信仰, 宗教施設"
+                },
+                "amenity/money_transfer": {
+                    "name": "海外送金所",
+                    "terms": "海外送金所, 国際送金所, 送金, 金融, 振替, お金"
                 },
                 "amenity/motorcycle_parking": {
                     "name": "オートバイの駐車場",
-                    "terms": "バイクの駐車場, 二輪駐車場, 二輪駐輪場"
+                    "terms": "バイクの駐車場, 二輪駐車場, 二輪駐輪場, 駐車場, 駐輪場, オートバイ, モーターサイクル"
+                },
+                "amenity/music_school": {
+                    "name": "音楽学校",
+                    "terms": "音楽学校, ミュージック・スクール, 教習所, カラオケ教室, 音楽教室, 学校, 教育, 教室, 訓練, 練習, 稽古, 習い事, トレーニング, ギター教室, ピアノ教室"
                 },
                 "amenity/nightclub": {
                     "name": "ナイトクラブ",
-                    "terms": "ナイトクラブ"
+                    "terms": "ナイトクラブ, アルコール, 酒, 軽食, ショー, ショーパブ, ダンス, キャバレー, ディスコ, クラブ, ライブハウス, 音楽, 娯楽, アダルト, レジャー"
+                },
+                "amenity/nightclub/lgbtq": {
+                    "name": "LGBTQ+なナイトクラブ",
+                    "terms": "LGBTQ+なナイトクラブ, ナイトクラブ, LGBT, ゲイ, レズビアン, トランスジェンダー, レインボー"
                 },
                 "amenity/nursing_home": {
                     "name": "介護施設"
                 },
                 "amenity/parking": {
                     "name": "駐車場",
-                    "terms": "駐車場, パーキング"
+                    "terms": "駐車場, 駐車スペース, 自動車, パーキング, コインパーキング, 月極"
+                },
+                "amenity/parking/multi-storey": {
+                    "name": "立体駐車場",
+                    "terms": "複数階の駐車場, 駐車場, 立体駐車場, 立駐"
+                },
+                "amenity/parking/underground": {
+                    "name": "地下駐車場",
+                    "terms": "地下駐車場, 地下, 駐車場"
                 },
                 "amenity/parking_entrance": {
-                    "name": "駐車場の出入口",
-                    "terms": "駐車場の出入口"
+                    "name": "出入口(駐車場)",
+                    "terms": "駐車場の出入口, 自動車, 出入り口, 出入口, 駐車場"
                 },
                 "amenity/parking_space": {
-                    "name": "駐車区画",
-                    "terms": "駐車区画, 駐車スペース"
+                    "name": "駐車区画(1台ごとの)",
+                    "terms": "駐車区画, 駐車スペース, 自動車, 駐車場"
+                },
+                "amenity/payment_centre": {
+                    "name": "納入窓口",
+                    "terms": "支払窓口, 納入窓口, 収入印紙, 印紙, 支払センター, 入金, 振込, 金融, 納付窓口, お金"
+                },
+                "amenity/payment_terminal": {
+                    "name": "支払端末",
+                    "terms": "支払端末, 入金, 振込, 金融, お金, 端末"
                 },
                 "amenity/pharmacy": {
-                    "name": "薬局",
-                    "terms": "調剤, 調剤薬局, 薬局, 薬店"
+                    "name": "薬局・ドラッグストア(薬剤師が居る店)",
+                    "terms": "薬局, ドラッグストア, 薬品店, 医療, 薬, 薬屋, くすり屋, 調剤, 調剤薬局, 処方箋, 健康, 薬店"
+                },
+                "amenity/photo_booth": {
+                    "name": "証明写真機",
+                    "terms": "証明写真機, 証明写真撮影機,証明写真ボックス, コンビニ証明写真, 自販機, 写真"
                 },
                 "amenity/place_of_worship": {
-                    "name": "宗教施設",
-                    "terms": "礼拝所, 祈りの場所, 参拝所, 寺社, 神社"
+                    "name": "宗教施設全般",
+                    "terms": "礼拝所, 祈りの場所, 参拝所, 寺社, 神社, 信仰, 宗教, 宗教施設"
                 },
                 "amenity/place_of_worship/buddhist": {
                     "name": "仏教寺院",
-                    "terms": "寺院, 仏閣, 寺, 寺社, 院, 堂, お寺, 寺"
+                    "terms": "寺院, 仏閣, 寺, 寺社, 院, 堂, お寺, 寺, 信仰, 宗教, 宗教施設, 仏教"
                 },
                 "amenity/place_of_worship/christian": {
-                    "name": "教会",
-                    "terms": "教会, 礼拝堂, 礼拝所, チャーチ"
+                    "name": "キリスト教の教会",
+                    "terms": "教会, キリスト教, クリスチャン, キリスト教の教会, キリスト教徒, キリスト教会, 宗教, 宗教施設, 礼拝所"
+                },
+                "amenity/place_of_worship/christian/jehovahs_witness": {
+                    "name": "エホバの証人の王国会館",
+                    "terms": "エホバの証人の王国会館, 宗教, 信仰"
+                },
+                "amenity/place_of_worship/christian/la_luz_del_mundo": {
+                    "name": "ラルスデルムンド寺院",
+                    "terms": "ラルスデルムンド寺院, 宗教, 信仰"
+                },
+                "amenity/place_of_worship/christian/quaker": {
+                    "name": "クエーカーフレンズ集会所",
+                    "terms": "クエーカーフレンズ集会所, 宗教, 信仰"
+                },
+                "amenity/place_of_worship/hindu": {
+                    "name": "ヒンドゥー教寺院",
+                    "terms": "ヒンズー教寺院, 寺院, 信仰, 宗教, 宗教施設"
                 },
                 "amenity/place_of_worship/jewish": {
-                    "name": "シナゴーグ",
-                    "terms": "ã\82·ã\83\8aã\82´ã\83¼ã\82°"
+                    "name": "ã\83¦ã\83\80ã\83¤æ\95\99ã\81®ã\82·ã\83\8aã\82´ã\83¼ã\82°",
+                    "terms": "ã\83¦ã\83\80ã\83¤æ\95\99ã\81®ã\82·ã\83\8aã\82´ã\83¼ã\82°, ã\83¦ã\83\80ã\83¤æ\95\99, ã\82·ã\83\8aã\82´ã\83¼ã\82°, ã\83¦ã\83\80ã\83¤æ\95\99å¾\92, å®\97æ\95\99, å®\97æ\95\99æ\96½è¨­, ç¤¼æ\8b\9dæ\89\80, æ\95\99ä¼\9a"
                 },
                 "amenity/place_of_worship/muslim": {
-                    "name": "モスク",
-                    "terms": "モスク"
+                    "name": "イスラム教のモスク",
+                    "terms": "イスラム教のモスク, イスラム教, モスク, イスラム教徒, 宗教, 宗教施設, 礼拝所, 教会"
+                },
+                "amenity/place_of_worship/shinto": {
+                    "name": "神社",
+                    "terms": "神社, 大社, 神宮, 天満宮, 稲荷, 八幡, 天神, 社, 信仰, 宗教, 宗教施設"
+                },
+                "amenity/place_of_worship/sikh": {
+                    "name": "シク教寺院",
+                    "terms": "シク教寺院, シーク教寺院, 寺院, 信仰, 宗教, 宗教施設"
+                },
+                "amenity/place_of_worship/taoist": {
+                    "name": "道教寺院",
+                    "terms": "道教, 寺院, 信仰, 宗教, 宗教施設"
                 },
                 "amenity/planetarium": {
                     "name": "プラネタリウム",
-                    "terms": "プラネターリアム"
+                    "terms": "プラネターリアム, カルチャー, 娯楽, レジャー"
                 },
                 "amenity/police": {
                     "name": "警察",
                     "name": "郵便局",
                     "terms": "郵便局"
                 },
+                "amenity/prep_school": {
+                    "name": "進学予備校(欧米)",
+                    "terms": "予備校, プレップスクール, 進学予備校, 受験, 私立学校, 進学予備校(欧米)"
+                },
                 "amenity/prison": {
-                    "name": "刑務所の敷地",
-                    "terms": "刑務所, 刑務所の敷地, 監獄, 拘置所, 少年院"
+                    "name": "刑務所(代表点または敷地)",
+                    "terms": "刑務所, 刑務所の敷地, 監獄, 少年院"
                 },
                 "amenity/pub": {
                     "name": "居酒屋",
-                    "terms": "パブ, 居酒屋, 焼き鳥屋"
+                    "terms": "パブ, 居酒屋, 焼き鳥屋, 酒, 飲む, 呑む, 酒場, 立ち飲み, アルコール, 料理, 焼酎, ホルモン焼き, 食事, 料理, ワイン, ビール, 飲食店, 飲み屋, 小料理屋, 宴会, 炉端焼き, 焼とん"
+                },
+                "amenity/pub/lgbtq": {
+                    "name": "LGBTQ+な居酒屋",
+                    "terms": "LGBTQ+な居酒屋, 居酒屋, LGBT, ゲイ, レズビアン, トランスジェンダー, レインボー"
+                },
+                "amenity/pub/microbrewery": {
+                    "name": "居酒屋(地ビールあり)",
+                    "terms": "居酒屋(地ビールあり), 居酒屋, 地ビール, お酒, ビール"
                 },
                 "amenity/public_bath": {
                     "name": "公衆浴場",
-                    "terms": "銭湯, 大衆浴場, 温泉"
+                    "terms": "銭湯, 大衆浴場, 温泉, 休憩, 娯楽, お風呂, 風呂, レジャー"
                 },
                 "amenity/public_bookcase": {
                     "name": "公共の本棚",
-                    "terms": "公共の本棚"
+                    "terms": "公共の本棚, 図書, 本"
                 },
                 "amenity/ranger_station": {
                     "name": "レンジャーの詰所",
-                    "terms": "レンジャーの詰所, レンジャーステーション"
+                    "terms": "レンジャーの詰所, レンジャーステーション, 救命"
                 },
                 "amenity/recycling": {
-                    "name": "リサイクルボックス",
-                    "terms": "リサイクルボックス, 回収箱, リサイクル"
+                    "name": "リサイクル施設"
                 },
                 "amenity/recycling_centre": {
                     "name": "リサイクルセンター",
-                    "terms": "リサイクルセンター"
+                    "terms": "リサイクルセンター, 廃棄物, 再生利用, 資源ごみ, 資源ゴミ, ゴミ, ごみ, 廃棄物処理施設, 廃棄物保管施設"
+                },
+                "amenity/recycling_container": {
+                    "name": "リサイクルボックス",
+                    "terms": "リサイクルボックス, リサイクルコンテナ, リサイクル箱, コンテナ, 公園, 廃棄物, 資源ごみ, 資源ゴミ, ゴミ, ごみ箱, 再生利用, リサイクル"
                 },
                 "amenity/register_office": {
                     "name": "登記所"
                 },
                 "amenity/restaurant": {
-                    "name": "レストラン",
-                    "terms": "レストラン, 食堂"
+                    "name": "レストラン全般",
+                    "terms": "レストラン, 食堂, 飲食店, 食事, 食べる, 料理, アルコール, 酒, ワイン, 料亭, 割烹, ランチ"
+                },
+                "amenity/restaurant/american": {
+                    "name": "レストラン・アメリカ料理",
+                    "terms": "レストラン, アメリカ料理, アメリカン, 飲食店, 食事, 食べる, 料理, ランチ"
+                },
+                "amenity/restaurant/asian": {
+                    "name": "レストラン・アジア料理",
+                    "terms": "レストラン, アジア料理, アジアン, 飲食店, 食事, 食べる, 料理, ランチ"
+                },
+                "amenity/restaurant/chinese": {
+                    "name": "レストラン・中華料理",
+                    "terms": "レストラン, 中華料理, 中華, 中華レストラン, 飲食店, 食事, 食べる, 料理, ランチ"
+                },
+                "amenity/restaurant/french": {
+                    "name": "レストラン・フランス料理",
+                    "terms": "レストラン, フランス料理, フレンチ, フレンチレストラン, 飲食店, 食事, 食べる, 料理, フランス, ランチ"
+                },
+                "amenity/restaurant/german": {
+                    "name": "レストラン・ドイツ料理",
+                    "terms": "レストラン, ドイツ料理, ドイツレストラン, 飲食店, 食事, 食べる, 料理, ランチ"
+                },
+                "amenity/restaurant/greek": {
+                    "name": "レストラン・ギリシャ料理",
+                    "terms": "レストラン, ギリシャ料理, ギリシャ, 飲食店, 食事, 食べる, 料理, ランチ"
+                },
+                "amenity/restaurant/indian": {
+                    "name": "レストラン・インド料理",
+                    "terms": "レストラン, インド料理, カレー, 飲食店, 食事, 食べる, 料理, ナン, ランチ"
+                },
+                "amenity/restaurant/italian": {
+                    "name": "レストラン・イタリア料理",
+                    "terms": "レストラン, イタリア料理, イタリアン, 飲食店, 食事, 食べる, 料理, ランチ"
+                },
+                "amenity/restaurant/japanese": {
+                    "name": "レストラン・日本料理",
+                    "terms": "レストラン, 日本料理, 和食, 飲食店, 食事, 食べる, 料理, 食堂, 割烹, 料亭, ランチ"
+                },
+                "amenity/restaurant/mexican": {
+                    "name": "レストラン・メキシコ料理",
+                    "terms": "レストラン, メキシコ料理, メキシカン, タコス, 飲食店, 食事, 食べる, 料理, ランチ"
+                },
+                "amenity/restaurant/noodle": {
+                    "name": "レストラン・麺類",
+                    "terms": "レストラン, 麺類, 飲食店, 食事, 食べる, 料理, 麺, ランチ"
+                },
+                "amenity/restaurant/pizza": {
+                    "name": "レストラン・ピザ",
+                    "terms": "レストラン, ピザ, ピッツァ, 飲食店, 食事, 食べる, 料理, ランチ"
+                },
+                "amenity/restaurant/seafood": {
+                    "name": "レストラン・シーフード",
+                    "terms": "レストラン, シーフード, 海鮮, 海鮮料理, 飲食店, 食事, 食べる, 料理, 魚, 魚介, ランチ"
+                },
+                "amenity/restaurant/steakhouse": {
+                    "name": "レストラン・ステーキ",
+                    "terms": "レストラン, ステーキ, ステーキハウス, 飲食店, 食事, 食べる, 料理, ランチ"
+                },
+                "amenity/restaurant/sushi": {
+                    "name": "レストラン・すし",
+                    "terms": "レストラン, すし, 寿司, 鮨, 鮓, 飲食店, 食事, 食べる, 料理, ランチ"
+                },
+                "amenity/restaurant/thai": {
+                    "name": "レストラン・タイ料理",
+                    "terms": "レストラン, タイ料理, タイ, 飲食店, 食事, 食べる, 料理, ランチ"
+                },
+                "amenity/restaurant/turkish": {
+                    "name": "レストラン・トルコ料理",
+                    "terms": "レストラン, トルコ料理, トルコ, 飲食店, 食事, 食べる, 料理, ランチ"
+                },
+                "amenity/restaurant/vietnamese": {
+                    "name": "レストラン・ベトナム料理",
+                    "terms": "レストラン, ベトナム料理, ベトナム, 飲食店, 食事, 食べる, 料理, ランチ"
                 },
                 "amenity/sanitary_dump_station": {
                     "name": "キャンピングカー用汚物廃棄所",
                     "terms": "汚物廃棄所"
                 },
                 "amenity/school": {
-                    "name": "学校の敷地",
-                    "terms": "学校の敷地, 校庭"
+                    "name": "学校(代表点または敷地)",
+                    "terms": "学校の敷地, 学校, 小学校, 中学校, 高校, 教育"
+                },
+                "amenity/scrapyard": {
+                    "name": "自動車解体場"
                 },
                 "amenity/shelter": {
-                    "name": "避難所",
-                    "terms": "避難所, シェルター, 逃げ場"
+                    "name": "シェルター全般(休憩所、避難所)",
+                    "terms": "避難所, シェルター, 逃げ場, 雨宿り, 東屋, あずまや, 四阿, しあ, 休憩所, 屋根, アウトドア, 小屋, 保護施設"
+                },
+                "amenity/shelter/gazebo": {
+                    "name": "西洋風あずまや(ガゼボ、見晴台)",
+                    "terms": "西洋風あずまや, ガゼボ, 見晴台, あずまや, 公園, 広場, 休憩所, シェルター, 雨宿り, 展望台, 展望所"
+                },
+                "amenity/shelter/lean_to": {
+                    "name": "差し掛け小屋",
+                    "terms": "差し掛け小屋, 小屋"
+                },
+                "amenity/shelter/picnic_shelter": {
+                    "name": "休憩所(ピクニック用)",
+                    "terms": "休憩所(ピクニック用), 休憩所, シェルター, ピクニック, 東屋"
+                },
+                "amenity/shelter/public_transport": {
+                    "name": "待合室",
+                    "terms": "待合室, 休憩所, シェルター"
+                },
+                "amenity/shower": {
+                    "name": "シャワー室",
+                    "terms": "シャワールーム, シャワー, 海水浴, プール"
+                },
+                "amenity/smoking_area": {
+                    "name": "喫煙所",
+                    "terms": "喫煙所, 喫煙エリア, たばこ, タバコ, 公園, 駅前, 広場, 煙草, 灰皿"
+                },
+                "amenity/social_centre": {
+                    "name": "社交センター",
+                    "terms": "社交センター, 社交施設, 会館, ホール, ソーシャルセンター"
                 },
                 "amenity/social_facility": {
                     "name": "福祉施設",
                     "terms": "福祉施設, 支援施設"
                 },
+                "amenity/social_facility/ambulatory_care": {
+                    "name": "訪問介護事業所",
+                    "terms": "訪問介護事業所, 訪問介護, 訪問看護, 介護, 看護"
+                },
                 "amenity/social_facility/food_bank": {
                     "name": "フードバンク",
-                    "terms": "フードバンク"
+                    "terms": "フードバンク, 食べ物, 福祉"
                 },
                 "amenity/social_facility/group_home": {
                     "name": "老人ホーム",
-                    "terms": "老人ホーム, グループホーム"
+                    "terms": "老人ホーム, グループホーム, 福祉"
                 },
                 "amenity/social_facility/homeless_shelter": {
                     "name": "ホームレス緊急一時宿泊施設",
-                    "terms": "ホームレス緊急一時宿泊施設, ホームレスシェルター, 簡易宿泊所"
+                    "terms": "ホームレス緊急一時宿泊施設, ホームレスシェルター, 簡易宿泊所, 福祉, 保護施設, シェルター"
                 },
                 "amenity/social_facility/nursing_home": {
                     "name": "介護施設",
-                    "terms": "介護施設, 老人ホーム"
+                    "terms": "介護施設, 老人ホーム, 福祉"
                 },
                 "amenity/studio": {
                     "name": "スタジオ",
-                    "terms": "スタジオ"
+                    "terms": "スタジオ, 番組製作, 音楽"
                 },
                 "amenity/swimming_pool": {
-                    "name": "遊泳プール"
+                    "name": "遊泳プール(旧)"
                 },
                 "amenity/taxi": {
                     "name": "タクシー乗り場",
                 },
                 "amenity/theatre": {
                     "name": "劇場",
-                    "terms": "劇場, ホール, 映画館"
+                    "terms": "劇場, ホール, 映画館, 娯楽, カルチャー, シアター"
+                },
+                "amenity/theatre/type/amphi": {
+                    "name": " 野外劇場",
+                    "terms": "野外劇場, 円形演技場, ひな壇式客席, 階段式観覧席"
                 },
                 "amenity/toilets": {
                     "name": "トイレ",
-                    "terms": "トイレ,便所"
+                    "terms": "トイレ,便所, 公園, 公衆トイレ"
+                },
+                "amenity/toilets/disposal/flush": {
+                    "name": "水洗トイレ",
+                    "terms": "水洗トイレ, 水洗式, トイレ, お手洗い, 洗面所, 便所"
+                },
+                "amenity/toilets/disposal/pitlatrine": {
+                    "name": "汲み取り式トイレ",
+                    "terms": "汲み取り式トイレ, 汲取り, 汲取, トイレ, 洗面所, お手洗い, 便所, ポットン便所"
                 },
                 "amenity/townhall": {
                     "name": "役場",
                     "terms": "市役所, 区役所, 町役場, 村役場, 市庁, 役所"
                 },
+                "amenity/toy_library": {
+                    "name": "おもちゃ資料館",
+                    "terms": "おもちゃ資料館, おもちゃの博物館, 玩具, おもちゃ, ゲーム, 博物館, 資料館"
+                },
                 "amenity/university": {
-                    "name": "大学の敷地",
-                    "terms": "大学の敷地, キャンパス"
+                    "name": "大学(代表点または敷地)",
+                    "terms": "大学の敷地, キャンパス, 大学, 教育, 学校"
+                },
+                "amenity/vehicle_inspection": {
+                    "name": "車検場",
+                    "terms": "車検場, 車検工場"
+                },
+                "amenity/vending_machine": {
+                    "name": "自動販売機",
+                    "terms": "自動販売機, 自販機"
                 },
                 "amenity/vending_machine/cigarettes": {
                     "name": "たばこ自動販売機",
-                    "terms": "たばこ, 自動販売機, 自販機"
+                    "terms": "たばこ, 自動販売機, 自販機, 嗜好品, タバコ, 煙草"
+                },
+                "amenity/vending_machine/coffee": {
+                    "name": "コーヒー自販機",
+                    "terms": "コーヒー, 珈琲, 自販機, 自動販売機"
                 },
                 "amenity/vending_machine/condoms": {
                     "name": "コンドーム自動販売機",
                     "name": "飲料自動販売機",
                     "terms": "飲料, ジュース, 酒, 飲み物, 自動販売機, 自販機"
                 },
+                "amenity/vending_machine/electronics": {
+                    "name": "電子機器自販機",
+                    "terms": "電子機器, チャージャー, ケーブル, ヘッドフォン, 自販機, 自動販売機"
+                },
+                "amenity/vending_machine/elongated_coin": {
+                    "name": "記念コイン自販機",
+                    "terms": "記念コイン, 自販機, 自動販売機"
+                },
                 "amenity/vending_machine/excrement_bags": {
                     "name": "犬の糞入れ自動販売機",
-                    "terms": "犬の糞入れ, 自動販売機, 自販機"
+                    "terms": "犬の糞入れ, 自動販売機, 自販機, 犬の糞入れ自動販売機"
+                },
+                "amenity/vending_machine/feminine_hygiene": {
+                    "name": "生理用品自動販売機",
+                    "terms": "生理用品自動販売機, 自販機, 自動販売機"
+                },
+                "amenity/vending_machine/food": {
+                    "name": "食品自販機",
+                    "terms": "食品, 食べ物, 自販機, 自動販売機"
+                },
+                "amenity/vending_machine/fuel": {
+                    "name": "自動車用燃料自販機",
+                    "terms": "自動車用燃料, 燃料, 自販機, 自動販売機, ガソリン, プロパン, 液化ガス, 軽油"
                 },
-                "amenity/vending_machine/news_papers": {
-                    "name": "新聞自動販売機",
-                    "terms": "新聞, 自動販売機, 自販機"
+                "amenity/vending_machine/ice_cream": {
+                    "name": "アイスクリーム自販機",
+                    "terms": "アイスクリーム, 自販機, 自動販売機"
+                },
+                "amenity/vending_machine/newspapers": {
+                    "name": "新聞販売機",
+                    "terms": "新聞販売機"
+                },
+                "amenity/vending_machine/parcel_pickup": {
+                    "name": "宅配ボックス",
+                    "terms": "宅配ボックス, 宅配ロッカー, ロッカー, 宅配"
                 },
                 "amenity/vending_machine/parcel_pickup_dropoff": {
-                    "name": "集荷・引取 自動販売機",
-                    "terms": "自動販売機, 自販機"
+                    "name": "集配ボックス",
+                    "terms": "集配ボックス, 宅配ボックス, 宅配ロッカー, ロッカー, 宅配"
                 },
                 "amenity/vending_machine/parking_tickets": {
                     "name": "パーキングチケット発給機",
-                    "terms": "パーキングチケット, パーキングメーター, 駐車券, 券売機, 自動券売機, 自動販売機, 自販機, 自動発券機, 発券機"
+                    "terms": "パーキングチケット, パーキングメーター, 駐車券, 券売機, 自動券売機, 自動販売機, 自販機, 自動発券機, 発券機, 駐車場, 自動車"
                 },
                 "amenity/vending_machine/public_transport_tickets": {
                     "name": "切符販売機",
                     "terms": "券売機, 自動券売機, 自動販売機, 自販機, 自動発券機, 発券機"
                 },
+                "amenity/vending_machine/stamps": {
+                    "name": "切手自販機",
+                    "terms": "切手, 自販機, 自動販売機, 郵便"
+                },
                 "amenity/vending_machine/sweets": {
                     "name": "菓子販売機",
                     "terms": "菓子,お菓子, スナック, 自動販売機, 自販機"
                 },
-                "amenity/vending_machine/vending_machine": {
-                    "name": "自動販売機",
-                    "terms": "自動販売機, 自販機"
-                },
                 "amenity/veterinary": {
                     "name": "獣医",
-                    "terms": "獣医, ペット医"
+                    "terms": "獣医, ペット医, 病院, 医療, 動物病院, 犬猫病院, 動物, ペット, 鳥獣, アニマル"
+                },
+                "amenity/waste/dog_excrement": {
+                    "name": "犬の便入れ",
+                    "terms": "犬の便入れ, 動物, ペット, 犬"
                 },
                 "amenity/waste_basket": {
                     "name": "ゴミ箱",
-                    "terms": "ゴミ箱, ごみ箱"
+                    "terms": "ゴミ箱, ごみ箱, 公園, 廃棄物"
                 },
                 "amenity/waste_disposal": {
                     "name": "ゴミ収集ボックス",
-                    "terms": "ゴミステーション, ゴミ集積所, ゴミ捨て場, ゴミ置き場, ゴミ, ゴミ箱, ゴミコンテナ, ゴミ回収, ダストボックス"
+                    "terms": "ゴミステーション, ゴミ集積所, ゴミ捨て場, ゴミ置き場, ゴミ, ゴミ箱, ゴミコンテナ, ゴミ回収, ダストボックス, ごみ, 公園, 廃棄物, ごみ置き場, ごみ箱, ごみ集積所"
                 },
                 "amenity/waste_transfer_station": {
                     "name": "ゴミ集積場",
-                    "terms": "ゴミ集積場,ゴミ積替所"
+                    "terms": "ゴミ集積場, ゴミ積替所, 廃棄物, ごみ, 廃棄物処理施設, 廃棄物保管施設"
                 },
                 "amenity/water_point": {
                     "name": "キャンピングカー用の給水施設",
-                    "terms": "給水, 補給, 給水所, キャンピングカー, 給水塔, 飲料水, 飲水, 飲み水, キャンプ場, オートキャンプ場"
+                    "terms": "給水, 補給, 給水所, キャンピングカー, 給水塔, 飲料水, 飲水, 飲み水, キャンプ場, オートキャンプ場, アウトドア"
+                },
+                "amenity/watering_place": {
+                    "name": "動物の水飲み場",
+                    "terms": "動物の水飲み場, 水場, 動物, ペット"
                 },
                 "area": {
                     "name": "エリア",
-                    "terms": "エリア, 領域, 範囲"
+                    "terms": "エリア, 領域, 範囲, 面"
                 },
                 "area/highway": {
                     "name": "道路の種類",
                     "terms": "道路の種類"
                 },
+                "attraction": {
+                    "name": "アトラクションの種類"
+                },
+                "attraction/amusement_ride": {
+                    "name": "遊園地の乗り物",
+                    "terms": "遊園地の乗り物, 乗り物, アトラクション, 娯楽"
+                },
+                "attraction/animal": {
+                    "name": "柵の中の動物",
+                    "terms": "柵の中の動物, 動物, アトラクション, 見世物"
+                },
+                "attraction/big_wheel": {
+                    "name": "大観覧車",
+                    "terms": "大観覧車, アトラクション"
+                },
+                "attraction/bumper_car": {
+                    "name": "バンパーカー",
+                    "terms": "バンパーカー, アトラクション"
+                },
+                "attraction/bungee_jumping": {
+                    "name": "バンジー・ジャンプ",
+                    "terms": "バンジー・ジャンプ, アトラクション"
+                },
+                "attraction/carousel": {
+                    "name": "メリーゴーラウンド",
+                    "terms": "回転木馬, メリーゴーランド, アトラクション"
+                },
+                "attraction/dark_ride": {
+                    "name": "ダークライド",
+                    "terms": "ダークライド, アトラクション"
+                },
+                "attraction/drop_tower": {
+                    "name": "落下塔",
+                    "terms": "落下塔, アトラクション"
+                },
+                "attraction/maze": {
+                    "name": "迷路",
+                    "terms": "迷路, テーマパーク, アトラクション"
+                },
+                "attraction/pirate_ship": {
+                    "name": "海賊船",
+                    "terms": "海賊船, アトラクション"
+                },
+                "attraction/river_rafting": {
+                    "name": "急流下り",
+                    "terms": "急流下り, 川下り, ラフティング, アトラクション"
+                },
+                "attraction/roller_coaster": {
+                    "name": "ローラーコースター",
+                    "terms": "ジェットコースター, アトラクション"
+                },
+                "attraction/summer_toboggan": {
+                    "name": "トボガンぞり",
+                    "terms": "トボガンぞり, そり, 橇, ウィンタースポーツ, 冬季スポーツ, 滑り台"
+                },
+                "attraction/train": {
+                    "name": "観光列車",
+                    "terms": "観光列車, アトラクション"
+                },
+                "attraction/water_slide": {
+                    "name": "ウォータースライダー",
+                    "terms": "ウォータースライダー, 滑り台, ウォータースライド, アトラクション"
+                },
                 "barrier": {
                     "name": "障害物",
                     "terms": "障害物, バリア"
                 },
                 "barrier/block": {
-                    "name": "車止め",
-                    "terms": "ブロック"
+                    "name": "車止めブロック",
+                    "terms": "ブロック, 車止め, 障害物, バリア"
                 },
                 "barrier/bollard": {
                     "name": "車止め杭",
-                    "terms": "車止め杭"
+                    "terms": "車止め杭, 障害物, バリア, ボラード, 杭"
                 },
                 "barrier/border_control": {
                     "name": "国境検問所",
-                    "terms": "国境検問所"
+                    "terms": "国境検問所, 検問所, 障害物, バリア"
                 },
                 "barrier/cattle_grid": {
                     "name": "家畜脱出防止溝",
-                    "terms": "家畜脱出防止溝"
+                    "terms": "家畜脱出防止溝, 障害物, バリア"
+                },
+                "barrier/chain": {
+                    "name": "チェーン",
+                    "terms": "チェーン, 鎖, バリア, 障害物"
                 },
                 "barrier/city_wall": {
                     "name": "市壁",
-                    "terms": "市壁"
+                    "terms": "市壁, 障害物, バリア"
                 },
                 "barrier/cycle_barrier": {
                     "name": "自転車止め",
-                    "terms": "自転車止め"
+                    "terms": "自転車止め, 障害物, バリア, 自転車"
                 },
                 "barrier/ditch": {
                     "name": "塹壕・空堀",
-                    "terms": "塹壕, 空堀, 堀, 溝, 谷"
+                    "terms": "塹壕, 空堀, 堀, 溝, 谷, 障害物, バリア"
                 },
                 "barrier/entrance": {
-                    "name": "出入口"
+                    "name": "出入口(柵などのバリア)"
                 },
                 "barrier/fence": {
                     "name": "フェンス",
-                    "terms": "フェンス, 柵"
+                    "terms": "フェンス, 柵, 障害物, バリア"
+                },
+                "barrier/fence/railing": {
+                    "name": "ガードレール(歩行者用)",
+                    "terms": "ガードレール, 交通, 交通安全, 道路, 欄干"
                 },
                 "barrier/gate": {
                     "name": "門",
-                    "terms": "門, ゲート, 鳥居"
+                    "terms": "門, ゲート, 鳥居, 障害物, バリア"
+                },
+                "barrier/guard_rail": {
+                    "name": "ガードレール(車両用、方向あり)",
+                    "terms": "ガードレール, 交通, 交通安全, 道路"
                 },
                 "barrier/hedge": {
                     "name": "生垣",
-                    "terms": "生垣"
+                    "terms": "生垣, 障害物, バリア, 植物, 生け垣, 樹木"
+                },
+                "barrier/height_restrictor": {
+                    "name": "高さ制限バー",
+                    "terms": "高さ制限器, 高さ制限バー, 障害物, バリア"
+                },
+                "barrier/kerb": {
+                    "name": "縁石",
+                    "terms": "縁石"
+                },
+                "barrier/kerb/flush": {
+                    "name": "縁石(まっ平)",
+                    "terms": "縁石, 平坦, まっ平, 道路, 歩道, バリアフリー"
+                },
+                "barrier/kerb/lowered": {
+                    "name": "低位縁石(2cm以下)",
+                    "terms": "低位縁石, 縁石, 低くなった縁石"
+                },
+                "barrier/kerb/raised": {
+                    "name": "高位縁石(3cm以上)",
+                    "terms": "高位縁石, 縁石, カッセル縁石, 高くなった縁石"
+                },
+                "barrier/kerb/rolled": {
+                    "name": "ロール状縁石",
+                    "terms": "ロール状縁石, ロール, 丸みを帯びた縁石, 縁石"
                 },
                 "barrier/kissing_gate": {
                     "name": "キッシングゲート",
-                    "terms": "キッシングゲート, V字形自在門, U字形自在門"
+                    "terms": "キッシングゲート, V字形自在門, U字形自在門, 障害物, バリア"
                 },
                 "barrier/lift_gate": {
                     "name": "遮断機",
-                    "terms": "遮断機"
+                    "terms": "遮断機, 門, 障害物, バリア"
                 },
                 "barrier/retaining_wall": {
                     "name": "擁壁",
-                    "terms": "擁壁"
+                    "terms": "擁壁, 障害物, バリア"
+                },
+                "barrier/sally_port": {
+                    "name": "出撃路(歴史的)",
+                    "terms": "城門, 城壁の門, 門, 歴史的建造物, 要塞門, 監獄門, 出撃路, 歴史, 出撃路(歴史的)"
                 },
                 "barrier/stile": {
                     "name": "通路",
-                    "terms": "通路, 踏み越し段"
+                    "terms": "通路, 踏み越し段, 障害物, バリア"
                 },
                 "barrier/toll_booth": {
-                    "name": "料金所",
-                    "terms": "料金所"
+                    "name": "料金所(道路、橋)",
+                    "terms": "料金所, 障害物, バリア"
+                },
+                "barrier/turnstile": {
+                    "name": "回転ゲート",
+                    "terms": "回転ゲート, バリア, 障害物, ゲート"
                 },
                 "barrier/wall": {
                     "name": "壁",
-                    "terms": "壁"
+                    "terms": "壁, 障害物, バリア"
+                },
+                "boundary": {
+                    "name": "行政境界"
                 },
                 "boundary/administrative": {
                     "name": "行政境界",
                     "terms": "行政境界, 都道府県境, 都境, 道境, 府境, 県境, 市区町村境, 市境, 区境, 町境, 村境"
                 },
+                "bridge/support": {
+                    "name": "支柱形態(橋)",
+                    "terms": "橋脚, 橋桁, 橋台, 橋, 支柱形態(橋), 支柱"
+                },
+                "bridge/support/pier": {
+                    "name": "橋脚",
+                    "terms": "橋脚, 橋桁, 橋台"
+                },
                 "building": {
-                    "name": "建物",
+                    "name": "建物全般",
                     "terms": "建物, ビル"
                 },
                 "building/apartments": {
-                    "name": "集合住宅",
-                    "terms": "アパート, マンション"
+                    "name": "集合住宅(個々の建物)",
+                    "terms": "アパート, マンション, 集合住宅, 住宅"
                 },
                 "building/barn": {
                     "name": "納屋",
-                    "terms": "納屋"
+                    "terms": "納屋, 小屋"
+                },
+                "building/boathouse": {
+                    "name": "ボートハウス",
+                    "terms": "ボートハウス, ボート小屋"
+                },
+                "building/bungalow": {
+                    "name": "バンガロー(建物)",
+                    "terms": "バンガロー, コテージ, ダーチャ"
                 },
                 "building/bunker": {
                     "name": "掩体壕"
                 },
                 "building/cabin": {
-                    "name": "ログハウス",
-                    "terms": "ログハウス"
+                    "name": "ログハウス(建物)",
+                    "terms": "ログハウス, キャビン, 丸太小屋"
+                },
+                "building/carport": {
+                    "name": "簡易車庫",
+                    "terms": "カーポート, 駐車場, 車庫, 簡易車庫, ガレージ"
                 },
                 "building/cathedral": {
-                    "name": "聖堂の建物",
-                    "terms": "聖堂"
+                    "name": "聖堂(建物)",
+                    "terms": "聖堂, カテドラル, 宗教, 宗教施設, 教会"
                 },
                 "building/chapel": {
-                    "name": "教会の建物",
-                    "terms": "教会"
+                    "name": "礼拝堂(建物)",
+                    "terms": "礼拝堂, チャペル, 宗教, 宗教施設, 教会"
                 },
                 "building/church": {
-                    "name": "教会の建物",
-                    "terms": "教会"
+                    "name": "教会(建物)",
+                    "terms": "教会, チャーチ, 宗教, 宗教施設"
+                },
+                "building/civic": {
+                    "name": "市民向け施設(建物)",
+                    "terms": "市民向け施設, 市民施設"
                 },
                 "building/college": {
-                    "name": "短大・高専・専門学校の建物",
-                    "terms": "短大, 高専, 高等専門学校, 短期大学, 専門, 専門学校"
+                    "name": "短大・高専・専門学校(建物)",
+                    "terms": "短大, 高専, 高等専門学校, 短期大学, 専門, 専門学校, 教育, 学校"
                 },
                 "building/commercial": {
                     "name": "オフィスビル",
-                    "terms": "オフィスビル"
+                    "terms": "オフィスビル, ビジネスビル"
                 },
                 "building/construction": {
                     "name": "建設中の建物",
-                    "terms": "建設中の建物"
+                    "terms": "建設中の建物, 工事中の建物"
                 },
                 "building/detached": {
                     "name": "一戸建て住宅",
-                    "terms": "æ»\9eå\9c¨æ\99\82é\96\93"
+                    "terms": "æ\88¸å»ºã\81¦ä½\8få®\85, ä½\8få®\85, ä½\8få±\85, æ°\91家"
                 },
                 "building/dormitory": {
                     "name": "寮",
-                    "terms": "寮"
+                    "terms": "寮, 独身寮, 住宅, 住居"
                 },
                 "building/entrance": {
-                    "name": "出入口"
+                    "name": "出入口(非推奨)"
+                },
+                "building/farm": {
+                    "name": "農家(居住用)",
+                    "terms": "農家, 農業, 生産者, 百姓, 農場"
+                },
+                "building/farm_auxiliary": {
+                    "name": "農業補助施設全般(非居住用)",
+                    "terms": "農業補助施設, 農場, 農業, 農業施設"
                 },
                 "building/garage": {
-                    "name": "車庫",
-                    "terms": "車庫, ガレージ"
+                    "name": "車庫(建物、小)",
+                    "terms": "車庫, ガレージ, 自動車"
                 },
                 "building/garages": {
-                    "name": "集合車庫",
-                    "terms": "集合車庫"
+                    "name": "集合車庫(建物、大)",
+                    "terms": "集合車庫, 車庫, ガレージ"
+                },
+                "building/grandstand": {
+                    "name": "メインスタンド",
+                    "terms": "メインスタンド, 正面スタンド"
                 },
                 "building/greenhouse": {
-                    "name": "温室",
-                    "terms": "温室"
+                    "name": "温室(建物)",
+                    "terms": "温室, ビニールハウス, 農業, 野菜"
+                },
+                "building/hangar": {
+                    "name": "ハンガー",
+                    "terms": "ハンガー, 格納庫, 建物, 飛行機"
                 },
                 "building/hospital": {
-                    "name": "病院の建物",
-                    "terms": "病院の建物, 病棟"
+                    "name": "病院(建物)",
+                    "terms": "病院の建物, 病棟, 病院"
                 },
                 "building/hotel": {
-                    "name": "ホテルの建物",
-                    "terms": "ホテルの建物, 宿泊棟"
+                    "name": "ホテル(建物)",
+                    "terms": "ホテルの建物, 宿泊棟, ホテル"
                 },
                 "building/house": {
-                    "name": "一戸建て住宅",
-                    "terms": "一戸建て住宅"
+                    "name": "住宅全般",
+                    "terms": "住宅, 民家, 住居"
+                },
+                "building/houseboat": {
+                    "name": "ハウスボート",
+                    "terms": "ハウスボート, 屋形船, 居住船, 船"
                 },
                 "building/hut": {
                     "name": "小屋",
-                    "terms": "小屋, 休憩小屋, 漁師小屋, 狩猟小屋"
+                    "terms": "小屋, 休憩小屋, 漁師小屋, 狩猟小屋, 掘っ立て小屋"
                 },
                 "building/industrial": {
-                    "name": "工場",
+                    "name": "工場(建物)",
                     "terms": "工場"
                 },
                 "building/kindergarten": {
-                    "name": "保育園/幼稚園の建物",
-                    "terms": "保育園/幼稚園の建物"
+                    "name": "幼稚園/保育園(建物)",
+                    "terms": "幼稚園/保育園の建物, 保育園, 幼稚園, 教育, 学校"
+                },
+                "building/mosque": {
+                    "name": "モスク(建物)",
+                    "terms": "モスク, 宗教, 宗教施設, 教会"
+                },
+                "building/pavilion": {
+                    "name": "競技場付属施設",
+                    "terms": "競技場付属施設, 競技場, 付属施設, 付属建物, 倉庫, 更衣室, 運動, スポーツ, 施設, スポーツパビリオン"
                 },
                 "building/public": {
-                    "name": "公共施設",
+                    "name": "公共施設(建物)",
                     "terms": "公共施設"
                 },
                 "building/residential": {
-                    "name": "ä½\8få®\85",
-                    "terms": "住宅, アパート, マンション"
+                    "name": "ä½\8få±\85å\85¨è\88¬ï¼\88建ç\89©ï¼\89",
+                    "terms": "住宅, アパート, マンション, 住居"
                 },
                 "building/retail": {
-                    "name": "å\95\86業æ\96½è¨­",
+                    "name": "åº\97è\88\97ç\94¨ã\81®å»ºç\89©",
                     "terms": "商業施設, 店舗, 商業ビル, 店"
                 },
                 "building/roof": {
                     "name": "屋根",
                     "terms": "屋根, 屋根付きテラス"
                 },
+                "building/ruins": {
+                    "name": "廃墟(建物)",
+                    "terms": "廃墟, 廃屋, あばら家, 空き家"
+                },
                 "building/school": {
-                    "name": "校舎",
-                    "terms": "校舎, 学校の建物"
+                    "name": "学校(建物)",
+                    "terms": "校舎, 学校の建物, 学校"
                 },
                 "building/semidetached_house": {
                     "name": "二世帯住宅",
-                    "terms": "セミデタッチドハウス, 二世帯住宅"
+                    "terms": "セミデタッチドハウス, 二世帯住宅, 住居, 住宅, 民家"
+                },
+                "building/service": {
+                    "name": "機械室(建物)",
+                    "terms": "機械室, 機械小屋, 小屋"
                 },
                 "building/shed": {
-                    "name": "格納庫",
-                    "terms": "格納庫, 離れ"
+                    "name": "物置",
+                    "terms": "格納庫, 離れ, 小屋, 物置"
                 },
                 "building/stable": {
                     "name": "厩",
-                    "terms": "厩, 馬小屋"
+                    "terms": "厩, 馬小屋, 小屋"
+                },
+                "building/stadium": {
+                    "name": "スタジアム(建物)",
+                    "terms": "スタジアム, スポーツ, 運動, 競技"
                 },
                 "building/static_caravan": {
                     "name": "トレーラーハウス",
-                    "terms": "トレーラーハウス"
+                    "terms": "トレーラーハウス, アウトドア, レジャー"
+                },
+                "building/temple": {
+                    "name": "寺院(建物)",
+                    "terms": "寺院, 宗教, 信仰, 宗教施設"
                 },
                 "building/terrace": {
                     "name": "テラスハウス",
-                    "terms": "テラスハウス, 長屋"
+                    "terms": "テラスハウス, 長屋, 住居, 住宅, 民家"
                 },
                 "building/train_station": {
                     "name": "駅舎"
                 },
+                "building/transportation": {
+                    "name": "公共交通機関(建物)",
+                    "terms": "公共交通機関"
+                },
                 "building/university": {
-                    "name": "大学",
-                    "terms": "大学, 大学の建物"
+                    "name": "大学(建物)",
+                    "terms": "大学, 大学の建物, 校舎, 教育, 学校"
                 },
                 "building/warehouse": {
                     "name": "倉庫",
                     "terms": "倉庫, 蔵"
                 },
+                "building_part": {
+                    "name": "建物の一部分",
+                    "terms": "建物の一部分, 建物, 建物の部分"
+                },
+                "building_point": {
+                    "name": "建物"
+                },
                 "camp_site/camp_pitch": {
                     "name": "キャンプサイト",
-                    "terms": "キャンプサイト"
+                    "terms": "キャンプサイト, 娯楽, アウトドア, レジャー"
+                },
+                "club": {
+                    "name": "クラブ",
+                    "terms": "クラブ"
+                },
+                "club/sport": {
+                    "name": "スポーツクラブ",
+                    "terms": "スポーツクラブ, アスレチック, スポーツ, 運動, クラブ, 同好会"
                 },
                 "craft": {
                     "name": "工房",
-                    "terms": "工房"
+                    "terms": "工房, 職人"
+                },
+                "craft/agricultural_engines": {
+                    "name": "農機具工場",
+                    "terms": "農機具工場, 農業用車両, 農機具事務所, 農機具工房, 農業, 職人, 農機具職人, 農具"
                 },
                 "craft/basket_maker": {
                     "name": "かご製造所",
-                    "terms": "かご, 籠"
+                    "terms": "かご, 籠, 職人, 工房"
                 },
                 "craft/beekeeper": {
                     "name": "養蜂所",
-                    "terms": "養蜂所"
+                    "terms": "養蜂所, 職人, 工房"
                 },
                 "craft/blacksmith": {
                     "name": "鍛冶屋",
-                    "terms": "鍛冶屋"
+                    "terms": "鍛冶屋, 職人, 工房"
                 },
                 "craft/boatbuilder": {
                     "name": "ボート製造所",
-                    "terms": "ボート製造所"
+                    "terms": "ボート製造所, 職人, 工房, 船大工"
                 },
                 "craft/bookbinder": {
                     "name": "製本所",
-                    "terms": "製本所"
+                    "terms": "製本所, 職人, 工房"
                 },
                 "craft/brewery": {
                     "name": "ビール醸造所",
-                    "terms": "ビール醸造所"
+                    "terms": "ビール醸造所, 職人, 工房"
                 },
                 "craft/carpenter": {
                     "name": "工務店",
-                    "terms": "工務店"
+                    "terms": "工務店, 職人, 工房, 大工, リフォーム, 建具店, 表具店, 指物店, 経師, 建具師, 指物師"
                 },
                 "craft/carpet_layer": {
                     "name": "畳・カーペット工事店",
-                    "terms": "畳・カーペット工事店"
+                    "terms": "畳・カーペット工事店, 職人, 工房, 畳, カーペット, インテリア"
                 },
                 "craft/caterer": {
                     "name": "仕出し料理店",
-                    "terms": "仕出し料理店"
+                    "terms": "仕出し料理店, ケータリング, ホカ弁, 弁当, 持ち帰り, 持ち帰り専門店, 持帰り, ランチパック, 仕出し, 弁当屋"
+                },
+                "craft/chimney_sweeper": {
+                    "name": "煙突掃除人",
+                    "terms": "煙突掃除人, 職人, 工房"
                 },
                 "craft/clockmaker": {
                     "name": "時計製造所",
-                    "terms": "時計製造所"
+                    "terms": "時計製造所, 職人, 工房"
                 },
                 "craft/confectionery": {
-                    "name": "菓子屋",
-                    "terms": "駄菓子屋, パシティエ"
+                    "name": "菓子屋(製造・販売)",
+                    "terms": "菓子製造所, 菓子製造直売所, 饅頭屋, まんじゅう屋, 煎餅屋, せんべい屋, 飴屋, 和菓子屋, 和菓子店, 職人, 工房, 食品, お菓子, 食べ物"
+                },
+                "craft/distillery": {
+                    "name": "蒸留所",
+                    "terms": ", 職人, 工房"
                 },
                 "craft/dressmaker": {
                     "name": "衣服製造所",
-                    "terms": "衣服製造所"
+                    "terms": "衣服製造所, 職人, 工房"
                 },
                 "craft/electrician": {
                     "name": "電気工事店",
-                    "terms": "電気工事店"
+                    "terms": "電気工事店, 職人, 工房"
+                },
+                "craft/electronics_repair": {
+                    "name": "電化製品修理店",
+                    "terms": "家電修理店, 電気機器修理店, 修理店, リペアショップ, 職人, 工房"
+                },
+                "craft/floorer": {
+                    "name": "床張り屋",
+                    "terms": "床張り屋, 床張り職人, 職人"
                 },
                 "craft/gardener": {
-                    "name": "庭師",
-                    "terms": "庭師"
+                    "name": "造園業",
+                    "terms": "庭師, 職人, 工房, 造園, 造園業, 樹木"
                 },
                 "craft/glaziery": {
                     "name": "ガラス細工師",
-                    "terms": "ガラス細工師"
+                    "terms": "ガラス細工師, 職人, 工房"
                 },
                 "craft/handicraft": {
-                    "name": "手工芸品",
-                    "terms": "手工芸品"
+                    "name": "手工芸品",
+                    "terms": "手工芸品, 職人, 工房, 雑貨, 工芸, 民芸, こけし, 人形"
                 },
                 "craft/hvac": {
                     "name": "空調設計",
-                    "terms": "空調設計"
+                    "terms": "空調設計, 職人"
                 },
                 "craft/insulator": {
                     "name": "断熱材",
-                    "terms": "断熱材"
+                    "terms": "断熱材, 職人"
                 },
                 "craft/jeweler": {
                     "name": "宝石加工"
                 },
+                "craft/joiner": {
+                    "name": "建具屋",
+                    "terms": "建具屋, 指物師, 建具, 指物, 職人"
+                },
                 "craft/key_cutter": {
-                    "name": "合鍵作成",
-                    "terms": "合鍵作成"
+                    "name": "合鍵作成(小店舗)",
+                    "terms": "合鍵作成, 職人, 錠前, カギ, 鍵"
                 },
                 "craft/locksmith": {
                     "name": "錠前師"
                 },
                 "craft/metal_construction": {
                     "name": "金属加工",
-                    "terms": "金属加工, 鋳造"
+                    "terms": "金属加工, 鋳造, 職人, 工房"
                 },
                 "craft/optician": {
                     "name": "眼鏡士"
                 },
                 "craft/painter": {
                     "name": "塗装業",
-                    "terms": "塗装業, 外装業, ペンキ屋"
+                    "terms": "塗装業, 外装業, ペンキ屋, 職人"
+                },
+                "craft/parquet_layer": {
+                    "name": "寄せ木床張り職人",
+                    "terms": "寄せ木床張り職人, 寄せ木床張り屋, 職人"
                 },
                 "craft/photographer": {
-                    "name": "写真",
-                    "terms": "カメラマン, 写真屋"
+                    "name": "写真",
+                    "terms": "カメラマン, 写真屋, 職人, 工房, 写真館"
                 },
                 "craft/photographic_laboratory": {
                     "name": "現像所",
-                    "terms": "現像所"
+                    "terms": "現像所, 職人, 工房"
                 },
                 "craft/plasterer": {
                     "name": "左官",
-                    "terms": "左官"
+                    "terms": "左官, 職人,"
                 },
                 "craft/plumber": {
                     "name": "配管工",
-                    "terms": "配管工"
+                    "terms": "配管工, 職人"
                 },
                 "craft/pottery": {
                     "name": "窯元",
-                    "terms": "窯元, 陶器製造業"
+                    "terms": "窯元, 陶器製造業, 職人, 工房, 陶芸, 陶磁器, 焼き物"
                 },
                 "craft/rigger": {
                     "name": "艤装者",
-                    "terms": "艤装者"
+                    "terms": "艤装者, 職人, 工房"
                 },
                 "craft/roofer": {
                     "name": "屋根ふき職人",
-                    "terms": "屋根ふき職人"
+                    "terms": "屋根ふき職人, 職人"
                 },
                 "craft/saddler": {
                     "name": "馬具製造人",
-                    "terms": "馬具製造人"
+                    "terms": "馬具製造人, 職人"
                 },
                 "craft/sailmaker": {
                     "name": "製帆職人",
-                    "terms": "製帆職人"
+                    "terms": "製帆職人, 職人"
                 },
                 "craft/sawmill": {
                     "name": "製材",
-                    "terms": "製材"
+                    "terms": "製材, 職人"
                 },
                 "craft/scaffolder": {
-                    "name": "足場職人",
-                    "terms": "足場職人, とび職"
+                    "name": "とび職",
+                    "terms": "足場職人, とび職, 職人, 鳶, 鳶職"
                 },
-                "craft/sculpter": {
-                    "name": "彫刻",
-                    "terms": "彫刻"
+                "craft/sculptor": {
+                    "name": "彫刻製作所",
+                    "terms": "彫刻製作所, 職人, 工房"
                 },
                 "craft/shoemaker": {
                     "name": "製靴",
-                    "terms": "製靴, 靴製造"
+                    "terms": "製靴, 靴製造, 職人"
                 },
                 "craft/stonemason": {
                     "name": "石工",
-                    "terms": "石工, 石材加工"
-                },
-                "craft/sweep": {
-                    "name": "煙突掃除",
-                    "terms": "煙突掃除"
+                    "terms": "石工, 石材加工, 職人, 工房, 墓石, 墓石店"
                 },
                 "craft/tailor": {
                     "name": "仕立て屋"
                 },
                 "craft/tiler": {
                     "name": "タイル職人",
-                    "terms": "タイル職人"
+                    "terms": "タイル職人, 職人"
                 },
                 "craft/tinsmith": {
                     "name": "すず細工職人",
-                    "terms": "ブリキ屋, すず細工職人"
+                    "terms": "ブリキ屋, すず細工職人, 職人, 工房"
                 },
                 "craft/upholsterer": {
                     "name": "椅子張り職人",
-                    "terms": "椅子張り職人"
+                    "terms": "椅子張り職人, 職人"
                 },
                 "craft/watchmaker": {
                     "name": "時計製造業",
-                    "terms": "時計製造業"
+                    "terms": "時計製造業, 職人"
                 },
                 "craft/window_construction": {
                     "name": "窓職人",
-                    "terms": "窓職人"
+                    "terms": "窓職人, 職人"
                 },
                 "craft/winery": {
                     "name": "ワイナリー",
-                    "terms": "ワイナリー"
+                    "terms": "ワイナリー, 職人"
                 },
                 "embankment": {
-                    "name": "土手",
-                    "terms": "土手, 築堤"
+                    "name": "土手"
+                },
+                "emergency": {
+                    "name": "緊急設備"
                 },
                 "emergency/ambulance_station": {
                     "name": "救急車の基地",
-                    "terms": "救急車の基地"
+                    "terms": "救急車の基地, 救命"
                 },
                 "emergency/defibrillator": {
                     "name": "AED",
-                    "terms": "自動体外式除細動器"
+                    "terms": "自動体外式除細動器, 救命"
                 },
                 "emergency/designated": {
                     "name": "緊急車両の通行指定"
                 },
                 "emergency/destination": {
-                    "name": "行き先に用事がある緊急車両"
+                    "name": "行き先に用事がある緊急車両, 救命"
+                },
+                "emergency/fire_alarm": {
+                    "name": "火災通報ボックス",
+                    "terms": "火災通報ボックス, 火災通報装置"
+                },
+                "emergency/fire_extinguisher": {
+                    "name": "消火器",
+                    "terms": "消火器"
+                },
+                "emergency/fire_hose": {
+                    "name": "消火ホース",
+                    "terms": "消火ホース, 緊急, 火災, 消防"
                 },
                 "emergency/fire_hydrant": {
                     "name": "消火栓/消防水利",
-                    "terms": "消火栓, 消防, 防火水槽, 消防水利"
+                    "terms": "消火栓, 消防, 消防水利, 救命, 緊急, 火災"
+                },
+                "emergency/first_aid_kit": {
+                    "name": "救命キット",
+                    "terms": "救命キット, 救急セット, 救急救命セット"
+                },
+                "emergency/life_ring": {
+                    "name": "救命浮き輪",
+                    "terms": "救命浮き輪, ライフブイ, 救命浮環, 救命浮標"
+                },
+                "emergency/lifeguard": {
+                    "name": "ライフガード",
+                    "terms": "ライフガード, 救護員, 監視員"
                 },
                 "emergency/no": {
                     "name": "緊急車両の利用不可"
                 },
                 "emergency/phone": {
                     "name": "緊急電話",
-                    "terms": "緊急電話"
+                    "terms": "緊急電話, 救命"
                 },
                 "emergency/private": {
                     "name": "私有の緊急車両"
                 },
+                "emergency/siren": {
+                    "name": "サイレン",
+                    "terms": "サイレン, 緊急サイレン"
+                },
+                "emergency/water_tank": {
+                    "name": "防火水槽",
+                    "terms": "貯水槽, 貯水タンク, 緊急, 火災, 防火槽"
+                },
                 "emergency/yes": {
                     "name": "緊急時の利用可"
                 },
                 "entrance": {
-                    "name": "出入口",
-                    "terms": "出入口, 入口, 出口"
-                },
-                "footway/crossing": {
-                    "name": "横断歩道",
-                    "terms": "横断歩道"
-                },
-                "footway/crosswalk": {
-                    "name": "横断歩道",
-                    "terms": "横断歩道"
-                },
-                "footway/sidewalk": {
-                    "name": "車道の脇にある歩道",
-                    "terms": "歩道"
+                    "name": "出入口(全般)",
+                    "terms": "出入口, 入口, 出口, 出入り口, エントランス, 玄関, 正面入口, 裏口"
                 },
                 "ford": {
                     "name": "洗い越し",
                 },
                 "golf/bunker": {
                     "name": "サンドトラップ",
-                    "terms": "サンドトラップ, バンカー"
+                    "terms": "サンドトラップ, バンカー, ゴルフ"
+                },
+                "golf/cartpath": {
+                    "name": "ゴルフカート用の道",
+                    "terms": "ゴルフカート用の道, ゴルフ, ゴルフカート, ゴルフ場"
+                },
+                "golf/driving_range": {
+                    "name": "打ちっぱなし",
+                    "terms": "打ちっぱなし, ゴルフ, ゴルフ練習場, ゴルフ場, スポーツ, 打ちっ放し"
                 },
                 "golf/fairway": {
                     "name": "フェアウェイ",
-                    "terms": "フェアウェー, フェアウェイ"
+                    "terms": "フェアウェー, フェアウェイ, ゴルフ"
                 },
                 "golf/green": {
                     "name": "グリーン",
-                    "terms": "グリーン"
+                    "terms": "グリーン, ゴルフ"
                 },
                 "golf/hole": {
                     "name": "ゴルフホール",
-                    "terms": "ホール"
+                    "terms": "ホール, ゴルフ"
                 },
-                "golf/lateral_water_hazard_area": {
+                "golf/lateral_water_hazard": {
                     "name": "ラテラルウォーターハザード",
-                    "terms": "池ポチャ, ウォーターハザード"
+                    "terms": "ラテラルウォーターハザード, ゴルフ"
                 },
-                "golf/lateral_water_hazard_line": {
-                    "name": "ã\83©ã\83\86ã\83©ã\83«ã\82¦ã\82©ã\83¼ã\82¿ã\83¼ã\83\8fã\82¶ã\83¼ã\83\89",
-                    "terms": "池ポチャ, ウォーターハザード"
+                "golf/path": {
+                    "name": "ã\82´ã\83«ã\83\95å ´ã\81®æ­©è¡\8cè·¯",
+                    "terms": "ゴルフ場の歩行路, ゴルフ, ゴルフ場"
                 },
                 "golf/rough": {
                     "name": "ラフ",
-                    "terms": "ラフ"
+                    "terms": "ラフ, ゴルフ"
                 },
                 "golf/tee": {
                     "name": "ティー",
-                    "terms": "ティー"
+                    "terms": "ティー, ゴルフ"
                 },
-                "golf/water_hazard_area": {
+                "golf/water_hazard": {
                     "name": "ウォーターハザード",
-                    "terms": "池ポチャ, ウォーターハザード"
+                    "terms": "池ポチャ, ウォーターハザード, ゴルフ, ゴルフ場"
                 },
-                "golf/water_hazard_line": {
-                    "name": "ウォーターハザード",
-                    "terms": "池ポチャ, ウォーターハザード"
+                "healthcare": {
+                    "name": "医療",
+                    "terms": "医療, 健康管理, ヘルスケア, 保健医療"
+                },
+                "healthcare/alternative": {
+                    "name": "代替医療",
+                    "terms": "代替医療, 補完医療, オルタナティヴ医療, 代替療法, 自然療法"
+                },
+                "healthcare/alternative/chiropractic": {
+                    "name": "カイロプラクター",
+                    "terms": "カイロプラクター, カイロプラクティック, 医療"
+                },
+                "healthcare/audiologist": {
+                    "name": "聴覚訓練士",
+                    "terms": "聴覚訓練士, 聴覚機能訓練士, オージオロジスト, 医療, トレーニング, 訓練"
+                },
+                "healthcare/birthing_center": {
+                    "name": "バースセンター",
+                    "terms": "バースセンター, 医療"
                 },
                 "healthcare/blood_donation": {
                     "name": "献血ルーム",
-                    "terms": "血液センター"
+                    "terms": "血液センター, 健康, 医療"
+                },
+                "healthcare/hospice": {
+                    "name": "ホスピス",
+                    "terms": "ホスピス, 医療, 福祉"
+                },
+                "healthcare/laboratory": {
+                    "name": "医学研究室",
+                    "terms": "医学研究室, 医療研究室, 研究室, 健康, 医療"
+                },
+                "healthcare/midwife": {
+                    "name": "助産婦",
+                    "terms": "助産婦, 産婆, 医療"
+                },
+                "healthcare/occupational_therapist": {
+                    "name": "作業療法士",
+                    "terms": "作業療法士, 医療, 福祉"
+                },
+                "healthcare/optometrist": {
+                    "name": "検眼医",
+                    "terms": "検眼医, 視力測定医, 医療"
+                },
+                "healthcare/physiotherapist": {
+                    "name": "理学療法士",
+                    "terms": "理学療法士, 医療, 福祉"
+                },
+                "healthcare/podiatrist": {
+                    "name": "足病医",
+                    "terms": "足病医, 医療"
+                },
+                "healthcare/psychotherapist": {
+                    "name": "心理療法士",
+                    "terms": "心理療法士, サイコセラピスト, 医療"
+                },
+                "healthcare/rehabilitation": {
+                    "name": "リハビリ施設",
+                    "terms": "リハビリ, リハビリテーション, 医療, 福祉"
+                },
+                "healthcare/speech_therapist": {
+                    "name": "スピーチセラピスト",
+                    "terms": "スピーチセラピスト, 福祉"
                 },
                 "highway": {
                     "name": "道路"
                     "name": "乗馬道",
                     "terms": "乗馬道"
                 },
+                "highway/bus_guideway": {
+                    "name": "バスガイドウェイ",
+                    "terms": "バスガイドウェイ, ガイドウェイ"
+                },
                 "highway/bus_stop": {
-                    "name": "バス停",
-                    "terms": "バス停, バス停留所, 停留所, バス乗り場, BS, バスストップ"
+                    "name": "バス停"
+                },
+                "highway/construction": {
+                    "name": "建設中の道路(通行止)",
+                    "terms": "建設中の道路, 通行止め, 通行止, 道路, 閉鎖"
                 },
                 "highway/corridor": {
                     "name": "建物内の通り抜け道路",
                     "terms": "建物内の通り抜け道路"
                 },
                 "highway/crossing": {
-                    "name": "横断歩道",
-                    "terms": "横断歩道"
+                    "name": "横断歩道"
                 },
-                "highway/crosswalk": {
-                    "name": "横断歩道",
-                    "terms": "横断歩道"
+                "highway/crossing/marked": {
+                    "name": "横断歩道(マークあり)",
+                    "terms": "横断歩道(マークあり), 横断歩道, 歩道"
+                },
+                "highway/crossing/marked-raised": {
+                    "name": "横断歩道(隆起あり・マークあり)",
+                    "terms": "横断歩道(隆起あり・マークあり), 横断歩道, 隆起, 交通安全, 静音化, 歩道"
+                },
+                "highway/crossing/unmarked": {
+                    "name": "横断歩道(マークなし)",
+                    "terms": "横断歩道(マークなし), 横断歩道, 歩道"
+                },
+                "highway/crossing/unmarked-raised": {
+                    "name": "横断歩道(隆起あり・マークなし)",
+                    "terms": "横断歩道(隆起あり・マークなし), 横断歩道, 隆起, 交通安全, 静音化, 歩道"
+                },
+                "highway/crossing/zebra": {
+                    "name": "横断歩道(ゼブラあり)"
+                },
+                "highway/crossing/zebra-raised": {
+                    "name": "横断歩道(隆起あり・ゼブラあり)"
                 },
                 "highway/cycleway": {
-                    "name": "自転車道",
-                    "terms": "自転車道, サイクリング道路"
+                    "name": "自転車専用道路(歩行者通行不可)",
+                    "terms": "自転車道, サイクリング道路, 自転車"
+                },
+                "highway/cycleway/bicycle_foot": {
+                    "name": "自転車歩行者道",
+                    "terms": "自転車歩行者道, 自歩道, 自転車, 歩道"
+                },
+                "highway/cycleway/crossing": {
+                    "name": "自転車用横断道"
+                },
+                "highway/cycleway/crossing/marked": {
+                    "name": "自転車用横断道(マークあり)",
+                    "terms": "自転車用横断道(マークあり), 自転車横断道, 自転車用横断歩道, 自転車, 自転車道, 横断歩道"
+                },
+                "highway/cycleway/crossing/unmarked": {
+                    "name": "自転車用横断道(マークなし)",
+                    "terms": "自転車用横断道(マークなし), 自転車横断道, 自転車用横断歩道, 自転車, 自転車道, 横断歩道"
+                },
+                "highway/elevator": {
+                    "name": "エレベーター",
+                    "terms": "エレベーター, エレベータ, 昇降機"
+                },
+                "highway/emergency_bay": {
+                    "name": "非常駐車帯",
+                    "terms": "非常駐車帯, 駐車帯"
                 },
                 "highway/footway": {
                     "name": "歩道",
-                    "terms": "歩道, 歩行者用道路"
+                    "terms": "歩道, 歩行者用道路, 遊歩道, 緑道, 自然歩道, プロムナード"
+                },
+                "highway/footway/conveying": {
+                    "name": "動く歩道",
+                    "terms": "動く歩道, 歩道, 水平型エスカレーター, オートウォーク, ムービングウォーク, トラベレーター, ムービングサイドウォーク, オートスロープ, エスカレータ, ベルトコンベア"
+                },
+                "highway/footway/crossing": {
+                    "name": "歩行者用横断歩道"
+                },
+                "highway/footway/marked": {
+                    "name": "横断歩道(マークあり)",
+                    "terms": "横断歩道(マークあり), 横断歩道, 歩道"
+                },
+                "highway/footway/marked-raised": {
+                    "name": "横断歩道(隆起あり・マークあり)",
+                    "terms": "横断歩道(隆起あり・マークあり), 横断歩道, 隆起, 交通安全, 静音化, 歩道"
+                },
+                "highway/footway/sidewalk": {
+                    "name": "歩道(車道の脇)",
+                    "terms": "歩道(車道の脇), 歩道"
+                },
+                "highway/footway/unmarked": {
+                    "name": "横断歩道(マークなし)",
+                    "terms": "横断歩道(マークなし), 横断歩道, 歩道"
+                },
+                "highway/footway/unmarked-raised": {
+                    "name": "横断歩道(隆起あり・マークなし)",
+                    "terms": "横断歩道(隆起あり・マークなし), 横断歩道, 隆起, 交通安全, 静音化, 歩道"
+                },
+                "highway/footway/zebra": {
+                    "name": "横断歩道(ゼブラあり)"
+                },
+                "highway/footway/zebra-raised": {
+                    "name": "横断歩道(隆起あり・ゼブラあり)"
                 },
                 "highway/give_way": {
                     "name": "ゆずれ標識",
-                    "terms": "ゆずれ, 譲れ"
+                    "terms": "ゆずれ, 譲れ, 道路設備, 標識, 道路標識"
                 },
                 "highway/living_street": {
-                    "name": "生活道路",
-                    "terms": "生活道路, 路地"
+                    "name": "Living Street (日本では使用しない)",
+                    "terms": "living street"
+                },
+                "highway/milestone": {
+                    "name": "距離標(道路)",
+                    "terms": "距離標, マイルストーン, 里程標, 一里塚, 道程標, キロポスト, 距離標識, 距離, 道路"
                 },
                 "highway/mini_roundabout": {
                     "name": "小さな環状交差点",
-                    "terms": "小さな環状交差点, ラウンドアバウト, ロータリー"
+                    "terms": "小さな環状交差点, ラウンドアバウト, ロータリー, 交差点"
                 },
                 "highway/motorway": {
                     "name": "自動車専用道路",
-                    "terms": "自動車専用道路, 高速道路"
+                    "terms": "自動車専用道路, 高速道路, 車道, 幹線, 公道"
                 },
                 "highway/motorway_junction": {
                     "name": "自動車道のIC/JCT",
                 },
                 "highway/motorway_link": {
                     "name": "自動車専用道路の接続路",
-                    "terms": "自動車専用道路の連絡路"
+                    "terms": "自動車専用道路, 接続路, 車道, 幹線, 公道"
+                },
+                "highway/passing_place": {
+                    "name": "待避所",
+                    "terms": "待避所, 退避エリア"
                 },
                 "highway/path": {
-                    "name": "小道",
-                    "terms": "小道"
+                    "name": "小道(自動車通行不可)",
+                    "terms": "小道, 歩道, 自転車道, バイク"
                 },
-                "highway/pedestrian": {
-                    "name": "歩行者天国",
-                    "terms": "歩行者天国"
+                "highway/pedestrian_area": {
+                    "name": "ペデストリアンデッキ",
+                    "terms": "ペデストリアンデッキ, 歩道"
+                },
+                "highway/pedestrian_line": {
+                    "name": "歩行者専用道路",
+                    "terms": "歩行者専用道路, 歩行者天国, 歩道, ペデストリアン"
                 },
                 "highway/primary": {
                     "name": "主要地方道",
-                    "terms": "主要地方道"
+                    "terms": "主要地方道, 車道, 幹線, 公道"
                 },
                 "highway/primary_link": {
                     "name": "主要地方道の接続路",
-                    "terms": "主要地方道の連絡路"
+                    "terms": "主要地方道, 接続路, 車道, 幹線, 公道"
                 },
                 "highway/raceway": {
-                    "name": "ã\82µã\83¼ã\82­ã\83\83ã\83\88",
-                    "terms": "ã\82µã\83¼ã\82­ã\83\83ã\83\88, è\87ªå\8b\95è»\8aã\83¬ã\83¼ã\82¹å ´"
+                    "name": "ã\83¬ã\83¼ã\82¹ã\83\88ã\83©ã\83\83ã\82¯ï¼\88ã\83¢ã\83¼ã\82¿ã\83¼ã\82¹ã\83\9dã\83¼ã\83\84ï¼\89",
+                    "terms": "ã\83¬ã\83¼ã\82¹ã\83\88ã\83©ã\83\83ã\82¯, è»\8aé\81\93, ç§\81é\81\93"
                 },
                 "highway/residential": {
-                    "name": "居住区域内道路",
-                    "terms": "居住区域内道路"
+                    "name": "住宅地区の道路",
+                    "terms": "住宅地区の道路, 車道, 生活道路, 住宅街道路"
                 },
                 "highway/rest_area": {
-                    "name": "パーキングエリア",
-                    "terms": "パーキングエリア, PA, チェーンベース"
+                    "name": "パーキングエリア(休憩所)",
+                    "terms": "パーキングエリア, PA, チェーンベース, 休憩所"
                 },
                 "highway/road": {
                     "name": "道路(区分不明)",
-                    "terms": "道路(区分不明), その他道路"
+                    "terms": "道路(区分不明), その他道路, 車道, 区分不明"
                 },
                 "highway/secondary": {
                     "name": "一般都道府県道",
-                    "terms": "一般都道府県道, 都道, 道道, 府道, 県道"
+                    "terms": "一般都道府県道, 都道, 道道, 府道, 県道, 車道, 公道"
                 },
                 "highway/secondary_link": {
                     "name": "一般都道府県道の接続路",
-                    "terms": "一般都道府県道の連絡路"
+                    "terms": "一般都道府県道, 接続路, 車道, 公道"
                 },
                 "highway/service": {
-                    "name": "敷地内道路",
-                    "terms": "敷地内道路"
+                    "name": "敷地内道路(全般)",
+                    "terms": "敷地内道路, 私道, 路地, 裏路地, 駐車場通路, 車道, 通路"
                 },
                 "highway/service/alley": {
                     "name": "路地",
-                    "terms": "路地"
+                    "terms": "路地, 裏路地, 車道, 生活道路, 私道"
                 },
                 "highway/service/drive-through": {
                     "name": "ドライブスルー",
-                    "terms": "ドライブスルー"
+                    "terms": "ドライブスルー, 通路, 車道, 私道"
                 },
                 "highway/service/driveway": {
-                    "name": "私道",
-                    "terms": "私道"
+                    "name": "民地内通路・ドライブウェイ",
+                    "terms": "私道, 車道, 生活道路, 民地内通路, 通路, 路地"
                 },
                 "highway/service/emergency_access": {
                     "name": "緊急通用路",
-                    "terms": "緊急通用路, 消防車専用口, 非常用道路"
+                    "terms": "緊急通用路, 消防車専用口, 非常用道路, 車道"
                 },
                 "highway/service/parking_aisle": {
                     "name": "駐車場内通路",
-                    "terms": "駐車場内通路"
+                    "terms": "駐車場内通路, 駐車場通路, 通路, 車道, 駐車場"
                 },
                 "highway/services": {
                     "name": "サービスエリア",
                     "terms": "サービスエリア, 道の駅, SA"
                 },
+                "highway/speed_camera": {
+                    "name": "スピードカメラ",
+                    "terms": "スピードカメラ, オービス, 自動速度違反取締装置, 道路設備"
+                },
                 "highway/steps": {
                     "name": "階段",
-                    "terms": "階段"
+                    "terms": "階段, 歩道"
+                },
+                "highway/steps/conveying": {
+                    "name": "エスカレーター",
+                    "terms": "エスカレータ, エスカレーター, 歩道, ベルトコンベア, 自動階段"
                 },
                 "highway/stop": {
                     "name": "一時停止標識",
-                    "terms": "一時停止標識, 一旦停止"
+                    "terms": "一時停止標識, 一旦停止, 止まれ, とまれ, 道路標識, 道路設備"
                 },
                 "highway/street_lamp": {
                     "name": "街路灯",
-                    "terms": "街灯, 街路灯"
+                    "terms": "街灯, 街路灯, 道路設備"
                 },
                 "highway/tertiary": {
                     "name": "一般道(2車線以上)",
-                    "terms": "一般道(2車線以上)"
+                    "terms": "一般道, 2車線以上, 車道, 2車線, 3車線, 4車線, 公道"
                 },
                 "highway/tertiary_link": {
                     "name": "一般道(2車線以上)の接続路",
-                    "terms": "一般道(2車線以上)の接続路"
+                    "terms": "一般道, 2車線以上, 車道, 公道, 接続路"
                 },
                 "highway/track": {
-                    "name": "農道・林道",
-                    "terms": "未舗装農道, 農道, 未舗装林道, 林道, 獣道, けもの道, 酷道, 腐道, 険道, 死道, 損道, 道路"
+                    "name": "農道・林道(自動車通行可)",
+                    "terms": "未舗装農道, 農道, 未舗装林道, 林道, 獣道, けもの道, 酷道, 腐道, 険道, 死道, 損道, 道路, わだち, 轍, 車道, トラック, 生活道路"
                 },
                 "highway/traffic_mirror": {
                     "name": "カーブミラー",
-                    "terms": "道路反射鏡"
+                    "terms": "カーブミラー, ミラー, 道路反射鏡, 道路設備, 交通安全"
                 },
                 "highway/traffic_signals": {
                     "name": "信号機",
-                    "terms": "信号機, 交通信号, 道路信号"
+                    "terms": "信号機, 交通信号, 道路信号, 道路設備"
+                },
+                "highway/trailhead": {
+                    "name": "登山口",
+                    "terms": "登山口, ハイキング開始点, スタート地点, 開始地点, ハイキング"
                 },
                 "highway/trunk": {
                     "name": "国道",
-                    "terms": "国道, 一般国道"
+                    "terms": "国道, 一般国道, 車道, 幹線, 公道"
                 },
                 "highway/trunk_link": {
                     "name": "国道の接続路",
-                    "terms": "国道の接続路"
+                    "terms": "国道, 接続路, 車道, 幹線, 公道"
                 },
                 "highway/turning_circle": {
                     "name": "転回場",
                 },
                 "highway/unclassified": {
                     "name": "一般道(2車線未満)",
-                    "terms": "道路(区分不明), その他道路"
+                    "terms": "2車線未満, 1.5車線, 1車線, 車道, 公道, 一般道"
                 },
                 "historic": {
                     "name": "史跡",
-                    "terms": "史跡, 歴史的建造物"
+                    "terms": "史跡, 歴史的建造物, 歴史"
                 },
                 "historic/archaeological_site": {
                     "name": "遺跡",
-                    "terms": "遺跡, 貝塚, 古墳, 史跡"
+                    "terms": "遺跡, 貝塚, 古墳, 史跡, 歴史"
                 },
                 "historic/boundary_stone": {
                     "name": "境界石",
-                    "terms": "境界石, 境界杭"
+                    "terms": "境界石, 境界杭, 歴史"
                 },
                 "historic/castle": {
                     "name": "城",
-                    "terms": "城, 城郭"
+                    "terms": "城, 城郭, 歴史, 城址, 城跡, お城"
+                },
+                "historic/castle/fortress": {
+                    "name": "要塞(中世)",
+                    "terms": "要塞, 歴史, 歴史的建造物, 要塞(中世)"
+                },
+                "historic/castle/palace": {
+                    "name": "宮殿(歴史的)",
+                    "terms": "宮殿, 歴史, 歴史的建造物, パレス, 迎賓館, 邸宅"
+                },
+                "historic/castle/stately": {
+                    "name": "シャトー(歴史的)",
+                    "terms": "シャトー, 歴史, 歴史的建造物, 出撃路(歴史的)"
+                },
+                "historic/city_gate": {
+                    "name": "城門(歴史的)",
+                    "terms": "城門, 城壁の門, 門, 歴史的建造物, 城門(歴史的)"
+                },
+                "historic/fort": {
+                    "name": "要塞(近代)",
+                    "terms": "要塞, 歴史, 歴史的建造物, 要塞(近代)"
+                },
+                "historic/manor": {
+                    "name": "マナー・ハウス(歴史的)",
+                    "terms": "マナー・ハウス, 貴族の邸宅, 歴史的建造物, マナー・ハウス(歴史的)"
                 },
                 "historic/memorial": {
                     "name": "記念碑",
-                    "terms": "記念碑, 石碑, 石仏, 像"
+                    "terms": "記念碑, 石碑, 石仏, 像, 歴史, 銅像, 彫刻, 公園"
+                },
+                "historic/memorial/plaque": {
+                    "name": "銘板",
+                    "terms": "銘板, プレート, 銘"
                 },
                 "historic/monument": {
                     "name": "記念堂",
-                    "terms": "記念堂, 記念建造物"
+                    "terms": "記念堂, 記念建造物, 歴史"
                 },
                 "historic/ruins": {
                     "name": "廃墟",
-                    "terms": "廃墟"
+                    "terms": "廃墟, 歴史"
+                },
+                "historic/tomb": {
+                    "name": "墓",
+                    "terms": "墓, 古墳, 歴史, 墳墓"
                 },
                 "historic/wayside_cross": {
                     "name": "道路際の十字架",
-                    "terms": "道路際の十字架"
+                    "terms": "道路際の十字架, 歴史"
                 },
                 "historic/wayside_shrine": {
-                    "name": "道祖神",
-                    "terms": "道祖神, 地蔵, お地蔵さん"
+                    "name": "路傍の神仏",
+                    "terms": "道祖神, 地蔵, お地蔵さん, 歴史, 神仏, 祠, 庚申塔, 石仏, 宗教, 信仰"
+                },
+                "historic/wreck": {
+                    "name": "難破船",
+                    "terms": "難破船, 沈没船, 沈船"
+                },
+                "indoor": {
+                    "name": "屋内(インドア)の地物"
+                },
+                "indoor/area": {
+                    "name": "屋内のスペース",
+                    "terms": "屋内のエリア, インドア, 屋内, 無壁エリア, 屋内の無壁エリア, 屋内のスペース, 屋内スペース"
+                },
+                "indoor/corridor": {
+                    "name": "屋内の廊下",
+                    "terms": "建物内の通り抜け道路, 屋内の廊下, インドアの廊下, インドア, 屋内, 廊下"
+                },
+                "indoor/corridor_line": {
+                    "name": "屋内の廊下"
+                },
+                "indoor/door": {
+                    "name": "屋内のドア",
+                    "terms": "屋内のドア, 屋内ドア, 扉, ドア, 入り口, インドア, 屋内"
+                },
+                "indoor/room": {
+                    "name": "屋内の部屋",
+                    "terms": "屋内の部屋, 部屋, 屋内, インドア, ルーム"
+                },
+                "indoor/wall": {
+                    "name": "屋内の壁",
+                    "terms": "屋内の壁, 屋内壁, 壁, ウォール, インドア, 屋内"
+                },
+                "internet_access/wlan": {
+                    "name": "Wi-Fiホットスポット",
+                    "terms": "wifi, ホットスポット, Wi-Fiホットスポット, Wi-Fi, 無線LAN"
                 },
                 "junction": {
                     "name": "交差点",
                     "terms": "交差点"
                 },
+                "junction/circular": {
+                    "name": "ロータリー交差点(優先権なし)"
+                },
+                "junction/jughandle": {
+                    "name": "連絡用ランプ"
+                },
+                "junction/roundabout": {
+                    "name": "ラウンドアバウト(優先権あり)"
+                },
                 "landuse": {
-                    "name": "土地利用",
-                    "terms": "土地利用"
+                    "name": "土地利用"
                 },
                 "landuse/allotments": {
-                    "name": "市民園",
-                    "terms": "庭å\9c\92, å¸\82æ°\91庭å\9c\92, ã\82³ã\83\9fã\83¥ã\83\8bã\83\86ã\82£ã\82¬ã\83¼ã\83\87ã\83³, ã\82¬ã\83¼ã\83\87ã\83³"
+                    "name": "市民園",
+                    "terms": "å¸\82æ°\91è\8f\9cå\9c\92, å¸\82æ°\91è¾²å\9c\92, ã\82³ã\83\9fã\83¥ã\83\8bã\83\86ã\82£ã\82¬ã\83¼ã\83\87ã\83³, ã\82¬ã\83¼ã\83\87ã\83³, è¾²æ¥­, ç\95\91, è¾²å\9c\92"
                 },
                 "landuse/aquaculture": {
-                    "name": "養殖場",
-                    "terms": "養殖場"
+                    "name": "養殖場(水域)",
+                    "terms": "養殖場, 養魚場, いけす, 生簀"
                 },
                 "landuse/basin": {
-                    "name": "遊水地",
-                    "terms": "遊水地"
+                    "name": "遊水地"
+                },
+                "landuse/brownfield": {
+                    "name": "再開発予定区画(整備済)",
+                    "terms": "再開発用地, 更地, 空き地, ブラウンフィールド, 資材置き場, 開発用地, 広場, 用地"
                 },
                 "landuse/cemetery": {
-                    "name": "霊園",
-                    "terms": "霊園, 墓地"
+                    "name": "霊園(土地区画、大)",
+                    "terms": "墓地, 霊園, 墓場, お墓, 墓苑, 墓所"
                 },
                 "landuse/churchyard": {
-                    "name": "教会の敷地",
+                    "name": "教会(土地区画)",
                     "terms": "教会, 教会の敷地"
                 },
                 "landuse/commercial": {
                     "terms": "工事中用地, 建設用地, 工事現場"
                 },
                 "landuse/farm": {
-                    "name": "農地"
+                    "name": "農地(非推奨)"
                 },
                 "landuse/farmland": {
                     "name": "農地",
-                    "terms": "農地, 畑, 田, 茶畑"
+                    "terms": "農地, 畑, 田, 茶畑, 田んぼ, 田畑, 耕作地, 農業"
                 },
                 "landuse/farmyard": {
-                    "name": "農業施設用地",
-                    "terms": "農業施設用地"
+                    "name": "農家(敷地)",
+                    "terms": "農業施設用地, 農家, 農業"
                 },
                 "landuse/forest": {
                     "name": "人工林",
-                    "terms": "人工林, 二次林, 営林, 保安林, 鉄道林, 防風林, 森林(人工)"
+                    "terms": "人工林, 二次林, 営林, 保安林, 鉄道林, 防風林, 森林(人工), 樹木, 植物, 林"
                 },
                 "landuse/garages": {
-                    "name": "車庫",
-                    "terms": "ガレージ"
+                    "name": "車庫(土地区画)",
+                    "terms": "ガレージ, 車庫"
                 },
                 "landuse/grass": {
-                    "name": "草地",
-                    "terms": "草地, 芝生"
+                    "name": "芝生",
+                    "terms": "草地, 芝生, 植物"
+                },
+                "landuse/greenfield": {
+                    "name": "開発予定区画(未整備)",
+                    "terms": "緑野, 草原, グリーンフィールド, 野原, 原っぱ, 原, 広場, 野, 空き地, 開発用地, 用地"
+                },
+                "landuse/greenhouse_horticulture": {
+                    "name": "温室(土地区画)",
+                    "terms": "温室, ビニールハウス, 農業, 野菜"
+                },
+                "landuse/harbour": {
+                    "name": "港湾地域(土地区画)",
+                    "terms": "港湾地域, 湾岸, 波止場"
                 },
                 "landuse/industrial": {
                     "name": "工業用地",
-                    "terms": "工業用地, 工業団地, 工業地"
+                    "terms": "工業用地, 工業団地, 工業地, 工業地帯"
+                },
+                "landuse/industrial/scrap_yard": {
+                    "name": "自動車解体場",
+                    "terms": "自動車解体場, スクラップ場"
+                },
+                "landuse/industrial/slaughterhouse": {
+                    "name": "と畜場",
+                    "terms": "と畜場, 畜殺場, 屠殺場"
                 },
                 "landuse/landfill": {
                     "name": "最終処分場",
-                    "terms": "最終処分場"
+                    "terms": "最終処分場, 廃棄物, ゴミ"
                 },
                 "landuse/meadow": {
                     "name": "牧草地",
                     "name": "兵舎",
                     "terms": "兵舎, 兵営"
                 },
-                "landuse/military/bunker": {
-                    "name": "軍事用バンカー",
-                    "terms": "バンカー,掩体壕"
-                },
-                "landuse/military/checkpoint": {
-                    "name": "検問所",
-                    "terms": "検問所"
-                },
                 "landuse/military/danger_area": {
                     "name": "危険区域",
                     "terms": "危険区域"
                     "name": "海軍基地",
                     "terms": "海軍, 軍事基地"
                 },
-                "landuse/military/nuclear_explosion_site": {
-                    "name": "核実験場",
-                    "terms": "核実験場"
-                },
                 "landuse/military/obstacle_course": {
                     "name": "障害物コース",
                     "terms": "障害物コース, アスレチックコース"
                 },
-                "landuse/military/office": {
-                    "name": "軍事務所",
-                    "terms": "軍事務所"
-                },
                 "landuse/military/range": {
                     "name": "軍事演習場",
                     "terms": "軍事演習場"
                 },
                 "landuse/orchard": {
                     "name": "果樹園",
-                    "terms": "果樹園, 果物畑, リンゴ畑, ミカン畑"
+                    "terms": "果樹園, 果物畑, リンゴ畑, ミカン畑, 農業, 樹木, 森林"
                 },
                 "landuse/plant_nursery": {
                     "name": "育苗所",
                     "terms": "育苗所,苗床"
                 },
+                "landuse/pond": {
+                    "name": "池"
+                },
                 "landuse/quarry": {
                     "name": "露天掘り鉱山",
                     "terms": "採石場, 石切り場, 露天掘り鉱山, 鉱山"
                 },
+                "landuse/railway": {
+                    "name": "鉄道用地",
+                    "terms": "鉄道用地, 鉄道敷地"
+                },
                 "landuse/recreation_ground": {
                     "name": "レクリエーション用のグラウンド",
                     "terms": "レクリエーション場"
                 },
+                "landuse/religious": {
+                    "name": "宗教施設(敷地)",
+                    "terms": "宗教施設の敷地, 宗教施設, 神社, 寺院, 神社仏閣, 寺社"
+                },
+                "landuse/reservoir": {
+                    "name": "貯水池"
+                },
                 "landuse/residential": {
-                    "name": "住宅地",
-                    "terms": "住宅地, 住宅街"
+                    "name": "住宅地全般(区画)",
+                    "terms": "住宅地, 住宅街, 宅地"
+                },
+                "landuse/residential/apartments": {
+                    "name": "集合住宅街(区画)",
+                    "terms": "集合住宅, 団地, 住宅街, アパート, マンション, 住宅"
                 },
                 "landuse/retail": {
-                    "name": "商業地",
+                    "name": "商業地",
                     "terms": "商業地, ショッピング地区, ショッピング街, 商店街"
                 },
                 "landuse/vineyard": {
                     "name": "ぶどう畑",
-                    "terms": "ぶどう畑, 果樹園"
+                    "terms": "ぶどう畑, 果樹園, 森林, 樹木, 植物, ブドウ, 農業"
+                },
+                "landuse/winter_sports": {
+                    "name": "冬季スポーツ区域",
+                    "terms": "冬季スポーツ区域, 冬季スポーツ, ウィンタースポーツ"
                 },
                 "leisure": {
-                    "name": "レジャー",
-                    "terms": "レジャー, 娯楽"
+                    "name": "レジャー施設全般"
                 },
                 "leisure/adult_gaming_centre": {
-                    "name": "遊技場",
-                    "terms": "遊技場, パチンコ, パチスロ, スロット"
+                    "name": "遊技場(成人向け)",
+                    "terms": "遊技場, パチンコ, パチスロ, スロット, 娯楽, アダルト, レジャー, パチンコ店, パチンコ屋, スロットマシン, ギャンブル, ゲーム, 遊戯場"
+                },
+                "leisure/amusement_arcade": {
+                    "name": "ゲームセンター",
+                    "terms": "ゲームセンター, ゲーセン, 娯楽, レジャー, 遊技, ゲーム, 遊戯"
+                },
+                "leisure/bandstand": {
+                    "name": "野外音楽堂",
+                    "terms": "バンドスタンド, 演奏台, 演奏, 音楽, 楽団, 野外音楽堂"
+                },
+                "leisure/beach_resort": {
+                    "name": "ビーチリゾート",
+                    "terms": "ビーチリゾート, 行楽地, 観光, 保養, レジャー, 娯楽, リゾート, 海辺, 砂浜"
                 },
                 "leisure/bird_hide": {
                     "name": "野鳥観察舎",
-                    "terms": "ハイド, 野鳥観察小屋"
+                    "terms": "ハイド, 野鳥観察小屋, アウトドア"
+                },
+                "leisure/bleachers": {
+                    "name": "観覧席",
+                    "terms": "観覧席, 外野席, 外野スタンド"
                 },
                 "leisure/bowling_alley": {
                     "name": "ボウリング場",
-                    "terms": "ボウリング場, ボウリング, ボーリング"
+                    "terms": "ボウリング場, ボウリング, ボーリング, スポーツ, 娯楽, 運動, レジャー, ゲーム"
                 },
                 "leisure/common": {
                     "name": "共有地",
                 },
                 "leisure/dance": {
                     "name": "ダンスホール",
-                    "terms": "ダンスホール"
+                    "terms": "ダンスホール, 娯楽"
+                },
+                "leisure/dancing_school": {
+                    "name": "ダンススクール",
+                    "terms": "ダンススクール, 舞踏, 日本舞踊, タンゴ, 社交ダンス, ワルツ, ダンス教室, 稽古, 練習, 習い事, 学校"
+                },
+                "leisure/disc_golf_course": {
+                    "name": "ディスクゴルフコース",
+                    "terms": "ディスクゴルフコース, ディスクゴルフ, スポーツ"
                 },
                 "leisure/dog_park": {
                     "name": "ドッグパーク",
-                    "terms": "ドッグパーク, ドッグラン"
+                    "terms": "ドッグパーク, ドッグラン, 犬, 動物, ペット"
+                },
+                "leisure/escape_game": {
+                    "name": "脱出ゲーム場",
+                    "terms": "脱出ゲーム場, 脱出ゲーム, リアル脱出ゲーム, ゲーム, 娯楽"
                 },
                 "leisure/firepit": {
-                    "name": "焚火",
-                    "terms": "焚火,キャンプファイヤー"
+                    "name": "焚火場",
+                    "terms": "焚火,キャンプファイヤー, アウトドア, 焚火場, 焚き火, キャンプ"
+                },
+                "leisure/fishing": {
+                    "name": "釣りスポット",
+                    "terms": "釣りスポット, 魚釣り, 釣, 海釣り公園, 海釣り, 川釣り, 釣り, フィッシング, 釣りポイント"
                 },
                 "leisure/fitness_centre": {
-                    "name": "ジム/フィットネスセンター",
-                    "terms": "フィットネスクラブ, フィットネスセンター, ジム"
+                    "name": "ジムフィットネスセンター",
+                    "terms": "フィットネスクラブ, フィットネスセンター, ジム, スポーツ, 訓練, 練習, 習い事, 教習, トレーニング, 教室, 体操, 運動, エクササイズ"
                 },
                 "leisure/fitness_centre/yoga": {
                     "name": "ヨガスタジオ",
-                    "terms": "ヨガスタジオ"
+                    "terms": "ヨガスタジオ, スポーツ, トレーニング, 訓練, 教室, 習い事, 教習, 稽古, 体操, 運動"
                 },
                 "leisure/fitness_station": {
-                    "name": "屋外運動器具",
-                    "terms": "屋外運動器具"
+                    "name": "屋外トレーニング場",
+                    "terms": "屋外運動器具, スポーツ, トレーニング, 運動器具, 屋外ジム, 屋外運動場, エクササイズ場, 屋外フィットネス場, 屋外トレーニング場, 屋外健康遊具場"
+                },
+                "leisure/fitness_station/balance_beam": {
+                    "name": "平均台",
+                    "terms": "平均台, 運動器具, トレーニング, エクササイズ, 健康遊具"
+                },
+                "leisure/fitness_station/box": {
+                    "name": "トレーニング台",
+                    "terms": "トレーニング台, 運動台, 運動器具, トレーニング, エクササイズ, 健康遊具"
+                },
+                "leisure/fitness_station/horizontal_bar": {
+                    "name": "鉄棒",
+                    "terms": "鉄棒, 運動器具, トレーニング, エクササイズ, 健康遊具"
+                },
+                "leisure/fitness_station/horizontal_ladder": {
+                    "name": "うんてい",
+                    "terms": "うんてい, 雲梯, 運動器具, トレーニング, エクササイズ, 健康遊具"
+                },
+                "leisure/fitness_station/hyperextension": {
+                    "name": "トレーニングベンチ",
+                    "terms": "トレーニングベンチ, 背筋台, 運動器具, トレーニング, エクササイズ, 健康遊具"
+                },
+                "leisure/fitness_station/parallel_bars": {
+                    "name": "平行棒",
+                    "terms": "平行棒, 運動器具, トレーニング, エクササイズ, 健康遊具"
+                },
+                "leisure/fitness_station/push-up": {
+                    "name": "腕立て伏せ",
+                    "terms": "腕立て伏せ, プッシュアップ, 運動器具, トレーニング, エクササイズ, 健康遊具"
+                },
+                "leisure/fitness_station/rings": {
+                    "name": "吊り輪",
+                    "terms": "吊り輪, 運動器具, トレーニング, エクササイズ, 健康遊具"
+                },
+                "leisure/fitness_station/sign": {
+                    "name": "運動の説明標識",
+                    "terms": "運動の説明標識, 運動器具, トレーニング, エクササイズ, 健康遊具"
+                },
+                "leisure/fitness_station/sit-up": {
+                    "name": "腹筋台",
+                    "terms": "腹筋台, シットアップ, 運動器具, トレーニング, エクササイズ, 健康遊具"
+                },
+                "leisure/fitness_station/stairs": {
+                    "name": "階段(トレーニング用)",
+                    "terms": "階段, 運動器具, トレーニング, エクササイズ, 健康遊具"
                 },
                 "leisure/garden": {
                     "name": "庭園",
-                    "terms": "庭園"
+                    "terms": "庭園, 日本庭園, 植物園, 公園, 枯山水, 植物, 樹木"
                 },
                 "leisure/golf_course": {
                     "name": "ゴルフコース",
-                    "terms": "ゴルフコース, ゴルフ場"
+                    "terms": "ゴルフコース, ゴルフ場, 運動, スポーツ, 娯楽, レジャー"
+                },
+                "leisure/hackerspace": {
+                    "name": "ハッカースペース",
+                    "terms": "ハッカースペース, ハックラボ, ハックスペース, メーカースペース, ファブラボ, FabLab"
                 },
                 "leisure/horse_riding": {
                     "name": "乗馬施設",
-                    "terms": "乗馬施設, 馬事公苑, 乗馬クラブ"
+                    "terms": "乗馬施設, 馬事公苑, 乗馬クラブ, スポーツ, 運動, 娯楽, レジャー"
                 },
                 "leisure/ice_rink": {
                     "name": "アイススケート場",
-                    "terms": "アイススケート, アイススケート場, アイススケートリンク, スケートリンク"
+                    "terms": "アイススケート, アイススケート場, アイススケートリンク, スケートリンク, スポーツ, 運動, 娯楽, レジャー"
                 },
                 "leisure/marina": {
                     "name": "マリーナ",
-                    "terms": "マリーナ, ヨットハーバー"
+                    "terms": "マリーナ, ヨットハーバー, スポーツ, 運動, 娯楽, レジャー"
                 },
                 "leisure/miniature_golf": {
                     "name": "ミニゴルフ",
-                    "terms": "パターゴルフ"
+                    "terms": "パターゴルフ, スポーツ, 娯楽, ミニゴルフ, 運動, レジャー"
                 },
                 "leisure/nature_reserve": {
                     "name": "自然保護区",
                     "terms": "自然保護区"
                 },
+                "leisure/outdoor_seating": {
+                    "name": "屋外食事席エリア",
+                    "terms": "屋外席エリア, 屋外席, テラス, 食事, 屋外食事席エリア"
+                },
                 "leisure/park": {
                     "name": "公園",
-                    "terms": "公園"
+                    "terms": "公園, アウトドア, 広場, 運動公園"
                 },
                 "leisure/picnic_table": {
                     "name": "ピクニックテーブル",
-                    "terms": "ピクニックテーブル"
+                    "terms": "ピクニックテーブル, アウトドア"
+                },
+                "leisure/picnic_table/chess": {
+                    "name": "チェス台",
+                    "terms": "チェス台, チェステーブル, チェス卓, ゲーム"
                 },
                 "leisure/pitch": {
                     "name": "スポーツ競技場",
-                    "terms": "スポーツ競技場, 運動場, 競技場, グラウンド"
+                    "terms": "スポーツ競技場, 運動場, 競技場, グラウンド, 校庭, 競技, 練習"
                 },
                 "leisure/pitch/american_football": {
                     "name": "アメリカンフットボール場",
-                    "terms": "アメリカンフットボール場, アメフト競技場"
+                    "terms": "アメリカンフットボール場, アメフト競技場, スポーツ, 運動, 競技"
+                },
+                "leisure/pitch/australian_football": {
+                    "name": "オーストラリアフットボール場",
+                    "terms": "オーストラリアフットボール場, 競技場, 球技場"
+                },
+                "leisure/pitch/badminton": {
+                    "name": "バドミントンコート",
+                    "terms": "バドミントンコート, バドミントン場, スポーツ, 運動, 競技"
                 },
                 "leisure/pitch/baseball": {
                     "name": "野球場",
-                    "terms": "野球場, 球場"
+                    "terms": "野球場, 球場, スポーツ, 運動, 競技"
                 },
                 "leisure/pitch/basketball": {
                     "name": "バスケットボール場",
-                    "terms": "バスケットボール場"
+                    "terms": "バスケットボール場, スポーツ, 運動, 競技"
+                },
+                "leisure/pitch/beachvolleyball": {
+                    "name": "ビーチバレーコート",
+                    "terms": "ビーチバレーコート, スポーツ, 運動, 競技, 砂浜"
+                },
+                "leisure/pitch/boules": {
+                    "name": "ブールスポーツ",
+                    "terms": "ブールスポーツ, ボッチ, ボッチボール, スポーツ, 運動, 競技"
                 },
                 "leisure/pitch/bowls": {
                     "name": "ローンボウルズ",
-                    "terms": "ローンボウルズ"
+                    "terms": "ローンボウルズ, スポーツ, 運動, 競技"
+                },
+                "leisure/pitch/cricket": {
+                    "name": "クリケット場",
+                    "terms": "クリケット場, スポーツ, 運動, 競技"
+                },
+                "leisure/pitch/equestrian": {
+                    "name": "乗馬場",
+                    "terms": "乗馬場, スポーツ, 運動, トレーニング, 練習, 訓練, 競技"
+                },
+                "leisure/pitch/field_hockey": {
+                    "name": "フィールドホッケー場",
+                    "terms": "フィールドホッケー場, ホッケー, スポーツ"
+                },
+                "leisure/pitch/horseshoes": {
+                    "name": "ホースシューズ場",
+                    "terms": "ホースシューズ場, 蹄鉄, 蹄鉄ゲーム場"
+                },
+                "leisure/pitch/netball": {
+                    "name": "ネットボールコート",
+                    "terms": "ネットボールコート, ネットボール, 屋内スポーツ, 球技"
                 },
                 "leisure/pitch/rugby_league": {
                     "name": "ラグビーリーグ場",
-                    "terms": "ラグビー場, ラグビー, リーグ"
+                    "terms": "ラグビー場, ラグビー, リーグ, スポーツ, 運動, 競技"
                 },
                 "leisure/pitch/rugby_union": {
                     "name": "ラグビー場",
-                    "terms": "ラグビーユニオン場"
+                    "terms": "ラグビーユニオン場, スポーツ, 運動, 競技"
+                },
+                "leisure/pitch/shuffleboard": {
+                    "name": "シャフルボード場",
+                    "terms": "シャフルボード場, シャフルボード"
                 },
                 "leisure/pitch/skateboard": {
                     "name": "スケートパーク",
-                    "terms": "スケートパーク"
+                    "terms": "スケートパーク, スポーツ, 運動, 競技"
                 },
                 "leisure/pitch/soccer": {
                     "name": "サッカー場",
-                    "terms": "サッカー場"
+                    "terms": "サッカー場, スポーツ, 運動, 競技"
+                },
+                "leisure/pitch/softball": {
+                    "name": "ソフトボール球場",
+                    "terms": "ソフトボール球場, 球場, スポーツ, 運動, 競技, ソフトボール"
+                },
+                "leisure/pitch/table_tennis": {
+                    "name": "卓球台",
+                    "terms": "卓球台, スポーツ, 運動, 競技"
                 },
                 "leisure/pitch/tennis": {
                     "name": "テニスコート",
-                    "terms": "テニスコート, テニス場, 庭球場"
+                    "terms": "テニスコート, テニス場, 庭球場, スポーツ, 運動, 競技"
                 },
                 "leisure/pitch/volleyball": {
                     "name": "バレーボールコート",
-                    "terms": "バレーボールコート"
+                    "terms": "バレーボールコート, スポーツ"
                 },
                 "leisure/playground": {
                     "name": "児童公園",
                     "terms": "児童公園, 遊び場, 児童遊園, 公園"
                 },
                 "leisure/resort": {
-                    "name": "リゾート",
-                    "terms": "リゾート"
+                    "name": "リゾート",
+                    "terms": "リゾート, 行楽地, 観光, 保養, レジャー, 娯楽"
                 },
-                "leisure/running_track": {
-                    "name": "ã\83\88ã\83©ã\83\83ã\82¯ï¼\88å\91¨å\9b\9eèµ°è·¯ï¼\89",
-                    "terms": "ã\83©ã\83³ã\83\8bã\83³ã\82°ã\83\88ã\83©ã\83\83ã\82¯, ã\83©ã\83³ã\83\8bã\83³ã\82°ç\94¨å\91¨å\9b\9eèµ°è·¯"
+                "leisure/sauna": {
+                    "name": "ã\82µã\82¦ã\83\8a",
+                    "terms": "ã\82µã\82¦ã\83\8a, å¨¯æ¥½, é¢¨å\91\82, ã\81\8a風å\91\82, ã\82µã\82¦ã\83\8a風å\91\82"
                 },
                 "leisure/slipway": {
                     "name": "進水路",
                     "terms": "進水路, スリップウェイ"
                 },
+                "leisure/slipway_point": {
+                    "name": "進水所",
+                    "terms": "進水路, スリップウェイ, 船舶"
+                },
                 "leisure/sports_centre": {
                     "name": "スポーツセンター/複合施設",
-                    "terms": "スポーツセンター, 複合施設"
+                    "terms": "スポーツセンター, 複合施設, 運動, 競技, トレーニング, 練習, 訓練, 体操"
+                },
+                "leisure/sports_centre/climbing": {
+                    "name": "クライミングジム",
+                    "terms": "クライミングジム, クライミング, スポーツ, ボルダリング"
                 },
                 "leisure/sports_centre/swimming": {
-                    "name": "スイミングプール施設",
-                    "terms": "遊泳プール, プール, 水泳場"
+                    "name": "遊泳プール(屋内)",
+                    "terms": "遊泳プール, プール, 水泳場, スポーツ, 運動, 競技, スポーツセンター, 屋内プール, 娯楽, 水浴び, 水遊び, 競泳"
                 },
                 "leisure/stadium": {
                     "name": "スタジアム",
-                    "terms": "スタジアム, 競技場"
+                    "terms": "スタジアム, 競技場, 娯楽"
+                },
+                "leisure/swimming_area": {
+                    "name": "遊泳区域",
+                    "terms": "遊泳区域, プール, 水泳, 海水浴, スイミング, 運動"
                 },
                 "leisure/swimming_pool": {
-                    "name": "遊泳プール",
-                    "terms": "遊泳プール, プール, 水泳場"
+                    "name": "遊泳プール(屋外)",
+                    "terms": "遊泳プール, プール, 水泳場, 娯楽, 屋外プール, 競技, スポーツ, 運動, 水浴び, 水遊び, 競泳"
                 },
                 "leisure/track": {
-                    "name": "(モータースポーツ以外の)競技用トラック(周回走路)",
-                    "terms": "レース用トラック, レース用周回走路, トラック, 競技トラック"
+                    "name": "競技トラック(モータースポーツ以外)",
+                    "terms": "競技トラック, スポーツ, 運動, 競技"
+                },
+                "leisure/track/cycling": {
+                    "name": "自転車競技場",
+                    "terms": "自転車競技場, 自転車, 自転車トラック, 自転車レース場"
+                },
+                "leisure/track/cycling_point": {
+                    "name": "自転車競技場",
+                    "terms": "自転車競技場, 自転車, 自転車トラック, 自転車レース場"
+                },
+                "leisure/track/horse_racing": {
+                    "name": "競馬トラック",
+                    "terms": "競馬トラック, 競馬場, 競馬, レース, トラック, 馬場, ギャンブル"
+                },
+                "leisure/track/horse_racing_point": {
+                    "name": "競馬トラック",
+                    "terms": "競馬トラック, 競馬場, 競馬, レース, トラック, 馬場, ギャンブル"
+                },
+                "leisure/track/running": {
+                    "name": "ランニングトラック",
+                    "terms": "ランニングトラック, ランニング用周回走路, トラック, 周回走路, 競技トラック, スポーツ"
+                },
+                "leisure/track/running_point": {
+                    "name": "トラック(周回走路)",
+                    "terms": "ランニングトラック, ランニング用周回走路"
                 },
                 "leisure/water_park": {
-                    "name": "親水公園",
-                    "terms": "公園, ウォーターパーク"
+                    "name": "ウォーターパーク",
+                    "terms": "テーマパーク, 遊園地, プール, ウォーターパーク, 娯楽"
                 },
                 "line": {
-                    "name": "",
-                    "terms": "線, ライン"
+                    "name": "ライン",
+                    "terms": "線, ライン, ウェイ"
                 },
                 "man_made": {
-                    "name": "人工物",
-                    "terms": "人工物, 建造物"
+                    "name": "人工物"
                 },
                 "man_made/adit": {
                     "name": "坑口",
                     "terms": "坑口, 坑道"
                 },
+                "man_made/antenna": {
+                    "name": "アンテナ",
+                    "terms": "アンテナ, 通信, テレビ"
+                },
+                "man_made/beacon": {
+                    "name": "ビーコン",
+                    "terms": "ビーコン, 発振器, 発信機"
+                },
+                "man_made/beehive": {
+                    "name": "養蜂箱",
+                    "terms": "養蜂箱, 養蜂, 蜜蜂, 飼育箱"
+                },
                 "man_made/breakwater": {
                     "name": "防波堤",
                     "terms": "防波堤"
                     "name": "橋",
                     "terms": "橋, 橋梁, 高架"
                 },
+                "man_made/bunker_silo": {
+                    "name": "バンカーサイロ",
+                    "terms": "バンカーサイロ, サイロ"
+                },
                 "man_made/chimney": {
                     "name": "煙突",
                     "terms": "煙突"
                 },
+                "man_made/clearcut": {
+                    "name": "皆伐地",
+                    "terms": "皆伐, 伐採"
+                },
+                "man_made/crane": {
+                    "name": "クレーン",
+                    "terms": "クレーン"
+                },
+                "man_made/cross": {
+                    "name": "十字架(山頂)",
+                    "terms": "十字架(山頂), 十字架, 歴史的建造物"
+                },
                 "man_made/cutline": {
                     "name": "森林の切れ目",
                     "terms": "森林の切れ目, カットライン"
                 },
+                "man_made/dyke": {
+                    "name": "堤防",
+                    "terms": "堤防, 築堤, 土手"
+                },
                 "man_made/embankment": {
-                    "name": "土手"
+                    "name": "土手",
+                    "terms": "土手, 築堤, 堤防"
                 },
                 "man_made/flagpole": {
                     "name": "旗竿",
                     "terms": "ガスタンク"
                 },
                 "man_made/groyne": {
-                    "name": "突堤",
-                    "terms": "突堤"
+                    "name": "水制",
+                    "terms": "水制, ケレップ水制, 防波堤, 突堤"
                 },
                 "man_made/lighthouse": {
                     "name": "灯台",
                     "terms": "灯台, ライトハウス"
                 },
                 "man_made/mast": {
-                    "name": "無線塔",
-                    "terms": "無線塔"
+                    "name": "",
+                    "terms": ""
                 },
-                "man_made/observation": {
-                    "name": "監視塔",
-                    "terms": "監視塔"
+                "man_made/mast/communication": {
+                    "name": "柱(通信)",
+                    "terms": "柱(通信), 通信柱, 柱"
+                },
+                "man_made/mast/communication/mobile_phone": {
+                    "name": "柱(携帯電話)",
+                    "terms": "柱(携帯電話), 携帯電話柱, 柱"
+                },
+                "man_made/mast/communication/radio": {
+                    "name": "柱(ラジオ放送)",
+                    "terms": "柱(ラジオ放送), ラジオ放送柱, 柱"
+                },
+                "man_made/mast/communication/television": {
+                    "name": "柱(テレビ放送)",
+                    "terms": "柱(テレビ放送), テレビ放送柱, 柱"
+                },
+                "man_made/mineshaft": {
+                    "name": "立坑",
+                    "terms": "立坑, マインシャフト, 鉱山, 垂直坑道, 垂直坑"
+                },
+                "man_made/monitoring_station": {
+                    "name": "監視ステーション",
+                    "terms": "監視ステーション"
+                },
+                "man_made/observatory": {
+                    "name": "観測ドーム",
+                    "terms": "観測ドーム, 観測所"
                 },
                 "man_made/petroleum_well": {
                     "name": "油田",
                     "name": "桟橋",
                     "terms": "桟橋"
                 },
+                "man_made/pier/floating": {
+                    "name": "浮き桟橋",
+                    "terms": "浮き桟橋, 桟橋, 港湾, 船"
+                },
                 "man_made/pipeline": {
                     "name": "パイプライン",
                     "terms": "パイプライン"
                 },
+                "man_made/pipeline/underground": {
+                    "name": "パイプライン(地下)",
+                    "terms": "パイプライン(地下), パイプライン, 地下, 埋設パイプライン, 地下パイプ"
+                },
+                "man_made/pipeline/valve": {
+                    "name": "バルブ(パイプライン)",
+                    "terms": "バルブ(パイプライン)"
+                },
                 "man_made/pumping_station": {
                     "name": "ポンプ場",
                     "terms": "ポンプ場, 揚水施設, 汲み上げ"
                     "name": "貯蔵タンク",
                     "terms": "貯蔵タンク, タンク"
                 },
+                "man_made/storage_tank/water": {
+                    "name": "水槽",
+                    "terms": "水槽, タンク, 水タンク"
+                },
+                "man_made/street_cabinet": {
+                    "name": "ストリートキャビネット",
+                    "terms": "ストリートキャビネット, 歩道, 計器箱, 装置ボックス, モニター, 通信装置, 信号装置"
+                },
                 "man_made/surveillance": {
                     "name": "監視装置",
                     "terms": "調査監視"
                 },
-                "man_made/surveillance_camera": {
+                "man_made/surveillance/camera": {
                     "name": "監視カメラ",
-                    "terms": "監視カメラ, オービス"
+                    "terms": "監視カメラ, 監視"
                 },
                 "man_made/survey_point": {
                     "name": "観測設備",
                     "name": "塔",
                     "terms": "塔, タワー"
                 },
+                "man_made/tower/bell_tower": {
+                    "name": "鐘楼",
+                    "terms": "鐘楼, 鐘, 釣鐘, 釣り鐘"
+                },
+                "man_made/tower/communication": {
+                    "name": "塔(通信)",
+                    "terms": "塔(通信), 通信塔, 塔, タワー"
+                },
+                "man_made/tower/defensive": {
+                    "name": "防衛塔",
+                    "terms": "防衛塔"
+                },
+                "man_made/tower/minaret": {
+                    "name": "ミナレット",
+                    "terms": "ミナレット, イスラム"
+                },
+                "man_made/tower/observation": {
+                    "name": "塔(観察)",
+                    "terms": "塔(観察), 観察塔, 調査塔, タワー, 火の見やぐら, 火の見櫓"
+                },
+                "man_made/tunnel": {
+                    "name": "トンネル(エリア)",
+                    "terms": "トンネル, 地下道, トンネル(エリア), 隧道"
+                },
                 "man_made/wastewater_plant": {
                     "name": "下水処理場",
                     "terms": "下水処理場"
                     "name": "浄水場",
                     "terms": "浄水場"
                 },
+                "man_made/watermill": {
+                    "name": "水車",
+                    "terms": "水車"
+                },
+                "man_made/windmill": {
+                    "name": "風車",
+                    "terms": "風車"
+                },
                 "man_made/works": {
                     "name": "工場",
                     "terms": "工場"
                 },
+                "manhole": {
+                    "name": "マンホール",
+                    "terms": "マンホール, 潜孔, 人孔"
+                },
+                "manhole/drain": {
+                    "name": "雨水用マンホール",
+                    "terms": "雨水用マンホール"
+                },
+                "manhole/telecom": {
+                    "name": "電話線用マンホール",
+                    "terms": "電話線用マンホール"
+                },
+                "military/bunker": {
+                    "name": "軍事用バンカー",
+                    "terms": "掩体壕, 軍事用バンカー, バンカー"
+                },
+                "military/checkpoint": {
+                    "name": "検問所",
+                    "terms": "検問所, チェックポイント"
+                },
+                "military/nuclear_explosion_site": {
+                    "name": "核実験場",
+                    "terms": "核実験場"
+                },
+                "military/office": {
+                    "name": "軍事務所",
+                    "terms": "軍事務所"
+                },
+                "military/trench": {
+                    "name": "塹壕",
+                    "terms": "塹壕, 軍事用"
+                },
                 "natural": {
-                    "name": "自然",
-                    "terms": "自然"
+                    "name": "自然"
                 },
                 "natural/bare_rock": {
                     "name": "岩場",
                     "name": "砂浜",
                     "terms": "砂浜, ビーチ, 浜"
                 },
+                "natural/cape": {
+                    "name": "岬",
+                    "terms": "岬, 崎"
+                },
                 "natural/cave_entrance": {
-                    "name": "洞窟の入口",
-                    "terms": "洞窟の入口, 洞穴"
+                    "name": "出入口(洞窟)",
+                    "terms": "洞窟の入口, 洞穴, 出入口, 出入り口"
                 },
                 "natural/cliff": {
                     "name": "崖",
                 },
                 "natural/grassland": {
                     "name": "草原",
-                    "terms": "草地, 草原"
+                    "terms": "草地, 草原, 植物"
                 },
                 "natural/heath": {
                     "name": "荒地",
-                    "terms": "荒地"
+                    "terms": "荒地, 植物"
+                },
+                "natural/mud": {
+                    "name": "泥地",
+                    "terms": "泥地, 泥"
                 },
                 "natural/peak": {
                     "name": "山頂",
                     "terms": "山頂, 頂"
                 },
+                "natural/reef": {
+                    "name": "礁",
+                    "terms": "礁, 岩礁, サンゴ礁, 砂礁, 暗礁, 海"
+                },
                 "natural/ridge": {
                     "name": "尾根",
                     "terms": "尾根, 稜線"
                 },
+                "natural/rock": {
+                    "name": "岩(岩盤に接続)",
+                    "terms": "岩(岩盤に接続), 岩, ボールダー, ボルダリング"
+                },
                 "natural/saddle": {
                     "name": "鞍部",
                     "terms": "鞍部"
                 },
                 "natural/scrub": {
                     "name": "低木",
-                    "terms": "低木, 茂み"
+                    "terms": "低木, 茂み, 植物"
+                },
+                "natural/shingle": {
+                    "name": "小石浜",
+                    "terms": "小石浜, 河川敷, 小石"
                 },
                 "natural/spring": {
                     "name": "泉",
                     "terms": "泉, 湧水"
                 },
+                "natural/stone": {
+                    "name": "岩(単独の巨石)",
+                    "terms": "岩(単独), 岩, 巨石, 石"
+                },
                 "natural/tree": {
-                    "name": "樹木・林",
-                    "terms": "樹木, 林, 木"
+                    "name": "樹木",
+                    "terms": "樹木, 林, 木, 公園, 森林, 天然記念物, 植物"
                 },
                 "natural/tree_row": {
                     "name": "並木",
-                    "terms": "並木, 木, 樹木"
+                    "terms": "並木"
+                },
+                "natural/valley": {
+                    "name": "谷",
+                    "terms": "谷, 渓谷, 谷底"
                 },
                 "natural/volcano": {
                     "name": "火口",
                     "name": "水域",
                     "terms": "水域"
                 },
+                "natural/water/basin": {
+                    "name": "遊水地",
+                    "terms": "遊水地, 遊水池, 集水地域, 水, 貯水池"
+                },
+                "natural/water/canal": {
+                    "name": "運河",
+                    "terms": "運河, 水路, 河川, 川"
+                },
                 "natural/water/lake": {
                     "name": "湖",
                     "terms": "湖"
                 },
+                "natural/water/moat": {
+                    "name": "お堀",
+                    "terms": "お堀, お濠, 堀, 濠, 水域, 城"
+                },
                 "natural/water/pond": {
                     "name": "池",
-                    "terms": "池"
+                    "terms": "池, 公園"
                 },
                 "natural/water/reservoir": {
                     "name": "貯水池",
-                    "terms": "貯水池"
+                    "terms": "貯水池, ため池, 溜池, 池"
+                },
+                "natural/water/river": {
+                    "name": "河川",
+                    "terms": "川, 河川"
+                },
+                "natural/water/stream": {
+                    "name": "小川",
+                    "terms": "小川, せせらぎ, 河川, 川"
+                },
+                "natural/water/wastewater": {
+                    "name": "下水沈殿池",
+                    "terms": "下水沈殿池, 下水処理施設, 汚水沈殿池"
                 },
                 "natural/wetland": {
-                    "name": "湿地",
-                    "terms": "湿地帯"
+                    "name": "湿地",
+                    "terms": "湿地帯, 湿地, 植物, 湿原"
                 },
                 "natural/wood": {
                     "name": "自然林",
-                    "terms": "自然林, 原生林, 森林(自然)"
+                    "terms": "自然林, 原生林, 森林(自然), 樹木, 植物"
                 },
                 "noexit/yes": {
                     "name": "行き止まり",
-                    "terms": "行き止まり"
+                    "terms": "行き止まり, 行止り, 突き当たり"
                 },
                 "office": {
                     "name": "オフィス",
                     "terms": "オフィス"
                 },
                 "office/accountant": {
-                    "name": "会計事務所",
-                    "terms": "会計事務所, 会計士"
+                    "name": "会計事務所(主に法人向け)",
+                    "terms": "会計事務所, 税理士, 税理士事務所, 会計士, 公認会計士"
                 },
                 "office/administrative": {
-                    "name": "地方行政事務所",
-                    "terms": "地方行政事務所"
+                    "name": "地方行政事務所"
+                },
+                "office/adoption_agency": {
+                    "name": "養子縁組み機関",
+                    "terms": "養子縁組み機関"
+                },
+                "office/advertising_agency": {
+                    "name": "広告代理店",
+                    "terms": "広告代理店"
                 },
                 "office/architect": {
-                    "name": "建築事務所",
-                    "terms": "建築事務所, 建設事務所"
+                    "name": "設計事務所",
+                    "terms": "設計事務所, 建築事務所"
+                },
+                "office/association": {
+                    "name": "非営利組織",
+                    "terms": "非営利組織, NPO, 非営利団体"
+                },
+                "office/bail_bond_agent": {
+                    "name": "保釈保証業者",
+                    "terms": "保釈保証業者"
+                },
+                "office/charity": {
+                    "name": "慈善団体",
+                    "terms": "慈善団体, 寄贈, 寄付"
                 },
                 "office/company": {
-                    "name": "会社事務所",
-                    "terms": "会社事務所, 営業所"
+                    "name": "会社",
+                    "terms": "会社, 企業"
                 },
                 "office/coworking": {
                     "name": "コワーキングスペース",
-                    "terms": "コワーキングスペース,共同オフィス"
+                    "terms": "コワーキングスペース, 共同オフィス, シェアオフィス, ドロップイン"
+                },
+                "office/diplomatic": {
+                    "name": "外交施設",
+                    "terms": "外交施設, 外交"
+                },
+                "office/diplomatic/consulate": {
+                    "name": "領事館",
+                    "terms": "領事館, 外交"
+                },
+                "office/diplomatic/embassy": {
+                    "name": "大使館",
+                    "terms": "大使館, 外交"
+                },
+                "office/diplomatic/liaison": {
+                    "name": "交流組織",
+                    "terms": "交流組織, 交流使節, 外交"
                 },
                 "office/educational_institution": {
                     "name": "教育機関事務所",
                     "name": "職業安定所",
                     "terms": "職業安定所, ハローワーク"
                 },
+                "office/energy_supplier": {
+                    "name": "エネルギー供給者",
+                    "terms": "エネルギー供給者, 石油会社, 電力会社, ガス会社"
+                },
                 "office/estate_agent": {
                     "name": "不動産代理店",
                     "terms": "不動産代理店"
                 },
                 "office/financial": {
-                    "name": "会計事務所",
-                    "terms": "会計事務所"
+                    "name": "会計事務所(主に個人向け)",
+                    "terms": "会計事務所, ファイナンシャルアドバイザー, 保険"
+                },
+                "office/financial_advisor": {
+                    "name": "ファイナンシャル・アドバイザー",
+                    "terms": "ファイナンシャル・アドバイザー, ファイナンシャルアドバイザー, FA, アドバイザー"
+                },
+                "office/forestry": {
+                    "name": "林業事務所",
+                    "terms": "林業, 森林"
+                },
+                "office/foundation": {
+                    "name": "財団",
+                    "terms": "財団, ファウンデーション"
                 },
                 "office/government": {
                     "name": "行政機関事務所",
                 },
                 "office/government/register_office": {
                     "name": "イギリス等の出生、結婚、死亡などの登録所",
-                    "terms": "登記所, 法人登記, 登録所, 法務局"
+                    "terms": "登記所, 法人登記, 登録所, 法務局, 印鑑証明, 役所, 土地"
+                },
+                "office/government/tax": {
+                    "name": "税務署",
+                    "terms": "税務署"
+                },
+                "office/guide": {
+                    "name": "ツアーガイド",
+                    "terms": "ツアーガイド, 旅行ガイド"
                 },
                 "office/insurance": {
-                    "name": "保険代理店",
-                    "terms": "保険代理店"
+                    "name": "ä¿\9dé\99ºä¼\9a社ã\83»ä»£ç\90\86åº\97",
+                    "terms": "保険代理店, 生命保険, 損害保険, 生保, 損保"
                 },
                 "office/it": {
-                    "name": "ITäº\8bå\8b\99æ\89\80",
-                    "terms": "IT事務所, システムベンダー"
+                    "name": "ITä¼\81業",
+                    "terms": "IT企業"
                 },
                 "office/lawyer": {
                     "name": "法律事務所",
                     "terms": "法律事務所"
                 },
                 "office/lawyer/notary": {
-                    "name": "公証人役場",
-                    "terms": "公証人役場"
+                    "name": "公証人役場"
+                },
+                "office/moving_company": {
+                    "name": "引っ越し業者",
+                    "terms": "引っ越し業者, 引越業者, 引越"
                 },
                 "office/newspaper": {
                     "name": "新聞社",
                     "name": "NGO事務所",
                     "terms": "NGO事務所"
                 },
+                "office/notary": {
+                    "name": "公証役場",
+                    "terms": "公証役場"
+                },
                 "office/physician": {
-                    "name": "医者",
-                    "terms": "医者"
+                    "name": "医者"
                 },
                 "office/political_party": {
                     "name": "政党事務所",
                     "terms": "政党事務所"
                 },
+                "office/private_investigator": {
+                    "name": "私立探偵社",
+                    "terms": "私立探偵社, 探偵"
+                },
+                "office/quango": {
+                    "name": "準非政府機関",
+                    "terms": "準非政府機関"
+                },
+                "office/religion": {
+                    "name": "教団事務所",
+                    "terms": "教団事務所, 宗教団体事務所, 宗教, 教団"
+                },
                 "office/research": {
                     "name": "研究所",
-                    "terms": "研究所"
+                    "terms": "研究所, ラボ"
+                },
+                "office/surveyor": {
+                    "name": "測量会社",
+                    "terms": "測量会社"
+                },
+                "office/tax_advisor": {
+                    "name": "税金アドバイザー",
+                    "terms": "税金アドバイザー, 節税アドバイザー"
                 },
                 "office/telecommunication": {
                     "name": "通信会社事務所",
                     "terms": "通信会社事務所"
                 },
                 "office/therapist": {
-                    "name": "セラピスト",
+                    "name": "セラピスト(オフィス)",
                     "terms": "セラピスト"
                 },
                 "office/travel_agent": {
                     "name": "旅行代理店"
                 },
-                "piste": {
-                    "name": "ゲレンデ/スキー路",
-                    "terms": "ゲレンデ, スキーコース"
+                "office/water_utility": {
+                    "name": "水道工事店",
+                    "terms": "水道工事店, 工務店, 設備管理, 浴槽, トイレ"
+                },
+                "piste/downhill": {
+                    "name": "ダウンヒル",
+                    "terms": "ダウンヒル, スキールート"
+                },
+                "piste/downhill/halfpipe": {
+                    "name": "ハーフパイプ",
+                    "terms": "ハーフパイプ, スノーボード, スキー, スポーツ, ウィンタースポーツ, スキー場"
+                },
+                "piste/hike": {
+                    "name": "ハイキング",
+                    "terms": "ハイキング, スキーコース"
+                },
+                "piste/ice_skate": {
+                    "name": "アイススケート",
+                    "terms": "アイススケート, スキーコース"
+                },
+                "piste/nordic": {
+                    "name": "ノルディック/クロスカントリー",
+                    "terms": "ノルディック/クロスカントリー, ノルディック, クロスカントリー, スキーコース"
+                },
+                "piste/piste": {
+                    "name": "種類",
+                    "terms": "種類"
+                },
+                "piste/skitour": {
+                    "name": "スキーツアー",
+                    "terms": "スキーツアー, スキーコース"
+                },
+                "piste/sled": {
+                    "name": "そり(小型)",
+                    "terms": "そり, 橇, スキーコース"
+                },
+                "piste/sleigh": {
+                    "name": "そり(中型)",
+                    "terms": "そり, 橇, スキーコース"
                 },
                 "place": {
                     "name": "地名"
                 },
                 "place/city": {
-                    "name": "å¸\82å\90\8d",
+                    "name": "å¸\82å\88¶å\9c°æ\96¹è\87ªæ²»ä½\93",
                     "terms": "市名, 地名"
                 },
+                "place/city_block": {
+                    "name": "街区(日本では未定義)",
+                    "terms": "街区"
+                },
                 "place/farm": {
-                    "name": "農場",
-                    "terms": "農場"
+                    "name": "農場"
                 },
                 "place/hamlet": {
-                    "name": "集落",
+                    "name": "Hamlet",
                     "terms": "集落, 地名"
                 },
                 "place/island": {
                     "name": "島",
                     "terms": "島"
                 },
+                "place/islet": {
+                    "name": "小島",
+                    "terms": "小島"
+                },
                 "place/isolated_dwelling": {
                     "name": "孤立した(2世帯以下の)居住区",
                     "terms": "一軒家, 住宅地, 地名"
                     "name": "小字",
                     "terms": "小字, 地名"
                 },
+                "place/plot": {
+                    "name": "小区画",
+                    "terms": "小区画, プロット"
+                },
+                "place/quarter": {
+                    "name": "大字 / (市内の)町",
+                    "terms": "大字, 字, 町, 地名"
+                },
                 "place/square": {
-                    "name": "広場",
-                    "terms": "広場"
+                    "name": "広場(都心部)",
+                    "terms": "広場, スクエア, ひろば"
                 },
                 "place/suburb": {
-                    "name": "自治区",
-                    "terms": "自治区"
+                    "name": "区",
+                    "terms": "Borough, Suburb, 区, 行政区, 区界"
                 },
                 "place/town": {
-                    "name": "町",
+                    "name": "町制地方自治体",
                     "terms": "町, 地名"
                 },
                 "place/village": {
-                    "name": "村",
+                    "name": "村制の地方自治体",
                     "terms": "村, 地名"
                 },
+                "playground": {
+                    "name": "遊具の種類"
+                },
+                "playground/balance_beam": {
+                    "name": "子供用平均台",
+                    "terms": "平均台, 子供用平均台, 遊具"
+                },
+                "playground/basket_spinner": {
+                    "name": "回転かご",
+                    "terms": "回転かご, 遊具"
+                },
+                "playground/basket_swing": {
+                    "name": "かごブランコ",
+                    "terms": "かごブランコ, 遊具"
+                },
+                "playground/climbing_frame": {
+                    "name": "ジャングルジム",
+                    "terms": "ジャングルジム, 遊具"
+                },
+                "playground/cushion": {
+                    "name": "クッション",
+                    "terms": "クッション, 遊具"
+                },
+                "playground/horizontal_bar": {
+                    "name": "鉄棒(子供用)",
+                    "terms": "子供用鉄棒, 鉄棒, 遊具"
+                },
+                "playground/rocker": {
+                    "name": "スプリング遊具",
+                    "terms": "スプリング遊具, 遊具"
+                },
+                "playground/roundabout": {
+                    "name": "メリーゴーランド(小)",
+                    "terms": "メリーゴーランド, メリーゴーラウンド, 遊具"
+                },
+                "playground/sandpit": {
+                    "name": "砂場",
+                    "terms": "砂場, 遊具"
+                },
+                "playground/seesaw": {
+                    "name": "シーソー",
+                    "terms": "シーソー, 遊具"
+                },
+                "playground/slide": {
+                    "name": "滑り台",
+                    "terms": "滑り台, 遊具"
+                },
+                "playground/structure": {
+                    "name": "コンビネーション遊具",
+                    "terms": "コンビネーション遊具, 遊具"
+                },
+                "playground/swing": {
+                    "name": "ブランコ",
+                    "terms": "ブランコ, ぶらんこ, 遊具"
+                },
+                "playground/zipwire": {
+                    "name": "ジップライン",
+                    "terms": "ジップライン, 遊具"
+                },
                 "point": {
                     "name": "ポイント",
-                    "terms": "ポイント"
+                    "terms": "ポイント, 点, ノード"
                 },
                 "power": {
                     "name": "電力関係"
                 },
+                "power/cable/underground": {
+                    "name": "電力ケーブル(地下)",
+                    "terms": "電力ケーブル, 地下"
+                },
                 "power/generator": {
                     "name": "発電機",
                     "terms": "発電機, 発電所"
                 },
+                "power/generator/method/photovoltaic": {
+                    "name": "ソーラーパネル",
+                    "terms": "ソーラーパネル, 太陽光パネル"
+                },
+                "power/generator/source/hydro": {
+                    "name": "水力発電機",
+                    "terms": "水力発電機, 発電機, 水力, エネルギー"
+                },
+                "power/generator/source/nuclear": {
+                    "name": "原子炉",
+                    "terms": "原子炉"
+                },
+                "power/generator/source/wind": {
+                    "name": "風力発電機",
+                    "terms": "風力発電機, 風力発電, 風車, 風力原動機, 風力タービン"
+                },
                 "power/line": {
                     "name": "送電線",
                     "terms": "送電線"
                 },
                 "power/pole": {
                     "name": "電柱",
-                    "terms": "電柱"
+                    "terms": "電柱, 電信柱"
                 },
                 "power/sub_station": {
                     "name": "変電所"
                     "name": "変電所",
                     "terms": "変電所, 変圧所"
                 },
+                "power/switch": {
+                    "name": "電源スイッチ",
+                    "terms": "電源スイッチ"
+                },
                 "power/tower": {
                     "name": "送電塔",
                     "terms": "送電塔, 鉄塔"
                     "terms": "変圧器"
                 },
                 "public_transport/platform": {
-                    "name": "プラットホーム",
-                    "terms": "プラットホーム, ホーム"
+                    "name": "交通機関のプラットホーム",
+                    "terms": "プラットホーム, 待合所, 乗り場, ホーム, 駅, 乗降所, 停車場, 停留所, のりば, 交通機関のプラットホーム"
+                },
+                "public_transport/platform/aerialway": {
+                    "name": "ロープウェイプラットホーム",
+                    "terms": "ロープウェイ, チェアリフト, 牽引リフト, スキーリフト, リフト, のりば, ホーム, プラットホーム, 索道駅, 駅, ロープウェイプラットホーム"
+                },
+                "public_transport/platform/aerialway_point": {
+                    "name": "ロープウェイのりば/プラットホーム"
+                },
+                "public_transport/platform/bus": {
+                    "name": "バスプラットホーム",
+                    "terms": "バス停, バス乗り場, バスのりば, バス, BRT, バスターミナル, バスステーション, バスストップ, BS, のりば, ホーム, プラットホーム, 停留所, 駅, バスプラットホーム"
+                },
+                "public_transport/platform/bus_point": {
+                    "name": "バス停",
+                    "terms": "バス停, バス停留所, 停留所, バス乗り場, BS, バスストップ"
+                },
+                "public_transport/platform/ferry": {
+                    "name": "旅客船プラットホーム",
+                    "terms": "フェリー乗り場, フェリー, 港, 船着場, 船, 客船, 旅客船, フェリーターミナル, 舟, 連絡船, 渡し船, 渡船, のりば, ホーム, プラットホーム, 旅客船プラットホーム"
+                },
+                "public_transport/platform/ferry_point": {
+                    "name": "旅客船のりば/プラットホーム"
+                },
+                "public_transport/platform/light_rail": {
+                    "name": "ライトレールプラットホーム",
+                    "terms": "ライトレール乗り場, ライトレール, LRT, 路面電車, トラム, 駅, 停留所, 電停, 停車場, 乗降所, のりば, ホーム, プラットホーム, ライトレールプラットホーム"
+                },
+                "public_transport/platform/light_rail_point": {
+                    "name": "ライトレールのりば/プラットホーム"
+                },
+                "public_transport/platform/monorail": {
+                    "name": "モノレールプラットホーム",
+                    "terms": "モノレール乗り場, モノレール, 駅, 停車場, 停留場, のりば, ホーム, プラットホーム, モノレールプラットホーム"
+                },
+                "public_transport/platform/monorail_point": {
+                    "name": "モノレールのりば/プラットホーム"
+                },
+                "public_transport/platform/subway": {
+                    "name": "地下鉄プラットホーム",
+                    "terms": "地下鉄乗り場, 地下鉄, のりば, ホーム, プラットホーム, 駅, メトロ, 地下駅, 地下鉄駅, 停車場, 停留場, 地下鉄プラットホーム"
+                },
+                "public_transport/platform/subway_point": {
+                    "name": "地下鉄のりば/プラットホーム"
+                },
+                "public_transport/platform/train": {
+                    "name": "鉄道プラットホーム",
+                    "terms": "鉄道乗り場, 鉄道, 列車, 電車, のりば, ホーム, プラットホーム, 駅, 停車場, 停留場, 鉄道プラットホーム"
+                },
+                "public_transport/platform/train_point": {
+                    "name": "鉄道のりば/プラットホーム"
+                },
+                "public_transport/platform/tram": {
+                    "name": "路面電車プラットホーム",
+                    "terms": "トラム乗り場, トラム, 路面電車, LRT, ライトレール, 市電, ちんちん電車, チンチン電車, のりば, ホーム, プラットホーム, 駅, 電停, 停留場, 停車場, 乗降所, 路面電車プラットホーム"
+                },
+                "public_transport/platform/tram_point": {
+                    "name": "路面電車のりば/プラットホーム"
+                },
+                "public_transport/platform/trolleybus": {
+                    "name": "トロリーバスプラットホーム",
+                    "terms": "トロリーバス乗り場, トロリーバス, のりば, ホーム, プラットホーム, バス停, バス乗り場, バスのりば, バス, バスターミナル, バスステーション, バスストップ, BS, のりば, ホーム, プラットホーム, 停留所, トロリーバスプラットホーム"
+                },
+                "public_transport/platform/trolleybus_point": {
+                    "name": "トロリーバスのりば",
+                    "terms": "トロリーバス乗り場, トロリーバス, のりば, ホーム, プラットホーム, バス停, バス乗り場, バスのりば, バス, バスターミナル, バスステーション, バスストップ, BS, のりば, ホーム, プラットホーム, 停留所, トロリーバスプラットホーム, トロリーバスのりば"
+                },
+                "public_transport/platform_point": {
+                    "name": "交通機関(全般)の乗り場/プラットホーム",
+                    "terms": "プラットホーム, 待合所, 乗り場, ホーム, 駅, 乗降所, 停車場, 停留所, 電停, のりば, 交通機関(全般)の乗り場/プラットホーム"
+                },
+                "public_transport/station": {
+                    "name": "交通機関(全般)の駅",
+                    "terms": "駅, 停留所, 停車場, 乗降所, のりば"
+                },
+                "public_transport/station_aerialway": {
+                    "name": "ロープウェイの駅",
+                    "terms": "ロープウェイ駅, ロープウェイ, リフト, スキーリフト, チェアリフト, 牽引リフト"
+                },
+                "public_transport/station_bus": {
+                    "name": "バスターミナル/バスの駅",
+                    "terms": "バス, バスターミナル, バスステーション"
+                },
+                "public_transport/station_ferry": {
+                    "name": "旅客船ターミナル/旅客港",
+                    "terms": "フェリーターミナル, フェリー"
+                },
+                "public_transport/station_light_rail": {
+                    "name": "ライトレールの駅",
+                    "terms": "ライトレール駅, ライトレール"
+                },
+                "public_transport/station_monorail": {
+                    "name": "モノレールの駅",
+                    "terms": "モノレール駅, モノレール"
+                },
+                "public_transport/station_subway": {
+                    "name": "地下鉄の駅",
+                    "terms": "地下鉄駅, 地下鉄, サブウェイ"
+                },
+                "public_transport/station_train": {
+                    "name": "鉄道の停車場/駅",
+                    "terms": "鉄道駅, 鉄道, 駅, 電車, 列車"
+                },
+                "public_transport/station_train_halt": {
+                    "name": "鉄道の停留所/駅",
+                    "terms": "小さな駅, 小駅, 駅, 鉄道"
+                },
+                "public_transport/station_tram": {
+                    "name": "路面電車の駅",
+                    "terms": "トラム駅, トラム"
+                },
+                "public_transport/station_trolleybus": {
+                    "name": "トロリーバスターミナル/駅",
+                    "terms": "トロリーバス, トロリーバスターミナル"
+                },
+                "public_transport/stop_area": {
+                    "name": "公共交通の停車エリア(全般)",
+                    "terms": "停車エリア"
                 },
                 "public_transport/stop_position": {
-                    "name": "停車位置",
-                    "terms": "停車位置"
+                    "name": "公共交通の停止位置(全般)",
+                    "terms": "停止位置, 停車位置, 停船位置"
+                },
+                "public_transport/stop_position_aerialway": {
+                    "name": "ロープウェイ(停止位置)",
+                    "terms": "ロープウェイ停止位置, ロープウェイ, リフト, スキーリフト, チェアリフト, 牽引リフト"
+                },
+                "public_transport/stop_position_bus": {
+                    "name": "バス(停止位置)",
+                    "terms": "バス停止位置, バス"
+                },
+                "public_transport/stop_position_ferry": {
+                    "name": "フェリー(停止位置)",
+                    "terms": "フェリー停止位置, フェリー"
+                },
+                "public_transport/stop_position_light_rail": {
+                    "name": "ライトレール(停止位置)",
+                    "terms": "ライトレール停止位置, ライトレール"
+                },
+                "public_transport/stop_position_monorail": {
+                    "name": "モノレール(停止位置)",
+                    "terms": "モノレール停止位置, モノレール"
+                },
+                "public_transport/stop_position_subway": {
+                    "name": "地下鉄(停止位置)",
+                    "terms": "地下鉄停止位置, 地下鉄"
+                },
+                "public_transport/stop_position_train": {
+                    "name": "鉄道(停止位置)",
+                    "terms": "鉄道停止位置, 電車, 列車, 鉄道"
+                },
+                "public_transport/stop_position_tram": {
+                    "name": "トラム(停止位置)",
+                    "terms": "トラム停止位置, トラム"
+                },
+                "public_transport/stop_position_trolleybus": {
+                    "name": "トロリーバス(停止位置)",
+                    "terms": "トロリーバス停止位置, トロリーバス"
                 },
                 "railway": {
                     "name": "鉄道"
                     "name": "線路跡",
                     "terms": "鉄道跡, 線路跡, 廃線跡"
                 },
+                "railway/buffer_stop": {
+                    "name": "車止め(鉄道)",
+                    "terms": "車止め"
+                },
+                "railway/construction": {
+                    "name": "建設中の鉄道",
+                    "terms": "建設中の鉄道, 鉄道, 線路"
+                },
                 "railway/crossing": {
                     "name": "踏切 (歩道)",
                     "terms": "踏切 (歩道), 歩行者用踏切"
                 },
+                "railway/derail": {
+                    "name": "脱線器",
+                    "terms": "脱線器, 脱線機, 脱線ポイント, 脱線転轍機, 車止め, 安全側線"
+                },
                 "railway/disused": {
                     "name": "休止線路",
                     "terms": "休止線路, 廃線"
                     "terms": "ケーブルカー"
                 },
                 "railway/halt": {
-                    "name": "鉄道駅(停留場)",
-                    "terms": "停留所, 停留場, 駅, 鉄道駅"
+                    "name": "鉄道駅(停留場)"
                 },
                 "railway/level_crossing": {
                     "name": "踏切 (車道)",
                     "terms": "踏切 (車道), 踏切"
                 },
+                "railway/light_rail": {
+                    "name": "ライトレール",
+                    "terms": "ライトレール, 軽便鉄道"
+                },
+                "railway/milestone": {
+                    "name": "距離標(鉄道)",
+                    "terms": "距離標, 距離, キロポスト, マイルストーン, 距離標識, 鉄道"
+                },
+                "railway/miniature": {
+                    "name": "ミニチュア鉄道",
+                    "terms": "ミニチュア鉄道"
+                },
                 "railway/monorail": {
                     "name": "モノレール",
                     "terms": "モノレール"
                 },
                 "railway/narrow_gauge": {
-                    "name": "軽便鉄道",
-                    "terms": "軽便鉄道, ナローゲージ, 線路"
+                    "name": "ナローゲージ",
+                    "terms": "軽便鉄道, ナローゲージ, 線路, 特殊狭軌, 狭軌"
                 },
                 "railway/platform": {
-                    "name": "プラットホーム(旧)",
-                    "terms": "プラットホーム(旧), ホーム(旧)"
+                    "name": "鉄道プラットホーム"
                 },
                 "railway/rail": {
                     "name": "線路",
                     "terms": "線路"
                 },
+                "railway/rail/highspeed": {
+                    "name": "高速鉄道",
+                    "terms": "高速鉄道, 鉄道"
+                },
+                "railway/signal": {
+                    "name": "鉄道信号機",
+                    "terms": "鉄道信号機, 信号機, 信号"
+                },
                 "railway/station": {
-                    "name": "鉄道駅(停車場)",
-                    "terms": "鉄道駅, 駅, 停車場"
+                    "name": "鉄道駅"
                 },
                 "railway/subway": {
                     "name": "地下鉄",
                     "terms": "地下鉄, 線路"
                 },
                 "railway/subway_entrance": {
-                    "name": "地下鉄の出入口",
-                    "terms": "地下鉄の出入口"
+                    "name": "出入口(地下鉄)",
+                    "terms": "地下鉄の出入口, 出入り口, 出入口, 地下鉄, 出口, 入口"
+                },
+                "railway/switch": {
+                    "name": "分岐器",
+                    "terms": "分岐器, ポイント, 分岐機, 分岐点, 分岐, 転轍機, スイッチ"
+                },
+                "railway/train_wash": {
+                    "name": "洗車機(鉄道用)",
+                    "terms": "洗車機, 洗車"
                 },
                 "railway/tram": {
                     "name": "路面電車",
-                    "terms": "路面電車"
+                    "terms": "路面電車, トラム, LRT"
+                },
+                "railway/tram_stop": {
+                    "name": "トラム停車位置"
                 },
                 "relation": {
                     "name": "リレーション",
                     "terms": "リレーション, 関連"
                 },
-                "roundabout": {
-                    "name": "環状交差点"
-                },
                 "route/ferry": {
                     "name": "フェリールート",
                     "terms": "フェリールート, 航路"
                 },
+                "seamark": {
+                    "name": "航路標識"
+                },
+                "seamark/beacon_isolated_danger": {
+                    "name": "危険用ビーコン",
+                    "terms": "危険用ビーコン"
+                },
+                "seamark/beacon_lateral": {
+                    "name": "水路用ビーコン",
+                    "terms": "水路用ビーコン"
+                },
+                "seamark/buoy_lateral": {
+                    "name": "水路用ブイ",
+                    "terms": "水路用ブイ"
+                },
+                "seamark/buoy_lateral/green": {
+                    "name": "緑のブイ",
+                    "terms": "緑のブイ"
+                },
+                "seamark/buoy_lateral/red": {
+                    "name": "赤のブイ",
+                    "terms": "赤のブイ"
+                },
+                "seamark/mooring": {
+                    "name": "係船",
+                    "terms": "係船"
+                },
                 "shop": {
                     "name": "店舗",
-                    "terms": "店舗"
+                    "terms": "店舗全般"
+                },
+                "shop/agrarian": {
+                    "name": "農業用品店",
+                    "terms": "農業用品店, 農協, 種苗店, 農業, 農薬, 飼料, 肥料, 駆除剤, 農機具, 除草剤"
                 },
                 "shop/alcohol": {
                     "name": "酒店",
-                    "terms": "酒店, 酒屋"
+                    "terms": "酒店, 酒屋, アルコール, 嗜好品"
                 },
                 "shop/anime": {
                     "name": "アニメショップ",
-                    "terms": "アニメショップ"
+                    "terms": "アニメショップ, 娯楽, アニメ, コスプレ, マンガ, まんが"
                 },
                 "shop/antiques": {
                     "name": "古美術品店",
-                    "terms": "古美術品店, アンティークショップ"
+                    "terms": "古美術品店, アンティークショップ, 美術, アート, 古美術"
+                },
+                "shop/appliance": {
+                    "name": "白物家電販売店(大型製品)",
+                    "terms": "家電販売店,家電量販店,電器屋, 買い物, ショッピング, 白物家電, 白物, 生活家電, 冷蔵庫, 洗濯機, 電機屋"
                 },
                 "shop/art": {
                     "name": "美術品販売店",
-                    "terms": "現代美術の商店"
+                    "terms": "現代美術の商店, アート"
                 },
                 "shop/baby_goods": {
                     "name": "赤ちゃん用品店",
                 },
                 "shop/bakery": {
                     "name": "パン屋",
-                    "terms": "パン屋, ベーカリー"
+                    "terms": "パン屋, ベーカリー, 食品, 食べ物"
                 },
                 "shop/bathroom_furnishing": {
                     "name": "浴室用品店",
-                    "terms": "浴室用品店"
+                    "terms": "浴室用品店, バス用品"
                 },
                 "shop/beauty": {
                     "name": "美容サービス",
                 },
                 "shop/beauty/nails": {
                     "name": "ネイルサロン",
-                    "terms": "ネイルサロン"
+                    "terms": "ネイルサロン, 美容"
                 },
                 "shop/beauty/tanning": {
                     "name": "日焼けサロン",
-                    "terms": "日焼けサロン"
+                    "terms": "日焼けサロン, 美容"
                 },
                 "shop/bed": {
                     "name": "寝具店",
-                    "terms": "ベッド店, マットレス店, 寝具店"
+                    "terms": "ベッド店, マットレス店, 寝具店, 家具, 枕, ふとん, 布団, ふとん店, ベッド"
                 },
                 "shop/beverages": {
                     "name": "飲料店",
-                    "terms": "飲料店"
+                    "terms": "飲料店, 食品"
                 },
                 "shop/bicycle": {
                     "name": "自転車店",
-                    "terms": "自転車店"
+                    "terms": "自転車店, 自転車, 自転車屋, 二輪"
+                },
+                "shop/boat": {
+                    "name": "ボート店",
+                    "terms": "ボート店, お店, 店舗"
                 },
                 "shop/bookmaker": {
                     "name": "公営競技投票券売り場",
-                    "terms": "公営競技投票券売り場, 馬券売り場, 車券売り場, 舟券売り場"
+                    "terms": "公営競技投票券売り場, 馬券売り場, 車券売り場, 舟券売り場, ギャンブル, アダルト"
                 },
                 "shop/books": {
                     "name": "本屋",
-                    "terms": "本屋, ブックストア, 古書店, 古書, 書籍販売, 書店"
+                    "terms": "本屋, ブックストア, 古書店, 古書, 書籍販売, 書店, 本"
                 },
                 "shop/boutique": {
-                    "name": "ブティック",
-                    "terms": "ブティック, 婦人服店"
+                    "name": "ブティック"
                 },
                 "shop/butcher": {
                     "name": "精肉店",
-                    "terms": "精肉店, 肉屋"
+                    "terms": "精肉店, 肉屋, 食品, 食べ物"
                 },
                 "shop/candles": {
                     "name": "キャンドル専門店",
-                    "terms": "キャンドル, ロウソク, 蝋燭, 蠟燭"
+                    "terms": "キャンドル, ロウソク, 蝋燭, 蠟燭, インテリア"
+                },
+                "shop/cannabis": {
+                    "name": "Cannabis Shop(illegal in Japan)",
+                    "terms": "Cannabis Shop(illegal in Japan)"
                 },
                 "shop/car": {
-                    "name": "自動車販売店",
-                    "terms": "自動車販売店, カーディーラー"
+                    "name": "カーディーラー",
+                    "terms": "自動車販売店, カーディーラー, 中古車販売店"
                 },
                 "shop/car_parts": {
-                    "name": "è\87ªå\8b\95è»\8aé\83¨å\93\81åº\97",
-                    "terms": "自動車部品店, カーパーツショップ"
+                    "name": "ã\82«ã\83¼ç\94¨å\93\81åº\97",
+                    "terms": "自動車部品店, カーパーツショップ, カー用品, 自動車用品"
                 },
                 "shop/car_repair": {
                     "name": "自動車修理工場",
                     "terms": "自動車修理工場"
                 },
+                "shop/caravan": {
+                    "name": "キャラバンカー販売店",
+                    "terms": "キャラバンカー販売店, キャラバン, トレーラー, 移動式住宅, 自動車, カー, 自動車販売店"
+                },
                 "shop/carpet": {
                     "name": "カーペット専門店",
-                    "terms": "カーペット, 敷物, 表具店, 表具"
+                    "terms": "カーペット, 敷物, 表具店, 表具, インテリア"
+                },
+                "shop/catalogue": {
+                    "name": "カタログショップ",
+                    "terms": "カタログショップ, カタログ店, 店舗, お店"
                 },
                 "shop/charity": {
                     "name": "チャリティーショップ",
-                    "terms": "スリフトショップ"
+                    "terms": "スリフトショップ, チャリティ店, チャリティ販売店, 慈善販売店, 慈善活動, 寄贈, 寄付"
                 },
                 "shop/cheese": {
                     "name": "チーズ店",
-                    "terms": "チーズ店"
+                    "terms": "チーズ店,食品, 食べ物"
                 },
                 "shop/chemist": {
-                    "name": "薬品・化粧品店",
-                    "terms": "ドラッグストア"
+                    "name": "ドラッグストア・化粧品・薬品店(薬剤師がいない店)",
+                    "terms": "薬品, 化粧品店, 薬局, 薬屋, ドラッグストア, 薬品店, 医療, 薬, くすり屋, 健康, 薬店"
                 },
                 "shop/chocolate": {
                     "name": "チョコレート店",
-                    "terms": "チョコレート店"
+                    "terms": "チョコレート店, 食品, 食べ物"
                 },
                 "shop/clothes": {
                     "name": "衣料品店",
-                    "terms": "衣料品店, 洋服店, 呉服店"
+                    "terms": "衣料品店, 洋服店, 呉服店, 衣類, 服, スーツ, 和服, 着物, 古着"
+                },
+                "shop/clothes/underwear": {
+                    "name": "下着店",
+                    "terms": "下着店, 衣料, 服, 衣類, 買い物, 店舗, 下着, アンダーウェア"
                 },
                 "shop/coffee": {
                     "name": "コーヒー豆販売店",
-                    "terms": "コーヒー豆専門店"
+                    "terms": "コーヒー豆専門店, 嗜好品, 食品, 珈琲, 飲み物"
                 },
                 "shop/computer": {
                     "name": "コンピューター店",
-                    "terms": "コンピューター店, パソコン店"
+                    "terms": "コンピューター店, パソコン店, コンピュータ, PC"
                 },
                 "shop/confectionery": {
-                    "name": "菓子屋",
-                    "terms": "菓子店, 駄菓子屋"
+                    "name": "菓子屋(販売)",
+                    "terms": "菓子店, 駄菓子屋, 食品, お菓子, スナック, チョコレート, 飴, キャンディ, 食べ物"
                 },
                 "shop/convenience": {
                     "name": "コンビニエンスストア",
-                    "terms": "コンビニエンスストア, コンビニ"
+                    "terms": "コンビニエンスストア, コンビニ, 買い物"
                 },
                 "shop/copyshop": {
                     "name": "コピー店",
                 },
                 "shop/cosmetics": {
                     "name": "化粧品店",
-                    "terms": "化粧品店"
+                    "terms": "化粧品, 美容, コスメ"
+                },
+                "shop/country_store": {
+                    "name": "よろずや",
+                    "terms": "よろずや, 万屋, 店舗, お店"
                 },
                 "shop/craft": {
-                    "name": "ã\82¢ã\83¼ã\83\88ã\82·ã\83§ã\83\83ã\83\97",
-                    "terms": "アートショップ, 工芸"
+                    "name": "ç¾\8eè¡\93ã\83»å·¥è\8a¸ç\94¨å\93\81åº\97",
+                    "terms": "アートショップ, 工芸用品, 画材, 絵の具, 美術用品, クラフト"
                 },
                 "shop/curtain": {
                     "name": "カーテン店",
-                    "terms": "カーテン店"
+                    "terms": "カーテン店, 家具"
                 },
                 "shop/dairy": {
-                    "name": "日配品店",
-                    "terms": "日配品店"
+                    "name": "乳製品店",
+                    "terms": "乳製品店, 食品, 食べ物, 牛乳, チーズ, バター"
                 },
                 "shop/deli": {
                     "name": "惣菜屋",
-                    "terms": "惣菜屋, 弁当屋, デリカ"
+                    "terms": "惣菜屋, 弁当屋, デリカ, 食品, 食べ物, おかず, 豆腐, 蒟蒻"
                 },
                 "shop/department_store": {
                     "name": "百貨店",
-                    "terms": "百貨店, デパート"
+                    "terms": "百貨店, デパート, 買い物, ショッピング"
                 },
                 "shop/doityourself": {
                     "name": "ホームセンター",
-                    "terms": "日曜大工用品店, 工具店, DIYショップ, ホームセンター"
+                    "terms": "日曜大工用品店, 工具店, DIY, ホームセンター, 雑貨, 買い物, ショッピング, 園芸, 工芸用品, 家庭菜園, 植木"
                 },
                 "shop/dry_cleaning": {
                     "name": "クリーニング店",
                 },
                 "shop/e-cigarette": {
                     "name": "電子タバコ店",
-                    "terms": "電子タバコ店"
+                    "terms": "電子タバコ店, 嗜好品, タバコ, たばこ, 煙草"
                 },
                 "shop/electronics": {
-                    "name": "家電販売店",
-                    "terms": "家電販売店, 家電量販店"
+                    "name": "家電販売店(小型製品)",
+                    "terms": "家電販売店, 家電量販店, 買い物, ショッピング, 小型家電, 電器屋, 電気屋"
                 },
                 "shop/erotic": {
                     "name": "アダルトショップ",
-                    "terms": "アダルトショップ"
+                    "terms": "アダルトショップ, ポルノショップ, ポルノ, 大人のおもちゃ, 成人向け"
+                },
+                "shop/erotic/lgbtq": {
+                    "name": "LGBTQ+なポルノショップ",
+                    "terms": "LGBTQ+なポルノショップ, ポルノショップ, LGBT, アダルトショップ, ゲイ, レズビアン, トランスジェンダー, レインボー, ポルノ"
                 },
                 "shop/fabric": {
                     "name": "生地屋",
-                    "terms": "布地, 織物, 反物, ファブリック店"
+                    "terms": "布地, 織物, 反物, ファブリック店, 生地, 裏地, 衣料, 服, 裁縫, 衣類, 生地店, 布地店, お店"
                 },
                 "shop/farm": {
                     "name": "農産物直売所",
-                    "terms": "農産物直売所"
+                    "terms": "農産物直売所, 直販, 食品, 食べ物"
                 },
                 "shop/fashion": {
-                    "name": "ファッション店",
-                    "terms": "洋品店, ファッション, 衣類, 衣服, 服, 店"
+                    "name": "ファッション店"
+                },
+                "shop/fireplace": {
+                    "name": "暖房具店",
+                    "terms": "暖房具店, 店舗, お店, 暖房器具, ストーブ, 暖炉, ヒーター"
+                },
+                "shop/fishing": {
+                    "name": "釣具店",
+                    "terms": "釣具店, 釣り, 魚釣り, フィッシング, 釣り道具, スポーツ, ホビー"
                 },
                 "shop/fishmonger": {
-                    "name": "魚屋"
+                    "name": "魚屋(非推奨)"
                 },
                 "shop/florist": {
                     "name": "生花店",
                     "name": "額縁店",
                     "terms": "額縁店"
                 },
+                "shop/frozen_food": {
+                    "name": "冷凍食品店",
+                    "terms": "冷凍食品店, 店舗, お店, 食品, 買い物, 食べ物, 冷凍食品, 冷凍パック"
+                },
+                "shop/fuel": {
+                    "name": "燃料店",
+                    "terms": "燃料店, 燃料, ガソリン, 炭, 木炭, 石炭, お店, 店舗, 暖房用油, 油"
+                },
                 "shop/funeral_directors": {
                     "name": "葬儀社",
                     "terms": "葬儀屋, 葬儀業"
                 },
                 "shop/furnace": {
-                    "name": "釜戸屋",
-                    "terms": "かまど, 釜戸, 竈, 竃, 炉"
+                    "name": "釜戸屋"
                 },
                 "shop/furniture": {
                     "name": "家具店",
                     "terms": "家具店, インテリア用品店"
                 },
+                "shop/games": {
+                    "name": "ボードゲーム販売店",
+                    "terms": "ボードゲーム販売店, ボードゲーム, カードゲーム, ロールプレイングゲーム, トレーディングカード, ゲーム, 店舗, お店, 娯楽"
+                },
                 "shop/garden_centre": {
                     "name": "園芸用品店",
-                    "terms": "園芸用品店, ガーデンセンター"
+                    "terms": "園芸用品店, ガーデンセンター, DIY, 家庭菜園, 植木, 樹木, 植物"
+                },
+                "shop/gas": {
+                    "name": "ガスボンベ店",
+                    "terms": "ガスボンベ店"
+                },
+                "shop/general": {
+                    "name": "よろず屋",
+                    "terms": "よろずや, よろず屋, 万屋"
                 },
                 "shop/gift": {
                     "name": "ギフト店",
-                    "terms": "ギフト店, ギフト用品店, 土産店"
+                    "terms": "ギフト店, ギフト用品店, 土産店, お土産, 贈答品"
                 },
                 "shop/greengrocer": {
-                    "name": "八百屋",
-                    "terms": "八百屋, 青果店"
+                    "name": "八百屋・果物屋",
+                    "terms": "八百屋, 青果店, 食品, 食べ物, 野菜, フルーツ, 果物, くだもの, ベジタブル"
                 },
                 "shop/hairdresser": {
                     "name": "理美容店",
-                    "terms": "理容店, 床屋, 美容室, 美容院, 散髪屋"
+                    "terms": "理容店, 床屋, 美容室, 美容院, 散髪屋, ヘアー, ヘアーサロン, カット, パーマ"
+                },
+                "shop/hairdresser_supply": {
+                    "name": "理容用品店",
+                    "terms": "理容用品店, シャンプー, リンス, コンディショナー, 店舗, お店"
                 },
                 "shop/hardware": {
                     "name": "金物屋",
                     "terms": "金物屋, 金物店"
                 },
+                "shop/health_food": {
+                    "name": "健康食品店",
+                    "terms": "健康食品店, 健康, 食品, 食べ物, サプリ, ビタミン, 栄養剤"
+                },
                 "shop/hearing_aids": {
                     "name": "補聴器店",
                     "terms": "補聴器店"
                 },
                 "shop/hifi": {
                     "name": "音響機器店",
-                    "terms": "音響機器店, オーディオ店"
+                    "terms": "音響機器店, オーディオ店, 音楽"
                 },
                 "shop/houseware": {
-                    "name": "生活雑貨店",
-                    "terms": "雑貨屋"
+                    "name": "家庭用品店",
+                    "terms": "雑貨屋, 家庭用品, 日用雑貨, バス用品, お風呂用品, 台所用品, キッチン用品, 生活雑貨, 料理道具, 調理器具, 食器, クッション, 茶碗, 皿, 包丁, ナイフ, フォーク, 箸"
+                },
+                "shop/hunting": {
+                    "name": "狩猟用品店",
+                    "terms": "狩猟用品店, 狩猟, ハンティング, スポーツ, レジャー, 鳥獣, お店, 店舗"
                 },
                 "shop/interior_decoration": {
-                    "name": "室å\86\85è£\85飾åº\97",
-                    "terms": "インテリアショップ"
+                    "name": "ã\82¤ã\83³ã\83\86ã\83ªã\82¢ã\82·ã\83§ã\83\83ã\83\97",
+                    "terms": "インテリアショップ, 家具, 室内装飾用品店, 内装用品店, インテリア店, 住宅, インテリア, 内装"
                 },
                 "shop/jewelry": {
-                    "name": "宝店",
-                    "terms": "宝石店"
+                    "name": "宝店",
+                    "terms": "宝石店, 宝飾店, 貴金属, アクセサリー, 店舗, 買い物"
                 },
                 "shop/kiosk": {
-                    "name": "ã\83\8bã\83¥ã\83¼ã\82¹ã\82­ã\82ªã\82¹ã\82¯",
-                    "terms": "キオスク, ニューススタンド"
+                    "name": "キオスク",
+                    "terms": "キオスク, 売店"
                 },
                 "shop/kitchen": {
                     "name": "キッチンデザイン店",
-                    "terms": "台所, キッチン, デザイン, design, Kitchen"
+                    "terms": "台所, キッチン, デザイン, design, Kitchen, 台所用品, 水回り"
                 },
                 "shop/laundry": {
-                    "name": "洗濯屋・コインランドリー",
-                    "terms": "洗濯屋, コインランドリー, ランドリー"
+                    "name": "洗濯屋・ランドリー(非セルフ)",
+                    "terms": "洗濯屋, コインランドリー, ランドリー, 洗濯屋・ランドリー(非セルフ)"
+                },
+                "shop/laundry/self_service": {
+                    "name": "コインランドリー(セルフ)",
+                    "terms": "コインランドリー(セルフ), コインランドリー, ランドリー, 洗濯屋"
                 },
                 "shop/leather": {
                     "name": "皮革用品店",
                     "terms": "皮革洋品店, レザーショップ, 皮革, レザー"
                 },
+                "shop/lighting": {
+                    "name": "照明器具店",
+                    "terms": "照明器具店, 灯り, 蛍光灯, 店舗, お店"
+                },
                 "shop/locksmith": {
-                    "name": "é\8c å\89\8då±\8b",
-                    "terms": "錠前屋, 鍵屋"
+                    "name": "é\8dµå±\8bï¼\88å°\82é\96\80åº\97ï¼\89",
+                    "terms": "錠前屋, 鍵屋, カギ, 合鍵"
                 },
                 "shop/lottery": {
                     "name": "宝くじ売り場",
-                    "terms": "宝くじ売り場, くじ"
+                    "terms": "宝くじ売り場, くじ, ギャンブル"
                 },
                 "shop/mall": {
                     "name": "ショッピングセンター",
-                    "terms": "ショッピングセンター, ショッピングモール, 複合商業施設"
+                    "terms": "ショッピングセンター, ショッピングモール, 複合商業施設, 買い物, ショッピング"
                 },
                 "shop/massage": {
                     "name": "マッサージ店",
-                    "terms": "マッサージ店, マッサージ, あんま, 指圧"
+                    "terms": "マッサージ店, マッサージ, あんま, 指圧, 健康"
                 },
                 "shop/medical_supply": {
-                    "name": "医療器具店",
-                    "terms": "医療器具店"
+                    "name": "健康・医療器具店",
+                    "terms": "医療器具店, 医療用品店, 健康器具店, ヘルスケア, 健康, 医療"
+                },
+                "shop/military_surplus": {
+                    "name": "軍払い下げ品店",
+                    "terms": "軍払い下げ品店, 軍払下げ品店, 軍余剰物資店, 店舗, ミリタリー, ミリタリーグッズ"
                 },
                 "shop/mobile_phone": {
                     "name": "携帯電話店",
                 },
                 "shop/money_lender": {
                     "name": "消費者金融",
-                    "terms": "消費者金融, サラ金, 貸金"
+                    "terms": "消費者金融, サラ金, 貸金, お金, 金融, マチ金, 借金"
                 },
                 "shop/motorcycle": {
                     "name": "バイク店",
                     "terms": "バイク店, オートバイ店"
                 },
+                "shop/motorcycle_repair": {
+                    "name": "バイク修理店",
+                    "terms": "バイク修理店, オートバイ修理, バイク, オートバイ"
+                },
                 "shop/music": {
                     "name": "CD/レコード店",
-                    "terms": "CD店, レコード店"
+                    "terms": "CD店, レコード店, 音楽, 音楽店"
                 },
                 "shop/musical_instrument": {
                     "name": "楽器店",
-                    "terms": "楽器店"
+                    "terms": "楽器店, 音楽"
                 },
                 "shop/newsagent": {
                     "name": "新聞・雑誌店",
                 },
                 "shop/nutrition_supplements": {
                     "name": "栄養サプリ販売店",
-                    "terms": "栄養サプリメント販売店, サプリ専門店, サプリメント専門店"
+                    "terms": "栄養サプリメント販売店, サプリ専門店, サプリメント専門店, 健康"
                 },
                 "shop/optician": {
-                    "name": "メガネ",
-                    "terms": "メガネ, 眼鏡, メガネ屋, 眼鏡屋"
+                    "name": "メガネ",
+                    "terms": "メガネ, 眼鏡, メガネ屋, 眼鏡屋, めがね"
                 },
                 "shop/organic": {
                     "name": "オーガニック商品店",
-                    "terms": "オーガニック商品店, 有機野菜, オーガニック, 有機"
+                    "terms": "オーガニック商品店, 有機野菜, オーガニック, 有機, 食品, 食べ物"
                 },
                 "shop/outdoor": {
                     "name": "アウトドアショップ",
                     "terms": "アウトドアショップ"
                 },
+                "shop/outpost": {
+                    "name": "商品受け取り店",
+                    "terms": "商品受け取り店, アウトポスト, 配達, 受取"
+                },
                 "shop/paint": {
                     "name": "塗料店",
                     "terms": "塗料店"
                 },
+                "shop/party": {
+                    "name": "パーティ用品店",
+                    "terms": "パーティ用品店, パーティグッズ, パーティ, コスチューム, 店舗, お店"
+                },
                 "shop/pastry": {
-                    "name": "焼菓子店",
-                    "terms": "焼菓子店, ケーキ屋"
+                    "name": "焼菓子(ペイストリー)店",
+                    "terms": "焼菓子店, ケーキ屋, 食品, パイ, ビスケット, 洋菓子, ペイストリー, ペストリー, お菓子, 食べ物, 食品"
                 },
                 "shop/pawnbroker": {
                     "name": "質店",
-                    "terms": "質屋, 質店"
+                    "terms": "質屋, 質店, お金, 金融"
+                },
+                "shop/perfumery": {
+                    "name": "香水店",
+                    "terms": "香水店, 美容"
                 },
                 "shop/pet": {
                     "name": "ペットショップ",
-                    "terms": "ペット売り場, ペット, 家禽, ペットショップ"
+                    "terms": "ペット売り場, ペット, 家禽, ペットショップ, 動物, 愛玩動物, ペット用品店"
+                },
+                "shop/pet_grooming": {
+                    "name": "ペット美容室",
+                    "terms": "ペット美容室, 動物美容, ペット, 美容, 犬の美容室, 愛犬美容, 犬, 猫, 動物"
                 },
                 "shop/photo": {
-                    "name": "å\86\99ç\9c\9få±\8b",
-                    "terms": "写真屋"
+                    "name": "å\86\99ç\9c\9fåº\97",
+                    "terms": "写真屋, 写真店, 現像, ビデオ, デジカメ"
                 },
                 "shop/pyrotechnics": {
                     "name": "花火店",
                 },
                 "shop/radiotechnics": {
                     "name": "電子部品店",
-                    "terms": "電子部品店, ラジオ, 電子部品, 電子工作"
+                    "terms": "電子部品店, ラジオ, 電子部品, 電子工作, 電子パーツ"
                 },
                 "shop/religion": {
                     "name": "宗教用品店",
-                    "terms": "宗教用品店, 仏壇, 仏具, 祭祀用品"
+                    "terms": "宗教用品店, 仏壇, 仏具, 祭祀用品, 信仰"
                 },
                 "shop/scuba_diving": {
                     "name": "スキューバダイビングショップ",
-                    "terms": "スキューバダイビングショップ, スキューバダイビング"
+                    "terms": "スキューバダイビングショップ, スキューバダイビング, スポーツ, 運動"
                 },
                 "shop/seafood": {
                     "name": "魚屋",
-                    "terms": "海鮮食品店, 魚屋, 魚市場"
+                    "terms": "海鮮食品店, 魚屋, 魚市場, 食品, 魚介, 食べ物, 干物, 昆布, イカ, タコ, 海苔"
                 },
                 "shop/second_hand": {
                     "name": "リサイクルショップ",
-                    "terms": "古物商, リユースショップ"
+                    "terms": "古物商, リユースショップ, 中古, リサイクルショップ, 中古屋, リサイクル, リユース"
+                },
+                "shop/sewing": {
+                    "name": "手芸用品店",
+                    "terms": "手芸用品店, 裁縫用品店, 手芸, 裁縫, 毛糸, 縫い物, 編み物, 編物用品, 店, 針, 糸"
                 },
                 "shop/shoes": {
                     "name": "靴店",
                 },
                 "shop/sports": {
                     "name": "スポーツ用品店",
-                    "terms": "スポーツ用品店"
+                    "terms": "スポーツ用品店, 運動, 競技, トレーニング, 訓練"
                 },
                 "shop/stationery": {
                     "name": "文具店",
                     "terms": "文具店, 文房具屋"
                 },
                 "shop/storage_rental": {
-                    "name": "レンタルスペース",
-                    "terms": "貸し倉庫, レンタルボックス, 貸しコンテナ"
+                    "name": "レンタル倉庫",
+                    "terms": "貸し倉庫, レンタルボックス, 貸しコンテナ, 貸倉庫, 倉庫, レンタル倉庫, レンタル収納, レンタル収納スペース, トランクルーム, コンテナ収納, 荷物"
                 },
                 "shop/supermarket": {
                     "name": "スーパーマーケット",
-                    "terms": "スーパーマーケット, スーパー"
+                    "terms": "スーパーマーケット, スーパー, 買い物, ショッピング"
                 },
                 "shop/tailor": {
                     "name": "仕立屋",
-                    "terms": "仕立屋, テイラー, 洋裁店"
+                    "terms": "仕立屋, テイラー, 洋裁店, 衣類, 衣料, 仕立て屋, 縫製, 服, スーツ"
                 },
                 "shop/tattoo": {
                     "name": "タトゥースタジオ",
-                    "terms": "刺青屋"
+                    "terms": "刺青屋, 美容"
                 },
                 "shop/tea": {
                     "name": "茶舗",
-                    "terms": "茶舗, 茶店(販売)"
+                    "terms": "茶舗, 茶店, 食品, お茶, 緑茶, 飲み物"
                 },
                 "shop/ticket": {
                     "name": "チケット店",
                     "terms": "チケット店, 金券ショップ, チケット"
                 },
+                "shop/tiles": {
+                    "name": "タイル店",
+                    "terms": "タイル店, タイルショップ"
+                },
                 "shop/tobacco": {
-                    "name": "煙草屋",
-                    "terms": "たばこ店, たばこ屋, タバコ, たばこ"
+                    "name": "たばこ店",
+                    "terms": "たばこ店, たばこ屋, タバコ, たばこ, 嗜好品, タバコ店, タバコ屋, 煙草"
                 },
                 "shop/toys": {
                     "name": "玩具店",
                     "terms": "玩具店, おもちゃ屋"
                 },
+                "shop/trade": {
+                    "name": "建築資材店",
+                    "terms": "建築資材店, 工務店, 建材店, 配管工"
+                },
                 "shop/travel_agency": {
                     "name": "旅行代理店",
                     "terms": "旅行代理店, トラベル,ツアー"
                 },
                 "shop/tyres": {
                     "name": "タイヤ店",
-                    "terms": "タイヤ店, タイヤ販売店"
+                    "terms": "タイヤ店, タイヤ販売店, 自動車, カー用品"
                 },
                 "shop/vacant": {
-                    "name": "空き店舗"
+                    "name": "空き店舗, シャッター店舗"
                 },
                 "shop/vacuum_cleaner": {
                     "name": "掃除機店",
                     "terms": "掃除機店"
                 },
                 "shop/variety_store": {
-                    "name": "雑貨店",
-                    "terms": "雑貨店"
+                    "name": "雑貨店(低価格)",
+                    "terms": "雑貨店, 100円ショップ, バラエティストア, 百均, 日用雑貨, 買い物, ショッピング, ディスカウント, 100均"
                 },
                 "shop/video": {
                     "name": "ビデオソフト店",
-                    "terms": "ビデオソフト店, DVD店"
+                    "terms": "ビデオソフト店, DVD店, 娯楽"
                 },
                 "shop/video_games": {
-                    "name": "テレビゲーム店",
-                    "terms": "テレビゲーム店"
+                    "name": "テレビゲーム販売店",
+                    "terms": "テレビゲーム店, ビデオゲーム, 娯楽, ゲーム, テレビゲーム販売店, ゲームソフト, テレビゲーム"
                 },
                 "shop/watches": {
                     "name": "腕時計店",
-                    "terms": "腕時計店"
+                    "terms": "腕時計店, 時計"
+                },
+                "shop/water": {
+                    "name": "飲料水店",
+                    "terms": "飲料水店, 水, ミネラルウォーター, 店舗, お店, ペットボトル, 飲み水, 飲水"
                 },
                 "shop/water_sports": {
                     "name": "ウォータースポーツ用品店",
-                    "terms": "マリンスポーツ専門店, ウォータースポーツ専門店, 水着屋"
+                    "terms": "マリンスポーツ専門店, ウォータースポーツ専門店, 水着屋, スポーツ, 運動, 競技, トレーニング"
                 },
                 "shop/weapons": {
                     "name": "武器屋",
                     "terms": "銃砲店"
                 },
+                "shop/wholesale": {
+                    "name": "卸売店",
+                    "terms": "卸, 卸売, 卸売店"
+                },
                 "shop/window_blind": {
                     "name": "ブラインドカーテン専門店",
-                    "terms": "ブラインド販売店"
+                    "terms": "ブラインド販売店, 家具"
                 },
                 "shop/wine": {
                     "name": "ワイン店",
-                    "terms": "ワイン店, 酒屋"
+                    "terms": "ワイン店, 酒屋, 食品, アルコール, 嗜好品, 飲み物"
+                },
+                "tactile_paving": {
+                    "name": "点字ブロック",
+                    "terms": "点字ブロック, 歩道, バリアフリー, 視覚障害, 点字"
+                },
+                "telecom/data_center": {
+                    "name": "データセンター",
+                    "terms": "データセンター, IDC, クラウド, オンライン, データ, ストレージ"
                 },
                 "tourism": {
-                    "name": "観光",
-                    "terms": "旅行, 観光"
+                    "name": "観光"
                 },
                 "tourism/alpine_hut": {
                     "name": "山小屋",
                 },
                 "tourism/apartment": {
                     "name": "リゾートマンション",
-                    "terms": "リゾートマンション"
+                    "terms": "リゾートマンション, リゾート, 別荘, 保養, 保養所, 保養施設"
                 },
                 "tourism/aquarium": {
                     "name": "水族館",
                     "terms": "水族館"
                 },
                 "tourism/artwork": {
-                    "name": "芸術作品",
-                    "terms": "芸術作品"
+                    "name": "パブリックアート",
+                    "terms": "芸術作品, 銅像, 屋外アート, 彫刻, 壁画, アート, 絵画, オブジェ, 公園, 駅前, 広場"
+                },
+                "tourism/artwork/bust": {
+                    "name": "胸像",
+                    "terms": "胸像, 像, 芸術, 屋外アート, アート, 美術, 作品"
+                },
+                "tourism/artwork/graffiti": {
+                    "name": "落書きアート",
+                    "terms": "落書きアート, 落書き, アート, 屋外アート, 美術, 芸術, 作品"
+                },
+                "tourism/artwork/installation": {
+                    "name": "インスタレーションアート",
+                    "terms": "インスタレーションアート, インスタレーション, 美術, 芸術, 作品, 空間, 体験"
+                },
+                "tourism/artwork/mural": {
+                    "name": "壁画",
+                    "terms": "壁画, フレスコ"
+                },
+                "tourism/artwork/sculpture": {
+                    "name": "彫刻",
+                    "terms": "彫刻"
+                },
+                "tourism/artwork/statue": {
+                    "name": "彫像",
+                    "terms": "彫像, 彫塑, 像"
                 },
                 "tourism/attraction": {
-                    "name": "観å\85\89å\90\8dæ\89\80",
-                    "terms": "観光名所, 見どころ, アトラクション, 見もの"
+                    "name": "観å\85\89å\9c°",
+                    "terms": "観光名所, 見どころ, アトラクション, 見もの, 名所, 旧跡, 名勝, 観光地"
                 },
                 "tourism/camp_site": {
                     "name": "キャンプ場",
-                    "terms": "キャンプ場"
+                    "terms": "キャンプ場, アウトドア"
                 },
                 "tourism/caravan_site": {
                     "name": "オートキャンプ場",
-                    "terms": "オートキャンプ場"
+                    "terms": "オートキャンプ場, アウトドア, 自動車"
                 },
                 "tourism/chalet": {
-                    "name": "貸別荘",
-                    "terms": "貸別荘, コテージ"
+                    "name": "貸別荘(戸建て)",
+                    "terms": "別荘, リゾートマンション, リゾート, 保養"
                 },
                 "tourism/gallery": {
                     "name": "アートギャラリー",
-                    "terms": "画廊"
+                    "terms": "画廊, アート"
                 },
                 "tourism/guest_house": {
                     "name": "民宿",
-                    "terms": "民宿, ゲストハウス"
+                    "terms": "民宿, ゲストハウス, 宿, ホテル, 民泊, 宿泊"
                 },
                 "tourism/hostel": {
                     "name": "簡易宿泊所",
-                    "terms": "簡易宿泊所, ホステル"
+                    "terms": "簡易宿泊所, ホステル, 宿, ホテル, ユースホステル, ホステル, カプセルホテル, カプセル, 宿泊"
                 },
                 "tourism/hotel": {
                     "name": "ホテル",
-                    "terms": "ホテル, 旅館"
+                    "terms": "ホテル, 旅館, 宿, 宿泊"
                 },
                 "tourism/information": {
-                    "name": "観光案内",
-                    "terms": "観光案内, 案内, 案内板, 案内所, インフォメーション"
+                    "name": "観光案内(全般)",
+                    "terms": "観光案内, 案内, 案内板, 案内所, インフォメーション, 観光"
                 },
                 "tourism/information/board": {
-                    "name": "情報掲示板",
-                    "terms": "情報掲示板"
+                    "name": "観光情報掲示板",
+                    "terms": "情報掲示板, 案内, 観光, 観光案内, インフォメーション, 案内板, 観光情報, 掲示板, 案内地図, 地図, マップ"
                 },
                 "tourism/information/guidepost": {
                     "name": "道標",
-                    "terms": "道標, ガイドポスト"
+                    "terms": "道標, ガイドポスト, 案内"
                 },
                 "tourism/information/map": {
                     "name": "地図板",
-                    "terms": "地図板"
+                    "terms": "地図板, 案内地図"
                 },
                 "tourism/information/office": {
                     "name": "観光案内所",
-                    "terms": "観光案内所"
+                    "terms": "観光案内所, 案内, ビジターセンター, 観光, インフォメーション"
+                },
+                "tourism/information/route_marker": {
+                    "name": "経路マーカー",
+                    "terms": "経路マーカー, マーカー, 目印, ハイキング"
+                },
+                "tourism/information/terminal": {
+                    "name": "情報端末",
+                    "terms": "情報端末, 観光案内, インフォメーション"
                 },
                 "tourism/motel": {
                     "name": "モーテル",
-                    "terms": "モーテル"
+                    "terms": "モーテル, 宿, ホテル"
                 },
                 "tourism/museum": {
                     "name": "博物館・美術館",
-                    "terms": "博物館, 美術館, 資料館"
+                    "terms": "博物館, 美術館, 資料館, アート, 歴史"
                 },
                 "tourism/picnic_site": {
                     "name": "ピクニック場",
-                    "terms": "ピクニック場, バーベキュー場"
+                    "terms": "ピクニック場, バーベキュー場, アウトドア"
                 },
                 "tourism/theme_park": {
                     "name": "テーマパーク",
-                    "terms": "テーマパーク, 遊園地"
+                    "terms": "テーマパーク, 遊園地, 娯楽"
+                },
+                "tourism/trail_riding_station": {
+                    "name": "乗馬トレール乗り場",
+                    "terms": "乗馬トレール乗り場"
                 },
                 "tourism/viewpoint": {
                     "name": "展望台",
-                    "terms": "展望台"
+                    "terms": "展望台, 観光, 展望所, 名勝, 景色, 風景, パノラマ, 景勝"
+                },
+                "tourism/wilderness_hut": {
+                    "name": "避難小屋",
+                    "terms": "避難小屋, 山小屋"
                 },
                 "tourism/zoo": {
                     "name": "動物園",
-                    "terms": "動物園"
+                    "terms": "動物園, 娯楽"
+                },
+                "tourism/zoo/petting": {
+                    "name": "ふれあい動物園",
+                    "terms": "ふれあい動物園, 動物園, ペット"
+                },
+                "tourism/zoo/safari": {
+                    "name": "サファリパーク",
+                    "terms": "サファリパーク, サファリランド"
+                },
+                "tourism/zoo/wildlife": {
+                    "name": "野生公園",
+                    "terms": "野生動物園, 野生公園"
                 },
                 "traffic_calming": {
-                    "name": "交通静穏化",
-                    "terms": "交通静穏化"
+                    "name": "交通静穏化設備(全般)",
+                    "terms": "交通静穏化, 交通安全, 道路設備, 減速"
                 },
                 "traffic_calming/bump": {
                     "name": "スピードバンプ",
-                    "terms": "スピードバンプ"
+                    "terms": "スピードバンプ, 交通安全, 交通静穏化, 道路設備, 減速"
                 },
                 "traffic_calming/chicane": {
                     "name": "シケイン",
-                    "terms": "シケイン"
+                    "terms": "シケイン, 交通安全, 交通静穏化, 道路設備, 減速"
                 },
                 "traffic_calming/choker": {
                     "name": "チョーカー",
-                    "terms": "チョーカー"
+                    "terms": "チョーカー, 交通安全, 交通静穏化, 道路設備, 減速"
                 },
                 "traffic_calming/cushion": {
                     "name": "スピードクッション",
-                    "terms": "スピードクッション"
+                    "terms": "スピードクッション, 交通安全, 交通静穏化, 道路設備, 減速"
                 },
                 "traffic_calming/dip": {
                     "name": "ディップ",
-                    "terms": "ディップ"
+                    "terms": "ディップ, 交通安全, 交通静穏化, 道路設備, 減速"
                 },
                 "traffic_calming/hump": {
                     "name": "スピードハンプ",
-                    "terms": "スピードハンプ"
+                    "terms": "スピードハンプ, 交通安全, 交通静穏化, 道路設備, 減速"
                 },
                 "traffic_calming/island": {
                     "name": "交通島",
-                    "terms": "交通島"
+                    "terms": "交通島, 交通安全, 交通静穏化, 道路設備, 減速"
                 },
                 "traffic_calming/rumble_strip": {
                     "name": "ランブルストリップ",
-                    "terms": "ランブルストリップ"
+                    "terms": "ランブルストリップ, 交通安全, 交通静穏化, 道路設備, 減速"
                 },
                 "traffic_calming/table": {
-                    "name": "隆起した横断歩道",
-                    "terms": "隆起した横断歩道, 横断歩道"
+                    "name": "隆起台(減速用)",
+                    "terms": "隆起台, スピードテーブル, 減速テーブル, 交通安全, 交通静穏化, 道路設備, 減速"
+                },
+                "traffic_sign": {
+                    "name": "交通標識",
+                    "terms": "交通標識, 道路標識"
+                },
+                "traffic_sign/city_limit": {
+                    "name": "市町村境界標識",
+                    "terms": "市町村境界標識, 市町村界標識, 市町村境, 行政界"
+                },
+                "traffic_sign/city_limit_vertex": {
+                    "name": "市町村境界標識",
+                    "terms": "市町村境界標識, 市町村界標識, 市町村境, 行政界"
+                },
+                "traffic_sign/maxspeed": {
+                    "name": "速度制限標識",
+                    "terms": "速度制限標識, 速度制限"
+                },
+                "traffic_sign/maxspeed_vertex": {
+                    "name": "速度制限標識",
+                    "terms": "速度制限標識, 速度制限"
+                },
+                "traffic_sign_vertex": {
+                    "name": "交通標識",
+                    "terms": "交通標識, 道路標識"
                 },
                 "type/boundary": {
                     "name": "境界",
                     "name": "行政境界",
                     "terms": "行政境界, 都道府県境, 都境, 道境, 府境, 県境, 市区町村境, 市境, 区境, 町境, 村境"
                 },
+                "type/enforcement": {
+                    "name": "交通取締り",
+                    "terms": "交通取締り, 取締り, 交通安全, 交通違反取締り"
+                },
                 "type/multipolygon": {
                     "name": "マルチポリゴン"
                 },
+                "type/public_transport/stop_area_group": {
+                    "name": "公共交通の停車エリアグループ",
+                    "terms": "公共交通の停車エリアグループ, 公共交通"
+                },
                 "type/restriction": {
                     "name": "進行方向制限",
                     "terms": "進行方向制限"
                     "terms": "右折専用, 右折のみ"
                 },
                 "type/restriction/only_straight_on": {
-                    "name": "直進のみ可",
-                    "terms": "直進のみ可"
+                    "name": "直進専用",
+                    "terms": "直進専用, 直進のみ"
+                },
+                "type/restriction/only_u_turn": {
+                    "name": "Uターン専用",
+                    "terms": "Uターン専用, Uターンのみ"
                 },
                 "type/route": {
                     "name": "ルート",
                     "name": "乗馬ルート",
                     "terms": "乗馬"
                 },
+                "type/route/light_rail": {
+                    "name": "ライトレール・ルート",
+                    "terms": "ライトレール・ルート, 軽便鉄道ルート"
+                },
+                "type/route/monorail": {
+                    "name": "モノレールルート",
+                    "terms": "モノレールルート, モノレール, ルート"
+                },
                 "type/route/pipeline": {
                     "name": "パイプラインルート",
                     "terms": "パイプラインルート"
                 },
+                "type/route/piste": {
+                    "name": "スキールート",
+                    "terms": "スキールート"
+                },
                 "type/route/power": {
                     "name": "電力線ルート",
                     "terms": "電力線ルート"
                     "name": "道路ルート",
                     "terms": "道路ルート"
                 },
+                "type/route/subway": {
+                    "name": "地下鉄路線",
+                    "terms": "地下鉄路線, 地下鉄経路, 地下鉄ルート"
+                },
                 "type/route/train": {
                     "name": "列車ルート",
                     "terms": "列車ルート, 運行系統"
                     "name": "区域",
                     "terms": "区域"
                 },
-                "vertex": {
-                    "name": "その他",
-                    "terms": "その他"
+                "type/waterway": {
+                    "name": "水路",
+                    "terms": "水路"
                 },
                 "waterway": {
                     "name": "水路"
                     "name": "運河",
                     "terms": "運河"
                 },
+                "waterway/canal/lock": {
+                    "name": "水路上のドック",
+                    "terms": "閘門, 水路上のドック"
+                },
                 "waterway/dam": {
                     "name": "ダム",
                     "terms": "ダム"
                 },
                 "waterway/ditch": {
                     "name": "排水路",
-                    "terms": "排水路"
+                    "terms": "排水路, 用水路, 側溝, 溝, 灌漑用水, 水路"
                 },
                 "waterway/dock": {
                     "name": "ドック",
                 },
                 "waterway/drain": {
                     "name": "放水路",
-                    "terms": "放水路"
+                    "terms": "放水路, 工業排水, 水路"
                 },
                 "waterway/fuel": {
                     "name": "マリンスタンド",
                     "terms": "マリンガススタンド, マリンガソリンスタンド"
                 },
+                "waterway/lock_gate": {
+                    "name": "水門",
+                    "terms": "水門, 扉, 閘門"
+                },
+                "waterway/milestone": {
+                    "name": "距離標(河川)",
+                    "terms": "距離標, 河川距離標, キロポスト, マイルストーン, 距離, 距離標識, 河川, 水域"
+                },
                 "waterway/river": {
                     "name": "河川",
                     "terms": "川, 河川"
                 },
                 "waterway/riverbank": {
-                    "name": "河岸",
-                    "terms": "河岸, 川"
+                    "name": "河岸"
                 },
                 "waterway/sanitary_dump_station": {
                     "name": "海上汚物廃棄所",
                     "name": "小川",
                     "terms": "小川, せせらぎ, 川"
                 },
+                "waterway/stream_intermittent": {
+                    "name": "間欠河川",
+                    "terms": "間欠河川, 季節涸川"
+                },
                 "waterway/water_point": {
                     "name": "船舶用飲料水給水所",
                     "terms": "船舶用飲料水給水所"
                 },
                 "waterway/waterfall": {
                     "name": "滝",
-                    "terms": "滝"
+                    "terms": "滝, 瀧, 瀑布, 川, 水域, 河川"
                 },
                 "waterway/weir": {
                     "name": "堰",
-                    "terms": "堰"
+                    "terms": "堰, 水域, 川, ダム, 河口, 河川"
+                }
+            }
+        },
+        "imagery": {
+            "AGIV": {
+                "attribution": {
+                    "text": "© agentschap Informatie Vlaanderen"
+                },
+                "name": "AIV Flanders 最新航空画像"
+            },
+            "AGIV10cm": {
+                "attribution": {
+                    "text": "© agentschap Informatie Vlaanderen"
+                },
+                "name": "AIV Flanders 2013-2015 航空写真 10cm"
+            },
+            "AGIVFlandersGRB": {
+                "attribution": {
+                    "text": "© agentschap Informatie Vlaanderen"
+                },
+                "name": "AIV Flanders GRB"
+            },
+            "AIV_DHMV_II_HILL_25cm": {
+                "attribution": {
+                    "text": "© agentschap Informatie Vlaanderen"
+                },
+                "name": "AIV Digitaal Hoogtemodel Vlaanderen II, multidirectionale hillshade 0,25 m"
+            },
+            "AIV_DHMV_II_SVF_25cm": {
+                "attribution": {
+                    "text": "© agentschap Informatie Vlaanderen"
+                },
+                "name": "AIV Digitaal Hoogtemodel Vlaanderen II, Skyview factor 0,25 m"
+            },
+            "Bing": {
+                "description": "衛星・航空写真。撮影日付はCtrl+Shift+Bで現れる右下のパネルで確認可能。比較的新しい箇所が多いが位置ズレやゆがみ(特に高低差のある場所)に注意。日本では位置精度は概して国土地理院のものが高い。",
+                "name": "Bing航空画像"
+            },
+            "DigitalGlobe-Premium": {
+                "attribution": {
+                    "text": "規約&フィードバック"
+                },
+                "description": "DigitalGlobe-Premiumは DigitalGlobe ベースマップの繋ぎ合わせから成り、50cm以上の解像度した組み合わせで、選ばれた地域が+Vividや興味深いカスタムエリアで埋められ、今後の更新でより頻繁にリフレッシュされます。",
+                "name": "DigitalGlobeプレミアム画像"
+            },
+            "DigitalGlobe-Premium-vintage": {
+                "attribution": {
+                    "text": "規約&フィードバック"
+                },
+                "description": "画像の境界と取得日付。ラベルはズームレベル13以上で表示。",
+                "name": "DigitalGlobeプレミアム画像撮影日"
+            },
+            "DigitalGlobe-Standard": {
+                "attribution": {
+                    "text": "規約&フィードバック"
+                },
+                "description": "DigitalGlobe-Standardは地球の大陸部の86%をカバーする画像を集めたセットで、一部30-60cm解像度でランドサットを下敷きにしています。平均年齢は2.31歳で、場所によっては毎年2x 更新されます。",
+                "name": "DigitalGlobe標準画像"
+            },
+            "DigitalGlobe-Standard-vintage": {
+                "attribution": {
+                    "text": "規約&フィードバック"
+                },
+                "description": "画像の境界と取得日付。ラベルはズームレベル13以上で表示。",
+                "name": "DigitalGlobe標準画像撮影日"
+            },
+            "EOXAT2018CLOUDLESS": {
+                "attribution": {
+                    "text": "Sentinel-2 cloudless - https://s2maps.eu by EOX IT Services GmbH (Contains modified Copernicus Sentinel data 2017 & 2018)"
+                },
+                "description": "後処理済みのSentinel 衛星画像(日本では低解像度)",
+                "name": "eox.at 2018 cloudless"
+            },
+            "EsriWorldImagery": {
+                "attribution": {
+                    "text": "規約 & フィードバック"
+                },
+                "description": "Esri world imagery.",
+                "name": "Esri World Imagery"
+            },
+            "EsriWorldImageryClarity": {
+                "attribution": {
+                    "text": "規約 & フィードバック"
+                },
+                "description": "おそらくEsriデフォルトのレイヤより明瞭で正確、しかしやや古いEsriアーカイブ画像。(日本での違いは不明)",
+                "name": "Esri World Imagery(精細版)ベータ"
+            },
+            "MAPNIK": {
+                "attribution": {
+                    "text": "© OpenStreetMap contributors, CC-BY-SA"
+                },
+                "description": "OpenStreetMap標準レイヤーです。",
+                "name": "OpenStreetMap (標準)"
+            },
+            "Mapbox": {
+                "attribution": {
+                    "text": "規約&フィードバック"
+                },
+                "description": "衛星・航空画像です。",
+                "name": "Mapbox衛星画像"
+            },
+            "Maxar-Premium": {
+                "attribution": {
+                    "text": "Terms & Feedback"
+                },
+                "description": "MaxarプレミアムはMaxarベースマップの繋ぎ合わせから成り、50cm以上の解像度した組み合わせで、選ばれた地域が+Vividや興味深いカスタムエリアで埋められ、今後の更新でより頻繁にリフレッシュされます。",
+                "name": "Maxarプレミアム画像(Beta)"
+            },
+            "Maxar-Standard": {
+                "attribution": {
+                    "text": "Terms & Feedback"
+                },
+                "description": "Maxar標準は地球の大陸部の86%をカバーする画像を集めたセットで、一部30-60cm解像度でランドサットを下敷きにしています。平均年齢は2.31歳で、場所によっては毎年2x 更新されます。 ",
+                "name": "Maxar標準画像(Beta)"
+            },
+            "OSM_Inspector-Addresses": {
+                "attribution": {
+                    "text": "© Geofabrik GmbH, OpenStreetMap contributors, CC-BY-SA"
+                },
+                "name": "OSM Inspector: 住所"
+            },
+            "OSM_Inspector-Geometry": {
+                "attribution": {
+                    "text": "© Geofabrik GmbH, OpenStreetMap contributors, CC-BY-SA"
+                },
+                "name": "OSM Inspector: ジオメトリ"
+            },
+            "OSM_Inspector-Highways": {
+                "attribution": {
+                    "text": "© Geofabrik GmbH, OpenStreetMap contributors, CC-BY-SA"
+                },
+                "name": "OSM Inspector: 道路"
+            },
+            "OSM_Inspector-Multipolygon": {
+                "attribution": {
+                    "text": "© Geofabrik GmbH, OpenStreetMap contributors, CC-BY-SA"
+                },
+                "name": "OSM Inspector: エリア"
+            },
+            "OSM_Inspector-Places": {
+                "attribution": {
+                    "text": "© Geofabrik GmbH, OpenStreetMap contributors, CC-BY-SA"
+                },
+                "name": "OSM Inspector: 場所"
+            },
+            "OSM_Inspector-Routing": {
+                "attribution": {
+                    "text": "© Geofabrik GmbH, OpenStreetMap contributors, CC-BY-SA"
+                },
+                "name": "OSM Inspector: ルーティング"
+            },
+            "OSM_Inspector-Tagging": {
+                "attribution": {
+                    "text": "© Geofabrik GmbH, OpenStreetMap contributors, CC-BY-SA"
+                },
+                "name": "OSM Inspector: タグ付け"
+            },
+            "SPW_ORTHO_LAST": {
+                "name": "SPW(allonie) 最新航空画像"
+            },
+            "SPW_PICC": {
+                "name": "SPW(allonie) PICC numerical imagery"
+            },
+            "US-TIGER-Roads-2014": {
+                "description": "ズームレベル16+ではUS Censusのパブリックドメインの地図データ。それ以下では2006年以降のOpenStreetmapに未投入の変更分のみ。",
+                "name": "TIGER Roads 2014"
+            },
+            "US-TIGER-Roads-2017": {
+                "description": "黄 = US Censusからのパブリックドメインの地図データ。赤 = penStreetMapに無いデータ。",
+                "name": "TIGER Roads 2017"
+            },
+            "US-TIGER-Roads-2018": {
+                "description": "Yellow = Public domain map data from the US Census. Red = Data not found in OpenStreetMap",
+                "name": "TIGER Roads 2018"
+            },
+            "USDA-NAIP": {
+                "description": "The most recent year of DOQQs from the National Agriculture Imagery Program (NAIP) for each state in the contiguous United States.",
+                "name": "National Agriculture Imagery Program"
+            },
+            "US_Forest_Service_roads_overlay": {
+                "description": "Highway: 緑枠 = unclassified.ブラウン枠 = track. Surface: gravel = ライトブラウン, Asphalt = 黒, paved = グレイ, ground =白, concrete = 青, grass = 緑. Seasonal = 白棒",
+                "name": "U.S. Forest Roads Overlay"
+            },
+            "UrbISOrtho2016": {
+                "attribution": {
+                    "text": "Realized by means of Brussels UrbIS®© - Distribution & Copyright CIRB"
+                },
+                "name": "UrbIS-オルソ 2016"
+            },
+            "UrbISOrtho2017": {
+                "attribution": {
+                    "text": "Realized by means of Brussels UrbIS®© - Distribution & Copyright CIRB"
+                },
+                "name": "UrbIS-オルソ 2017"
+            },
+            "UrbISOrtho2018": {
+                "attribution": {
+                    "text": "Realized by means of Brussels UrbIS®© - Distribution & Copyright CIRB"
+                },
+                "name": "UrbIS-Ortho 2018"
+            },
+            "UrbisAdmFR": {
+                "attribution": {
+                    "text": "Realized by means of Brussels UrbIS®© - Distribution & Copyright CIRB"
+                },
+                "name": "UrbisAdm FR"
+            },
+            "UrbisAdmNL": {
+                "attribution": {
+                    "text": "Realized by means of Brussels UrbIS®© - Distribution & Copyright CIRB"
+                },
+                "name": "UrbisAdm NL"
+            },
+            "Waymarked_Trails-Cycling": {
+                "attribution": {
+                    "text": "© waymarkedtrails.org, OpenStreetMap contributors, CC by-SA 3.0"
+                },
+                "name": "Waymarked Trails: サイクリング"
+            },
+            "Waymarked_Trails-Hiking": {
+                "attribution": {
+                    "text": "© waymarkedtrails.org, OpenStreetMap contributors, CC by-SA 3.0"
+                },
+                "name": "Waymarked Trails: ハイキング"
+            },
+            "Waymarked_Trails-MTB": {
+                "attribution": {
+                    "text": "© waymarkedtrails.org, OpenStreetMap contributors, CC by-SA 3.0"
+                },
+                "name": "Waymarked Trails: MTB"
+            },
+            "Waymarked_Trails-Skating": {
+                "attribution": {
+                    "text": "© waymarkedtrails.org, OpenStreetMap contributors, CC by-SA 3.0"
+                },
+                "name": "Waymarked Trails: スケート"
+            },
+            "Waymarked_Trails-Winter_Sports": {
+                "attribution": {
+                    "text": "© waymarkedtrails.org, OpenStreetMap contributors, CC by-SA 3.0"
+                },
+                "name": "Waymarked Trails: 冬季スポーツ"
+            },
+            "basemap.at": {
+                "attribution": {
+                    "text": "basemap.at"
+                },
+                "description": "オーストリアのベースマップ、政府データに基づく。",
+                "name": "basemap.at"
+            },
+            "basemap.at-orthofoto": {
+                "attribution": {
+                    "text": "basemap.at"
+                },
+                "description": "basemap.at が提供するオルソ写真レイヤ。geoimage.at 画像の「後継」。",
+                "name": "basemap.at Orthofoto"
+            },
+            "basemap.at-overlay": {
+                "attribution": {
+                    "text": "basemap.at"
+                },
+                "description": "Annotation overlay provided by basemap.at.",
+                "name": "basemap.at Overlay"
+            },
+            "basemap.at-surface": {
+                "attribution": {
+                    "text": "basemap.at"
+                },
+                "description": "Surface layer provided by basemap.at.",
+                "name": "basemap.at Surface"
+            },
+            "basemap.at-terrain": {
+                "attribution": {
+                    "text": "basemap.at"
+                },
+                "description": "Terrain layer provided by basemap.at.",
+                "name": "basemap.at Terrain"
+            },
+            "eufar-balaton": {
+                "attribution": {
+                    "text": "EUFAR Balaton ortofotó 2010"
+                },
+                "description": "1940 geo-tagged photography from Balaton Limnological Institute.",
+                "name": "EUFAR Balaton orthophotos"
+            },
+            "finds.jp_KBN_2500": {
+                "attribution": {
+                    "text": "国土地理院 基盤地図2500"
+                },
+                "description": "独立行政法人 農研機構(NARO)より配信。ズームレベル15~20。輪郭が鮮明な地図画像なので最もトレースしやすく、概してBingより位置精度が高いが、Bingよりやや古いことが多い。",
+                "name": "国土地理院 基盤地図2500(NARO経由)"
+            },
+            "gsi.go.jp": {
+                "attribution": {
+                    "text": "国土地理院 オルソ"
+                },
+                "description": "最大ズームレベル17。歪みは補正(オルソ化)済みであり、概してBingより位置精度が高く国内では最も安定して利用可能な画像だが、Bingよりやや古い場合がある。",
+                "name": "国土地理院 電子国土基本図(オルソ画像)"
+            },
+            "gsi.go.jp_airphoto": {
+                "attribution": {
+                    "text": "国土地理院 簡易空中写真"
+                },
+                "description": "航空レーザー測量点検用写真をつなぎ合わせたもので、地理院オルソ画像とは撮影時期やカバー範囲が少し異なる部分もあるため、オルソ画像の代替として有用な場合がある。",
+                "name": "国土地理院 簡易空中写真"
+            },
+            "gsi.go.jp_seamlessphoto": {
+                "attribution": {
+                    "text": "国土地理院 シームレス写真"
+                },
+                "description": "国土地理院のシームレス写真。電子国土基本図(オルソ画像), 東日本大震災後正射画像, 森林(国有林)の空中写真(林野庁), 簡易空中写真, 国土画像情報, からそれぞれ最新の写真を組合せたもの。",
+                "name": "国土地理院 全国最新写真(シームレス)"
+            },
+            "gsi.go.jp_std_map": {
+                "attribution": {
+                    "text": "国土地理院 標準地図"
+                },
+                "description": "ズームレベル5~18の日本全国とその周辺地域をカバー。地図画像なのでトレースしやすく、概してBingより位置精度が高いが、やや古い場合がある。",
+                "name": "国土地理院 標準地図"
+            },
+            "helsingborg-orto": {
+                "attribution": {
+                    "text": "© Helsingborg municipality"
+                },
+                "description": "Orthophotos from the municipality of Helsingborg 2016, public domain",
+                "name": "Helsingborg Orthophoto"
+            },
+            "kalmar-orto-2014": {
+                "attribution": {
+                    "text": "© Kalmar municipality"
+                },
+                "description": "Orthophotos for the north coast of the municipality of Kalmar 2014",
+                "name": "Kalmar North Orthophoto 2014"
+            },
+            "kalmar-orto-2016": {
+                "attribution": {
+                    "text": "© Kalmar municipality"
+                },
+                "description": "Orthophotos for the south coast of the municipality of Kalmar 2016",
+                "name": "Kalmar South Orthophoto 2016"
+            },
+            "kalmar-orto-2018": {
+                "attribution": {
+                    "text": "© Kalmar municipality"
+                },
+                "description": "Orthophotos for urban areas of the municipality of Kalmar 2018",
+                "name": "Kalmar Urban Orthophoto 2018"
+            },
+            "kelkkareitit": {
+                "attribution": {
+                    "text": "© Kelkkareitit.fi"
+                },
+                "description": "Kelkkareitit.fi snowmobile trails from OSM (Nordic coverage)",
+                "name": "Nordic snowmobile オーバーレイ"
+            },
+            "lantmateriet-orto1960": {
+                "attribution": {
+                    "text": "© Lantmäteriet, CC0"
+                },
+                "description": "Mosaic of Swedish orthophotos from the period 1955–1965. Older and younger pictures may occur.",
+                "name": "Lantmäteriet Historic Orthophoto 1960"
+            },
+            "lantmateriet-orto1975": {
+                "attribution": {
+                    "text": "© Lantmäteriet, CC0"
+                },
+                "description": "Mosaic of Swedish orthophotos from the period 1970–1980. Is under construction.",
+                "name": "Lantmäteriet Historic Orthophoto 1975"
+            },
+            "lantmateriet-topowebb": {
+                "attribution": {
+                    "text": "© Lantmäteriet, CC0"
+                },
+                "description": "Topographic map of Sweden 1:50 000",
+                "name": "Lantmäteriet Topographic Map"
+            },
+            "linkoping-orto": {
+                "attribution": {
+                    "text": "© Linköping municipality"
+                },
+                "description": "Orthophotos from the municipality of Linköping 2010, open data",
+                "name": "Linköping Orthophoto"
+            },
+            "mapbox_locator_overlay": {
+                "attribution": {
+                    "text": "規約 & フィードバック"
+                },
+                "description": "背景画像上に低ズームでも主要な地物を表示します。",
+                "name": "地物簡略表示(低ズーム時)"
+            },
+            "openpt_map": {
+                "attribution": {
+                    "text": "© OpenStreetMap contributors, CC-BY-SA"
+                },
+                "name": "OpenPT Map (オーバーレイ)"
+            },
+            "osm-gps": {
+                "attribution": {
+                    "text": "© OpenStreetMap contributors"
+                },
+                "description": "OpenStreetMapにアップロードされた公開GPSトレースです。",
+                "name": "OpenStreetMap GPSトレース"
+            },
+            "osm-mapnik-black_and_white": {
+                "attribution": {
+                    "text": "© OpenStreetMap contributors, CC-BY-SA"
+                },
+                "name": "OpenStreetMap (Standard Black & White)"
+            },
+            "osm-mapnik-german_style": {
+                "attribution": {
+                    "text": "© OpenStreetMap contributors, CC-BY-SA"
+                },
+                "name": "OpenStreetMap (ドイツスタイル)"
+            },
+            "osmse-ekonomiska": {
+                "attribution": {
+                    "text": "© Lantmäteriet"
+                },
+                "description": "Scan of \"Economic maps\" ca. 1950–1980",
+                "name": "Lantmäteriet Economic Map 1950–1980"
+            },
+            "qa_no_address": {
+                "attribution": {
+                    "text": "Simon Poole, Data ©OpenStreetMap contributors"
+                },
+                "name": "QA No Address"
+            },
+            "skobbler": {
+                "attribution": {
+                    "text": "© Tiles: skobbler Map data: OpenStreetMap contributors"
+                },
+                "name": "skobbler"
+            },
+            "skoterleder": {
+                "attribution": {
+                    "text": "© Skoterleder.org"
+                },
+                "description": "Snowmobile trails",
+                "name": "Snowmobile map Sweden"
+            },
+            "stamen-terrain-background": {
+                "attribution": {
+                    "text": "Map tiles by Stamen Design, under CC BY 3.0. Data by OpenStreetMap, under ODbL"
+                },
+                "name": "Stamen 地形図"
+            },
+            "stockholm-orto": {
+                "attribution": {
+                    "text": "© Stockholm municipality, CC0"
+                },
+                "description": "Orthophotos from the municipality of Stockholm 2016, CC0 license",
+                "name": "Stockholm Orthophoto"
+            },
+            "tf-cycle": {
+                "attribution": {
+                    "text": "Maps © Thunderforest, Data © OpenStreetMap contributors"
+                },
+                "name": "Thunderforest OpenCycleMap"
+            },
+            "tf-landscape": {
+                "attribution": {
+                    "text": "Maps © Thunderforest, Data © OpenStreetMap contributors"
+                },
+                "name": "Thunderforest Landscape"
+            },
+            "trafikverket-baninfo": {
+                "attribution": {
+                    "text": "© Trafikverket, CC0"
+                },
+                "description": "Swedish railway network, including sidings",
+                "name": "Trafikverket Railway Network"
+            },
+            "trafikverket-baninfo-option": {
+                "attribution": {
+                    "text": "© Trafikverket, CC0"
+                },
+                "description": "Swedish railway network with several options for map layers",
+                "name": "Trafikverket Railway Network options"
+            },
+            "trafikverket-vagnat": {
+                "attribution": {
+                    "text": "© Trafikverket, CC0"
+                },
+                "description": "Swedish NVDB road network",
+                "name": "Trafikverket Road Network"
+            },
+            "trafikverket-vagnat-extra": {
+                "attribution": {
+                    "text": "© Trafikverket, CC0"
+                },
+                "description": "Swedish NVDB extra details: Highway reference, traffic calming, rest area, bus stop, bridge, tunnel, speed camera",
+                "name": "Trafikverket Road Network extra"
+            },
+            "trafikverket-vagnat-navn": {
+                "attribution": {
+                    "text": "© Trafikverket, CC0"
+                },
+                "description": "Swedish NVDB street names",
+                "name": "Trafikverket Street Names"
+            },
+            "trafikverket-vagnat-option": {
+                "attribution": {
+                    "text": "© Trafikverket, CC0"
+                },
+                "description": "Swedish NVDB road network with several options for map layers",
+                "name": "Trafikverket Road Network options"
+            }
+        },
+        "community": {
+            "bw-facebook": {
+                "name": "Mapping Botswana on Facebook",
+                "description": "Page of OpenStreetMap in Botswana"
+            },
+            "bw-twitter": {
+                "name": "Mapping Botswana on Twitter",
+                "description": "Twitter of OpenStreetMap in Botswana"
+            },
+            "ym-Centre-Universitaire-de-Recherche-et-dApplication-en-Tldtection-CURAT-de-lUniversit-Felix-Houphouet-Boigny": {
+                "name": "YouthMappers CURAT",
+                "description": "YouthMappers chapter at Centre Universitaire de Recherche et d'Application en Télédétection (CURAT) de l'Université Felix Houphouet Boigny",
+                "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."
+            },
+            "ym-The-Gambia-YMCA-University-of-the-Gambia": {
+                "name": "Connected YouthMappers",
+                "description": "YouthMappers chapter at The Gambia YMCA / University of the Gambia",
+                "extendedDescription": "Connected YouthMappers is comprised of dedicated young Gambians who aspire to change and aid national development."
+            },
+            "cape-coast-youthmappers": {
+                "name": "University of Cape Coast YouthMappers",
+                "description": "Follow us on Twitter: {url}",
+                "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."
+            },
+            "osm-gh-facebook": {
+                "name": "OpenStreetMap Ghana on Facebook",
+                "description": "Facebook group for people interested in OpenStreetMap.",
+                "extendedDescription": "Mappers in Ghana community, promoting OpenStreetMap and Humanitarian OpenStreetMap Team (HOT) projects in Ghana. Join us."
+            },
+            "osm-gh-twitter": {
+                "name": "OpenStreetMap Ghana on Twitter",
+                "description": "Follow us on Twitter: {url}"
+            },
+            "talk-gh": {
+                "name": "Talk-gh Mailing List",
+                "description": "Talk-gh is the official mailing list for Ghana OSM community."
+            },
+            "ym-Kwame-Nkrumah-University-of-Science-and-Technology": {
+                "name": "Kwame Nkrumah University of Science and Technology YouthMappers",
+                "description": "YouthMappers chapter at Kwame Nkrumah University of Science and Technology"
+            },
+            "ym-University-of-Cape-Coast": {
+                "name": "UCC Geographical Society",
+                "description": "YouthMappers chapter at University of Cape Coast",
+                "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.”"
+            },
+            "ym-University-of-Energy-and-Natural-Resources": {
+                "name": "Eco-Club",
+                "description": "YouthMappers chapter at University of Energy and Natural Resources",
+                "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."
+            },
+            "ym-University-of-Ghana": {
+                "name": "University of Ghana YouthMappers",
+                "description": "YouthMappers chapter at University of Ghana",
+                "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."
+            },
+            "ym-University-of-Mines-and-Technology": {
+                "name": "UMaT YouthMappers",
+                "description": "YouthMappers chapter at University of Mines and Technology",
+                "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."
+            },
+            "ym-General-Lansana-Conte-University": {
+                "name": "YouthMappers General Lansana Conte University",
+                "description": "YouthMappers chapter at General Lansana Conte University",
+                "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."
+            },
+            "ym-Institute-of-Science-and-Veterinary-Medicine": {
+                "name": "YouthMappers ISSMV Dalaba",
+                "description": "YouthMappers chapter at Institute of Science and Veterinary Medicine",
+                "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."
+            },
+            "ym-Universit-de-NZrkor": {
+                "name": "Youthmappers à N'Zérékoré",
+                "description": "YouthMappers chapter at Université de N'Zérékoré",
+                "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."
+            },
+            "ym-Dedan-Kimathi-University-of-Technology": {
+                "name": "GDEV",
+                "description": "YouthMappers chapter at Dedan Kimathi University of Technology",
+                "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"
+            },
+            "ym-Jomo-Kenyatta-University-of-Agriculture-and-Technology": {
+                "name": "Association of Geomatics Engineering Students",
+                "description": "YouthMappers chapter at Jomo Kenyatta University of Agriculture and Technology",
+                "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."
+            },
+            "ym-Karatina-University": {
+                "name": "Nature Club Karatina University",
+                "description": "YouthMappers chapter at Karatina University",
+                "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."
+            },
+            "ym-Kenyatta-University": {
+                "name": "Kenyatta University GIS Club",
+                "description": "YouthMappers chapter at Kenyatta University",
+                "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."
+            },
+            "ym-Moi-University": {
+                "name": "Geography Students Association",
+                "description": "YouthMappers chapter at Moi University",
+                "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."
+            },
+            "ym-Technical-University-of-Kenya": {
+                "name": "Geospatial Science Student Association",
+                "description": "YouthMappers chapter at Technical University of Kenya",
+                "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"
+            },
+            "ym-University-of-Nairobi": {
+                "name": "Geospatial Engineering Students Association",
+                "description": "YouthMappers chapter at University of Nairobi",
+                "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."
+            },
+            "ym-African-Methodist-Episcopal-University": {
+                "name": "YouthMappers-AMEU",
+                "description": "YouthMappers chapter at African Methodist Episcopal University"
+            },
+            "ym-Cuttington-University": {
+                "name": "Cuttington University YouthMappers",
+                "description": "YouthMappers chapter at Cuttington University",
+                "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."
+            },
+            "ym-Grand-Gedeh-County-Community-College": {
+                "name": "YouthMappers at Grand Gedeh County Community College",
+                "description": "YouthMappers chapter at Grand Gedeh County Community College",
+                "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."
+            },
+            "ym-Nimba-County-Community-College": {
+                "name": "Nimba County Community College Youth Mappers",
+                "description": "YouthMappers chapter at Nimba County Community College"
+            },
+            "ym-Stella-Maris-Polytechnic": {
+                "name": "YouthMappers-SMP",
+                "description": "YouthMappers chapter at Stella Maris Polytechnic"
+            },
+            "ym-University-of-Liberia-YouthMappers": {
+                "name": "University of Liberia YouthMappers",
+                "description": "YouthMappers chapter at University of Liberia YouthMappers",
+                "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."
+            },
+            "osm-mg-facebook": {
+                "name": "OpenStreetMap Madagascar Facebook Group",
+                "description": "Malagasy Facebook group for people interested in OpenStreetMap."
+            },
+            "talk-mg": {
+                "name": "Talk-mg Mailing List",
+                "description": "Place for OpenStreetMap contributors, communities and users in Madagascar to share and discuss."
+            },
+            "ym-University-of-Malawi": {
+                "name": "Chanco Malawi YouthMappers",
+                "description": "YouthMappers chapter at University of Malawi",
+                "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."
+            },
+            "ym-Universit-des-Sciences-Sociale-et-de-Gestion-de-Bamako": {
+                "name": "Etudiant au Laboratoire HoPE",
+                "description": "YouthMappers chapter at Université des Sciences Sociale et de Gestion de Bamako"
+            },
+            "ym-Universidade-Eduardo-Mondlane": {
+                "name": "Comunidade YouthMappers Moçambique",
+                "description": "YouthMappers chapter at Universidade Eduardo Mondlane",
+                "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."
+            },
+            "ym-Namibia-University-of-Science-and-Technology": {
+                "name": "Geoinformation Technology Student Society",
+                "description": "YouthMappers chapter at Namibia University of Science and Technology"
+            },
+            "ym-Abia-State-University": {
+                "name": "AbsuMappersTeam",
+                "description": "YouthMappers chapter at Abia State University",
+                "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"
+            },
+            "ym-Ahmadu-Bello-University": {
+                "name": "ABU Geomappers",
+                "description": "YouthMappers chapter at Ahmadu Bello University",
+                "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."
+            },
+            "ym-Federal-School-of-Surveys": {
+                "name": "OyoMappersTeam (OMT) Oyo",
+                "description": "YouthMappers chapter at Federal School of Surveys"
+            },
+            "ym-Federal-University-of-Technology-Akure": {
+                "name": "YouthMappers Futa Space Club",
+                "description": "YouthMappers chapter at Federal University of Technology, Akure",
+                "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."
+            },
+            "ym-Ignatius-Ajuru-University-of-Education": {
+                "name": "IgnatiusMappersTeam (IMT)",
+                "description": "YouthMappers chapter at Ignatius Ajuru University of Education",
+                "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."
+            },
+            "ym-University-of-Nigeria-Nsukka": {
+                "name": "LionMappersTeam (LMT) Nsukka",
+                "description": "YouthMappers chapter at University of Nigeria, Nsukka",
+                "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."
+            },
+            "ym-University-of-Port-Harcourt": {
+                "name": "UniqueMappersTeam (UMT) Port Harcourt",
+                "description": "YouthMappers chapter at University of Port Harcourt",
+                "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."
+            },
+            "ym-University-of-Nigeria-Enugu-Campus": {
+                "name": "LionMappersTeam (LMT) Enugu",
+                "description": "YouthMappers chapter at University of Nigeria, Enugu Campus",
+                "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."
+            },
+            "ym-Insititue-d-Enseignement-Superieur-de-Ruhengeri": {
+                "name": "YouthMappers at INES Ruhengeri",
+                "description": "YouthMappers chapter at Insititue d' Enseignement Superieur de Ruhengeri",
+                "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."
+            },
+            "ym-University-of-Rwanda-Huye-Campus": {
+                "name": "Rwanda YouthMappers",
+                "description": "YouthMappers chapter at University of Rwanda - Huye Campus",
+                "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."
+            },
+            "ym-Institut-Suprieur-de-Management-Kolda": {
+                "name": "Les Femmes Leaders de ISM/Kolda",
+                "description": "YouthMappers chapter at Institut Supérieur de Management Kolda",
+                "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."
+            },
+            "ym-Universit-Gaston-Berger": {
+                "name": "YouthMappers at UGB",
+                "description": "YouthMappers chapter at Université Gaston Berger",
+                "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."
+            },
+            "ym-Fourah-Bay-College": {
+                "name": "Student's Geographical Association",
+                "description": "YouthMappers chapter at Fourah Bay College",
+                "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."
+            },
+            "ym-Njala-University-Freetown-Campus": {
+                "name": "Njala Freetown YouthMappers",
+                "description": "YouthMappers chapter at Njala University, Freetown Campus",
+                "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."
+            },
+            "ym-Njala-University-Njala-Campus": {
+                "name": "YouthMappers Njala University, Njala Campus",
+                "description": "YouthMappers chapter at Njala University, Njala Campus"
+            },
+            "ym-University-of-Pretoria": {
+                "name": "Centre for Geoinformation Science",
+                "description": "YouthMappers chapter at University of Pretoria",
+                "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."
+            },
+            "ym-Ardhi-University": {
+                "name": "ARU Mapper",
+                "description": "YouthMappers chapter at Ardhi University",
+                "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."
+            },
+            "ym-Institute-of-Finance-Management": {
+                "name": "IFM mappers",
+                "description": "YouthMappers chapter at Institute of Finance Management",
+                "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"
+            },
+            "ym-Institute-of-Rural-Development-Planning-Mwanza": {
+                "name": "Youth Mappers Chapter at Institute of Rural Development Planning - Lake Zone Centre",
+                "description": "YouthMappers chapter at Institute of Rural Development Planning Mwanza"
+            },
+            "ym-Institute-of-Rural-Development-Planning": {
+                "name": "Mipango YouthMappers Chapter",
+                "description": "YouthMappers chapter at Institute of Rural Development Planning",
+                "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."
+            },
+            "ym-Open-University-of-Tanzania": {
+                "name": "Youth Mappers at Open University of Tanzania",
+                "description": "YouthMappers chapter at Open University of Tanzania",
+                "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."
+            },
+            "ym-Sokoine-University-of-Agriculture": {
+                "name": "SMCoSE YouthMappers",
+                "description": "YouthMappers chapter at Sokoine University of Agriculture",
+                "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."
+            },
+            "ym-University-of-Dar-es-Salaam": {
+                "name": "YouthMappers at University of Dar es Salaam",
+                "description": "YouthMappers chapter at University of Dar es Salaam",
+                "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 ."
+            },
+            "ym-Busitema-University": {
+                "name": "Good Mappers",
+                "description": "YouthMappers chapter at Busitema University",
+                "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."
+            },
+            "ym-Gulu-University": {
+                "name": "CSGU Mappers",
+                "description": "YouthMappers chapter at Gulu University",
+                "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."
+            },
+            "ym-Kumi-University": {
+                "name": "Ever Last YouthMappers",
+                "description": "YouthMappers chapter at Kumi University",
+                "extendedDescription": "This energetic group of students organizes within the faculty of Science and Information Technology."
+            },
+            "ym-Makerere-University": {
+                "name": "Geo YouthMappers",
+                "description": "YouthMappers chapter at Makerere University",
+                "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."
+            },
+            "ym-Mbarara-University-of-Science-and-Technology": {
+                "name": "MUST Street Mappers",
+                "description": "YouthMappers chapter at Mbarara University of Science and Technology",
+                "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."
+            },
+            "ym-St.-Augustine-International-University": {
+                "name": "YouthMappers at St Augustine International University",
+                "description": "YouthMappers chapter at St. Augustine International University"
+            },
+            "ym-Uganda-Christian-University-Mbale-Campus": {
+                "name": "Mappers for Life",
+                "description": "YouthMappers chapter at Uganda Christian University Mbale Campus",
+                "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."
+            },
+            "ym-Uganda-Pentecostal-University": {
+                "name": "HiTech Youth Mappers",
+                "description": "YouthMappers chapter at Uganda Pentecostal University",
+                "extendedDescription": "A new Youthmappers Chapter in Western Uganda. Ready to map and provide open data with OpenStreetMap for development purposes."
+            },
+            "ym-St.-Mawaggali-Trades-Training-Institute": {
+                "name": "MawaggaliMappers",
+                "description": "YouthMappers chapter at St. Mawaggali Trades Training Institute",
+                "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."
+            },
+            "ym-The-University-of-Zambia": {
+                "name": "YouthMappers Unza",
+                "description": "YouthMappers chapter at The University of Zambia"
+            },
+            "ym-University-of-Zimbabwe": {
+                "name": "UZMappers",
+                "description": "YouthMappers chapter at University of Zimbabwe",
+                "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."
+            },
+            "OSM-BGD-facebook": {
+                "name": "OpenStreetMap Bangladesh",
+                "description": "Improve OpenStreetMap in Bangladesh",
+                "extendedDescription": "Mapping in Bangladesh? Have questions, want to connect with the community here? Join us at {url}. All are welcome!"
+            },
+            "ym-Asian-University-for-Women": {
+                "name": "YouthMappers at AUW",
+                "description": "YouthMappers chapter at Asian University for Women",
+                "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."
+            },
+            "ym-Dhaka-College": {
+                "name": "YouthMappers Daka College",
+                "description": "YouthMappers chapter at Dhaka College",
+                "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."
+            },
+            "ym-Dhaka-University": {
+                "name": "Openstreetmap YouthMappers",
+                "description": "YouthMappers chapter at Dhaka University",
+                "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."
+            },
+            "ym-Eastern-University": {
+                "name": "YouthMappers at Eastern University",
+                "description": "YouthMappers chapter at Eastern University",
+                "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."
+            },
+            "ym-Jahangirnagar-University": {
+                "name": "YouthMappers at IRS, Jahangirnagar University",
+                "description": "YouthMappers chapter at Jahangirnagar University"
+            },
+            "ym-Khulna-University": {
+                "name": "Openstreetmap",
+                "description": "YouthMappers chapter at Khulna University",
+                "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."
+            },
+            "ym-Rajshahi-University-of-Engineering-Technology": {
+                "name": "YouthMappers at RUET",
+                "description": "YouthMappers chapter at Rajshahi University of Engineering & Technology",
+                "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."
+            },
+            "ym-Sherubtse-College": {
+                "name": "Geographical Society",
+                "description": "YouthMappers chapter at Sherubtse College",
+                "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'!"
+            },
+            "OSM-India-facebook": {
+                "name": "OpenStreetMap India - Participatory neighborhood mapping",
+                "description": "Improve OpenStreetMap in India",
+                "extendedDescription": "Mapping in India? Have questions, want to connect with the community here? Join us at {url}. All are welcome!",
+                "events": {
+                    "sotmasia2018": {
+                        "name": "State of the Map Asia 2018",
+                        "description": "Join the 2018 OpenStreetMap region-wide event at State of the Map Asia in India",
+                        "where": "Indian Institute of Management, Bangalore, India"
+                    }
+                }
+            },
+            "osm-india-forum": {
+                "name": "OpenStreetMap India forum",
+                "description": "OpenStreetMap India web forum"
+            },
+            "osm-india-github": {
+                "name": "OpenStreetMap India GitHub",
+                "description": "Code with us: {url}"
+            },
+            "OSM-india-mailinglist": {
+                "name": "OpenStreetMap India Mailinglist",
+                "description": "Talk-in is the official Mailinglist for Indian Community"
+            },
+            "osm-india-telegram": {
+                "name": "OpenStreetMap India Telegram",
+                "description": "Join our family: {url}"
+            },
+            "OSM-india-twitter": {
+                "name": "OpenStreetMap India Twitter",
+                "description": "We are just a tweet away: {url}"
+            },
+            "osm-india-website": {
+                "name": "OpenStreetMap India",
+                "description": "Mappers and OpenStreetMap users in India"
+            },
+            "osm-india-wiki": {
+                "name": "OpenStreetMap Wikiproject India",
+                "description": "Everything you need to know about mapping in India: {url}"
+            },
+            "osm-india-youtube": {
+                "name": "OpenStreetMap India Youtube",
+                "description": "Subscribe to our channel: {url}"
+            },
+            "OSM-India-Puducherry-Facebook": {
+                "name": "Free Software Hardware Movement - Facebook",
+                "description": "FSHM Facebook page to know about community events, activities",
+                "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."
+            },
+            "OSM-Puducherry-Mailing-List": {
+                "name": "Free Software Hardware Movement - Mailing List",
+                "description": "FSHM Puducherry mailing list to discuss mapping in Puducherry and other things.",
+                "extendedDescription": "FSHM organizes events relating to free software/hardware, technology, activism and OpenStreetMap."
+            },
+            "OSM-India-Puducherry-Matrix": {
+                "name": "Free Software Hardware Movement - Matrix",
+                "description": "FSHM Riot group to discuss, share and update mapping activities, events in and around Puducherry",
+                "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."
+            },
+            "ym-Gujarat-University": {
+                "name": "CCIM at Ahmedabad",
+                "description": "YouthMappers chapter at Gujarat University"
+            },
+            "OSM-IDN-facebook": {
+                "name": "OpenStreetMap Indonesia",
+                "description": "Improve OpenStreetMap in Indonesia",
+                "extendedDescription": "Mapping in Indonesia? Have questions, want to connect with the community here? Join us at {Url}. All are welcome!"
+            },
+            "ym-Universitas-Negeri-Makassar": {
+                "name": "Kontur Geografi",
+                "description": "YouthMappers chapter at Universitas Negeri Makassar"
+            },
+            "ym-University-Muhammadiyah-Surakarta": {
+                "name": "SpaceTime",
+                "description": "YouthMappers chapter at University Muhammadiyah Surakarta",
+                "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."
+            },
+            "osm-iran-aparat": {
+                "name": "OpenStreetMap Iran Aparat",
+                "description": "Subscribe to our channel at {url}",
+                "extendedDescription": "A good resource of videos about anything related to OpenStreetMap. Mainly in Persian."
+            },
+            "osm-iran-forum": {
+                "name": "OpenStreetMap Iran web forum",
+                "description": "OpenStreetMap Iran web forum",
+                "extendedDescription": "A web forum for OpenStreetMap users in Iran. Feel free to ask questions and discuss with others!"
+            },
+            "osm-iran-telegram": {
+                "name": "OpenStreetMap Iran Telegram",
+                "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."
+            },
+            "OSM-japan-facebook": {
+                "name": "OpenStreetMap 日本コミュニティ",
+                "description": "日本のマッパーとOpenStreetMap ユーザー"
+            },
+            "OSM-japan-mailinglist": {
+                "name": "OpenStreetMap 日本メーリングリスト",
+                "description": "Talk-ja は日本コミュニティ向けの公式メーリングリストです"
+            },
+            "OSM-japan-twitter": {
+                "name": "OpenStreetMap 日本のTwitter",
+                "description": "Twitterでのハッシュタグ: {url}"
+            },
+            "OSM-japan-website": {
+                "name": "OpenStreetMap 日本",
+                "description": "日本のマッパーとOpenStreetMap ユーザー"
+            },
+            "OSM-MY-facebook": {
+                "name": "OpenStreetMap Malaysia on Facebook",
+                "description": "For chat about anything related to OpenStreetMap!"
+            },
+            "OSM-MY-forum": {
+                "name": "OpenStreetMap Malaysia Forum",
+                "description": "Official OpenStreetMap Malaysia Forum"
+            },
+            "OSM-MY-matrix": {
+                "name": "OpenStreetMap Malaysia Riot channel",
+                "description": "All mappers are welcome! Sign up at {signupUrl}"
+            },
+            "OSM-MNG-facebook": {
+                "name": "OpenStreetMap Mongolia",
+                "description": "Improve OpenStreetMap in Mongolia",
+                "extendedDescription": "Mapping in Mongolia? Have questions, want to connect with the community here? Join us at {Url}. All are welcome!"
+            },
+            "OSM-MMR-facebook": {
+                "name": "OpenStreetMap Myanmar",
+                "description": "Improve OpenStreetMap in Myanmar",
+                "extendedDescription": "Mapping in Myanmar? Have questions, want to connect with the community here? Join us at {Url}. All are welcome!"
+            },
+            "OSM-Nepal-facebook": {
+                "name": "OpenStreetMap Nepal",
+                "description": "Improve OpenStreetMap in Nepal",
+                "extendedDescription": "Mapping in Nepal? Have questions, want to connect with the community here? Join us at {Url}. All are welcome!"
+            },
+            "ym-Institute-of-Crisis-Management-Studies": {
+                "name": "Institute of Crisis Management Studies YouthMappers",
+                "description": "YouthMappers chapter at Institute of Crisis Management Studies",
+                "extendedDescription": "To develop Crisis Mappers to assist during disaster situations."
+            },
+            "ym-Kathmandu-University": {
+                "name": "Geomatics Engineering Society,GES",
+                "description": "YouthMappers chapter at Kathmandu University",
+                "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."
+            },
+            "ym-Tribhuvan-University": {
+                "name": "Geomatics Engineering Students Association",
+                "description": "YouthMappers chapter at Tribhuvan University",
+                "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."
+            },
+            "OSM-Asia-mailinglist": {
+                "name": "OpenStreetMap Asia Mailinglist",
+                "description": "Talk-asia is the official Mailinglist for Asian Community"
+            },
+            "osm-asia-telegram": {
+                "name": "OpenStreetMap Asia Telegram",
+                "description": "Join our family: {url}"
+            },
+            "OSM-PH-facebook": {
+                "name": "OpenStreetMap PH Facebook",
+                "description": "Welcome to OpenStreetMap Philippines, where we encourage all fellow Filipinos to contribute to the OpenStreetMap project."
+            },
+            "OSM-PH-mailinglist": {
+                "name": "Talk-ph Mailing List",
+                "description": "A mailing list to discuss OpenStreetMap in the Philippines"
+            },
+            "OSM-PH-slack": {
+                "name": "OpenStreetMap PH Slack",
+                "description": "All are welcome! Sign up at {signupUrl}"
+            },
+            "OSM-PH-telegram": {
+                "name": "OpenStreetMap PH Telegram",
+                "description": "Un-official, Telegram local community of OpenStreetMap contributors and friends in the Philippines"
+            },
+            "ym-Far-Eastern-University-Institute-of-Technology": {
+                "name": "Junior Philippines Computer Society",
+                "description": "YouthMappers chapter at Far Eastern University -Institute of Technology",
+                "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"
+            },
+            "ym-University-of-the-Philippines-Resilience-Institute": {
+                "name": "YouthMappers UP Resilience Institute",
+                "description": "YouthMappers chapter at University of the Philippines Resilience Institute",
+                "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."
+            },
+            "OSM-RU-forum": {
+                "name": "OpenStreetMap RU forum",
+                "description": "OpenStreetMap Russia web forum"
+            },
+            "OSM-RU-telegram": {
+                "name": "OpenStreetMap RU telegram",
+                "description": "OpenStreetMap Russia telegram chat"
+            },
+            "OSM-south-korea-telegram": {
+                "name": "OSM South Korea Telegram",
+                "description": "Unofficial Channnel for OpenStreetMap contributors, communities, and users in South Korea to share and discuss."
+            },
+            "OSM-sri-lanka-facebook": {
+                "name": "OpenStreetMap Sri Lanka",
+                "description": "Improve OpenStreetMap in Sri Lanka",
+                "extendedDescription": "Mapping in Sri Lanka? Have questions, want to connect with the community here? Join us at {Url}. All are welcome!"
+            },
+            "OSM-TW-facebook": {
+                "name": "OpenStreetMap Taiwan Community",
+                "description": "Facebook Group for Mappers and OpenStreetMap users to discuss matters about Taiwan."
+            },
+            "OSM-TW-mailinglist": {
+                "name": "OpenStreetMap Taiwan Mailinglist",
+                "description": "Talk-tw is an Official Mailinglist for the Communities to dicuss matters about Taiwan"
+            },
+            "OSM-TH-CNX-meetup": {
+                "name": "OSM Meetup Chiang Mai",
+                "description": "Irregular meeting of the OpenStreetMap community in Chiang Mai",
+                "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"
+            },
+            "OSM-TH-facebook": {
+                "name": "OpenStreetMap TH Facebook group",
+                "description": "Facebook group for OpenStreetMappers in Thailand"
+            },
+            "OSM-TH-forum": {
+                "name": "OpenStreetMap TH forum",
+                "description": "OpenStreetMap Thailand web forum"
+            },
+            "al-forum": {
+                "name": "OSM Albania Forum",
+                "description": "OpenStreetMap Albania Forum"
+            },
+            "al-maptime-tirana": {
+                "name": "Maptime Tirana",
+                "description": "Social events organized around mapping - beginners most welcome!",
+                "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."
+            },
+            "al-telegram": {
+                "name": "OSM Albania Telegram channel",
+                "description": "OpenStreetMap Albania Telegram channel"
+            },
+            "at-forum": {
+                "name": "OpenStreetMap Austria Forum",
+                "description": "The official forum for OpenStreetMap questions in and around Austria"
+            },
+            "at-mailinglist": {
+                "name": "Talk-at Mailing List",
+                "description": "Talk-at is the official mailing list for the Austrian OSM community"
+            },
+            "at-twitter": {
+                "name": "OpenStreetMap Austria Twitter",
+                "description": "OpenStreetMap Austria On Twitter: {url}"
+            },
+            "osmgraz-meetup": {
+                "name": "OSM community meetup Graz",
+                "description": "Monthly meetup of the OpenStreetMap community in Graz"
+            },
+            "osmgraz-twitter": {
+                "name": "OSM community Graz on twitter",
+                "description": "OpenStreetMap community in Graz on twitter"
+            },
+            "osm-at": {
+                "name": "OpenStreetMap Austria",
+                "description": "The platform for information on OpenStreetMap in Austria"
+            },
+            "byosm": {
+                "name": "OpenStreetMap Belarus",
+                "description": "OpenStreetMap Belarus telegram chat"
+            },
+            "be-facebook": {
+                "name": "OpenStreetMap BE Community",
+                "description": "Mappers and OpenStreetMap on Facebook in Belgium"
+            },
+            "be-forum": {
+                "name": "OpenStreetMap BE forum",
+                "description": "OpenStreetMap Belgium web forum"
+            },
+            "be-irc": {
+                "name": "OpenStreetMap Belgium IRC",
+                "description": "Join #osmbe on irc.oftc.net (port 6667)",
+                "extendedDescription": "Join #osmbe on irc.oftc.net (port 6667), it is bridged with the Matrix chat channel"
+            },
+            "be-mailinglist": {
+                "name": "Talk-be Mailing List",
+                "description": "Talk-be is the official mailing list for the Belgian OSM community"
+            },
+            "be-matrix": {
+                "name": "OpenStreetMap BE Matrix channel",
+                "description": "All mappers are welcome!",
+                "extendedDescription": "Most talk is happening at the \"OpenStreetMap Belgium\" channel. You can ask anything there! The other rooms are for specific subjects."
+            },
+            "be-meetup": {
+                "name": "OpenStreetMap Belgium Meetup",
+                "description": "Real life meetups of everyone who is interested in OpenStreetMap",
+                "extendedDescription": "Physical meetups are great to meet other mappers, ask them questions and to learn a lot. Especially new contributors are very welcome!"
+            },
+            "be-twitter": {
+                "name": "OpenStreetMap Belgium Twitter",
+                "description": "OSM Belgium on Twitter: @osm_be"
+            },
+            "hr-facebook": {
+                "name": "OpenStreetMap Croatia Facebook group",
+                "description": "OpenStreetMap Croatia Facebook group"
+            },
+            "hr-irc": {
+                "name": "OpenStreetMap Croatia on IRC",
+                "description": "Join #osm-hr on irc.freenode.org (port 6667)"
+            },
+            "hr-mailinglist": {
+                "name": "Talk-hr Mailing List",
+                "description": "Talk-hr mailing list"
+            },
+            "czech-community": {
+                "name": "Czech OSM community",
+                "description": "Map portal, website and contacts on OSM members in Czechia"
+            },
+            "osmcz-facebook": {
+                "name": "OpenStreetMap CZ on Facebook",
+                "description": "Follow czech community on Facebook - including translated WeeklyOSM!"
+            },
+            "osmcz-twitter": {
+                "name": "Czech twitter @osmcz",
+                "description": "Follow czech community on Twitter - including translated WeeklyOSM!"
+            },
+            "talk-cz-mailinglist": {
+                "name": "Czech mailing list (talk-cz)",
+                "description": "Talk-cz is the official mailing list for Czech community"
+            },
+            "dk-forum": {
+                "name": "OpenStreetMap Denmark Web Forum",
+                "description": "OpenStreetMap Denmark web forum"
+            },
+            "dk-irc": {
+                "name": "OpenStreetMap Denmark IRC",
+                "description": "Join #osm-dk on irc.oftc.net (port 6667)"
+            },
+            "dk-mailinglist": {
+                "name": "Talk-dk Mailing List",
+                "description": "A mailing list to discuss OpenStreetMap in Denmark"
+            },
+            "ym-Queen-Mary-University-of-London": {
+                "name": "Queen Mary YouthMappers",
+                "description": "YouthMappers chapter at Queen Mary University of London",
+                "extendedDescription": "This chapter will be part of the activities of the Queen Mary Geography Society."
+            },
+            "fi-forum": {
+                "name": "OpenStreetMap FI forum",
+                "description": "OpenStreetMap Finland web forum"
+            },
+            "fi-irc": {
+                "name": "OpenStreetMap Finland IRC",
+                "description": "Join #osm-fi on irc.oftc.net (port 6667)"
+            },
+            "fi-mailinglist": {
+                "name": "Talk-fi Mailing List",
+                "description": "Talk-fi is the official mailing list for the Finnish OSM community"
+            },
+            "fr-facebook": {
+                "name": "OpenStreetMap France Facebook page",
+                "description": "OpenStreetMap France Facebook page"
+            },
+            "fr-forum": {
+                "name": "OpenStreetMap France web forum",
+                "description": "OpenStreetMap France web forum"
+            },
+            "fr-irc": {
+                "name": "OpenStreetMap France on IRC",
+                "description": "Join #osm-fr on irc.oftc.net (port 6667)"
+            },
+            "fr-mailinglist": {
+                "name": "Talk-fr Mailing List",
+                "description": "Talk-fr mailing list"
+            },
+            "fr-twitter": {
+                "name": "OpenStreetMap France on Twitter",
+                "description": "OpenStreetMap France on Twitter: {url}"
+            },
+            "de-berlin-mailinglist": {
+                "name": "Berlin Mailing List",
+                "description": "This is the mailing list for the Berlin OSM community"
+            },
+            "de-berlin-meetup": {
+                "name": "OpenStreetMap Berlin-Brandenburg Meetup",
+                "description": "Mappers and OpenStreetMap users in the Berlin area"
+            },
+            "de-berlin-telegram": {
+                "name": "@osmberlin on Telegram",
+                "description": "OpenStreetMap Berlin Telegram chat"
+            },
+            "de-berlin-twitter": {
+                "name": "OpenStreetMap Berlin Twitter",
+                "description": "Follow us on Twitter: {url}"
+            },
+            "de-forum": {
+                "name": "OpenStreetMap DE forum",
+                "description": "OpenStreetMap Germany web forum"
+            },
+            "de-irc": {
+                "name": "OpenStreetMap Germany IRC",
+                "description": "Join #osm-de on irc.oftc.net (port 6667)"
+            },
+            "de-mailinglist": {
+                "name": "Talk-de Mailing List",
+                "description": "Talk-de is the official mailing list for the German OSM community"
+            },
+            "de-ostwestfalen-lippe-mailinglist": {
+                "name": "OWL Mailing List",
+                "description": "This is the mailing list for the Ostwestfalen-Lippe OSM community"
+            },
+            "de-telegram": {
+                "name": "OpenStreetMap Germany Telegram",
+                "description": "Join the OpenStreetMap Germany Telegram supergroup at {url}"
+            },
+            "osm-de": {
+                "name": "OpenStreetMap Germany",
+                "description": "The platform for information on OpenStreetMap in Germany"
+            },
+            "ym-Heidelberg-University": {
+                "name": "disastermappers heidelberg",
+                "description": "YouthMappers chapter at Heidelberg University",
+                "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."
+            },
+            "hu-facebook": {
+                "name": "OpenStreetMap HU on Facebook",
+                "description": "Mappers and OpenStreetMap Facebook in Hungary"
+            },
+            "hu-forum": {
+                "name": "OpenStreetMap HU forum",
+                "description": "OpenStreetMap Hungary web forum"
+            },
+            "hu-meetup": {
+                "name": "OpenStreetMap Hungary Meetup",
+                "description": "The platform for organizing meetups in Hungary"
+            },
+            "is-facebook": {
+                "name": "OSM Iceland on Facebook",
+                "description": "Page of OpenStreetMap in Iceland"
+            },
+            "is-mailinglist": {
+                "name": "Talk-is Mailing List",
+                "description": "Talk-is is the official mailing list for the Icelandic OSM community"
+            },
+            "is-twitter": {
+                "name": "OSM Iceland on Twitter",
+                "description": "Twitter of OpenStreetMap in Iceland"
+            },
+            "it-facebook": {
+                "name": "OpenStreetMap Italy Facebook",
+                "description": "Join the OpenStreetMap Italy community on Facebook"
+            },
+            "it-irc": {
+                "name": "OpenStreetMap Italy IRC",
+                "description": "Join #osm-it on irc.oftc.net (port 6667)"
+            },
+            "it-mailinglist": {
+                "name": "Talk-it Mailing List",
+                "description": "Talk-it is the official mailing list for the Italian OSM community"
+            },
+            "it-telegram": {
+                "name": "@OpenStreetMapItalia on Telegram",
+                "description": "OpenStreetMap Italy Telegram chat"
+            },
+            "it-twitter": {
+                "name": "OpenStreetMap Italy Twitter",
+                "description": "Follow us on Twitter at {url}"
+            },
+            "OSM-Rome-meetup": {
+                "name": "Incontro Mappatori Romani",
+                "description": "Improve OpenStreetMap in the Rome area",
+                "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."
+            },
+            "South-Tyrol-Mailing-List": {
+                "name": "OpenStreetMap mailing list for South Tyrol",
+                "description": "OpenStreetMap Italy regional talk list for South Tyrol"
+            },
+            "talk-it-lazio": {
+                "name": "OpenStreetMap IT Lazio",
+                "description": "All are welcome! Sign up at {signupUrl}",
+                "extendedDescription": "Mailinglist for Rome and Lazio area."
+            },
+            "Trentino-Mailing-List": {
+                "name": "OpenStreetMap mailing list for Trentino",
+                "description": "OpenStreetMap Italy regional talk list for Trentino"
+            },
+            "ym-Politecnico-di-Milano": {
+                "name": "PoliMappers",
+                "description": "YouthMappers chapter at Politecnico di Milano",
+                "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."
+            },
+            "ym-Yarmouk-University": {
+                "name": "YouthMappers at YU",
+                "description": "YouthMappers chapter at Yarmouk University",
+                "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."
+            },
+            "kosovo-telegram": {
+                "name": "OpenStreetMap Kosovo on Telegram",
+                "description": "Semi-official all-Kosovo Telegram public group. We welcome all mappers from anywhere in any language."
+            },
+            "ym-Universit-Mohammed-V-Rabat": {
+                "name": "Brahmapoutre at Rabat",
+                "description": "YouthMappers chapter at Université Mohammed V Rabat",
+                "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"
+            },
+            "no-forum": {
+                "name": "OpenStreetMap Norway Web Forum",
+                "description": "OpenStreetMap Norway web forum"
+            },
+            "no-irc": {
+                "name": "OpenStreetMap Norway on IRC",
+                "description": "Chat room for mappers and OpenStreetMap users, developers and enthusiasts in Norway"
+            },
+            "no-mailinglist": {
+                "name": "OpenStreetMap Norway mailing list",
+                "description": "Mailing list for mappers and OpenStreetMap users, developers and enthusiasts in Norway"
+            },
+            "no-telegram": {
+                "name": "@OSM_no on Telegram",
+                "description": "OpenStreetMap Norway Telegram chat"
+            },
+            "OSM-PL-facebook-group": {
+                "name": "OpenStreetMap Poland Facebook group",
+                "description": "Group for mappers and users of OpenStreetMap in Poland"
+            },
+            "OSM-PL-forum": {
+                "name": "OpenStreetMap Poland Forum",
+                "description": "Forum of Polish OpenStreetMap community"
+            },
+            "si-forum": {
+                "name": "OpenStreetMap Slovenia Forum",
+                "description": "Forum of OpenStreetMap community in Slovenia"
+            },
+            "si-mailinglist": {
+                "name": "OpenStreetMap Slovenia mailing list",
+                "description": "Mailing list of OpenStreetMap community in Slovenia"
+            },
+            "si-twitter": {
+                "name": "OpenStreetMap Slovenia Twitter",
+                "description": "Follow OpenStreetMap Slovenia On Twitter: {url}"
+            },
+            "OSM-ES-mailinglist": {
+                "name": "Talk-es mailing list",
+                "description": "A mailing list to discuss OpenStreetMap in Spain"
+            },
+            "OSM-ES-telegram": {
+                "name": "@OSMes on Telegram",
+                "description": "OpenStreetMap Spain Telegram chat"
+            },
+            "ym-Universidad-Autonoma-de-Madrid": {
+                "name": "YouthMappers at UAM",
+                "description": "YouthMappers chapter at Universidad Autonoma de Madrid"
+            },
+            "ym-Universidad-Politcnica-de-Madrid": {
+                "name": "Mapeo Humanitario",
+                "description": "YouthMappers chapter at Universidad Politécnica de Madrid",
+                "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)"
+            },
+            "osm-se": {
+                "name": "OpenStreetMap.se",
+                "description": "Provide OSM services and information for the local community in Sweden"
+            },
+            "se-facebook": {
+                "name": "OpenStreetMap Sweden Facebook",
+                "description": "OpenStreetMap Sweden on Facebook"
+            },
+            "se-forum": {
+                "name": "OpenStreetMap Sweden Web Forum",
+                "description": "OpenStreetMap Sweden web forum"
+            },
+            "se-irc": {
+                "name": "OpenStreetMap Sweden IRC",
+                "description": "Join #osm.se on irc.oftc.net (port 6667)"
+            },
+            "se-mailinglist": {
+                "name": "Talk-se Mailing List",
+                "description": "A mailing list to discuss OpenStreetMap in Sweden"
+            },
+            "se-twitter": {
+                "name": "OpenStreetMap Sweden on Twitter",
+                "description": "Follow us on Twitter: {url}"
+            },
+            "ym-Istanbul-Technical-University": {
+                "name": "YouthMappers ITU",
+                "description": "YouthMappers chapter at Istanbul Technical University",
+                "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."
+            },
+            "Nottingham-OSM-pub-meetup": {
+                "name": "East Midlands (Nottingham) Monthly pub meet-up",
+                "description": "Social gathering for East Midlands mappers and users",
+                "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."
+            },
+            "gb-mailinglist": {
+                "name": "Talk-gb Mailing List",
+                "description": "Talk-gb is the main communication forum list for the British (including Northern Ireland) OSM community"
+            },
+            "mappa-mercia-group": {
+                "name": "Mappa Mercia local group",
+                "description": "A home for OpenStreetMap enthusiasts in the Midlands",
+                "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."
+            },
+            "gb-irc": {
+                "name": "OpenStreetMap United Kingdom IRC",
+                "description": "Join #osm-gb on irc.oftc.net (port 6667)",
+                "extendedDescription": "Join #osm-gb on irc.oftc.net (port 6667), please be patient and wait for a few minutes if you ask a question"
+            },
+            "ym-University-of-Exeter": {
+                "name": "University of Exeter British Red Cross Missing Maps",
+                "description": "YouthMappers chapter at University of Exeter",
+                "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."
+            },
+            "ym-University-of-Warwick": {
+                "name": "University of Warwick Resilience Mapping Society",
+                "description": "YouthMappers chapter at University of Warwick",
+                "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."
+            },
+            "ym-Sacred-Heart-Junior-College": {
+                "name": "Youth Mappers at Sacred Heart Junior College",
+                "description": "YouthMappers chapter at Sacred Heart Junior College"
+            },
+            "OSM-CA-Slack": {
+                "name": "OSM-CA Slack",
+                "description": "All are welcome! Sign up at {signupUrl}."
+            },
+            "OSM-Vancouver-meetup": {
+                "name": "OpenStreetMap Vancouver",
+                "description": "Mappers and OpenStreetMap users in the Vancouver, BC area"
+            },
+            "ym-Universidad-de-Costa-Rica": {
+                "name": "YouthMappers de Universidad de Costa Rica",
+                "description": "YouthMappers chapter at Universidad de Costa Rica",
+                "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."
+            },
+            "OSM-CU-telegram": {
+                "name": "OSM Cuba on Telegram",
+                "description": "OpenStreetMap Cuba Telegram chat"
+            },
+            "ym-Universidad-Nacional-Autnoma-de-Honduras": {
+                "name": "PumaGis Hn",
+                "description": "YouthMappers chapter at Universidad Nacional Autónoma de Honduras"
+            },
+            "ym-University-of-the-West-Indies-Mona-Campus": {
+                "name": "Libraries Outreach - ODL",
+                "description": "YouthMappers chapter at University of the West Indies, Mona Campus",
+                "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."
+            },
+            "OSM-NI-telegram": {
+                "name": "OSM Nicaragua on Telegram",
+                "description": "OpenStreetMap Nicaragua Telegram chat"
+            },
+            "ym-Universidad-Nacional-de-Ingenieria": {
+                "name": "Yeka Street MGA",
+                "description": "YouthMappers chapter at Universidad Nacional de Ingenieria",
+                "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."
+            },
+            "ym-University-of-Panama": {
+                "name": "YouthMappers UP",
+                "description": "YouthMappers chapter at University of Panama",
+                "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."
+            },
+            "ym-Universidad-de-Puerto-Rico-Rio-Piedras": {
+                "name": "UPR YouthMappers",
+                "description": "YouthMappers chapter at Universidad de Puerto Rico - Rio Piedras"
+            },
+            "Bay-Area-OpenStreetMappers": {
+                "name": "Bay Area OpenStreetMappers",
+                "description": "Improve OpenStreetMap in the Bay Area",
+                "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."
+            },
+            "Central-Pennsylvania-OSM": {
+                "name": "Central Pennsylvania OSM",
+                "description": "Online mapping community based out of State College, PA"
+            },
+            "Code-for-San-Jose-Slack": {
+                "name": "Code for San Jose Slack",
+                "description": "All are welcome! Sign up at {signupUrl}, then join the #osm channel."
+            },
+            "Dallas-Fort-Worth-OSM": {
+                "name": "Dallas-Fort Worth OSM",
+                "description": "The OpenStreetMap user group for Dallas-Fort Worth",
+                "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."
+            },
+            "GeoPhilly": {
+                "name": "GeoPhilly",
+                "description": "Meetup for map enthusiasts in the Philadelphia area",
+                "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!"
+            },
+            "MapMinnesota": {
+                "name": "MapMinnesota",
+                "description": "Mappers and OpenStreetMap enthusiasts in the Twin Cities area",
+                "extendedDescription": "Connecting OpenStreetMap enthusiasts in Minnesota and the Twin Cities!"
+            },
+            "Mapping-DC-meetup": {
+                "name": "Mapping DC",
+                "description": "Improve OpenStreetMap in the DC area",
+                "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."
+            },
+            "Maptime-ME-meetup": {
+                "name": "MaptimeME",
+                "description": "Mappers and OpenStreetMap users, around Portland, ME",
+                "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."
+            },
+            "MaptimeHRVA-twitter": {
+                "name": "MaptimeHRVA Twitter",
+                "description": "Follow us on Twitter at {url}"
+            },
+            "us-ma-mailinglist": {
+                "name": "Talk-us-massachusetts Mailing List",
+                "description": "Email mailing list for the Massachusetts OSM community"
+            },
+            "OpenCleveland-meetup": {
+                "name": "Open Cleveland",
+                "description": "Improve OpenStreetMap in the Cleveland area",
+                "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 =)"
+            },
+            "OSM-Boston": {
+                "name": "OpenStreetMap Boston",
+                "description": "Mappers and OpenStreetMap users in the Boston area",
+                "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!"
+            },
+            "OSM-Central-Salish-Sea": {
+                "name": "OpenStreetMap Central Salish Sea",
+                "description": "Mappers and OpenStreetMap users around Mount Vernon, WA",
+                "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!"
+            },
+            "OSM-Chattanooga": {
+                "name": "OSM Chattanooga",
+                "description": "The OpenStreetMap user group for Chattanooga"
+            },
+            "OSM-Colorado": {
+                "name": "OpenStreetMap Colorado",
+                "description": "Mappers and OpenStreetMap users in the state of Colorado, USA",
+                "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."
+            },
+            "OSM-NYC": {
+                "name": "OpenStreetMap NYC",
+                "description": "Mappers and OpenStreetMap users, developers and enthusiasts in the New York Metropolitan area"
+            },
+            "OSM-Portland-forum": {
+                "name": "OpenStreetMap PDX Google Group",
+                "description": "Forum and mailing list for OpenStreetMap users in the Portland area",
+                "extendedDescription": "This group is to facilitate improvements to OpenStreetMap in the Portland, Oregon area to support applications such as the Open Trip Planner."
+            },
+            "OSM-Portland": {
+                "name": "OpenStreetMap Portland",
+                "description": "Mappers and OpenStreetMap users in the Portland area",
+                "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!"
+            },
+            "OSM-Seattle": {
+                "name": "OpenStreetMap Seattle",
+                "description": "Mappers and OpenStreetMap users in the Seattle area"
+            },
+            "OSM-SoCal": {
+                "name": "OpenStreetMap Southern California",
+                "description": "Let's have some fun, contribute something to Los Angeles, and learn about mapping!",
+                "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!"
+            },
+            "OSM-South-Bay": {
+                "name": "OSM South Bay",
+                "description": "Map Nights hosted by Code for San Jose",
+                "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."
+            },
+            "OSM-Tampa-Bay": {
+                "name": "OpenStreetMap Tampa Bay",
+                "description": "Mappers and OpenStreetMap users in the Tampa Bay area",
+                "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."
+            },
+            "OSM-US-Slack": {
+                "name": "OpenStreetMap US Slack",
+                "description": "All are welcome! Sign up at {signupUrl}"
+            },
+            "OSM-US": {
+                "name": "OpenStreetMap US",
+                "description": "We help grow and improve OpenStreetMap in the United States.",
+                "extendedDescription": "We support OpenStreetMap by holding annual conferences, providing community resources, building partnerships, and by spreading the word. Join OpenStreetMap US here: {signupUrl}",
+                "events": {
+                    "sotmus2019-cfs": {
+                        "name": "Propose a Talk for SotM-US 2019",
+                        "description": "We are calling on all members of the OpenStreetMap community to share your ideas and session proposals for State of the Map US 2019. Whether you are brand new to OSM or have been a core contributor since the beginning, we want to hear from you!",
+                        "where": "Minneapolis, Minnesota"
+                    },
+                    "sotmus2019": {
+                        "name": "State of the Map US 2019",
+                        "description": "Join the OpenStreetMap community at State of the Map US in Minneapolis, Minnesota. Connect with other mappers, businesses, government agencies, and non profits, all collaborating around the free and editable map of the world.",
+                        "where": "Minneapolis, Minnesota"
+                    }
+                }
+            },
+            "OSM-Utah": {
+                "name": "OpenStreetMap Utah",
+                "description": "Mappers and OpenStreetMap users in the Salt Lake City area",
+                "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!"
+            },
+            "OSM-Wyoming": {
+                "name": "OpenStreetMap Wyoming",
+                "description": "Mappers and OpenStreetMap users in the state of Wyoming",
+                "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."
+            },
+            "PHXGeo-meetup": {
+                "name": "PHXGeo Meetup",
+                "description": "Mappers and OpenStreetMap users in the Phoenix, AZ area",
+                "extendedDescription": "This is a meetup group for those in the Phoenix area who like maps, GIS, OpenStreetMap, cartography and anything in between."
+            },
+            "PHXGeo-twitter": {
+                "name": "PHXGeo Twitter",
+                "description": "Follow us on Twitter at {url}"
+            },
+            "Western-Slope-facebook": {
+                "name": "Western Slope OSM Facebook",
+                "description": "Mappers and OpenStreetMap users around Grand Junction, CO"
+            },
+            "Western-Slope-meetup": {
+                "name": "Western Slope OSM Meetup",
+                "description": "Mappers and OpenStreetMap users around Grand Junction, CO",
+                "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!"
+            },
+            "ym-Ball-State-University": {
+                "name": "Gamma Theta Upsilon- Iota Omega Chapter",
+                "description": "YouthMappers chapter at Ball State University",
+                "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."
+            },
+            "ym-California-University-of-Pennsylvania": {
+                "name": "CalU PA GIS Club",
+                "description": "YouthMappers chapter at California University of Pennsylvania",
+                "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."
+            },
+            "ym-Central-Washington-University": {
+                "name": "Geography Club",
+                "description": "YouthMappers chapter at Central Washington University",
+                "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."
+            },
+            "ym-Clemson-University": {
+                "name": "Clemson Mappers",
+                "description": "YouthMappers chapter at Clemson University",
+                "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."
+            },
+            "ym-College-of-William-and-Mary": {
+                "name": "All over the map!",
+                "description": "YouthMappers chapter at College of William and Mary",
+                "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."
+            },
+            "ym-Cornell-University": {
+                "name": "Mapping Society",
+                "description": "YouthMappers chapter at Cornell University",
+                "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."
+            },
+            "ym-George-Mason-University": {
+                "name": "Mason Mappers",
+                "description": "YouthMappers chapter at George Mason University",
+                "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."
+            },
+            "ym-Indiana-University-of-Pennsylvania": {
+                "name": "Geospatial Science Club",
+                "description": "YouthMappers chapter at Indiana University of Pennsylvania"
+            },
+            "ym-Jacksonville-State-University": {
+                "name": "JSU Disaster Mapping Team",
+                "description": "YouthMappers chapter at Jacksonville State University",
+                "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"
+            },
+            "ym-Kansas-State-University": {
+                "name": "Gamma Theta Upsilon: Beta Psi Chapter",
+                "description": "YouthMappers chapter at Kansas State University",
+                "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."
+            },
+            "ym-McGill-University": {
+                "name": "Open Mapping Group McGill: A Member of the McGill Undergraduate Geography Society",
+                "description": "YouthMappers chapter at McGill University",
+                "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."
+            },
+            "ym-Miami-University": {
+                "name": "Geography and Planning Society",
+                "description": "YouthMappers chapter at Miami University",
+                "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."
+            },
+            "ym-Monroe-Community-College": {
+                "name": "MCC Mapping Corps",
+                "description": "YouthMappers chapter at Monroe Community College"
+            },
+            "ym-Montgomery-College": {
+                "name": "GeoMC",
+                "description": "YouthMappers chapter at Montgomery College",
+                "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."
+            },
+            "ym-New-York-University": {
+                "name": "NYU mHealth Initiative Mapping Corps",
+                "description": "YouthMappers chapter at New York University",
+                "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."
+            },
+            "ym-Ohio-Wesleyan-University": {
+                "name": "Environment and Wildlife Club",
+                "description": "YouthMappers chapter at Ohio Wesleyan University",
+                "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."
+            },
+            "ym-Oklahoma-State-University": {
+                "name": "Geography Club",
+                "description": "YouthMappers chapter at Oklahoma State University"
+            },
+            "ym-State-University-of-New-York-Geneseo": {
+                "name": "SUNY Geneseo GIS Association",
+                "description": "YouthMappers chapter at State University of New York Geneseo",
+                "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."
+            },
+            "ym-SUNY-at-Fredonia": {
+                "name": "Geoventurers",
+                "description": "YouthMappers chapter at SUNY at Fredonia",
+                "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."
+            },
+            "ym-Texas-Tech-University": {
+                "name": "YouthMappers at TTU",
+                "description": "YouthMappers chapter at Texas Tech University",
+                "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."
+            },
+            "ym-The-Citadel": {
+                "name": "YouthMappers at The Citadel",
+                "description": "YouthMappers chapter at The Citadel",
+                "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."
+            },
+            "ym-The-George-Washington-University": {
+                "name": "Humanitarian Mapping Society",
+                "description": "YouthMappers chapter at The George Washington University",
+                "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."
+            },
+            "ym-The-Johns-Hopkins-University-SAIS": {
+                "name": "SAIS YouthMappers",
+                "description": "YouthMappers chapter at The Johns Hopkins University, SAIS",
+                "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."
+            },
+            "ym-The-Pennsylvania-State-University": {
+                "name": "Penn State GIS Coalition",
+                "description": "YouthMappers chapter at The Pennsylvania State University",
+                "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."
+            },
+            "ym-University-of-California-Davis": {
+                "name": "Mapping Club",
+                "description": "YouthMappers chapter at University of California, Davis"
+            },
+            "ym-University-of-Central-Florida": {
+                "name": "Geospatial Information Society",
+                "description": "YouthMappers chapter at University of Central Florida",
+                "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."
+            },
+            "ym-University-of-Chicago": {
+                "name": "Tobler Society",
+                "description": "YouthMappers chapter at University of Chicago"
+            },
+            "ym-University-of-Maryland-College-Park": {
+                "name": "Geography Club",
+                "description": "YouthMappers chapter at University of Maryland - College Park",
+                "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."
+            },
+            "ym-University-of-North-Texas": {
+                "name": "UNT Geography Club",
+                "description": "YouthMappers chapter at University of North Texas",
+                "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."
+            },
+            "ym-University-of-Northern-Colorado": {
+                "name": "UNCO Geography and GIS Club",
+                "description": "YouthMappers chapter at University of Northern Colorado",
+                "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"
+            },
+            "ym-University-of-Oregon": {
+                "name": "Map by Northwest",
+                "description": "YouthMappers chapter at University of Oregon",
+                "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."
+            },
+            "ym-University-of-Redlands": {
+                "name": "URSpatial Geo-Thinkers",
+                "description": "YouthMappers chapter at University of Redlands",
+                "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."
+            },
+            "ym-University-of-South-Carolina": {
+                "name": "Geography Graduate Student Association",
+                "description": "YouthMappers chapter at University of South Carolina",
+                "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."
+            },
+            "ym-University-of-Southern-California": {
+                "name": "SC Mappers",
+                "description": "YouthMappers chapter at University of Southern California",
+                "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!"
+            },
+            "ym-University-of-Vermont": {
+                "name": "University of Vermont Humanitarian Mapping Club",
+                "description": "YouthMappers chapter at University of Vermont"
+            },
+            "ym-University-of-Victoria": {
+                "name": "Society of Geography Students",
+                "description": "YouthMappers chapter at University of Victoria",
+                "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"
+            },
+            "ym-University-of-Wyoming": {
+                "name": "Gamma Theta Upsilon/Geography Club",
+                "description": "YouthMappers chapter at University of Wyoming"
+            },
+            "ym-UW-Madison": {
+                "name": "BadgerMaps",
+                "description": "YouthMappers chapter at UW-Madison",
+                "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."
+            },
+            "ym-Vassar-College": {
+                "name": "Hudson Valley Mappers",
+                "description": "YouthMappers chapter at Vassar College",
+                "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."
+            },
+            "ym-Villanova-University": {
+                "name": "The Villanova Globeplotters",
+                "description": "YouthMappers chapter at Villanova University",
+                "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."
+            },
+            "ym-West-Virginia-University": {
+                "name": "Maptime Morgantown",
+                "description": "YouthMappers chapter at West Virginia University",
+                "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."
+            },
+            "ym-Western-Michigan-University": {
+                "name": "Geography Club",
+                "description": "YouthMappers chapter at Western Michigan University"
+            },
+            "Maptime-Australia-Slack": {
+                "name": "Maptime Australia Slack",
+                "description": "Sign up at {signupUrl}"
+            },
+            "talk-au": {
+                "name": "Talk-au Mailing List",
+                "description": "Place for Aussie mappers to chat"
+            },
+            "OSM-AR-facebook": {
+                "name": "OpenStreetMap Argentina Facebook",
+                "description": "Join the OpenStreetMap Argentina community on Facebook",
+                "extendedDescription": "News from the local community"
+            },
+            "OSM-AR-forum": {
+                "name": "OpenStreetMap Argentina web forum",
+                "description": "Join the OpenStreetMap Argentina web forum",
+                "extendedDescription": "Ideal for long or important discussions. Slow response time."
+            },
+            "OSM-AR-irc": {
+                "name": "OpenStreetMap Argentina IRC",
+                "description": "Join #osm-ar on irc.oftc.net (port 6667)",
+                "extendedDescription": "You may find the most geeky user in the community."
+            },
+            "OSM-AR-mailinglist": {
+                "name": "Talk-ar Mailing List",
+                "description": "Historic mailing list. Almost unused today."
+            },
+            "OSM-AR-telegram": {
+                "name": "OpenStreetMap Argentina Telegram",
+                "description": "Join the OpenStreetMap Argentina community on Telegram",
+                "extendedDescription": "The most active channel in the community, ideal for chatting and getting answers to your questions instantly. Everyone is welcome!"
+            },
+            "OSM-AR-twitter": {
+                "name": "OpenStreetMap Argentina Twitter",
+                "description": "Follow us on Twitter at {url}",
+                "extendedDescription": "News from the local community and OpenStreetMap in general."
+            },
+            "OSM-BO-mailinglist": {
+                "name": "Talk-bo Mailing List",
+                "description": "Talk-bo is the official mailing list for the Bolivian OpenStreetMap community",
+                "extendedDescription": "Mapping in Bolivia? Have questions, want to connect with the community here? Join us at {url}. All are welcome!"
+            },
+            "Bahia-telegram": {
+                "name": "OpenStreetMap Bahia Telegram Group",
+                "description": "Join the OpenStreetMap Bahia community on Telegram",
+                "extendedDescription": "Join the community to learn more about OpenStreetMap, ask questions or participate in our meetings. Everyone is welcome!"
+            },
+            "DF-telegram": {
+                "name": "OpenStreetMap Brasília Telegram Group",
+                "description": "Join the OpenStreetMap Brasília community on Telegram",
+                "extendedDescription": "Join the community to learn more about OpenStreetMap, ask questions or participate in our meetings. Everyone is welcome!"
+            },
+            "OSM-br-mailinglist": {
+                "name": "Talk-br Mailing List",
+                "description": "A mailing list to discuss OpenStreetMap in Brazil"
+            },
+            "OSM-br-telegram": {
+                "name": "OpenStreetMap Brasil Telegram",
+                "description": "Join the OpenStreetMap Brasil community on Telegram",
+                "extendedDescription": "Join the community to learn more about OpenStreetMap, ask questions or participate in our meetings. Everyone is welcome!"
+            },
+            "OSM-br-twitter": {
+                "name": "OpenStreetMap Brasil Twitter",
+                "description": "Follow us on Twitter at {url}"
+            },
+            "RS-telegram": {
+                "name": "OpenStreetMap Rio Grande do Sul Telegram Group",
+                "description": "Join the OpenStreetMap Rio Grande do Sul community on Telegram",
+                "extendedDescription": "Join the community to learn more about OpenStreetMap, ask questions or participate in our meetings. Everyone is welcome!"
+            },
+            "OSM-CL-facebook": {
+                "name": "OpenStreetMap Chile Facebook",
+                "description": "Join the OpenStreetMap Chile community on Facebook",
+                "extendedDescription": "Join the community to learn more about OpenStreetMap, ask questions or participate in our meetings. Everyone is welcome!"
+            },
+            "OSM-CL-mailinglist": {
+                "name": "Talk-cl Mailing List",
+                "description": "A mailing list to discuss OpenStreetMap in Chile"
+            },
+            "OSM-CL-telegram": {
+                "name": "OpenStreetMap Chile Telegram",
+                "description": "Join the OpenStreetMap Chile community on Telegram",
+                "extendedDescription": "Join the community to learn more about OpenStreetMap, ask questions or participate in our meetings. Everyone is welcome!"
+            },
+            "OSM-CL-twitter": {
+                "name": "OpenStreetMap Chile Twitter",
+                "description": "Follow us on Twitter at {url}"
+            },
+            "Maptime-Bogota": {
+                "name": "Maptime Bogotá",
+                "description": "We're a group of mappers interested in mapping in OpenStreetMap around Bogotá.",
+                "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."
+            },
+            "OSM-CO-facebook": {
+                "name": "OpenStreetMap Colombia Facebook",
+                "description": "Join the OpenStreetMap Colombia community on Facebook",
+                "extendedDescription": "Join the community to learn more about OpenStreetMap. Everyone is welcome!"
+            },
+            "OSM-CO-mailinglist": {
+                "name": "Talk-co Mailing List",
+                "description": "A mailing list to discuss OpenStreetMap in Colombia"
+            },
+            "OSM-CO-telegram": {
+                "name": "OSM Colombia on Telegram",
+                "description": "OpenStreetMap Colombia Telegram chat"
+            },
+            "OSM-CO-twitter": {
+                "name": "OpenStreetMap Colombia Twitter",
+                "description": "Follow us on Twitter at {url}"
+            },
+            "OSM-CO": {
+                "name": "OpenStreetMap Colombia",
+                "description": "News of the OpenStreetMap Colombia community and the OSMCo Foundation"
+            },
+            "ym-Universidad-de-Antioquia": {
+                "name": "Geomatica UDEA",
+                "description": "YouthMappers chapter at Universidad de Antioquia",
+                "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."
+            },
+            "ym-Universidad-de-La-Guajira": {
+                "name": "Grupo Mesh",
+                "description": "YouthMappers chapter at Universidad de La Guajira",
+                "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."
+            },
+            "ym-Universidad-de-Los-Andes": {
+                "name": "Cartografos Uniandes",
+                "description": "YouthMappers chapter at Universidad de Los Andes",
+                "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."
+            },
+            "ym-Universidad-de-San-Buenaventura": {
+                "name": "YouthMappers San Buenaventura",
+                "description": "YouthMappers chapter at Universidad de San Buenaventura",
+                "extendedDescription": "We are pleased to join YouthMappers mapping for a better world and community."
+            },
+            "ym-Universidad-Distrital-Francisco-Jose-de-Caldas": {
+                "name": "YouthMappers at Bogota",
+                "description": "YouthMappers chapter at Universidad Distrital Francisco Jose de Caldas",
+                "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."
+            },
+            "ym-Universidad-Nacional-de-Colombia": {
+                "name": "Grupo UN",
+                "description": "YouthMappers chapter at Universidad Nacional de Colombia",
+                "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."
+            },
+            "OSM-EC-telegram": {
+                "name": "OSM Ecuador on Telegram",
+                "description": "OpenStreetMap Ecuador Telegram chat"
+            },
+            "OSM-PY-telegram": {
+                "name": "OSM Paraguay on Telegram",
+                "description": "OpenStreetMap Paraguay Telegram chat"
+            },
+            "OSM-PE-facebook": {
+                "name": "OpenStreetMap Peru Facebook",
+                "description": "Join the OpenStreetMap Peru community on Facebook"
+            },
+            "OSM-PE-mailinglist": {
+                "name": "Talk-pe Mailing List",
+                "description": "The official mailing list for the OpenStreetMap Peru community"
+            },
+            "OSM-PE-matrix": {
+                "name": "OpenStreetMap Peru Matrix Chat",
+                "description": "Chat with other members of the OpenStreetMap Peru community in Matrix."
+            },
+            "OSM-PE-telegram": {
+                "name": "OpenStreetMap Peru Telegram",
+                "description": "Join the OpenStreetMap Peru community on Telegram"
+            },
+            "OSM-PE-twitter": {
+                "name": "OpenStreetMap Peru Twitter",
+                "description": "Follow us on Twitter at {url}"
+            },
+            "OSM-PE": {
+                "name": "OpenStreetMap Peru",
+                "description": "News and resources for the OpenStreetMap Peru community"
+            },
+            "LATAM-Facebook": {
+                "name": "OpenStreetMap Latam Facebook",
+                "description": "OpenStreetMap Latam on Facebook"
+            },
+            "LATAM-Telegram": {
+                "name": "OpenStreetMap Latam Telegram",
+                "description": "OpenStreetMap Telegram for Latin America"
+            },
+            "LATAM-Twitter": {
+                "name": "OpenStreetMap Latam Twitter",
+                "description": "Follow us on Twitter at {url}"
+            },
+            "osm-latam": {
+                "name": "OpenStreetMap Latam",
+                "description": "Supporting OpenStreetMap in Latin America",
+                "events": {
+                    "sotm-latam-2018": {
+                        "name": "State of the Map Latam 2018",
+                        "description": "State of the Map Latam is the annual conference for all mappers and users of OpenStreetMap in Latin America. The program includes talks, panels, workshops, and mapathons related to OpenStreetMap.",
+                        "where": "Buenos Aires, Argentina"
+                    }
+                }
+            },
+            "OSM-Discord": {
+                "name": "OpenStreetMap Discord",
+                "description": "Get in touch with other mappers via Discord"
+            },
+            "OSM-Facebook": {
+                "name": "Facebook上のOpenStreetMap",
+                "description": "Like us on Facebook for news and updates about OpenStreetMap."
+            },
+            "OSM-help": {
+                "name": "OpenStreetMap ヘルプ",
+                "description": "OSMのコミュニティが運営しているQAサイトで質問して答えをもらいましょう。",
+                "extendedDescription": "{url} はOpenStreetMapについて知りたいことがある人みんなのためのものです。初心者マッパーでも技術的な質問でも、ぜひどうぞ。"
+            },
+            "OSM-IRC": {
+                "name": "OpenStreetMap IRC",
+                "description": "Join #osm on irc.oftc.net (port 6667)"
+            },
+            "OSM-Reddit": {
+                "name": "Reddit上のOpenStreetMap",
+                "description": "/r/openstreetmap/ is a great place to learn more about OpenStreetMap.  Ask us anything!"
+            },
+            "OSM-Telegram": {
+                "name": "OpenStreetMap Telegram",
+                "description": "Join the OpenStreetMap Telegram global supergroup at {url}"
+            },
+            "OSM-Twitter": {
+                "name": "OpenStreetMap Twitter",
+                "description": "Follow us on Twitter at {url}"
+            },
+            "OSMF": {
+                "name": "OpenStreetMap ファウンデーション",
+                "description": "OSMF は英国に拠点を置くOpenStreetMapプロジェクトをサポートする非営利組織です",
+                "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}",
+                "events": {
+                    "sotm2018": {
+                        "name": "State of the Map 2018",
+                        "description": "Join us for 3 days in Milan, Italy for the annual worldwide OpenStreetMap conference, bringing together everyone in the community to socialize, share, and learn.",
+                        "where": "Milan, Italy"
+                    }
                 }
             }
         }