# This file contains metadata for your plugin. Beginning
# with version 1.8 this is the preferred way to supply information about a
# plugin. The current method of embedding metadata in __init__.py will
# be supported until version 2.0

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

# Mandatory items:


[general]
name=Azimuth and Distance Calculator
qgisMinimumVersion=3.0
description=Calculates azimuths and distances for a selected feature. The feature can be either a line or a polygon. The plugin also calculates Meridian Convergence and Kappa Factor for UTM projections to a given geographical coordinate.
version=2.0.2
author=Luiz Andrade
email=luizclaudio.andrade@eb.mil.br
about=
	Azimuth and Distance Calculator Version generates:
	- Memorial descritivo
	- Memorial sintético
	- Selo da planta
	- Planilha de áreas e perímetros

# end of mandatory metadata

# Optional items:

# Uncomment the following line and add your changelog entries:
changelog=
	1.0 - Code improvements. Now the meridian convergence can be calculated automatically based on the centroid. Projection information is automatically in the save files dialog.
	1.0.1 - Minor fix.
	1.0.2 - Improving precision in dd2dms calculations
	1.1 - User can choose decimal places to show coordinates dynamically
	1.1.1 - Fixing typo
	1.1.2 - Fixing a issue when representing really small convergence values with the automated convergence calculation
	2.0 - Conversion to QGIS 3
	2.0.1 - Removing unwanted _MACOSX folder
	2.0.2 - Fixing the signal of the meridian convergence when  longitude < centralMeridian

# tags are comma separated with spaces allowed
tags=Document,UTM,Meridian,Azimuth,Patrimonial,Distance,Calculator,Factor,Convergence,Memorial,Kappa

homepage=https://github.com/lcoandrade/AzimuthDistanceCalculator
tracker=https://github.com/lcoandrade/AzimuthDistanceCalculator
repository=https://github.com/lcoandrade/AzimuthDistanceCalculator
icon=north.png
# experimental flag
experimental=False

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

