Skip to content

v4.3.0

Compare
Choose a tag to compare
@clausnagel clausnagel released this 28 Apr 16:43
· 650 commits to master since this release

This is a minor release which comes with exciting new features, improvements and bugfixes.

Notable new features and additions

  • Completely redesigned command-line interface (CLI) to be able to invoke default import, export and delete operations
    without the need for passing an XML config file. #147
  • CityJSON 1.0 import and export. #88, #92, #89, #166
  • Improved CityGML export performance (up tp 10-15 times faster in case the Importer/Exporter is not running on
    the same machine or in the same local network as the database server). #126, #136, #137
  • Implemented a more modern GUI look & feel that scales better on HiDPI displays. #149
  • Extended ADE export API to support the export of ADE data in KML/COLLADA/glTF. #124
  • Enhanced LoD export filter with the option to only export the minimum or maximum LoD of a city object. #133
  • Added a feature version filter to be able to query city objects that have been terminated in the database.
  • Added more filter options to the KML/COLLADA/glTF export and substantially reworked the preference settings. A
    bounding box filter is not mandatory for KML/COLLADA/glTF exports anymore.
  • Added support for exporting binary glTF and Draco compression in KML/COLLADA/glTF exports. #142
  • Starting from this version, all 3DCityDB Maven artifacts are maintained in the JFrog Artifactory Cloud using the new repository link https://citydb.jfrog.io/artifactory/maven. #183
  • Completely updated user manual at https://3dcitydb-docs.readthedocs.io/en/release-v4.3.0/
  • General tweaks, bugfixes, and code refactoring

See the change log for the complete list of changes.