他形式を編集レイヤに読み込み
GPX ファイル(GPS Exchange Format)
GPXファイルのウェイポイント、ルート、トラックをユーザレイヤに読み込みます。
GPXファイルはGPS(Global Positioning System)のデータ交換形式で、XMLで記述されています。
ウェイポイントは点データとして、ルートは点・線・面データとして、トラックは点・線・面データとして読み込むことができます。
属性情報に転記できるGPXファイルのタグは次のとおりです。
項目 | タグ |
ウェイポイント → 点データ | name、cmt、desc、type、sym、ele、time |
ルート → 点データ | name、cmt、desc、type、sym、ele、time |
ルート → 線データ | name、cmt、desc、type、number、time |
ルート → 面データ | name、cmt、desc、type、number、time |
トラック → 点データ | name、ele、speed、time |
トラック → 線データ | name、cmt、desc、type、number、time |
トラック → 面データ | name、cmt、desc、type、number、time |
timeタグについては、日本時間に変換した日付と時刻も転記することができます。
|