[general]
name=Bulk vector export as SLD and GeoJson
qgisMinimumVersion=3.0
qgisMaximumVersion=3.99
description=Export all vector layers as geoJson and SLD.
version=0.4
author=Simon Oberhammer, Günter Hack
email=simon.oberhammer@orf.at

about=This plugin exports all vector layers as geoJson with their SLD styling. The resulting files are zipped into a file named after the QGIS project. The layer ordering and additional information is stored in a metadata.json.

# tags are comma separated with spaces allowed
tags=vector,export,crs,sld,style

homepage=https://github.com/orfon/bulkvectorexport/
tracker=https://github.com/orfon/bulkvectorexport/issues
repository=https://github.com/orfon/bulkvectorexport
icon=img/icon.png
# experimental flag
experimental=False

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

changelog=
	0.4 Code refactored for QGIS 3.0
	0.3 First version uploaded to QGIS plugin repository
