view map bug
This commit is contained in:
parent
d97239a7b6
commit
a99cf4277b
|
|
@ -71,7 +71,7 @@
|
|||
function initMap() {
|
||||
map = new google.maps.Map(document.getElementById('map'), {
|
||||
center: {lat: {{$event->venue->address['latlng']['lat']}}, lng: {{$event->venue->address['latlng']['lng']}}},
|
||||
zoom: 12
|
||||
zoom: 8
|
||||
});
|
||||
}
|
||||
</script>
|
||||
|
|
|
|||
Loading…
Reference in New Issue