Martin Schuhfuss

Results 211 comments of Martin Schuhfuss

Thanks to @mrMetalWood, we finally have a good solution that works reliably for all types of advanced marker: #472 Closing this as outdated.

Yeah, that is something in the google maps API that we have no influence on. I think the maps API should have a fallback in this case, but that seems...

I'm not sure how that would work, and I certainly have to look into how that is done for maplibre and mapbox. My current understanding is that we need to...

@felixpalmer can you maybe provide some hints how you achieved that in react-map-gl? I can't seem to find any mention of that in the docs, so have to dive into...

I've been thinking about this for a bit, and I think there's a viable solution. This is just a rough sketch, so everything is subject to change and there might...

I was thinking about having some sort of global registry (effectively a `Map`) where `@deck.gl/mapbox` and `@deck.gl/google-maps` could register their respective `XxxOverlay` constructors, like this ```typescript // in @deck.gl/mapbox import...

> Would asking the application to pass in an `overlays: [MapboxOverlay, GoogleMapsOverlay]` prop to deck.gl work? Sure, that would work as well.

@padawannn I'll keep that in mind, thanks! Which component is actually controlling the rendering should just be an implementation detail, and isn't relevant to the outside. When rendering via Overlay,...

I would be very interested in joining that working-group once it is formed.

I really like the Idea here. But I don't think this is a feature I'd want to add for the 1.0 version. I think you can already get pretty far...