Skip to content

Commit 63dd0f9

Browse files
authored
Merge pull request #23 from tudelft3d/gio-dev
Merge into master
2 parents 6a8ac6e + 20039f6 commit 63dd0f9

4 files changed

+6
-5
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ In particular, the **Layer Loader** offers following functionalities:
2727
- Support for CityGML enumerations and codelists
2828
- All layer geometries are 3D: they can be visualised both in 2D and in 3D (Please be aware that 3D visualisation in QGIS 3D map is still a bit unstable...).
2929

30-
Further details, and a user guide, can be found in the \user_guide subfolder of the plugin installation directory (see file "[3DCityDB-Tools_UserGuide.pdf](user_guide/3DCityDB-Tools_UserGuide_0.8.1.pdf)").
30+
Further details, and a user guide, can be found in the \user_guide subfolder of the plugin installation directory (see file "[3DCityDB-Tools_UserGuide.pdf](user_guide/3DCityDB-Tools_UserGuide_0.8.2.pdf)").
3131

3232
Some datasets for testing purposes are available, too, and are contained in the \test_datasets subfolder.
3333

cdb_tools_main_constants.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# Plugin current version
1111
PLUGIN_VERSION_MAJOR: int = 0
1212
PLUGIN_VERSION_MINOR: int = 8
13-
PLUGIN_VERSION_REV: int = 1
13+
PLUGIN_VERSION_REV: int = 2
1414

1515
# Paths
1616
PLUGIN_ROOT_PATH: str = os.path.split(os.path.dirname(__file__))[0]

metadata.txt

+4-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
name=3DCityDB Tools
66
qgisMinimumVersion=3.22
77
description=Tools to visualize and manipulate CityGML data stored in the 3D City Database
8-
version=0.8.1
8+
version=0.8.2
99
author=Giorgio Agugiaro, Konstantinos Pantelios
1010
email=g.agugiaro@tudelft.nl, konstantinospantelios@yahoo.com,
1111

@@ -17,7 +17,7 @@ about=This plugin connects to the 3D City Database (v. 4.x) for PostgreSQL/PostG
1717

1818
- "QGIS Package Administration": it allows to install the server-side part of the plug-in, and to manage database user privileges.
1919

20-
Further details can be found in the PDF files contained in the \user_guide subfolder of the plugin installation directory.
20+
Further details can be found in the PDF files contained in the \user_guide subfolder of the plugin installation directory. On the GitHub repository, some test datasets can be downloaded.
2121

2222
tracker=https://github.com/tudelft3d/3DCityDB-Tools-for-QGIS
2323

@@ -29,7 +29,8 @@ repository=https://github.com/tudelft3d/3DCityDB-Tools-for-QGIS
2929
hasProcessingProvider=no
3030

3131
# Uncomment the following line and add your changelog:
32-
changelog= 0.8.1 Detail View are set to ro/rw depending on user privileges
32+
changelog= 0.8.2 Minor changes to comply with QGIS Plugin repository
33+
0.8.1 Detail View are set to ro/rw depending on user privileges
3334
0.8 Redesigned and extended attribute forms
3435
0.7.1 Added logic to deal with concurrent dialogs
3536
0.7 Extended Loader and Admin, added Deleter

0 commit comments

Comments
 (0)