10 lines
256 B
JavaScript
10 lines
256 B
JavaScript
"use strict";
|
|
|
|
export default {
|
|
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,
|
|
};
|