visgl / deck.gl

WebGL2 powered visualization framework
https://deck.gl
MIT License
11.91k stars 2.06k forks source link

Google 3D Tiles and Masking #8961

Open grahambates-code opened 2 weeks ago

grahambates-code commented 2 weeks ago

Description

I have used 3DTileLayer with a Cesium Ion data source in combination with Mask Extension to good effect, but have noticed that the same set up doesn't work if I switch to using a Google 3D Tile set.

See:

https://codesandbox.io/p/sandbox/viewer3d-with-points-forked-73mt5w?file=%2Fsrc%2FViever3D.jsx%3A205%2C15

Flavors

Expected Behavior

Id expect to see 2 circles revealing 2 masked datasets - 1 Cesium,. 1 Google.

Steps to Reproduce

See attached.

Environment

Logs

No response

PawelStadnicki commented 3 days ago

I have encountered the same issue. Entire google maps/tiles are shown, geojson layer does not reflect any view. Not sure if that is related to elevation of 3d tiles somehow