4.3.0-rc1
Pre-release
Pre-release
We are happy to announce the first release candidate for the upcoming Importer/Exporter version 4.3. It will bring new features, improvements and bugfixes. The version is ready for testing and we are looking forward to your feedback. Please report back any issues you may find using the issue tracker. There is still some work to do, especially on updating the user manual, so stay tuned.
- 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 import. #88, #92
- CityJSON export. #89, #166
- Added extension mechanism to KML/COLLADA/glTF exporter to support CityGML ADEs. #124
- Improved CityGML export performance (as much as 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
- Added explicit CLI script in addition to the start script for simplifying the use of Importer/Exporter CLI mode. #123
- Added support for importing and exporting arbitrary surfaces as exterior of solids. #130
- Enhanced LoD export filter with the option to only export the minimum or maximum LoD from the list of selected LoDs. #133
- Added support for exporting binary glTF and Draco compression in KML/COLLADA/glTF exports. #142
- Fixed bug in SQL query builder. #122
- Updated the Spreadsheet Exporter Plugin and the ADE Manager Plugin.
- Java 11 or higher is now mandatory to run the Importer/Exporter.
- General tweaks, bugfixes, and code refactoring