fix height card

This commit is contained in:
arifal
2025-02-19 15:34:28 +07:00
parent 39717d184c
commit 5d50d6d6cc

View File

@@ -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();