# This file contains metadata for your plugin.
[general]
name=QuickWebViewer
qgisMinimumVersion=3.22
qgisMaximumVersion=4.99
description=Publish your QGIS project online as web map.
version=0.5.1
author=300000kms
email=info@300000kms.net
license=GPL-3.0-or-later

about=An easy solution if you want to publish easily and with a low complexity infraestructure your QGIS maps. QuickWebViewer is a plugin that enables the online publication of maps created in QGIS through a simple three step process:

	  Step 1: Export mapset, export your qgis files (selecting your predefined themes)
	  Step 2: Export viewer, pack all your previous exports in a viewer
	  Step 3: Publish viewer, upload to your own server

# End of mandatory metadata

# Recommended items:

tags=web, webmap, webmaps, html, ftp, export, publishing, tiles, vector, vector tiles, mbtiles, maplibre, maplibre gl js, mapbox, cog

tracker=https://gitlab.com/300000-kms/QuickWebViewer/issues
repository=https://gitlab.com/300000-kms/QuickWebViewer
homepage=https://quickwebviewer.org
category=Web
icon=resources/icons/icon.png
experimental=False
deprecated=False
server=False
supportsQt6=True
hasProcessingProvider=yes
plugin_dependencies=qpip

# Uncomment the following line and add your changelog:
changelog=
	0.5.1 - Make Qt6/QGIS4 compatible, fix WMS backgrounds
	0.5 - Export raster layers as COG
	0.4 - Changes to processing provider gpkg2mbtiles to adapt changes to getOgrCompatibleSource API
	0.3 - Use TMS backgrounds as defined in QGIS project, depend on QPIP, update to MapLibre v5.1
	0.2.1 - Fixing minor issues in viewer, parmetric styles, line legend scales, layer menu, etc.
	0.2 - Improve background handling and viewer interaction
	0.1 - Initial publication at plugins.qgis.org
