Skip to content

Commit

Permalink
Change zoom settings
Browse files Browse the repository at this point in the history
  • Loading branch information
grant committed Sep 7, 2014
1 parent a382675 commit cd15192
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/js/index.js
Expand Up @@ -45,7 +45,7 @@ $(function () {
var myLatlng = new google.maps.LatLng(37.332017799999996, -121.8899544);
// map options,
var myOptions = {
zoom: 10,
zoom: 3,
center: myLatlng,
disableDefaultUI: true
};
Expand All @@ -54,7 +54,7 @@ $(function () {
// heatmap layer
heatmap = new HeatmapOverlay(map, {
// radius should be small ONLY if scaleRadius is true (or small radius is intended)
"radius": 0.2,
"radius": 2,
"maxOpacity": 1,
// scales the radius based on map zoom
"scaleRadius": true,
Expand Down

0 comments on commit cd15192

Please sign in to comment.