felixpalmer

Results 122 comments of felixpalmer

We receive the events from the ArcGIS library so my first guess would be that the bug is coming from there. Could you report which `@arcgis/core` package version you are...

Just to add some implementation thoughts to this: In order for the interleaving to work, the React wrapper would need to implement the `google.maps.WebGLOverlayView` in order to allow deck.gl (or...

@Pessimistress I'm aware it isn't currently supported in the `` pattern, but would it not be technically possible to use the same integration approach used in the `XXXOverlay` classes to...

Thanks for taking the time to think about this @usefulthink and the detailed writeup! > What do you think of this approach? I could go ahead and write a very...

Not to downplay the issues you mentioned @Pessimistress but there is value beyond saving lines of code. By having deck control the camera and user input we make it possible...

Thanks for surfacing this. I think it would be useful to also update the [docs](https://deck.gl/docs/api-reference/core/layer#opacity)

> Can we articulate the main advantages of PopupWidget compared to Deck's current tooltip prop? @ibgreen `getTooltip` on works on hover, and we can only ever have a single popup....

Thanks for pushing this one over the line @ibgreen :)

`Layer.getBounds()` should only return 2D or 3D bounds, even if attributes can be 1D or 4D also. How about we have: ```ts getBounds(): | [[number, number], [number, number]] | [[number,...

@grahambates-code what geometry were you using in the mask layer? I've noticed that it doesn't work with points (ie when `ScatterplotLayer` is responsible for the rendering), but does work with...