Skip to content

Commit

Permalink
closer zoom level
Browse files Browse the repository at this point in the history
  • Loading branch information
cjmartin committed Jul 13, 2015
1 parent 15c22f9 commit b86d15c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hacks/map.html
Expand Up @@ -100,7 +100,7 @@ <h1 class="post-title">{{ page.title }}</h1>
mapOpen = false;
map = L.mapbox.map('map', 'mapbox.streets', {
scrollWheelZoom: false
}).setView([37.733795, -122.446747], 5);
}).setView([37.733795, -122.446747], 12);

;(function() {
mapContainer.style.height = window.innerHeight + 'px';
Expand Down

0 comments on commit b86d15c

Please sign in to comment.