Browse Source

Zoom the map when searching an address. Fix #15

opi 9 years ago
parent
commit
c782389f09
1 changed files with 1 additions and 0 deletions
  1. 1 0
      assets/form.js

+ 1 - 0
assets/form.js

@@ -71,6 +71,7 @@ $( document ).ready(function() {
 
                 marker.setLatLng({lat:$(this).data('lat'), lng:$(this).data('lng')}).update();
                 map.panTo({lat:$(this).data('lat'), lng:$(this).data('lng')});
+                map.setZoom(13);
                 mapUpdateCoords();
                 $('#modal').modal('hide');
             });