Skip to content
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

Basemap refactor #494

Open
kylebarron opened this issue May 1, 2024 · 1 comment
Open

Basemap refactor #494

kylebarron opened this issue May 1, 2024 · 1 comment

Comments

@kylebarron
Copy link
Member

The dict should be a valid mapbox style spec object.

We might also want to have helpers for a single-layer raster-tile basemap. E.g. lonboard.basemap.RasterBasemap which takes in an xyz url. We should have an example with standard OSM tiles.

There are a bunch of default public raster tile basemaps here (referenced from here). Also see https://github.com/geopandas/xyzservices, which may be a better integration point. We should be able to integrate directly with the TileProvider class.

@kylebarron kylebarron changed the title Allow dict input for Map Style Basemap refactor Jun 27, 2024
@kylebarron
Copy link
Member Author

It may also be useful to refer to these basemaps as MaplibreBasemap objects, where we could also have DeckglBasemap objects in the future, for applications that don't want to render Maplibre beneath deck.gl

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant