feat: implement map visualization, layer management, and searching for poverty data records
This commit is contained in:
+5
-1
@@ -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 = [];
|
||||
|
||||
Reference in New Issue
Block a user