# 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=qgis2web
qgisMinimumVersion=2.0
description=Export to an OpenLayers 3/Leaflet webmap
about=qgis2web generates a web map from your current QGIS project, either as OpenLayers3 or Leaflet. It replicates as many aspects of the project as it can, including layers, styles (including categorized and graduated), and extent.
version=0.13.7
author=Tom Chadwin
email=tom.chadwin@nnpa.org.uk

# end of mandatory metadata

# Optional items:

# Uncomment the following line and add your changelog entries:
changelog= 2015/06/19 0.13.7 Leaflet label default non-hover, border improvements, PEP8, Travis integration
    2015/06/19 0.13.6 Basemap fixes
	2015/06/19 0.13.5 buildNonPointJSON() call failure fixed
	2015/06/19 0.13.4 Unicode error on startup fixed, Leaflet observes "Info popup content" setting (thanks to https://github.com/marcobra and https://github.com/boesiii)
	2015/06/18 0.13.3 Leaflet style improvements: simple line opacity, graduated point outline weight and pen style, graduated line pen style, graduated polygon border pen style
	2015/06/17 0.13.2 Leaflet point border width/line style; Leaflet categorized polygon border width; Fit to layers extent fixed; QSettings namespaced; Unicode error fixed; Numeric settings now combos; UI tidied; UI labels not editable
	2015/06/16 0.13.1 Fill style "No Brush" observed in Leaflet, border/fill transparency decoupled in Leaflet
	2015/06/16 0.13.0 Leaflet measure tool (thanks to https://github.com/boesiii), Leaflet string handling improvements
	2015/06/15 0.12.2 New mandatory metadata item added
	2015/06/15 0.12.1 Major regression fixed
	2015/06/12 0.12.0 Dialog settings persist, corrected typo in changelog
	2015/06/08 0.11.0 Geocode user in Leaflet, Leaflet string handling improved, export folder persists
	2015/06/04 0.10.0 Leaflet address search
	2015/05/26 0.9.0 Major Leaflet export code refactor
	2015/05/20 0.8.0 Match project CRS in Leaflet, "Basemap: none" option,  Leaflet observes layers list and scale bar settings 
	2015/05/19 0.7.0 Leaflet export code refactor
	2015/05/18 0.6.2 Change default precision to 15, get alpha of fill colours
	2015/05/15 0.6.1 Fix 0.6.0 OL3 regression
	2015/05/15 0.6.0 Leaflet labels, fix open in browser
	2015/05/14 0.5.0 FIRST STABLE RELEASE: New logo, Leaflet full-screen
	2015/05/14 0.4.3 Limit per-layer options to appropriate layer types
	2015/05/13 0.4.2 Fix Leaflet styles not applied
	2015/05/08 0.4.1 Fix Leaflet custom icon layers
	2015/05/07 0.4.0 Leaflet layer visibility, fix Leaflet simple outline
	2015/05/07 0.3.1 Fix leaflet exporting wrong layers
	2015/05/05 0.3.0 Leaflet preview, Leaflet JSON minification, fix Leaflet layer control
	2015/05/05 0.2.3 Basemap code unified, export behaviour unified, Leaflet export opens in browser
	2015/04/27 0.2.2 New basemaps in OL3 export
	2015/04/27 0.2.1 OL3 export crash
	2015/04/27 0.2.0 Basemap in Leaflet export, additional basemaps from qgis2leaf, icons fixed, toolbar icon added, QGIS menu item renamed
	2015/04/25 0.1.0 Extent, precision, min/maxZoom, clustering, JSON-encode, layer order in Leaflet export
	2015/04/23 0.0.1 Initial release
# tags are comma separated with spaces allowed
tags=web,webmap,webmaps,Leaflet,OpenLayers,OL3,HTML,Javascript,CSS,export

homepage=https://github.com/tomchadwin/qgis2web
tracker=https://github.com/tomchadwin/qgis2web/issues
repository=https://github.com/tomchadwin/qgis2web
icon=qgis2web.png
# experimental flag
experimental=False

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

