# 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=qgis2leaf
qgisMinimumVersion=2.0
description=Export your QGIS project to a leaflet based webmap.
about=QGIS 2 Leaflet creates a webmap from your current QGIS vector features and rasters. Therefore it tries to copy the current styles to styles, leaflet will understand.
version=1.1
author=Riccardo Klinger, Geolicious
email=riccardo.klinger@geolicious.de

# end of mandatory metadata

# Optional items:

# Uncomment the following line and add your changelog entries:
changelog= 2014/11/30 v.1.1: multiple basemaps. 
	2014/11/29 v.1.00: solved some issues with styles and cluster strategy, added hashes (thanks to https://github.com/mlevans), thanks to https://github.com/tomchadwin for issue solving!
	2014/09/20 v.0.99b: added settings save and load, user locate and address search (thanks to https://github.com/k4r573n)
	2014/09/10 v.0.99a: added warning and treatment of unsupported characters in attribute names
	2014/09/05 v.0.98: additional file for basemap entries
	2014/08/06 v.0.97: option for legend creation. supported by the SPC Ottawa
	2014/08/06 v.0.961: webmap title creation option, improved layer control with pretty names with help from https://github.com/tomchadwin and supported by the SPC Ottawa
	2014/07/11 v.0.96: support for wfs/wms, cluster strategy, autohotlinking and other great stuff due to the help of https://github.com/tomchadwin
	2014/05/22 v.0.95: support for raster data as image overlays. thanks to https://github.com/geohacker/leaflet-opacity
	2014/05/22 v.0.9: support for styles of polygons and polylines
	2014/05/18 v.0.8.4: define your icon for point shapes, new cdn for the needed javascripts
	2014/05/15 v.0.8.3: style export for graduated, single and categorized symbol point shapefiles
	2014/05/15 v.0.8.2: style export for graduated and single symbol point shapefiles
	2014/05/03 v.0.8.1: new popup design possibilities
	2014/05/03 v.0.8: new logo, new UI: toggle visibility
	2014/05/01 v.0.7: new layer list control for export, non-ascii character encoding problem solved, fixed folder deletion problem, fixed problem with layer names starting with numbers
	2014/04/27 v.0.6: fixed installation issues for older python versions (thanks to https://github.com/mlaloux), enhanced list of basemap-providers (thanks to: https://github.com/leaflet-extras/leaflet-providers/)
	2014/04/26 v.0.5: new control for full map support, optimized UI (thanks to https://github.com/mtravis), correct attribution for basemaps, new css file creation
	2014/04/25 v.0.4: new layer control for features (thanks to https://github.com/RCura), new GUI with extent setting possibility
	2014/04/24 v.0.3: new ui with dimension choice for webmap, enhanced html structure for better readability
	2014/04/23 v.0.2: basemap choice, popups in leafletmap
	2014/04/22 v.0.1: initial commit

# tags are comma separated with spaces allowed
tags=geojson, leaflet, webmap, js, html, web

homepage=https://github.com/geolicious/qgis2leaf/wiki
tracker=https://github.com/geolicious/qgis2leaf/issues
repository=https://github.com/geolicious/qgis2leaf
icon=logo_big.png
# experimental flag
experimental=False

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