Releases: jklimke/libcitygml
2.5.2
What's Changed
- Fix -Wreorder / C5038 by @mlavik1 in #79
- Support gml:MultiGeometry element by @zhoub in #82
- Add method getAllMaterialThemes() at AppearanceTarget #80 by @zhoub in #84
- fixed compilation of osg viewer
- added github action workflow for running tests
- Parsing fixes by @topheg in #85
New Contributors
Full Changelog: v2.5.1...v2.5.2
v2.5.1
v2.5.0 Optional OpenGL Tesselation
Refactored CMake to allow building without OpenGL libraries and tesselation
v2.4.3 Fixed double free issue
Merge pull request #70 from softvise/fix_double_free Fix a double-free error with ExternalReference.
v2.4.2 Improved cmake integration
What's Changed
- Fix spelling errors. by @sebastic in #66
- export package to cmake build system; fix pkg-config requires by @maz-1 in #68
Full Changelog: v2.4.1...v2.4.2
v2.4.1
Implemented some CityObjectElements and enabled tesselatE
Enabled tesselate. If you set tesselate is false, tessellation is skipped.
Implemented RectifiedGridCoverage.
Implemented ExternalReference.
Implemented Lod0Geometry
Implemented Loc0ImplicitRepresentation
Implemented Lod0TerrainIntersection
Implemented Lod0Network
Implemented Lod0MultiCurve
Implemented Lod0MultiSurface
Implemented GeneralizesTo
Thank you @HarutakaMatsumoto
What's Changed
- Implemented some CityObjectElements and enabled tesselate by @HarutakaMatsumoto in #62
Full Changelog: 2.3.0...2.4.0
Implemented all parts of ReliefComponent
Implemented all parts of ReliefComponent except RectifiedGridCoverage.
Thank you @HarutakaMatsumoto
Custom SRS for each geometry and support for InternalBuildingInstallation
This release includes minor additions to the library.
- The InternatBuildingInstallation tag is now supported
- Geometries can now have their own custom SRS that is parsed and geometry is transformed
Input SRS Name
For parsing there is a new srcSRS Parameter to specify the SRS of an input model.