# This file contains metadata for your plugin.
# This file should be included when you package your plugin.

# Mandatory items:

[general]
name=PanoramaView360
qgisMinimumVersion=3.0
description=A QGIS plugin for viewing georeferenced 360-degree panoramic images directly from vector layer attributes.

version=1.0.3
author=Rei Ito
email=katzchen.th@gmail.com

about=PanoramaView360 allows you to click on features in a vector layer and instantly open the associated 360-degree panoramic image in your browser using an A-Frame based viewer. It supports two path modes: (1) full path stored in an attribute field, or (2) filename stored in a field with a separately specified image folder (with optional subfolder search). Features include map highlight on selection, a local HTTP server for image serving, and mouse-wheel zoom in the panorama viewer.PanoramaView360は、ベクタレイヤ上のフィーチャをクリックすると、対応する360度パノラマ画像をA-Frameベースのビューアでブラウザ上に即座に表示できるプラグインです。画像パスは、属性フィールドに格納されたフルパスまたはファイル名のいずれかで指定でき、画像フォルダを別途指定することで柔軟に参照できます（サブフォルダ検索にも対応）。また、選択した地点のハイライト表示、ローカルHTTPサーバによる画像配信、パノラマビューアでのマウスホイールズームなどの機能を備えています。

tracker=https://github.com/FrozenRay-2026/photoview360/issues
repository=https://github.com/FrozenRay-2026/photoview360

# End of mandatory metadata

# Recommended items:

hasProcessingProvider=no

changelog=
    0.2 - Added filename mode with folder browser and subfolder search
        - Added JP/EN language toggle in dialog
        - Auto-deactivate select tool on mode switch
        - Improved dialog layout with resizable support
    0.1 - Initial release

tags=python, 360, panorama, photo, vector, point, attribute, viewer, aframe

homepage=https://github.com/FrozenRay-2026/photoview360
category=Plugins
icon=icon.png

experimental=False
deprecated=False

server=False
