# This file contains metadata for your plugin. Since 
# version 2.0 of QGIS this is the proper way to supply 
# information about a plugin. The old method of 
# embedding metadata in __init__.py will 
# is no longer supported since version 2.0.

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

[general]
name=Magnetic Declination
qgisMinimumVersion=3.0
description=Calculates the magnetic heading from a true geographic heading and vice versa.
about=Uses the NOAA National Geophysical Data Center, epoch 2020 data.
    The World Magnetic Model (WMM) are accurate to within 30 minutes of arc for D and I and about 200 nanoTesla for the intensity elements.
version=2.4.4
author=Aldo Scorza
email=hacked.crew@gmail.com

# End of mandatory metadata

# Recommended items:

# Uncomment the following line and add your changelog:
changelog=
    2.4.4 Fix QgsRubberBand error (many thanks to Chris Lyon https://github.com/Flushot); Preserved compatibility between QGIS version after some API changes (rubberband's geometry type); added a function in the Expression editor to retrieve the the magnetic declination of center-point of a given map within a print layout (many thanks to Matthew Cengia https://github.com/mattcen); UI fixes
    2.3.1 update WMM2020 (2020-2025) coefficients, update attribution, minor UI changes 
    2.0.1 minor fixes
    2.0.0 major release: Python3 upgrade, new API, minor UI changes, some bug fixes, update WMM Coefficient
    1.7.2 minor UI changes, minor python package updates
    1.7.0 added Compass Rose OPTIONS: custom color, date format (YYYY) or (YY-MM-DD), hide/show height
    1.4.0 more Compass Rose enhancement, now conformal; added annual variation; minor UI changes
    1.0.9 fixes Norths direction when map is rotated; fixes inverted heading issue; fix minor UI issue
    1.0.6 bug fixes, many thanks to Geodrinx (https://github.com/geodrinx)
    1.0.5 some bug fixed , minor language updates, fix minor UI issue
    1.0.0 initial release

# Tags are comma separated with spaces allowed
tags=topography, calculator, magnetic, north, bearing, compass, declination, world magnetic model, rose

homepage=https://hacked-crew.blogspot.com/2015/05/declinazione-geomagnetica.html
tracker=https://github.com/Hacked-Crew/Magnetic-Declination/issues
repository=https://github.com/Hacked-Crew/Magnetic-Declination
category=Plugins
icon=img/icon.png
# experimental flag
experimental=False

# deprecated flag (applies to the whole plugin, not just a single version)
deprecated=False
