-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9df2322
commit 357108e
Showing
1 changed file
with
26 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,26 @@ | ||
# photoview | ||
# photoview概要 | ||
photoviewは地図中央に近い写真を上部に表示して、撮影位置と線で結ぶQGISスタイルです。 | ||
|
||
# QGISモデルの使い方 | ||
* モデルの登録 プロセッシングツールボックスパネルの上部の歯車のアイコン→ツールボックスにモデルを追加 | ||
* スタイルの登録 パネルに追加されたモデルを右クリック→出力のためのレンダリングスタイルを編集→QGISスタイルファイル(.qml)を割り当てる。 | ||
* モデルの実行 パネルに追加されたモデルをダブルクリック | ||
# 登録ファイルの説明 | ||
## PhotoView_Inport.model3 | ||
* QGISのモデル。ジオタグ付きの写真のフォルダを指定して、photoviewスタイル用のデータ(レイヤ)を作成します。 | ||
### プロセッシング実行の前準備 | ||
* プロセッシングツールボックスに登録し、「出力のためのレンダリングスタイルを編集」に「PhotoView.qml」を設定する。 | ||
* プロジェクトのCRSを投影座標に設定する。 | ||
### プロセッシングの処理内容 | ||
* ジオタグ(位置情報)付きの写真でレイヤ作成 | ||
* レイヤの斎藤英でプロジェクトCRSに変換 | ||
* 属性のリファクタリングでinvisibleフィールド(真偽値)追加 | ||
## PhotoView_Parameter.model3 | ||
* QGISのモデル。photoviewスタイルのパラメータを設定・更新します。 | ||
## PhotoView.qml | ||
* QGISのスタイルファイル。 | ||
# 動作確認 | ||
* QGIS3.16.16,QGIS3.22.4 / Windows10 | ||
# 既知の問題 | ||
* QGIS3.16では縦撮りの写真が横になる。QGIS3.22では縦になるがアンカー位置が写真の中間部になる(期待されるのは写真上部中央) | ||
* 地図の回転には対応しない |