The recent CesiumJS releases from june 2026 mentions 2 interesting additions that might help TerriaJS/TerriaMap be more preformant for catalog item types geojson and mvt:
- Added GeoJsonPrimitive for loading GeoJSON directly into BufferPrimitiveCollections, bypassing the entity/DataSource layer for significantly improved performance with large datasets. #13505
- Added
MVTDataProvider for loading Mapbox Vector Tiles (MVT) directly into CesiumJS as 3D Tiles. Supports per-feature styling via Cesium3DTileStyle, feature picking with metadata (getProperty), and automatic property table encoding via EXT_structural_metadata. #13404
The recent CesiumJS releases from june 2026 mentions 2 interesting additions that might help TerriaJS/TerriaMap be more preformant for catalog item types geojson and mvt: