radiantearth / stac-browser

A full-fledged UI in Vue for browsing and searching static STAC catalogs and STAC APIs
https://radiantearth.github.io/stac-browser
ISC License
282 stars 140 forks source link

Support loading WMTS/XYZ from links #92

Open m-mohr opened 3 years ago

m-mohr commented 3 years ago

Some collections have links like

{
  href: 'https://...',
  rel: 'wmts',
 "wmts:layer": "abc",
 "wmts:...": "..."
}

We could read those and show them. See also the implementation in the openEO Web Editor. Example Catalog: https://openeo.vito.be/openeo/1.0/

Specified in web-map-links:

m-mohr commented 2 years ago

Main issue is that there's no native WMTS support for Leaflet and that are the only real-world examples we have out there right now. Also, WMTS may include a time dimension where the name of the dimension is not pre-defined.

m-mohr commented 1 year ago

XYZ is supported

m-mohr commented 5 months ago

WMS is supported, too