--- layout: example.html title: Flight Animation shortdesc: Demonstrates how to animate flights with ´postcompose´. docs: > This example shows how to use postcompose and vectorContext to animate flights. A great circle arc between two airports is calculated using arc.js and then the flight paths are animated with postcompose. The flight data is provided by OpenFlights (a simplified data set from the Mapbox.js documentation is used). tags: "animation, vector, feature, flights, arc" resources: - https://api.mapbox.com/mapbox.js/plugins/arc.js/v0.1.0/arc.js ---