Skip to content

Interleaving Data and Basemap Layers #442

Answered by kylebarron
diehl asked this question in Q&A
Discussion options

You must be logged in to vote

It's not possible today, though it could be an option in the future. It depends on some architectural decisions that haven't been set in stone yet. The following is a braindump on the options here:

Most JS mapping libraries focus primarily either on the basemap or on the data visualization. Mapbox, Maplibre, Google Maps JS, Leaflet, OpenLayers... I'd say that all of these have a primary focus on the basemap. Sure, it's possible to render small amounts of data or tiled layers in these tools, but they don't aim for performant large-scale data visualization. Deck.gl is the opposite; it focuses exclusively on the data visualization but doesn't attempt to render a basemap at all.

The default a…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@diehl
Comment options

Answer selected by diehl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants