feat: rename to GeoAset, move EXIF button to navbar
- Title and brand: WebGIS Manager → GeoAset - Move Lapor via Foto EXIF to navbar, rename to Laporkan Jalan Rusak - Simplify floating info bar (instruction text only) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>WebGIS Manager</title>
|
||||
<title>GeoAset</title>
|
||||
<!-- Google Fonts -->
|
||||
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
|
||||
<!-- FontAwesome -->
|
||||
@@ -19,7 +19,7 @@
|
||||
<!-- Top Navbar -->
|
||||
<nav class="navbar">
|
||||
<div class="nav-brand">
|
||||
<i class="fa-solid fa-map-location-dot"></i> WebGIS Manager
|
||||
<i class="fa-solid fa-map-location-dot"></i> GeoAset
|
||||
</div>
|
||||
<div class="nav-menu">
|
||||
<button class="nav-btn active" id="btn-tab-input" onclick="switchView('input')">
|
||||
@@ -28,6 +28,10 @@
|
||||
<button class="nav-btn" id="btn-tab-data" onclick="switchView('data')">
|
||||
<i class="fa-solid fa-list"></i> Lihat Data
|
||||
</button>
|
||||
<button class="btn-exif" onclick="document.getElementById('auto-upload-exif').click()">
|
||||
<i class="fa-solid fa-camera"></i> Laporkan Jalan Rusak
|
||||
</button>
|
||||
<input type="file" id="auto-upload-exif" style="display:none;" accept="image/jpeg, image/png, image/jpg">
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
@@ -37,15 +41,7 @@
|
||||
|
||||
<!-- Floating Info Bar -->
|
||||
<div class="floating-info">
|
||||
<div>
|
||||
<i class="fa-solid fa-circle-info"></i> Gunakan Toolbar di kiri peta untuk menggambar (Jalan/Parsil/Titik).
|
||||
</div>
|
||||
<div style="pointer-events:auto;">
|
||||
<button class="btn-exif" onclick="document.getElementById('auto-upload-exif').click()">
|
||||
<i class="fa-solid fa-camera"></i> Lapor via Foto EXIF
|
||||
</button>
|
||||
<input type="file" id="auto-upload-exif" style="display:none;" accept="image/jpeg, image/png, image/jpg">
|
||||
</div>
|
||||
<i class="fa-solid fa-circle-info"></i> Gunakan Toolbar di kiri peta untuk menggambar (Jalan/Parsil/Titik).
|
||||
</div>
|
||||
|
||||
<!-- Float Legend Input -->
|
||||
|
||||
Reference in New Issue
Block a user