# This file contains metadata for your plugin.

# This file should be included when you package your plugin.# Mandatory items:

[general]
name=StreetSmart
qgisMinimumVersion=3.22.0
qgisMaximumVersion=3.44.99
description=View and explore Cyclomedia Street Smart 360° panorama imagery directly in QGIS.
version=v3.3.1
author=Merkator B.V.
email=info@merkator.com

about=This plugin integrates Cyclomedia Street Smart imagery into your QGIS workflow. It provides:

      - Atlas Recording WFS: Automatically add the Atlas Recording WFS layer to your current project for locating panorama positions.
      - Panorama Viewer: Launch the interactive Street Smart 360° panorama viewer in an external window for navigation, measurement, and digitizing.
      - Latest API: Uses Street Smart API v25.7 for the most recent features and stability.
      - Automatic Dependency: The plugin attempts to install Cefpython3 for Python 3.12 automatically if not found.

      ⚠️ Important: If the panorama viewer does not open, the automatic Cefpython3 installation may have failed (often due to user permission restrictions). Please contact your system administrator and/ or our support to manually install Cefpython3 for Python 3.12.

      First-time setup: Restart QGIS after installing the plugin to ensure all components load correctly.

      For documentation and support, visit: https://github.com/merkatorgis/streetsmart-qgis-plugin
      


#tracker=http://www.merkator.com
#repository=http://www.merkator.com
# End of mandatory metadata

# Recommended items:

hasProcessingProvider=no
# Uncomment the following line and add your changelog:
changelog= V3.3.1 (2026-07-14)
      - Raised maximum supported QGIS version to 3.44.99 (metadata only, no code changes)
      V3.3.0 (2026-07-13)
	- Updated metadata.txt with improved description
	- Switched from pkg_resources to importlib.metadata (setuptools removed pkg_resources in QGIS 3.44)
      - Raised minimum QGIS version to 3.22 (no longer supports 3.20–3.21)

# Tags are comma separated with spaces allowed
tags=cyclomedia, cyclorama, merkator, python


homepage=https://github.com/merkatorgis/streetsmart-qgis-plugin
tracker=https://github.com/merkatorgis/streetsmart-qgis-plugin/issues
repository=https://github.com/merkatorgis/streetsmart-qgis-plugin


category=Plugins
icon=./i18n/streetsmartedited.png

# experimental flag
experimental=False

# deprecated flag (applies to the whole plugin, not just a single version)
deprecated=False

# Since QGIS 3.8, a comma separated list of plugins to be installed
# (or upgraded) can be specified.
# Check the documentation for more information.
# plugin_dependencies=Cefpython3

Category of the plugin: Raster, Vector, Database or Web
# category=Web

# If the plugin can run on QGIS Server.
server=False

