[general]
name=DMS Cursor Tracker
qgisMinimumVersion=3.10
description=Displays live cursor coordinates in Degrees-Minutes-Seconds (DMS) format in a floating panel.
version=1.0.3
author=Eric Guindon
email=ericguindon98@gmail.com
about=This plugin adds a floating panel to QGIS that shows the live geographic coordinates of the cursor in DMS format. Useful for cartographers, GIS analysts, and anyone needing precise coordinate readouts. Best used in WGS 1984.
tracker=https://github.com/ericguindon98/DMS-Cursor-Tracker-QGIS
repository=https://github.com/ericguindon98/DMS-Cursor-Tracker-QGIS
homepage=https://github.com/ericguindon98/DMS-Cursor-Tracker-QGIS
category=Plugins
icon=icon.png

changelog=Fixed ImportError caused by mismatched class name in dms_cursor_tracker.py; restored missing classFactory() in __init__.py
