2019-07-19 14:36:21 +00:00
|
|
|
"use strict";
|
|
|
|
|
|
|
|
export default {
|
2019-07-22 14:46:07 +00:00
|
|
|
ai_index_file: "ais/index.json",
|
|
|
|
|
|
|
|
// 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,
|
2019-07-23 12:49:45 +00:00
|
|
|
|
|
|
|
// The border around gateways that we should consult the AI on.
|
|
|
|
border: 0.1,
|
|
|
|
|
|
|
|
// The resolution of the coverage map
|
2019-07-23 14:45:29 +00:00
|
|
|
step: 0.005,
|
|
|
|
|
|
|
|
colour_scale: {
|
|
|
|
min: "#ffffff",
|
|
|
|
max: "#2cb42c"
|
|
|
|
}
|
2019-07-19 14:36:21 +00:00
|
|
|
};
|