From 11dc4976d1fa6ac86b40e8630ba928e7685b962f Mon Sep 17 00:00:00 2001 From: Gerald Kogler Date: Thu, 14 Sep 2023 10:17:43 +0200 Subject: [PATCH] update metadata and documentation on latest release --- docs/index.html | 8 -------- metadata.txt | 5 +++-- 2 files changed, 3 insertions(+), 10 deletions(-) diff --git a/docs/index.html b/docs/index.html index afea540..f40a9cb 100644 --- a/docs/index.html +++ b/docs/index.html @@ -48,14 +48,6 @@

LayerTree2JSON

You can find the code and open issues at https://github.com/geraldo/layertree2json

-

Installation

-

As the plugin offers the possiblity to upload the generated configuration files to a SFTP server, it uses pysftp. This Python library has some dependencies which can't be resolved easily on different operating systems. So for now you have to manually install pysftp:

-
    -
  1. Open console and go to
    qgis_installation_directory\apps\Python39\Scripts\
    (or just
    OSGeo4W_installation_directoy
    on Windows)
  2. -
  3. pip install pysftp
  4. -
  5. Install the plugin from QGIS
  6. -
-

Configuration

Initially you have to add a new project clicking New button:

diff --git a/metadata.txt b/metadata.txt index 31f29f6..47deea8 100644 --- a/metadata.txt +++ b/metadata.txt @@ -2,7 +2,7 @@ name=LayerTree2JSON qgisMinimumVersion=3.0 description=Parse QGIS 3 project and write a JSON config file with layer information. -version=0.6.1 +version=0.7 author=Gerald Kogler email=geraldo@servus.at @@ -22,7 +22,8 @@ deprecated=False server=False changelog= - 0.6.1 - Fix initial plugin load issue + 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)