[general]
name=Point Shift Tracker
qgisMinimumVersion=3.16
qgisMaximumVersion=4.99
description=Track how far a point feature has been moved during editing, with live distance analysis and an in-panel warning when a shift exceeds your configured threshold.
version=1.1
author=Ajay Nafria Mandhana
email=ajaynafria62@gmail.com
about=Point Shift Tracker adds a dock panel that watches a point layer in the background while you edit with QGIS's own Vertex Tool. Whenever a point's location changes, it compares the old and new position, shows the shift distance on the canvas next to the point, and displays a distance summary directly inside the dock panel (no popups). A configurable Warning Distance highlights shifts that exceed your set limit right in the panel. Page Up / Page Down keys (or on-screen buttons) let you jump between point features without leaving editing mode. Compatible with QGIS 3.x and QGIS 4.x (Qt5 and Qt6).
tags=point,editing,vertex,distance,tracking,gis,field survey,quality control
category=Vector
icon=icon.png
experimental=False
deprecated=False
license=GPL-2.0-or-later
homepage=https://github.com/ajaynafria62-max/point-shift-tracker
tracker=https://github.com/ajaynafria62-max/point-shift-tracker/issues
repository=https://github.com/ajaynafria62-max/point-shift-tracker
hasProcessingProvider=no
server=False
changelog=
    1.1 - Fixed unscoped QgsWkbTypes enum usage (LineGeometry/PointGeometry) for strict QGIS 4 compatibility
    1.0 - Initial release: layer-signal based monitoring, on-canvas shift label, warning threshold, Qt5/Qt6 compatibility
