You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As the Python client is relying on the open-source Vue Components the mapping is still done through OpenStreetMap. For openEO Platform, we could maybe implement something that sets the basemap (here: Mapbox) config in the Python client for the Vue Components based on some environment variables that we set globally in the JupyterLab environment, but not sure about that.
As the Python client is relying on the open-source Vue Components the mapping is still done through OpenStreetMap. For openEO Platform, we could maybe implement something that sets the basemap (here: Mapbox) config in the Python client for the Vue Components based on some environment variables that we set globally in the JupyterLab environment, but not sure about that.
We need to pass two options at least:
OPENEO_VUE_BASEMAP_ATTRIBUTION
->© <a href="https://www.mapbox.com/about/maps/">Mapbox</a> © <a href="http://www.openstreetmap.org/copyright">OpenStreetMap</a> <strong><a href="https://www.mapbox.com/map-feedback/" target="_blank">Improve this map</a></strong>
OPENEO_VUE_BASEMAP_URL
->https://api.mapbox.com/styles/v1/mapbox/light-v10/tiles/{z}/{x}/{y}?access_token=...
The text was updated successfully, but these errors were encountered: