# 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=CDAU Downloader
qgisMinimumVersion=2.14
qgisMaximumVersion=3.99
description=Descarga de capas del Callejero Digital de Andalucía Unificado (España)
version=0.3
author=Patricio Soriano :: SIGdeletras.com
email=pasoriano@sigdeletras.com

about=<p>Complemento de QGIS para la descarga capas del Callejero Digital de Andalucía Unificado (España). La descarga se realiza mediante el servicio WFS de la Infraestructura de datos Espaciales de Andalucía (España). <a href='http://www.callejerodeandalucia.es/portal/web/cdau/'>Más información sobre el proyecto CDAU. </a></p><p>QGIS plugin for the download the layers of Callejero Digital de Andalucía Unificado (Spain). The download is performed through the WFS service of the Spatial Data Infrastructure of Andalusia (Spain). <a href='http://www.callejerodeandalucia.es/portal/web/cdau/'>More information about the CDAU project.</a></p>
tracker=https://github.com/sigdeletras/CDAUDownloader/
repository=https://github.com/sigdeletras/CDAUDownloader/
# End of mandatory metadata

# Recommended items:

# Uncomment the following line and add your changelog:
changelog=
	07.09.2017 V0.3: Barra de progreso. Mejora en la interfaz e iconos.
	28.07.2017 V0.2: Migration for QGIS3. QGIS 2.99 compatible, Python 3, QT5
	26.07.2017 V0.1: Primera versión

# Tags are comma separated with spaces allowed
tags=Vector, WFS, CDAU, Callejero, Portalero, Andalucía, España, Andalusia, Spain, Street, Road, Addresses

homepage=https://github.com/sigdeletras/CDAUDownloader/
category=Plugins
icon=icon.png
# experimental flag
experimental=False

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

