Skip to content

Releases: jklimke/libcitygml

2.5.2

04 Jan 10:24
Compare
Choose a tag to compare

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

  • @zhoub made their first contribution in #82

Full Changelog: v2.5.1...v2.5.2

v2.5.1

11 May 07:52
a22e75d
Compare
Choose a tag to compare

What's Changed

  • Fixed some issues caused by dereferencing pointers to elements of an … by @mlavik1 in #77

New Contributors

Full Changelog: v2.5.0...v2.5.1

v2.5.0 Optional OpenGL Tesselation

14 Feb 11:07
9b72e39
Compare
Choose a tag to compare

Refactored CMake to allow building without OpenGL libraries and tesselation

v2.4.3 Fixed double free issue

27 Jun 08:26
4dacf5d
Compare
Choose a tag to compare
Merge pull request #70 from softvise/fix_double_free

Fix a double-free error with ExternalReference.

v2.4.2 Improved cmake integration

14 Mar 13:12
6e2b9c8
Compare
Choose a tag to compare

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

08 Mar 07:56
ecabda2
Compare
Choose a tag to compare

What's Changed

  • Add missing include for std::function by @adi64 in #63
  • append debug suffix to pkgconfig link flag if needed by @maz-1 in #65
  • bump version in CMakeLists from 2.2.0 to 2.4.1 by @adi64 in #64

New Contributors

Full Changelog: 2.4.0...v2.4.1

Implemented some CityObjectElements and enabled tesselatE

07 Feb 08:45
0819937
Compare
Choose a tag to compare

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

Full Changelog: 2.3.0...2.4.0

Implemented all parts of ReliefComponent

28 Oct 10:15
d10ec50
Compare
Choose a tag to compare

Implemented all parts of ReliefComponent except RectifiedGridCoverage.

Thank you @HarutakaMatsumoto

Custom SRS for each geometry and support for InternalBuildingInstallation

25 Sep 09:51
dc507ab
Compare
Choose a tag to compare

This release includes minor additions to the library.

  1. The InternatBuildingInstallation tag is now supported
  2. Geometries can now have their own custom SRS that is parsed and geometry is transformed

Input SRS Name

02 Dec 10:20
209e19e
Compare
Choose a tag to compare

For parsing there is a new srcSRS Parameter to specify the SRS of an input model.