[general]
name=QGIS2VectorTiles
qgisMinimumVersion=3.44
qgisMaximumVersion=4.99
description=Turn a QGIS project into a ready-to-use web map: single source, one layer, matching web style and a web viewer.
about=Turn your QGIS project into a portable web map package: a single lightweight MBTiles source, a ready-to-use QLR layer, a fully compatible client-side JSON style, and an instant HTML viewer — from desktop to web in one step.
version=2.5
author=Jossef Kanter
email=jossefkan@gmail.com
experimental=False
deprecated=False
homepage=https://gallpeters.github.io/QGIS2VectorTiles
repository=https://github.com/GallPeters/QGIS2VectorTiles
tracker=https://github.com/GallPeters/QGIS2VectorTiles
tags=cartography, style, styles, tiles, mapbox, maptiler, openlayers, maplibre, web, webmappings, wms, wmts, vector tiles, sharing , services, service, server
icon=icon.png
hasProcessingProvider=yes
changelog=
	** v2.5 (28.04.26):
		- Add support in dozen of properties (symbol-placementt, text-variable-anchor and more) when converting QGIS to MapLibre style. 
		- Fix bugs ensuring correct export process when using nested renderer/labelings rules.
		- Refactor codebase to improve maintainability and readability.
	** v2.4 (19.04.26):
		- Export data to a single MBTiles file instead of XYZ directories.
		- Add option to use NASA's Blue Marble as a background layer in the MapLibre viewer.
		- Support alpha channel in MapLibre style color properties including data-defined properties.
		- Improve performance by switching tile generation from GDAL Python bindings to GDAL CLI.
		- Fix GeoPackage locking when exporting multiple layers from the same source.
		- Fix issue where layers from PostgreSQL connections are ignored.
		- Fix color conversion for data-defined properties.
	** v2.3 (17.03.26):	
		- Bug fixes ensuring a parallel and stable rules export process using qgis task manager.
	** v2.2 (11.03.26):
		- Export rules in parallel to speed up processings tools runtime.
	** v2.1 (26.02.26):
		- Bug fixes ensuring proper sprite generation in QT6.
	** v2.0 (24.02.26):
		- Add Background Type parameter.
		- Bug fixes.
	** v1.9 (22.02.26):
		- Serve maplibre-gl.js locally for an offline use.
		- Bug fixes ensuring smooth convertion of layers contains empty renderers/labelings.
	** v1.8 (19.02.26):
		- Activate http server silently when running on windows.
	** v1.7 (16.02.26):
		- Implement DDP as fields inside Maplibre style.json.
		- Remove mbtiles output option (not supported by native Maplibre).
		- Improve documentation (add considerations paragrpah and more demos).
	** v1.6 (14.02.26):
		- Support a MapLibre client-side style package generation (experimental).
		- Bug fixes ensuring proper style conversion process involving geometric transformations.
	** v1.5 (08.02.26):
		- Support fields based properties.
		- Improved processing performence.
	** v1.4 (08.02.26):
		- Improved renderering of Centroid Fill symbol layers.
		- Stabilizing DDP support when running on QGIS LTR (3.40.x).
	** v1.3 (05.02.26):
		- Added QT6 support
		- Improved output rendering performance.
		- Improved processing performence.
		- Bug fixes when running on QGIS LTR (3.40.x)
	** v1.2 (30.12.25):
		- Added Polygons Labels Base parameter.
	** v1.1 (16.12.25):
		- Support DDP (data defined properties).
		- Bug fixes.
	** v1.0 (10.12.25):
		- Initial release.
