# 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.2.1
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 Line layer with memory storage rendering as arrows that are automatically labeled with distance and magnetic bearing. The variation for the layer is chosen before creating the dialog, and can be defaulted from the center of the map canvas. The `magnetic_var` layer property stores the variation used for its labels.
    "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 redrawn to preserve this spacing within an error tolerance.

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: add percentage progress feedback to mag. north lines, default the rendering and labeling of mag north lines

# 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

