2018-03-28 03:46:32 +08:00
|
|
|
/**
|
2020-09-04 23:50:05 +08:00
|
|
|
* Before you edit these, read the documentation on how these files are compiled:
|
|
|
|
* https://docs.phpvms.net/customize/building-assets
|
|
|
|
*
|
|
|
|
* Edits here don't take place until you compile these assets and then upload them.
|
2018-03-28 03:46:32 +08:00
|
|
|
*/
|
|
|
|
|
2020-09-04 23:50:05 +08:00
|
|
|
/**
|
|
|
|
* Admin stuff needed
|
|
|
|
*/
|
2019-08-27 00:32:46 +08:00
|
|
|
|
2019-08-30 20:08:00 +08:00
|
|
|
import airport_lookup from './airport_lookup';
|
|
|
|
import calculate_distance from './calculate_distance';
|
2018-03-28 03:46:32 +08:00
|
|
|
|
2019-08-30 20:08:00 +08:00
|
|
|
require('./../bootstrap');
|
2019-08-27 00:32:46 +08:00
|
|
|
|
|
|
|
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');
|