CesiumGS / CesiumGS/cesium-native

Support Shared Tileset Reference for Combined Vector & Geometry Tilesets

Open
#1,384 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
C++
Stars
623
Forks
277
PR merge metrics
No merged PRs in 30d

Description

Currently, only tilesets containing exclusively vector data are supported. In the future, tilesets may contain both vector and non-vector geometry. To support use cases where a vector tiles overlay is draped over the same tileset as regular geometry, ensure the overlay logic can reference and share the underlying tileset instead of always creating a separate instance.

Contributor guide

Open the contributing guide

Research direction

Start by tracing the overlay logic and where tileset instances are created for vector and regular geometry data. Confirm how a combined tileset can expose one shared underlying instance, then verify that vector overlays reuse it rather than creating a separate tileset.

Written by the indexing model from the issue text.

Assessment

Tech stack
cpp
Domain
computer-graphics
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.