Skip to content

Commit

Permalink
Update app.js
Browse files Browse the repository at this point in the history
位置調整
  • Loading branch information
yadorogi committed Jan 24, 2024
1 parent 996f55c commit 6547979
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ let tourInterval;

function initMap() {
map = new google.maps.Map(document.getElementById('map'), {
center: { lat: 35.6895, lng: 139.6917 }, // 東京の座標
center: { lat: 35.689, lng: 139.691 }, // 東京の座標
zoom: 12
});

Expand Down

0 comments on commit 6547979

Please sign in to comment.