Air-Quality-Web/client_src/js/Config.mjs

16 lines
362 B
JavaScript
Raw Normal View History

"use strict";
export default {
// The url of api.php. Can be relative.
api_root: "../api.php",
// The default location to show on the map when loading the page.
default_location: [ 53.76203,-0.35162 ],
// The default zoom level to use when loading the page.
default_zoom: 12,
heatmap: {
// The radius fo blobs on the heatmap
blob_radius: 0.02
}
}