# 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=Land Survey Codes Import
qgisMinimumVersion=3.6
description=This plugin allows you to easily import data from a land survey (GPS or total station) to draw automatically in a database using a codification (aka Field Codes).
version=0.3.0-beta1
author=Loïc Bartoletti (Oslandia)
email=qgis@oslandia.com

about=It consists of a codification editor and a processing in the toolbox.

tracker=https://gitlab.com/oslandia/QGIS/landsurveycodesimport
repository=https://gitlab.com/oslandia/QGIS/landsurveycodesimport
# End of mandatory metadata

# Recommended items:

# Uncomment the following line and add your changelog:
changelog=
 Version 0.2.2:
 - Add the ability to generate a minimal bouding geometry (convex, oriented minimum bounding box and minimal circle) from all points

 Version 0.2.1:
 - Export LandSurveyCodesImport codification file (.qlsc) to PDF
 - Improve Trimble JobXML to csv (Use all fields, can export deleted points)

 Version 0.2.0:
 - Add support to arc for line
 - Add support to rectangle/square => Minimal version is now QGIS 3.6
 - Import Trimble JobXML to LandSurveyCodesImport csv
 - Export LandSurveyCodesImport codification file (.qlsc) to csv



# Tags are comma separated with spaces allowed
tags=cad, database, circle, export, field, geocoding, geometry, point, polygon, polyline, processing, rectangle, vector, topography, land, survey, GPS, import

homepage=https://gitlab.com/oslandia/QGIS/landsurveycodesimport
category=Plugins
icon=resources/images/icon.png
# experimental flag
experimental=True

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