jklimke / libcitygml

C++ Library for CityGML Parsing and Visualization
GNU Lesser General Public License v2.1
98 stars 55 forks source link

CityGML 3.0: Add support for missing elements #90

Closed mlavik1 closed 7 months ago

mlavik1 commented 7 months ago

Hi. We needed to support a wider range for CityGML 3.0 datasets, and I encountered some issues due to unimplemented elements. Here's a PR fixing those.

Relates issue: #89

Main additions:

Fixes:

Models fixed by this PR:

mlavik1 commented 7 months ago

Sorry - messed up the PR.. will make a new one