Browse Source

Update map setView config

pull/3/head
Nafies Luthfi 7 years ago
parent
commit
11ab9e5bcf
  1. 2
      resources/views/outlets/map.blade.php

2
resources/views/outlets/map.blade.php

@ -26,7 +26,7 @@
crossorigin=""></script> crossorigin=""></script>
<script> <script>
var map = L.map('mapid').setView(['-3.333333', '114.583333'], 12);
var map = L.map('mapid').setView(['-3.313695', '114.590148'], 13);
var baseUrl = "{{ url('/') }}"; var baseUrl = "{{ url('/') }}";
L.tileLayer('https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', { L.tileLayer('https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', {

Loading…
Cancel
Save