showMFCGMap option

This commit is contained in:
Azgaar 2021-10-12 16:36:15 +03:00
parent e7d95924e0
commit 576fb9a6d0
3 changed files with 22 additions and 7 deletions

View file

@ -147,10 +147,12 @@ function zoomed() {
const zoom = d3.zoom().scaleExtent([1, 20]).on("zoom", zoomed);
// default options
let options = {pinNotes: false}; // options object
let options = {
pinNotes: false,
showMFCGMap: true,
winds: [225, 45, 225, 315, 135, 315]
};
let mapCoordinates = {}; // map coordinates on globe
options.winds = [225, 45, 225, 315, 135, 315]; // default wind directions
let populationRate = +document.getElementById("populationRateInput").value;
let urbanization = +document.getElementById("urbanizationInput").value;