feat: implement map visualization, layer management, and searching for poverty data records

This commit is contained in:
Syariffullah
2026-06-06 14:25:49 +07:00
parent 977dec4e36
commit 5585c34c5c
11 changed files with 704 additions and 47 deletions
+5 -1
View File
@@ -347,7 +347,11 @@
});
document.getElementById('btnPanelImportMiskin').addEventListener('click', () => {
alert('Fitur impor CSV akan segera tersedia.');
if (typeof window.openImportMiskinModal === 'function') {
window.openImportMiskinModal();
} else {
alert('Fitur impor belum siap.');
}
});
const all = [];