You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGES.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,16 @@
1
1
# Change Log
2
2
3
+
### v0.58.0 - 2026-03-02
4
+
5
+
##### Fixes :wrench:
6
+
7
+
- Raster tiles are now included in the progress percentage for `Cesium3DTilesSelection::Tileset`. This allows apps that rely on this progress percentage to continue updating their views until all raster tiles have been properly loaded.
8
+
- Fixed various bugs with `CesiumRasterOverlays::GeoJsonDocumentRasterOverlay`:
9
+
- Line width is now factored in to calculations of what geometry is visible in any given tile, reducing the possibility that certain geometry (like perfectly vertical or horizontal lines) would be incorrectly ignored.
10
+
- Geometry near the antimeridian, such as lines that need to wrap around the entire globe, will now render correctly without gaps.
11
+
- Geometry contained in other objects, such as polygons within feature collections, will no longer cause the geometry to be incorrectly rendered multiple times.
12
+
- Updated the `KHR_gaussian_splatting` autogenerated classes to the Release Candidate version of the extension.
0 commit comments