| | 1 | {{{ |
| | 2 | #!comment |
| | 3 | ここにあるリストは、外部のプラグインのアドレスをまとめたものです。 |
| | 4 | 約10分ごとに解析された結果が、プラグインのリストの更新に使用されています |
| | 5 | |
| | 6 | http://upliner.openstreetmap.ru/josm/buildings_tools/buildings_tools.jar |
| | 7 | http://web.me.com/oliverwieland/Website/JOSM_files/ColumbusCSV.jar |
| | 8 | |
| | 9 | 保守管理されていないもの: |
| | 10 | http://subhodipbiswas.googlepages.com/gpsbabelgui.jar |
| | 11 | http://manes.com.ar/Intersect_way.jar |
| | 12 | |
| | 13 | Links (currently missing in Plugin-Link): |
| | 14 | http://wiki.openstreetmap.org/index.php/User:Subhodip/GSoC_Doc#GPSBabel_Plugin_For_JOSM_: |
| | 15 | http://wiki.openstreetmap.org/wiki/Intersect_way |
| | 16 | }}} |
| | 17 | [[TranslatedPages]] |
| | 18 | |
| | 26 | |
| | 27 | == 自動インストール == |
| | 28 | 設定ウインドウを開き'''利用可能なプラグインを設定'''を選びます。"リストをダウンロードする"をクリックしてから、続いて"アップデート"をクリック、あとは使いたいプラグインを選べばインストールされます。 |
| | 29 | |
| | 30 | == 手動インストール == |
| | 31 | もし、自動インストールがうまく働かなかった場合、.jar (拡張子)のファイルを JOSM の plugins ディレクトリ(フォルダ)内に置くことにより、手動でプラグインをインストールできます。 |
| | 32 | |
| | 33 | (注:''username''の部分はそれぞれの環境に合わせて入れ替える) |
| | 34 | * '''Windows'''の場合、{{{C:\Documents and Settings\}}}''username''{{{\Application Data\JOSM\plugins}}}. |
| | 35 | * '''Vista'''の場合、{{{C:\Users\}}}''username''{{{\AppData\Roaming\JOSM\plugins}}}. |
| | 36 | * '''Mac'''または '''Linux''' の場合、{{{/Users/}}}''username''{{{/.josm/plugins}}}. ".josm"の先頭についている"."は隠しフォルダを意味します。 To show the contents of this hidden folder, use the Finders Go to folder menu command (cmd-shift-G), and enter "~/.josm" in the dialog that pops up. Drag any plugins you'd like to install into the {{{plugins}}} folder. (コマンドラインからプラグインファイルをコピーすることもできます。) |
| | 37 | |
| | 38 | あとはJOSMを再起動すれば、設定ウインドウの'''利用可能なプラグインを設定'''に表示されるでしょう。プラグインを選択したらもう一度JOSMを再起動します。 |
| | 39 | |
| | 40 | プラグインを作成したい?でしたらこちらを: [wiki:DevelopingPlugins] |