# 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=SPUGeo Memorial
qgisMinimumVersion=3.34
description=Generates descriptive memorials in the format of the SPU of the Federal Government of Brazil
version=1.3
author=SPU
email=guilherme.henrique.nasc@gmail.com

about=Calculates azimuths and distances for a selected feature. The feature can be either a line or a polygon. Generates descriptive memorials in the format of the SPU of the Federal Government of Brazil. This add-on is a modified version of the Azimuth Distance Calculator plugin.


tracker=https://github.com/spuhub/SPUGeo-Memorial/issues
repository=https://github.com/spuhub/SPUGeo-Memorial.git
# End of mandatory metadata

# Recommended items:

# Uncomment the following line and add your changelog:
changelog= Version 0.2 (11/14/2018):
                - Correction of bugs related to the type Multipolygon.
           Version 0.3 (08/16/2019):
                - Modification of metadata in generated documents.
                - Correction of bugs.
           Version 1.0 (03/10/2019):
                - Added support for multipart polygons.
                - Enhanced Validation Alerts Fields in Memorial Generate Module.
                - Correction of bugs.
            Version 1.1 (05/01/2022):
                - library update.
                - Class Factory bug fix.
            version 1.2 (13/12/204):
                - Lybrary update.
                - Author update.
                - Restriction on UTM projection systems.
                - Update of the descriptive memorial generation form.
                - bug fix.
             version 1.3 (23/12/204):
                - bug fix.



# Tags are comma separated with spaces allowed
tags=descriptive memorials, azimuths

homepage=https://github.com/spuhub/SPUGeo-Memorial
category=Plugins
icon=icon.png
# experimental flag
experimental=True

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