Merge branch 'master' into refactor/migrate-names-generator

This commit is contained in:
Marc Emmanuel 2026-01-27 09:36:22 +01:00 committed by GitHub
commit 6bd659942f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
33 changed files with 2094 additions and 755 deletions

View file

@ -187,7 +187,7 @@ const onZoom = debounce(function () {
}, 50);
const zoom = d3.zoom().scaleExtent([1, 20]).on("zoom", onZoom);
let mapCoordinates = {}; // map coordinates on globe
var mapCoordinates = {}; // map coordinates on globe
let populationRate = +byId("populationRateInput").value;
let distanceScale = +byId("distanceScaleInput").value;
let urbanization = +byId("urbanizationInput").value;