Skip to content

vncntcltt/airport-map

Repository files navigation

airport-map

This Vue project demonstrates how to display clusterable and selectable airports on a Leaflet map.

It uses Leaflet Marker Cluster and Leaflet lasso plugins.

Flight data comes from https://github.com/mwgg/Airports.

See the demo in action.

ScreenShot

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.