From 13425628fb7d969aeb202616e257a127ae9aef0f Mon Sep 17 00:00:00 2001 From: Claus Nagel Date: Mon, 31 Jan 2022 22:27:53 +0100 Subject: [PATCH] updated readme and change log --- CHANGES.md | 15 +++++++++++++++ README.md | 10 +++++----- 2 files changed, 20 insertions(+), 5 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index df94b09..b0d51a2 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,21 @@ Change Log ========== +### 1.4.4 - 2022-01-31 + +##### Additions +* Added new `--[no-]material-defaults` option to the `to-cityjson` command to control whether CityGML default +values for X3D materials should be used in the CityJSON output. [#24](https://github.com/citygml4j/citygml-tools/issues/24) + +##### Fixes +* Fixed bug in `to-cityjson` command when collecting the boundary surfaces for the `"semantics"` property. +* Fixed `to-cityjson` command to avoid duplicate `"materials"`. +* The `from-cityjson` command now avoids creating empty CityGML boundary surfaces for unreferenced semantic surfaces. +* Changed the `from-cityjson` command to only consider semantic surfaces for geometries with LoD > 1. + +##### Miscellaneous +* Updated to citygml4j version 2.12.0. + ### 1.4.3 - 2021-09-25 ##### Additions diff --git a/README.md b/README.md index 82dc7d0..209ae1b 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,10 @@ citygml-tools is licensed under the [Apache License, Version 2.0](http://www.apa See the `LICENSE` file for more details. ## Latest release -The latest stable release of citygml-tools is 1.4.3. +The latest stable release of citygml-tools is 1.4.4. -Download the citygml-tools 1.4.3 release binaries -[here](https://github.com/citygml4j/citygml-tools/releases/download/v1.4.3/citygml-tools-1.4.3.zip). Previous releases +Download the citygml-tools 1.4.4 release binaries +[here](https://github.com/citygml4j/citygml-tools/releases/download/v1.4.4/citygml-tools-1.4.4.zip). Previous releases are available from the [releases section](https://github.com/citygml4j/citygml-tools/releases). ## Contributing @@ -115,7 +115,7 @@ The libraries are also available as [Maven](http://maven.apache.org/) artifacts org.citygml4j.tools global-app-mover - 1.4.3 + 1.4.4 ``` @@ -127,7 +127,7 @@ repositories { } dependencies { - compile 'org.citygml4j.tools:global-app-mover:1.4.3' + compile 'org.citygml4j.tools:global-app-mover:1.4.4' } ```