# 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=QuickOSM
qgisMinimumVersion=2.0
description=QuickOSM allows you to work quickly with OSM datas in QGIS thanks to Overpass API.
version=1.2
author=Etienne Trimaille
email=info@3liz.com

# End of mandatory metadata

# Optional items:

# Uncomment the following line and add your changelog:
# changelog=
  Version 1.2
  * Options - Ajout du menu Vue/Décorations dans l'interface Cadastre
  * geocodeArea is implemented
  * A local osm file can now be parsed
  * Add an option to select output format : geojson or shapefile
  * Fix some minor bugs

# Tags are comma separated with spaces allowed
tags=osm,openstreetmap,overpass

homepage=https://github.com/3liz/QgisQuickOSMPlugin
tracker=https://github.com/3liz/QgisQuickOSMPlugin/issues
repository=https://github.com/3liz/QgisQuickOSMPlugin
icon=icon.png
# experimental flag
experimental=False

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

