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 vector tile support #506

Open
wiesehahn opened this issue Nov 20, 2024 · 1 comment
Open

Basemap vector tile support #506

wiesehahn opened this issue Nov 20, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@wiesehahn
Copy link

Hey,
I know the project is currently not funded, so this is just a feature request for discussion.

As basemaps in the map viewer there are currently only raster tiles (XYZ, WMS) via leaflet supported.
However the web is more and more geared towards vector tiles which have a lot of advantages (client side rendering, smooth zoom, etc.). Since this year there is open vector tiles via https://openfreemap.org and very recently via osm directly, also some national authorities provide them (e.g. https://basemap.de/).

The natural library to provide good support for vector tile basemaps would be Maplibre GL JS. In the upcoming 5.0 release there will also be a globe projection which might be a good option to vizualize stac catalog extents as well.

Are there any thoughts already about supporting vector tile basemaps and/or switching to maplibre gl js?

@m-mohr
Copy link
Collaborator

m-mohr commented Nov 21, 2024

It is planned to switch to OpenLayers and ol-stac next year. I'm not sure right now whether OL supports vector tile basemaps, but if it does we could support it.

I don't plan to support multiple mapping libraries in STAC Browser.

@m-mohr m-mohr changed the title Basemap vector tile support via Maplibre GL JS Basemap vector tile support Nov 21, 2024
@m-mohr m-mohr added the enhancement New feature or request label Nov 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants