felixpalmer

Results 81 comments of felixpalmer

8.3 is quite an old version, can you try with the latest release?

@srtena would it be possible for you to post a code example or codepen?

I can confirm that the problem indeed stems from the fact that the deck.gl `viewState` has a zoom value that is lower than what Mapbox has normalized it to. In...

We get the mismatch when the map height is greater than the tile size (of 512) - assuming an unrotated&untilted map. Specifically, the zoom gets capped like so: ```javascript zoom...

> The comparison and about tabs don't work for me. > > I think it would be good with a splash screen or page of docs explaining what the app...

What about the `h3QuerySource`, `boundaryQuerySource` and `quadbinQuerySource`?

@jaredscarr thanks :) yes it is the case that we need the context to be WebGL2

@belom88 @ibgreen could you let me know what you think of the alternative proposal? It would be nice to resolve this one way or another before it gets stale

I've tried extensively to understand how the GL state changes in the different scenarios and matching it but I cannot get it to work. I did this by capturing the...

@zakjan you can workaround your issue by reversing the layer order but forcing a different z-order using `getPolygonOffset` ``` new deck.ScatterplotLayer({ getPolygonOffset: () => [0, -2] }), new deck.BitmapLayer({ getPolygonOffset:...