perbaikan format kode web-gis

This commit is contained in:
2026-06-06 12:53:54 +07:00
parent c2efc4414f
commit 6b7fa7e467
20 changed files with 52 additions and 703 deletions
+16 -3
View File
@@ -366,14 +366,27 @@ web-gis/
├── create_tables.php ← Init database
├── db_config.php ← Database config
├── api/
│ ├── save_rumah_ibadah.php
├── rancangan_sistem/ ← API & UI untuk rumah ibadah + penduduk miskin
│ ├── get_rumah_ibadah.php
│ ├── save_rumah_ibadah.php
│ ├── update_rumah_ibadah.php
│ ├── delete_rumah_ibadah.php
│ ├── save_penduduk_miskin.php
│ ├── get_penduduk_miskin.php
│ ├── save_penduduk_miskin.php
│ ├── update_penduduk_miskin.php
│ └── delete_penduduk_miskin.php
├── fitur_jalan_parsel/ ← API & UI untuk jalan rusak, polyline/polygon
│ ├── get_jalan_rusak.php
│ ├── save_jalan_rusak.php
│ └── delete_jalan_rusak.php
├── layer_groups_choropleth/← API & UI untuk spatial features + choropleth
│ ├── get_features.php
│ ├── save_feature.php
│ ├── update_feature.php
│ └── delete_feature.php
└── data/
├── pontianak-kecamatan.geojson ← Choropleth data
└── Export_Output_2.json ← Road network data