■Icon
Panel の Toolsに追加したい場合
以下の操作を行うと、アイコンパネルのToolsメニューから本ツールを起動することが可能です。
<IMAGINEインストールディレクトリ>/scripts/ にある imagine_menus.inc をコピーし、バックアップを取っておきます。その後imagine_menus.inc をIMAGINEのテキストエディタもしくはWord
Padなどで開きます。
以下のような記述の部分を探します。 ・ ・ toolsimagedrape "Image
Drape..." info "Start Image Drape with Displayed DEM" { job imagedrape
create staticview at 0 0 size 500 500; }
<imtool> separator;
<imtool> toolsemlview "View EML ScriptFiles..." info "View
and Edit EML ScriptFiles..." {emlview;}
@"spt_sessiontoolsmenu.inc" @"dppdb_sessiontoolsmenu.inc"
・ ・ 以下のように追加します。"インポータ"の部分は半角カタカナです。全角では文字化けします。
・ ・ toolsimagedrape "Image Drape..." info "Start Image Drape
with Displayed DEM" { job imagedrape create staticview at 0 0 size
500 500; } separator; tools_esrij_im_main
"標高データインポータ..." { load "esrij_im_main.eml"; }
<imtool> separator; <imtool> toolsemlview "View EML ScriptFiles..."
info "View and Edit EML ScriptFiles..." {emlview;}
@"spt_sessiontoolsmenu.inc" @"dppdb_sessiontoolsmenu.inc"
・ ・ IMAGINEを起動すると以下のように表示されるはずです。
|