hegresphere/public/js/map.js

8 lines
189 B
JavaScript
Raw Permalink Normal View History

2024-12-05 15:55:33 +01:00
<script src="{{ asset('js/map.js') }}"></script>
// initialize the map on the "map" div with a given center and zoom
var map = L.map('map', {
center: [51.505, -0.09],
zoom: 13
});