Skip to content

Commit

Permalink
Zoom to level 17 (not 18) for a search result
Browse files Browse the repository at this point in the history
  • Loading branch information
daguar committed Aug 25, 2014
1 parent f3defbb commit 0628d2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ function boundedSetView(center, skip_alert)
return alert("You were about to look outside of "+__defaults.city_name+" - try searching for an address inside the city?");
}

map.setView(center, 18);
map.setView(center, 17);
}

//
Expand Down

0 comments on commit 0628d2b

Please # to comment.