Changes between Version 9 and Version 10 of Ja:HowTo
- Timestamp:
- 2011-11-22T17:11:43+01:00 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ja:HowTo
v9 v10 1 [[TranslatedPages(revision= 17)]]1 [[TranslatedPages(revision=20)]] 2 2 このページがJOSMに共通のタスクを実行するためのTipsをいくつか提供できれば幸いです。 3 3 … … 7 7 8 8 カーソルがウェイ上にある間、マウスの中央ボタンを押下すると、ウェイ一覧のポップアップが表示されます。マウス中央ボタンを押下したままCTRL キーを押下すると、マウス中央ボタンを離して、マウスを左クリックしてポップアップからウェイのひとつを選択することができます。 9 10 別の方法としてAltGrキーとマウスボタンでウェイの選択を切り替えることもできます。(一般的な日本語キーボードにはAltGrキーがありません) 9 11 10 12 === Macユーザ向け === … … 20 22 == ウェイにノードを追加する方法 == 21 23 22 Using the "Draw nodes" tool, move the cross-hairs over the way to which you want to add a node. It will be highlighted.23 24 24 Click on the way at the point you would like the new node to be added. It will be added, and the tool will wait for you to add more nodes to the new way you are now creating. 25 "ノードを描画"ツールを使い、ノードを追加したいウェイの上にクロスヘア(十字)カーソルを移動すると、対象のウェイがハイライト表示されます。 25 26 26 Hit the ESC button to stop drawing the new way. You will have now added a new node to an existing way. 27 新しいノードを置きたいところでウェイをクリックします。 ノードが追加され、作成中の新しいウェイにさらにノードを追加する状態になります。 28 29 ESCボタンを押すと新しいウェイを引くモードを終了します。このようにして既存のウェイに新しいノードを追加します。 27 30 28 31 == 交差点をロータリーに変える方法 == … … 45 48 お待ちかね、これから交差点を切り離します :) 46 49 47 * Select the node in the center and unglue it by pressing G (''Tools -> UnGlue Ways'')50 * 中心のノードを選択し、Gを押して引き離します(''ツール -> ウェイを引き離す'')。 48 51 49 * Click into some empty area to clear the selection. Select the central node again (there are two of them on top of each other now), and move it a bit. The two ways should be separated now.52 * 何もない場所でクリックして選択をクリアします。 もう一度中心のノードを選択し(二つのノードがお互いに重なっています)、それを少し移動します。 これで二つのウェイが分離されました。 50 53 [[Image(wiki:HowTo:roundabout4.png)]] 51 54 52 * Select one of the two nodes an press P (''Tools -> Split Way''). Select the same node again, unglue it (shortcut G), reselect it and move it a little.55 * 二つのノードのうち一つを選択し、Pを押します(''ツール -> ウェイを分割'')。 同じノードをもう一度選択し、ウェイを引き離します(ショートカットキー G)。 再選択して少し移動します。 53 56 [[Image(wiki:HowTo:roundabout5.png)]] 54 57 55 * Repeat with the other way; you should have four loose ends now.58 * もう一方のウェイで同じことを繰り返します。 接続されていない4つのウェイの端ができあがります。 56 59 57 * Move these ends approximately to where they should dock to the circle.60 * これらの端点を移動し、おおよそ円につながる場所におきます。 58 61 [[Image(wiki:HowTo:roundabout6.png)]] 59 62 60 * Click on one of the ends and press A.63 * 端点の一つをクリックし、Aを押します。 61 64 62 * Click on the circle to add the way to theroundabout. (Either snap to one of the existing nodes or click on the segment to add another node.)65 * 円上でクリックしてroundaboutにウェイを追加します(既存のノードに接続しても、新たに円周上にノードを追加しても構いません)。 63 66 [[Image(wiki:HowTo:roundabout7.png)]] 64 67 65 * Select the same node again and press the''Delete''key to remove it.68 * もう一度同じノード(元の端点)を選択し、''Delete''キーを押して削除します。 66 69 67 * Repeat for the other three ends.70 * 他の三つの端点でも同じ操作を繰り返します。 68 71 69 * Done!72 * 完成です! 70 73 71 74 [[Image(wiki:HowTo:roundabout8.png)]] 72 75 73 Notes:76 注意: 74 77 75 * Check that the circle has the right orientation. (Use ''Tools -> Reverse Ways'' to change it.)78 * 円の向きが正しいことを確かめてください。(向きを変えるには''ツール -> ウェイ方向反転''を使います) 76 79 77 * Check whether the ways are part of some relation. If you don't care for relations, then please don't destroy them. It's nice to have neatroundabouts, but relations are actually useful :) .80 * ウェイがリレーションの一部でないか確認してください。 リレーションに配慮できないならせめて壊さないようにしてください。 格好いいroundaboutも良いのですがリレーションの方が実際に有益です :) 78 81 79 * Seehttp://wiki.openstreetmap.org/wiki/Tag:junction%3Droundaboutfor more details.82 * 詳細については http://wiki.openstreetmap.org/wiki/Tag:junction%3Droundabout を参照してください。 80 83 81 == How to use voice notes and continuous sound recordings==84 == 音声メモと録音の使い方 == 82 85 83 [wiki:Help/AudioMapping Audio Mapping]参照。 86 [wiki:Help/AudioMapping Audio Mapping] 参照。 87 88 == 設定情報をリセットする方法 == 89 90 [wiki:/Ja:Help/ResetPreferences 設定情報をリセットする方法] 参照。 84 91 85 92 == LinuxでのJOSMの利用 == … … 87 94 Running: java -jar ./josm-tested.jar 88 95 89 [wiki:HowTo/JOSM-under-Linux] 96 [wiki:/HowTo/JOSM-under-Linux] 90 97 91 [wiki:Ja:Help Main Help]に戻る 98 == 妥当性検査の方法 == 99 100 [wiki:/Help/HowTo/ValidatorExamples Validator examples] に妥当性検査で見つかるエラーの解決方法がいくつか説明されています。 101 102 ---- 103 [wiki:/Ja:Help ヘルプ]に戻る
