From 2193f935cce46c8eb32806493c1a40bb57b20c85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A2u=20Cao?= Date: Mon, 26 Jan 2026 17:52:14 +0700 Subject: [PATCH] Change default center and zoom to show the world on desktop --- app/components/map.gjs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/components/map.gjs b/app/components/map.gjs index 54642b1..6b95cbf 100644 --- a/app/components/map.gjs +++ b/app/components/map.gjs @@ -61,8 +61,8 @@ export default class MapComponent extends Component { }); // Default view settings - let center = [99.05738, 7.55087]; - let zoom = 13.0; + let center = [14.21683569, 27.060114248]; + let zoom = 2.661; // Try to restore from localStorage try {