aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modern/src/map/core/Map.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/modern/src/map/core/Map.js b/modern/src/map/core/Map.js
index 1e7fa76b..d6f48d5d 100644
--- a/modern/src/map/core/Map.js
+++ b/modern/src/map/core/Map.js
@@ -21,6 +21,8 @@ element.style.boxSizing = 'initial';
export const map = new maplibregl.Map({
container: element,
+ center: [0, 0],
+ zoom: 9,
});
let ready = false;