view map bug

This commit is contained in:
merdan 2019-11-30 12:53:35 +05:00
parent d97239a7b6
commit a99cf4277b
1 changed files with 1 additions and 1 deletions

View File

@ -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>