Skip to content

Commit

Permalink
center map on AK (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
iannesbitt committed Feb 16, 2024
1 parent 3cc30f6 commit e3a9e50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/drp/js/themes/drp/models/Map.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ define(["jquery", "underscore", "backbone", "gmaps", "models/BaseMap"],
maxZoom: 20,
minZoom: 3,
center: {
lat: 38.5177276,
lng: -6.817412
lat: 63.5,
lng: -151.0
},
disableDefaultUI: true,
zoomControl: true,
Expand Down

0 comments on commit e3a9e50

Please sign in to comment.