件名: Re^5: GPX2JSGIの起動
記事No 619
投稿日 : 2014/10/08(Wed) 18:03:56
投稿者 マーシー
参照先
(1) gpx2jsgi のパッケージを展開してできる gpx2jsgi の下に行きます。
(2) 念のため、元の gpx2jsgi.exe のバックアップをとります。
(3) gpx2jsgi.tcl のバックアップをとります。
(4) gpx2jsgi.tcl を修正します。

1) KMLとJSGIの順番を替える(KMLが左の方がいいので)
array set xsl {
KML gpx2kml.xsl
JSGI gpx2jsgi.xsl
GPX identity.xsl
}
array set ext {
KML kml
JSGI xml
GPX gpx
}
set mode KML

および
ttk::radiobutton $top.mode.b1 -text KML -value KML -var mode -command {
$top.conv.b2 configure -text KML→KMZ -state normal
}
ttk::radiobutton $top.mode.b2 -text JSGI -value JSGI -var mode -command {
$top.conv.b2 configure -text ネイティブ化 -state normal

2) ネイティブ化ボタンの表示
ttk::button $top.conv.b2 -text ネイティブ化 -command {
をKML→KMZに替える
ttk::button $top.conv.b2 -text KML→KMZ -command {

(5) mkexe.bat をクリックして実行します。新たな gpx2jsgi.exe が出来ます。

関連スレッド

返信フォーム
おなまえ
eメール
タイトル
メッセージ
参照先
画像UP
暗証キー (英数字で8文字以内)
投稿キー (右画像の数字を入力) 投稿キー

- WebForum -