# This file contains metadata for your plugin.

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

# Mandatory items:

[general]
name=Compass Routes
qgisMinimumVersion=3.16
description=This plugin creates vector layers that work with magnetic variation.
version=0.4
author=Joe Berkovitz
email=joseph.berkovitz@gmail.com
about=Commands in this plugin are available under Plugins > Compass Routes:
    "Create Compass Route Layer": adds a new LineString layer with memory storage rendering as arrows that are automatically labeled with distance and magnetic bearing. The variation for each label is dynamically determined.
    "Create Magnetic North Lines": processing script that adds a vector layer containing magnetic north lines within a given extent. Lines are spaced by a given distance, and are broken and re-spaced to preserve this distance within an error tolerance.
    For full documentation please see the project homepage.

tracker=https://github.com/joeberkovitz/qgis-compass-routes/issues
repository=https://github.com/joeberkovitz/qgis-compass-routes
# End of mandatory metadata

# Recommended items:

hasProcessingProvider=no

changelog=
    0.2.1:
       add percentage progress feedback to mag. north lines, default the rendering and labeling of mag north lines
    0.3:
       add custom expression functions for mag. variation
       compute variation dynamically based on geomag model for each line--no more fixed variation
       use tooltips to supplement info in line labels
       add custom-label attribute
       add virtual fields to simplify definition of labels
       convert layer creation to a Processing script
    0.3.1:
       fix broken azimuth calculation
    0.4:
       update to WMM2025

# Tags are comma separated with spaces allowed
tags=magnetic, north, bearing, compass, declination, world magnetic model, route, navigation

homepage=https://joeberkovitz.github.io/qgis-compass-routes
category=Vector
icon=icon.png
# experimental flag
experimental=True

# 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=

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

