Skip to content

Commit

Permalink
Update map.js
Browse files Browse the repository at this point in the history
  • Loading branch information
FabioMurgia authored Oct 10, 2024
1 parent fa92f1d commit fb1bb7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion taiwan-trade-refactor/js/map.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit fb1bb7d

Please # to comment.