fix height card
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
@section('content')
|
@section('content')
|
||||||
@include('layouts.partials/page-title', ['title' => 'Maps', 'subtitle' => 'Google Maps'])
|
@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="" />
|
<img src="" />
|
||||||
@endsection
|
@endsection
|
||||||
|
|
||||||
@@ -24,7 +24,7 @@
|
|||||||
}).addTo(map);
|
}).addTo(map);
|
||||||
|
|
||||||
// Muat file KMZ
|
// 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 () {
|
.on('ready', function () {
|
||||||
try {
|
try {
|
||||||
var bounds = this.getBounds();
|
var bounds = this.getBounds();
|
||||||
|
|||||||
Reference in New Issue
Block a user