Skip to content

Commit

Permalink
Expand default bounds to include all counties.
Browse files Browse the repository at this point in the history
  • Loading branch information
jayvarner committed Nov 15, 2024
1 parent 3f10576 commit ffae7f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -459,8 +459,8 @@ export const countyIndexCollection = "georgia_coast_counties";

export const defaultBounds = () => {
return new maplibregl.LngLatBounds(
new maplibregl.LngLat(-82.01409567385569, 30.679059125170696),
new maplibregl.LngLat(-80.92207334522604, 32.11595891326837)
new maplibregl.LngLat(-81.93612670899995, 30.71087651700003),
new maplibregl.LngLat(-80.85723315099995, 32.241012160000025)
);
};

Expand Down

0 comments on commit ffae7f2

Please sign in to comment.