feat: add GeoJSON import for SPBU mode
This commit is contained in:
@@ -85,6 +85,12 @@
|
||||
<span class="dot" style="background:var(--green)"></span>SPBU & Pangkalan BBM
|
||||
<span class="count-badge" id="count-miskin">0</span>
|
||||
</div>
|
||||
<button class="btn btn-loc" id="btn-import-geojson" style="margin-bottom: 10px; background: rgba(245, 158, 11, 0.1); color: #f59e0b; border: 1px solid rgba(245, 158, 11, 0.3);" onclick="document.getElementById('f-import-geojson').click()">
|
||||
📂 Import GeoJSON (ArcGIS)
|
||||
</button>
|
||||
<input type="file" id="f-import-geojson" accept=".geojson,.json" style="display:none;">
|
||||
<div id="geojson-list" style="margin-bottom: 10px;"></div>
|
||||
|
||||
<div class="item-list" id="miskin-list">
|
||||
<div class="empty-state">Belum ada data SPBU</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user