Skip to content

Commit d86ea4b

Browse files
committed
Center US northeast by default I guess
1 parent a24a411 commit d86ea4b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

js/mapController.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ initializeMap();
2323
function initializeMap() {
2424

2525
// default
26-
let initialCenter = [-111.545, 39.546];
27-
let initialZoom = 6;
26+
let initialCenter = [-75, 42];
27+
let initialZoom = 5;
2828

2929
// show last-open area if any (this is overriden by the URL hash map parameter)
3030
let cachedTransformString = localStorage?.getItem('map_transform');

0 commit comments

Comments
 (0)