Replies: 3 comments 5 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
-
Documenting parameterization of deck.gl/luma.gl: |
Beta Was this translation helpful? Give feedback.
2 replies
-
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Using Tile3DLayer as a maplibre.gl map overlay I find that on flat surfaces in particular holes occur, see the following two screenshots for an idea what these holes look like:
The following code is the core of the custom deck.gl layer added in interleaved mode for maplibre-gl:
I have experimented with most of the depthTest related settings; turning the depthTest off for example results in a layer without holes:

But obviously this messes up the geometry:

Any help and tips on how to proceed are highly appreciated!
Beta Was this translation helpful? Give feedback.
All reactions