KOKAProduktion / littlenavmap-openlayers

OpenLayers implementation of the albar965/littlenavmap web service
GNU General Public License v3.0
5 stars 4 forks source link
littlenavmap map msfs2020 openlayers openlayers6

littlenavmap-openlayers

littlenavmap-openlayers

OpenLayers web UI implementation of the albar965/littlenavmap local web service.

This implementation provides:

State: Prototype

Follow discussion at: LNM - OpenLayers Integration Roadmap

Structure

This JS application is built using node.js/webpack into a static HTML/JS package located at:

It is intended to be served via the LNM built-in web server.

Installation

Little Navmap Version 2.6.10 (Revision 9e09a8a9)

Build your own bundle or copy the above mentioned ol folder into your LNM installations web directory

`Path/to/your/Little Navmap/web`

The application should become accessible as soon as the LNM server has started via the default LNM URL:

e.g. http://localhost:8965/ol/index.html

To allow aircraft progress tracking LNM position format must be set to GPS (deg,mins,secs,direction) in its settings and Position display must be turned on

MSFS2020 Support

This application can be embedded as an MSFS2020 in-game panel via msfs2020-littlenavmap-openlayers

Possible Issues & Concerns:

Credits

A huge, fat, THANK YOU, @albar965 for providing this awesome, not so "little" software! :)

Thanks also to @bymaximus for sharing the MSFS2020 in-game panel projects which have inspired me to write this.