Skip to content

Commit

Permalink
Merge pull request #106 from UNopenGIS/hfu-patch-1
Browse files Browse the repository at this point in the history
Update index.tsx - change map center
  • Loading branch information
yuiseki authored Jul 26, 2024
2 parents 1e1561b + 744ab22 commit ad6c01c
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 ad6c01c

Please sign in to comment.