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

about=This plugin exports all vector layers as GeoJSON with their SLD styling. Active raster layers are exported according to their position in the layer stack as multiband GeoTIFFs. The resulting files are zipped into a file named after the QGIS project. The layer order and additional information is stored in a metadata.json. Basemap PNG tiles are ignored at export.

# tags are comma separated with spaces allowed
tags=vector,raster,geotiff,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

# Qt6
supportsQt6=True

changelog=
	0.7.1 Bugfixes
	0.7 Enabled Qt6 
	0.6.8 COORDINATE_PRECISION for GeoJSON vector layer export dialled down from 15 to 6
	0.6.7 Bugfix: Raster output does not change nodata values
	0.6.6 Bugfixes
	0.6.5 Added SLD export for data raster layers
	0.6.4 Added compression option to GeoTIFF output
	0.6.1 Deleted legacy output from metadata.json
	0.6 Update to QgsVectorFileWriter.writeAsVectorFormatV2 for exporting vector layers. Ignores XYZ basemaps with PNG tiles at export.
	0.5.1 Switch from GDAL to QGIS Processing for raster layer export to mitigate export problems on some Windows 10 machines
	0.5	Export of active raster layers as multiband GeoTIFF
	0.4 Code refactored for QGIS 3.0
	0.3 First version uploaded to QGIS plugin repository
