-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmetadata.txt
39 lines (34 loc) · 1.59 KB
/
metadata.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
[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.4
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.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