Skip to content

Commit 628f466

Browse files
committed
map zoom tweaks
1 parent 0dcf9de commit 628f466

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

js/index.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,9 @@ async function initMap() {
126126
geocoder = new google.maps.Geocoder();
127127

128128
map = new google.maps.Map(document.getElementById("map"), {
129-
zoom: 4,
129+
zoom: 2.5,
130+
minZoom: 0.75,
131+
maxZoom: 14,
130132
center: cmuLatLng,
131133
mapId: "cmu-admit-map",
132134
streetViewControl: false,

0 commit comments

Comments
 (0)