Skip to content

Commit

Permalink
Update mapState center and zoom values in store.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Youssef-Harby committed Apr 11, 2024
1 parent 8f9ce22 commit 4160473
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/src/lib/store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ export interface MapState {

// General map state for center and zoom
export const mapState = writable<MapState>({
center: [-118.805, 34.027],
zoom: 13,
center: [40.2, 24.5],
zoom: 4,
});

// Separate store for Esri basemap URL
Expand Down

0 comments on commit 4160473

Please sign in to comment.