GeoFS-Extensions / autoland

Accessible plugins for GeoFS, an online flight simulator.
https://geofsautoland.wixsite.com/autoland
GNU General Public License v3.0
6 stars 2 forks source link

[feat]: draw fmc route on map #133

Closed nicolas377 closed 2 years ago

nicolas377 commented 2 years ago

Is there an existing issue for this?

Description

Historically, fmc was able to draw out the route that it would follow on the GeoFS map. After GeoFS switched away from Google Maps, the creators of fmc had to remove support for that feature. Now, GeoFS uses a library, leaflet.js, that exposes an API for us to modify the map. Using their API, we can re-add that feature.

This should be a tracking issue for that feature. As of now, we plan to have this feature be in public experimental mode at 3.4.0, and be patched and ready for full release in 3.5.0.

Are there alternatives you've considered?

No response

nicolas377 commented 2 years ago

@Guy-Adler could you make a prototype of some lines and points on the geo map? If you can, make that prototype a branch on this repo. You don't need to maintain it, we can port the prototype to main when we're ready to.

Guy-Adler commented 2 years ago

I'l be able to get some work done on it over the weekend