CesiumGS / CesiumGS/cesium-native

Handle web mercator raster overlays on geometry tiles that extend outside the web mercator bounds

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

Description

Web Mercator texture coordinates get dodgy north/south of ~+/-85 degrees latitude. CesiumJS deals with this by reprojecting web mercator imagery tiles to geographic when they're attached to terrain tiles that cross this boundary. We could do the same here, or alternatively we could insert extra vertices in the geometry at ~+/-85 degrees latitude so that we never try to texture map across this boundary.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.