Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
motohirooya authored Sep 23, 2022
1 parent a365445 commit 0db17d1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,14 @@ photoviewは地図中央に近い写真を上部に表示して、撮影位置
### プロセッシングの処理内容
* 「ジオタグ(位置情報)付きの写真」でレイヤ作成
* 「レイヤの再投影」でプロジェクトCRSに変換
* 「属性のリファクタリング」でinvisibleフィールド(真偽値)追加
* 「属性のリファクタリング」でinvisible(真偽値),label(STRING)フィールド追加
## PhotoView_Parameter.model3
* QGISのモデル。photoviewスタイルのパラメータ(モデル変数)を設定・更新します。
## PhotoView.qml
* QGISのスタイルファイル。
* プロジェクトCRSとレイヤのCRSは同じ投影座標にする必要がある。
* invisible フィールドがtrueの場合、写真を表示せず、撮影位置はグレー表示となる。invisible フィールドがない場合、及びfalseの場合は写真を表示する。
* label フィールドに値がある場合ラベルとして使用。ない場合filenameフィールドを使用する。
# 動作確認
* QGIS3.16.16,QGIS3.22.9 / Windows10
# 既知の問題
Expand Down

0 comments on commit 0db17d1

Please sign in to comment.