davidobrien1985 / az-maps-aviation

Prototype leveraging Azure Maps and exported flight track (geojson format) from Avplan EFB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Azure Maps rendering GeoJson

This code is used as a demo for the Azure Maps service to plot a GeoJson track onto an Azure Maps.

Prerequisites

Get the Azure Maps authentication key:

Deployment

Localise <azureKey> in map.html and replace it with your own authentication key from above. Once done you can launch map.html in the browser of your choice.

Usage

You can now drag and drop any .geojson file (example can be found in the tracks directory) and the track will be rendered on the map. Click on any point on the track and it will show you the current weather at this coordinate. There is also a weather overlay that shows radar/infrared weather.

azure-maps

About

Prototype leveraging Azure Maps and exported flight track (geojson format) from Avplan EFB

License:MIT License


Languages

Language:HTML 100.0%