v4.2.0
This is a maintenance and bug fix release.
Notable new features and additions
- Reworked Plugin API to support non-GUI plugins. #78
Previous versions of the Plugin API focused on plugins with a GUI. But there is also benefit in having plugins that are just hooked into internal processes such as CityGML imports and exports. This version brings first support for such non-GUI plugins. A newCityGMLExportExtension
has been added as a first extension point for non-GUI plugins. Using this extension, a plugin receives and can process all CityGML features before they are written to the output file. Besides using XSLT stylesheets for CityGML exports, this adds another way of having full control over the output. Note: Due to the changes to the Plugin API, make sure to only use plugins built for this version. - Property projections can now also be defined for abstract feature types.
- Fixed broken feature type filter for CityGML imports. #75
- Fixed NPE in
GeometryConverter
when using affine transformations during CityGML imports. #77
See the change log for the complete list of changes.