A QGIS plugin that instantly opens a 360-degree panoramic image in your browser
by clicking a feature in a vector layer.
The viewer is powered by A-Frame
and requires no additional installation.
| Item | Requirement |
|---|---|
| QGIS | 3.0 or later |
| Python | 3.x (bundled with QGIS) |
| Browser | Chrome / Edge / Firefox (A-Frame compatible) |
| Image format | JPEG / PNG (equirectangular 360° images recommended) |
photoview360 directory to your QGIS plugin folder:C:\Users\<username>\AppData\Roaming\QGIS\QGIS3\profiles\default\python\plugins\Click the PhotoView360 icon in the toolbar, or go to Plugins → PhotoView360 → PhotoView360.
Select a vector layer containing photo locations in Photo Layer.
Then choose how to specify the image path:
| Mode | Description |
|---|---|
| ① Full path via attribute field | Select a field that stores the absolute path to the image (e.g. C:\photos\IMG_001.jpg). |
| ② Filename via attribute field | Select a field that stores the filename (e.g. IMG_001.jpg) and specify the image folder separately.
Check Include subfolders to search recursively. |
| Action | Result |
|---|---|
| Drag | Rotate view |
| Mouse wheel | Zoom in / out (follows cursor direction) |
Click the English / 日本語 button at the top-right of the dialog to switch the UI language instantly.
QgsMapToolIdentifylocalhost<a-sky> component
Author: Rei Ito <katzchen.th@gmail.com>
License: GNU GPL v2 or later
QGIS ベクターレイヤーのフィーチャをクリックするだけで、
関連付けられた 360度パノラマ画像をブラウザで即時表示 する QGIS プラグインです。
ビューアーは A-Frame を使用しており、追加インストール不要で動作します。
| 項目 | 要件 |
|---|---|
| QGIS | 3.0 以上 |
| Python | 3.x(QGIS 同梱) |
| ブラウザ | Chrome / Edge / Firefox(A-Frame 対応) |
| 画像形式 | JPEG / PNG(等長方形射影の 360 度画像を推奨) |
photoview360 ディレクトリをコピーC:\Users\<ユーザー名>\AppData\Roaming\QGIS\QGIS3\profiles\default\python\plugins\ツールバーの PhotoView360 アイコン、またはメニュー プラグイン → PhotoView360 → PhotoView360 をクリックします。
フォトレイヤー で360度写真の位置情報を持つベクターレイヤーを選択します。
次に、画像パスの指定方法を選んでください:
| モード | 説明 |
|---|---|
| ① フルパスを属性フィールドで指定 | 画像の絶対パス(例:C:\photos\IMG_001.jpg)が格納されているフィールドを選択します。 |
| ② ファイル名を属性フィールドで指定 | ファイル名(例:IMG_001.jpg)が格納されているフィールドを選択し、画像の保存フォルダを別途指定します。「サブフォルダを含む」にチェックを入れると、サブフォルダ内も再帰検索します。 |
| 操作 | 動作 |
|---|---|
| ドラッグ | 視点を回転 |
| マウスホイール | ズームイン / ズームアウト(マウスカーソル方向に追従) |
ダイアログ右上の English / 日本語 ボタンで UI 言語を即座に切り替えられます。
QgsMapToolIdentify で検出localhost 経由で画像を配信<a-sky> コンポーネントで等長方形射影画像を球面マッピング
Author: Rei Ito <katzchen.th@gmail.com>
License: GNU GPL v2 or later