From 75a708c72634c3e5e80d3d86726e321eee78335a Mon Sep 17 00:00:00 2001 From: FabioMurgia <123178334+FabioMurgia@users.noreply.github.com> Date: Thu, 10 Oct 2024 00:10:09 -0400 Subject: [PATCH] Update map.js --- taiwan-trade-refactor/js/map.js | 1 + 1 file changed, 1 insertion(+) diff --git a/taiwan-trade-refactor/js/map.js b/taiwan-trade-refactor/js/map.js index af888a0..e67f8f3 100644 --- a/taiwan-trade-refactor/js/map.js +++ b/taiwan-trade-refactor/js/map.js @@ -137,6 +137,7 @@ function updateChapterLocations(isMobile) { chapter.location.center = [120.74709, 23.97749]; } if (chapter.id === "chapter1") { + chapter.location.zoom = 3; chapter.location.center = [120.74709, 23.97749]; } if (chapter.id === "chapter2") {