Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Load drains #71

Closed
wants to merge 9 commits into from
Prev Previous commit
Next Next commit
fix(map): centered on SF
  • Loading branch information
therebelrobot committed Oct 22, 2015
commit 3d0c18e9fb6d2cad3db1997bd682743b3b2fb9aa
4 changes: 2 additions & 2 deletions app/assets/javascripts/main.js.erb
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
$(function() {
var center = new google.maps.LatLng(42.358431, -71.059773);
var center = new google.maps.LatLng(37.774929, -122.419416);
var mapOptions = {
center: center,
disableDoubleClickZoom: true,
keyboardShortcuts: false,
mapTypeControl: false,
mapTypeId: google.maps.MapTypeId.ROADMAP,
maxZoom: 19,
maxZoom: 21,
minZoom: 15,
panControl: false,
rotateControl: false,
Expand Down