{ "ja": { "modes": { "add_area": { "title": "エリア", "description": "公園や建物、湖沼等を地図に追加", "tail": "クリックするとエリアの描画が開始されます。公園や湖沼、建物などを描くことができます。" }, "add_line": { "title": "ライン", "description": "道路や歩道、用水路など、ラインを描画", "tail": "クリックするとラインの描画が開始されます。道路や歩道、流水経路などを描くことができます。" }, "add_point": { "title": "ポイント", "description": "レストランや記念碑、郵便ボックス等、ポイント情報を追加", "tail": "クリックした地点にポイントを追加します" }, "browse": { "title": "ブラウズ", "description": "マップの拡大縮小" }, "draw_area": { "tail": "クリックすると、エリアへノードを追加することが可能です。描画を完了するには、最初に描いたノードをもう一度クリックしてください。" }, "draw_line": { "tail": "クリックすると、ラインへノードを追加することが可能です。別のラインをクリックすることで、ライン同士を接続することができます。ラインの描画を完了させるには、描画を終了させたい地点でダブルクリックしてください。" } }, "operations": { "add": { "annotation": { "point": "ポイントの追加", "vertex": "ウェイへのノード追加", "relation": "リレーションを追加しました。" } }, "start": { "annotation": { "line": "ラインの描画開始", "area": "エリアの描画開始" } }, "continue": { "key": "A", "title": "延長", "description": "このラインを延長させます", "not_eligible": "延長可能なラインがありません", "multiple": "延長可能なラインが複数存在します。Shiftキーを押しながら対象のラインを選択してください。", "annotation": { "line": "ライン描画の継続", "area": "エリア描画の継続" } }, "cancel_draw": { "annotation": "描画のキャンセル" }, "change_role": { "annotation": "リレーションメンバーの役割を変更" }, "change_tags": { "annotation": "タグの変更" }, "circularize": { "title": "円状に並べる", "description": { "line": "ラインを円状に整形", "area": "エリアを円状に整形" }, "key": "O", "annotation": { "line": "ラインを円状に整形", "area": "エリアを円状に整形" }, "not_closed": "エリアが閉じられていないため、円状に整形することができません", "too_large": "ウェイが完全には表示されていないため、円状に整形することができません。", "connected_to_hidden": "非表示の地物に接続しているため、円状に整形することができません。" }, "orthogonalize": { "title": "直交化", "description": { "line": "ラインの角を直角に整形", "area": "エリアの角を直角に整形" }, "key": "S", "annotation": { "line": "ラインの角を90度に整形", "area": "エリアの角を90度に整形" }, "not_squarish": "直交にできない辺があるため、角を直角に整形することができません", "too_large": "ウェイが完全には表示されていないため、四角形に整形することができません。", "connected_to_hidden": "非表示の地物に接続しているため、四角形に整形することができません。" }, "straighten": { "title": "直線化", "description": "このラインを直線にします", "key": "S", "annotation": "ラインを直線にしました", "too_bendy": "このラインは複雑に曲がっているため、直線化できません。", "connected_to_hidden": "非表示の地物に接続しているため、直線に整形することができません。" }, "delete": { "title": "削除", "description": { "single": "この地物を完全に削除します。", "multiple": "これらの地物を完全に削除します。" }, "annotation": { "point": "ポイントを削除しました。", "vertex": "ウェイ上のノードを削除しました。", "line": "ラインを削除しました。", "area": "エリアを削除しました。", "relation": "リレーションを削除しました。", "multiple": "{n}件の地物を削除しました。" }, "too_large": { "single": "この地物は完全には表示されていないため、削除できません。", "multiple": "これらの地物は完全には表示されていないため、削除できません。" }, "incomplete_relation": { "single": "この地物はまだ完全にはダウンロードされていないので、削除できません。", "multiple": "地物全体がダウンロードされていないため、削除することができません。" }, "part_of_relation": { "single": "この地物は大きなリレーションの一部であるため、削除できません。まずリレーションから削除してください。", "multiple": "これらの地物は大きなリレーションの一部であるため、削除できません。まずリレーションから削除してください。" }, "connected_to_hidden": { "single": "この地物は非表示の地物に接続しているため、削除できません。", "multiple": "これらの地物は非表示の地物に接続しているため、削除できません。" } }, "add_member": { "annotation": "リレーションへメンバーを追加" }, "delete_member": { "annotation": "リレーションからメンバーを削除" }, "connect": { "annotation": { "point": "ウェイをポイントに接続", "vertex": "ウェイを他のウェイト接続", "line": "ウェイとラインを接続", "area": "ウェイとエリアを接続" } }, "disconnect": { "title": "接続解除", "description": "ウェイの接続を解除して切り離す", "key": "D", "annotation": "ウェイの接続を解除", "not_connected": "ライン/エリアの接続を解除できません", "connected_to_hidden": "非表示の地物に接続しているため、切り離すことができません。", "relation": "リレーションに所属しているため、切り離すことが出来ません。" }, "merge": { "title": "結合", "description": "選択した地物をマージ", "key": "C", "annotation": "{n} 個の地物をマージ", "not_eligible": "地物情報がマージできません", "not_adjacent": "短点が接続されていないため、地物をマージできません。", "restriction": "\"{relation}\" リレーションに所属している地物が含まれているため、マージすることができません", "incomplete_relation": "地物全体がダウンロードされていないため、マージさせることができません。", "conflicting_tags": "タグの値が競合しているため、地物をマージできません" }, "move": { "title": "移動", "description": { "single": "この地物を別の位置へ移動します。", "multiple": "これらの地物を別な位置へ移動します。" }, "key": "M", "annotation": { "point": "ポイントを移動", "vertex": "ウェイ上のノードを移動", "line": "ラインの移動", "area": "エリアの移動", "multiple": "複数の地物を移動しました。" }, "incomplete_relation": { "single": "この地物はまだ完全にはダウンロードされていないので、移動できません。", "multiple": "これらの地物はまだ完全にはダウンロードされていないので移動できません。" }, "too_large": { "single": "この地物は完全には表示されていないため、移動できません。", "multiple": "これらの地物は完全には表示されていないため、移動できません。" }, "connected_to_hidden": { "single": "この地物は非表示の地物に接続しているため、移動できません。", "multiple": "これらの地物は非表示の地物に接続しているため、移動できません。" } }, "reflect": { "title": { "long": "長軸で反転", "short": "短軸で反転" }, "description": { "long": { "single": "この地物を長軸で反転します。", "multiple": "これらの地物を長軸で反転します。" }, "short": { "single": "この地物を短軸で反転します。", "multiple": "これらの地物を短軸で反転します。" } }, "key": { "long": "T", "short": "Y" }, "annotation": { "long": { "single": "長軸に沿って地物を反転します。", "multiple": "複数の地物を長軸で反転しました。" }, "short": { "single": "短軸に沿って地物を反転します。", "multiple": "複数の地物を短軸で反転しました。" } }, "incomplete_relation": { "single": "この地物はまだ完全にはダウンロードされていないので、反転できません。", "multiple": "これらの地物は完全にダウンロードされていないため、反転できません。" }, "too_large": { "single": "この地物は完全には表示されていないため、反転できません。", "multiple": "これらの地物は完全には表示されていないため、反転できません。" }, "connected_to_hidden": { "single": "この地物は非表示の地物に接続しているため、反転できません。", "multiple": "これらの地物は非表示の地物に接続しているため、反転できません。" } }, "rotate": { "title": "回転", "description": { "single": "この地物を中心点で回転します。", "multiple": "これらの地物を中心点で回転します。" }, "key": "R", "annotation": { "line": "ラインの回転", "area": "エリアの回転", "multiple": "複数の地物を回転しました。" }, "incomplete_relation": { "single": "この地物はまだ完全にはダウンロードされていないので、回転できません。", "multiple": "これらの地物はまだ完全にはダウンロードされていないので、回転させることができません。" }, "too_large": { "single": "この地物は完全には表示されていないため、回転できません。", "multiple": "これらの地物は完全には表示されていないため、回転できません。" }, "connected_to_hidden": { "single": "この地物は非表示の地物に接続しているため、回転できません。", "multiple": "これらの地物は非表示の地物に接続しているため、回転できません。" } }, "reverse": { "title": "方向反転", "description": "ラインの向きを反転", "key": "V", "annotation": "ラインの方向反転" }, "split": { "title": "分割", "description": { "line": "このノードを境としてラインを分割", "area": "このエリアの外周を2つに分割", "multiple": "このノードを境としてライン/エリアを分割" }, "key": "X", "annotation": { "line": "ラインの分割", "area": "エリア外周を分割", "multiple": "{n} ライン/エリア外周を分割" }, "not_eligible": "基点/終端を境としたライン分割はできません。", "multiple_ways": "複数のラインを分割します", "connected_to_hidden": "非表示の地物に接続しているため、分割することができません。" }, "restriction": { "help": { "select": "道路の区間を選択するにはクリックしてください。", "toggle": "進行方向制限を切り替えるにはクリックしてください。", "toggle_on": "「{restriction}」の制約を追加するにはクリックしてください。", "toggle_off": "「{restriction}」の制約を削除するにはクリックしてください。" }, "annotation": { "create": "進行方向制限を追加しました", "delete": "進行方向制限を削除しました" } } }, "undo": { "tooltip": "もとに戻す: {action}", "nothing": "もとに直す変更点がありません" }, "redo": { "tooltip": "再実行: {action}", "nothing": "やり直した変更点がありません" }, "tooltip_keyhint": "ショートカット", "browser_notice": "このエディタは Firefox、Chrome、Safari、OperaそしてInternet Explorer 11以降で動作します。地図を編集するには、ブラウザをアップデートするか、Potlatch 2を利用してください。", "translate": { "translate": "翻訳", "localized_translation_label": "多言語名称", "localized_translation_language": "言語選択", "localized_translation_name": "名称" }, "zoom_in_edit": "編集するには地図を拡大してください", "login": "ログイン", "logout": "ログアウト", "loading_auth": "OpenStreetMapへ接続中...", "report_a_bug": "バグ報告", "help_translate": "翻訳協力", "feature_info": { "hidden_warning": "非表示の地物{count}件", "hidden_details": "現在非表示の地物: {details}" }, "status": { "error": "APIサーバへの接続が失敗しました", "offline": "APIがオフラインです。しばらくしてからもう一度お試しください。", "readonly": "APIは読み込み専用モードです。変更内容の保存はしばらく時間を置いてから行なってください。", "rateLimit": "APIは匿名の接続を制限しています。修正するにはログインしてください。" }, "commit": { "title": "OpenStreetMapへアップロード", "description_placeholder": "投稿内容についての短い説明(必須)", "message_label": "変更セットのコメント", "upload_explanation": "あなたがアップロードした編集内容は、OpenStreetMapを利用しているすべてのユーザが閲覧できるようになります。", "upload_explanation_with_user": "編集した内容を {user} アカウントでアップロードし、OpenStreetMapを利用しているすべてのユーザが閲覧できるようにします。", "save": "アップロード", "cancel": "キャンセル", "changes": "{count} 個の変更", "warnings": "注意", "modified": "変更した地物", "deleted": "削除した地物", "created": "作成した地物", "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" }, "contributors": { "list": "{users} による編集", "truncated_list": "{users} とその他 {count} 人による編集" }, "infobox": { "selected": "{n} 個を選択中", "geometry": "ジオメトリ", "closed": "閉店中", "center": "中央部", "perimeter": "周辺部", "length": "長さ", "area": "エリア", "centroid": "中央に表示", "location": "ロケーション", "metric": "メトリック", "imperial": "ヤード・ポンド法" }, "geometry": { "point": "ポイント", "vertex": "交点", "line": "ライン", "area": "エリア", "relation": "リレーション" }, "geocoder": { "search": "世界中のデータから検索", "no_results_visible": "表示中のエリアからの検索結果はありませんでした", "no_results_worldwide": "検索結果がありません" }, "geolocate": { "title": "編集画面を現在地へ移動", "locating": "位置情報を取得中です。しばらくお待ちください。" }, "inspector": { "no_documentation_combination": "このタグの組み合わせに関する解説はありません", "no_documentation_key": "このキーに対する解説はありません", "documentation_redirect": "文書は新しいページにリダイレクトされました", "show_more": "次を表示", "view_on_osm": "openstreetmap.orgで確認", "all_fields": "すべての項目", "all_tags": "すべてのタグ", "all_members": "すべてのメンバー", "all_relations": "すべてのリレーション", "new_relation": "新しいリレーション...", "role": "役割", "choose": "地物の種類を選択", "results": "検索結果{n}件: {search}", "reference": "OpenStreetMap WIkiで確認", "back_tooltip": "地物の編集", "remove": "削除", "search": "検索", "multiselect": "選択中の地物", "unknown": "不明", "incomplete": "<ダウンロード未完了>", "feature_list": "地物を検索", "edit": "地物を編集", "check": { "yes": "はい", "no": "いいえ", "reverser": "方向を変更" }, "radio": { "structure": { "type": "種別", "default": "既定", "layer": "レイヤー" } }, "add": "追加", "none": "なし", "node": "ノード", "way": "ウェイ", "relation": "リレーション", "location": "位置", "add_fields": "項目追加: " }, "background": { "title": "背景画像", "description": "背景画像設定", "percent_brightness": "明度 {opacity}%", "none": "なし", "best_imagery": "表示中の場所に最適な航空写真", "switch": "背景に切り替え", "custom": "カスタム", "custom_button": "カスタム背景の編集", "custom_prompt": "タイルURLのテンプレートを入力してください。有効なトークンは Z/X/Y 用に {zoom}, {x}, {y} と、クアッドタイル用に {u} です。", "fix_misalignment": "画像の位置を調整", "imagery_source_faq": "この写真の出典元", "reset": "設定リセット", "offset": "画像の位置を調整するには、灰色のエリアのどこかをドラッグするか、ずれ幅をメートル単位で入力するかしてください。", "minimap": { "description": "ミニマップ", "tooltip": "現在表示中の周辺をズームアウトして表示" } }, "map_data": { "title": "地図データ", "description": "地図データ", "data_layers": "データレイヤ", "fill_area": "エリアを塗りつぶし", "map_features": "タグ定義一覧", "autohidden": "表示対象となっている地物の数が多すぎます。ズームインしてから編集を行ってください。" }, "feature": { "points": { "description": "ポイント", "tooltip": "地点情報" }, "traffic_roads": { "description": "公道", "tooltip": "道路、街路など" }, "service_roads": { "description": "敷地内道路", "tooltip": "私道、駐車場内経路、農道など" }, "paths": { "description": "歩道・小道", "tooltip": "歩道、自転車道など" }, "buildings": { "description": "建築物", "tooltip": "建築物、避難所、ガレージなど" }, "landuse": { "description": "土地利用関連", "tooltip": "森林、農地、公園、住宅地、商業区画など" }, "boundaries": { "description": "区域境界", "tooltip": "行政区境" }, "water": { "description": "水域関連", "tooltip": "河川、湖沼、沼地など" }, "rail": { "description": "鉄道関連", "tooltip": "鉄道" }, "power": { "description": "電力関連", "tooltip": "電線、高圧線、発電所、変電所など" }, "past_future": { "description": "廃棄消失/建設予定地", "tooltip": "予定地、建設中、廃業、撤去済など" }, "others": { "description": "その他", "tooltip": "すべて" } }, "area_fill": { "wireframe": { "description": "塗りつぶしなし (ワイヤフレーム)", "tooltip": "ワイヤフレームモードを有効化することで、背景画像の視認性が高まります" }, "partial": { "description": "部分的に塗りつぶし", "tooltip": "エリアの内側だけが塗りつぶされます。(初心者オススメ)" }, "full": { "description": "完全塗りつぶし", "tooltip": "エリアがすべて塗りつぶされます。" } }, "restore": { "heading": "OSMにアップロードされていない編集内容があります", "description": "前回作業した編集内容がアップロードされていません。編集内容を復元しますか?", "restore": "復元", "reset": "破棄" }, "save": { "title": "保存", "help": "変更を確認して、他のユーザーから見えるようにOpenStreetMapにアップロードしましょう。", "no_changes": "保存する変更はありません。", "error": "保存中にエラーが発生しました", "status_code": "サーバが状態コード{code}を返しました", "unknown_error_details": "インターネットに接続されているか、確認してください。", "uploading": "OpenStreetMapへ変更をアップロード中...", "unsaved_changes": "編集内容が保存されていません", "conflict": { "header": "競合している編集を解決", "count": "{total}件中{num}件の競合", "previous": "< 前へ", "next": "次へ >", "keep_local": "自分の変更を維持", "keep_remote": "他の変更を採用", "restore": "復元", "delete": "削除したままにする", "download_changes": "または変更をダウンロードしてください。", "done": "すべての競合が解決されました。", "help": "あなたが変更した地物を他のユーザーも変更しました。\n競合についての詳細は、以下のそれぞれの地物をクリックし、あなたの変更と\n他のユーザーの変更のどちらを残したいか選択して下さい。\n" } }, "merge_remote_changes": { "conflict": { "deleted": "この地物は{user} さんが削除しました。", "location": "この地物はあなたと{user} さんの両方が移動しました。", "nodelist": "あなたと{user}さんがそれぞれノードを変更しました。", "memberlist": "あなたと{user}さんがそれぞれリレーションのメンバーを変更しました。", "tags": "あなたが{tag}タグを「{local}」で変更し、{user}さんが「{remote}」で変更しました。" } }, "success": { "edited_osm": "OSM編集完了!", "just_edited": "OpenStreetMap編集完了!", "view_on_osm": "詳細情報確認", "facebook": "Facebookでシェア", "twitter": "Twitterでシェア", "google": "Google+でシェア", "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" }, "confirm": { "okay": "OK", "cancel": "キャンセル" }, "splash": { "welcome": "iD 起動中", "text": "iDは、世界でもっとも優れた自由な世界地図を編集するためのツールで、馴染みやすく、かつ高機能です。現在のバージョンは {version} です。詳細は {website} で公開中です。バグ報告は {github} で受け付けています。", "walkthrough": "チュートリアルを開始", "start": "編集開始" }, "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": "道路は他の道路か建物の入口に接続させてください。", "old_multipolygon": "outerのウェイ上のマルチポリゴンタグ", "old_multipolygon_tooltip": "このスタイルのマルチポリゴンは非推奨となっています。outerのウェイの代わりに親のマルチポリゴンにタグを割り当ててください。", "untagged_point": "タグなしポイント", "untagged_point_tooltip": "この点が表す地物の種類を選択してください。", "untagged_line": "ラインにタグが付与されていません", "untagged_line_tooltip": "この直線が表す地物の種類を選択してください。", "untagged_area": "エリアにタグが付与されていません", "untagged_area_tooltip": "このエリアが表す地物の種類を選択してください。", "untagged_relation": "タグの無いリレーション", "untagged_relation_tooltip": "このリレーションを表す地物の種別を選んでください。", "many_deletions": "あなたは{n}件の地物を削除しようとしています。本当に実行して宜しいですか?他の人からも見える地図から削除することになります。", "tag_suggests_area": "ラインに {tag} タグが付与されています。エリアで描かれるべきです", "deprecated_tags": "タグの重複: {tags}" }, "zoom": { "in": "ズームイン", "out": "ズームアウト" }, "cannot_zoom": "現在のモードでは、これ以上ズームアウトできません。", "full_screen": "フルスクリーンにする", "gpx": { "local_layer": "ローカル・ファイル", "drag_drop": "ページ上に .gpx, .geojson, .kml ファイルをドラッグ&ドロップするか、右のボタンを押して参照するかしてください", "zoom": "レイヤにズーム", "browse": "ファイルをブラウズ" }, "mapillary_images": { "tooltip": "Mapillary から路上の写真を取得します", "title": "写真の重ね合わせ (Mapillary)" }, "mapillary_signs": { "tooltip": "Mapillaryから交通標識を取得します (写真の重ね合わせが有効の時のみ)", "title": "交通標識の重ね合わせ (Mapillary)" }, "mapillary": { "view_on_mapillary": "この画像をMapillaryで表示" }, "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": "完了", "ok": "OK", "graph": { "block_number": "4", "city": "三川", "county": "", "district": "", "hamlet": "", "neighbourhood": "", "postcode": "49093", "province": "", "quarter": "", "state": "", "subdistrict": "", "suburb": "", "countrycode": "jp", "name": { "1st-avenue": "一条通り", "2nd-avenue": "二条通り", "4th-avenue": "四条通り", "5th-avenue": "五条通り", "6th-avenue": "六条通り", "7th-avenue": "七条通り", "8th-avenue": "八条通り", "9th-avenue": "九条通り", "10th-avenue": "十条通り", "11th-avenue": "十一条通り", "12th-avenue": "十二条通り", "adams-street": "アダムス通り", "pizza-hut": "ピザハット", "three-rivers-city-hall": "三川市役所", "three-rivers-elementary-school": "三川小学校", "three-rivers-fire-department": "三川消防署", "three-rivers-high-school": "三川高等学校", "three-rivers-middle-school": "三川中学校", "three-rivers-post-office": "三川郵便局", "three-rivers-public-library": "三川図書館", "three-rivers": "三川" } }, "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": "エリア" }, "lines": { "title": "ライン" }, "buildings": { "title": "建物" }, "startediting": { "title": "編集をはじめる", "save": "変更内容はこまめに保存するよう気をつけてください!", "start": "マッピング開始!" } }, "presets": { "categories": { "category-barrier": { "name": "障害物" }, "category-building": { "name": "建物" }, "category-golf": { "name": "ゴルフ" }, "category-landuse": { "name": "土地利用の地物" }, "category-natural-area": { "name": "自然の地物" }, "category-natural-line": { "name": "自然の地物" }, "category-natural-point": { "name": "自然の地物" }, "category-path": { "name": "歩道・小道の地物" }, "category-rail": { "name": "線路の地物" }, "category-restriction": { "name": "進行方向制限" }, "category-road": { "name": "道路の地物" }, "category-route": { "name": "ルート" }, "category-water-area": { "name": "水域の地物" }, "category-water-line": { "name": "水路の地物" } }, "fields": { "access": { "label": "通行可", "options": { "designated": { "description": "特定の地方条例や標識等で通行制限が行われている", "title": "特定種の通行禁止" }, "destination": { "description": "特定の目的地へ移動する用途でのみ通行が許可されている", "title": "目的外通行の禁止" }, "dismount": { "description": "下車すれば通行可能", "title": "下車" }, "no": { "description": "一般の通行が許可されていない", "title": "制限あり" }, "permissive": { "description": "所有者が通行制限しない限り通行可", "title": "所有者許諾あり" }, "private": { "description": "通行時には所有者の許可を得る必要がある", "title": "私有" }, "yes": { "description": "法律上の許可あり; 正当利用", "title": "通行可" } }, "placeholder": "その他", "types": { "access": "すべて", "bicycle": "自転車", "foot": "歩行者", "horse": "乗馬", "motor_vehicle": "動力付き車輌全般" } }, "access_simple": { "label": "通行可能な手段" }, "access_toilets": { "label": "利用対象" }, "address": { "label": "住所", "placeholders": { "block_number": "街区符号", "block_number!jp": "街区符号", "city": "市町村", "city!jp": "市町村と東京23区", "city!vn": "市/町", "conscriptionnumber": "123", "country": "国", "county": "郡", "county!jp": "郡", "district": "地区", "district!vn": "Arrondissement/町/地区", "floor": "階", "hamlet": "Hamlet", "housename": "地番", "housenumber": "住居番号", "housenumber!jp": "住居番号/番地と枝番", "neighbourhood": "字", "neighbourhood!jp": "丁目/字/小字", "place": "地名", "postcode": "郵便番号", "province": "都道府県", "province!jp": "都道府県", "quarter": "大字", "quarter!jp": "大字/町", "state": "州", "street": "所属する街路名", "subdistrict": "Subdistrict", "subdistrict!vn": "Ward/Commune/Townlet", "suburb": "区", "suburb!jp": "区" } }, "admin_level": { "label": "Admin Level" }, "aerialway": { "label": "タイプ" }, "aerialway/access": { "label": "乗降場所", "options": { "both": "両方", "entry": "入口", "exit": "出口" } }, "aerialway/bubble": { "label": "覆い" }, "aerialway/capacity": { "label": "運搬人数(1時間当たり)", "placeholder": "500, 2500, 5000..." }, "aerialway/duration": { "label": "所用時間(分)", "placeholder": "1, 2, 3..." }, "aerialway/heating": { "label": "暖房" }, "aerialway/occupancy": { "label": "定員", "placeholder": "2, 4, 8..." }, "aerialway/summer/access": { "label": "乗降場所(夏季)", "options": { "both": "両方", "entry": "入口", "exit": "出口" } }, "aeroway": { "label": "形態" }, "amenity": { "label": "種類" }, "animal_boarding": { "label": "対象となる動物" }, "animal_breeding": { "label": "対象となる動物" }, "animal_shelter": { "label": "対象となる動物" }, "area/highway": { "label": "道路の種類" }, "artist": { "label": "アーティスト" }, "artwork_type": { "label": "タイプ" }, "atm": { "label": "ATM" }, "backrest": { "label": "背もたれ" }, "barrier": { "label": "タイプ" }, "bath/open_air": { "label": "露天風呂" }, "bath/sand_bath": { "label": "砂湯" }, "bath/type": { "label": "タイプ", "options": { "foot_bath": "足湯", "hot_spring": "温泉(日本以外)", "onsen": "温泉(日本)" } }, "beauty": { "label": "店舗種類" }, "bench": { "label": "ベンチ" }, "bicycle_parking": { "label": "種類" }, "bin": { "label": "ゴミ箱" }, "blood_components": { "label": "献血種類", "options": { "plasma": "血しょう成分献血", "platelets": "血小板成分献血", "stemcells": "骨髄サンプル", "whole": "全血献血" } }, "board_type": { "label": "タイプ" }, "boundary": { "label": "タイプ" }, "brand": { "label": "ブランド" }, "building": { "label": "建物" }, "building_area": { "label": "建物" }, "bunker_type": { "label": "種類" }, "camera/direction": { "label": "監視カメラの向き(時計回りの角度)", "placeholder": "45, 90, 180, 270" }, "camera/mount": { "label": "監視カメラの設置位置" }, "camera/type": { "label": "監視カメラの種類", "options": { "dome": "ドーム型", "fixed": "固定式", "panning": "可動式" } }, "capacity": { "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": "西南西" } }, "castle_type": { "label": "種類" }, "clock_direction": { "label": "方向", "options": { "anticlockwise": "左回り", "clockwise": "右回り" } }, "club": { "label": "タイプ" }, "collection_times": { "label": "収集時刻" }, "communication_multi": { "label": "通信回線の用途" }, "construction": { "label": "種類" }, "contact/webcam": { "label": "ウェブカメラのURL", "placeholder": "http://example.com/" }, "content": { "label": "中身" }, "country": { "label": "国" }, "covered": { "label": "屋根" }, "craft": { "label": "タイプ" }, "crop": { "label": "収穫物" }, "crossing": { "label": "種類" }, "cuisine": { "label": "料理" }, "currency_multi": { "label": "通貨の種類" }, "cycle_network": { "label": "ネットワーク" }, "cycleway": { "label": "自転車通行帯", "options": { "lane": { "description": "自動車交通と線で隔てられている自転車通行帯", "title": "標準の自転車通行帯" }, "none": { "description": "自転車通行帯なし", "title": "なし" }, "opposite": { "description": "一方通行の道路で両方向に通行可能な自転車通行帯", "title": "両方向の自転車通行帯" }, "opposite_lane": { "description": "交通の方向とは逆に通行する自転車通行帯", "title": "逆方向の自転車通行帯" }, "share_busway": { "description": "バス車線と共有の自転車通行帯", "title": "バスと共有の自転車通行帯" }, "shared_lane": { "description": "自動車交通と隔てられていない自転車通行帯", "title": "共有の自転車通行帯" }, "track": { "description": "物理的な障害物で隔てられた自転車通行帯", "title": "自転車道路" } }, "placeholder": "なし", "types": { "cycleway:left": "左側", "cycleway:right": "右側" } }, "date": { "label": "日付" }, "delivery": { "label": "配達" }, "denomination": { "label": "宗派" }, "denotation": { "label": "意味" }, "description": { "label": "説明" }, "diaper": { "label": "おむつ交換台の利用可否" }, "display": { "label": "表示盤の種類" }, "dock": { "label": "タイプ" }, "drive_through": { "label": "ドライブスルー" }, "electrified": { "label": "電化状態", "options": { "contact_line": "架線", "no": "非電化", "rail": "集電レール", "yes": "電化(未定義)" }, "placeholder": "架線、集電レール..." }, "elevation": { "label": "標高" }, "email": { "label": "メールアドレス", "placeholder": "example@example.com" }, "emergency": { "label": "緊急設備" }, "entrance": { "label": "タイプ" }, "except": { "label": "例外" }, "fax": { "label": "FAX", "placeholder": "+31 42 123 4567" }, "fee": { "label": "利用料金" }, "fence_type": { "label": "柵の種類" }, "fire_hydrant/position": { "label": "位置", "options": { "green": "緑地", "lane": "道路上", "parking_lot": "駐車場", "sidewalk": "歩道" } }, "fire_hydrant/type": { "label": "タイプ", "options": { "pillar": "柱/地上", "pond": "池", "underground": "地下", "wall": "壁" } }, "fixme": { "label": "要修正" }, "fuel": { "label": "ガソリンスタンド" }, "fuel_multi": { "label": "燃料の種類" }, "gauge": { "label": "軌間" }, "gender": { "label": "性別", "options": { "female": "女性", "male": "男性", "unisex": "性別区分なし" }, "placeholder": "不明" }, "generator/method": { "label": "方式" }, "generator/source": { "label": "エネルギー源" }, "generator/type": { "label": "タイプ" }, "golf_hole": { "label": "参照", "placeholder": "ホール (1-18)" }, "grape_variety": { "label": "ブドウの品種" }, "handicap": { "label": "ハンディキャップ", "placeholder": "1-18" }, "handrail": { "label": "手すり" }, "height": { "label": "高さ (メートル)" }, "highway": { "label": "道路区分" }, "historic": { "label": "タイプ" }, "historic/civilization": { "label": "文明" }, "hoops": { "label": "輪の数", "placeholder": "1, 2, 4..." }, "iata": { "label": "IATA" }, "icao": { "label": "ICAO" }, "incline": { "label": "傾斜" }, "incline_steps": { "label": "傾斜", "options": { "down": "下", "up": "上" } }, "indoor": { "label": "室内" }, "information": { "label": "タイプ" }, "inscription": { "label": "碑文の文面" }, "internet_access": { "label": "インターネット環境", "options": { "no": "無し", "terminal": "情報端末", "wired": "有線LAN", "wlan": "Wi-Fi", "yes": "有り" } }, "internet_access/fee": { "label": "インターネット接続利用料金" }, "internet_access/ssid": { "label": "SSID (ネットワーク名)" }, "kerb": { "label": "縁石の段差" }, "lamp_type": { "label": "種別" }, "landuse": { "label": "土地区分" }, "lanes": { "label": "車線数", "placeholder": "1, 2, 3..." }, "layer": { "label": "レイヤー" }, "leaf_cycle": { "label": "葉の季節変化", "options": { "deciduous": "落葉樹", "evergreen": "常緑樹", "mixed": "混合", "semi_deciduous": "ほぼ落葉樹", "semi_evergreen": "ほぼ常緑樹" } }, "leaf_cycle_singular": { "label": "葉の季節変化", "options": { "deciduous": "落葉樹", "evergreen": "常緑樹", "semi_deciduous": "ほぼ落葉樹", "semi_evergreen": "ほぼ常緑樹" } }, "leaf_type": { "label": "葉の種類", "options": { "broadleaved": "広葉樹", "leafless": "葉なし", "mixed": "混合", "needleleaved": "針葉樹" } }, "leaf_type_singular": { "label": "葉の種類", "options": { "broadleaved": "広葉樹", "leafless": "葉なし", "needleleaved": "針葉樹" } }, "leisure": { "label": "タイプ" }, "length": { "label": "長さ (m)" }, "level": { "label": "階数" }, "levels": { "label": "階数", "placeholder": "2, 4, 6..." }, "lit": { "label": "照明" }, "location": { "label": "位置" }, "man_made": { "label": "種類" }, "map_size": { "label": "地図の範囲" }, "map_type": { "label": "タイプ" }, "maxheight": { "label": "高さ制限", "placeholder": "4, 4.5, 5, 14'0\", 14'6\", 15'0\"" }, "maxspeed": { "label": "最高速度", "placeholder": "40, 50, 60..." }, "maxstay": { "label": "最大利用時間" }, "mtb/scale": { "label": "マウンテンバイク難易度", "options": { "0": "0: 硬い砂利/圧縮土、障害物なし、緩いカーブ", "1": "1: いくらか緩んだ表面、小さな障害物、緩いカーブ", "2": "2: とても緩んだ表面、大きな障害物、容易なヘアピンカーブ", "3": "3: 滑りやすい表面、大きな障害物、きついヘアピンカーブ", "4": "4: 緩んだ地面や杭、危険なヘアピンカーブ", "5": "5: 最大の難しさ、漂礫地や地滑り", "6": "6: 最上級のマウンテンバイクでなければ乗れない" }, "placeholder": "0, 1, 2, 3..." }, "mtb/scale/imba": { "label": "IMBAトレイル難易度", "options": { "0": "非常に容易 (白い円)", "1": "容易 (緑色の円)", "2": "中程度 (青い四角形)", "3": "困難 (黒いひし形)", "4": "非常に困難 (黒いひし形2つ)" }, "placeholder": "初級者、中級者、上級者..." }, "mtb/scale/uphill": { "label": "マウンテンバイク登山難易度", "options": { "0": "0: 平均10%未満の傾斜、地面は舗装/圧縮、障害物なし", "1": "1: 平均15%未満の傾斜、地面は舗装/圧縮、小さな障害物あり", "2": "2: 平均20%未満の傾斜、安定した地面、それなりの石や木の根がある", "3": "3: 平均25%未満の傾斜、変化のある地面、それなりの石や枝がある", "4": "4: 平均30%未満の傾斜、地面状態は良くない、大きい岩や木の枝がある", "5": "5: 非常に険しく、通常マウンテンバイクを押すか運ぶかする必要がある" }, "placeholder": "0, 1, 2, 3..." }, "name": { "label": "名称", "placeholder": "一般的な呼称 (もしあれば)" }, "natural": { "label": "自然" }, "network": { "label": "ネットワーク" }, "network_bicycle": { "label": "ネットワーク種別", "options": { "icn": "国際", "lcn": "地域", "ncn": "国", "rcn": "地方" }, "placeholder": "地域、地方、国、国際" }, "network_foot": { "label": "ネットワーク種別", "options": { "iwn": "国際", "lwn": "地域", "nwn": "国", "rwn": "地方" }, "placeholder": "地域、地方、国、国際" }, "network_horse": { "label": "ネットワーク種別", "options": { "ihn": "国際", "lhn": "地域", "nhn": "国", "rhn": "地方" }, "placeholder": "地域、地方、国、国際" }, "network_road": { "label": "ネットワーク" }, "note": { "label": "メモ" }, "office": { "label": "タイプ" }, "oneway": { "label": "一方通行", "options": { "no": "いいえ", "undefined": "おそらくいいえ", "yes": "はい" } }, "oneway_yes": { "label": "一方通行", "options": { "no": "いいえ", "undefined": "おそらくはい", "yes": "はい" } }, "opening_hours": { "label": "利用可能な時間帯" }, "operator": { "label": "管理主体" }, "outdoor_seating": { "label": "屋外の席" }, "par": { "label": "パー", "placeholder": "3, 4, 5..." }, "parallel_direction": { "label": "方向", "options": { "backward": "ウェイの逆方向", "forward": "ウェイの順方向" } }, "park_ride": { "label": "パーク&ライド" }, "parking": { "label": "タイプ", "options": { "carports": "カーポート", "garage_boxes": "箱型ガレージ", "lane": "路側帯", "multi-storey": "マルチレベル", "sheds": "納屋", "surface": "地面", "underground": "地下" } }, "payment_multi": { "label": "支払い方法" }, "phone": { "label": "電話番号", "placeholder": "+31 42 123 4567" }, "piste/difficulty": { "label": "難易度", "options": { "advanced": "上級 (黒色のひし形)", "easy": "簡単 (緑色の円)", "expert": "エキスパート (黒色のひし形2つ)", "extreme": "エクストリーム (登山装備要)", "freeride": "フリーライド (コース外)", "intermediate": "普通 (青色の四角)", "novice": "初心者向け (教習用)" }, "placeholder": "初心者向け、普通、上級者向け" }, "piste/grooming": { "label": "整備状況", "options": { "backcountry": "バックカントリー", "classic": "クラシック", "classic+skating": "クラシックアンドスケーティング", "mogul": "モーグル", "scooter": "スクーター/スノーモービル", "skating": "スケーティング" } }, "piste/type": { "label": "種別", "options": { "downhill": "ダウンヒル", "hike": "ハイキング", "ice_skate": "アイススケート", "nordic": "ノルディック", "playground": "児童公園", "skitour": "スキーツアー", "sled": "小型そり", "sleigh": "そり", "snow_park": "スキー場" } }, "place": { "label": "タイプ" }, "plant": { "label": "植物" }, "population": { "label": "人口" }, "power": { "label": "区分" }, "power_supply": { "label": "電源" }, "produce": { "label": "生産物" }, "product": { "label": "製品" }, "railway": { "label": "路線種別" }, "recycling_accepts": { "label": "リサイクル可能な素材" }, "recycling_type": { "label": "リサイクル設備の種類", "options": { "centre": "リサイクルセンター", "container": "コンテナ" } }, "ref": { "label": "管理番号" }, "relation": { "label": "タイプ" }, "religion": { "label": "宗教" }, "restriction": { "label": "タイプ" }, "restrictions": { "label": "進行方向制限" }, "rooms": { "label": "部屋数" }, "route": { "label": "タイプ" }, "route_master": { "label": "タイプ" }, "sac_scale": { "label": "ハイキングの難易度", "options": { "alpine_hiking": "T4: 高地登山", "demanding_alpine_hiking": "T5: 中難度の高地登山", "demanding_mountain_hiking": "T3: 中難度の山岳ハイキング", "difficult_alpine_hiking": "T6: 高難度の高地登山", "hiking": "T1: ハイキング", "mountain_hiking": "T2: 山岳ハイキング" }, "placeholder": "山岳ハイキング, 高地登山…" }, "sanitary_dump_station": { "label": "汚物廃棄所の場所" }, "seasonal": { "label": "季節限定" }, "second_hand": { "label": "中古屋", "options": { "no": "中古品の取り扱いなし", "only": "中古品のみ", "yes": "中古品の取り扱いあり" }, "placeholder": "中古品のみ、中古品あり、中古品なし" }, "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": "店舗種別" }, "site": { "label": "タイプ" }, "smoking": { "label": "喫煙の可否", "options": { "dedicated": "喫煙者向け(例: スモーカーズクラブ)", "isolated": "完全分煙", "no": "すべて禁煙", "outside": "屋外のみ喫煙可", "separated": "同室内分煙", "yes": "すべて喫煙可" }, "placeholder": "禁煙, 分煙, 喫煙可..." }, "smoothness": { "label": "スムーズさ", "options": { "bad": "二輪車・四輪車:マウンテンバイク・自動車・リキシャ", "excellent": "ローラースケート・スケートボード", "good": "レース用自転車", "horrible": "オフロード:重オフロード車", "impassable": "通りぬけ不可 / 車輌・自転車不可", "intermediate": "二輪車など:シティバイク・車いす・スクーター", "very_bad": "最低地上高が高い:軽クロカン車", "very_horrible": "特殊オフロード車:トラクター・ATV(全地形対応車)" }, "placeholder": "ローラースケートなど, 二輪車・四輪車, オフロード車…" }, "social_facility": { "label": "種類" }, "social_facility_for": { "label": "対象者" }, "source": { "label": "情報源" }, "sport": { "label": "スポーツ" }, "sport_ice": { "label": "種目" }, "sport_racing_motor": { "label": "種目" }, "sport_racing_nonmotor": { "label": "種目" }, "stars": { "label": "星の数" }, "start_date": { "label": "供用開始日" }, "step_count": { "label": "段数" }, "stop": { "label": "一時停止の種類", "options": { "all": "すべての道路", "minor": "優先ではない道路" } }, "structure": { "label": "構造", "options": { "bridge": "橋", "cutting": "切り通し", "embankment": "土手", "ford": "洗い越し", "tunnel": "トンネル" }, "placeholder": "不明" }, "studio": { "label": "スタジオの種類" }, "substation": { "label": "タイプ" }, "supervised": { "label": "監視" }, "support": { "label": "設置場所・支持素材" }, "surface": { "label": "路面状態" }, "surveillance": { "label": "監視の種類" }, "surveillance/type": { "label": "監視方法", "options": { "ALPR": "自動ナンバープレート読み取り機", "camera": "監視カメラ", "guard": "警備員" } }, "surveillance/zone": { "label": "監視ゾーン" }, "tactile_paving": { "label": "点字ブロック" }, "takeaway": { "label": "持ち帰り", "options": { "no": "不可能", "only": "持ち帰りのみ", "yes": "可能" }, "placeholder": "可、不可、持ち帰りのみ" }, "toilets/disposal": { "label": "汚物処理", "options": { "bucket": "バケツ汲み出し", "chemical": "化学処理", "flush": "水洗式", "pitlatrine": "汲み取り式" } }, "toll": { "label": "料金" }, "tomb": { "label": "種類" }, "tourism": { "label": "種類" }, "tower/construction": { "label": "建築様式", "placeholder": "支線塔、格子塔、擬態させた塔、etc" }, "tower/type": { "label": "タイプ" }, "tracktype": { "label": "トラック種別", "options": { "grade1": "硬質: 舗装もしくは煉瓦・砕石の締固め路盤", "grade2": "大部分が硬質: 砂利・岩と柔らかい物質の混合", "grade3": "硬軟の物質の混合", "grade4": "大部分が軟質: 土/砂/草と硬い物質の混合", "grade5": "軟質: 土/砂/草" }, "placeholder": "硬質, 大部分が硬質, 軟質…" }, "traffic_calming": { "label": "タイプ" }, "traffic_signals": { "label": "タイプ" }, "trail_visibility": { "label": "道の可視度", "options": { "bad": "悪: 道はなかったりわからなかったりで,かつ目印なし", "excellent": "優: すべて明確な道・目印あり", "good": "良: 判別可能な目印あり(場合によっては目印の探索が必要)", "horrible": "劣悪: ほとんど道がなく定位技量が必要", "intermediate": "中間: 道の大部分は分かるが目印は少ない", "no": "不可: 道はなく,高度な定位技量が必要" }, "placeholder": "優・良・悪…" }, "trees": { "label": "木の数" }, "tunnel": { "label": "トンネル" }, "vending": { "label": "販売商品の種別" }, "visibility": { "label": "見える範囲", "options": { "area": "20m(65フィート)超", "house": "5m(16フィート)以下", "street": "5~20m(16~65フィート)" } }, "wall": { "label": "種類" }, "water": { "label": "種類" }, "water_point": { "label": "給水所の場所" }, "waterway": { "label": "水路区分" }, "website": { "label": "ウェブサイト", "placeholder": "http://example.com/" }, "wetland": { "label": "タイプ" }, "wheelchair": { "label": "車椅子の利用可否" }, "width": { "label": "幅 (m)" }, "wikipedia": { "label": "Wikipedia" } }, "presets": { "address": { "name": "住所", "terms": "住所" }, "advertising/billboard": { "name": "広告用看板", "terms": "掲示板" }, "aerialway": { "name": "索道" }, "aerialway/cable_car": { "name": "交走式ロープウェイ", "terms": "ロープウェイ, ロープウェー, ゴンドラ, ゴンドラリフト, 索道" }, "aerialway/chair_lift": { "name": "チェアリフト", "terms": "チェアリフト, 椅子リフト, いすリフト" }, "aerialway/drag_lift": { "name": "ドラッグリフト", "terms": "ドラッグリフト,牽引リフト" }, "aerialway/gondola": { "name": "循環式ロープウェイ", "terms": "ゴンドラ, ロープウェイ, ロープウェー, ゴンドラリフト, 索道" }, "aerialway/goods": { "name": "貨物索道", "terms": "貨物ロープウェイ" }, "aerialway/magic_carpet": { "name": "マジックカーペットリフト", "terms": "マジックカーペットリフト, ベルトコンベア" }, "aerialway/mixed_lift": { "name": "混合リフト", "terms": "混合リフト" }, "aerialway/platter": { "name": "プラッターリフト", "terms": "プラッターリフト" }, "aerialway/pylon": { "name": "索道用支柱", "terms": "索道用支柱, パイロン, 柱" }, "aerialway/rope_tow": { "name": "ロープタウリフト", "terms": "ロープタウリフト" }, "aerialway/station": { "name": "索道駅", "terms": "索道駅, ロープウェイ駅, リフト駅, 駅" }, "aerialway/t-bar": { "name": "Tバーリフト", "terms": "Tバーリフト" }, "aeroway": { "name": "航空施設" }, "aeroway/aerodrome": { "name": "空港", "terms": "空港, 飛行場" }, "aeroway/apron": { "name": "エプロン", "terms": "エプロン" }, "aeroway/gate": { "name": "空港ゲート", "terms": "空港ゲート" }, "aeroway/hangar": { "name": "格納庫", "terms": "格納庫" }, "aeroway/helipad": { "name": "ヘリパッド", "terms": "ヘリパッド, ヘリコプター発着所, ヘリポート" }, "aeroway/runway": { "name": "滑走路", "terms": "滑走路" }, "aeroway/taxiway": { "name": "航空機誘導路", "terms": "誘導路" }, "aeroway/terminal": { "name": "空港ターミナル", "terms": "空港ターミナル" }, "amenity": { "name": "施設" }, "amenity/animal_boarding": { "name": "ペットホテル", "terms": "ペットホテル" }, "amenity/animal_breeding": { "name": "動物繁殖施設", "terms": "動物繁殖施設, ブリーダー" }, "amenity/animal_shelter": { "name": "アニマルシェルター", "terms": "アニマルシェルター" }, "amenity/arts_centre": { "name": "アートセンター", "terms": "アートセンター" }, "amenity/atm": { "name": "ATM", "terms": "ATM, CD, 現金自動預払機" }, "amenity/bank": { "name": "銀行", "terms": "銀行, 信用金庫, 信用組合" }, "amenity/bar": { "name": "バー", "terms": "バー, 飲み屋, 呑み屋, ばー, スナック" }, "amenity/bbq": { "name": "バーベキュー/グリル", "terms": "バーベキュー, グリル, BBQ, 飯盒炊爨" }, "amenity/bench": { "name": "ベンチ", "terms": "ベンチ, 椅子, いす, 腰掛け" }, "amenity/bicycle_parking": { "name": "駐輪場", "terms": "駐輪場, 自転車駐車場" }, "amenity/bicycle_rental": { "name": "レンタサイクル", "terms": "レンタサイクル" }, "amenity/bicycle_repair_station": { "name": "自転車修理店", "terms": "自転車修理店, 自転車店(修理)" }, "amenity/biergarten": { "name": "ビアガーデン", "terms": "ビアガーデン" }, "amenity/boat_rental": { "name": "貸しボート", "terms": "貸しボート" }, "amenity/bureau_de_change": { "name": "両替", "terms": "両替商" }, "amenity/bus_station": { "name": "バスターミナル", "terms": "バスターミナル, バス停, バスステーション" }, "amenity/cafe": { "name": "喫茶店", "terms": "喫茶店, カフェ" }, "amenity/car_rental": { "name": "レンタカー", "terms": "レンタカー, 貸自動車, カーレンタル" }, "amenity/car_sharing": { "name": "カーシェアリング", "terms": "カーシェアリング, レンタカー" }, "amenity/car_wash": { "name": "車の洗浄", "terms": "洗車機, 洗車, 車洗浄, カーウォッシュ" }, "amenity/casino": { "name": "カジノ", "terms": "カジノ, 賭博場" }, "amenity/charging_station": { "name": "充電スタンド", "terms": "充電ステーション, 急速充電システム, 充電スタンド, 給電スタンド" }, "amenity/childcare": { "name": "保育園/幼稚園", "terms": "保育園, 幼稚園, チャイルドケア, ナーセリー" }, "amenity/cinema": { "name": "映画館", "terms": "映画館, 上映施設, スクリーン, 銀幕" }, "amenity/clinic": { "name": "クリニック", "terms": "クリニック" }, "amenity/clock": { "name": "時計", "terms": "時計" }, "amenity/college": { "name": "短大・高専・専門学校の敷地", "terms": "キャンパス" }, "amenity/community_centre": { "name": "コミュニティセンター", "terms": "公民館" }, "amenity/compressed_air": { "name": "空気入れ", "terms": "空気入れ, エアー調整" }, "amenity/courthouse": { "name": "裁判所", "terms": "裁判所" }, "amenity/coworking_space": { "name": "コワーキングスペース" }, "amenity/crematorium": { "name": "火葬場", "terms": "火葬場" }, "amenity/dentist": { "name": "歯医者", "terms": "歯科, 歯医者, 歯科医" }, "amenity/doctors": { "name": "医院", "terms": "医院, 町医者, 診療所, 医者" }, "amenity/dojo": { "name": "道場", "terms": "道場" }, "amenity/drinking_water": { "name": "水飲み場", "terms": "水飲み場, 水道, 飲用水, 飲料水, 飲み水, 蛇口" }, "amenity/driving_school": { "name": "自動車教習所", "terms": "Driving School, ドライビングスクール, 教習所, 自動車, 自動車教習所, 車, 学校" }, "amenity/embassy": { "name": "大使館", "terms": "大使館" }, "amenity/fast_food": { "name": "ファストフード", "terms": "ファストフード店, ファストフード, ジャンクフード, ジャンク, ファーストフード" }, "amenity/ferry_terminal": { "name": "フェリー乗り場", "terms": "フェリーターミナル, 渡船, 船着場" }, "amenity/fire_station": { "name": "消防署", "terms": "消防署, 消防団, 火消し" }, "amenity/food_court": { "name": "フードコート", "terms": "フードコート" }, "amenity/fountain": { "name": "噴水", "terms": "泉,噴水" }, "amenity/fuel": { "name": "ガソリンスタンド", "terms": "ガソリンスタンド, ガス, ガスステーション" }, "amenity/grave_yard": { "name": "(教会・寺院にある)墓所", "terms": "墓地, 霊園, 墓場, お墓, 墓苑" }, "amenity/grit_bin": { "name": "砂箱", "terms": "砂箱, 氷結防止" }, "amenity/hospital": { "name": "大規模病院の敷地", "terms": "病院の敷地" }, "amenity/hunting_stand": { "name": "狩猟スタンド", "terms": "狩猟スタンド" }, "amenity/ice_cream": { "name": "アイスクリーム店", "terms": "アイスクリームパーラー" }, "amenity/internet_cafe": { "name": "インターネットカフェ", "terms": "ネカフェ" }, "amenity/kindergarten": { "name": "保育園/幼稚園の敷地", "terms": "幼稚園の敷地, 保育園の敷地" }, "amenity/library": { "name": "図書館", "terms": "図書館, ライブラリ, ライブラリー" }, "amenity/marketplace": { "name": "市場", "terms": "市場, マーケット, 朝市, マルシェ" }, "amenity/motorcycle_parking": { "name": "オートバイの駐車場", "terms": "バイクの駐車場, 二輪駐車場, 二輪駐輪場, 駐車場, 駐輪場" }, "amenity/nightclub": { "name": "ナイトクラブ", "terms": "ナイトクラブ" }, "amenity/nursing_home": { "name": "介護施設" }, "amenity/parking": { "name": "駐車場", "terms": "駐車場, パーキング" }, "amenity/parking_entrance": { "name": "駐車場の出入口", "terms": "駐車場の出入口" }, "amenity/parking_space": { "name": "駐車区画", "terms": "駐車区画, 駐車スペース" }, "amenity/pavilion": { "name": "東屋", "terms": "東屋" }, "amenity/pharmacy": { "name": "薬局", "terms": "調剤, 調剤薬局, 薬局, 薬店, ドラッグストア, 処方箋" }, "amenity/place_of_worship": { "name": "宗教施設", "terms": "礼拝所, 祈りの場所, 参拝所, 寺社, 神社" }, "amenity/place_of_worship/buddhist": { "name": "仏教寺院", "terms": "寺院, 仏閣, 寺, 寺社, 院, 堂, お寺, 寺" }, "amenity/place_of_worship/christian": { "name": "教会", "terms": "教会, 礼拝堂, 礼拝所, チャーチ" }, "amenity/place_of_worship/jewish": { "name": "シナゴーグ", "terms": "シナゴーグ" }, "amenity/place_of_worship/muslim": { "name": "モスク", "terms": "モスク" }, "amenity/planetarium": { "name": "プラネタリウム", "terms": "プラネターリアム" }, "amenity/police": { "name": "警察", "terms": "警察, 警察署, 交番, 駐在所" }, "amenity/post_box": { "name": "郵便ポスト", "terms": "郵便ポスト, 郵便箱, ポスト" }, "amenity/post_office": { "name": "郵便局", "terms": "郵便局" }, "amenity/prison": { "name": "刑務所の敷地", "terms": "刑務所, 刑務所の敷地, 監獄, 拘置所, 少年院" }, "amenity/pub": { "name": "居酒屋", "terms": "パブ, 居酒屋, 焼き鳥屋" }, "amenity/public_bath": { "name": "公衆浴場", "terms": "銭湯, 大衆浴場, 温泉" }, "amenity/public_bookcase": { "name": "公共の本棚", "terms": "公共の本棚" }, "amenity/ranger_station": { "name": "レンジャーの詰所", "terms": "レンジャーの詰所, レンジャーステーション" }, "amenity/recycling": { "name": "リサイクルボックス", "terms": "リサイクルボックス, 回収箱, リサイクル" }, "amenity/recycling_centre": { "name": "リサイクルセンター", "terms": "リサイクルセンター" }, "amenity/register_office": { "name": "登記所" }, "amenity/restaurant": { "name": "レストラン", "terms": "レストラン, 食堂" }, "amenity/sanitary_dump_station": { "name": "キャンピングカー用汚物廃棄所", "terms": "汚物廃棄所" }, "amenity/school": { "name": "学校の敷地", "terms": "学校の敷地, 校庭" }, "amenity/shelter": { "name": "避難所", "terms": "避難所, シェルター, 逃げ場" }, "amenity/social_facility": { "name": "福祉施設", "terms": "福祉施設, 支援施設" }, "amenity/social_facility/food_bank": { "name": "フードバンク", "terms": "フードバンク" }, "amenity/social_facility/group_home": { "name": "老人ホーム", "terms": "老人ホーム, グループホーム" }, "amenity/social_facility/homeless_shelter": { "name": "ホームレス緊急一時宿泊施設", "terms": "ホームレス緊急一時宿泊施設, ホームレスシェルター, 簡易宿泊所" }, "amenity/social_facility/nursing_home": { "name": "介護施設", "terms": "介護施設, 老人ホーム" }, "amenity/studio": { "name": "スタジオ", "terms": "スタジオ" }, "amenity/swimming_pool": { "name": "遊泳プール" }, "amenity/taxi": { "name": "タクシー乗り場", "terms": "タクシー乗り場, タクシー" }, "amenity/telephone": { "name": "公衆電話", "terms": "公衆電話, 電話" }, "amenity/theatre": { "name": "劇場", "terms": "劇場, ホール, 映画館" }, "amenity/toilets": { "name": "トイレ", "terms": "トイレ,便所" }, "amenity/townhall": { "name": "役場", "terms": "市役所, 区役所, 町役場, 村役場, 市庁, 役所" }, "amenity/university": { "name": "大学の敷地", "terms": "大学の敷地, キャンパス" }, "amenity/vending_machine": { "name": "自動販売機", "terms": "自動販売機, 自販機" }, "amenity/vending_machine/cigarettes": { "name": "たばこ自動販売機", "terms": "たばこ, 自動販売機, 自販機" }, "amenity/vending_machine/condoms": { "name": "コンドーム自動販売機", "terms": "コンドーム, 自動販売機, 自販機" }, "amenity/vending_machine/drinks": { "name": "飲料自動販売機", "terms": "飲料, ジュース, 酒, 飲み物, 自動販売機, 自販機" }, "amenity/vending_machine/excrement_bags": { "name": "犬の糞入れ自動販売機", "terms": "犬の糞入れ, 自動販売機, 自販機" }, "amenity/vending_machine/news_papers": { "name": "新聞自動販売機" }, "amenity/vending_machine/newspapers": { "name": "新聞販売機", "terms": "新聞販売機" }, "amenity/vending_machine/parcel_pickup_dropoff": { "name": "集荷・引取 自動販売機", "terms": "自動販売機, 自販機" }, "amenity/vending_machine/parking_tickets": { "name": "パーキングチケット発給機", "terms": "パーキングチケット, パーキングメーター, 駐車券, 券売機, 自動券売機, 自動販売機, 自販機, 自動発券機, 発券機" }, "amenity/vending_machine/public_transport_tickets": { "name": "切符販売機", "terms": "券売機, 自動券売機, 自動販売機, 自販機, 自動発券機, 発券機" }, "amenity/vending_machine/sweets": { "name": "菓子販売機", "terms": "菓子,お菓子, スナック, 自動販売機, 自販機" }, "amenity/veterinary": { "name": "獣医", "terms": "獣医, ペット医" }, "amenity/waste_basket": { "name": "ゴミ箱", "terms": "ゴミ箱, ごみ箱, " }, "amenity/waste_disposal": { "name": "ゴミ収集ボックス", "terms": "ゴミステーション, ゴミ集積所, ゴミ捨て場, ゴミ置き場, ゴミ, ゴミ箱, ゴミコンテナ, ゴミ回収, ダストボックス" }, "amenity/waste_transfer_station": { "name": "ゴミ集積場", "terms": "ゴミ集積場,ゴミ積替所" }, "amenity/water_point": { "name": "キャンピングカー用の給水施設", "terms": "給水, 補給, 給水所, キャンピングカー, 給水塔, 飲料水, 飲水, 飲み水, キャンプ場, オートキャンプ場" }, "amenity/watering_place": { "name": "動物の水飲み場", "terms": "動物の水飲み場, 水場" }, "area": { "name": "エリア", "terms": "エリア, 領域, 範囲" }, "area/highway": { "name": "道路の種類", "terms": "道路の種類" }, "barrier": { "name": "障害物", "terms": "障害物, バリア" }, "barrier/block": { "name": "車止め", "terms": "ブロック" }, "barrier/bollard": { "name": "車止め杭", "terms": "車止め杭" }, "barrier/border_control": { "name": "国境検問所", "terms": "国境検問所, 検問所" }, "barrier/cattle_grid": { "name": "家畜脱出防止溝", "terms": "家畜脱出防止溝" }, "barrier/city_wall": { "name": "市壁", "terms": "市壁" }, "barrier/cycle_barrier": { "name": "自転車止め", "terms": "自転車止め" }, "barrier/ditch": { "name": "塹壕・空堀", "terms": "塹壕, 空堀, 堀, 溝, 谷" }, "barrier/entrance": { "name": "出入口" }, "barrier/fence": { "name": "フェンス", "terms": "フェンス, 柵" }, "barrier/gate": { "name": "門", "terms": "門, ゲート, 鳥居" }, "barrier/hedge": { "name": "生垣", "terms": "生垣" }, "barrier/kissing_gate": { "name": "キッシングゲート", "terms": "キッシングゲート, V字形自在門, U字形自在門" }, "barrier/lift_gate": { "name": "遮断機", "terms": "遮断機, 門" }, "barrier/retaining_wall": { "name": "擁壁", "terms": "擁壁" }, "barrier/stile": { "name": "通路", "terms": "通路, 踏み越し段" }, "barrier/toll_booth": { "name": "料金所", "terms": "料金所" }, "barrier/wall": { "name": "壁", "terms": "壁" }, "boundary/administrative": { "name": "行政境界", "terms": "行政境界, 都道府県境, 都境, 道境, 府境, 県境, 市区町村境, 市境, 区境, 町境, 村境" }, "building": { "name": "建物", "terms": "建物, ビル" }, "building/apartments": { "name": "集合住宅", "terms": "アパート, マンション" }, "building/barn": { "name": "納屋", "terms": "納屋" }, "building/bunker": { "name": "掩体壕" }, "building/cabin": { "name": "ログハウス", "terms": "ログハウス" }, "building/cathedral": { "name": "聖堂の建物", "terms": "聖堂" }, "building/chapel": { "name": "教会の建物", "terms": "教会" }, "building/church": { "name": "教会の建物", "terms": "教会" }, "building/college": { "name": "短大・高専・専門学校の建物", "terms": "短大, 高専, 高等専門学校, 短期大学, 専門, 専門学校" }, "building/commercial": { "name": "オフィスビル", "terms": "オフィスビル" }, "building/construction": { "name": "建設中の建物", "terms": "建設中の建物" }, "building/detached": { "name": "一戸建て住宅", "terms": "滞在時間" }, "building/dormitory": { "name": "寮", "terms": "寮" }, "building/entrance": { "name": "出入口" }, "building/garage": { "name": "車庫", "terms": "車庫, ガレージ" }, "building/garages": { "name": "集合車庫", "terms": "集合車庫" }, "building/greenhouse": { "name": "温室", "terms": "温室" }, "building/hospital": { "name": "病院の建物", "terms": "病院の建物, 病棟" }, "building/hotel": { "name": "ホテルの建物", "terms": "ホテルの建物, 宿泊棟" }, "building/house": { "name": "一戸建て住宅", "terms": "一戸建て住宅" }, "building/hut": { "name": "小屋", "terms": "小屋, 休憩小屋, 漁師小屋, 狩猟小屋" }, "building/industrial": { "name": "工場", "terms": "工場" }, "building/kindergarten": { "name": "保育園/幼稚園の建物", "terms": "保育園/幼稚園の建物" }, "building/public": { "name": "公共施設", "terms": "公共施設" }, "building/residential": { "name": "住宅", "terms": "住宅, アパート, マンション" }, "building/retail": { "name": "商業施設", "terms": "商業施設, 店舗, 商業ビル, 店" }, "building/roof": { "name": "屋根", "terms": "屋根, 屋根付きテラス" }, "building/school": { "name": "校舎", "terms": "校舎, 学校の建物" }, "building/semidetached_house": { "name": "二世帯住宅", "terms": "セミデタッチドハウス, 二世帯住宅" }, "building/shed": { "name": "格納庫", "terms": "格納庫, 離れ" }, "building/stable": { "name": "厩", "terms": "厩, 馬小屋" }, "building/static_caravan": { "name": "トレーラーハウス", "terms": "トレーラーハウス" }, "building/terrace": { "name": "テラスハウス", "terms": "テラスハウス, 長屋" }, "building/train_station": { "name": "駅舎" }, "building/university": { "name": "大学", "terms": "大学, 大学の建物" }, "building/warehouse": { "name": "倉庫", "terms": "倉庫, 蔵" }, "camp_site/camp_pitch": { "name": "キャンプサイト", "terms": "キャンプサイト" }, "club": { "name": "クラブ", "terms": "クラブ" }, "craft": { "name": "工房", "terms": "工房" }, "craft/basket_maker": { "name": "かご製造所", "terms": "かご, 籠" }, "craft/beekeeper": { "name": "養蜂所", "terms": "養蜂所" }, "craft/blacksmith": { "name": "鍛冶屋", "terms": "鍛冶屋" }, "craft/boatbuilder": { "name": "ボート製造所", "terms": "ボート製造所" }, "craft/bookbinder": { "name": "製本所", "terms": "製本所" }, "craft/brewery": { "name": "ビール醸造所", "terms": "ビール醸造所" }, "craft/carpenter": { "name": "工務店", "terms": "工務店" }, "craft/carpet_layer": { "name": "畳・カーペット工事店", "terms": "畳・カーペット工事店" }, "craft/caterer": { "name": "仕出し料理店", "terms": "仕出し料理店" }, "craft/clockmaker": { "name": "時計製造所", "terms": "時計製造所" }, "craft/confectionery": { "name": "菓子屋", "terms": "駄菓子屋, パシティエ" }, "craft/dressmaker": { "name": "衣服製造所", "terms": "衣服製造所" }, "craft/electrician": { "name": "電気工事店", "terms": "電気工事店" }, "craft/gardener": { "name": "庭師", "terms": "庭師" }, "craft/glaziery": { "name": "ガラス細工師", "terms": "ガラス細工師" }, "craft/handicraft": { "name": "手工芸品", "terms": "手工芸品" }, "craft/hvac": { "name": "空調設計", "terms": "空調設計" }, "craft/insulator": { "name": "断熱材", "terms": "断熱材" }, "craft/jeweler": { "name": "宝石加工" }, "craft/key_cutter": { "name": "合鍵作成", "terms": "合鍵作成" }, "craft/locksmith": { "name": "錠前師" }, "craft/metal_construction": { "name": "金属加工", "terms": "金属加工, 鋳造" }, "craft/optician": { "name": "眼鏡士" }, "craft/painter": { "name": "塗装業", "terms": "塗装業, 外装業, ペンキ屋" }, "craft/photographer": { "name": "写真屋", "terms": "カメラマン, 写真屋" }, "craft/photographic_laboratory": { "name": "現像所", "terms": "現像所" }, "craft/plasterer": { "name": "左官", "terms": "左官" }, "craft/plumber": { "name": "配管工", "terms": "配管工" }, "craft/pottery": { "name": "窯元", "terms": "窯元, 陶器製造業" }, "craft/rigger": { "name": "艤装者", "terms": "艤装者" }, "craft/roofer": { "name": "屋根ふき職人", "terms": "屋根ふき職人" }, "craft/saddler": { "name": "馬具製造人", "terms": "馬具製造人" }, "craft/sailmaker": { "name": "製帆職人", "terms": "製帆職人" }, "craft/sawmill": { "name": "製材", "terms": "製材" }, "craft/scaffolder": { "name": "足場職人", "terms": "足場職人, とび職" }, "craft/sculpter": { "name": "彫刻家", "terms": "彫刻家" }, "craft/shoemaker": { "name": "製靴", "terms": "製靴, 靴製造" }, "craft/stonemason": { "name": "石工", "terms": "石工, 石材加工" }, "craft/sweep": { "name": "煙突掃除", "terms": "煙突掃除" }, "craft/tailor": { "name": "仕立て屋" }, "craft/tiler": { "name": "タイル職人", "terms": "タイル職人" }, "craft/tinsmith": { "name": "すず細工職人", "terms": "ブリキ屋, すず細工職人" }, "craft/upholsterer": { "name": "椅子張り職人", "terms": "椅子張り職人" }, "craft/watchmaker": { "name": "時計製造業", "terms": "時計製造業" }, "craft/window_construction": { "name": "窓職人", "terms": "窓職人" }, "craft/winery": { "name": "ワイナリー", "terms": "ワイナリー" }, "embankment": { "name": "土手", "terms": "土手, 築堤" }, "emergency/ambulance_station": { "name": "救急車の基地", "terms": "救急車の基地" }, "emergency/defibrillator": { "name": "AED", "terms": "自動体外式除細動器" }, "emergency/designated": { "name": "緊急車両の通行指定" }, "emergency/destination": { "name": "行き先に用事がある緊急車両" }, "emergency/fire_hydrant": { "name": "消火栓/消防水利", "terms": "消火栓, 消防, 防火水槽, 消防水利" }, "emergency/no": { "name": "緊急車両の利用不可" }, "emergency/official": { "name": "公的な緊急車両" }, "emergency/phone": { "name": "緊急電話", "terms": "緊急電話" }, "emergency/private": { "name": "私有の緊急車両" }, "emergency/yes": { "name": "緊急時の利用可" }, "entrance": { "name": "出入口", "terms": "出入口, 入口, 出口" }, "footway/crossing": { "name": "横断歩道", "terms": "横断歩道" }, "footway/crosswalk": { "name": "横断歩道", "terms": "横断歩道" }, "footway/sidewalk": { "name": "車道の脇にある歩道", "terms": "歩道" }, "ford": { "name": "洗い越し", "terms": "洗い越し, 浅瀬" }, "golf/bunker": { "name": "サンドトラップ", "terms": "サンドトラップ, バンカー" }, "golf/fairway": { "name": "フェアウェイ", "terms": "フェアウェー, フェアウェイ" }, "golf/green": { "name": "グリーン", "terms": "グリーン" }, "golf/hole": { "name": "ゴルフホール", "terms": "ホール" }, "golf/lateral_water_hazard_area": { "name": "ラテラルウォーターハザード", "terms": "池ポチャ, ウォーターハザード" }, "golf/lateral_water_hazard_line": { "name": "ラテラルウォーターハザード", "terms": "池ポチャ, ウォーターハザード" }, "golf/rough": { "name": "ラフ", "terms": "ラフ" }, "golf/tee": { "name": "ティー", "terms": "ティー" }, "golf/water_hazard_area": { "name": "ウォーターハザード", "terms": "池ポチャ, ウォーターハザード" }, "golf/water_hazard_line": { "name": "ウォーターハザード", "terms": "池ポチャ, ウォーターハザード" }, "healthcare/blood_donation": { "name": "献血ルーム", "terms": "血液センター" }, "highway": { "name": "道路" }, "highway/bridleway": { "name": "乗馬道", "terms": "乗馬道" }, "highway/bus_stop": { "name": "バス停", "terms": "バス停, バス停留所, 停留所, バス乗り場, BS, バスストップ" }, "highway/corridor": { "name": "建物内の通り抜け道路", "terms": "建物内の通り抜け道路" }, "highway/crossing": { "name": "横断歩道", "terms": "横断歩道" }, "highway/crosswalk": { "name": "横断歩道", "terms": "横断歩道" }, "highway/cycleway": { "name": "自転車道", "terms": "自転車道, サイクリング道路" }, "highway/footway": { "name": "歩道", "terms": "歩道, 歩行者用道路" }, "highway/give_way": { "name": "ゆずれ標識", "terms": "ゆずれ, 譲れ" }, "highway/living_street": { "name": "Living Street (日本では使用しない)", "terms": "living street" }, "highway/mini_roundabout": { "name": "小さな環状交差点", "terms": "小さな環状交差点, ラウンドアバウト, ロータリー" }, "highway/motorway": { "name": "自動車専用道路", "terms": "自動車専用道路, 高速道路" }, "highway/motorway_junction": { "name": "自動車道のIC/JCT", "terms": "自動車道のIC/JCT, インターチェンジ, ジャンクション, IC, JCT" }, "highway/motorway_link": { "name": "自動車専用道路の接続路", "terms": "自動車専用道路の連絡路" }, "highway/path": { "name": "小道", "terms": "小道" }, "highway/pedestrian": { "name": "歩行者天国", "terms": "歩行者天国" }, "highway/primary": { "name": "主要地方道", "terms": "主要地方道" }, "highway/primary_link": { "name": "主要地方道の接続路", "terms": "主要地方道の連絡路" }, "highway/raceway": { "name": "レーストラック(モータースポーツ)", "terms": "レーストラック" }, "highway/residential": { "name": "居住区域内道路", "terms": "居住区域内道路" }, "highway/rest_area": { "name": "パーキングエリア", "terms": "パーキングエリア, PA, チェーンベース" }, "highway/road": { "name": "道路(区分不明)", "terms": "道路(区分不明), その他道路" }, "highway/secondary": { "name": "一般都道府県道", "terms": "一般都道府県道, 都道, 道道, 府道, 県道" }, "highway/secondary_link": { "name": "一般都道府県道の接続路", "terms": "一般都道府県道の連絡路" }, "highway/service": { "name": "敷地内道路", "terms": "敷地内道路" }, "highway/service/alley": { "name": "路地", "terms": "路地" }, "highway/service/drive-through": { "name": "ドライブスルー", "terms": "ドライブスルー" }, "highway/service/driveway": { "name": "私道", "terms": "私道" }, "highway/service/emergency_access": { "name": "緊急通用路", "terms": "緊急通用路, 消防車専用口, 非常用道路" }, "highway/service/parking_aisle": { "name": "駐車場内通路", "terms": "駐車場内通路" }, "highway/services": { "name": "サービスエリア", "terms": "サービスエリア, 道の駅, SA" }, "highway/speed_camera": { "name": "スピードカメラ", "terms": "スピードカメラ, オービス, 自動速度違反取締装置" }, "highway/steps": { "name": "階段", "terms": "階段" }, "highway/stop": { "name": "一時停止標識", "terms": "一時停止標識, 一旦停止" }, "highway/street_lamp": { "name": "街路灯", "terms": "街灯, 街路灯" }, "highway/tertiary": { "name": "一般道(2車線以上)", "terms": "一般道(2車線以上)" }, "highway/tertiary_link": { "name": "一般道(2車線以上)の接続路", "terms": "一般道(2車線以上)の接続路" }, "highway/track": { "name": "農道・林道", "terms": "未舗装農道, 農道, 未舗装林道, 林道, 獣道, けもの道, 酷道, 腐道, 険道, 死道, 損道, 道路" }, "highway/traffic_mirror": { "name": "カーブミラー", "terms": "カーブミラー, ミラー, 道路反射鏡" }, "highway/traffic_signals": { "name": "信号機", "terms": "信号機, 交通信号, 道路信号" }, "highway/trunk": { "name": "国道", "terms": "国道, 一般国道" }, "highway/trunk_link": { "name": "国道の接続路", "terms": "国道の接続路" }, "highway/turning_circle": { "name": "転回場", "terms": "転回場, 車回し" }, "highway/turning_loop": { "name": "転回所(交通島あり)", "terms": "転回所" }, "highway/unclassified": { "name": "一般道(2車線未満)", "terms": "道路(区分不明), その他道路" }, "historic": { "name": "史跡", "terms": "史跡, 歴史的建造物" }, "historic/archaeological_site": { "name": "遺跡", "terms": "遺跡, 貝塚, 古墳, 史跡" }, "historic/boundary_stone": { "name": "境界石", "terms": "境界石, 境界杭" }, "historic/castle": { "name": "城", "terms": "城, 城郭" }, "historic/memorial": { "name": "記念碑", "terms": "記念碑, 石碑, 石仏, 像" }, "historic/monument": { "name": "記念堂", "terms": "記念堂, 記念建造物" }, "historic/ruins": { "name": "廃墟", "terms": "廃墟" }, "historic/tomb": { "name": "墓", "terms": "墓, 古墳" }, "historic/wayside_cross": { "name": "道路際の十字架", "terms": "道路際の十字架" }, "historic/wayside_shrine": { "name": "道祖神", "terms": "道祖神, 地蔵, お地蔵さん" }, "junction": { "name": "交差点", "terms": "交差点" }, "landuse": { "name": "土地利用", "terms": "土地利用" }, "landuse/allotments": { "name": "市民庭園", "terms": "庭園, 市民庭園, コミュニティガーデン, ガーデン" }, "landuse/aquaculture": { "name": "養殖場", "terms": "養殖場" }, "landuse/basin": { "name": "遊水地", "terms": "遊水地" }, "landuse/cemetery": { "name": "霊園", "terms": "霊園, 墓地" }, "landuse/churchyard": { "name": "教会の敷地", "terms": "教会, 教会の敷地" }, "landuse/commercial": { "name": "オフィス街", "terms": "オフィス街" }, "landuse/construction": { "name": "建設用地", "terms": "工事中用地, 建設用地, 工事現場" }, "landuse/farm": { "name": "農地" }, "landuse/farmland": { "name": "農地", "terms": "農地, 畑, 田, 茶畑" }, "landuse/farmyard": { "name": "農業施設用地", "terms": "農業施設用地" }, "landuse/forest": { "name": "人工林", "terms": "人工林, 二次林, 営林, 保安林, 鉄道林, 防風林, 森林(人工)" }, "landuse/garages": { "name": "車庫", "terms": "ガレージ" }, "landuse/grass": { "name": "草地", "terms": "草地, 芝生" }, "landuse/harbour": { "name": "港湾地域", "terms": "港湾地域" }, "landuse/industrial": { "name": "工業用地", "terms": "工業用地, 工業団地, 工業地" }, "landuse/landfill": { "name": "最終処分場", "terms": "最終処分場" }, "landuse/meadow": { "name": "牧草地", "terms": "牧草地" }, "landuse/military": { "name": "軍用地", "terms": "軍用地, 自衛隊, 軍事基地, 陸軍, 海軍, 空軍, 陸上自衛隊, 海上自衛隊, 航空自衛隊" }, "landuse/military/airfield": { "name": "軍用飛行場", "terms": "軍用飛行場" }, "landuse/military/barracks": { "name": "兵舎", "terms": "兵舎, 兵営" }, "landuse/military/bunker": { "name": "軍事用バンカー", "terms": "バンカー,掩体壕" }, "landuse/military/checkpoint": { "name": "検問所", "terms": "検問所" }, "landuse/military/danger_area": { "name": "危険区域", "terms": "危険区域" }, "landuse/military/naval_base": { "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/military/training_area": { "name": "訓練場", "terms": "練習場, トレーニングエリア, 訓練場" }, "landuse/orchard": { "name": "果樹園", "terms": "果樹園, 果物畑, リンゴ畑, ミカン畑" }, "landuse/plant_nursery": { "name": "育苗所", "terms": "育苗所,苗床" }, "landuse/quarry": { "name": "露天掘り鉱山", "terms": "採石場, 石切り場, 露天掘り鉱山, 鉱山" }, "landuse/railway": { "name": "鉄道用地", "terms": "鉄道用地" }, "landuse/recreation_ground": { "name": "レクリエーション用のグラウンド", "terms": "レクリエーション場" }, "landuse/residential": { "name": "住宅地", "terms": "住宅地, 住宅街" }, "landuse/retail": { "name": "商業地", "terms": "商業地, ショッピング地区, ショッピング街, 商店街" }, "landuse/vineyard": { "name": "ぶどう畑", "terms": "ぶどう畑, 果樹園" }, "leisure": { "name": "レジャー", "terms": "レジャー, 娯楽" }, "leisure/adult_gaming_centre": { "name": "遊技場", "terms": "遊技場, パチンコ, パチスロ, スロット" }, "leisure/bird_hide": { "name": "野鳥観察舎", "terms": "ハイド, 野鳥観察小屋" }, "leisure/bowling_alley": { "name": "ボウリング場", "terms": "ボウリング場, ボウリング, ボーリング" }, "leisure/common": { "name": "共有地", "terms": "共有地, コモンズ" }, "leisure/dance": { "name": "ダンスホール", "terms": "ダンスホール" }, "leisure/dog_park": { "name": "ドッグパーク", "terms": "ドッグパーク, ドッグラン" }, "leisure/firepit": { "name": "焚火", "terms": "焚火,キャンプファイヤー" }, "leisure/fitness_centre": { "name": "ジム/フィットネスセンター", "terms": "フィットネスクラブ, フィットネスセンター, ジム" }, "leisure/fitness_centre/yoga": { "name": "ヨガスタジオ", "terms": "ヨガスタジオ" }, "leisure/fitness_station": { "name": "屋外運動器具", "terms": "屋外運動器具" }, "leisure/garden": { "name": "庭園", "terms": "庭園" }, "leisure/golf_course": { "name": "ゴルフコース", "terms": "ゴルフコース, ゴルフ場" }, "leisure/horse_riding": { "name": "乗馬施設", "terms": "乗馬施設, 馬事公苑, 乗馬クラブ" }, "leisure/ice_rink": { "name": "アイススケート場", "terms": "アイススケート, アイススケート場, アイススケートリンク, スケートリンク" }, "leisure/marina": { "name": "マリーナ", "terms": "マリーナ, ヨットハーバー" }, "leisure/miniature_golf": { "name": "ミニゴルフ", "terms": "パターゴルフ" }, "leisure/nature_reserve": { "name": "自然保護区", "terms": "自然保護区" }, "leisure/park": { "name": "公園", "terms": "公園" }, "leisure/picnic_table": { "name": "ピクニックテーブル", "terms": "ピクニックテーブル" }, "leisure/pitch": { "name": "スポーツ競技場", "terms": "スポーツ競技場, 運動場, 競技場, グラウンド" }, "leisure/pitch/american_football": { "name": "アメリカンフットボール場", "terms": "アメリカンフットボール場, アメフト競技場" }, "leisure/pitch/baseball": { "name": "野球場", "terms": "野球場, 球場" }, "leisure/pitch/basketball": { "name": "バスケットボール場", "terms": "バスケットボール場" }, "leisure/pitch/beachvolleyball": { "name": "ビーチバレーコート", "terms": "ビーチバレーコート" }, "leisure/pitch/bowls": { "name": "ローンボウルズ", "terms": "ローンボウルズ" }, "leisure/pitch/cricket": { "name": "クリケット場", "terms": "クリケット場" }, "leisure/pitch/equestrian": { "name": "乗馬場", "terms": "乗馬場" }, "leisure/pitch/rugby_league": { "name": "ラグビーリーグ場", "terms": "ラグビー場, ラグビー, リーグ" }, "leisure/pitch/rugby_union": { "name": "ラグビー場", "terms": "ラグビーユニオン場" }, "leisure/pitch/skateboard": { "name": "スケートパーク", "terms": "スケートパーク" }, "leisure/pitch/soccer": { "name": "サッカー場", "terms": "サッカー場" }, "leisure/pitch/table_tennis": { "name": "卓球台", "terms": "卓球台" }, "leisure/pitch/tennis": { "name": "テニスコート", "terms": "テニスコート, テニス場, 庭球場" }, "leisure/pitch/volleyball": { "name": "バレーボールコート", "terms": "バレーボールコート" }, "leisure/playground": { "name": "児童公園", "terms": "児童公園, 遊び場, 児童遊園, 公園" }, "leisure/resort": { "name": "リゾート", "terms": "リゾート" }, "leisure/running_track": { "name": "競技トラック (徒競走)", "terms": "競技トラック (徒競走)" }, "leisure/slipway": { "name": "進水路", "terms": "進水路, スリップウェイ" }, "leisure/sports_centre": { "name": "スポーツセンター/複合施設", "terms": "スポーツセンター, 複合施設" }, "leisure/sports_centre/swimming": { "name": "スイミングプール施設", "terms": "遊泳プール, プール, 水泳場" }, "leisure/stadium": { "name": "スタジアム", "terms": "スタジアム, 競技場" }, "leisure/swimming_pool": { "name": "遊泳プール", "terms": "遊泳プール, プール, 水泳場" }, "leisure/track": { "name": "競技トラック(モータースポーツ以外)", "terms": "競技トラック" }, "leisure/water_park": { "name": "親水公園", "terms": "公園, ウォーターパーク" }, "line": { "name": "線", "terms": "線, ライン" }, "man_made": { "name": "人工物", "terms": "人工物, 建造物" }, "man_made/adit": { "name": "坑口", "terms": "坑口, 坑道" }, "man_made/breakwater": { "name": "防波堤", "terms": "防波堤" }, "man_made/bridge": { "name": "橋", "terms": "橋, 橋梁, 高架" }, "man_made/chimney": { "name": "煙突", "terms": "煙突" }, "man_made/cutline": { "name": "森林の切れ目", "terms": "森林の切れ目, カットライン" }, "man_made/embankment": { "name": "土手" }, "man_made/flagpole": { "name": "旗竿", "terms": "旗竿" }, "man_made/gasometer": { "name": "ガスタンク", "terms": "ガスタンク" }, "man_made/groyne": { "name": "突堤", "terms": "突堤" }, "man_made/lighthouse": { "name": "灯台", "terms": "灯台, ライトハウス" }, "man_made/mast": { "name": "柱", "terms": "柱" }, "man_made/observation": { "name": "監視塔", "terms": "監視塔" }, "man_made/petroleum_well": { "name": "油田", "terms": "油田" }, "man_made/pier": { "name": "桟橋", "terms": "桟橋" }, "man_made/pipeline": { "name": "パイプライン", "terms": "パイプライン" }, "man_made/pumping_station": { "name": "ポンプ場", "terms": "ポンプ場, 揚水施設, 汲み上げ" }, "man_made/silo": { "name": "サイロ", "terms": "サイロ, 貯蔵タンク" }, "man_made/storage_tank": { "name": "貯蔵タンク", "terms": "貯蔵タンク, タンク" }, "man_made/surveillance": { "name": "監視装置", "terms": "調査監視" }, "man_made/surveillance_camera": { "name": "監視カメラ", "terms": "監視カメラ, オービス" }, "man_made/survey_point": { "name": "観測設備", "terms": "観測設備, 観測地点, 測候所" }, "man_made/tower": { "name": "塔", "terms": "塔, タワー" }, "man_made/wastewater_plant": { "name": "下水処理場", "terms": "下水処理場" }, "man_made/water_tower": { "name": "給水塔", "terms": "給水塔" }, "man_made/water_well": { "name": "井戸", "terms": "井戸" }, "man_made/water_works": { "name": "浄水場", "terms": "浄水場" }, "man_made/works": { "name": "工場", "terms": "工場" }, "natural": { "name": "自然", "terms": "自然" }, "natural/bare_rock": { "name": "岩場", "terms": "岩場" }, "natural/bay": { "name": "湾", "terms": "湾, 入り江" }, "natural/beach": { "name": "砂浜", "terms": "砂浜, ビーチ, 浜" }, "natural/cave_entrance": { "name": "洞窟の入口", "terms": "洞窟の入口, 洞穴" }, "natural/cliff": { "name": "崖", "terms": "崖, 断崖" }, "natural/coastline": { "name": "海岸線", "terms": "海岸線" }, "natural/fell": { "name": "高原", "terms": "高原" }, "natural/glacier": { "name": "氷河", "terms": "氷河" }, "natural/grassland": { "name": "草原", "terms": "草地, 草原" }, "natural/heath": { "name": "荒地", "terms": "荒地" }, "natural/peak": { "name": "山頂", "terms": "山頂, 頂" }, "natural/ridge": { "name": "尾根", "terms": "尾根, 稜線" }, "natural/saddle": { "name": "鞍部", "terms": "鞍部" }, "natural/sand": { "name": "砂地", "terms": "砂地, 砂丘, 砂漠" }, "natural/scree": { "name": "ガレ場", "terms": "ガレ場" }, "natural/scrub": { "name": "低木", "terms": "低木, 茂み" }, "natural/spring": { "name": "泉", "terms": "泉, 湧水" }, "natural/tree": { "name": "樹木・林", "terms": "樹木, 林, 木" }, "natural/tree_row": { "name": "並木", "terms": "並木, 木, 樹木" }, "natural/volcano": { "name": "火口", "terms": "火口, 火山" }, "natural/water": { "name": "水域", "terms": "水域" }, "natural/water/lake": { "name": "湖", "terms": "湖" }, "natural/water/pond": { "name": "池", "terms": "池" }, "natural/water/reservoir": { "name": "貯水池", "terms": "貯水池" }, "natural/wetland": { "name": "湿地帯", "terms": "湿地帯" }, "natural/wood": { "name": "自然林", "terms": "自然林, 原生林, 森林(自然)" }, "noexit/yes": { "name": "行き止まり", "terms": "行き止まり" }, "office": { "name": "オフィス", "terms": "オフィス" }, "office/accountant": { "name": "会計事務所", "terms": "会計事務所, 会計士" }, "office/administrative": { "name": "地方行政事務所", "terms": "地方行政事務所" }, "office/architect": { "name": "建築事務所", "terms": "建築事務所, 建設事務所" }, "office/company": { "name": "会社事務所", "terms": "会社事務所, 営業所" }, "office/coworking": { "name": "コワーキングスペース", "terms": "コワーキングスペース,共同オフィス" }, "office/educational_institution": { "name": "教育機関事務所", "terms": "教育機関事務所" }, "office/employment_agency": { "name": "職業安定所", "terms": "職業安定所, ハローワーク" }, "office/estate_agent": { "name": "不動産代理店", "terms": "不動産代理店" }, "office/financial": { "name": "会計事務所", "terms": "会計事務所" }, "office/government": { "name": "行政機関事務所", "terms": "行政機関事務所" }, "office/government/register_office": { "name": "イギリス等の出生、結婚、死亡などの登録所", "terms": "登記所, 法人登記, 登録所, 法務局" }, "office/insurance": { "name": "保険代理店", "terms": "保険代理店" }, "office/it": { "name": "IT事務所", "terms": "IT事務所, システムベンダー" }, "office/lawyer": { "name": "法律事務所", "terms": "法律事務所" }, "office/lawyer/notary": { "name": "公証人役場", "terms": "公証人役場" }, "office/newspaper": { "name": "新聞社", "terms": "新聞社" }, "office/ngo": { "name": "NGO事務所", "terms": "NGO事務所" }, "office/physician": { "name": "医者", "terms": "医者" }, "office/political_party": { "name": "政党事務所", "terms": "政党事務所" }, "office/research": { "name": "研究所", "terms": "研究所" }, "office/telecommunication": { "name": "通信会社事務所", "terms": "通信会社事務所" }, "office/therapist": { "name": "セラピスト", "terms": "セラピスト" }, "office/travel_agent": { "name": "旅行代理店" }, "piste": { "name": "ゲレンデ/スキー路", "terms": "ゲレンデ, スキーコース" }, "place": { "name": "地名" }, "place/city": { "name": "市名", "terms": "市名, 地名" }, "place/farm": { "name": "農場" }, "place/hamlet": { "name": "集落", "terms": "集落, 地名" }, "place/island": { "name": "島", "terms": "島" }, "place/isolated_dwelling": { "name": "孤立した(2世帯以下の)居住区", "terms": "一軒家, 住宅地, 地名" }, "place/locality": { "name": "地形名", "terms": "地形名, 地名" }, "place/neighbourhood": { "name": "小字", "terms": "小字, 地名" }, "place/quarter": { "name": "Sub-Borough / Quarter", "terms": "Sub-Borough / Quarter" }, "place/square": { "name": "広場", "terms": "広場" }, "place/suburb": { "name": "区", "terms": "Borough, Suburb, 区, 行政区, 区界" }, "place/town": { "name": "町", "terms": "町, 地名" }, "place/village": { "name": "村", "terms": "村, 地名" }, "point": { "name": "ポイント", "terms": "ポイント" }, "power": { "name": "電力関係" }, "power/generator": { "name": "発電機", "terms": "発電機, 発電所" }, "power/line": { "name": "送電線", "terms": "送電線" }, "power/minor_line": { "name": "配電線", "terms": "配電線" }, "power/plant": { "name": "発電所", "terms": "発電所, 発電所の敷地" }, "power/pole": { "name": "電柱", "terms": "電柱" }, "power/sub_station": { "name": "変電所" }, "power/substation": { "name": "変電所", "terms": "変電所, 変圧所" }, "power/tower": { "name": "送電塔", "terms": "送電塔, 鉄塔" }, "power/transformer": { "name": "変圧器", "terms": "変圧器" }, "public_transport/platform": { "name": "プラットホーム", "terms": "プラットホーム, ホーム" }, "public_transport/stop_position": { "name": "停車位置", "terms": "停車位置" }, "railway": { "name": "鉄道" }, "railway/abandoned": { "name": "線路跡", "terms": "鉄道跡, 線路跡, 廃線跡" }, "railway/crossing": { "name": "踏切 (歩道)", "terms": "踏切 (歩道), 歩行者用踏切" }, "railway/disused": { "name": "休止線路", "terms": "休止線路, 廃線" }, "railway/funicular": { "name": "ケーブルカー", "terms": "ケーブルカー" }, "railway/halt": { "name": "鉄道駅(停留場)", "terms": "停留所, 停留場, 駅, 鉄道駅" }, "railway/level_crossing": { "name": "踏切 (車道)", "terms": "踏切 (車道), 踏切" }, "railway/monorail": { "name": "モノレール", "terms": "モノレール" }, "railway/narrow_gauge": { "name": "軽便鉄道", "terms": "軽便鉄道, ナローゲージ, 線路" }, "railway/platform": { "name": "プラットホーム(旧)", "terms": "プラットホーム(旧), ホーム(旧)" }, "railway/rail": { "name": "線路", "terms": "線路" }, "railway/station": { "name": "鉄道駅(停車場)", "terms": "鉄道駅, 駅, 停車場" }, "railway/subway": { "name": "地下鉄", "terms": "地下鉄, 線路" }, "railway/subway_entrance": { "name": "地下鉄の出入口", "terms": "地下鉄の出入口" }, "railway/tram": { "name": "路面電車", "terms": "路面電車" }, "railway/tram_stop": { "name": "電停", "terms": "電停, 停留所" }, "relation": { "name": "リレーション", "terms": "リレーション, 関連" }, "roundabout": { "name": "環状交差点" }, "route/ferry": { "name": "フェリールート", "terms": "フェリールート, 航路" }, "shop": { "name": "店舗", "terms": "店舗" }, "shop/alcohol": { "name": "酒店", "terms": "酒店, 酒屋" }, "shop/anime": { "name": "アニメショップ", "terms": "アニメショップ" }, "shop/antiques": { "name": "古美術品店", "terms": "古美術品店, アンティークショップ" }, "shop/art": { "name": "美術品販売店", "terms": "現代美術の商店" }, "shop/baby_goods": { "name": "赤ちゃん用品店", "terms": "赤ちゃん用品店, ベビー用品店" }, "shop/bag": { "name": "バッグ/カバン店", "terms": "バッグ, カバン, 鞄" }, "shop/bakery": { "name": "パン屋", "terms": "パン屋, ベーカリー" }, "shop/bathroom_furnishing": { "name": "浴室用品店", "terms": "浴室用品店" }, "shop/beauty": { "name": "美容サービス", "terms": "美容サービス, エステサロン, ネイルサロン" }, "shop/beauty/nails": { "name": "ネイルサロン", "terms": "ネイルサロン" }, "shop/beauty/tanning": { "name": "日焼けサロン", "terms": "日焼けサロン" }, "shop/bed": { "name": "寝具店", "terms": "ベッド店, マットレス店, 寝具店" }, "shop/beverages": { "name": "飲料店", "terms": "飲料店" }, "shop/bicycle": { "name": "自転車店", "terms": "自転車店" }, "shop/bookmaker": { "name": "公営競技投票券売り場", "terms": "公営競技投票券売り場, 馬券売り場, 車券売り場, 舟券売り場" }, "shop/books": { "name": "本屋", "terms": "本屋, ブックストア, 古書店, 古書, 書籍販売, 書店" }, "shop/boutique": { "name": "ブティック", "terms": "ブティック, 婦人服店" }, "shop/butcher": { "name": "精肉店", "terms": "精肉店, 肉屋" }, "shop/candles": { "name": "キャンドル専門店", "terms": "キャンドル, ロウソク, 蝋燭, 蠟燭" }, "shop/car": { "name": "自動車販売店", "terms": "自動車販売店, カーディーラー" }, "shop/car_parts": { "name": "自動車部品店", "terms": "自動車部品店, カーパーツショップ" }, "shop/car_repair": { "name": "自動車修理工場", "terms": "自動車修理工場" }, "shop/carpet": { "name": "カーペット専門店", "terms": "カーペット, 敷物, 表具店, 表具" }, "shop/charity": { "name": "チャリティーショップ", "terms": "スリフトショップ" }, "shop/cheese": { "name": "チーズ店", "terms": "チーズ店" }, "shop/chemist": { "name": "薬品・化粧品店", "terms": "薬品・化粧品店, ドラッグストア, 薬局, 薬屋" }, "shop/chocolate": { "name": "チョコレート店", "terms": "チョコレート店" }, "shop/clothes": { "name": "衣料品店", "terms": "衣料品店, 洋服店, 呉服店" }, "shop/coffee": { "name": "コーヒー豆販売店", "terms": "コーヒー豆専門店" }, "shop/computer": { "name": "コンピューター店", "terms": "コンピューター店, パソコン店" }, "shop/confectionery": { "name": "菓子屋", "terms": "菓子店, 駄菓子屋" }, "shop/convenience": { "name": "コンビニエンスストア", "terms": "コンビニエンスストア, コンビニ" }, "shop/copyshop": { "name": "コピー店", "terms": "コピー店" }, "shop/cosmetics": { "name": "化粧品店", "terms": "化粧品店" }, "shop/craft": { "name": "アートショップ", "terms": "アートショップ, 工芸品" }, "shop/curtain": { "name": "カーテン店", "terms": "カーテン店" }, "shop/dairy": { "name": "日配品店", "terms": "日配品店" }, "shop/deli": { "name": "惣菜屋", "terms": "惣菜屋, 弁当屋, デリカ" }, "shop/department_store": { "name": "百貨店", "terms": "百貨店, デパート" }, "shop/doityourself": { "name": "ホームセンター", "terms": "日曜大工用品店, 工具店, DIYショップ, ホームセンター" }, "shop/dry_cleaning": { "name": "クリーニング店", "terms": "クリーニング, ドライクリーニング店, 洗濯屋" }, "shop/e-cigarette": { "name": "電子タバコ店", "terms": "電子タバコ店" }, "shop/electronics": { "name": "家電販売店", "terms": "家電販売店, 家電量販店" }, "shop/erotic": { "name": "アダルトショップ", "terms": "アダルトショップ" }, "shop/fabric": { "name": "生地屋", "terms": "布地, 織物, 反物, ファブリック店" }, "shop/farm": { "name": "農産物直売所", "terms": "農産物直売所" }, "shop/fashion": { "name": "ファッション店", "terms": "洋品店, ファッション, 衣類, 衣服, 服, 店" }, "shop/fishmonger": { "name": "魚屋" }, "shop/florist": { "name": "生花店", "terms": "生花店, 花屋" }, "shop/frame": { "name": "額縁店", "terms": "額縁店" }, "shop/funeral_directors": { "name": "葬儀社", "terms": "葬儀屋, 葬儀業" }, "shop/furnace": { "name": "釜戸屋", "terms": "かまど, 釜戸, 竈, 竃, 炉" }, "shop/furniture": { "name": "家具店", "terms": "家具店, インテリア用品店" }, "shop/garden_centre": { "name": "園芸用品店", "terms": "園芸用品店, ガーデンセンター" }, "shop/gas": { "name": "ガスボンベ店", "terms": "ガスボンベ店" }, "shop/gift": { "name": "ギフト店", "terms": "ギフト店, ギフト用品店, 土産店" }, "shop/greengrocer": { "name": "八百屋", "terms": "八百屋, 青果店" }, "shop/hairdresser": { "name": "理美容店", "terms": "理容店, 床屋, 美容室, 美容院, 散髪屋" }, "shop/hardware": { "name": "金物屋", "terms": "金物屋, 金物店" }, "shop/hearing_aids": { "name": "補聴器店", "terms": "補聴器店" }, "shop/herbalist": { "name": "薬草店", "terms": "ハーブ店, 薬草店" }, "shop/hifi": { "name": "音響機器店", "terms": "音響機器店, オーディオ店" }, "shop/houseware": { "name": "生活雑貨店", "terms": "雑貨屋" }, "shop/interior_decoration": { "name": "室内装飾店", "terms": "インテリアショップ" }, "shop/jewelry": { "name": "宝石店", "terms": "宝石店" }, "shop/kiosk": { "name": "ニュースキオスク", "terms": "キオスク, ニューススタンド" }, "shop/kitchen": { "name": "キッチンデザイン店", "terms": "台所, キッチン, デザイン, design, Kitchen" }, "shop/laundry": { "name": "洗濯屋・コインランドリー", "terms": "洗濯屋, コインランドリー, ランドリー" }, "shop/leather": { "name": "皮革用品店", "terms": "皮革洋品店, レザーショップ, 皮革, レザー" }, "shop/locksmith": { "name": "錠前屋", "terms": "錠前屋, 鍵屋" }, "shop/lottery": { "name": "宝くじ売り場", "terms": "宝くじ売り場, くじ" }, "shop/mall": { "name": "ショッピングセンター", "terms": "ショッピングセンター, ショッピングモール, 複合商業施設" }, "shop/massage": { "name": "マッサージ店", "terms": "マッサージ店, マッサージ, あんま, 指圧" }, "shop/medical_supply": { "name": "医療器具店", "terms": "医療器具店" }, "shop/mobile_phone": { "name": "携帯電話店", "terms": "携帯電話店, ケータイショップ" }, "shop/money_lender": { "name": "消費者金融", "terms": "消費者金融, サラ金, 貸金" }, "shop/motorcycle": { "name": "バイク店", "terms": "バイク店, オートバイ店" }, "shop/music": { "name": "CD/レコード店", "terms": "CD店, レコード店" }, "shop/musical_instrument": { "name": "楽器店", "terms": "楽器店" }, "shop/newsagent": { "name": "新聞・雑誌店", "terms": "新聞, 雑誌, マガジン, ニュース, スタンド" }, "shop/nutrition_supplements": { "name": "栄養サプリ販売店", "terms": "栄養サプリメント販売店, サプリ専門店, サプリメント専門店" }, "shop/optician": { "name": "メガネ", "terms": "メガネ, 眼鏡, メガネ屋, 眼鏡屋" }, "shop/organic": { "name": "オーガニック商品店", "terms": "オーガニック商品店, 有機野菜, オーガニック, 有機" }, "shop/outdoor": { "name": "アウトドアショップ", "terms": "アウトドアショップ" }, "shop/paint": { "name": "塗料店", "terms": "塗料店" }, "shop/pastry": { "name": "焼菓子店", "terms": "焼菓子店, ケーキ屋" }, "shop/pawnbroker": { "name": "質店", "terms": "質屋, 質店" }, "shop/perfumery": { "name": "香水店", "terms": "香水店" }, "shop/pet": { "name": "ペットショップ", "terms": "ペット売り場, ペット, 家禽, ペットショップ" }, "shop/photo": { "name": "写真屋", "terms": "写真屋" }, "shop/pyrotechnics": { "name": "花火店", "terms": "花火店" }, "shop/radiotechnics": { "name": "電子部品店", "terms": "電子部品店, ラジオ, 電子部品, 電子工作" }, "shop/religion": { "name": "宗教用品店", "terms": "宗教用品店, 仏壇, 仏具, 祭祀用品" }, "shop/scuba_diving": { "name": "スキューバダイビングショップ", "terms": "スキューバダイビングショップ, スキューバダイビング" }, "shop/seafood": { "name": "魚屋", "terms": "海鮮食品店, 魚屋, 魚市場" }, "shop/second_hand": { "name": "リサイクルショップ", "terms": "古物商, リユースショップ" }, "shop/shoes": { "name": "靴店", "terms": "靴店" }, "shop/sports": { "name": "スポーツ用品店", "terms": "スポーツ用品店" }, "shop/stationery": { "name": "文具店", "terms": "文具店, 文房具屋" }, "shop/storage_rental": { "name": "レンタルスペース", "terms": "貸し倉庫, レンタルボックス, 貸しコンテナ" }, "shop/supermarket": { "name": "スーパーマーケット", "terms": "スーパーマーケット, スーパー" }, "shop/tailor": { "name": "仕立屋", "terms": "仕立屋, テイラー, 洋裁店" }, "shop/tattoo": { "name": "タトゥースタジオ", "terms": "刺青屋" }, "shop/tea": { "name": "茶舗", "terms": "茶舗, 茶店(販売)" }, "shop/ticket": { "name": "チケット店", "terms": "チケット店, 金券ショップ, チケット" }, "shop/tobacco": { "name": "煙草屋", "terms": "たばこ店, たばこ屋, タバコ, たばこ" }, "shop/toys": { "name": "玩具店", "terms": "玩具店, おもちゃ屋" }, "shop/travel_agency": { "name": "旅行代理店", "terms": "旅行代理店, トラベル,ツアー" }, "shop/tyres": { "name": "タイヤ店", "terms": "タイヤ店, タイヤ販売店" }, "shop/vacant": { "name": "空き店舗" }, "shop/vacuum_cleaner": { "name": "掃除機店", "terms": "掃除機店" }, "shop/variety_store": { "name": "雑貨店", "terms": "雑貨店" }, "shop/video": { "name": "ビデオソフト店", "terms": "ビデオソフト店, DVD店" }, "shop/video_games": { "name": "テレビゲーム店", "terms": "テレビゲーム店" }, "shop/watches": { "name": "腕時計店", "terms": "腕時計店" }, "shop/water_sports": { "name": "ウォータースポーツ用品店", "terms": "マリンスポーツ専門店, ウォータースポーツ専門店, 水着屋" }, "shop/weapons": { "name": "武器屋", "terms": "銃砲店" }, "shop/window_blind": { "name": "ブラインドカーテン専門店", "terms": "ブラインド販売店" }, "shop/wine": { "name": "ワイン店", "terms": "ワイン店, 酒屋" }, "tourism": { "name": "観光", "terms": "旅行, 観光" }, "tourism/alpine_hut": { "name": "山小屋", "terms": "山小屋" }, "tourism/apartment": { "name": "リゾートマンション", "terms": "リゾートマンション" }, "tourism/aquarium": { "name": "水族館", "terms": "水族館" }, "tourism/artwork": { "name": "芸術作品", "terms": "芸術作品" }, "tourism/attraction": { "name": "観光名所", "terms": "観光名所, 見どころ, アトラクション, 見もの" }, "tourism/camp_site": { "name": "キャンプ場", "terms": "キャンプ場" }, "tourism/caravan_site": { "name": "オートキャンプ場", "terms": "オートキャンプ場" }, "tourism/chalet": { "name": "貸別荘", "terms": "貸別荘, コテージ" }, "tourism/gallery": { "name": "アートギャラリー", "terms": "画廊" }, "tourism/guest_house": { "name": "民宿", "terms": "民宿, ゲストハウス" }, "tourism/hostel": { "name": "簡易宿泊所", "terms": "簡易宿泊所, ホステル" }, "tourism/hotel": { "name": "ホテル", "terms": "ホテル, 旅館" }, "tourism/information": { "name": "観光案内", "terms": "観光案内, 案内, 案内板, 案内所, インフォメーション" }, "tourism/information/board": { "name": "情報掲示板", "terms": "情報掲示板" }, "tourism/information/guidepost": { "name": "道標", "terms": "道標, ガイドポスト" }, "tourism/information/map": { "name": "地図板", "terms": "地図板" }, "tourism/information/office": { "name": "観光案内所", "terms": "観光案内所" }, "tourism/motel": { "name": "モーテル", "terms": "モーテル" }, "tourism/museum": { "name": "博物館・美術館", "terms": "博物館, 美術館, 資料館" }, "tourism/picnic_site": { "name": "ピクニック場", "terms": "ピクニック場, バーベキュー場" }, "tourism/theme_park": { "name": "テーマパーク", "terms": "テーマパーク, 遊園地" }, "tourism/viewpoint": { "name": "展望台", "terms": "展望台" }, "tourism/zoo": { "name": "動物園", "terms": "動物園" }, "traffic_calming": { "name": "交通静穏化", "terms": "交通静穏化" }, "traffic_calming/bump": { "name": "スピードバンプ", "terms": "スピードバンプ" }, "traffic_calming/chicane": { "name": "シケイン", "terms": "シケイン" }, "traffic_calming/choker": { "name": "チョーカー", "terms": "チョーカー" }, "traffic_calming/cushion": { "name": "スピードクッション", "terms": "スピードクッション" }, "traffic_calming/dip": { "name": "ディップ", "terms": "ディップ" }, "traffic_calming/hump": { "name": "スピードハンプ", "terms": "スピードハンプ" }, "traffic_calming/island": { "name": "交通島", "terms": "交通島" }, "traffic_calming/rumble_strip": { "name": "ランブルストリップ", "terms": "ランブルストリップ" }, "traffic_calming/table": { "name": "隆起した横断歩道", "terms": "隆起した横断歩道, 横断歩道" }, "type/boundary": { "name": "境界", "terms": "境界, 境界線" }, "type/boundary/administrative": { "name": "行政境界", "terms": "行政境界, 都道府県境, 都境, 道境, 府境, 県境, 市区町村境, 市境, 区境, 町境, 村境" }, "type/multipolygon": { "name": "マルチポリゴン" }, "type/restriction": { "name": "進行方向制限", "terms": "進行方向制限" }, "type/restriction/no_left_turn": { "name": "左折禁止", "terms": "左折禁止" }, "type/restriction/no_right_turn": { "name": "右折禁止", "terms": "右折禁止" }, "type/restriction/no_straight_on": { "name": "直進禁止", "terms": "直進禁止" }, "type/restriction/no_u_turn": { "name": "Uターン禁止", "terms": "Uターン禁止" }, "type/restriction/only_left_turn": { "name": "左折専用", "terms": "左折専用, 左折のみ" }, "type/restriction/only_right_turn": { "name": "右折専用", "terms": "右折専用, 右折のみ" }, "type/restriction/only_straight_on": { "name": "直進のみ可", "terms": "直進のみ可" }, "type/route": { "name": "ルート", "terms": "ルート" }, "type/route/bicycle": { "name": "サイクリングルート", "terms": "サイクリングルート, サイクリングコース" }, "type/route/bus": { "name": "バスルート", "terms": "バスルート, バス路線, バス系統" }, "type/route/detour": { "name": "迂回ルート", "terms": "迂回ルート" }, "type/route/ferry": { "name": "フェリーのルート", "terms": "フェリールート, 航路" }, "type/route/foot": { "name": "徒歩ルート", "terms": "徒歩ルート" }, "type/route/hiking": { "name": "ハイキングルート", "terms": "ハイキングルート, ハイキングコース" }, "type/route/horse": { "name": "乗馬ルート", "terms": "乗馬" }, "type/route/pipeline": { "name": "パイプラインルート", "terms": "パイプラインルート" }, "type/route/power": { "name": "電力線ルート", "terms": "電力線ルート" }, "type/route/road": { "name": "道路ルート", "terms": "道路ルート" }, "type/route/train": { "name": "列車ルート", "terms": "列車ルート, 運行系統" }, "type/route/tram": { "name": "路面電車系統", "terms": "路面電車系統" }, "type/route_master": { "name": "ルートマスター", "terms": "ルートマスター" }, "type/site": { "name": "区域", "terms": "区域" }, "vertex": { "name": "その他", "terms": "その他" }, "waterway": { "name": "水路" }, "waterway/boatyard": { "name": "小型船造船所", "terms": "造船所, 小型船造船所" }, "waterway/canal": { "name": "運河", "terms": "運河" }, "waterway/dam": { "name": "ダム", "terms": "ダム" }, "waterway/ditch": { "name": "排水路", "terms": "排水路" }, "waterway/dock": { "name": "ドック", "terms": "ドック, ドライドック, 乾ドック, 船渠, ドッグ" }, "waterway/drain": { "name": "放水路", "terms": "放水路" }, "waterway/fuel": { "name": "マリンスタンド", "terms": "マリンガススタンド, マリンガソリンスタンド" }, "waterway/river": { "name": "河川", "terms": "川, 河川" }, "waterway/riverbank": { "name": "河岸", "terms": "河岸, 川" }, "waterway/sanitary_dump_station": { "name": "海上汚物廃棄所", "terms": "海上汚物廃棄所" }, "waterway/stream": { "name": "小川", "terms": "小川, せせらぎ, 川" }, "waterway/water_point": { "name": "船舶用飲料水給水所", "terms": "船舶用飲料水給水所" }, "waterway/waterfall": { "name": "滝", "terms": "滝" }, "waterway/weir": { "name": "堰", "terms": "堰" } } } } }