[general]
name=LayerTree2JSON
qgisMinimumVersion=3.0
description=Parse QGIS 3 project, write a JSON config file with layer information and upload to server.
version=0.7.5
author=Gerald Kogler
email=geraldo@servus.at
license=GPL-3.0-or-later

about=This plugin parses QGIS 3 projects and writes a JSON config file with information representing the layer tree. This file than automatically can be uploaded to a webserver using a SFTP connection. Usually the JSON config file then is used by a web viewer to show a layer switcher.

tracker=https://github.com/geraldo/layertree2json/issues
repository=https://github.com/geraldo/layertree2json
homepage=https://github.com/geraldo/layertree2json

# Recommended items:
hasProcessingProvider=no
tags=html, web, export, json, webmap, webmaps, ftp, sftp
category=Web
icon=icon.png
experimental=False
deprecated=False
server=False

plugin_dependencies=qpip

changelog=
	0.7.5 - Fix detection of basemap layers, again ;) (#22)
	0.7.4 - mkdir for subsubdirectories, fix bug test connection
	0.7.3 - Add plugin dependency qpip in order to install paramiko
	0.7.2 - Add requirements.txt and remove unused resources
	0.7.1 - Fix detection of basemap layers (#22)
	0.7 - Remove dependency from pysftp (#21)
	0.6.1 - Fix initial plugin load issue (#20)
	0.6 - Add support for project files saved in PostgreSQL
	0.5 - Have in mind WFS layers, and export SLD for them (#6)
	0.4.2 - Make responsive (#15), fix file path for uploaded layer files (#16), limit use to active project file (#17)
	0.4.1 - Small fixes to make compatible with UDDManager plugin (#14)
	0.4 - Add option to upload used layer files (#12)
	0.3 - Initial publication at plugins.qgis.org
