Skip to content

Commit

Permalink
Fixed labels popping up on zoom after search
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex authored and Alex committed Jun 10, 2012
1 parent 91fe0fb commit 59c6e7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion represent-map/index.php
Expand Up @@ -231,7 +231,7 @@ function initialize() {
marker_id = jQuery.inArray(obj, markerTitles);
if(marker_id) {
map.panTo(gmarkers[marker_id].getPosition());
map.setZoom(18);
map.setZoom(15);
google.maps.event.trigger(gmarkers[marker_id], 'click');
}
$("#search").val("");
Expand Down

0 comments on commit 59c6e7b

Please sign in to comment.