Open-EO / openeo-web-editor

An interactive and easy to use web-based editor for the OpenEO API.
https://editor.openeo.org
Apache License 2.0
12 stars 17 forks source link

OpenLayers or Leaflet #135

Closed m-mohr closed 2 years ago

m-mohr commented 3 years ago

The Web Editor currently uses OpenLayers as I assumed it would support more service and formats. Jupyter uses Leaflet usually. To align and make implementing Vue components easier, we should align and check what library to use in the future.

m-mohr commented 3 years ago

May also depend on the Map Viewer component we get from openEO Platform. We can likely include the react components into Vue with something like https://github.com/akxcv/vuera

m-mohr commented 2 years ago

We are now using OpenLayers for now due to the better COG support.