Skip to content

Commit cbb31b2

Browse files
authored
Merge pull request #69 from tudelft3d/gio-dev
V. 0.8.8 changes
2 parents bffb159 + 6b9b822 commit cbb31b2

File tree

6 files changed

+36
-15
lines changed

6 files changed

+36
-15
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Some datasets for testing purposes are available, too, and are contained in the
4545

4646
# Requirements
4747

48-
The plug-in has been developed using [**QGIS**](https://www.qgis.org/en/site/forusers/download.html) **3.22 LTR** and **3.28 LTR**. The recently released version **3.34** (soon to become LTR) is also supported. Please note that support and further development will focus only on LTR versions.
48+
The plug-in has been developed using [**QGIS**](https://www.qgis.org/en/site/forusers/download.html) **3.22 LTR** and **3.28 LTR**. QGIS **3.34 LTR** is also supported. Please note that support and further development will focus only on LTR versions.
4949

5050
The server-side part of the plug-in requires PostgreSQL version >= 10 and PostGIS version >= 2.
5151

@@ -66,7 +66,7 @@ The plug-in is currently developed by:
6666
with contributions by:
6767
- [Tendai Mbwanda](mailto:tmbwanda52@gmail.com)
6868

69-
and with additional suggestions and feedback by Camilo León-Sánchez (TU Delft), Claus Nagel and Zhihang Yao (VirtualCitySystems GmbH).
69+
and with additional suggestions and feedback by Camilo León-Sánchez (TU Delft), Claus Nagel and Zhihang Yao (Virtual City Systems GmbH).
7070

7171
# Future
7272

cdb_tools_main_constants.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# Plugin current version
1515
PLUGIN_VERSION_MAJOR: int = 0
1616
PLUGIN_VERSION_MINOR: int = 8
17-
PLUGIN_VERSION_REV: int = 7
17+
PLUGIN_VERSION_REV: int = 8
1818

1919
# Paths
2020
PLUGIN_ABS_PATH: str = os.path.normpath(os.path.dirname(__file__))

manuals/3DCityDB-Tools_UserGuide.pdf

-195 KB
Binary file not shown.

metadata.txt

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

@@ -18,7 +18,7 @@ about=This plugin connects to the 3D City Database (v. 4.x) for PostgreSQL/PostG
1818
- The "QGIS Package Administrator": it allows to install the server-side part of the plug-in and to manage database user privileges.
1919

2020
Further details can be found in the PDF files contained in the \manuals subfolder of the plugin installation directory. On the GitHub repository further details are provided, and some test datasets can be downloaded.
21-
21+
2222
tracker=https://github.com/tudelft3d/3DCityDB-Tools-for-QGIS
2323

2424
repository=https://github.com/tudelft3d/3DCityDB-Tools-for-QGIS
@@ -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.7 Bug fixes and minor improvements
32+
changelog= 0.8.8 Minor edits
33+
0.8.7 Bug fixes and minor improvements
3334
0.8.6 Added About dialog GUI and other minor improvements
3435
0.8.5 Fixed minor bugs in the QGIS client
3536
0.8.4 Fixed minor bugs in the QGIS Package

shared/gui_about/html/changelog.html

+23-2
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,27 @@ <h4>Main changes</h4>
6565
<div>
6666
-->
6767

68+
<div id="0.8.8">
69+
<h3>Version 0.8.8 (2024-07-04)</h3>
70+
<h4>Main changes</h4>
71+
<p>
72+
<ul class="l1">
73+
<li>Client-side
74+
<ul class="l2">
75+
<li>Minor updates to references</li>
76+
</ul>
77+
</li>
78+
<li>Documentation
79+
<ul class="l2">
80+
<li>Minor updates to Installation and user guide (e.g. about QGIS 3.36 and 3.38)</li>
81+
<li>Added install guide for PostgreSQL and 3DCityDB on Ubuntu</li>
82+
</ul>
83+
</li>
84+
<li>Minor code edits</li>
85+
</ul>
86+
</p>
87+
<div>
88+
6889
<div id="0.8.7">
6990
<h3>Version 0.8.7 (2023-11-24)</h3>
7091
<h4>Main changes</h4>
@@ -88,10 +109,10 @@ <h4>Main changes</h4>
88109
</li>
89110
<li>Documentation
90111
<ul class="l2">
91-
<li>Added install guide for PostgreSQL on macOS</li>
112+
<li>Added install guide for PostgreSQL and 3DCityDB on macOS</li>
92113
</ul>
93114
</li>
94-
<li>Code refectoring and clean-up</li>
115+
<li>Code refactoring and clean-up</li>
95116
</ul>
96117
</p>
97118
<div>

shared/gui_about/html/references.html

+5-6
Original file line numberDiff line numberDiff line change
@@ -21,24 +21,23 @@
2121
</header>
2222
<body>
2323
<p><ul><li>
24-
<span>Agugiaro, G., Pantelios, K., León-Sánchez, C., Yao, Z., Nagel, C., 2023,</span><br>
24+
<span>Agugiaro, G., Pantelios, K., León-Sánchez, C., Yao, Z., Nagel, C., 2024,</span><br>
2525
<span><b>Introducing the 3DCityDB-Tools plug-in for QGIS</b>.</span><br>
26-
<span>Recent Advances in 3D Geoinformation Science - Proc. of the 18th 3D GeoInfo Conference, Springer</span><br>
27-
<span>(Available as open access from December 2023)
28-
<!-- <a href="" target="_blank">Link</a> -->
26+
<span>Recent Advances in 3D Geoinformation Science - Proc. of the 18th 3D GeoInfo Conference, pp. 797-821, Springer</span><br>
27+
<span><a href="https://doi.org/10.1007/978-3-031-43699-4_48" target="_blank">Link</a>
2928
</span>
3029
</li>
3130

3231
<li>
3332
<span>Mbwanda, T., 2023,</span><br>
3433
<span>MSc thesis: <b>Further Development of a QGIS plugin for the CityGML 3D City Database</b>.</span><br>
35-
<span><a href="https://repository.tudelft.nl/islandora/object/uuid%3A6786ac5c-b61d-4e17-8501-e3cf2c7a9577?collection=education">Link</a></span>
34+
<span><a href="http://resolver.tudelft.nl/uuid:6786ac5c-b61d-4e17-8501-e3cf2c7a9577">Link</a></span>
3635
</li>
3736

3837
<li>
3938
<span>Pantelios, C., 2022,</span><br>
4039
<span>MSc thesis: <b>Development of a QGIS plug-in for the CityGML 3D City Database</b>.</span><br>
41-
<span><a href="https://repository.tudelft.nl/islandora/object/uuid%3Afb532bef-81b9-482b-921a-e7ce907cb544">Link</a></span>
40+
<span><a href="http://resolver.tudelft.nl/uuid:fb532bef-81b9-482b-921a-e7ce907cb544">Link</a></span>
4241
</li></ul></p>
4342
</body>
4443
</html>

0 commit comments

Comments
 (0)