Skip to content

Commit

Permalink
Update index.tsx - change map center
Browse files Browse the repository at this point in the history
This is to change the initial map extent of GoogleOpenBuildingsMap.
  • Loading branch information
hfu committed Jul 26, 2024
1 parent 1e1561b commit 744ab22
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/Datasets/GoogleOpenBuildings/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ export const GoogleOpenBuildingsMap = () => {
return (
<Map
initialViewState={{
longitude: 102.57100068372142,
latitude: 18.116012774056472,
zoom: 14,
longitude: 103.774538,
latitude: 13.554987,
zoom: 16.72,
}}
dragPan={true}
scrollZoom={true}
Expand Down

0 comments on commit 744ab22

Please sign in to comment.