[general]
name=GeoSector Photo Map
qgisMinimumVersion=3.28
qgisMaximumVersion=3.99
description=Manage, review and correct geotagged field photos directly in QGIS.
version=2.4.2
author=Jakub Grodzicki
email=gjkson16@gmail.com
about=GeoSector Photo Map is a QGIS plugin for managing and correcting geotagged JPEG field photos.
 It displays photos as a live point layer in QGIS and provides a dedicated Photo Map window for reviewing images, folders and GPS positions.
 Photos can be moved in either QGIS or GeoSector, with pending GPS changes synchronized between both views before being written back to JPEG EXIF.
 GPS writes create a backup and verify the stored coordinates. GeoSector also provides photo preview, folder filtering, duplicate detection, spatial selection and GeoPackage export.
 The plugin runs entirely in the QGIS Python environment and does not require an external Python installation, Pillow or piexif.
tracker=https://github.com/gjkson16-cyber/geosector/issues
repository=https://github.com/gjkson16-cyber/geosector
homepage=https://github.com/gjkson16-cyber/geosector
hasProcessingProvider=no
tags=photos,exif,gps,geotagging,field photos,photo management,qgis
category=Vector
icon=icon.png
experimental=False
deprecated=False
server=False
changelog=2.4.2 - Security scan fix: removed subprocess.Popen and os.startfile calls used only to open log/photo folders. GeoSector now uses Qt QDesktopServices for cross-platform folder opening while retaining the native Windows Shell API for selecting a file. This addresses the remaining Bandit subprocess findings from 2.4.1 without changing GPS, EXIF or synchronization behavior. 2.4.1 - Replaced silent exception handlers with diagnostic logging and removed direct PyQt5 WebEngine fallbacks. 2.4.0 - Initial public release prepared for the official QGIS Plugin Repository.
