From 0e8afc93bb7c2bc907464ac53654fe84fdcc8284 Mon Sep 17 00:00:00 2001 From: Kris Date: Tue, 9 Jun 2026 12:51:01 +0000 Subject: [PATCH] Upload files to "tugas04" --- tugas04/README.md | 21 ++++++++ tugas04/index.html | 131 +++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 152 insertions(+) create mode 100644 tugas04/README.md create mode 100644 tugas04/index.html diff --git a/tugas04/README.md b/tugas04/README.md new file mode 100644 index 0000000..8dc11c1 --- /dev/null +++ b/tugas04/README.md @@ -0,0 +1,21 @@ +# Project 4 - GeoJSON Kecamatan Pontianak + +Project ini khusus untuk menampilkan data kecamatan Pontianak dari file `Kecamatan.json`. + +## Database + +Project ini tidak membutuhkan database karena data sudah tersedia dalam file GeoJSON. + +Properti yang digunakan dari `Kecamatan.json`: + +- `Ket` untuk nama kecamatan. +- `Populasi` untuk jumlah populasi. +- `Plan_Area` untuk luas area. + +## Cara Menjalankan + +1. Letakkan folder ini di `htdocs`. +2. Jalankan Apache di XAMPP. +3. Buka `http://localhost/webgis_pisah/project_04_geojson_kecamatan_pontianak/`. + +Jangan membuka `index.html` langsung dari file explorer karena `fetch('Kecamatan.json')` biasanya diblokir browser jika tidak dijalankan melalui server lokal. diff --git a/tugas04/index.html b/tugas04/index.html new file mode 100644 index 0000000..6634cfe --- /dev/null +++ b/tugas04/index.html @@ -0,0 +1,131 @@ + + + + + + Project 4 - GeoJSON Kecamatan Pontianak + + + + +
+

Project 4 - GeoJSON Kecamatan Pontianak

+

Menampilkan nama kecamatan dan jumlah populasi dari Kecamatan.json.

+
+
+ + + + +