bluerobotics / cockpit

An intuitive and customizable cross-platform ground control station for remote vehicles of all types.
https://docs.bluerobotics.com/ardusub-zola/software/control-station/Cockpit-1.0/overview/
Other
43 stars 18 forks source link

Use `leaflet` library directly in the Map widget #953

Closed rafaellehmkuhl closed 1 month ago

rafaellehmkuhl commented 1 month ago

Removes the adapter library (vue-leaflet) from the Map widget. This leads to a huge decrease in CPU usage, which tends to preserve the battery of the top-side computer as well as reducing the chances of blocking important processes in the main thread.

Also adds satellite tiles to it, as previously requested.

Fix #936 Fix #325