-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add(examples) Interleaving deck.gl with MapboxOverlay #8555
Conversation
Signed-off-by: Chris Gervang <[email protected]>
I think we should just replace the existing mapbox-layer example with this one. The documentation currently recommends using MapOverlay over MapboxLayer as it offers more features. |
Hmm, it seems like we're all converging around the idea of removing MapboxLayer from the public api. v9 would be the best time to make a breaking change like that. MapboxOverlay relies on it internally so I'd keep the implementation as-is, and just remove the export/docs/examples. Alternately, formally deprecate and move an example to |
…b.com/visgl/deck.gl into chr/mapbox-overlay-interleave-example
For #8541
Background
We currently don't have a pure-js example for using MapboxOverlay with interleaved rendering. Let's add one.
Change List