2018-03-28 03:46:32 +08:00
|
|
|
/**
|
|
|
|
* Admin stuff needed
|
|
|
|
*/
|
|
|
|
|
2019-08-27 00:32:46 +08:00
|
|
|
|
2018-03-28 03:46:32 +08:00
|
|
|
require('./../bootstrap');
|
|
|
|
|
2019-08-27 00:32:46 +08:00
|
|
|
import airport_lookup from "./airport_lookup";
|
|
|
|
import calculate_distance from "./calculate_distance";
|
|
|
|
|
|
|
|
window.phpvms.airport_lookup = airport_lookup;
|
|
|
|
window.phpvms.calculate_distance = calculate_distance;
|
|
|
|
|
2018-03-28 03:46:32 +08:00
|
|
|
// Import the mapping function
|
|
|
|
window.phpvms.map = require('../maps/index');
|