From fb1bb7d9967c53b379970a44e98322f5ca5ff68b Mon Sep 17 00:00:00 2001 From: FabioMurgia <123178334+FabioMurgia@users.noreply.github.com> Date: Thu, 10 Oct 2024 00:07:48 -0400 Subject: [PATCH] Update map.js --- taiwan-trade-refactor/js/map.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/taiwan-trade-refactor/js/map.js b/taiwan-trade-refactor/js/map.js index 84b115e..af888a0 100644 --- a/taiwan-trade-refactor/js/map.js +++ b/taiwan-trade-refactor/js/map.js @@ -145,7 +145,7 @@ function updateChapterLocations(isMobile) { } if (chapter.id === "chapter3") { chapter.location.zoom = 3; - chapter.location.center = [111.74206, 14.93303]; + chapter.location.center = [106.85556, 5.91993]; } if (chapter.id === "chapter4") { chapter.location.zoom = 4;