# This file contains metadata for your plugin.

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

[general]
name=Magnetic Bearing Measurement Map Tool
qgisMinimumVersion=3.16
description=Measure magnetic bearing and distance between two points
version=0.5
author=Aaltronav s.r.o.
email=hello@aaltronav.eu

about=
    This plugin adds a new map tool to the QGIS interactive measurements toolbox and to the measurements menu (View → Measure → Measure Magnetic Bearing).

    * Toggle between geodetic (° T) and magnetic (° M) bearings.
    * View declination at start point and model error estimation.
    * Uses the WMM2020 model, valid for dates in the range 2020.0 to 2025.0.
    * Temporal controller aware: uses the beginning of the current timeframe if the controller is active; otherwise it uses current time as the reference epoch.

tracker=https://gitlab.com/aaltronav/foss/qgis/plugins/generic/magnetic-bearing-measurement/-/issues
repository=https://gitlab.com/aaltronav/foss/qgis/plugins/generic/magnetic-bearing-measurement/-/tree/devel
# End of mandatory metadata

# Recommended items:

hasProcessingProvider=no

# Tags are comma separated with spaces allowed
tags=python,azimuth,measurement,map tool,magnetic,declination,wmm,wmm2020

homepage=https://gitlab.com/aaltronav/foss/qgis/plugins/generic/magnetic-bearing-measurement
category=Plugins
icon=icon.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=

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

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

changelog=
    0.5:
    –    Fix inverted sign (wrong magnetic declination value!) (#4)
    0.4:
    –    Fix wrong declination hemisphere (#4)
    0.3:
    –    Make declination field stretchable (#3)
    –    Reset measurement when project CRS changes (#2)
    –    Fix warning in QGIS v3.22 (#1)
    0.2:
    –    Add temporal controller support
    0.1:
    –    Initial release
