fix height card
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
|
||||
@section('content')
|
||||
@include('layouts.partials/page-title', ['title' => 'Maps', 'subtitle' => 'Google Maps'])
|
||||
<div id="map" style="width: 100%; height: 500px;"></div>
|
||||
<div id="map" style="width: 100%; height: 78vh;"></div>
|
||||
<img src="" />
|
||||
@endsection
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
}).addTo(map);
|
||||
|
||||
// Muat file KMZ
|
||||
omnivore.kml("{{ asset('storage/maps/RENCANAPOLARUANG_RTRW_2024_2044.kmz') }}")
|
||||
omnivore.kml("{{ asset('storage/maps/rencanapolaruang_rtrw_2024_2044__rencana_pola_ruang.kml') }}")
|
||||
.on('ready', function () {
|
||||
try {
|
||||
var bounds = this.getBounds();
|
||||
|
||||
Reference in New Issue
Block a user