commit 2cbdb83bce3b99ece7e93f6eed1478caa5fd668b Author: ocabacaa Date: Fri Jun 12 11:03:16 2026 +0700 Initial commit - Portal WebGIS Terpadu diff --git a/README.md b/README.md new file mode 100644 index 0000000..3e7e501 --- /dev/null +++ b/README.md @@ -0,0 +1,212 @@ +# Portal WebGIS Terpadu + +Portal WebGIS Terpadu merupakan sistem yang mengintegrasikan beberapa aplikasi WebGIS dalam satu platform untuk memudahkan pengguna dalam mengakses, memvisualisasikan, dan menganalisis data spasial secara interaktif. + +## Identitas Pengembang + +**Nama** : Clara Oxana Azalia +**NIM** : D1041231051 + +--- + +## Deskripsi Sistem + +Portal ini berfungsi sebagai halaman utama (landing page) yang menghubungkan beberapa aplikasi WebGIS ke dalam satu sistem terintegrasi. Pengguna dapat memilih aplikasi yang ingin digunakan melalui antarmuka yang responsif dan mudah digunakan. + +Aplikasi yang terintegrasi dalam portal ini meliputi: + +1. **WebGIS Parsil Tanah** +2. **WebGIS Kemiskinan** +3. **WebGIS SPBU** + +--- + +## Struktur Folder + +```text +webgis-claraoxanaazalia/ +│ +├── gis-spbu/ +│ +├── webgis-parsiltanah/ +│ +├── webgis-poverty/ +│ +├── index.php +│ +└── README.md +``` + +--- + +## Fitur Portal + +* Landing page terintegrasi untuk seluruh aplikasi WebGIS. +* Tampilan modern dan responsif menggunakan Tailwind CSS. +* Navigasi mudah menuju masing-masing aplikasi. +* Desain bertema geospasial dan pemetaan. +* Mendukung tampilan desktop maupun perangkat mobile. + +--- + +## Daftar Aplikasi + +### 1. WebGIS Parsil Tanah + +Aplikasi untuk menampilkan data bidang tanah (parsil) dalam bentuk peta interaktif beserta informasi atribut yang terkait. + +#### Fitur + +* Visualisasi data parsil tanah. +* Informasi atribut bidang tanah. +* Interaksi peta berbasis WebGIS. +* Popup informasi objek spasial. + +--- + +### 2. WebGIS Kemiskinan + +Aplikasi untuk menampilkan persebaran data kemiskinan wilayah menggunakan visualisasi peta tematik (choropleth). + +#### Fitur + +* Peta choropleth. +* Visualisasi tingkat kemiskinan. +* Analisis wilayah berbasis spasial. +* Informasi statistik wilayah. + +--- + +### 3. WebGIS SPBU + +Aplikasi untuk menampilkan lokasi SPBU pada peta interaktif beserta informasi pendukungnya. + +#### Fitur + +* Pemetaan lokasi SPBU. +* Marker interaktif. +* Informasi detail SPBU. +* Visualisasi lokasi berbasis peta. + +--- + +## Cara Menjalankan Aplikasi + +### 1. Clone Repository + +```bash +git clone https://git.ifuntanhub.dev/claraoxza/webgis-claraoxanaazalia.git +``` + +### 2. Simpan pada Folder Web Server + +**Laragon** + +```text +C:\laragon\www\webgis-claraoxanaazalia +``` + +**XAMPP** + +```text +C:\xampp\htdocs\webgis-claraoxanaazalia +``` + +### 3. Jalankan Web Server + +* Start Laragon. +* Start MySQL. +* Pastikan database masing-masing aplikasi telah diimpor. + +### 4. Buka Portal + +Akses melalui browser: + +```text +http://localhost/webgis-claraoxanaazalia/ +``` + +--- + +## Cara Penggunaan + +### Membuka Aplikasi + +1. Buka Portal WebGIS Terpadu. +2. Pilih salah satu kartu aplikasi yang tersedia. +3. Klik tombol atau kartu aplikasi. +4. Sistem akan mengarahkan pengguna ke aplikasi WebGIS yang dipilih. + +### Navigasi Peta + +#### Zoom In + +* Klik tombol (+) +* Scroll mouse ke atas + +#### Zoom Out + +* Klik tombol (-) +* Scroll mouse ke bawah + +#### Geser Peta + +* Klik dan tahan peta +* Geser ke arah yang diinginkan + +#### Melihat Informasi Objek + +* Klik marker, polygon, atau layer pada peta +* Informasi detail akan ditampilkan melalui popup + +--- + +## Teknologi yang Digunakan + +### Frontend + +* HTML5 +* CSS3 +* Tailwind CSS +* JavaScript + +### Backend + +* PHP + +### Database + +* MySQL + +### GIS & Mapping + +* Leaflet JS +* GeoJSON + +--- + +## Tujuan Pengembangan + +Portal WebGIS Terpadu dikembangkan sebagai media integrasi berbagai aplikasi WebGIS yang mencakup pemetaan lokasi SPBU, data parsil tanah, dan visualisasi kemiskinan wilayah. Sistem ini dirancang untuk mempermudah pengguna dalam mengakses informasi geospasial secara terpusat dan interaktif. + +--- + +## Tampilan Sistem + +Portal menampilkan: + +* Landing page utama. +* Informasi pengembang. +* Kartu aplikasi WebGIS. +* Panduan penggunaan. +* Navigasi menuju masing-masing sistem WebGIS. + +--- + +## Lisensi + +Project ini dibuat untuk keperluan pembelajaran, praktikum, dan pengembangan sistem informasi geospasial. + +--- + +© 2026 Clara Oxana Azalia — D1041231051 diff --git a/gis-spbu/README.md b/gis-spbu/README.md new file mode 100644 index 0000000..8acd11f --- /dev/null +++ b/gis-spbu/README.md @@ -0,0 +1,77 @@ +# WebGIS SPBU + +## Deskripsi + +WebGIS SPBU merupakan Sistem Informasi Geografis berbasis web yang digunakan untuk memetakan, mengelola, dan mencari lokasi SPBU dengan rute terdekat dari titik lokasi user saat ini. + +**Nama:** Clara Oxana Azalia +**NIM:** D1041231051 + +## Fitur + +- CRUD Data SPBU +- Upload Foto SPBU +- Pencarian SPBU +- Lokasi Saya +- SPBU Terdekat +- Routing ke SPBU Terdekat +- Status Buka/Tutup Otomatis +- Filter SPBU +- Mode Admin dan View +- Digitasi Polygon +- Digitasi Polyline +- Edit dan Hapus Objek Spasial +- Penyimpanan GeoJSON ke Database + +## Teknologi + +- PHP Native +- MySQL +- JavaScript +- Leaflet.js +- Leaflet Draw +- Leaflet Routing Machine +- OpenStreetMap +- Tailwind CSS + +## Instalasi + +1. Clone repository + +```bash +git clone https://github.com/USERNAME/webgis-spbu.git +``` + +2. Import database + +```text +database.sql +``` + +3. Sesuaikan konfigurasi database pada: + +```php +koneksi.php +``` + +4. Jalankan pada server lokal: + +```text +http://localhost/webgis-spbu +``` + +## Struktur Project + +```text +api/ +assets/ +uploads/ +database.sql +koneksi.php +index.php +``` + +## Pengembang + +Clara Oxana Azalia +D1041231051 \ No newline at end of file diff --git a/gis-spbu/api/edit_spbu.php b/gis-spbu/api/edit_spbu.php new file mode 100644 index 0000000..7e05c86 --- /dev/null +++ b/gis-spbu/api/edit_spbu.php @@ -0,0 +1,133 @@ +'error', + 'message'=>'File type not allowed' + ]); + + exit; + + } + + move_uploaded_file( + + $_FILES['foto']['tmp_name'], + + '../uploads/spbu/' . + $namaFile + + ); + + $updateFoto = + ", foto='$namaFile'"; + + $hapusFotoLama = true; + +} + +$query = mysqli_query( + + $conn, + + "UPDATE spbu SET + + nama_spbu='$nama', + alamat='$alamat', + latitude='$lat', + longitude='$lng', + jam_buka='$jam_buka', + jam_tutup='$jam_tutup', + buka_24_jam='$buka_24_jam' + $updateFoto + + WHERE id='$id' + " +); + +if($query){ + + if( + $hapusFotoLama && + !empty($fotoLama) && + file_exists( + '../uploads/spbu/' . + $fotoLama + ) + ){ + + unlink( + '../uploads/spbu/' . + $fotoLama + ); + + } + + echo json_encode([ + 'status'=>'success' + ]); + +} else{ + + echo json_encode([ + 'status'=>'error', + 'message'=>mysqli_error($conn) + ]); + +} \ No newline at end of file diff --git a/gis-spbu/api/get_objek.php b/gis-spbu/api/get_objek.php new file mode 100644 index 0000000..370017f --- /dev/null +++ b/gis-spbu/api/get_objek.php @@ -0,0 +1,22 @@ +'success' + ]); + +}else{ + + echo json_encode([ + 'status'=>'error' + ]); + +} \ No newline at end of file diff --git a/gis-spbu/api/simpan_objek.php b/gis-spbu/api/simpan_objek.php new file mode 100644 index 0000000..44ff5a1 --- /dev/null +++ b/gis-spbu/api/simpan_objek.php @@ -0,0 +1,35 @@ +$id +]); \ No newline at end of file diff --git a/gis-spbu/api/tambah_spbu.php b/gis-spbu/api/tambah_spbu.php new file mode 100644 index 0000000..e3aa7df --- /dev/null +++ b/gis-spbu/api/tambah_spbu.php @@ -0,0 +1,104 @@ +'error', + 'message'=>'Format file tidak valid' + ]); + + exit; + + } + + move_uploaded_file( + + $_FILES['foto']['tmp_name'], + + '../uploads/spbu/'. + $namaFile + + ); + + $foto = $namaFile; + +} + +$query = mysqli_query( + $conn, + "INSERT INTO spbu + ( + nama_spbu, + alamat, + latitude, + longitude, + foto, + jam_buka, + jam_tutup, + buka_24_jam + ) + VALUES + ( + '$nama', + '$alamat', + '$lat', + '$lng', + '$foto', + '$jam_buka', + '$jam_tutup', + '$buka_24_jam' + )" +); + +if($query){ + + echo json_encode([ + 'status'=>'success' + ]); + +}else{ + + echo json_encode([ + 'status'=>'error', + 'message'=>mysqli_error($conn) + ]); + +} \ No newline at end of file diff --git a/gis-spbu/api/update_objek.php b/gis-spbu/api/update_objek.php new file mode 100644 index 0000000..abb32a8 --- /dev/null +++ b/gis-spbu/api/update_objek.php @@ -0,0 +1,43 @@ +'success' +]); \ No newline at end of file diff --git a/gis-spbu/assets/css/style.css b/gis-spbu/assets/css/style.css new file mode 100644 index 0000000..e26f57a --- /dev/null +++ b/gis-spbu/assets/css/style.css @@ -0,0 +1,3 @@ +.leaflet-interactive{ + cursor:pointer; +} \ No newline at end of file diff --git a/gis-spbu/assets/js/map.js b/gis-spbu/assets/js/map.js new file mode 100644 index 0000000..6f2bf0c --- /dev/null +++ b/gis-spbu/assets/js/map.js @@ -0,0 +1,1072 @@ +let currentMarker = null; +let userMarker = null; +let userLat = null; +let userLng = null; +let markerData = {}; + +let routingControl = null; +let modeAdmin = true; +let currentObjekLayer = null; +let sedangMenggambar = false; + +const markerHijau = new L.Icon({ + iconUrl: + "https://raw.githubusercontent.com/pointhi/leaflet-color-markers/master/img/marker-icon-green.png", + + shadowUrl: + "https://cdnjs.cloudflare.com/ajax/libs/leaflet/1.7.1/images/marker-shadow.png", + + iconSize: [25, 41], + iconAnchor: [12, 41], +}); + +const markerMerah = new L.Icon({ + iconUrl: + "https://raw.githubusercontent.com/pointhi/leaflet-color-markers/master/img/marker-icon-red.png", + + shadowUrl: + "https://cdnjs.cloudflare.com/ajax/libs/leaflet/1.7.1/images/marker-shadow.png", + + iconSize: [25, 41], + iconAnchor: [12, 41], +}); + +// 1. Inisialisasi Peta +let map = L.map("map").setView([-0.0263, 109.3425], 13); + +L.tileLayer("https://tile.openstreetmap.org/{z}/{x}/{y}.png").addTo(map); + +let markerGroup = L.layerGroup().addTo(map); + +let drawnItems = new L.FeatureGroup(); + +map.addLayer(drawnItems); + +let drawControl = new L.Control.Draw({ + draw: { + marker: false, + polyline: true, + polygon: true, + rectangle: false, + circle: false, + circlemarker: false, + }, + + edit: { + featureGroup: drawnItems, + }, +}); + +map.addControl(drawControl); + +// TAMBAH DI SINI +map.on(L.Draw.Event.DRAWSTART, function () { + sedangMenggambar = true; +}); + +map.on(L.Draw.Event.DRAWSTOP, function () { + sedangMenggambar = false; +}); + +console.log("draw berhasil"); + +// 2. Load Marker Dari Database +loadSPBU(); +loadObjekPeta(); + +function loadSPBU() { + markerGroup.clearLayers(); + markerData = {}; + + currentMarker = null; + + fetch("api/get_spbu.php") + .then((res) => res.json()) + .then((data) => { + data.forEach((spbu) => { + let marker = L.marker([spbu.latitude, spbu.longitude], { + icon: spbu.buka_24_jam == 1 ? markerHijau : markerMerah, + draggable: false, + }).addTo(markerGroup); + + marker.spbuData = spbu; + markerData[spbu.id] = marker; + + marker.on("dragend", function () { + let pos = marker.getLatLng(); + + let latInput = document.getElementById("edit_lat"); + + let lngInput = document.getElementById("edit_lng"); + + if (latInput && lngInput) { + latInput.value = pos.lat; + lngInput.value = pos.lng; + } + + alert("Posisi marker berubah, klik Simpan untuk menyimpan perubahan"); + }); + + marker.bindPopup(` + +
+ +${ + spbu.foto + ? ` + +` + : "" +} + +

+${spbu.nama_spbu} +

+ +

+${spbu.alamat} +

+ +

+ +Status : + +${statusSPBU(spbu)} + +

+ +

+ +Jam : + +${spbu.buka_24_jam == 1 ? "24 Jam" : spbu.jam_buka + " - " + spbu.jam_tutup} + +

+ +

+Lat : ${spbu.latitude} +

+ +

+Lng : ${spbu.longitude} +

+ +${ + modeAdmin + ? ` +
+ + + + + +
+` + : "" +} + +
+ +`); + }); + }); +} + +function statusSPBU(spbu) { + if (spbu.buka_24_jam == 1) { + return ` + + BUKA 24 JAM + + `; + } + + if (!spbu.jam_buka || !spbu.jam_tutup) { + return ` + + Jam belum diatur + + `; + } + + let now = new Date().toTimeString().substring(0, 5); + + let buka = spbu.jam_buka.substring(0, 5); + + let tutup = spbu.jam_tutup.substring(0, 5); + + let bukaStatus = false; + + if (buka < tutup) { + bukaStatus = now >= buka && now <= tutup; + } else { + bukaStatus = now >= buka || now <= tutup; + } + + return bukaStatus + ? `BUKA` + : `TUTUP`; +} + +map.on("click", function (e) { + if (!modeAdmin) { + return; + } + + if (sedangMenggambar) { + return; + } + + if ( + map._container.classList.contains("leaflet-draw-draw-polygon") || + map._container.classList.contains("leaflet-draw-draw-polyline") + ) { + return; + } + + let lat = e.latlng.lat; + let lng = e.latlng.lng; + + L.popup() + .setLatLng(e.latlng) + .setContent( + ` + +
+ +

+ Tambah SPBU +

+ + + + + + + + + + + + + + + + + + + + + + + + + +
+ + `, + ) + .openOn(map); +}); + +document.addEventListener("change", function (e) { + if (e.target.id !== "buka_24_jam") return; + + let checked = e.target.checked; + + document.getElementById("jam_buka").disabled = checked; + + document.getElementById("jam_tutup").disabled = checked; +}); + +function simpanSPBU() { + let nama = document.getElementById("nama").value; + let alamat = document.getElementById("alamat").value; + let lat = document.getElementById("lat").value; + let lng = document.getElementById("lng").value; + + let formData = new FormData(); + + formData.append("nama", nama); + formData.append("alamat", alamat); + formData.append("lat", lat); + formData.append("lng", lng); + let jamBuka = document.getElementById("jam_buka").value; + + let jamTutup = document.getElementById("jam_tutup").value; + + let buka24Jam = document.getElementById("buka_24_jam").checked ? 1 : 0; + + formData.append("jam_buka", jamBuka); + + formData.append("jam_tutup", jamTutup); + + formData.append("buka_24_jam", buka24Jam); + + let foto = document.getElementById("foto"); + + if (foto && foto.files.length > 0) { + formData.append("foto", foto.files[0]); + } + + fetch("api/tambah_spbu.php", { + method: "POST", + + body: formData, + }) + .then((res) => res.json()) + .then((data) => { + if (data.status == "success") { + alert("Data berhasil disimpan"); + + map.closePopup(); + + loadSPBU(); + loadObjekPeta(); + } + }); +} + +function openEdit(spbu) { + if (!modeAdmin) { + return; + } + + if (currentMarker) { + currentMarker.dragging.disable(); + } + + document.getElementById("sidebar").classList.remove("hidden"); + + document.getElementById("edit_id").value = spbu.id; + + document.getElementById("edit_nama").value = spbu.nama_spbu; + + document.getElementById("edit_alamat").value = spbu.alamat; + + document.getElementById("edit_foto").value = ""; + + let preview = document.getElementById("preview_edit_foto"); + + if (spbu.foto) { + preview.src = "uploads/spbu/" + spbu.foto + "?t=" + Date.now(); + + preview.classList.remove("hidden"); + } else { + preview.src = ""; + + preview.classList.add("hidden"); + } + + document.getElementById("edit_jam_buka").value = spbu.jam_buka || ""; + + document.getElementById("edit_jam_tutup").value = spbu.jam_tutup || ""; + + document.getElementById("edit_24jam").checked = spbu.buka_24_jam == 1; + + document.getElementById("edit_jam_buka").disabled = spbu.buka_24_jam == 1; + + document.getElementById("edit_jam_tutup").disabled = spbu.buka_24_jam == 1; + + document.getElementById("edit_lat").value = spbu.latitude; + + document.getElementById("edit_lng").value = spbu.longitude; + + currentMarker = markerData[spbu.id]; + + if (currentMarker) { + currentMarker.dragging.enable(); + } +} + +function openEditById(id) { + if (!modeAdmin) { + return; + } + + let marker = markerData[id]; + + if (!marker) return; + + openEdit(marker.spbuData); +} + +function tutupSidebar() { + document.getElementById("sidebar").classList.add("hidden"); + + if (currentMarker) { + currentMarker.dragging.disable(); + } + + currentMarker = null; +} + +function updateSPBU() { + if (!modeAdmin) { + return; + } + + let formData = new FormData(); + + formData.append("id", document.getElementById("edit_id").value); + + formData.append("nama", document.getElementById("edit_nama").value); + + formData.append("alamat", document.getElementById("edit_alamat").value); + + formData.append("lat", document.getElementById("edit_lat").value); + + formData.append("lng", document.getElementById("edit_lng").value); + + let foto = document.getElementById("edit_foto"); + + if (foto.files.length > 0) { + formData.append("foto", foto.files[0]); + } + + formData.append("jam_buka", document.getElementById("edit_jam_buka").value); + + formData.append("jam_tutup", document.getElementById("edit_jam_tutup").value); + + formData.append( + "buka_24_jam", + document.getElementById("edit_24jam").checked ? 1 : 0, + ); + + fetch("api/edit_spbu.php", { + method: "POST", + body: formData, + }) + .then((res) => res.json()) + .then((data) => { + if (data.status == "success") { + alert("Data berhasil diperbarui"); + + tutupSidebar(); + + loadSPBU(); + loadObjekPeta(); + } + }); +} + +function hapusSPBU(id) { + if (!modeAdmin) { + return; + } + + if (!confirm("Yakin hapus data ini?")) { + return; + } + + fetch("api/hapus_spbu.php", { + method: "POST", + + headers: { + "Content-Type": "application/json", + }, + + body: JSON.stringify({ + id: id, + }), + }) + .then((res) => res.json()) + .then((data) => { + if (data.status == "success") { + alert("Data berhasil dihapus"); + + loadSPBU(); + loadObjekPeta(); + } + }); +} + +document.addEventListener("keyup", function (e) { + if (e.target.id !== "search_spbu") return; + + let keyword = e.target.value.toLowerCase(); + + markerGroup.eachLayer(function (marker) { + let nama = (marker.spbuData.nama_spbu || "").toLowerCase(); + + if (nama.includes(keyword)) { + map.setView(marker.getLatLng(), 18); + + marker.openPopup(); + } + }); +}); + +function cariSPBU() { + let keyword = document.getElementById("search_spbu").value.toLowerCase(); + + let ditemukan = false; + + markerGroup.eachLayer(function (marker) { + let nama = (marker.spbuData.nama_spbu || "").toLowerCase(); + + if (nama.includes(keyword)) { + ditemukan = true; + + map.setView(marker.getLatLng(), 18); + + marker.openPopup(); + } + }); + + if (!ditemukan) { + alert("SPBU tidak ditemukan"); + } +} + +function lokasiSaya() { + if (!navigator.geolocation) { + alert("Browser tidak mendukung geolocation"); + return; + } + + navigator.geolocation.getCurrentPosition( + function (position) { + let lat = position.coords.latitude; + + let lng = position.coords.longitude; + + userLat = lat; + userLng = lng; + + if (userMarker) { + map.removeLayer(userMarker); + } + + userMarker = L.circleMarker([lat, lng], { + radius: 10, + color: "#2563eb", + fillColor: "#2563eb", + fillOpacity: 1, + }).addTo(map); + + userMarker.bindPopup(` + Lokasi Anda +
+ Lat : ${lat} +
+ Lng : ${lng} + `); + + userMarker.openPopup(); + + map.setView([lat, lng], 16); + }, + + function () { + alert("Lokasi tidak dapat diakses"); + }, + ); +} + +function hitungJarak(lat1, lon1, lat2, lon2) { + const R = 6371; + + const dLat = ((lat2 - lat1) * Math.PI) / 180; + + const dLon = ((lon2 - lon1) * Math.PI) / 180; + + const a = + Math.sin(dLat / 2) * Math.sin(dLat / 2) + + Math.cos((lat1 * Math.PI) / 180) * + Math.cos((lat2 * Math.PI) / 180) * + Math.sin(dLon / 2) * + Math.sin(dLon / 2); + + const c = 2 * Math.atan2(Math.sqrt(a), Math.sqrt(1 - a)); + + return R * c; +} + +function cariTerdekat() { + if (userLat === null) { + alert("Klik Lokasi Saya terlebih dahulu"); + + return; + } + + let terdekat = null; + + let jarakMin = Infinity; + + markerGroup.eachLayer(function (marker) { + let lat = marker.getLatLng().lat; + + let lng = marker.getLatLng().lng; + + let jarak = hitungJarak(userLat, userLng, lat, lng); + + if (jarak < jarakMin) { + jarakMin = jarak; + + terdekat = marker; + } + }); + + if (terdekat) { + map.setView(terdekat.getLatLng(), 18); + + terdekat.openPopup(); + + alert( + "SPBU terdekat: " + + terdekat.spbuData.nama_spbu + + "\nJarak: " + + jarakMin.toFixed(2) + + " km", + ); + } +} + +function getMarkerTerdekat() { + let terdekat = null; + + let jarakMin = Infinity; + + markerGroup.eachLayer(function (marker) { + let lat = marker.getLatLng().lat; + + let lng = marker.getLatLng().lng; + + let jarak = hitungJarak(userLat, userLng, lat, lng); + + if (jarak < jarakMin) { + jarakMin = jarak; + + terdekat = marker; + } + }); + + return terdekat; +} + +function buatRuteTerdekat() { + if (userLat === null) { + alert("Klik Lokasi Saya terlebih dahulu"); + + return; + } + + let marker = getMarkerTerdekat(); + + if (!marker) { + alert("Tidak ada SPBU ditemukan"); + + return; + } + + if (routingControl) { + map.removeControl(routingControl); + } + + routingControl = L.Routing.control({ + show: false, + + collapsible: true, + waypoints: [ + L.latLng(userLat, userLng), + + L.latLng(marker.getLatLng().lat, marker.getLatLng().lng), + ], + + router: L.Routing.osrmv1({ + serviceUrl: "https://router.project-osrm.org/route/v1", + }), + + routeWhileDragging: false, + + addWaypoints: false, + + draggableWaypoints: false, + }).addTo(map); +} + +document.addEventListener("change", function (e) { + if (e.target.id !== "foto") return; + + let file = e.target.files[0]; + + if (!file) return; + + let preview = document.getElementById("previewFoto"); + + preview.src = URL.createObjectURL(file); + + preview.classList.remove("hidden"); +}); + +document.addEventListener("change", function (e) { + if (e.target.id !== "edit_foto") return; + + let file = e.target.files[0]; + + if (!file) return; + + let preview = document.getElementById("preview_edit_foto"); + + preview.src = URL.createObjectURL(file); + + preview.classList.remove("hidden"); +}); + +document.addEventListener("change", function (e) { + if (e.target.id !== "edit_24jam") return; + + let checked = e.target.checked; + + document.getElementById("edit_jam_buka").disabled = checked; + + document.getElementById("edit_jam_tutup").disabled = checked; +}); + +function isBuka(spbu) { + if (spbu.buka_24_jam == 1) { + return true; + } + + if (!spbu.jam_buka || !spbu.jam_tutup) { + return false; + } + + let now = new Date().toTimeString().substring(0, 5); + + let buka = spbu.jam_buka.substring(0, 5); + + let tutup = spbu.jam_tutup.substring(0, 5); + + if (buka < tutup) { + return now >= buka && now <= tutup; + } + + return now >= buka || now <= tutup; +} + +function filterSPBU() { + let filter = document.getElementById("filter_spbu").value; + + markerGroup.clearLayers(); + + Object.values(markerData).forEach(function (marker) { + let spbu = marker.spbuData; + + let tampil = false; + + if (filter == "all") { + tampil = true; + } + + if (filter == "24" && spbu.buka_24_jam == 1) { + tampil = true; + } + + if (filter == "non24" && spbu.buka_24_jam == 0) { + tampil = true; + } + + if (filter == "buka" && isBuka(spbu)) { + tampil = true; + } + + if (filter == "tutup" && !isBuka(spbu)) { + tampil = true; + } + + if (tampil) { + marker.addTo(markerGroup); + } + }); +} + +function toggleMode() { + modeAdmin = !modeAdmin; + + let btn = document.getElementById("btnMode"); + + let banner = document.getElementById("bannerMode"); + + if (modeAdmin) { + banner.classList.add("hidden"); + + btn.innerHTML = "Pindah ke Mode Lihat"; + + btn.classList.remove("bg-green-600"); + + btn.classList.add("bg-blue-600"); + + status.className = + "bg-blue-100 text-blue-700 px-3 py-2 rounded font-semibold"; + } else { + banner.classList.remove("hidden"); + + btn.innerHTML = "Masuk Mode Admin"; + + btn.classList.remove("bg-blue-600"); + + btn.classList.add("bg-yellow-600"); + + status.innerHTML = "View"; + + status.className = + "bg-yellow-100 text-yellow-700 px-3 py-2 rounded font-semibold"; + + tutupSidebar(); + + map.closePopup(); + } + loadSPBU(); + loadObjekPeta(); + updateModeUI(); +} + +function updateModeUI() { + let status = document.getElementById("statusMode"); + + let banner = document.getElementById("bannerMode"); + + if (modeAdmin) { + status.innerHTML = "🔓 ADMIN"; + + banner.classList.add("hidden"); + } else { + status.innerHTML = "👁️ VIEW"; + + banner.classList.remove("hidden"); + } +} + +function loadObjekPeta() { + fetch("api/get_objek.php") + .then((res) => res.json()) + + .then((data) => { + drawnItems.clearLayers(); + + data.forEach((obj) => { + let geo = JSON.parse(obj.geojson); + + let layer = L.geoJSON(geo); + + layer.eachLayer(function (l) { + l.objekId = obj.id; + + l.on("click", function (e) { + L.DomEvent.stopPropagation(e); + + l.bindPopup(` + ${obj.nama || "-"} +
+ ${obj.deskripsi || "-"} + `); + + l.openPopup(); + }); + + l.on("dblclick", function (e) { + L.DomEvent.stopPropagation(e); + + if (!modeAdmin) { + return; + } + + openObjekSidebar(obj, l); + }); + + drawnItems.addLayer(l); + }); + }); + }); +} + +map.on(L.Draw.Event.CREATED, function (e) { + let layer = e.layer; + + drawnItems.addLayer(layer); + + currentObjekLayer = layer; + + document.getElementById("sidebarObjek").classList.remove("hidden"); + document.getElementById("objek_id").value = ""; + document.getElementById("objek_nama").value = ""; + document.getElementById("objek_deskripsi").value = ""; + document.getElementById("objek_tipe").value = layer.toGeoJSON().geometry.type; +}); + +map.on("draw:edited", function (e) { + e.layers.eachLayer(function (layer) { + let geojson = JSON.stringify(layer.toGeoJSON()); + + fetch("api/update_objek.php", { + method: "POST", + + headers: { + "Content-Type": "application/x-www-form-urlencoded", + }, + + body: "id=" + layer.objekId + "&geojson=" + encodeURIComponent(geojson), + }); + }); +}); + +map.on("draw:deleted", function (e) { + e.layers.eachLayer(function (layer) { + fetch("api/hapus_objek.php", { + method: "POST", + + headers: { + "Content-Type": "application/x-www-form-urlencoded", + }, + + body: "id=" + layer.objekId, + }); + }); +}); + +function openObjekSidebar(obj, layer) { + currentObjekLayer = layer; + + document.getElementById("sidebarObjek").classList.remove("hidden"); + + document.getElementById("objek_id").value = obj.id; + + document.getElementById("objek_nama").value = obj.nama || ""; + + document.getElementById("objek_deskripsi").value = obj.deskripsi || ""; + + document.getElementById("objek_tipe").value = obj.tipe; +} + +function tutupSidebarObjek() { + document.getElementById("sidebarObjek").classList.add("hidden"); + + currentObjekLayer = null; +} + +function updateObjek() { + let id = document.getElementById("objek_id").value; + + let nama = document.getElementById("objek_nama").value; + + let deskripsi = document.getElementById("objek_deskripsi").value; + + let tipe = document.getElementById("objek_tipe").value; + + if (id == "") { + let geojson = JSON.stringify(currentObjekLayer.toGeoJSON()); + + fetch("api/simpan_objek.php", { + method: "POST", + + headers: { + "Content-Type": "application/x-www-form-urlencoded", + }, + + body: + "nama=" + + encodeURIComponent(nama) + + "&deskripsi=" + + encodeURIComponent(deskripsi) + + "&tipe=" + + tipe + + "&geojson=" + + encodeURIComponent(geojson), + }) + .then((res) => res.json()) + + .then((data) => { + alert("Objek berhasil disimpan"); + + tutupSidebarObjek(); + + loadObjekPeta(); + }); + } else { + fetch("api/update_objek.php", { + method: "POST", + + headers: { + "Content-Type": "application/x-www-form-urlencoded", + }, + + body: + "id=" + + id + + "&nama=" + + encodeURIComponent(nama) + + "&deskripsi=" + + encodeURIComponent(deskripsi), + }) + .then((res) => res.json()) + + .then((data) => { + alert("Objek berhasil diperbarui"); + + tutupSidebarObjek(); + + loadObjekPeta(); + }); + } +} diff --git a/gis-spbu/database.sql b/gis-spbu/database.sql new file mode 100644 index 0000000..94041a9 --- /dev/null +++ b/gis-spbu/database.sql @@ -0,0 +1,23 @@ +CREATE TABLE spbu ( + id INT AUTO_INCREMENT PRIMARY KEY, + nama_spbu VARCHAR(100), + alamat TEXT, + latitude DOUBLE, + longitude DOUBLE, + created_at TIMESTAMP DEFAULT CURRENT_TIMESTAMP +); + +ALTER TABLE spbu +ADD foto VARCHAR(255); + +ALTER TABLE spbu +ADD buka_24_jam TINYINT(1) DEFAULT 0, +ADD jam_buka TIME, +ADD jam_tutup TIME; + +CREATE TABLE objek_peta ( + id INT AUTO_INCREMENT PRIMARY KEY, + nama VARCHAR(100), + tipe VARCHAR(20), + geojson LONGTEXT +); \ No newline at end of file diff --git a/gis-spbu/index.php b/gis-spbu/index.php new file mode 100644 index 0000000..0d2ee2e --- /dev/null +++ b/gis-spbu/index.php @@ -0,0 +1,306 @@ + + + + + + + + + + + + + + + + + +
+ +
+ +
+ +
+ +

+ Dashboard WebGIS SPBU +

+ +

+ Sistem Informasi Geografis Pemetaan dan Pencarian Lokasi SPBU +

+ +

+ Clara Oxana Azalia | D1041231051 +

+ +
+ + +
+ + + + + + + + + + + + + + + + + 🔓 ADMIN + + + +
+ +
+ +
+ +

+ Keterangan +

+ +
+ + + + SPBU 24 Jam + +
+ +
+ + + + SPBU Non 24 Jam + +
+ +
+ + + +
+ +
+ + + + +
+ + + + + + + + + + + + \ No newline at end of file diff --git a/gis-spbu/koneksi.php b/gis-spbu/koneksi.php new file mode 100644 index 0000000..9e78397 --- /dev/null +++ b/gis-spbu/koneksi.php @@ -0,0 +1,12 @@ + + + + + + + Portal WebGIS Terpadu + + + + + + + + + + + +
+ +
+
+ + +
+ +

+ Portal WebGIS Terpadu +

+ +

+ Pilih salah satu aplikasi WebGIS untuk membuka peta interaktif. +

+ +
+
+

+ Clara Oxana Azalia +

+

+ NIM D1041231051 +

+
+
+ +
+ + +
+ +
+ +
+ +

+ Sistem Informasi Geospasial Terintegrasi +

+ +

+ Portal WebGIS Terpadu merupakan sistem yang + mengintegrasikan beberapa aplikasi WebGIS dalam + satu platform untuk memudahkan akses, + visualisasi, dan analisis data spasial secara + interaktif. +

+ +
+ + + WebGIS + + + + Spatial Analysis + + + + Interactive Mapping + + +
+ +
+ +
+ 🌎 +
+ +
+ +
+ + +
+ +
+ +

+ 3 +

+ +

+ Aplikasi WebGIS +

+ +
+ +
+ +

+ 3 +

+ +

+ Tema Geospasial +

+ +
+ +
+ +

+ 1 +

+ +

+ Portal Terintegrasi +

+ +
+ +
+ + + + + +
+ +

+ Cara Penggunaan +

+ +
    + +
  1. + 1. Pilih aplikasi WebGIS yang ingin digunakan. +
  2. + +
  3. + 2. Klik kartu aplikasi pada halaman utama. +
  4. + +
  5. + 3. Sistem akan membuka halaman peta interaktif. +
  6. + +
  7. + 4. Gunakan fitur zoom dan navigasi peta untuk menjelajahi data. +
  8. + +
  9. + 5. Klik objek peta untuk melihat informasi detail. +
  10. + +
+ +
+ + +
+ +

+ Tentang Portal +

+ +

+ Portal WebGIS Terpadu dikembangkan sebagai media + integrasi berbagai aplikasi WebGIS yang mencakup + pemetaan lokasi SPBU, data parsil tanah, dan + visualisasi kemiskinan wilayah. Sistem ini + dirancang untuk mempermudah pengguna dalam + mengakses informasi geospasial secara terpusat + dan interaktif. +

+ +
+ +
+
+ +
+ + + + + + \ No newline at end of file diff --git a/webgis-parsiltanah/README.md b/webgis-parsiltanah/README.md new file mode 100644 index 0000000..9144f8e --- /dev/null +++ b/webgis-parsiltanah/README.md @@ -0,0 +1,71 @@ +## Pengembang + +**Clara Oxana Azalia** +**NIM:** D1041231051 + +--- + +## Tujuan Pengembangan + +Proyek ini dibuat sebagai media pembelajaran dan implementasi Sistem Informasi Geografis (SIG) berbasis web untuk pengelolaan data jalan dan parsil tanah di Kota Pontianak. + +--- + +## Cara Menjalankan Aplikasi + +1. Jalankan Laragon atau XAMPP. +2. Buat database MySQL. +3. Import struktur tabel yang diperlukan. +4. Atur koneksi database pada file `config/koneksi.php`. +5. Simpan project pada folder web server. +6. Buka browser dan akses: + +```text +http://localhost:3000 +``` + +--- + +## Cara Menggunakan + +### Menambah Data Jalan + +1. Klik ikon **Draw Polyline**. +2. Gambar jalan pada peta. +3. Masukkan nama jalan dan status jalan. +4. Data akan tersimpan ke database. + +### Menambah Data Parsil Tanah + +1. Klik ikon **Draw Polygon**. +2. Gambar area parsil tanah pada peta. +3. Masukkan nomor parsil dan status kepemilikan. +4. Data akan tersimpan ke database. + +### Mengedit Atribut Data + +1. Klik objek jalan atau parsil pada peta. +2. Sidebar edit akan muncul. +3. Ubah atribut yang diperlukan. +4. Klik **Simpan Perubahan**. + +### Mengedit Geometri + +1. Klik tombol **Edit Layers**. +2. Pilih objek yang ingin diubah. +3. Geser titik geometri sesuai kebutuhan. +4. Klik **Save**. +5. Geometri akan diperbarui secara otomatis. + +### Menghapus Data + +1. Klik objek jalan atau parsil pada peta. +2. Buka sidebar. +3. Klik **Hapus Data**. +4. Data akan dihapus dari database. + +--- + +## Lisensi + +Proyek ini dibuat untuk keperluan pembelajaran, penelitian, dan pengembangan Sistem Informasi Geografis (SIG) berbasis web. diff --git a/webgis-parsiltanah/assets/geojson/pontianak.geojson b/webgis-parsiltanah/assets/geojson/pontianak.geojson new file mode 100644 index 0000000..31bc1e3 --- /dev/null +++ b/webgis-parsiltanah/assets/geojson/pontianak.geojson @@ -0,0 +1,12 @@ +{ +"type": "FeatureCollection", +"name": "Poligon_Kota", +"features": [ +{ "type": "Feature", "properties": { "Id": 0, "Plan_Area": 113026328.1, "Ket": "Pontianak Timur" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 109.3736933, -0.062143 ], [ 109.3745753, -0.0614192 ], [ 109.3748589, -0.0611864 ], [ 109.375308, -0.0608526 ], [ 109.3764502, -0.060024 ], [ 109.3766874, -0.0598519 ], [ 109.3783089, -0.0586757 ], [ 109.3794795, -0.0578065 ], [ 109.3794797, -0.0578064 ], [ 109.3848969, -0.0536119 ], [ 109.3848212, -0.0533846 ], [ 109.3832254, -0.0509288 ], [ 109.3807414, -0.0471512 ], [ 109.3796086, -0.0457695 ], [ 109.3778891, -0.0436725 ], [ 109.3767196, -0.0422663 ], [ 109.3748341, -0.0401549 ], [ 109.3725367, -0.0377498 ], [ 109.3725017, -0.0377447 ], [ 109.3709935, -0.0361822 ], [ 109.3732496, -0.0342408 ], [ 109.3746781, -0.0328027 ], [ 109.3760112, -0.0314389 ], [ 109.376031, -0.0312926 ], [ 109.3760868, -0.0312763 ], [ 109.3755415, -0.0272459 ], [ 109.3755572, -0.025895 ], [ 109.3757068, -0.025298 ], [ 109.3763597, -0.0245093 ], [ 109.3763045, -0.0244858 ], [ 109.3762758, -0.0244587 ], [ 109.3762623, -0.0244366 ], [ 109.3762876, -0.0244366 ], [ 109.3763002, -0.0244139 ], [ 109.3763133, -0.0243843 ], [ 109.3762948, -0.0243724 ], [ 109.3763302, -0.0242705 ], [ 109.3763099, -0.0242586 ], [ 109.3763167, -0.0242348 ], [ 109.3760265, -0.0240871 ], [ 109.3759844, -0.0241737 ], [ 109.3761497, -0.0242569 ], [ 109.3761345, -0.0242858 ], [ 109.3760552, -0.0242535 ], [ 109.3760232, -0.0242535 ], [ 109.3758781, -0.0241754 ], [ 109.3758494, -0.024206 ], [ 109.375809, -0.0242121 ], [ 109.3757381, -0.0242229 ], [ 109.3757077, -0.0243265 ], [ 109.3756571, -0.0243028 ], [ 109.3757181, -0.0241748 ], [ 109.3753933, -0.0240414 ], [ 109.375336, -0.0240094 ], [ 109.3752843, -0.0240854 ], [ 109.3751274, -0.0239971 ], [ 109.3751843, -0.0239245 ], [ 109.3751966, -0.0239088 ], [ 109.3750758, -0.0238638 ], [ 109.3750113, -0.0238278 ], [ 109.3749739, -0.0238374 ], [ 109.3749503, -0.0238408 ], [ 109.3749233, -0.0238901 ], [ 109.3748086, -0.0238306 ], [ 109.3748255, -0.0237695 ], [ 109.3747901, -0.0237321 ], [ 109.3746349, -0.0236455 ], [ 109.374559, -0.023637 ], [ 109.3744206, -0.0237084 ], [ 109.3741828, -0.0235742 ], [ 109.3741777, -0.0234689 ], [ 109.3740368, -0.0234178 ], [ 109.3739208, -0.0234017 ], [ 109.3736489, -0.0233132 ], [ 109.3736049, -0.0233454 ], [ 109.3735689, -0.0233253 ], [ 109.373549, -0.023289 ], [ 109.373529, -0.0232327 ], [ 109.373485, -0.0232085 ], [ 109.373429, -0.0231602 ], [ 109.373417, -0.0231119 ], [ 109.3730491, -0.022971 ], [ 109.3729732, -0.0230918 ], [ 109.3727932, -0.0230314 ], [ 109.3727332, -0.0230958 ], [ 109.3726053, -0.0229871 ], [ 109.3725293, -0.0229066 ], [ 109.3724893, -0.0228422 ], [ 109.3724614, -0.0227979 ], [ 109.3723974, -0.0227818 ], [ 109.3723054, -0.0227778 ], [ 109.3722454, -0.0227536 ], [ 109.3721815, -0.0227174 ], [ 109.3720855, -0.0226731 ], [ 109.3719455, -0.0226288 ], [ 109.3718616, -0.0225926 ], [ 109.3718096, -0.0225604 ], [ 109.3717456, -0.0225644 ], [ 109.3717016, -0.0225886 ], [ 109.3716227, -0.0225086 ], [ 109.3715717, -0.0224965 ], [ 109.3714787, -0.0224572 ], [ 109.3714097, -0.0224119 ], [ 109.3713618, -0.0223727 ], [ 109.3712988, -0.0223244 ], [ 109.3712118, -0.0222882 ], [ 109.3710949, -0.0222459 ], [ 109.3710019, -0.0222157 ], [ 109.3709689, -0.0221976 ], [ 109.3709209, -0.0221614 ], [ 109.3708969, -0.0221191 ], [ 109.3708579, -0.0220798 ], [ 109.370747, -0.0222368 ], [ 109.37072, -0.0222278 ], [ 109.370762, -0.0221161 ], [ 109.3705311, -0.0220436 ], [ 109.3704381, -0.0220587 ], [ 109.3702522, -0.0219772 ], [ 109.3701622, -0.0219319 ], [ 109.3701082, -0.0219621 ], [ 109.3700572, -0.0220104 ], [ 109.3698893, -0.0220013 ], [ 109.3698083, -0.0219953 ], [ 109.3697483, -0.0219711 ], [ 109.3697034, -0.0219319 ], [ 109.3696314, -0.021953 ], [ 109.3695684, -0.0219349 ], [ 109.3695354, -0.0219077 ], [ 109.3695774, -0.0218292 ], [ 109.3695084, -0.021787 ], [ 109.3694695, -0.0218564 ], [ 109.3694005, -0.0218624 ], [ 109.3693405, -0.0218624 ], [ 109.3692445, -0.0218353 ], [ 109.3691576, -0.0218413 ], [ 109.3690496, -0.0218504 ], [ 109.3690136, -0.0218202 ], [ 109.3689656, -0.0217749 ], [ 109.3689147, -0.0217296 ], [ 109.3688757, -0.0216873 ], [ 109.3687977, -0.0216541 ], [ 109.3686897, -0.021642 ], [ 109.3686088, -0.0216058 ], [ 109.3685968, -0.0215575 ], [ 109.3686717, -0.0213945 ], [ 109.3683809, -0.0213039 ], [ 109.3682669, -0.0212918 ], [ 109.36809, -0.0212616 ], [ 109.368072, -0.0213039 ], [ 109.368003, -0.0213009 ], [ 109.367985, -0.0213824 ], [ 109.367949, -0.0214035 ], [ 109.367874, -0.0214065 ], [ 109.36785, -0.0214518 ], [ 109.367841, -0.0215454 ], [ 109.3678111, -0.0215786 ], [ 109.3678051, -0.0215424 ], [ 109.3678081, -0.0215001 ], [ 109.3677931, -0.021482 ], [ 109.3677541, -0.0214488 ], [ 109.3676971, -0.0214307 ], [ 109.3676491, -0.0214156 ], [ 109.3675741, -0.0213643 ], [ 109.3675502, -0.0213552 ], [ 109.3675052, -0.0213643 ], [ 109.3674692, -0.0213884 ], [ 109.3674122, -0.0213613 ], [ 109.3673792, -0.0213431 ], [ 109.3673252, -0.0213522 ], [ 109.3672833, -0.0213613 ], [ 109.3672233, -0.0213763 ], [ 109.3671723, -0.0213763 ], [ 109.3671243, -0.0213582 ], [ 109.3670523, -0.0213643 ], [ 109.3670134, -0.0213975 ], [ 109.3669834, -0.0213854 ], [ 109.3669444, -0.0213552 ], [ 109.3668304, -0.0213341 ], [ 109.3667704, -0.0213009 ], [ 109.3666925, -0.0213039 ], [ 109.3665575, -0.0212918 ], [ 109.3664915, -0.0212646 ], [ 109.3664406, -0.0212284 ], [ 109.3666205, -0.0212284 ], [ 109.3666355, -0.0211288 ], [ 109.3661857, -0.0211197 ], [ 109.3661077, -0.0213522 ], [ 109.3660507, -0.0213481 ], [ 109.3659562, -0.0213464 ], [ 109.3658179, -0.0213447 ], [ 109.3656324, -0.0213328 ], [ 109.3656155, -0.0213176 ], [ 109.3655969, -0.0212802 ], [ 109.3655683, -0.0212411 ], [ 109.3655531, -0.021214 ], [ 109.3655311, -0.0212089 ], [ 109.365467, -0.0212513 ], [ 109.3654502, -0.0212547 ], [ 109.3654316, -0.0212683 ], [ 109.3654215, -0.0212921 ], [ 109.3654131, -0.0213074 ], [ 109.3654097, -0.0212717 ], [ 109.3654215, -0.0212564 ], [ 109.3654198, -0.0212326 ], [ 109.3654114, -0.0212089 ], [ 109.3654029, -0.0211766 ], [ 109.3653844, -0.0211545 ], [ 109.3653507, -0.0211392 ], [ 109.3653102, -0.0211121 ], [ 109.365268, -0.0211104 ], [ 109.365241, -0.0211256 ], [ 109.3652005, -0.021129 ], [ 109.3651499, -0.0211087 ], [ 109.3650976, -0.0211087 ], [ 109.3650605, -0.0211172 ], [ 109.3650285, -0.0211239 ], [ 109.3649913, -0.0211121 ], [ 109.3649593, -0.0210917 ], [ 109.3649357, -0.0210917 ], [ 109.3648884, -0.0210883 ], [ 109.3648716, -0.0210662 ], [ 109.3648496, -0.0210475 ], [ 109.3648058, -0.0210645 ], [ 109.3647788, -0.0210849 ], [ 109.3647282, -0.0210968 ], [ 109.3647096, -0.0210798 ], [ 109.364713, -0.0210611 ], [ 109.3647046, -0.0210458 ], [ 109.3646742, -0.0210458 ], [ 109.3646523, -0.0210594 ], [ 109.3646152, -0.0210679 ], [ 109.3645949, -0.0210679 ], [ 109.3645797, -0.0210424 ], [ 109.3645696, -0.0210085 ], [ 109.3645342, -0.0209966 ], [ 109.3644903, -0.0210186 ], [ 109.3644718, -0.0210645 ], [ 109.3644718, -0.0210968 ], [ 109.3644903, -0.0211205 ], [ 109.3644819, -0.0211477 ], [ 109.3644701, -0.0211834 ], [ 109.3644583, -0.0212038 ], [ 109.3644296, -0.021197 ], [ 109.3644178, -0.0211766 ], [ 109.364406, -0.0211647 ], [ 109.3643554, -0.0211698 ], [ 109.3643202, -0.021158 ], [ 109.3642872, -0.0211459 ], [ 109.3642572, -0.0211701 ], [ 109.3642122, -0.0212274 ], [ 109.3641342, -0.0212637 ], [ 109.3640662, -0.021231 ], [ 109.3640103, -0.0212028 ], [ 109.3639703, -0.0211464 ], [ 109.3639343, -0.0211343 ], [ 109.3639063, -0.0211585 ], [ 109.3638943, -0.0212028 ], [ 109.3638503, -0.0212269 ], [ 109.3638503, -0.0213437 ], [ 109.3638183, -0.0213396 ], [ 109.3638063, -0.0212632 ], [ 109.3637664, -0.0212229 ], [ 109.3637544, -0.0211464 ], [ 109.3636344, -0.0210901 ], [ 109.3634625, -0.0210659 ], [ 109.3634545, -0.0210901 ], [ 109.3634265, -0.0210941 ], [ 109.3633705, -0.0211142 ], [ 109.3633585, -0.0211545 ], [ 109.3633185, -0.0211545 ], [ 109.3632665, -0.0211384 ], [ 109.3632026, -0.0211424 ], [ 109.3631106, -0.0211786 ], [ 109.3630826, -0.0212028 ], [ 109.3630706, -0.0212591 ], [ 109.3630386, -0.0212591 ], [ 109.3630186, -0.0212229 ], [ 109.3628867, -0.0212108 ], [ 109.3628467, -0.0212269 ], [ 109.3628187, -0.0212994 ], [ 109.3627766, -0.0213119 ], [ 109.3627107, -0.0213316 ], [ 109.3626468, -0.021396 ], [ 109.3625154, -0.0214343 ], [ 109.362427, -0.0214091 ], [ 109.362214, -0.0213025 ], [ 109.3622353, -0.0212457 ], [ 109.362285, -0.0211463 ], [ 109.3622495, -0.0210895 ], [ 109.3620719, -0.0210327 ], [ 109.3619938, -0.021054 ], [ 109.3619796, -0.0211179 ], [ 109.3618518, -0.021196 ], [ 109.3616387, -0.0212244 ], [ 109.361241, -0.0212386 ], [ 109.3611296, -0.0212119 ], [ 109.3611236, -0.0212398 ], [ 109.3611202, -0.021284 ], [ 109.3611506, -0.0213434 ], [ 109.3612282, -0.0213689 ], [ 109.3612686, -0.0214028 ], [ 109.3612838, -0.0214436 ], [ 109.3612838, -0.02152 ], [ 109.3612771, -0.0215778 ], [ 109.3612653, -0.0216117 ], [ 109.3612467, -0.0216032 ], [ 109.3612214, -0.0215862 ], [ 109.3611978, -0.0215761 ], [ 109.3611472, -0.0215811 ], [ 109.361078, -0.02161 ], [ 109.3610257, -0.0216491 ], [ 109.3609811, -0.0216877 ], [ 109.3609541, -0.0217064 ], [ 109.3609558, -0.0216639 ], [ 109.3609474, -0.0216316 ], [ 109.360944, -0.0215892 ], [ 109.3609322, -0.0215484 ], [ 109.3609035, -0.0215162 ], [ 109.3609001, -0.0214839 ], [ 109.3609204, -0.0214601 ], [ 109.3609072, -0.0211108 ], [ 109.3609001, -0.0210712 ], [ 109.3607939, -0.0210763 ], [ 109.3607235, -0.0211423 ], [ 109.3606587, -0.0211534 ], [ 109.360403, -0.0212102 ], [ 109.3604017, -0.0212109 ], [ 109.3603599, -0.0211932 ], [ 109.3603119, -0.0211894 ], [ 109.3602486, -0.0211919 ], [ 109.3601854, -0.021155 ], [ 109.3603473, -0.0210977 ], [ 109.3603789, -0.0210658 ], [ 109.3601537, -0.0210327 ], [ 109.3599578, -0.0211083 ], [ 109.3599502, -0.0211224 ], [ 109.3599502, -0.0211529 ], [ 109.3599578, -0.0211797 ], [ 109.359973, -0.0212166 ], [ 109.3600236, -0.0212192 ], [ 109.3600628, -0.0212039 ], [ 109.3601299, -0.021172 ], [ 109.3601514, -0.0211797 ], [ 109.3601868, -0.0212013 ], [ 109.3602248, -0.0212383 ], [ 109.3602463, -0.0212739 ], [ 109.3602451, -0.021293 ], [ 109.3602437, -0.0213134 ], [ 109.3602349, -0.0213351 ], [ 109.3601539, -0.0213402 ], [ 109.360138, -0.0213242 ], [ 109.3601198, -0.0213134 ], [ 109.3600957, -0.0212892 ], [ 109.3600679, -0.0212663 ], [ 109.3600388, -0.0212497 ], [ 109.3600072, -0.0212319 ], [ 109.3599641, -0.0212268 ], [ 109.3599287, -0.0212268 ], [ 109.3598946, -0.0212268 ], [ 109.3598538, -0.02123 ], [ 109.3598123, -0.0212332 ], [ 109.3597933, -0.0212111 ], [ 109.3597794, -0.021195 ], [ 109.3597668, -0.0211899 ], [ 109.3597393, -0.0211943 ], [ 109.3597385, -0.0211944 ], [ 109.3596871, -0.0212026 ], [ 109.3596605, -0.0212128 ], [ 109.3596162, -0.021223 ], [ 109.3595985, -0.0212472 ], [ 109.3595884, -0.0212892 ], [ 109.3595861, -0.0213119 ], [ 109.3595833, -0.0213389 ], [ 109.3595644, -0.0213516 ], [ 109.3595378, -0.0213656 ], [ 109.3595133, -0.021368 ], [ 109.3594581, -0.0213733 ], [ 109.3594138, -0.0213936 ], [ 109.3593518, -0.0213962 ], [ 109.3593214, -0.0213898 ], [ 109.3593063, -0.0214 ], [ 109.3593063, -0.0214369 ], [ 109.3593126, -0.0214917 ], [ 109.3592985, -0.0215334 ], [ 109.3592873, -0.0215669 ], [ 109.3591962, -0.0216547 ], [ 109.3591291, -0.021656 ], [ 109.3590924, -0.0216446 ], [ 109.3590785, -0.0216242 ], [ 109.3590667, -0.0215915 ], [ 109.3590296, -0.0215926 ], [ 109.3590279, -0.0216165 ], [ 109.3590216, -0.0216395 ], [ 109.3590089, -0.021656 ], [ 109.3589798, -0.0216688 ], [ 109.3589242, -0.0216726 ], [ 109.3588698, -0.0216738 ], [ 109.3588166, -0.0216573 ], [ 109.358766, -0.0216305 ], [ 109.3587192, -0.0216114 ], [ 109.3586003, -0.0216102 ], [ 109.3585599, -0.0215968 ], [ 109.3585488, -0.0216112 ], [ 109.3584982, -0.0216418 ], [ 109.3584443, -0.0216265 ], [ 109.3583768, -0.0216163 ], [ 109.3583093, -0.0216214 ], [ 109.3582132, -0.0216057 ], [ 109.3581642, -0.0215976 ], [ 109.3581035, -0.0215976 ], [ 109.3580225, -0.021618 ], [ 109.3577004, -0.0216095 ], [ 109.3577003, -0.0216469 ], [ 109.3577054, -0.0217182 ], [ 109.3577223, -0.0217352 ], [ 109.3577223, -0.0217819 ], [ 109.3577223, -0.0218133 ], [ 109.3577122, -0.0218354 ], [ 109.3576953, -0.0218592 ], [ 109.35767, -0.0218744 ], [ 109.3576396, -0.0218897 ], [ 109.3575974, -0.0219084 ], [ 109.3575856, -0.0219441 ], [ 109.35753, -0.0219339 ], [ 109.3574945, -0.0219186 ], [ 109.3574546, -0.0218963 ], [ 109.3574338, -0.0218846 ], [ 109.3574252, -0.0219004 ], [ 109.3574018, -0.0219271 ], [ 109.3573884, -0.0219056 ], [ 109.357368, -0.0218727 ], [ 109.3573495, -0.0218439 ], [ 109.357341, -0.021815 ], [ 109.3573225, -0.0217759 ], [ 109.3573006, -0.0217607 ], [ 109.3572871, -0.0217759 ], [ 109.35725, -0.0218116 ], [ 109.3572213, -0.0218456 ], [ 109.3572112, -0.0218914 ], [ 109.357209, -0.0219207 ], [ 109.3572061, -0.0219593 ], [ 109.357174, -0.0219695 ], [ 109.3571217, -0.021961 ], [ 109.3570678, -0.0219475 ], [ 109.3570558, -0.0219152 ], [ 109.3570475, -0.0218931 ], [ 109.356963, -0.0218895 ], [ 109.3569058, -0.021905 ], [ 109.3568518, -0.0219118 ], [ 109.3567894, -0.0219882 ], [ 109.3567709, -0.022029 ], [ 109.356754, -0.0220799 ], [ 109.3567523, -0.0221292 ], [ 109.3567473, -0.022175 ], [ 109.3567439, -0.0221478 ], [ 109.3567304, -0.022119 ], [ 109.3567118, -0.022102 ], [ 109.3567017, -0.022068 ], [ 109.3567034, -0.0220375 ], [ 109.3567118, -0.022012 ], [ 109.3567068, -0.0219831 ], [ 109.3566899, -0.0219542 ], [ 109.3566747, -0.0219271 ], [ 109.3566663, -0.0218982 ], [ 109.3566562, -0.0218557 ], [ 109.3566511, -0.0218167 ], [ 109.3566393, -0.0217929 ], [ 109.3566275, -0.0217691 ], [ 109.3566073, -0.0217437 ], [ 109.3565516, -0.0217199 ], [ 109.3564183, -0.0216995 ], [ 109.3563728, -0.0216706 ], [ 109.356339, -0.0216808 ], [ 109.3563137, -0.0217029 ], [ 109.3562733, -0.0217233 ], [ 109.3562345, -0.0217233 ], [ 109.3562058, -0.0217148 ], [ 109.3561805, -0.0217165 ], [ 109.356167, -0.0217471 ], [ 109.3561535, -0.0217793 ], [ 109.3561467, -0.0218116 ], [ 109.3561383, -0.0218506 ], [ 109.3561214, -0.0218557 ], [ 109.3561063, -0.021849 ], [ 109.3560793, -0.0218422 ], [ 109.3560573, -0.0218761 ], [ 109.3560371, -0.0219288 ], [ 109.3559983, -0.0219356 ], [ 109.3559629, -0.0219169 ], [ 109.3559477, -0.021888 ], [ 109.3559376, -0.0218642 ], [ 109.3559207, -0.0218439 ], [ 109.3559241, -0.0218065 ], [ 109.3558768, -0.0218031 ], [ 109.3558768, -0.0218252 ], [ 109.3558684, -0.0218744 ], [ 109.3558482, -0.0219118 ], [ 109.355811, -0.0219474 ], [ 109.3557503, -0.0219559 ], [ 109.355698, -0.0219288 ], [ 109.3556306, -0.0219356 ], [ 109.3556086, -0.0219729 ], [ 109.355612, -0.0220069 ], [ 109.3556104, -0.0220213 ], [ 109.3556052, -0.0220663 ], [ 109.3555597, -0.0221054 ], [ 109.3555361, -0.0221207 ], [ 109.3555226, -0.0221495 ], [ 109.3555125, -0.022209 ], [ 109.355504, -0.0221699 ], [ 109.3554939, -0.0221258 ], [ 109.3554872, -0.0220969 ], [ 109.355476, -0.022033 ], [ 109.3554652, -0.0219712 ], [ 109.3553944, -0.021978 ], [ 109.3554013, -0.0220398 ], [ 109.3554096, -0.0221139 ], [ 109.3553269, -0.022102 ], [ 109.3552097, -0.0220577 ], [ 109.3551531, -0.0220631 ], [ 109.3551516, -0.0220921 ], [ 109.3551364, -0.022104 ], [ 109.355106, -0.0221074 ], [ 109.3550773, -0.0221057 ], [ 109.355047, -0.0220972 ], [ 109.3550349, -0.0220737 ], [ 109.3550234, -0.0220513 ], [ 109.3549761, -0.022053 ], [ 109.3549694, -0.0220072 ], [ 109.3549609, -0.0220021 ], [ 109.3549407, -0.0220072 ], [ 109.3549272, -0.0220157 ], [ 109.3549103, -0.0220378 ], [ 109.3549019, -0.0220632 ], [ 109.3548462, -0.0220581 ], [ 109.3548429, -0.0220191 ], [ 109.3548395, -0.0220072 ], [ 109.3548209, -0.0219902 ], [ 109.354799, -0.0219868 ], [ 109.354772, -0.0219868 ], [ 109.3547315, -0.0219885 ], [ 109.3547096, -0.0219987 ], [ 109.3546877, -0.0220208 ], [ 109.3546877, -0.02207 ], [ 109.3546269, -0.0220734 ], [ 109.3546258, -0.022107 ], [ 109.3546219, -0.022228 ], [ 109.3545493, -0.022228 ], [ 109.3545342, -0.0222517 ], [ 109.354519, -0.0222432 ], [ 109.3544937, -0.0222347 ], [ 109.3544785, -0.0222432 ], [ 109.3544498, -0.0222568 ], [ 109.3544296, -0.0222568 ], [ 109.3544144, -0.0222585 ], [ 109.3544009, -0.0222721 ], [ 109.3543942, -0.0222925 ], [ 109.354379, -0.0222993 ], [ 109.354357, -0.0222976 ], [ 109.3543317, -0.0222891 ], [ 109.3543048, -0.0222704 ], [ 109.3543117, -0.0221415 ], [ 109.3543166, -0.0220513 ], [ 109.354018, -0.0220513 ], [ 109.3540053, -0.0221949 ], [ 109.3539961, -0.0222993 ], [ 109.3539707, -0.022301 ], [ 109.3539421, -0.0223044 ], [ 109.3539286, -0.0223264 ], [ 109.3538847, -0.0223315 ], [ 109.3538493, -0.0223332 ], [ 109.3538189, -0.0223417 ], [ 109.3538088, -0.0223604 ], [ 109.3537987, -0.0223825 ], [ 109.3537734, -0.0223893 ], [ 109.353743, -0.0224215 ], [ 109.3536937, -0.0224523 ], [ 109.3536588, -0.0224609 ], [ 109.3536126, -0.0224702 ], [ 109.3535741, -0.0224673 ], [ 109.3535656, -0.0224544 ], [ 109.3535599, -0.0224437 ], [ 109.3535535, -0.0224294 ], [ 109.3535457, -0.0224129 ], [ 109.3535343, -0.0224036 ], [ 109.3535165, -0.0224 ], [ 109.353498, -0.0224028 ], [ 109.3534902, -0.02241 ], [ 109.3534859, -0.0224251 ], [ 109.3534845, -0.0224423 ], [ 109.3534738, -0.0224473 ], [ 109.3534567, -0.0224458 ], [ 109.3534297, -0.0224458 ], [ 109.3534124, -0.0224521 ], [ 109.3533938, -0.0224708 ], [ 109.3533888, -0.0224963 ], [ 109.3533027, -0.0225014 ], [ 109.3533027, -0.0225115 ], [ 109.3532859, -0.0225574 ], [ 109.3532707, -0.0225421 ], [ 109.3532707, -0.0225132 ], [ 109.3532662, -0.0224841 ], [ 109.353237, -0.0224589 ], [ 109.3532184, -0.0224487 ], [ 109.3531897, -0.0224453 ], [ 109.353161, -0.0224436 ], [ 109.3531357, -0.0224487 ], [ 109.3531172, -0.0224742 ], [ 109.3530784, -0.02252 ], [ 109.3530681, -0.0225617 ], [ 109.3529495, -0.0226043 ], [ 109.3529054, -0.0226144 ], [ 109.3529034, -0.0226562 ], [ 109.3529866, -0.022663 ], [ 109.3529709, -0.0227151 ], [ 109.3529169, -0.0227355 ], [ 109.3527369, -0.02274 ], [ 109.3526897, -0.0228147 ], [ 109.352485, -0.0227943 ], [ 109.3523838, -0.0227604 ], [ 109.3521781, -0.0227178 ], [ 109.3520973, -0.0227387 ], [ 109.3520291, -0.0227333 ], [ 109.3520206, -0.0227316 ], [ 109.3520177, -0.0227594 ], [ 109.3520088, -0.0228437 ], [ 109.351916, -0.0228488 ], [ 109.3519128, -0.0227849 ], [ 109.351911, -0.0227486 ], [ 109.3518418, -0.0227486 ], [ 109.3518418, -0.0228021 ], [ 109.3518418, -0.0228403 ], [ 109.3517423, -0.0228454 ], [ 109.3517423, -0.0228233 ], [ 109.3517322, -0.0228253 ], [ 109.351631, -0.0228233 ], [ 109.3516309, -0.0228451 ], [ 109.3516309, -0.0228946 ], [ 109.3515922, -0.0229014 ], [ 109.3515905, -0.0229252 ], [ 109.3515719, -0.0229303 ], [ 109.3515685, -0.0228811 ], [ 109.3514999, -0.022867 ], [ 109.3514606, -0.022859 ], [ 109.3513965, -0.0228301 ], [ 109.3513745, -0.0228301 ], [ 109.3513763, -0.0228858 ], [ 109.3513268, -0.0228928 ], [ 109.3512396, -0.0228861 ], [ 109.3512392, -0.0229053 ], [ 109.3512362, -0.0230322 ], [ 109.351162, -0.0230213 ], [ 109.3510434, -0.0230232 ], [ 109.3508964, -0.0230452 ], [ 109.3507777, -0.0230757 ], [ 109.3507094, -0.023113 ], [ 109.3506563, -0.0231665 ], [ 109.3506472, -0.0230044 ], [ 109.3506459, -0.0229812 ], [ 109.3505785, -0.0229764 ], [ 109.3502843, -0.0229812 ], [ 109.3502805, -0.0230347 ], [ 109.3502625, -0.0230815 ], [ 109.3502236, -0.0231015 ], [ 109.3501724, -0.0231235 ], [ 109.3501377, -0.0231183 ], [ 109.3501343, -0.0230793 ], [ 109.3500601, -0.0230742 ], [ 109.3499437, -0.0230861 ], [ 109.3494697, -0.0231693 ], [ 109.3494714, -0.0232983 ], [ 109.3494022, -0.0233051 ], [ 109.3493853, -0.0232865 ], [ 109.3492237, -0.0232801 ], [ 109.3491877, -0.0233432 ], [ 109.3490567, -0.0233002 ], [ 109.3490169, -0.0233948 ], [ 109.348995, -0.0233909 ], [ 109.3489893, -0.0233804 ], [ 109.3488537, -0.0233938 ], [ 109.3488506, -0.023366 ], [ 109.3488304, -0.0233456 ], [ 109.3487764, -0.0233298 ], [ 109.3487404, -0.0233275 ], [ 109.3486617, -0.0233433 ], [ 109.348385, -0.0233796 ], [ 109.3483805, -0.0233932 ], [ 109.3482141, -0.0233909 ], [ 109.3481804, -0.0233456 ], [ 109.3480117, -0.0233614 ], [ 109.3480004, -0.0233818 ], [ 109.3479082, -0.0233841 ], [ 109.3478992, -0.0234248 ], [ 109.3478857, -0.0234271 ], [ 109.3478767, -0.0233388 ], [ 109.3477823, -0.0233207 ], [ 109.3477778, -0.023443 ], [ 109.3477575, -0.0234407 ], [ 109.3477508, -0.0233886 ], [ 109.3476675, -0.0233818 ], [ 109.347654, -0.0234067 ], [ 109.3476338, -0.023418 ], [ 109.3476001, -0.0234407 ], [ 109.3475438, -0.0234475 ], [ 109.3475011, -0.0234316 ], [ 109.3474359, -0.0234203 ], [ 109.3473931, -0.0233886 ], [ 109.3472604, -0.0233682 ], [ 109.3472582, -0.0234158 ], [ 109.3473347, -0.0234384 ], [ 109.3473347, -0.023495 ], [ 109.3473167, -0.0235064 ], [ 109.3471435, -0.0235403 ], [ 109.3469726, -0.0235539 ], [ 109.3466605, -0.0236035 ], [ 109.3465356, -0.0236135 ], [ 109.3464826, -0.023618 ], [ 109.3464674, -0.0236198 ], [ 109.3464656, -0.0236198 ], [ 109.3464593, -0.0236198 ], [ 109.3464305, -0.0236225 ], [ 109.3463883, -0.0236252 ], [ 109.3463709, -0.0236249 ], [ 109.3463452, -0.0236243 ], [ 109.34632, -0.0236206 ], [ 109.3463378, -0.0237452 ], [ 109.3463513, -0.0238154 ], [ 109.3464008, -0.0238313 ], [ 109.3464435, -0.0238675 ], [ 109.346493, -0.0238856 ], [ 109.3464975, -0.0239581 ], [ 109.3465155, -0.0240487 ], [ 109.3464998, -0.0241551 ], [ 109.3465088, -0.0242185 ], [ 109.3465133, -0.0242842 ], [ 109.3464818, -0.0243476 ], [ 109.346475, -0.0244359 ], [ 109.3464728, -0.0244879 ], [ 109.346484, -0.0245468 ], [ 109.3464705, -0.0246736 ], [ 109.3464458, -0.0247348 ], [ 109.3464458, -0.0247846 ], [ 109.3464188, -0.0248366 ], [ 109.3462668, -0.0249194 ], [ 109.3462741, -0.0249357 ], [ 109.3463037, -0.0249972 ], [ 109.346337, -0.0250614 ], [ 109.3463837, -0.0251446 ], [ 109.3464412, -0.025245 ], [ 109.3464888, -0.0253291 ], [ 109.3465067, -0.0253607 ], [ 109.3465858, -0.0255082 ], [ 109.3466657, -0.0256972 ], [ 109.3467376, -0.0258988 ], [ 109.3468141, -0.026071 ], [ 109.3467658, -0.0260953 ], [ 109.3468948, -0.0263942 ], [ 109.3469307, -0.0263852 ], [ 109.3469727, -0.0264878 ], [ 109.3470532, -0.0265049 ], [ 109.3471467, -0.0265482 ], [ 109.3472224, -0.0266035 ], [ 109.347169, -0.0267013 ], [ 109.3471257, -0.0267807 ], [ 109.3473296, -0.0271701 ], [ 109.3474945, -0.0274841 ], [ 109.3475766, -0.027495 ], [ 109.3480223, -0.0272275 ], [ 109.3481333, -0.027315 ], [ 109.3481033, -0.0273513 ], [ 109.3480013, -0.0273362 ], [ 109.3479113, -0.0274287 ], [ 109.3479324, -0.0274781 ], [ 109.3478694, -0.0274992 ], [ 109.3478154, -0.0275535 ], [ 109.3478124, -0.0276622 ], [ 109.3477644, -0.0277437 ], [ 109.3477044, -0.027937 ], [ 109.3476909, -0.0280593 ], [ 109.3477032, -0.028101 ], [ 109.3477643, -0.0282502 ], [ 109.3478434, -0.0283922 ], [ 109.3478511, -0.028406 ], [ 109.347837, -0.0284599 ], [ 109.347891, -0.0285347 ], [ 109.347909, -0.0286026 ], [ 109.347882, -0.0286298 ], [ 109.3478798, -0.0286637 ], [ 109.3478977, -0.0286932 ], [ 109.3479675, -0.0287113 ], [ 109.3481182, -0.0289332 ], [ 109.3480057, -0.0290192 ], [ 109.3480889, -0.0291392 ], [ 109.3480574, -0.0291664 ], [ 109.3481227, -0.0292524 ], [ 109.3482661, -0.0291152 ], [ 109.3482844, -0.0291464 ], [ 109.3483107, -0.0292032 ], [ 109.3481766, -0.0292774 ], [ 109.3482441, -0.0293906 ], [ 109.3483048, -0.0293611 ], [ 109.3483566, -0.0294381 ], [ 109.3482958, -0.0294744 ], [ 109.3482846, -0.029454 ], [ 109.3482261, -0.0294993 ], [ 109.3483588, -0.0297551 ], [ 109.348442, -0.0297982 ], [ 109.3484623, -0.0298525 ], [ 109.3485666, -0.0297865 ], [ 109.3486338, -0.0299594 ], [ 109.348721, -0.0301846 ], [ 109.3488126, -0.0303863 ], [ 109.3488713, -0.0304868 ], [ 109.3489908, -0.0304186 ], [ 109.3490268, -0.0304208 ], [ 109.3490515, -0.0304344 ], [ 109.3490875, -0.0304163 ], [ 109.3490965, -0.0304299 ], [ 109.349083, -0.0304571 ], [ 109.3490493, -0.0304661 ], [ 109.3490156, -0.0304729 ], [ 109.3489953, -0.0305046 ], [ 109.3490156, -0.0305431 ], [ 109.3490808, -0.0305295 ], [ 109.3491303, -0.030525 ], [ 109.349137, -0.030491 ], [ 109.349164, -0.0304593 ], [ 109.3492045, -0.0304707 ], [ 109.349227, -0.030525 ], [ 109.3492247, -0.0305816 ], [ 109.349182, -0.0305997 ], [ 109.3491662, -0.0306292 ], [ 109.3491797, -0.0306812 ], [ 109.3491527, -0.0307175 ], [ 109.349119, -0.0307401 ], [ 109.3491213, -0.0307537 ], [ 109.3491775, -0.0307582 ], [ 109.349209, -0.0307945 ], [ 109.3491752, -0.030808 ], [ 109.3491617, -0.0307786 ], [ 109.3491213, -0.0307763 ], [ 109.3491033, -0.0307945 ], [ 109.3490943, -0.0308307 ], [ 109.3490654, -0.0308448 ], [ 109.3490245, -0.0308647 ], [ 109.349083, -0.0309847 ], [ 109.3491227, -0.0309618 ], [ 109.3492562, -0.030885 ], [ 109.3493057, -0.0308918 ], [ 109.3493462, -0.0309326 ], [ 109.3493732, -0.0309892 ], [ 109.3493484, -0.0310571 ], [ 109.3493169, -0.0310752 ], [ 109.3492787, -0.0310549 ], [ 109.3492135, -0.0310707 ], [ 109.3491996, -0.0311028 ], [ 109.3491842, -0.0311386 ], [ 109.3492405, -0.0312541 ], [ 109.3492811, -0.0312642 ], [ 109.3494001, -0.0312224 ], [ 109.3494159, -0.0312383 ], [ 109.3494384, -0.0312722 ], [ 109.3494834, -0.0312813 ], [ 109.3495149, -0.0312881 ], [ 109.3495778, -0.0312904 ], [ 109.3496228, -0.0312994 ], [ 109.3496543, -0.0313085 ], [ 109.3494564, -0.0314534 ], [ 109.3494676, -0.0315055 ], [ 109.3495193, -0.0314941 ], [ 109.3496048, -0.0316209 ], [ 109.3494622, -0.0316883 ], [ 109.3492495, -0.0312745 ], [ 109.3491212, -0.0313719 ], [ 109.3491685, -0.0314239 ], [ 109.349191, -0.0314126 ], [ 109.3492437, -0.0315148 ], [ 109.3493089, -0.0314808 ], [ 109.3493404, -0.0314763 ], [ 109.3493584, -0.0314944 ], [ 109.3493562, -0.0315284 ], [ 109.3493359, -0.0315533 ], [ 109.3492752, -0.0315872 ], [ 109.3493696, -0.0318137 ], [ 109.3494942, -0.0317641 ], [ 109.3496373, -0.0317072 ], [ 109.3496868, -0.0318001 ], [ 109.3495391, -0.0318665 ], [ 109.3495519, -0.0318956 ], [ 109.3496246, -0.032062 ], [ 109.3497028, -0.0322266 ], [ 109.3497989, -0.0323876 ], [ 109.3498492, -0.0324645 ], [ 109.3498977, -0.0325395 ], [ 109.3499876, -0.0326734 ], [ 109.3500792, -0.0327946 ], [ 109.3501708, -0.0329176 ], [ 109.350213, -0.0329881 ], [ 109.3504538, -0.0332585 ], [ 109.3505086, -0.03332 ], [ 109.3506002, -0.0334674 ], [ 109.3506954, -0.0336293 ], [ 109.3507816, -0.033784 ], [ 109.3508616, -0.0339576 ], [ 109.3509541, -0.034133 ], [ 109.3510583, -0.0342976 ], [ 109.3511302, -0.0344007 ], [ 109.3511616, -0.034446 ], [ 109.3512613, -0.0345915 ], [ 109.3512692, -0.0346049 ], [ 109.3514549, -0.0345367 ], [ 109.3514526, -0.0345865 ], [ 109.3514279, -0.0345956 ], [ 109.3514009, -0.0346114 ], [ 109.3513964, -0.0346363 ], [ 109.3514279, -0.0346771 ], [ 109.3513323, -0.0347113 ], [ 109.351257, -0.0347382 ], [ 109.3514144, -0.035216 ], [ 109.3515246, -0.0351775 ], [ 109.3515606, -0.0352704 ], [ 109.3514594, -0.0353066 ], [ 109.3514976, -0.0353926 ], [ 109.3516191, -0.0353247 ], [ 109.3517045, -0.0354538 ], [ 109.351664, -0.0354674 ], [ 109.3516393, -0.0354968 ], [ 109.351664, -0.0355308 ], [ 109.3516146, -0.0355602 ], [ 109.3516483, -0.0356304 ], [ 109.3517383, -0.0355783 ], [ 109.3517877, -0.0356779 ], [ 109.3517045, -0.0357051 ], [ 109.3517473, -0.0357662 ], [ 109.35179, -0.03573 ], [ 109.351916, -0.0356757 ], [ 109.3519115, -0.0357051 ], [ 109.3519272, -0.0357459 ], [ 109.3519497, -0.0357549 ], [ 109.3519992, -0.0357663 ], [ 109.3518867, -0.0358319 ], [ 109.3519339, -0.0358908 ], [ 109.3520082, -0.03585 ], [ 109.3520307, -0.0358387 ], [ 109.3520576, -0.0358546 ], [ 109.3520779, -0.0358772 ], [ 109.3520756, -0.0359112 ], [ 109.3520037, -0.0359565 ], [ 109.3519564, -0.0359474 ], [ 109.35188, -0.0360312 ], [ 109.3519699, -0.036167 ], [ 109.3520554, -0.0362214 ], [ 109.3521026, -0.0361331 ], [ 109.3520262, -0.0360765 ], [ 109.3520779, -0.0360402 ], [ 109.3521184, -0.0360448 ], [ 109.3522196, -0.0361919 ], [ 109.3520734, -0.0362984 ], [ 109.352332, -0.0366335 ], [ 109.3524985, -0.0365293 ], [ 109.3525803, -0.0365425 ], [ 109.3526109, -0.0365475 ], [ 109.3526357, -0.0365656 ], [ 109.3527864, -0.036749 ], [ 109.3527087, -0.0368018 ], [ 109.3526334, -0.0368531 ], [ 109.3527009, -0.0369867 ], [ 109.3527759, -0.0369451 ], [ 109.3528763, -0.0368894 ], [ 109.3529146, -0.0369279 ], [ 109.3530158, -0.0368328 ], [ 109.353045, -0.036864 ], [ 109.3530158, -0.0369002 ], [ 109.3530338, -0.0369274 ], [ 109.353, -0.0369545 ], [ 109.3530225, -0.0369749 ], [ 109.3531125, -0.0369093 ], [ 109.3531552, -0.0369568 ], [ 109.3530338, -0.0370655 ], [ 109.3529888, -0.0370066 ], [ 109.3528618, -0.0371062 ], [ 109.3527346, -0.0372059 ], [ 109.3527908, -0.0372715 ], [ 109.3528358, -0.0372353 ], [ 109.3528808, -0.037301 ], [ 109.352957, -0.0372445 ], [ 109.3531282, -0.0371176 ], [ 109.3531867, -0.0371832 ], [ 109.353171, -0.0372036 ], [ 109.3532002, -0.0372444 ], [ 109.3530557, -0.037355 ], [ 109.3529843, -0.0374097 ], [ 109.3530293, -0.0374708 ], [ 109.3531096, -0.0374142 ], [ 109.3531642, -0.0373757 ], [ 109.3532024, -0.0374323 ], [ 109.3531542, -0.0374632 ], [ 109.353054, -0.0375274 ], [ 109.3530832, -0.0375863 ], [ 109.353195, -0.0375152 ], [ 109.3532114, -0.0375048 ], [ 109.3531912, -0.0374799 ], [ 109.3533351, -0.037387 ], [ 109.3534139, -0.0374753 ], [ 109.3534116, -0.0375523 ], [ 109.3532835, -0.0376286 ], [ 109.3532024, -0.0376769 ], [ 109.3531934, -0.0377312 ], [ 109.3531035, -0.0377787 ], [ 109.3530068, -0.0376633 ], [ 109.3529843, -0.0376814 ], [ 109.3530495, -0.0377901 ], [ 109.3529753, -0.0378308 ], [ 109.3530697, -0.0380074 ], [ 109.3531732, -0.037944 ], [ 109.3531844, -0.0378489 ], [ 109.3532272, -0.037824 ], [ 109.3532114, -0.0377991 ], [ 109.3532969, -0.0377267 ], [ 109.3533509, -0.0377742 ], [ 109.3533811, -0.0377549 ], [ 109.3534678, -0.0376995 ], [ 109.3535286, -0.0377991 ], [ 109.3534601, -0.0378578 ], [ 109.3535007, -0.0379106 ], [ 109.35352, -0.0379357 ], [ 109.3534042, -0.0380086 ], [ 109.3534732, -0.0381022 ], [ 109.3535451, -0.0380539 ], [ 109.3535991, -0.0381324 ], [ 109.3535331, -0.0382018 ], [ 109.3536801, -0.0383769 ], [ 109.3537939, -0.0382727 ], [ 109.3537362, -0.0382017 ], [ 109.3538, -0.0381595 ], [ 109.353875, -0.0382531 ], [ 109.3538162, -0.0383005 ], [ 109.3538873, -0.0383892 ], [ 109.353935, -0.0383528 ], [ 109.3540219, -0.0384494 ], [ 109.3540759, -0.0384071 ], [ 109.3541689, -0.0385188 ], [ 109.3540681, -0.0386268 ], [ 109.3541412, -0.0387182 ], [ 109.354147, -0.038726 ], [ 109.3539919, -0.0388872 ], [ 109.3540639, -0.0389807 ], [ 109.3542049, -0.038866 ], [ 109.3542289, -0.0388811 ], [ 109.3540939, -0.0389928 ], [ 109.3541119, -0.039026 ], [ 109.3540969, -0.0390532 ], [ 109.3541449, -0.0391075 ], [ 109.3540909, -0.0391709 ], [ 109.3542109, -0.0393008 ], [ 109.3542498, -0.0392645 ], [ 109.3542678, -0.0392585 ], [ 109.3542648, -0.0393068 ], [ 109.3543338, -0.0393853 ], [ 109.3543278, -0.0394125 ], [ 109.3543758, -0.0394759 ], [ 109.3544538, -0.0394849 ], [ 109.3544628, -0.0395 ], [ 109.3545107, -0.0395483 ], [ 109.3545557, -0.0395151 ], [ 109.3545617, -0.0394819 ], [ 109.3545887, -0.0394487 ], [ 109.3546427, -0.0394548 ], [ 109.3546637, -0.039488 ], [ 109.3546817, -0.0395272 ], [ 109.3547057, -0.0395665 ], [ 109.3546997, -0.0396208 ], [ 109.3547417, -0.0396661 ], [ 109.3548727, -0.0395611 ], [ 109.3550356, -0.0394306 ], [ 109.3550445, -0.0395393 ], [ 109.3550535, -0.0395574 ], [ 109.3551135, -0.0396087 ], [ 109.3549844, -0.0397254 ], [ 109.3548796, -0.0398201 ], [ 109.3550205, -0.0400163 ], [ 109.3551264, -0.0399459 ], [ 109.3552035, -0.0398684 ], [ 109.3552125, -0.0398774 ], [ 109.3552605, -0.0398503 ], [ 109.3553204, -0.0398623 ], [ 109.3553684, -0.0399167 ], [ 109.3553714, -0.039962 ], [ 109.3553624, -0.0400042 ], [ 109.3553714, -0.0400646 ], [ 109.3554636, -0.040189 ], [ 109.3554724, -0.0401903 ], [ 109.3555028, -0.0401937 ], [ 109.355523, -0.0401852 ], [ 109.3555297, -0.0401631 ], [ 109.3555837, -0.0401597 ], [ 109.3556192, -0.0401682 ], [ 109.3556563, -0.0401869 ], [ 109.3557018, -0.0402124 ], [ 109.3557153, -0.0402327 ], [ 109.3557153, -0.0402718 ], [ 109.3557119, -0.0403092 ], [ 109.3557035, -0.0403295 ], [ 109.3557423, -0.0403584 ], [ 109.355776, -0.0403703 ], [ 109.355798, -0.0403686 ], [ 109.3558233, -0.0403941 ], [ 109.35583, -0.0404009 ], [ 109.3558705, -0.0404179 ], [ 109.355889, -0.0404467 ], [ 109.3558958, -0.0404807 ], [ 109.3558705, -0.0405198 ], [ 109.3558621, -0.0405299 ], [ 109.355857, -0.0405571 ], [ 109.355857, -0.0405809 ], [ 109.3558621, -0.0406081 ], [ 109.3558806, -0.0406216 ], [ 109.3559177, -0.0406318 ], [ 109.355943, -0.0406335 ], [ 109.3559565, -0.0406471 ], [ 109.3559666, -0.0406811 ], [ 109.3560004, -0.0406998 ], [ 109.3560088, -0.0407354 ], [ 109.3559051, -0.0408388 ], [ 109.3558401, -0.0409036 ], [ 109.3559312, -0.0410055 ], [ 109.3559515, -0.0409817 ], [ 109.3559818, -0.0409715 ], [ 109.3560137, -0.0409613 ], [ 109.356029, -0.0409358 ], [ 109.356029, -0.0409104 ], [ 109.356029, -0.0408951 ], [ 109.3560189, -0.0408713 ], [ 109.3560611, -0.0408322 ], [ 109.3560948, -0.0408424 ], [ 109.3561303, -0.0408492 ], [ 109.3561623, -0.0408662 ], [ 109.3561707, -0.0409104 ], [ 109.3561589, -0.0409477 ], [ 109.3561117, -0.0410038 ], [ 109.3561151, -0.0410292 ], [ 109.3561235, -0.0410428 ], [ 109.3561522, -0.0410479 ], [ 109.3562197, -0.0409749 ], [ 109.3562686, -0.0409885 ], [ 109.3563496, -0.0410089 ], [ 109.3563749, -0.041019 ], [ 109.3563934, -0.0410479 ], [ 109.3564052, -0.0410734 ], [ 109.3564086, -0.0410989 ], [ 109.3564288, -0.0411142 ], [ 109.3564676, -0.0411192 ], [ 109.3565402, -0.0411906 ], [ 109.3564288, -0.0413061 ], [ 109.3563647, -0.041233 ], [ 109.3563209, -0.0412602 ], [ 109.3562838, -0.0412211 ], [ 109.3562698, -0.0412352 ], [ 109.3561825, -0.041323 ], [ 109.3563732, -0.041537 ], [ 109.356444, -0.0414623 ], [ 109.3565908, -0.0416406 ], [ 109.3566212, -0.0416163 ], [ 109.3567308, -0.0415285 ], [ 109.356837, -0.0415965 ], [ 109.3568354, -0.0417221 ], [ 109.3569197, -0.0417969 ], [ 109.3568556, -0.0418601 ], [ 109.3567544, -0.0419599 ], [ 109.3568332, -0.0420217 ], [ 109.356916, -0.0419294 ], [ 109.3569623, -0.0418777 ], [ 109.3569281, -0.0418357 ], [ 109.3569534, -0.0418102 ], [ 109.3569775, -0.0418281 ], [ 109.3570357, -0.0418675 ], [ 109.3570293, -0.0418765 ], [ 109.3570053, -0.0418726 ], [ 109.35698, -0.041893 ], [ 109.3569724, -0.0419147 ], [ 109.3569673, -0.0419478 ], [ 109.35698, -0.0419822 ], [ 109.3570078, -0.0420166 ], [ 109.357027, -0.0420247 ], [ 109.3570629, -0.0420247 ], [ 109.3570539, -0.0420458 ], [ 109.3570749, -0.042076 ], [ 109.3571049, -0.0420911 ], [ 109.3571439, -0.0421273 ], [ 109.3571124, -0.0421598 ], [ 109.3570269, -0.0422481 ], [ 109.3571379, -0.0423658 ], [ 109.3572288, -0.0422857 ], [ 109.3572819, -0.042239 ], [ 109.3572938, -0.0422058 ], [ 109.3572579, -0.0421756 ], [ 109.3572909, -0.0421424 ], [ 109.3573238, -0.0421696 ], [ 109.3573658, -0.0421484 ], [ 109.3574198, -0.04223 ], [ 109.3573808, -0.0422481 ], [ 109.3573928, -0.0423507 ], [ 109.357344, -0.0424023 ], [ 109.3572699, -0.0424805 ], [ 109.3573898, -0.0425923 ], [ 109.3574563, -0.0425103 ], [ 109.3575098, -0.0424443 ], [ 109.3576207, -0.042544 ], [ 109.3576207, -0.0425802 ], [ 109.3575758, -0.0426352 ], [ 109.3575098, -0.042716 ], [ 109.3575847, -0.0427734 ], [ 109.3576413, -0.0427038 ], [ 109.3576927, -0.0426406 ], [ 109.3577227, -0.0426677 ], [ 109.3578216, -0.0426798 ], [ 109.3579296, -0.0427945 ], [ 109.3579986, -0.0428278 ], [ 109.3579296, -0.042864 ], [ 109.3579356, -0.0428851 ], [ 109.3579656, -0.0428912 ], [ 109.3579926, -0.0429002 ], [ 109.3579053, -0.0429792 ], [ 109.3578156, -0.0430602 ], [ 109.3579056, -0.0431689 ], [ 109.3579908, -0.0430669 ], [ 109.3580166, -0.0430361 ], [ 109.3580406, -0.0430572 ], [ 109.3580795, -0.0430059 ], [ 109.3580885, -0.04303 ], [ 109.3581305, -0.043027 ], [ 109.3581725, -0.0430753 ], [ 109.3582055, -0.0431085 ], [ 109.3581227, -0.0431983 ], [ 109.3580495, -0.0432776 ], [ 109.3581995, -0.0434044 ], [ 109.3582519, -0.0433263 ], [ 109.3582805, -0.0432836 ], [ 109.3583494, -0.043335 ], [ 109.3583141, -0.0433929 ], [ 109.3582685, -0.0434678 ], [ 109.3583014, -0.0435131 ], [ 109.3583569, -0.0434387 ], [ 109.3583775, -0.0434607 ], [ 109.3585329, -0.0436262 ], [ 109.358621, -0.0437191 ], [ 109.3586793, -0.043649 ], [ 109.3587933, -0.0437426 ], [ 109.3587259, -0.0438249 ], [ 109.3588419, -0.0439337 ], [ 109.3588805, -0.0439698 ], [ 109.3590182, -0.0438362 ], [ 109.3591291, -0.0439207 ], [ 109.3591021, -0.0439569 ], [ 109.3591171, -0.0439901 ], [ 109.3591141, -0.0440475 ], [ 109.3591501, -0.0440566 ], [ 109.3592071, -0.0440656 ], [ 109.3591621, -0.044126 ], [ 109.3591531, -0.0441652 ], [ 109.3591771, -0.0441924 ], [ 109.3592011, -0.0442166 ], [ 109.3592251, -0.0442105 ], [ 109.3592491, -0.0441652 ], [ 109.3592401, -0.0441169 ], [ 109.3592971, -0.0441139 ], [ 109.359354, -0.044193 ], [ 109.359342, -0.0442679 ], [ 109.3593241, -0.0443041 ], [ 109.3593288, -0.0443633 ], [ 109.3593876, -0.0444094 ], [ 109.359417, -0.0443705 ], [ 109.359459, -0.0443585 ], [ 109.359498, -0.0443645 ], [ 109.359528, -0.0443917 ], [ 109.359549, -0.0444551 ], [ 109.3595054, -0.0444977 ], [ 109.359438, -0.0445638 ], [ 109.359495, -0.0446151 ], [ 109.3595708, -0.0445361 ], [ 109.3596659, -0.044437 ], [ 109.3597619, -0.0445034 ], [ 109.3596746, -0.0445955 ], [ 109.3595759, -0.0446996 ], [ 109.3596719, -0.0447932 ], [ 109.3597889, -0.0448144 ], [ 109.3598668, -0.0447238 ], [ 109.3599838, -0.0448264 ], [ 109.3600678, -0.0449231 ], [ 109.3601337, -0.0449804 ], [ 109.3601127, -0.045068 ], [ 109.3602087, -0.0451616 ], [ 109.3603017, -0.0451042 ], [ 109.3603347, -0.0450619 ], [ 109.3603465, -0.0450183 ], [ 109.3603617, -0.0449623 ], [ 109.3604186, -0.0449774 ], [ 109.3604456, -0.0449714 ], [ 109.3604636, -0.0450438 ], [ 109.3604181, -0.0450853 ], [ 109.3605109, -0.0451754 ], [ 109.3605441, -0.0452104 ], [ 109.3605716, -0.0451827 ], [ 109.3606196, -0.0451827 ], [ 109.3606375, -0.0452129 ], [ 109.3606345, -0.0452672 ], [ 109.3606199, -0.0452902 ], [ 109.3606076, -0.0453095 ], [ 109.3606585, -0.0453699 ], [ 109.3606735, -0.0454091 ], [ 109.3606645, -0.0454303 ], [ 109.3606765, -0.0454484 ], [ 109.3607425, -0.0454484 ], [ 109.3606285, -0.0455812 ], [ 109.3607035, -0.0456446 ], [ 109.3608395, -0.0455029 ], [ 109.3608745, -0.0454665 ], [ 109.3609194, -0.0455209 ], [ 109.3608929, -0.0455544 ], [ 109.3607665, -0.0457141 ], [ 109.3608625, -0.0458047 ], [ 109.3609939, -0.0456605 ], [ 109.3610256, -0.0456945 ], [ 109.3610978, -0.0457779 ], [ 109.3610634, -0.0458228 ], [ 109.3611293, -0.0458832 ], [ 109.3611659, -0.0458545 ], [ 109.3611833, -0.0458409 ], [ 109.3612433, -0.0459013 ], [ 109.3612853, -0.0458681 ], [ 109.3613783, -0.0459526 ], [ 109.3614292, -0.0459013 ], [ 109.3615162, -0.0459073 ], [ 109.3616302, -0.0460764 ], [ 109.3615432, -0.046176 ], [ 109.3615882, -0.0462334 ], [ 109.3615432, -0.0462796 ], [ 109.3616526, -0.0464081 ], [ 109.3617577, -0.0465446 ], [ 109.3618471, -0.0466285 ], [ 109.36199, -0.0465172 ], [ 109.362053, -0.0465625 ], [ 109.362104, -0.0465564 ], [ 109.3622419, -0.0466863 ], [ 109.3622689, -0.0466712 ], [ 109.3623229, -0.0467316 ], [ 109.3622659, -0.046807 ], [ 109.3622479, -0.0467859 ], [ 109.3621343, -0.0469122 ], [ 109.3621736, -0.0469534 ], [ 109.3622663, -0.0470298 ], [ 109.3622309, -0.047076 ], [ 109.3622966, -0.0471439 ], [ 109.3623371, -0.0471405 ], [ 109.3623422, -0.0471762 ], [ 109.3623523, -0.0472102 ], [ 109.3623759, -0.0472407 ], [ 109.3624063, -0.0472323 ], [ 109.3624397, -0.0471889 ], [ 109.3624907, -0.047241 ], [ 109.3625644, -0.0473188 ], [ 109.362606, -0.0473602 ], [ 109.3625817, -0.0473902 ], [ 109.3625969, -0.047414 ], [ 109.3625463, -0.0474802 ], [ 109.3626138, -0.0475396 ], [ 109.3626897, -0.0474632 ], [ 109.3627082, -0.0474904 ], [ 109.3626846, -0.0475176 ], [ 109.3626559, -0.0475566 ], [ 109.3626526, -0.0476025 ], [ 109.3626998, -0.0476568 ], [ 109.3628103, -0.0475596 ], [ 109.362828, -0.0475447 ], [ 109.3628516, -0.0475464 ], [ 109.3628735, -0.0475244 ], [ 109.3630846, -0.0477127 ], [ 109.3631325, -0.0477023 ], [ 109.3631873, -0.0477587 ], [ 109.363189, -0.0477808 ], [ 109.3631569, -0.0478182 ], [ 109.3630861, -0.0477468 ], [ 109.3630338, -0.0477468 ], [ 109.3630304, -0.0477774 ], [ 109.3630557, -0.0478148 ], [ 109.3630372, -0.0478318 ], [ 109.363027, -0.0478453 ], [ 109.3630321, -0.0478708 ], [ 109.3630591, -0.0479065 ], [ 109.3630945, -0.0479184 ], [ 109.3631131, -0.047915 ], [ 109.3631519, -0.0479116 ], [ 109.3632463, -0.047915 ], [ 109.3632919, -0.0478997 ], [ 109.363329, -0.0479676 ], [ 109.3633003, -0.0479948 ], [ 109.3633003, -0.0480186 ], [ 109.3632902, -0.0480457 ], [ 109.3632413, -0.0480423 ], [ 109.3631401, -0.0481171 ], [ 109.3630928, -0.0481578 ], [ 109.3632347, -0.0483182 ], [ 109.3632904, -0.0482685 ], [ 109.3633283, -0.0482609 ], [ 109.363403, -0.048252 ], [ 109.3634055, -0.0482367 ], [ 109.3634789, -0.0482061 ], [ 109.3633701, -0.0483233 ], [ 109.3634232, -0.048373 ], [ 109.363513, -0.0482889 ], [ 109.3635611, -0.048336 ], [ 109.3636244, -0.0482889 ], [ 109.3636396, -0.0482864 ], [ 109.363656, -0.048294 ], [ 109.3636585, -0.0483258 ], [ 109.3636535, -0.048373 ], [ 109.3636336, -0.0484151 ], [ 109.3636808, -0.0484763 ], [ 109.363701, -0.048474 ], [ 109.3638427, -0.0485827 ], [ 109.3639192, -0.0485238 ], [ 109.3639777, -0.0485849 ], [ 109.3639799, -0.048628 ], [ 109.3639282, -0.0486959 ], [ 109.3639844, -0.0487367 ], [ 109.3640339, -0.0487978 ], [ 109.3639394, -0.0488997 ], [ 109.3639574, -0.0489586 ], [ 109.3639844, -0.0490016 ], [ 109.3640114, -0.0490288 ], [ 109.3640181, -0.0490491 ], [ 109.3640316, -0.0491012 ], [ 109.3640676, -0.0491624 ], [ 109.3640969, -0.0491714 ], [ 109.3641239, -0.0491691 ], [ 109.3641463, -0.0491601 ], [ 109.3641846, -0.049142 ], [ 109.3642026, -0.0491239 ], [ 109.3642183, -0.049099 ], [ 109.3642408, -0.0490786 ], [ 109.3642644, -0.049092 ], [ 109.3642948, -0.0491136 ], [ 109.3643062, -0.0491442 ], [ 109.3642973, -0.0491989 ], [ 109.3643049, -0.0492537 ], [ 109.3643176, -0.0492881 ], [ 109.3643327, -0.0493008 ], [ 109.3643479, -0.0493021 ], [ 109.3643644, -0.0493021 ], [ 109.3643909, -0.0492983 ], [ 109.3644112, -0.0492945 ], [ 109.3644378, -0.0493021 ], [ 109.3644656, -0.049325 ], [ 109.3644985, -0.0493416 ], [ 109.36452, -0.0493543 ], [ 109.3645453, -0.0493607 ], [ 109.3645681, -0.0493637 ], [ 109.3645828, -0.0493889 ], [ 109.3646225, -0.0494424 ], [ 109.3645744, -0.049483 ], [ 109.364601, -0.0495097 ], [ 109.364601, -0.0495263 ], [ 109.3645605, -0.0495645 ], [ 109.3646098, -0.0496346 ], [ 109.3646376, -0.0496333 ], [ 109.3646958, -0.0495849 ], [ 109.3647427, -0.0496397 ], [ 109.3646351, -0.0497314 ], [ 109.3647452, -0.0498638 ], [ 109.3648654, -0.04994 ], [ 109.3649143, -0.0498959 ], [ 109.3649261, -0.0498942 ], [ 109.3649598, -0.0499298 ], [ 109.3649868, -0.049974 ], [ 109.3649953, -0.0500029 ], [ 109.3648789, -0.0501167 ], [ 109.3649666, -0.0502219 ], [ 109.3650357, -0.0501676 ], [ 109.3650459, -0.0501931 ], [ 109.3650509, -0.0502169 ], [ 109.3650695, -0.0502457 ], [ 109.3650712, -0.0502695 ], [ 109.3650577, -0.0502984 ], [ 109.3650644, -0.0503204 ], [ 109.3650931, -0.0503255 ], [ 109.3651268, -0.0503154 ], [ 109.3651471, -0.0502848 ], [ 109.3651724, -0.0502848 ], [ 109.3652196, -0.0502593 ], [ 109.3652635, -0.0502304 ], [ 109.3652854, -0.0502525 ], [ 109.3652871, -0.0502729 ], [ 109.3652854, -0.0503069 ], [ 109.3653276, -0.0503646 ], [ 109.3654338, -0.0505141 ], [ 109.3653124, -0.0506024 ], [ 109.3654035, -0.0507263 ], [ 109.3655077, -0.0506503 ], [ 109.3655009, -0.0506741 ], [ 109.3655026, -0.0506961 ], [ 109.3655195, -0.050725 ], [ 109.3655465, -0.0507454 ], [ 109.365619, -0.0507046 ], [ 109.365646, -0.0507267 ], [ 109.3656679, -0.0507641 ], [ 109.3657118, -0.0508507 ], [ 109.3657489, -0.0508898 ], [ 109.3658372, -0.0509749 ], [ 109.3658782, -0.0510485 ], [ 109.3659006, -0.0510873 ], [ 109.3659114, -0.0511063 ], [ 109.3659186, -0.0511145 ], [ 109.3659455, -0.0511543 ], [ 109.3660129, -0.0512547 ], [ 109.3660371, -0.0512902 ], [ 109.3659209, -0.0513789 ], [ 109.3659614, -0.0514604 ], [ 109.3660812, -0.051355 ], [ 109.3661324, -0.0514301 ], [ 109.3661368, -0.0514374 ], [ 109.3660997, -0.0514757 ], [ 109.3660964, -0.051496 ], [ 109.3661183, -0.0515113 ], [ 109.3661419, -0.05153 ], [ 109.3661638, -0.0515691 ], [ 109.3661689, -0.0515962 ], [ 109.3661757, -0.0516268 ], [ 109.3662043, -0.0516489 ], [ 109.3662364, -0.0516845 ], [ 109.3662769, -0.0517678 ], [ 109.3662229, -0.0518034 ], [ 109.3662161, -0.051817 ], [ 109.3662094, -0.0518374 ], [ 109.3662077, -0.0518629 ], [ 109.3662178, -0.0518951 ], [ 109.366233, -0.0519206 ], [ 109.3662718, -0.0519342 ], [ 109.3663038, -0.0519291 ], [ 109.3663359, -0.0519699 ], [ 109.3664142, -0.0518923 ], [ 109.3664388, -0.051868 ], [ 109.366454, -0.0518832 ], [ 109.3664759, -0.0519257 ], [ 109.366481, -0.0519529 ], [ 109.3664777, -0.0519976 ], [ 109.3664725, -0.0520684 ], [ 109.366454, -0.0520972 ], [ 109.3664287, -0.0521261 ], [ 109.3664152, -0.0521736 ], [ 109.3664253, -0.0522314 ], [ 109.3664506, -0.0522942 ], [ 109.366513, -0.0523706 ], [ 109.3665619, -0.0523859 ], [ 109.3666513, -0.0523808 ], [ 109.3666783, -0.0523961 ], [ 109.3666884, -0.0524165 ], [ 109.3666851, -0.0524386 ], [ 109.3666783, -0.0524573 ], [ 109.3666716, -0.0524878 ], [ 109.3666749, -0.052532 ], [ 109.3666766, -0.0525676 ], [ 109.3667053, -0.0525999 ], [ 109.3668116, -0.0526288 ], [ 109.3668099, -0.0526611 ], [ 109.3667981, -0.0526899 ], [ 109.3667981, -0.0527154 ], [ 109.3668082, -0.0527409 ], [ 109.3668369, -0.0527663 ], [ 109.3668706, -0.0527799 ], [ 109.3669097, -0.0527471 ], [ 109.3669212, -0.0527375 ], [ 109.3669448, -0.0527375 ], [ 109.3669651, -0.0527664 ], [ 109.3669634, -0.0527901 ], [ 109.3669501, -0.052807 ], [ 109.3669992, -0.0528798 ], [ 109.3670401, -0.05293 ], [ 109.3670091, -0.0529652 ], [ 109.3671053, -0.0531283 ], [ 109.3670985, -0.0532302 ], [ 109.3671643, -0.0533185 ], [ 109.3672933, -0.0532413 ], [ 109.367312, -0.0532305 ], [ 109.3673457, -0.0532282 ], [ 109.367384, -0.0532055 ], [ 109.3674065, -0.0532667 ], [ 109.3673388, -0.0533002 ], [ 109.3672827, -0.0533392 ], [ 109.3673667, -0.0535113 ], [ 109.3673877, -0.0534993 ], [ 109.3674447, -0.0535808 ], [ 109.367529, -0.0535262 ], [ 109.3675706, -0.0534993 ], [ 109.3676366, -0.0536049 ], [ 109.3676052, -0.0536268 ], [ 109.3675586, -0.0536593 ], [ 109.3676246, -0.0537921 ], [ 109.3676216, -0.0538042 ], [ 109.3676726, -0.0539068 ], [ 109.3677086, -0.0538887 ], [ 109.3677715, -0.0539552 ], [ 109.3679305, -0.0541846 ], [ 109.3679845, -0.054245 ], [ 109.3679995, -0.0542812 ], [ 109.3679815, -0.0543205 ], [ 109.3679575, -0.0543597 ], [ 109.3679425, -0.0543929 ], [ 109.3679485, -0.0544261 ], [ 109.3679785, -0.0544594 ], [ 109.3680204, -0.0544986 ], [ 109.3680534, -0.0545439 ], [ 109.3680684, -0.0546314 ], [ 109.3680864, -0.0547462 ], [ 109.3680444, -0.0547824 ], [ 109.3681393, -0.0548768 ], [ 109.3681696, -0.0548463 ], [ 109.3683147, -0.0550212 ], [ 109.3683602, -0.0550959 ], [ 109.3683602, -0.0551639 ], [ 109.3683687, -0.0551927 ], [ 109.3683855, -0.0552046 ], [ 109.3684142, -0.0552097 ], [ 109.3684446, -0.0551995 ], [ 109.3685121, -0.0551978 ], [ 109.3685323, -0.0552131 ], [ 109.3685323, -0.0552335 ], [ 109.3685407, -0.0552708 ], [ 109.368561, -0.0553065 ], [ 109.3685812, -0.0553507 ], [ 109.3686015, -0.0553795 ], [ 109.3686251, -0.0553914 ], [ 109.3686692, -0.0554241 ], [ 109.3687212, -0.0554628 ], [ 109.3687398, -0.0554916 ], [ 109.368733, -0.0555103 ], [ 109.368721, -0.0555158 ], [ 109.3686993, -0.0555256 ], [ 109.3686605, -0.0555901 ], [ 109.3686504, -0.0556122 ], [ 109.3686335, -0.0556699 ], [ 109.3686149, -0.0557209 ], [ 109.3686014, -0.0557481 ], [ 109.3686183, -0.0557752 ], [ 109.3686639, -0.055782 ], [ 109.3686908, -0.0557752 ], [ 109.3687162, -0.0557599 ], [ 109.3687381, -0.0557583 ], [ 109.3687634, -0.0557701 ], [ 109.3687904, -0.0558007 ], [ 109.3688275, -0.0558177 ], [ 109.368873, -0.0558364 ], [ 109.3689472, -0.0559553 ], [ 109.3689692, -0.0560538 ], [ 109.3689742, -0.0561166 ], [ 109.3690063, -0.0561845 ], [ 109.3690699, -0.0561545 ], [ 109.3690889, -0.0561455 ], [ 109.3692003, -0.0563442 ], [ 109.369235, -0.0564665 ], [ 109.3692104, -0.0564851 ], [ 109.3691986, -0.0565123 ], [ 109.3691885, -0.0565412 ], [ 109.3691885, -0.0565717 ], [ 109.3691986, -0.0565921 ], [ 109.3692188, -0.0566074 ], [ 109.3692559, -0.0566295 ], [ 109.3692914, -0.0566414 ], [ 109.369315, -0.0566549 ], [ 109.3693538, -0.0566668 ], [ 109.3693708, -0.0566664 ], [ 109.3695148, -0.0565867 ], [ 109.3695417, -0.056638 ], [ 109.3694998, -0.0566712 ], [ 109.3695267, -0.0567256 ], [ 109.3695177, -0.0567799 ], [ 109.3695777, -0.0568946 ], [ 109.3695687, -0.0569128 ], [ 109.3695517, -0.0569266 ], [ 109.3695057, -0.0569641 ], [ 109.3694968, -0.0569852 ], [ 109.3695057, -0.0570335 ], [ 109.3695387, -0.0570607 ], [ 109.3696107, -0.0570667 ], [ 109.3698026, -0.05742 ], [ 109.3697037, -0.0574502 ], [ 109.3697726, -0.057583 ], [ 109.3699219, -0.0574762 ], [ 109.3700006, -0.05742 ], [ 109.3700199, -0.0574607 ], [ 109.3699599, -0.0575311 ], [ 109.3699239, -0.0575735 ], [ 109.3699985, -0.0576915 ], [ 109.3699079, -0.057815 ], [ 109.3699506, -0.0579062 ], [ 109.3701093, -0.0577642 ], [ 109.3702864, -0.0579223 ], [ 109.370441, -0.0580887 ], [ 109.3704517, -0.0581746 ], [ 109.3705583, -0.0582927 ], [ 109.3708142, -0.0585879 ], [ 109.3712205, -0.0591339 ], [ 109.3713137, -0.0590984 ], [ 109.3717365, -0.0596449 ], [ 109.3717695, -0.0596811 ], [ 109.3718025, -0.0597687 ], [ 109.3720244, -0.0599951 ], [ 109.3721024, -0.060128 ], [ 109.3721294, -0.0601521 ], [ 109.3721893, -0.0601914 ], [ 109.3721863, -0.0602427 ], [ 109.3721713, -0.0602729 ], [ 109.3721713, -0.0603182 ], [ 109.3722103, -0.0603333 ], [ 109.3722283, -0.0603121 ], [ 109.3722703, -0.0603182 ], [ 109.3723063, -0.0603574 ], [ 109.3723303, -0.0603755 ], [ 109.3723693, -0.0603604 ], [ 109.3724472, -0.0604782 ], [ 109.3724502, -0.0605144 ], [ 109.3724412, -0.0605627 ], [ 109.3724442, -0.060599 ], [ 109.3724742, -0.060608 ], [ 109.3725312, -0.060611 ], [ 109.3725672, -0.0606744 ], [ 109.3725792, -0.0607499 ], [ 109.3725582, -0.0607952 ], [ 109.3726452, -0.0608948 ], [ 109.3726961, -0.060913 ], [ 109.3728251, -0.0611122 ], [ 109.3728521, -0.0612451 ], [ 109.3728469, -0.0612883 ], [ 109.3728401, -0.0613447 ], [ 109.3728221, -0.0614715 ], [ 109.372912, -0.0615077 ], [ 109.37299, -0.0615017 ], [ 109.3730412, -0.0614744 ], [ 109.3731218, -0.0615565 ], [ 109.3732718, -0.0617183 ], [ 109.3734272, -0.0618748 ], [ 109.3735243, -0.0619752 ], [ 109.3735808, -0.0620329 ], [ 109.3735963, -0.0620486 ], [ 109.3736001, -0.0620524 ], [ 109.3736001, -0.0620524 ], [ 109.3736933, -0.062143 ] ] ] } }, +{ "type": "Feature", "properties": { "Id": 0, "Plan_Area": 113026328.1, "Ket": "Pontianak Selatan" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 109.3542517, -0.0420783 ], [ 109.3541573, -0.041973 ], [ 109.3539848, -0.0417785 ], [ 109.3538285, -0.0415696 ], [ 109.3536632, -0.0413399 ], [ 109.353471, -0.0411373 ], [ 109.3532734, -0.0409402 ], [ 109.3530847, -0.0407276 ], [ 109.3528943, -0.0405124 ], [ 109.3527111, -0.0403198 ], [ 109.3525368, -0.0401136 ], [ 109.3523634, -0.0398811 ], [ 109.3521883, -0.0396813 ], [ 109.3520041, -0.0394886 ], [ 109.35182, -0.0392825 ], [ 109.3516547, -0.0390663 ], [ 109.3515038, -0.0388773 ], [ 109.3513583, -0.0386792 ], [ 109.35121, -0.0384712 ], [ 109.3510848, -0.0383339 ], [ 109.3511036, -0.0383195 ], [ 109.3510556, -0.0382591 ], [ 109.3510646, -0.0382199 ], [ 109.3510376, -0.0382018 ], [ 109.3509926, -0.0381836 ], [ 109.3509746, -0.0381565 ], [ 109.3509657, -0.0381202 ], [ 109.3509447, -0.0380765 ], [ 109.3508807, -0.0379799 ], [ 109.3508093, -0.0379891 ], [ 109.3506728, -0.0380067 ], [ 109.3505501, -0.0378403 ], [ 109.3505022, -0.0377652 ], [ 109.3505395, -0.0377061 ], [ 109.350566, -0.0376469 ], [ 109.3505875, -0.0375988 ], [ 109.3503955, -0.0372928 ], [ 109.350356, -0.0373167 ], [ 109.3503156, -0.0373411 ], [ 109.350113, -0.037003 ], [ 109.3498571, -0.0365468 ], [ 109.3496806, -0.0362465 ], [ 109.3495389, -0.0359861 ], [ 109.3495209, -0.0359499 ], [ 109.3495231, -0.0359272 ], [ 109.3495097, -0.0359091 ], [ 109.3494917, -0.0359023 ], [ 109.3494692, -0.0358774 ], [ 109.3494669, -0.0358502 ], [ 109.3494669, -0.0357936 ], [ 109.3494512, -0.0357574 ], [ 109.3494287, -0.0357393 ], [ 109.3493994, -0.0357393 ], [ 109.3493792, -0.0357121 ], [ 109.3493792, -0.0356782 ], [ 109.3494354, -0.0356442 ], [ 109.349377, -0.0355581 ], [ 109.349287, -0.0355604 ], [ 109.3492353, -0.0354834 ], [ 109.3491588, -0.0354993 ], [ 109.3491206, -0.0354517 ], [ 109.3490306, -0.0354562 ], [ 109.3489991, -0.0353951 ], [ 109.3490666, -0.0353634 ], [ 109.3490373, -0.0352977 ], [ 109.3491161, -0.0352547 ], [ 109.3490846, -0.0351958 ], [ 109.3489069, -0.0352909 ], [ 109.3489519, -0.0353928 ], [ 109.3489181, -0.0354042 ], [ 109.3488327, -0.0352253 ], [ 109.3488822, -0.0351936 ], [ 109.3488759, -0.0351426 ], [ 109.3489199, -0.0351225 ], [ 109.3489759, -0.0349977 ], [ 109.3488839, -0.0349333 ], [ 109.3488799, -0.034889 ], [ 109.3489279, -0.0348609 ], [ 109.3488239, -0.0346918 ], [ 109.348744, -0.034728 ], [ 109.3488199, -0.0348286 ], [ 109.34864, -0.0349092 ], [ 109.348592, -0.0348045 ], [ 109.34866, -0.0347441 ], [ 109.34862, -0.0346435 ], [ 109.34866, -0.0345911 ], [ 109.348552, -0.0343536 ], [ 109.348596, -0.0342933 ], [ 109.3484761, -0.034092 ], [ 109.3485201, -0.0340517 ], [ 109.3484441, -0.0339551 ], [ 109.3484081, -0.0339712 ], [ 109.3483281, -0.0338786 ], [ 109.3481842, -0.0336452 ], [ 109.3482402, -0.0336009 ], [ 109.3481962, -0.0335043 ], [ 109.3481667, -0.0333968 ], [ 109.3480831, -0.0332956 ], [ 109.3479852, -0.0331735 ], [ 109.3479583, -0.0331328 ], [ 109.3479026, -0.0330342 ], [ 109.3478397, -0.0329058 ], [ 109.3477759, -0.032771 ], [ 109.3477481, -0.0327076 ], [ 109.3477031, -0.03272 ], [ 109.3475538, -0.0323926 ], [ 109.3474578, -0.0322691 ], [ 109.3473565, -0.0320222 ], [ 109.3473192, -0.0320383 ], [ 109.3472819, -0.0319632 ], [ 109.3472339, -0.0317914 ], [ 109.3471539, -0.031625 ], [ 109.3470526, -0.0315875 ], [ 109.3469514, -0.0313459 ], [ 109.3469513, -0.0312922 ], [ 109.3468821, -0.0312547 ], [ 109.3467488, -0.0308843 ], [ 109.3467701, -0.0308575 ], [ 109.3465569, -0.030353 ], [ 109.3464822, -0.0302322 ], [ 109.3464253, -0.0302752 ], [ 109.3463756, -0.0301821 ], [ 109.3462334, -0.029946 ], [ 109.3462192, -0.0298386 ], [ 109.3462903, -0.0298028 ], [ 109.346141, -0.0294379 ], [ 109.3462218, -0.0293791 ], [ 109.346269, -0.0293448 ], [ 109.3454235, -0.0276445 ], [ 109.3452476, -0.0273346 ], [ 109.3451237, -0.0270689 ], [ 109.3452316, -0.0270286 ], [ 109.3451756, -0.0269481 ], [ 109.3451157, -0.0269642 ], [ 109.3451197, -0.0269159 ], [ 109.344988, -0.026631 ], [ 109.3448912, -0.0264159 ], [ 109.344808, -0.0262642 ], [ 109.344862, -0.0262302 ], [ 109.3449025, -0.0263117 ], [ 109.3449182, -0.0263095 ], [ 109.3449766, -0.0262807 ], [ 109.3449123, -0.0261412 ], [ 109.3448626, -0.0260498 ], [ 109.344825, -0.0260684 ], [ 109.3448253, -0.0260789 ], [ 109.3447773, -0.026094 ], [ 109.3447767, -0.0260924 ], [ 109.3435626, -0.026695 ], [ 109.3421049, -0.0276313 ], [ 109.3407319, -0.0284491 ], [ 109.3398953, -0.0290089 ], [ 109.3386697, -0.029896 ], [ 109.3381033, -0.0303335 ], [ 109.3378946, -0.0303876 ], [ 109.3366598, -0.0315638 ], [ 109.3339821, -0.0341435 ], [ 109.3326, -0.0355117 ], [ 109.3298122, -0.0379204 ], [ 109.3267827, -0.040538 ], [ 109.3250324, -0.0420502 ], [ 109.3244865, -0.0426193 ], [ 109.3237224, -0.0434157 ], [ 109.3227098, -0.0443885 ], [ 109.3219146, -0.0451524 ], [ 109.3209164, -0.0461114 ], [ 109.3195934, -0.0475023 ], [ 109.3189194, -0.0481395 ], [ 109.3179266, -0.0490781 ], [ 109.3172002, -0.0498481 ], [ 109.3164228, -0.0506347 ], [ 109.3141304, -0.0528482 ], [ 109.3120394, -0.0549893 ], [ 109.3109542, -0.0559101 ], [ 109.3101406, -0.0568693 ], [ 109.3092212, -0.0577928 ], [ 109.3088631, -0.0582134 ], [ 109.3080315, -0.0589924 ], [ 109.3069923, -0.060036 ], [ 109.3059248, -0.0611579 ], [ 109.3047008, -0.0623046 ], [ 109.3047371, -0.0623372 ], [ 109.3048321, -0.0623542 ], [ 109.3068011, -0.0643619 ], [ 109.3101193, -0.0677453 ], [ 109.3109413, -0.0685835 ], [ 109.3128921, -0.0705726 ], [ 109.3150452, -0.0727028 ], [ 109.3168483, -0.0742699 ], [ 109.316878, -0.0742811 ], [ 109.3170273, -0.0744255 ], [ 109.3221106, -0.0788436 ], [ 109.3238928, -0.0805255 ], [ 109.3239384, -0.0804322 ], [ 109.324635, -0.0794082 ], [ 109.327746, -0.074815 ], [ 109.3304054, -0.0707841 ], [ 109.3324355, -0.0681877 ], [ 109.3350186, -0.0651322 ], [ 109.3382299, -0.0613103 ], [ 109.3417723, -0.0573011 ], [ 109.3454892, -0.0530227 ], [ 109.3472762, -0.0510047 ], [ 109.3485814, -0.0489641 ], [ 109.349543, -0.0475118 ], [ 109.350875, -0.0460665 ], [ 109.3519334, -0.0448751 ], [ 109.3517595, -0.0445354 ], [ 109.3533471, -0.0431052 ], [ 109.3542517, -0.0420783 ] ] ] } }, +{ "type": "Feature", "properties": { "Id": 0, "Plan_Area": 113026328.1, "Ket": "Pontianak Utara" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 109.2987583, 0.0039108 ], [ 109.2987809, 0.0042644 ], [ 109.2987132, 0.0045538 ], [ 109.298397, 0.0046823 ], [ 109.2980357, 0.0048753 ], [ 109.2977196, 0.0050038 ], [ 109.2974486, 0.0051324 ], [ 109.296997, 0.0050038 ], [ 109.2968164, 0.0048752 ], [ 109.2966809, 0.0046823 ], [ 109.2966358, 0.0045538 ], [ 109.2967261, 0.0044252 ], [ 109.2968841, 0.0043287 ], [ 109.2971325, 0.0040394 ], [ 109.297539, 0.0039751 ], [ 109.2980357, 0.0039751 ], [ 109.2982616, 0.0038465 ], [ 109.2985551, 0.0038143 ], [ 109.2987583, 0.0039108 ] ] ], [ [ [ 109.3116358, 0.0396099 ], [ 109.3116442, 0.0393958 ], [ 109.3116096, 0.0394067 ], [ 109.2984402, 0.0322755 ], [ 109.291123, 0.0116307 ], [ 109.2900244, 0.008531 ], [ 109.2904892, 0.0084894 ], [ 109.2904527, 0.0084031 ], [ 109.2904929, 0.0083935 ], [ 109.2905529, 0.0084177 ], [ 109.2906998, 0.0083875 ], [ 109.2908048, 0.0083543 ], [ 109.2909097, 0.0083452 ], [ 109.2916474, 0.0083875 ], [ 109.2917021, 0.0085053 ], [ 109.2917524, 0.0086139 ], [ 109.2918723, 0.0085023 ], [ 109.2919113, 0.008466 ], [ 109.2918933, 0.0084297 ], [ 109.2918933, 0.0083935 ], [ 109.2919323, 0.0083724 ], [ 109.2920343, 0.0084267 ], [ 109.2921242, 0.0084418 ], [ 109.2921542, 0.0084418 ], [ 109.2922052, 0.0084237 ], [ 109.2922286, 0.0084874 ], [ 109.2922532, 0.0085173 ], [ 109.2923012, 0.0085143 ], [ 109.2923483, 0.0084824 ], [ 109.2923492, 0.0083965 ], [ 109.2924301, 0.0083784 ], [ 109.2924877, 0.0084766 ], [ 109.2925081, 0.0085113 ], [ 109.2925561, 0.0085022 ], [ 109.2925637, 0.0084734 ], [ 109.2925801, 0.0084116 ], [ 109.292613, 0.0083845 ], [ 109.292661, 0.0083845 ], [ 109.292709, 0.0084147 ], [ 109.2931198, 0.0083392 ], [ 109.2931862, 0.0084473 ], [ 109.2932712, 0.0084438 ], [ 109.2932818, 0.0083784 ], [ 109.2932548, 0.0082999 ], [ 109.2933148, 0.0082848 ], [ 109.2933447, 0.0083331 ], [ 109.2933657, 0.0083482 ], [ 109.2934017, 0.0083422 ], [ 109.2934527, 0.0083271 ], [ 109.2934707, 0.0083392 ], [ 109.2934887, 0.0083754 ], [ 109.2935037, 0.0083241 ], [ 109.2934917, 0.0082818 ], [ 109.2935877, 0.0082245 ], [ 109.2936626, 0.0083271 ], [ 109.2937076, 0.0083935 ], [ 109.2937286, 0.008315 ], [ 109.2937736, 0.0082697 ], [ 109.2938425, 0.0082033 ], [ 109.2939145, 0.0081762 ], [ 109.2940315, 0.0081731 ], [ 109.2940735, 0.0081973 ], [ 109.2941394, 0.0082154 ], [ 109.2942234, 0.0082637 ], [ 109.2942354, 0.008315 ], [ 109.2942444, 0.0083543 ], [ 109.2942834, 0.0083573 ], [ 109.2942624, 0.0082728 ], [ 109.2942414, 0.0081611 ], [ 109.2944903, 0.0081097 ], [ 109.2945293, 0.0081339 ], [ 109.2945862, 0.008149 ], [ 109.2946942, 0.0081399 ], [ 109.2948082, 0.0081158 ], [ 109.2948651, 0.0081339 ], [ 109.2949401, 0.0081399 ], [ 109.2950121, 0.0081279 ], [ 109.295084, 0.0080886 ], [ 109.295168, 0.0080313 ], [ 109.2956418, 0.0079105 ], [ 109.2956988, 0.0080101 ], [ 109.2958757, 0.0079769 ], [ 109.2960008, 0.0079952 ], [ 109.2961455, 0.0079128 ], [ 109.2961786, 0.0079286 ], [ 109.2962086, 0.0079346 ], [ 109.2962326, 0.0079256 ], [ 109.2962446, 0.0078863 ], [ 109.2962425, 0.0078576 ], [ 109.2962386, 0.0078048 ], [ 109.2966104, 0.0075875 ], [ 109.2966794, 0.0074184 ], [ 109.2967484, 0.0073882 ], [ 109.2967814, 0.0074697 ], [ 109.2969793, 0.0073641 ], [ 109.2971382, 0.0072675 ], [ 109.2975431, 0.007041 ], [ 109.2975251, 0.0069806 ], [ 109.2979599, 0.0068206 ], [ 109.2985445, 0.0065246 ], [ 109.2986946, 0.0064055 ], [ 109.2988533, 0.0063393 ], [ 109.2990744, 0.0062255 ], [ 109.2990814, 0.0061851 ], [ 109.2991174, 0.0061006 ], [ 109.2991534, 0.0060523 ], [ 109.2992454, 0.0060161 ], [ 109.2993333, 0.0059517 ], [ 109.2993733, 0.0059074 ], [ 109.2994053, 0.0058027 ], [ 109.2994733, 0.0057504 ], [ 109.2995693, 0.0056981 ], [ 109.2996572, 0.0056538 ], [ 109.2997372, 0.0055733 ], [ 109.2997652, 0.0055089 ], [ 109.2998132, 0.0054606 ], [ 109.2998931, 0.0054525 ], [ 109.3000651, 0.0054485 ], [ 109.3002588, 0.0053774 ], [ 109.300602, 0.0051668 ], [ 109.3009368, 0.0050045 ], [ 109.3010191, 0.0049981 ], [ 109.3013551, 0.0049717 ], [ 109.3015946, 0.0049944 ], [ 109.3021204, 0.0050352 ], [ 109.3022132, 0.0049841 ], [ 109.3022342, 0.004966 ], [ 109.3022972, 0.004966 ], [ 109.3023272, 0.004969 ], [ 109.3023781, 0.0050022 ], [ 109.3024981, 0.0049992 ], [ 109.302729, 0.004975 ], [ 109.3027319, 0.0050446 ], [ 109.3028106, 0.0050353 ], [ 109.3030739, 0.0050353 ], [ 109.3034337, 0.004972 ], [ 109.3034632, 0.005044 ], [ 109.3034757, 0.0050747 ], [ 109.3036708, 0.005047 ], [ 109.3037276, 0.0050233 ], [ 109.3037816, 0.0049992 ], [ 109.3038296, 0.0049901 ], [ 109.3038505, 0.0050143 ], [ 109.3038701, 0.0050498 ], [ 109.3038843, 0.00505 ], [ 109.304169, 0.005042 ], [ 109.3042074, 0.0050807 ], [ 109.3042374, 0.0051169 ], [ 109.3043184, 0.005123 ], [ 109.3043753, 0.0050898 ], [ 109.3044907, 0.0050274 ], [ 109.3044203, 0.0048181 ], [ 109.3045463, 0.0047848 ], [ 109.3046212, 0.0049177 ], [ 109.3048671, 0.004812 ], [ 109.304925, 0.0049631 ], [ 109.3050021, 0.0049517 ], [ 109.3053121, 0.0048621 ], [ 109.3053619, 0.0049026 ], [ 109.3053889, 0.0049147 ], [ 109.3055059, 0.0048875 ], [ 109.3055749, 0.0048633 ], [ 109.3056048, 0.0048271 ], [ 109.3056408, 0.0048241 ], [ 109.3057248, 0.0048301 ], [ 109.3057668, 0.004812 ], [ 109.3057698, 0.0047577 ], [ 109.305772, 0.0047349 ], [ 109.3064809, 0.0045538 ], [ 109.3067209, 0.0044683 ], [ 109.3068224, 0.004492 ], [ 109.3069153, 0.0044558 ], [ 109.3070893, 0.0044165 ], [ 109.3071462, 0.0043894 ], [ 109.3073532, 0.0043622 ], [ 109.3075601, 0.0043169 ], [ 109.307644, 0.0043109 ], [ 109.307746, 0.0042958 ], [ 109.3077177, 0.004243 ], [ 109.3076051, 0.0040331 ], [ 109.307767, 0.0039154 ], [ 109.307946, 0.0042192 ], [ 109.3079679, 0.0042565 ], [ 109.3080069, 0.0042535 ], [ 109.308394, 0.004184 ], [ 109.3087143, 0.0049645 ], [ 109.3087783, 0.0049967 ], [ 109.3088476, 0.0049806 ], [ 109.3088796, 0.0048893 ], [ 109.3088529, 0.0047927 ], [ 109.3085601, 0.0041184 ], [ 109.3085384, 0.0040682 ], [ 109.3091941, 0.0039125 ], [ 109.3095246, 0.0038374 ], [ 109.3095939, 0.0038642 ], [ 109.3096726, 0.0039703 ], [ 109.3097305, 0.0039611 ], [ 109.3096526, 0.0037944 ], [ 109.3099085, 0.0036925 ], [ 109.3099991, 0.0037569 ], [ 109.3102124, 0.0036656 ], [ 109.310335, 0.0036066 ], [ 109.3104523, 0.0035476 ], [ 109.3106229, 0.0034724 ], [ 109.3110707, 0.0033114 ], [ 109.3110174, 0.003145 ], [ 109.3112748, 0.0030576 ], [ 109.3114682, 0.0029693 ], [ 109.3115132, 0.0030508 ], [ 109.3122824, 0.0028131 ], [ 109.3123274, 0.0028312 ], [ 109.3124061, 0.002847 ], [ 109.3125095, 0.0028108 ], [ 109.3126018, 0.0028199 ], [ 109.3127607, 0.0027626 ], [ 109.3126927, 0.002501 ], [ 109.3130886, 0.0023762 ], [ 109.3131685, 0.0026217 ], [ 109.3133205, 0.0025694 ], [ 109.3136843, 0.002501 ], [ 109.3151757, 0.0020316 ], [ 109.3152113, 0.0019958 ], [ 109.3152824, 0.0019672 ], [ 109.3153677, 0.0019672 ], [ 109.3154174, 0.0019672 ], [ 109.3156022, 0.0018956 ], [ 109.3156093, 0.0018169 ], [ 109.3161069, 0.0017024 ], [ 109.3163131, 0.0016094 ], [ 109.3176007, 0.0010598 ], [ 109.3176744, 0.0011724 ], [ 109.3176876, 0.0011927 ], [ 109.3177536, 0.0011776 ], [ 109.3178076, 0.0011504 ], [ 109.3178113, 0.0011237 ], [ 109.3178226, 0.0010417 ], [ 109.3181315, 0.0008877 ], [ 109.3180835, 0.0007911 ], [ 109.3181285, 0.0007609 ], [ 109.3180025, 0.0005043 ], [ 109.3182514, 0.0003413 ], [ 109.3183414, 0.0005406 ], [ 109.3183654, 0.0005707 ], [ 109.3184134, 0.0006191 ], [ 109.3184374, 0.0006492 ], [ 109.3184613, 0.0006975 ], [ 109.3185063, 0.0007428 ], [ 109.3186023, 0.0007308 ], [ 109.3185873, 0.0006975 ], [ 109.3187102, 0.0006613 ], [ 109.3187672, 0.000613 ], [ 109.3188452, 0.0005617 ], [ 109.3194869, 0.0003594 ], [ 109.3198348, 0.0001541 ], [ 109.3198918, 0.0002266 ], [ 109.3199997, 0.0001753 ], [ 109.3199608, 0.0000635 ], [ 109.3202307, -0.0001085 ], [ 109.3202846, -0.0000361 ], [ 109.3206085, -0.0002444 ], [ 109.3207075, -0.0001176 ], [ 109.3207734, -0.0000995 ], [ 109.3208424, -0.0000723 ], [ 109.3209054, -0.0000633 ], [ 109.3209849, -0.0000707 ], [ 109.3210673, -0.0000783 ], [ 109.3210412, -0.000119 ], [ 109.3208814, -0.0003682 ], [ 109.3209504, -0.0004316 ], [ 109.3211202, -0.0001867 ], [ 109.3211723, -0.0001116 ], [ 109.3212173, -0.0000814 ], [ 109.3213372, -0.0001055 ], [ 109.3213762, -0.0001659 ], [ 109.3214152, -0.0002353 ], [ 109.3214842, -0.0002776 ], [ 109.3215891, -0.0003531 ], [ 109.321784, -0.0004316 ], [ 109.321856, -0.000495 ], [ 109.321898, -0.0005523 ], [ 109.321931, -0.0006278 ], [ 109.321799, -0.0005584 ], [ 109.3217165, -0.0007416 ], [ 109.3216671, -0.0008512 ], [ 109.3218376, -0.0009388 ], [ 109.321961, -0.0010022 ], [ 109.3223178, -0.0011471 ], [ 109.3223808, -0.0012195 ], [ 109.3223748, -0.0013011 ], [ 109.3226447, -0.001452 ], [ 109.3226837, -0.0014309 ], [ 109.3227437, -0.0014218 ], [ 109.3229386, -0.0014611 ], [ 109.3229536, -0.0015184 ], [ 109.3229656, -0.0015818 ], [ 109.3230136, -0.001606 ], [ 109.3230705, -0.0016483 ], [ 109.3231365, -0.0016573 ], [ 109.3231575, -0.0016392 ], [ 109.3232385, -0.0015999 ], [ 109.3233344, -0.0015999 ], [ 109.3233863, -0.0016056 ], [ 109.3234064, -0.0016573 ], [ 109.3234304, -0.0017056 ], [ 109.3234304, -0.001772 ], [ 109.3234154, -0.0018354 ], [ 109.3233884, -0.0018868 ], [ 109.3233434, -0.0019351 ], [ 109.3239762, -0.0024091 ], [ 109.324357, -0.0026506 ], [ 109.324409, -0.0025776 ], [ 109.3246169, -0.0027145 ], [ 109.324537, -0.002799 ], [ 109.3246229, -0.0028946 ], [ 109.3246129, -0.002948 ], [ 109.3248688, -0.0032016 ], [ 109.3249479, -0.0031204 ], [ 109.3250728, -0.0029922 ], [ 109.3250968, -0.0029882 ], [ 109.3251407, -0.0029963 ], [ 109.3252367, -0.0030848 ], [ 109.3253487, -0.0031814 ], [ 109.3254754, -0.003236 ], [ 109.3254806, -0.0033062 ], [ 109.3259644, -0.0036564 ], [ 109.3260604, -0.0038134 ], [ 109.3260564, -0.0038859 ], [ 109.3262603, -0.0040308 ], [ 109.3265642, -0.0042683 ], [ 109.327024, -0.0046026 ], [ 109.3272686, -0.0047843 ], [ 109.3272872, -0.0048505 ], [ 109.3273293, -0.0048879 ], [ 109.3273985, -0.0049422 ], [ 109.3273884, -0.0050441 ], [ 109.3273158, -0.0051545 ], [ 109.3276262, -0.005433 ], [ 109.3277477, -0.0055162 ], [ 109.327778, -0.0054924 ], [ 109.3277628, -0.0054805 ], [ 109.3278337, -0.0054007 ], [ 109.3278792, -0.0054483 ], [ 109.3277882, -0.0055179 ], [ 109.3277612, -0.0055434 ], [ 109.3277207, -0.0055349 ], [ 109.3276869, -0.0055943 ], [ 109.3278236, -0.0056775 ], [ 109.3279821, -0.0057166 ], [ 109.3279821, -0.0056011 ], [ 109.3280311, -0.0055858 ], [ 109.3281306, -0.0055654 ], [ 109.3282099, -0.0056588 ], [ 109.3282369, -0.0056605 ], [ 109.3283036, -0.0056979 ], [ 109.3283373, -0.0056741 ], [ 109.3283845, -0.0056351 ], [ 109.3284554, -0.0055807 ], [ 109.3284217, -0.005686 ], [ 109.328339, -0.0057879 ], [ 109.3283323, -0.0058253 ], [ 109.3283221, -0.005883 ], [ 109.3283069, -0.0059187 ], [ 109.3283086, -0.0059662 ], [ 109.3283424, -0.0059985 ], [ 109.3283413, -0.0060239 ], [ 109.3284205, -0.0060729 ], [ 109.3284436, -0.0060545 ], [ 109.3284807, -0.0060511 ], [ 109.3285212, -0.0060681 ], [ 109.3285364, -0.0060936 ], [ 109.3285785, -0.006131 ], [ 109.3285774, -0.0061701 ], [ 109.3285937, -0.0061801 ], [ 109.3286248, -0.0062106 ], [ 109.3286461, -0.0062313 ], [ 109.3286797, -0.0062244 ], [ 109.3287084, -0.0062108 ], [ 109.3287371, -0.0062057 ], [ 109.3287658, -0.0062193 ], [ 109.3287725, -0.0062498 ], [ 109.328781, -0.0062855 ], [ 109.3288096, -0.0063042 ], [ 109.3288467, -0.0062906 ], [ 109.3290374, -0.0064519 ], [ 109.3290036, -0.006508 ], [ 109.3290357, -0.0065436 ], [ 109.3290068, -0.0065835 ], [ 109.3289952, -0.0065997 ], [ 109.3292499, -0.006817 ], [ 109.3293191, -0.0068697 ], [ 109.3293351, -0.006852 ], [ 109.3293562, -0.0068289 ], [ 109.3293781, -0.0068204 ], [ 109.3294135, -0.0068306 ], [ 109.3294338, -0.0068493 ], [ 109.3294658, -0.0068221 ], [ 109.3295771, -0.0069308 ], [ 109.3297311, -0.0070709 ], [ 109.3297555, -0.0070834 ], [ 109.3296834, -0.007172 ], [ 109.329842, -0.0073401 ], [ 109.3298841, -0.007301 ], [ 109.3298707, -0.0072874 ], [ 109.3299246, -0.0072399 ], [ 109.3300326, -0.0073554 ], [ 109.3301034, -0.007391 ], [ 109.3301271, -0.0073842 ], [ 109.3301557, -0.0073503 ], [ 109.3301928, -0.0073622 ], [ 109.3302603, -0.0073741 ], [ 109.3303005, -0.0073628 ], [ 109.3303205, -0.0073731 ], [ 109.330367, -0.0074101 ], [ 109.3303683, -0.0074284 ], [ 109.3303767, -0.0074488 ], [ 109.3303919, -0.0074861 ], [ 109.3303767, -0.0075575 ], [ 109.3304037, -0.0075727 ], [ 109.3304425, -0.0075694 ], [ 109.3304509, -0.0075948 ], [ 109.3304594, -0.0076475 ], [ 109.3304779, -0.0076594 ], [ 109.3304847, -0.0076967 ], [ 109.3304796, -0.0077494 ], [ 109.3304779, -0.0077969 ], [ 109.3304931, -0.0078648 ], [ 109.3305437, -0.0079192 ], [ 109.3305639, -0.0079209 ], [ 109.3306011, -0.0079548 ], [ 109.3306331, -0.0079718 ], [ 109.3306652, -0.0079701 ], [ 109.3306888, -0.0079565 ], [ 109.3307158, -0.0079481 ], [ 109.3307681, -0.0080075 ], [ 109.330704, -0.0080941 ], [ 109.3306871, -0.0080788 ], [ 109.3306449, -0.0081264 ], [ 109.3307394, -0.0082181 ], [ 109.3308625, -0.0080958 ], [ 109.3311088, -0.0082979 ], [ 109.331124, -0.0083369 ], [ 109.3311172, -0.008359 ], [ 109.3310886, -0.0083624 ], [ 109.3310599, -0.0083539 ], [ 109.3310447, -0.0083862 ], [ 109.3311358, -0.0084575 ], [ 109.3311712, -0.0084524 ], [ 109.3311729, -0.0084049 ], [ 109.3312623, -0.0084168 ], [ 109.331296, -0.0084422 ], [ 109.3313618, -0.0084405 ], [ 109.3314209, -0.0084762 ], [ 109.3314883, -0.0085475 ], [ 109.3315777, -0.0086511 ], [ 109.3316115, -0.0087021 ], [ 109.3316165, -0.0087411 ], [ 109.3315997, -0.0087768 ], [ 109.3315946, -0.0088175 ], [ 109.3316655, -0.0088566 ], [ 109.3317312, -0.0088991 ], [ 109.3317869, -0.0089076 ], [ 109.3318375, -0.0089908 ], [ 109.3318611, -0.0090621 ], [ 109.3318898, -0.009091 ], [ 109.3319455, -0.0091198 ], [ 109.331959, -0.0091742 ], [ 109.3320045, -0.009198 ], [ 109.3320332, -0.0092302 ], [ 109.3320652, -0.0092676 ], [ 109.3321142, -0.0092863 ], [ 109.3321766, -0.0092948 ], [ 109.33232, -0.0094153 ], [ 109.3322609, -0.0095036 ], [ 109.3322879, -0.0095274 ], [ 109.3322559, -0.0095953 ], [ 109.3323419, -0.0096887 ], [ 109.3324229, -0.0096123 ], [ 109.3324962, -0.0096505 ], [ 109.3324431, -0.0097295 ], [ 109.3323857, -0.0097601 ], [ 109.332352, -0.0097974 ], [ 109.3324785, -0.0099316 ], [ 109.332379, -0.0099995 ], [ 109.3325021, -0.0101167 ], [ 109.3326877, -0.0099774 ], [ 109.3327369, -0.009936 ], [ 109.3327558, -0.0098628 ], [ 109.3327567, -0.0098628 ], [ 109.3327657, -0.0098592 ], [ 109.3327836, -0.0098348 ], [ 109.3328088, -0.0097886 ], [ 109.3328384, -0.0097317 ], [ 109.3328645, -0.0096684 ], [ 109.3328923, -0.0095933 ], [ 109.3329247, -0.0095056 ], [ 109.3329325, -0.0094842 ], [ 109.3329913, -0.0092676 ], [ 109.3330386, -0.0090502 ], [ 109.3330672, -0.0087564 ], [ 109.3330689, -0.0086749 ], [ 109.3330807, -0.0086189 ], [ 109.333106, -0.0085934 ], [ 109.333169, -0.0083842 ], [ 109.3331942, -0.0082775 ], [ 109.3332189, -0.0081948 ], [ 109.3333641, -0.0076543 ], [ 109.3333894, -0.0075524 ], [ 109.333413, -0.0074267 ], [ 109.333413, -0.0073384 ], [ 109.3334114, -0.0071686 ], [ 109.3334304, -0.0071398 ], [ 109.3334562, -0.007054 ], [ 109.3334748, -0.0074307 ], [ 109.3334389, -0.0075183 ], [ 109.3334059, -0.0077538 ], [ 109.3333579, -0.0078776 ], [ 109.3332519, -0.0082622 ], [ 109.3332413, -0.0084285 ], [ 109.3332062, -0.0085607 ], [ 109.3331666, -0.008772 ], [ 109.333124, -0.0089653 ], [ 109.3330813, -0.00918 ], [ 109.3330653, -0.0093356 ], [ 109.3330227, -0.0094537 ], [ 109.3329067, -0.009783 ], [ 109.3329044, -0.0098011 ], [ 109.3329179, -0.009817 ], [ 109.3329629, -0.0098283 ], [ 109.3329696, -0.0098962 ], [ 109.3329696, -0.0099483 ], [ 109.3329989, -0.0099823 ], [ 109.3329472, -0.0100502 ], [ 109.3330461, -0.0101363 ], [ 109.3330607, -0.0101255 ], [ 109.3330798, -0.0101113 ], [ 109.3332823, -0.0103038 ], [ 109.3333093, -0.0102948 ], [ 109.3335139, -0.0104895 ], [ 109.3335027, -0.0105597 ], [ 109.3335544, -0.0105642 ], [ 109.3336354, -0.0106118 ], [ 109.3336736, -0.0106706 ], [ 109.333894, -0.0108993 ], [ 109.3338911, -0.0109703 ], [ 109.3339343, -0.0110122 ], [ 109.3340118, -0.0110987 ], [ 109.3340717, -0.0110329 ], [ 109.3341122, -0.0110941 ], [ 109.334074, -0.0111461 ], [ 109.3341055, -0.0111801 ], [ 109.3342179, -0.0111892 ], [ 109.3342854, -0.0112163 ], [ 109.3343461, -0.0112843 ], [ 109.3343911, -0.0113635 ], [ 109.3344136, -0.0114677 ], [ 109.3344271, -0.0116013 ], [ 109.3344261, -0.0116723 ], [ 109.3344248, -0.0117643 ], [ 109.33456, -0.0118786 ], [ 109.3346497, -0.0119545 ], [ 109.3346112, -0.0120066 ], [ 109.3345778, -0.0120519 ], [ 109.3351176, -0.0125704 ], [ 109.3350816, -0.012627 ], [ 109.335197, -0.0127286 ], [ 109.3353815, -0.0129075 ], [ 109.3354373, -0.0128395 ], [ 109.3354669, -0.0128034 ], [ 109.3356131, -0.0129211 ], [ 109.3355869, -0.0129489 ], [ 109.3355276, -0.0130117 ], [ 109.3356401, -0.0131136 ], [ 109.335732, -0.0130324 ], [ 109.3357503, -0.0130162 ], [ 109.33581, -0.0130688 ], [ 109.3358583, -0.0131113 ], [ 109.3359033, -0.0131566 ], [ 109.3359392, -0.0131611 ], [ 109.3362316, -0.0133989 ], [ 109.3364693, -0.0131673 ], [ 109.3366455, -0.0130456 ], [ 109.3365802, -0.0131475 ], [ 109.3365179, -0.0131817 ], [ 109.3364948, -0.0132155 ], [ 109.3364768, -0.0132449 ], [ 109.3364948, -0.0132675 ], [ 109.3365218, -0.0133106 ], [ 109.3365488, -0.0133966 ], [ 109.3365892, -0.0134872 ], [ 109.3366387, -0.0135664 ], [ 109.3366657, -0.013777 ], [ 109.3367152, -0.0138132 ], [ 109.3367377, -0.0138993 ], [ 109.3367174, -0.0139627 ], [ 109.3366477, -0.0139129 ], [ 109.33647, -0.0141438 ], [ 109.3366432, -0.0142797 ], [ 109.336632, -0.0143069 ], [ 109.3367624, -0.0144088 ], [ 109.3368389, -0.0144042 ], [ 109.3369468, -0.0143046 ], [ 109.3369918, -0.0143182 ], [ 109.3370301, -0.0143272 ], [ 109.337111, -0.0143295 ], [ 109.3371515, -0.0143703 ], [ 109.337192, -0.0144495 ], [ 109.3373427, -0.0146171 ], [ 109.3373652, -0.0146737 ], [ 109.3374012, -0.0147416 ], [ 109.3374372, -0.0148141 ], [ 109.3375226, -0.0148503 ], [ 109.3375856, -0.0148707 ], [ 109.3376306, -0.0149046 ], [ 109.3376985, -0.0149313 ], [ 109.3376553, -0.014968 ], [ 109.3376801, -0.0150133 ], [ 109.3377408, -0.0150269 ], [ 109.3377723, -0.0150745 ], [ 109.3378218, -0.0150994 ], [ 109.3378757, -0.0151288 ], [ 109.3379117, -0.015165 ], [ 109.3379724, -0.0151673 ], [ 109.3380377, -0.0151967 ], [ 109.3380647, -0.0152081 ], [ 109.3381591, -0.0152352 ], [ 109.3382266, -0.0152941 ], [ 109.3383503, -0.0154481 ], [ 109.3384297, -0.0156176 ], [ 109.3384814, -0.0157172 ], [ 109.3384994, -0.0158055 ], [ 109.3385399, -0.0159051 ], [ 109.3386771, -0.016041 ], [ 109.3387895, -0.0161452 ], [ 109.338844, -0.016139 ], [ 109.3388828, -0.0161887 ], [ 109.3388863, -0.0162516 ], [ 109.3390864, -0.0164667 ], [ 109.3391179, -0.0165188 ], [ 109.3391202, -0.0165731 ], [ 109.3390549, -0.0166456 ], [ 109.3390055, -0.0166184 ], [ 109.3389335, -0.0167112 ], [ 109.3391292, -0.0168403 ], [ 109.3391966, -0.0167497 ], [ 109.3392236, -0.0167452 ], [ 109.3392034, -0.0167928 ], [ 109.3393676, -0.0169648 ], [ 109.3394238, -0.0169377 ], [ 109.3395228, -0.0169309 ], [ 109.3395745, -0.0169648 ], [ 109.3396352, -0.0170418 ], [ 109.3396555, -0.0171052 ], [ 109.339678, -0.017155 ], [ 109.3397094, -0.0171981 ], [ 109.3397747, -0.0172049 ], [ 109.3397994, -0.017189 ], [ 109.3398017, -0.0171505 ], [ 109.3398444, -0.017155 ], [ 109.3398916, -0.0172003 ], [ 109.3398984, -0.0172388 ], [ 109.3398759, -0.0172773 ], [ 109.3398849, -0.0172886 ], [ 109.3399389, -0.0172683 ], [ 109.3399748, -0.0172864 ], [ 109.3400423, -0.0173883 ], [ 109.3400401, -0.017429 ], [ 109.3400288, -0.0174675 ], [ 109.340112, -0.0175581 ], [ 109.340229, -0.0175649 ], [ 109.3403369, -0.0175762 ], [ 109.3404133, -0.0176118 ], [ 109.3404876, -0.0176464 ], [ 109.3405506, -0.0176894 ], [ 109.3405933, -0.0177574 ], [ 109.3405651, -0.0178039 ], [ 109.340614, -0.0178772 ], [ 109.3407182, -0.0180526 ], [ 109.3408108, -0.0182135 ], [ 109.3406923, -0.0183868 ], [ 109.340825, -0.018491 ], [ 109.3408767, -0.0184978 ], [ 109.340924, -0.0185182 ], [ 109.3410792, -0.0186291 ], [ 109.341127, -0.0186219 ], [ 109.3411691, -0.0186155 ], [ 109.3411939, -0.0186472 ], [ 109.341168, -0.0186681 ], [ 109.3410926, -0.0187287 ], [ 109.3411376, -0.0188239 ], [ 109.3411669, -0.0188374 ], [ 109.3412253, -0.0188442 ], [ 109.3412411, -0.0188918 ], [ 109.3414861, -0.0190325 ], [ 109.3416541, -0.0191442 ], [ 109.341813, -0.0192227 ], [ 109.3418683, -0.0192216 ], [ 109.341972, -0.0192197 ], [ 109.3421699, -0.0194008 ], [ 109.3421427, -0.0194439 ], [ 109.3421079, -0.0194161 ], [ 109.3420709, -0.0194884 ], [ 109.3420139, -0.0194521 ], [ 109.3419869, -0.0195095 ], [ 109.3420919, -0.0195669 ], [ 109.3420199, -0.0197571 ], [ 109.3421489, -0.0198356 ], [ 109.3422418, -0.0196665 ], [ 109.3424818, -0.0197993 ], [ 109.3424997, -0.0197843 ], [ 109.342563, -0.0198005 ], [ 109.3425177, -0.0198929 ], [ 109.3427696, -0.0201133 ], [ 109.3432255, -0.0203881 ], [ 109.3432165, -0.0204575 ], [ 109.3434174, -0.0205571 ], [ 109.3434264, -0.020527 ], [ 109.3433994, -0.0204847 ], [ 109.3434124, -0.0204585 ], [ 109.3434294, -0.0204243 ], [ 109.3439392, -0.0206447 ], [ 109.3438957, -0.0207633 ], [ 109.3438672, -0.0208409 ], [ 109.3442961, -0.0210251 ], [ 109.3442982, -0.020991 ], [ 109.3443051, -0.0208832 ], [ 109.3442811, -0.0208379 ], [ 109.3442841, -0.0207806 ], [ 109.344329, -0.020684 ], [ 109.344389, -0.020684 ], [ 109.344455, -0.0207111 ], [ 109.344503, -0.0207625 ], [ 109.344506, -0.0208228 ], [ 109.3444641, -0.021037 ], [ 109.3444677, -0.021045 ], [ 109.3446358, -0.0210759 ], [ 109.3448127, -0.0211129 ], [ 109.345013, -0.0211581 ], [ 109.345234, -0.0212115 ], [ 109.345429, -0.0212685 ], [ 109.3455696, -0.0213061 ], [ 109.345904, -0.0213237 ], [ 109.34603, -0.0213449 ], [ 109.3460929, -0.0213539 ], [ 109.3461439, -0.0213479 ], [ 109.3462039, -0.0213237 ], [ 109.3462759, -0.0213086 ], [ 109.3463508, -0.0213056 ], [ 109.3464078, -0.0212996 ], [ 109.3464198, -0.0212784 ], [ 109.3464408, -0.0212513 ], [ 109.3465128, -0.0212392 ], [ 109.3465248, -0.0212573 ], [ 109.3465228, -0.0214343 ], [ 109.3467054, -0.0214439 ], [ 109.3467114, -0.0214443 ], [ 109.3467197, -0.0213358 ], [ 109.3469356, -0.0213388 ], [ 109.3469356, -0.0213781 ], [ 109.3472805, -0.0213932 ], [ 109.3472835, -0.0213056 ], [ 109.3473045, -0.0212845 ], [ 109.3473255, -0.0212301 ], [ 109.3473435, -0.0211999 ], [ 109.3473794, -0.0211728 ], [ 109.3474544, -0.0211637 ], [ 109.3475084, -0.0211637 ], [ 109.3475204, -0.0211849 ], [ 109.3475204, -0.0212332 ], [ 109.3475114, -0.0212634 ], [ 109.3475234, -0.0213237 ], [ 109.3475384, -0.021372 ], [ 109.3476284, -0.021363 ], [ 109.3476403, -0.0213086 ], [ 109.3476643, -0.0213177 ], [ 109.3477293, -0.0213126 ], [ 109.3477201, -0.0212432 ], [ 109.3477633, -0.0212241 ], [ 109.3477873, -0.021203 ], [ 109.3478413, -0.021212 ], [ 109.3478713, -0.0212362 ], [ 109.3478833, -0.0213026 ], [ 109.3478863, -0.0213539 ], [ 109.3479132, -0.021369 ], [ 109.3479492, -0.0213902 ], [ 109.3480062, -0.0214083 ], [ 109.3485135, -0.0213376 ], [ 109.3487799, -0.0213237 ], [ 109.3491788, -0.0212392 ], [ 109.3491725, -0.0211832 ], [ 109.3491638, -0.0211064 ], [ 109.3493947, -0.0211034 ], [ 109.3493887, -0.0210007 ], [ 109.3494547, -0.0210279 ], [ 109.3494937, -0.0210792 ], [ 109.3495266, -0.0210732 ], [ 109.3495402, -0.0210936 ], [ 109.3495566, -0.0211185 ], [ 109.3497336, -0.0210913 ], [ 109.3497636, -0.0210883 ], [ 109.3499705, -0.0210792 ], [ 109.3502554, -0.0209313 ], [ 109.3504533, -0.0209373 ], [ 109.3505373, -0.0209102 ], [ 109.3506842, -0.0209192 ], [ 109.3506902, -0.0208558 ], [ 109.3508551, -0.0208105 ], [ 109.3508641, -0.0208528 ], [ 109.3509931, -0.0208498 ], [ 109.351161, -0.0207501 ], [ 109.35129, -0.020732 ], [ 109.3516978, -0.0207049 ], [ 109.3516978, -0.0205479 ], [ 109.3519647, -0.0205177 ], [ 109.3520044, -0.0204674 ], [ 109.3521186, -0.0204537 ], [ 109.3521375, -0.020451 ], [ 109.3523297, -0.0204338 ], [ 109.3523724, -0.0204303 ], [ 109.3524146, -0.02056 ], [ 109.3529784, -0.0205328 ], [ 109.3529784, -0.0204682 ], [ 109.3529784, -0.0204452 ], [ 109.3539752, -0.0202506 ], [ 109.3540114, -0.0202436 ], [ 109.354013, -0.0201735 ], [ 109.3541054, -0.0201603 ], [ 109.3544358, -0.0201132 ], [ 109.3544399, -0.0199704 ], [ 109.3544508, -0.0195908 ], [ 109.3544836, -0.0189987 ], [ 109.3545547, -0.0186981 ], [ 109.3546086, -0.0188924 ], [ 109.3546023, -0.0190541 ], [ 109.3545547, -0.0190906 ], [ 109.3545507, -0.0191309 ], [ 109.3545467, -0.0191792 ], [ 109.3545227, -0.0192235 ], [ 109.3545187, -0.0192677 ], [ 109.3545427, -0.0193483 ], [ 109.3545427, -0.0194127 ], [ 109.3545547, -0.0194449 ], [ 109.3545948, -0.0195092 ], [ 109.354596, -0.0195534 ], [ 109.3545627, -0.0195817 ], [ 109.3545627, -0.01963 ], [ 109.3546426, -0.0197186 ], [ 109.3546701, -0.0197128 ], [ 109.3546776, -0.0196782 ], [ 109.3547473, -0.0196624 ], [ 109.3547991, -0.0196624 ], [ 109.3548431, -0.0196764 ], [ 109.3548666, -0.0197122 ], [ 109.3549115, -0.0197326 ], [ 109.354952, -0.0197394 ], [ 109.354979, -0.019719 ], [ 109.354979, -0.0196941 ], [ 109.3550195, -0.0196782 ], [ 109.3550645, -0.0196805 ], [ 109.355078, -0.0196624 ], [ 109.355083, -0.0196258 ], [ 109.3553285, -0.0195741 ], [ 109.3553501, -0.0195967 ], [ 109.3553794, -0.0195922 ], [ 109.3554234, -0.0195575 ], [ 109.3554431, -0.0195541 ], [ 109.3554963, -0.019608 ], [ 109.3555503, -0.0196262 ], [ 109.3555885, -0.0196194 ], [ 109.3556268, -0.0195854 ], [ 109.3556313, -0.0195537 ], [ 109.3556412, -0.0195195 ], [ 109.355647, -0.0194994 ], [ 109.35571, -0.0194654 ], [ 109.3559349, -0.0194337 ], [ 109.3560271, -0.019488 ], [ 109.3560676, -0.0194948 ], [ 109.3561553, -0.0194722 ], [ 109.3561936, -0.0194858 ], [ 109.3562453, -0.0194518 ], [ 109.356288, -0.0194246 ], [ 109.356333, -0.0194314 ], [ 109.3563667, -0.019445 ], [ 109.3564095, -0.0194178 ], [ 109.356441, -0.019402 ], [ 109.3564994, -0.0193975 ], [ 109.3565332, -0.0193997 ], [ 109.3565849, -0.0193703 ], [ 109.3566434, -0.0193273 ], [ 109.3566749, -0.019368 ], [ 109.3567289, -0.0193816 ], [ 109.3568596, -0.0193876 ], [ 109.356911, -0.0193477 ], [ 109.3570775, -0.0193273 ], [ 109.3589336, -0.0189537 ], [ 109.3591136, -0.0189061 ], [ 109.3591096, -0.0189463 ], [ 109.3593255, -0.0189343 ], [ 109.3593295, -0.0189826 ], [ 109.3593855, -0.0189826 ], [ 109.3593975, -0.0189101 ], [ 109.3596294, -0.0188497 ], [ 109.3599852, -0.0188216 ], [ 109.3601652, -0.0188055 ], [ 109.3601732, -0.0186646 ], [ 109.3604331, -0.0186324 ], [ 109.3605131, -0.0186847 ], [ 109.360537, -0.0186646 ], [ 109.360689, -0.0186847 ], [ 109.360693, -0.018729 ], [ 109.360741, -0.018737 ], [ 109.360745, -0.0187773 ], [ 109.3608129, -0.0187813 ], [ 109.3608289, -0.0187209 ], [ 109.3609209, -0.018729 ], [ 109.3609169, -0.0187733 ], [ 109.3611848, -0.0187451 ], [ 109.3611928, -0.0186928 ], [ 109.3612808, -0.0186767 ], [ 109.3612848, -0.018733 ], [ 109.3615847, -0.0186847 ], [ 109.3615807, -0.0186364 ], [ 109.3616966, -0.0186284 ], [ 109.3616846, -0.0185277 ], [ 109.3617606, -0.0184875 ], [ 109.3619365, -0.0184915 ], [ 109.3619805, -0.0185317 ], [ 109.3619805, -0.0185962 ], [ 109.3620995, -0.0186262 ], [ 109.3621759, -0.018613 ], [ 109.3626423, -0.0185845 ], [ 109.3626593, -0.0185334 ], [ 109.362729, -0.0185402 ], [ 109.3627701, -0.0185767 ], [ 109.3629556, -0.0185654 ], [ 109.3630221, -0.0185613 ], [ 109.3630282, -0.0185609 ], [ 109.3630328, -0.018556 ], [ 109.3630791, -0.0185111 ], [ 109.3631091, -0.0184477 ], [ 109.3631661, -0.0184326 ], [ 109.3632051, -0.0183994 ], [ 109.363253, -0.0183149 ], [ 109.363292, -0.0182877 ], [ 109.363343, -0.0182605 ], [ 109.363331, -0.0183119 ], [ 109.363316, -0.0183723 ], [ 109.363307, -0.0184175 ], [ 109.363355, -0.0185172 ], [ 109.363382, -0.018496 ], [ 109.363433, -0.0184719 ], [ 109.363493, -0.0184538 ], [ 109.3635889, -0.0184507 ], [ 109.3636819, -0.0184749 ], [ 109.3637149, -0.0185051 ], [ 109.363723, -0.0185419 ], [ 109.3637389, -0.0186138 ], [ 109.3638708, -0.0186228 ], [ 109.3638828, -0.0185745 ], [ 109.3639878, -0.0185806 ], [ 109.3639878, -0.0186228 ], [ 109.3641257, -0.0186319 ], [ 109.364146, -0.0185743 ], [ 109.3642001, -0.0185823 ], [ 109.3645883, -0.0185823 ], [ 109.3645906, -0.0184417 ], [ 109.3646865, -0.0184266 ], [ 109.3647675, -0.0183994 ], [ 109.3648455, -0.0183481 ], [ 109.3649114, -0.01833 ], [ 109.3649654, -0.0182998 ], [ 109.3650734, -0.0182908 ], [ 109.3656762, -0.0183783 ], [ 109.3657391, -0.0183602 ], [ 109.3657931, -0.018333 ], [ 109.3657871, -0.0183693 ], [ 109.3657901, -0.0184085 ], [ 109.3658081, -0.0184538 ], [ 109.3658561, -0.0184719 ], [ 109.3659281, -0.0184779 ], [ 109.366033, -0.0184296 ], [ 109.366102, -0.0184296 ], [ 109.366141, -0.0184689 ], [ 109.366189, -0.0184508 ], [ 109.3662729, -0.0184689 ], [ 109.3663329, -0.018481 ], [ 109.3663839, -0.0185383 ], [ 109.3664044, -0.0185644 ], [ 109.3664289, -0.0185957 ], [ 109.366469, -0.0185657 ], [ 109.3665098, -0.0185353 ], [ 109.3665338, -0.018493 ], [ 109.3665458, -0.0184478 ], [ 109.3665938, -0.0184387 ], [ 109.3666358, -0.0184568 ], [ 109.3666688, -0.01849 ], [ 109.3667048, -0.0185263 ], [ 109.3667114, -0.0185728 ], [ 109.3667198, -0.0186319 ], [ 109.3667977, -0.0186349 ], [ 109.3668084, -0.0185785 ], [ 109.3668966, -0.0185837 ], [ 109.3669063, -0.0185431 ], [ 109.3669366, -0.018499 ], [ 109.3669805, -0.0185211 ], [ 109.367026, -0.0185279 ], [ 109.3671036, -0.018516 ], [ 109.3671644, -0.0185211 ], [ 109.367247, -0.0185279 ], [ 109.3673212, -0.0185415 ], [ 109.3673735, -0.0185415 ], [ 109.3674714, -0.0184922 ], [ 109.3674899, -0.0184565 ], [ 109.3675861, -0.0184039 ], [ 109.367635, -0.0183665 ], [ 109.3676569, -0.018319 ], [ 109.3676704, -0.0182442 ], [ 109.3676, -0.0182282 ], [ 109.3675907, -0.0182143 ], [ 109.367594, -0.0181709 ], [ 109.3676533, -0.0181397 ], [ 109.3676417, -0.0181084 ], [ 109.3676232, -0.0180778 ], [ 109.3676131, -0.0180303 ], [ 109.3676181, -0.017998 ], [ 109.3676401, -0.0179946 ], [ 109.3676654, -0.0179963 ], [ 109.3676821, -0.0179974 ], [ 109.3677244, -0.0179793 ], [ 109.367748, -0.0179505 ], [ 109.3677362, -0.0180201 ], [ 109.3677244, -0.0180524 ], [ 109.3677143, -0.0181135 ], [ 109.3677126, -0.0181407 ], [ 109.3677193, -0.0181729 ], [ 109.3677227, -0.018268 ], [ 109.367716, -0.0183139 ], [ 109.3677227, -0.0183614 ], [ 109.3677328, -0.018409 ], [ 109.3677446, -0.0184498 ], [ 109.3677531, -0.0184769 ], [ 109.3677649, -0.0185415 ], [ 109.3678551, -0.0185544 ], [ 109.3679524, -0.0186071 ], [ 109.3679876, -0.0186637 ], [ 109.3680264, -0.0187113 ], [ 109.3680331, -0.0187452 ], [ 109.3680398, -0.0187741 ], [ 109.3681023, -0.018786 ], [ 109.3681411, -0.0187792 ], [ 109.3681799, -0.018752 ], [ 109.3682153, -0.0187334 ], [ 109.3682282, -0.0187081 ], [ 109.3686637, -0.0187604 ], [ 109.369017, -0.0188149 ], [ 109.3691735, -0.0188391 ], [ 109.3691818, -0.0188192 ], [ 109.3691796, -0.0187467 ], [ 109.3691481, -0.0186811 ], [ 109.3691683, -0.0186471 ], [ 109.369211, -0.018638 ], [ 109.369283, -0.018475 ], [ 109.3693325, -0.0184094 ], [ 109.3693572, -0.018346 ], [ 109.3693572, -0.0182418 ], [ 109.3693797, -0.0181761 ], [ 109.3694202, -0.0181195 ], [ 109.369472, -0.0180629 ], [ 109.3695349, -0.0179927 ], [ 109.3695777, -0.0179542 ], [ 109.3695259, -0.017678 ], [ 109.3695214, -0.0176123 ], [ 109.369463, -0.0175557 ], [ 109.3693977, -0.0175715 ], [ 109.3693393, -0.0175874 ], [ 109.3692943, -0.0175806 ], [ 109.3692313, -0.0175059 ], [ 109.3692493, -0.017447 ], [ 109.3692853, -0.0173927 ], [ 109.3693483, -0.0173451 ], [ 109.3693797, -0.017327 ], [ 109.3694112, -0.0172681 ], [ 109.3695979, -0.0173406 ], [ 109.3696272, -0.0172885 ], [ 109.3695259, -0.0172002 ], [ 109.3696789, -0.0170983 ], [ 109.3696969, -0.017053 ], [ 109.3696901, -0.0169828 ], [ 109.3697216, -0.0169964 ], [ 109.3697869, -0.0169534 ], [ 109.3698858, -0.0168606 ], [ 109.3700118, -0.0167654 ], [ 109.3700545, -0.0167677 ], [ 109.3701107, -0.0167904 ], [ 109.370122, -0.0168243 ], [ 109.3701152, -0.0168787 ], [ 109.369969, -0.0170258 ], [ 109.3699083, -0.0171391 ], [ 109.3698701, -0.0172613 ], [ 109.3698183, -0.0173678 ], [ 109.3698003, -0.0174063 ], [ 109.3698273, -0.0174334 ], [ 109.3697936, -0.0174991 ], [ 109.3697599, -0.0175444 ], [ 109.3697239, -0.0176395 ], [ 109.3697306, -0.0176644 ], [ 109.3697261, -0.0177006 ], [ 109.3696969, -0.017755 ], [ 109.3696654, -0.0178433 ], [ 109.3696654, -0.017884 ], [ 109.3696811, -0.0179044 ], [ 109.3697014, -0.017918 ], [ 109.3697396, -0.0179452 ], [ 109.3697509, -0.0179791 ], [ 109.3697374, -0.0179701 ], [ 109.3696969, -0.0179701 ], [ 109.3696699, -0.0179859 ], [ 109.3696429, -0.0180448 ], [ 109.3696204, -0.0180697 ], [ 109.3696002, -0.0180969 ], [ 109.3696114, -0.0181376 ], [ 109.3696092, -0.0181671 ], [ 109.3695867, -0.018201 ], [ 109.3695507, -0.0182169 ], [ 109.3695214, -0.0182373 ], [ 109.3695102, -0.0182735 ], [ 109.3694772, -0.0183214 ], [ 109.3694532, -0.018409 ], [ 109.3694442, -0.0184543 ], [ 109.3694502, -0.0185328 ], [ 109.3694292, -0.018572 ], [ 109.3694082, -0.0186203 ], [ 109.3694052, -0.0186565 ], [ 109.3694322, -0.0186626 ], [ 109.3694592, -0.0187381 ], [ 109.3694772, -0.0188015 ], [ 109.3694982, -0.0188377 ], [ 109.3695282, -0.0188467 ], [ 109.3695792, -0.0188679 ], [ 109.3696361, -0.0188558 ], [ 109.3697021, -0.0188317 ], [ 109.3697441, -0.0188317 ], [ 109.3697891, -0.0188468 ], [ 109.3698371, -0.0188649 ], [ 109.3698671, -0.0188981 ], [ 109.3698982, -0.0189509 ], [ 109.3699445, -0.0189338 ], [ 109.3699732, -0.0188965 ], [ 109.3700306, -0.0188829 ], [ 109.3700879, -0.0189033 ], [ 109.3701267, -0.0189033 ], [ 109.3701402, -0.018871 ], [ 109.3701841, -0.018837 ], [ 109.3702212, -0.0188574 ], [ 109.3703173, -0.0189253 ], [ 109.370373, -0.0189304 ], [ 109.3704523, -0.0189237 ], [ 109.3705113, -0.0189067 ], [ 109.3705771, -0.0189033 ], [ 109.3706429, -0.0189118 ], [ 109.3707391, -0.018961 ], [ 109.3708048, -0.0190239 ], [ 109.3708436, -0.0190918 ], [ 109.3708942, -0.0191563 ], [ 109.3709364, -0.019175 ], [ 109.3709769, -0.0191733 ], [ 109.3710275, -0.0191767 ], [ 109.3710579, -0.0191937 ], [ 109.371095, -0.0192039 ], [ 109.371149, -0.0192226 ], [ 109.3712232, -0.0192361 ], [ 109.3712519, -0.0192531 ], [ 109.3712687, -0.019282 ], [ 109.3713025, -0.0192837 ], [ 109.3713345, -0.0192956 ], [ 109.3714374, -0.0193448 ], [ 109.3714796, -0.0193329 ], [ 109.3715201, -0.0193397 ], [ 109.3716382, -0.0193805 ], [ 109.3717427, -0.0193992 ], [ 109.3718085, -0.0193805 ], [ 109.3718423, -0.0193414 ], [ 109.3718828, -0.0193211 ], [ 109.3718878, -0.0192582 ], [ 109.3718963, -0.0192361 ], [ 109.3718963, -0.019282 ], [ 109.3719081, -0.0193041 ], [ 109.3719249, -0.0193278 ], [ 109.37193, -0.0193686 ], [ 109.3719452, -0.0194043 ], [ 109.3719519, -0.0194247 ], [ 109.3719806, -0.0194637 ], [ 109.3720531, -0.0195248 ], [ 109.3721139, -0.0195588 ], [ 109.3721307, -0.019569 ], [ 109.3721695, -0.0194824 ], [ 109.3722303, -0.0194756 ], [ 109.3722657, -0.0195775 ], [ 109.3722792, -0.0196098 ], [ 109.3722876, -0.0196217 ], [ 109.3723045, -0.0195826 ], [ 109.3723348, -0.0195724 ], [ 109.3723888, -0.0195826 ], [ 109.3724749, -0.0196318 ], [ 109.3725339, -0.0196573 ], [ 109.3725845, -0.0196607 ], [ 109.3726317, -0.0196828 ], [ 109.3726587, -0.0197269 ], [ 109.3726807, -0.0197524 ], [ 109.3727009, -0.0197677 ], [ 109.3727127, -0.0197439 ], [ 109.3727431, -0.0197269 ], [ 109.3727448, -0.0197677 ], [ 109.3727616, -0.0198051 ], [ 109.3728072, -0.0198492 ], [ 109.3728527, -0.0198968 ], [ 109.3728831, -0.0199324 ], [ 109.3728864, -0.0199511 ], [ 109.3729121, -0.0199948 ], [ 109.3729303, -0.0200258 ], [ 109.3729236, -0.0200581 ], [ 109.3729168, -0.0200921 ], [ 109.3729101, -0.0201311 ], [ 109.3729134, -0.0201719 ], [ 109.3729944, -0.020194 ], [ 109.3730653, -0.0201957 ], [ 109.3731041, -0.0202177 ], [ 109.3730821, -0.0202432 ], [ 109.3730889, -0.0202585 ], [ 109.3731884, -0.0203027 ], [ 109.3732711, -0.0203044 ], [ 109.3732278, -0.0203745 ], [ 109.3732458, -0.0204016 ], [ 109.3732218, -0.0204379 ], [ 109.3734527, -0.0205616 ], [ 109.3734737, -0.0205164 ], [ 109.3735067, -0.0205043 ], [ 109.3736088, -0.0203037 ], [ 109.3736296, -0.0202628 ], [ 109.3736836, -0.0202507 ], [ 109.373654, -0.0203252 ], [ 109.3736466, -0.0203444 ], [ 109.3737301, -0.0203816 ], [ 109.3737376, -0.0203651 ], [ 109.3738136, -0.0201982 ], [ 109.3738307, -0.0202173 ], [ 109.3738307, -0.0202479 ], [ 109.373824, -0.0202823 ], [ 109.3738373, -0.020331 ], [ 109.3738582, -0.0203577 ], [ 109.3738838, -0.0203654 ], [ 109.3739189, -0.0203644 ], [ 109.3739626, -0.0203606 ], [ 109.3740081, -0.0203702 ], [ 109.3740195, -0.0203864 ], [ 109.3740195, -0.0204246 ], [ 109.3740318, -0.0204494 ], [ 109.3740669, -0.0204676 ], [ 109.3741154, -0.0204677 ], [ 109.3741294, -0.0205519 ], [ 109.374281, -0.0206243 ], [ 109.3743134, -0.0205537 ], [ 109.3743583, -0.0205583 ], [ 109.3743831, -0.02059 ], [ 109.3744393, -0.0206013 ], [ 109.3744821, -0.0206103 ], [ 109.3745518, -0.0206353 ], [ 109.3746462, -0.0207122 ], [ 109.3747812, -0.0208209 ], [ 109.3748284, -0.0208707 ], [ 109.3748554, -0.0208821 ], [ 109.3749566, -0.020873 ], [ 109.3749589, -0.0209206 ], [ 109.3749769, -0.02095 ], [ 109.3750039, -0.0209726 ], [ 109.3750353, -0.0209749 ], [ 109.3750713, -0.020984 ], [ 109.3751141, -0.0209976 ], [ 109.3751635, -0.0210723 ], [ 109.3752085, -0.0210881 ], [ 109.3752513, -0.0211017 ], [ 109.37533, -0.0211153 ], [ 109.3753907, -0.0211221 ], [ 109.3754424, -0.0210995 ], [ 109.3754514, -0.02107 ], [ 109.3754739, -0.0210338 ], [ 109.3755144, -0.0209976 ], [ 109.3755617, -0.020984 ], [ 109.3756224, -0.0209432 ], [ 109.3755212, -0.0211379 ], [ 109.3756224, -0.0211968 ], [ 109.3756381, -0.0212353 ], [ 109.3756809, -0.0212715 ], [ 109.3756989, -0.0212965 ], [ 109.3757078, -0.0213259 ], [ 109.3757258, -0.0213553 ], [ 109.3757483, -0.0213666 ], [ 109.3757798, -0.0213916 ], [ 109.3758046, -0.0214255 ], [ 109.3758361, -0.0214617 ], [ 109.3758675, -0.0214821 ], [ 109.3759148, -0.0214844 ], [ 109.3759395, -0.0215048 ], [ 109.375953, -0.0215206 ], [ 109.3760025, -0.021541 ], [ 109.3760745, -0.0215659 ], [ 109.3761217, -0.0215953 ], [ 109.3761689, -0.0216248 ], [ 109.3762364, -0.0216406 ], [ 109.3762994, -0.0216293 ], [ 109.3763511, -0.0216293 ], [ 109.3764006, -0.0216384 ], [ 109.3764388, -0.021661 ], [ 109.3764703, -0.0216837 ], [ 109.3765129, -0.0217058 ], [ 109.3766143, -0.0217584 ], [ 109.3767087, -0.021704 ], [ 109.3767292, -0.0216312 ], [ 109.3767425, -0.021584 ], [ 109.3767987, -0.0214572 ], [ 109.3768167, -0.0214165 ], [ 109.3768369, -0.0212285 ], [ 109.3768549, -0.021027 ], [ 109.3768745, -0.0207771 ], [ 109.3768745, -0.0206358 ], [ 109.3768682, -0.0205912 ], [ 109.3768618, -0.0202078 ], [ 109.3768555, -0.0200359 ], [ 109.3768725, -0.0197101 ], [ 109.3769255, -0.0195293 ], [ 109.3770584, -0.0193086 ], [ 109.3770553, -0.0192436 ], [ 109.3770524, -0.0191848 ], [ 109.377237, -0.0188069 ], [ 109.3773193, -0.0186384 ], [ 109.3773883, -0.0184995 ], [ 109.3774069, -0.0184287 ], [ 109.3773943, -0.0183999 ], [ 109.3774003, -0.0183968 ], [ 109.3774375, -0.018402 ], [ 109.3775359, -0.0183165 ], [ 109.3775442, -0.0182549 ], [ 109.3776462, -0.0181493 ], [ 109.3776942, -0.018107 ], [ 109.3777662, -0.0180104 ], [ 109.3778052, -0.0179228 ], [ 109.3778261, -0.0178443 ], [ 109.3778262, -0.0176119 ], [ 109.3778292, -0.0174368 ], [ 109.3778441, -0.0173854 ], [ 109.3779521, -0.016691 ], [ 109.3780511, -0.0165431 ], [ 109.3782032, -0.0164196 ], [ 109.378408, -0.0162533 ], [ 109.3784706, -0.0161957 ], [ 109.378541, -0.0161309 ], [ 109.3785622, -0.0161426 ], [ 109.3786119, -0.01617 ], [ 109.3787317, -0.0160086 ], [ 109.3787105, -0.0159711 ], [ 109.3786895, -0.0159339 ], [ 109.3786608, -0.015905 ], [ 109.3786237, -0.0158456 ], [ 109.3785781, -0.0157946 ], [ 109.3785528, -0.015781 ], [ 109.3785242, -0.015776 ], [ 109.3784331, -0.0157743 ], [ 109.378369, -0.015725 ], [ 109.3783217, -0.0156944 ], [ 109.378261, -0.0156469 ], [ 109.3782593, -0.0155993 ], [ 109.3782475, -0.0155756 ], [ 109.3781699, -0.0155722 ], [ 109.3778781, -0.0155569 ], [ 109.3778393, -0.0155552 ], [ 109.3776706, -0.0155348 ], [ 109.3775913, -0.0155008 ], [ 109.3775137, -0.0154499 ], [ 109.3774496, -0.0153989 ], [ 109.377426, -0.0153429 ], [ 109.3774159, -0.0152767 ], [ 109.3774193, -0.0152291 ], [ 109.3774361, -0.0151917 ], [ 109.3774749, -0.0151357 ], [ 109.3775158, -0.0150965 ], [ 109.37762, -0.0149964 ], [ 109.3776672, -0.0149676 ], [ 109.3777094, -0.0149591 ], [ 109.3777448, -0.0149421 ], [ 109.3777751, -0.0148841 ], [ 109.3778084, -0.0148732 ], [ 109.377926, -0.0148095 ], [ 109.3779665, -0.0147824 ], [ 109.3779732, -0.0147507 ], [ 109.3780205, -0.0147529 ], [ 109.3780608, -0.0147645 ], [ 109.3780927, -0.0147468 ], [ 109.3781661, -0.0147131 ], [ 109.3782049, -0.0146601 ], [ 109.3782679, -0.0146442 ], [ 109.3783691, -0.0146352 ], [ 109.3784051, -0.0146171 ], [ 109.3784658, -0.0145854 ], [ 109.378585, -0.0144722 ], [ 109.378684, -0.0142955 ], [ 109.3788009, -0.0141167 ], [ 109.3788774, -0.0139899 ], [ 109.3788774, -0.0139219 ], [ 109.3788931, -0.0138857 ], [ 109.3789201, -0.0138314 ], [ 109.3788976, -0.0138223 ], [ 109.3788752, -0.0138381 ], [ 109.3788729, -0.0137906 ], [ 109.3788887, -0.0137453 ], [ 109.3788909, -0.0136842 ], [ 109.3788707, -0.0136027 ], [ 109.3788527, -0.0135528 ], [ 109.3787829, -0.0135053 ], [ 109.3787132, -0.0134781 ], [ 109.37863, -0.0134849 ], [ 109.378594, -0.0135053 ], [ 109.3785603, -0.0135189 ], [ 109.3785018, -0.0135234 ], [ 109.3784298, -0.0135302 ], [ 109.3783848, -0.0135596 ], [ 109.3783549, -0.0135645 ], [ 109.3783384, -0.0135672 ], [ 109.378287, -0.0136011 ], [ 109.378269, -0.0136398 ], [ 109.3782431, -0.0136955 ], [ 109.3782904, -0.0137793 ], [ 109.3782701, -0.0137793 ], [ 109.3782229, -0.0137023 ], [ 109.3781914, -0.0137091 ], [ 109.3779612, -0.0138458 ], [ 109.3778697, -0.0140277 ], [ 109.377789, -0.0140399 ], [ 109.3777842, -0.0140443 ], [ 109.3777483, -0.0140782 ], [ 109.3776673, -0.0140646 ], [ 109.3775909, -0.0140351 ], [ 109.3775436, -0.0139831 ], [ 109.3774627, -0.0138359 ], [ 109.3774447, -0.0137566 ], [ 109.3774514, -0.0136819 ], [ 109.3774807, -0.0135755 ], [ 109.3775121, -0.0134872 ], [ 109.3776066, -0.0133604 ], [ 109.3777326, -0.0132675 ], [ 109.3778675, -0.0131905 ], [ 109.3779642, -0.0131181 ], [ 109.3781127, -0.0129822 ], [ 109.3782814, -0.0126845 ], [ 109.3783174, -0.0125597 ], [ 109.3783054, -0.0124188 ], [ 109.3782614, -0.0123262 ], [ 109.3781934, -0.012298 ], [ 109.3780455, -0.0123262 ], [ 109.3778255, -0.0123503 ], [ 109.3776656, -0.0123906 ], [ 109.3775177, -0.0124469 ], [ 109.3773457, -0.0124349 ], [ 109.3772538, -0.0123222 ], [ 109.3771978, -0.0121974 ], [ 109.3772098, -0.0120726 ], [ 109.3772378, -0.0118914 ], [ 109.3773497, -0.0116257 ], [ 109.3773897, -0.0115332 ], [ 109.3774177, -0.0114043 ], [ 109.3774817, -0.0112272 ], [ 109.3776056, -0.0111105 ], [ 109.3777376, -0.0110622 ], [ 109.3778256, -0.0110259 ], [ 109.3778575, -0.0109736 ], [ 109.3778335, -0.0109092 ], [ 109.3777856, -0.0108528 ], [ 109.3776416, -0.0107723 ], [ 109.3775217, -0.0107079 ], [ 109.3774737, -0.0106838 ], [ 109.3773697, -0.0106234 ], [ 109.3772218, -0.0106435 ], [ 109.3771058, -0.0107522 ], [ 109.3770058, -0.0108126 ], [ 109.3769619, -0.0108488 ], [ 109.3768659, -0.0108206 ], [ 109.3768259, -0.0108045 ], [ 109.3767699, -0.0108247 ], [ 109.3767379, -0.0108206 ], [ 109.376686, -0.0107804 ], [ 109.376642, -0.0107361 ], [ 109.37661, -0.0106556 ], [ 109.376606, -0.0106113 ], [ 109.376558, -0.0106314 ], [ 109.376518, -0.0106435 ], [ 109.37647, -0.0106274 ], [ 109.37647, -0.0105107 ], [ 109.3764501, -0.0104181 ], [ 109.3763501, -0.0102973 ], [ 109.3762901, -0.0101685 ], [ 109.3762261, -0.0100477 ], [ 109.3761601, -0.0099527 ], [ 109.3759948, -0.0099366 ], [ 109.3758722, -0.0099098 ], [ 109.3758029, -0.0098024 ], [ 109.3757656, -0.0096629 ], [ 109.3758029, -0.0095716 ], [ 109.3758935, -0.0095233 ], [ 109.3759308, -0.0094482 ], [ 109.3759842, -0.0093999 ], [ 109.3760908, -0.0093247 ], [ 109.3762027, -0.0092281 ], [ 109.376288, -0.00911 ], [ 109.3763627, -0.0090027 ], [ 109.3762987, -0.0091905 ], [ 109.3762561, -0.0092871 ], [ 109.3761441, -0.0094267 ], [ 109.3760641, -0.0094643 ], [ 109.3760588, -0.0095179 ], [ 109.3760695, -0.0095662 ], [ 109.3760588, -0.0096414 ], [ 109.3761014, -0.0096897 ], [ 109.3761921, -0.0097541 ], [ 109.3763254, -0.0098024 ], [ 109.3764107, -0.0098668 ], [ 109.3765066, -0.0100815 ], [ 109.3766506, -0.0103177 ], [ 109.3767039, -0.010468 ], [ 109.3767039, -0.0105968 ], [ 109.3767199, -0.0106773 ], [ 109.3767412, -0.0106988 ], [ 109.3768105, -0.0107041 ], [ 109.3770238, -0.0105002 ], [ 109.377173, -0.0103928 ], [ 109.3772903, -0.0103821 ], [ 109.3775249, -0.0103819 ], [ 109.3776479, -0.0104785 ], [ 109.3777618, -0.0105721 ], [ 109.3778068, -0.0105751 ], [ 109.3778332, -0.0105138 ], [ 109.3778548, -0.0105631 ], [ 109.3778758, -0.0106174 ], [ 109.3778998, -0.0106627 ], [ 109.3779478, -0.0106929 ], [ 109.3779652, -0.0107006 ], [ 109.3778289, -0.0089346 ], [ 109.3769494, -0.0062505 ], [ 109.3765107, -0.005799 ], [ 109.3764173, -0.0053318 ], [ 109.3761361, -0.0047642 ], [ 109.3757738, -0.0041 ], [ 109.3759641, -0.0037733 ], [ 109.3759999, -0.0034865 ], [ 109.3758065, -0.0031948 ], [ 109.37579, -0.0029115 ], [ 109.3760882, -0.0027913 ], [ 109.3761108, -0.0025834 ], [ 109.3757443, -0.0022526 ], [ 109.3751342, -0.0020905 ], [ 109.3742262, -0.0014585 ], [ 109.3733503, -0.0006566 ], [ 109.3731583, -0.0003317 ], [ 109.3730705, 0.0002833 ], [ 109.3726574, 0.0010571 ], [ 109.3722974, 0.0019768 ], [ 109.3720707, 0.0030207 ], [ 109.371754, 0.0040928 ], [ 109.3714494, 0.0057724 ], [ 109.3712481, 0.0068829 ], [ 109.3707736, 0.0076438 ], [ 109.3705105, 0.0090904 ], [ 109.3698483, 0.0092762 ], [ 109.3696609, 0.0102451 ], [ 109.3699087, 0.011507 ], [ 109.369865, 0.0124103 ], [ 109.3702169, 0.0130881 ], [ 109.3706015, 0.0141201 ], [ 109.370432, 0.0151151 ], [ 109.370175, 0.0160697 ], [ 109.3707519, 0.0172189 ], [ 109.3707442, 0.0181547 ], [ 109.3705316, 0.0186692 ], [ 109.37089, 0.0192971 ], [ 109.3710082, 0.0207144 ], [ 109.3708145, 0.0207754 ], [ 109.3536162, 0.0265334 ], [ 109.3516209, 0.0271577 ], [ 109.3379182, 0.0308326 ], [ 109.3369418, 0.0310945 ], [ 109.3355252, 0.0314744 ], [ 109.3335465, 0.0320078 ], [ 109.3320635, 0.0325223 ], [ 109.33206, 0.0325262 ], [ 109.3320093, 0.0325411 ], [ 109.3241739, 0.0352597 ], [ 109.3241147, 0.0352802 ], [ 109.3214901, 0.0361909 ], [ 109.3200037, 0.0367066 ], [ 109.3184048, 0.0372683 ], [ 109.3170038, 0.0377474 ], [ 109.3161818, 0.0380326 ], [ 109.3116358, 0.0396099 ] ] ] ] } }, +{ "type": "Feature", "properties": { "Id": 0, "Plan_Area": 113026328.1, "Ket": "Pontianak Barat" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 109.3335011, -0.0164357 ], [ 109.3334509, -0.0163849 ], [ 109.3320315, -0.0151974 ], [ 109.3319138, -0.0153158 ], [ 109.3318997, -0.015306 ], [ 109.3317883, -0.0152156 ], [ 109.3316859, -0.0151188 ], [ 109.3315988, -0.0150248 ], [ 109.3315269, -0.0149524 ], [ 109.3314739, -0.0149099 ], [ 109.3314389, -0.0148927 ], [ 109.3314141, -0.0148865 ], [ 109.3313408, -0.0149667 ], [ 109.3312958, -0.0149304 ], [ 109.3312539, -0.0148882 ], [ 109.3311759, -0.0148731 ], [ 109.3311399, -0.0148429 ], [ 109.3311189, -0.0147946 ], [ 109.3310829, -0.0147644 ], [ 109.330987, -0.0146919 ], [ 109.330915, -0.0146678 ], [ 109.33084, -0.0146949 ], [ 109.3307351, -0.0147342 ], [ 109.3305461, -0.0147221 ], [ 109.3304112, -0.0147553 ], [ 109.3303902, -0.0147251 ], [ 109.3306084, -0.0144658 ], [ 109.3306391, -0.0144293 ], [ 109.3303512, -0.0141938 ], [ 109.3303329, -0.0142168 ], [ 109.3303032, -0.0142542 ], [ 109.3301023, -0.0141213 ], [ 109.3299614, -0.0143085 ], [ 109.3298984, -0.0142783 ], [ 109.3298414, -0.0143206 ], [ 109.3295925, -0.0141636 ], [ 109.3295055, -0.0141213 ], [ 109.3295175, -0.014079 ], [ 109.3294755, -0.014064 ], [ 109.3294006, -0.0140639 ], [ 109.3293616, -0.0140972 ], [ 109.3292326, -0.0140489 ], [ 109.3290257, -0.0139855 ], [ 109.3289927, -0.0139311 ], [ 109.3289447, -0.0138496 ], [ 109.3288728, -0.0137983 ], [ 109.3287318, -0.0137137 ], [ 109.3286509, -0.0136624 ], [ 109.3286269, -0.0135749 ], [ 109.3286086, -0.0134808 ], [ 109.3284905, -0.0133845 ], [ 109.3285609, -0.0132911 ], [ 109.3284249, -0.0131746 ], [ 109.3286569, -0.0128805 ], [ 109.3286003, -0.0128236 ], [ 109.328231, -0.0125121 ], [ 109.3279761, -0.0122465 ], [ 109.3279551, -0.0122585 ], [ 109.3278952, -0.0121951 ], [ 109.3278292, -0.012174 ], [ 109.3277362, -0.0120955 ], [ 109.3276105, -0.0119916 ], [ 109.3275353, -0.0119295 ], [ 109.3275533, -0.0118932 ], [ 109.3273404, -0.011703 ], [ 109.3272624, -0.0117725 ], [ 109.3271392, -0.0116688 ], [ 109.3270615, -0.0116034 ], [ 109.3270015, -0.0115672 ], [ 109.3268726, -0.0114494 ], [ 109.3268006, -0.0114283 ], [ 109.3265517, -0.0112381 ], [ 109.3265067, -0.0112804 ], [ 109.3263718, -0.0111747 ], [ 109.3264077, -0.0111143 ], [ 109.3261948, -0.0109543 ], [ 109.3261648, -0.0109815 ], [ 109.3260959, -0.0109392 ], [ 109.325799, -0.0112381 ], [ 109.3257599, -0.0111596 ], [ 109.3256862, -0.0111361 ], [ 109.3255865, -0.0110664 ], [ 109.3254733, -0.0109742 ], [ 109.3254257, -0.0109368 ], [ 109.3253691, -0.0109709 ], [ 109.3252772, -0.0109427 ], [ 109.3251172, -0.0108059 ], [ 109.3250733, -0.0108018 ], [ 109.3249173, -0.0107294 ], [ 109.3248613, -0.0106368 ], [ 109.3246734, -0.0105442 ], [ 109.3247334, -0.0104436 ], [ 109.3246934, -0.0104033 ], [ 109.3246374, -0.010351 ], [ 109.3248414, -0.0102061 ], [ 109.3247054, -0.0100571 ], [ 109.3244857, -0.0102025 ], [ 109.3242736, -0.0103429 ], [ 109.3242296, -0.0102785 ], [ 109.3243891, -0.0101375 ], [ 109.3245255, -0.0100169 ], [ 109.3244335, -0.0098961 ], [ 109.3242283, -0.0100074 ], [ 109.3241535, -0.0099603 ], [ 109.3241256, -0.0099847 ], [ 109.3239697, -0.0098921 ], [ 109.3238018, -0.0097552 ], [ 109.3237298, -0.0097633 ], [ 109.3236698, -0.0096787 ], [ 109.3236778, -0.0096143 ], [ 109.3237019, -0.0095795 ], [ 109.3236166, -0.0094811 ], [ 109.3235052, -0.0093473 ], [ 109.3234771, -0.0093206 ], [ 109.3234219, -0.0093688 ], [ 109.3234539, -0.009397 ], [ 109.3234059, -0.009409 ], [ 109.323306, -0.0094775 ], [ 109.323258, -0.0094453 ], [ 109.323258, -0.0093768 ], [ 109.323214, -0.0093768 ], [ 109.323178, -0.0093366 ], [ 109.323166, -0.0092843 ], [ 109.3232073, -0.0091977 ], [ 109.3231167, -0.0091118 ], [ 109.3230421, -0.0091762 ], [ 109.3229354, -0.0091065 ], [ 109.3227115, -0.0088918 ], [ 109.3227996, -0.0087637 ], [ 109.3227426, -0.0087206 ], [ 109.3226177, -0.0086238 ], [ 109.3225302, -0.0085552 ], [ 109.3224076, -0.0086771 ], [ 109.3220718, -0.0084356 ], [ 109.3220505, -0.0083551 ], [ 109.3219545, -0.0082531 ], [ 109.3219918, -0.0081994 ], [ 109.3217306, -0.0079203 ], [ 109.3218105, -0.0078237 ], [ 109.3216879, -0.0077486 ], [ 109.321576, -0.0078613 ], [ 109.3214267, -0.0077808 ], [ 109.3211601, -0.0074802 ], [ 109.3209949, -0.0073031 ], [ 109.3209149, -0.0072226 ], [ 109.3208349, -0.007185 ], [ 109.3207869, -0.007185 ], [ 109.320691, -0.0071045 ], [ 109.3206857, -0.0070455 ], [ 109.3206323, -0.0070186 ], [ 109.3200619, -0.006498 ], [ 109.3200566, -0.0064604 ], [ 109.3201045, -0.0063101 ], [ 109.3197047, -0.0058808 ], [ 109.3194435, -0.0060472 ], [ 109.318857, -0.0054514 ], [ 109.3186651, -0.0055695 ], [ 109.3183752, -0.0053555 ], [ 109.3182884, -0.0054667 ], [ 109.3177233, -0.0050588 ], [ 109.317622, -0.0049676 ], [ 109.3175794, -0.0048817 ], [ 109.3174194, -0.0048173 ], [ 109.317542, -0.0045221 ], [ 109.3171369, -0.0042484 ], [ 109.3166464, -0.0040015 ], [ 109.3165291, -0.0041303 ], [ 109.3161506, -0.003878 ], [ 109.3161613, -0.0038405 ], [ 109.3159267, -0.0036902 ], [ 109.3159693, -0.003497 ], [ 109.3156548, -0.0033252 ], [ 109.3155215, -0.003497 ], [ 109.3153402, -0.0035399 ], [ 109.3151696, -0.0034325 ], [ 109.3151537, -0.0034701 ], [ 109.3150204, -0.0033789 ], [ 109.315047, -0.0033198 ], [ 109.3150364, -0.0032018 ], [ 109.3149937, -0.0031749 ], [ 109.3149777, -0.003191 ], [ 109.3149511, -0.0031857 ], [ 109.3149191, -0.0032071 ], [ 109.3148871, -0.0032018 ], [ 109.3148924, -0.0031266 ], [ 109.3147645, -0.0030193 ], [ 109.3147165, -0.0031159 ], [ 109.3146792, -0.0030837 ], [ 109.3146792, -0.0030515 ], [ 109.3146525, -0.0030407 ], [ 109.3145512, -0.0031857 ], [ 109.314146, -0.0029924 ], [ 109.314178, -0.0029388 ], [ 109.3138315, -0.0027992 ], [ 109.3137942, -0.0028153 ], [ 109.3137302, -0.0028744 ], [ 109.3136716, -0.002869 ], [ 109.3136449, -0.0028207 ], [ 109.3136556, -0.0027616 ], [ 109.3135596, -0.0027026 ], [ 109.3135703, -0.0026489 ], [ 109.313517, -0.0026221 ], [ 109.3132557, -0.0025094 ], [ 109.3128186, -0.0023591 ], [ 109.3127386, -0.0024557 ], [ 109.3127119, -0.002445 ], [ 109.3126906, -0.0023859 ], [ 109.3126213, -0.0023054 ], [ 109.312536, -0.0023591 ], [ 109.3124774, -0.0023323 ], [ 109.3124987, -0.0021713 ], [ 109.3122321, -0.0020746 ], [ 109.3121148, -0.0021015 ], [ 109.3120989, -0.0021659 ], [ 109.3119656, -0.0021605 ], [ 109.3119762, -0.0021176 ], [ 109.3119123, -0.002123 ], [ 109.3117843, -0.0022142 ], [ 109.3117097, -0.0021766 ], [ 109.3116724, -0.0021444 ], [ 109.3116617, -0.0021122 ], [ 109.3117097, -0.0019566 ], [ 109.3116777, -0.0018975 ], [ 109.3114698, -0.0018009 ], [ 109.3113631, -0.0019888 ], [ 109.3111446, -0.0019297 ], [ 109.31083, -0.0018761 ], [ 109.3107234, -0.0017902 ], [ 109.3105368, -0.0016989 ], [ 109.3103715, -0.0016882 ], [ 109.3103182, -0.0017741 ], [ 109.3102596, -0.0017634 ], [ 109.3102596, -0.0016936 ], [ 109.3102009, -0.0016506 ], [ 109.3100996, -0.0016399 ], [ 109.3100463, -0.0016721 ], [ 109.3099077, -0.0016614 ], [ 109.3099131, -0.0015594 ], [ 109.3098437, -0.0015379 ], [ 109.3097851, -0.0016453 ], [ 109.3094439, -0.0015487 ], [ 109.3092893, -0.001495 ], [ 109.3090814, -0.001436 ], [ 109.3089321, -0.0013554 ], [ 109.3086922, -0.0013554 ], [ 109.3085429, -0.0014038 ], [ 109.3084363, -0.0015326 ], [ 109.3083883, -0.0016721 ], [ 109.308335, -0.0017419 ], [ 109.3082764, -0.0017204 ], [ 109.3082817, -0.0016238 ], [ 109.308303, -0.0015379 ], [ 109.3083297, -0.001436 ], [ 109.3083243, -0.0013769 ], [ 109.3081911, -0.0012857 ], [ 109.3080684, -0.0013393 ], [ 109.3080205, -0.0013232 ], [ 109.3079352, -0.0012374 ], [ 109.3078552, -0.0012481 ], [ 109.3077646, -0.0013286 ], [ 109.3077166, -0.0013018 ], [ 109.3076793, -0.001232 ], [ 109.3075033, -0.001173 ], [ 109.3070235, -0.0010817 ], [ 109.3067516, -0.0010656 ], [ 109.3065011, -0.001071 ], [ 109.3065011, -0.0009851 ], [ 109.3063889, -0.0008903 ], [ 109.3063314, -0.0008847 ], [ 109.3062505, -0.0009529 ], [ 109.3061385, -0.0009744 ], [ 109.3060319, -0.0010334 ], [ 109.305872, -0.0010334 ], [ 109.30576, -0.0010549 ], [ 109.305728, -0.0011139 ], [ 109.3054828, -0.0009797 ], [ 109.3055412, -0.0008112 ], [ 109.3053122, -0.0007114 ], [ 109.3052856, -0.0008066 ], [ 109.3052962, -0.0008885 ], [ 109.3053229, -0.0010119 ], [ 109.305067, -0.0010227 ], [ 109.3049124, -0.0010173 ], [ 109.3048217, -0.0010549 ], [ 109.3046565, -0.0009958 ], [ 109.3046565, -0.0009636 ], [ 109.3046245, -0.0009207 ], [ 109.3044912, -0.0009583 ], [ 109.3043846, -0.0009851 ], [ 109.304246, -0.0010925 ], [ 109.304086, -0.0011247 ], [ 109.3040647, -0.001071 ], [ 109.3039634, -0.0010978 ], [ 109.3038728, -0.0011086 ], [ 109.3038515, -0.0011408 ], [ 109.3037928, -0.0011944 ], [ 109.3037395, -0.0011461 ], [ 109.3036649, -0.0010817 ], [ 109.3036489, -0.0010334 ], [ 109.3034836, -0.0010603 ], [ 109.303345, -0.0010978 ], [ 109.3032384, -0.0011891 ], [ 109.3027094, -0.0011116 ], [ 109.3023472, -0.0011672 ], [ 109.3023641, -0.0013125 ], [ 109.3022894, -0.0013125 ], [ 109.3020602, -0.0013125 ], [ 109.3018736, -0.0013232 ], [ 109.301735, -0.0013447 ], [ 109.301687, -0.0014413 ], [ 109.3015964, -0.0014789 ], [ 109.3014951, -0.0015004 ], [ 109.3014524, -0.0015809 ], [ 109.3013884, -0.0015594 ], [ 109.3013565, -0.0015004 ], [ 109.3012125, -0.0015272 ], [ 109.3011699, -0.0015755 ], [ 109.3010046, -0.0016989 ], [ 109.3007913, -0.0017311 ], [ 109.3004715, -0.0016989 ], [ 109.3003222, -0.0016989 ], [ 109.3000716, -0.0017687 ], [ 109.3000183, -0.0018009 ], [ 109.2999277, -0.0017848 ], [ 109.2998104, -0.0017741 ], [ 109.2996718, -0.0018975 ], [ 109.2995065, -0.0018385 ], [ 109.2993999, -0.0019244 ], [ 109.299224, -0.0019136 ], [ 109.299032, -0.0018707 ], [ 109.2989681, -0.0019083 ], [ 109.2988774, -0.0018922 ], [ 109.2987762, -0.0020317 ], [ 109.2985842, -0.0020317 ], [ 109.2985736, -0.0021122 ], [ 109.2984669, -0.0021283 ], [ 109.2984403, -0.0022142 ], [ 109.2982963, -0.0021551 ], [ 109.2982804, -0.0020424 ], [ 109.2982217, -0.001978 ], [ 109.2981631, -0.0019619 ], [ 109.2980884, -0.0020532 ], [ 109.2980298, -0.0021176 ], [ 109.2979232, -0.0020854 ], [ 109.2978858, -0.0019834 ], [ 109.2978539, -0.0018707 ], [ 109.2977046, -0.0018707 ], [ 109.2975766, -0.0017955 ], [ 109.2973261, -0.0017848 ], [ 109.2968889, -0.0017258 ], [ 109.2967023, -0.0017311 ], [ 109.296553, -0.0016345 ], [ 109.2955855, -0.0014388 ], [ 109.2953695, -0.0014681 ], [ 109.2952896, -0.0013984 ], [ 109.2950497, -0.0013554 ], [ 109.294991, -0.0013769 ], [ 109.2947831, -0.0013018 ], [ 109.2946658, -0.0012374 ], [ 109.2944526, -0.0012481 ], [ 109.2942926, -0.0010871 ], [ 109.2941274, -0.0009314 ], [ 109.2936316, -0.0007704 ], [ 109.2932797, -0.0007053 ], [ 109.2927788, -0.000475 ], [ 109.2921647, -0.000221 ], [ 109.2917812, -0.0000404 ], [ 109.2917002, -0.00002 ], [ 109.2916013, -0.00002 ], [ 109.2915203, -0.0000494 ], [ 109.2914596, -0.0001309 ], [ 109.2914123, -0.0002894 ], [ 109.2913899, -0.0003211 ], [ 109.2912841, -0.0002192 ], [ 109.2913179, -0.0001672 ], [ 109.2913224, -0.000097 ], [ 109.2913134, -0.0000743 ], [ 109.2912796, -0.0000562 ], [ 109.2912572, -0.0000517 ], [ 109.2912572, -0.0000041 ], [ 109.2912482, 0.0000317 ], [ 109.2912152, 0.0000347 ], [ 109.2911852, 0.0000408 ], [ 109.2911672, 0.0000528 ], [ 109.2911642, 0.0000679 ], [ 109.2911822, 0.0000861 ], [ 109.2911702, 0.0001072 ], [ 109.2911402, 0.0001344 ], [ 109.2911012, 0.0001434 ], [ 109.2910712, 0.0001193 ], [ 109.2910203, 0.0001676 ], [ 109.2909513, 0.0001193 ], [ 109.2909333, 0.0000649 ], [ 109.2909063, 0.0000468 ], [ 109.2908943, 0.0000045 ], [ 109.2908553, 0.0000106 ], [ 109.2908013, 0.0000347 ], [ 109.2907324, 0.0000498 ], [ 109.2906694, 0.0000377 ], [ 109.2906394, 0.0000196 ], [ 109.2905974, 0.0000076 ], [ 109.2905314, 0.0000438 ], [ 109.2904085, 0.0001193 ], [ 109.2904085, 0.0001706 ], [ 109.2903785, 0.0002461 ], [ 109.2903515, 0.0003095 ], [ 109.2903155, 0.0003185 ], [ 109.2902796, 0.0003306 ], [ 109.2902316, 0.0003427 ], [ 109.2901596, 0.0003306 ], [ 109.2902643, 0.0007465 ], [ 109.2902299, 0.0007765 ], [ 109.2896918, 0.0009887 ], [ 109.2896498, 0.0009042 ], [ 109.2894339, 0.0009918 ], [ 109.2894639, 0.0010672 ], [ 109.2891018, 0.0012232 ], [ 109.2888473, 0.0012423 ], [ 109.2888191, 0.0011789 ], [ 109.2885068, 0.0012746 ], [ 109.2882576, 0.0013252 ], [ 109.2881628, 0.0013445 ], [ 109.2881301, 0.001322 ], [ 109.2881241, 0.0012405 ], [ 109.2880191, 0.0012254 ], [ 109.2878812, 0.0012254 ], [ 109.2878602, 0.0012254 ], [ 109.2878392, 0.0012164 ], [ 109.2878032, 0.0012164 ], [ 109.2877732, 0.0012164 ], [ 109.2877462, 0.0012073 ], [ 109.2877072, 0.0012194 ], [ 109.2876502, 0.0012526 ], [ 109.2875663, 0.0012768 ], [ 109.2874883, 0.0012798 ], [ 109.2874523, 0.0012073 ], [ 109.2872694, 0.0012224 ], [ 109.2872514, 0.00131 ], [ 109.2872304, 0.00131 ], [ 109.2872154, 0.0012013 ], [ 109.2871824, 0.0011741 ], [ 109.2871555, 0.0011922 ], [ 109.2871195, 0.0012013 ], [ 109.2871045, 0.0012345 ], [ 109.2870808, 0.0013824 ], [ 109.2870507, 0.0013937 ], [ 109.2870593, 0.0012693 ], [ 109.2870285, 0.0010933 ], [ 109.2869983, 0.0008487 ], [ 109.2869361, 0.0003457 ], [ 109.2869211, 0.0002245 ], [ 109.2868932, -0.0 ], [ 109.2868781, -0.0001216 ], [ 109.2868305, -0.0005057 ], [ 109.2868086, -0.0006496 ], [ 109.2867536, -0.0010412 ], [ 109.2867294, -0.0013142 ], [ 109.2867161, -0.0014644 ], [ 109.28669, -0.0017077 ], [ 109.2866598, -0.0019885 ], [ 109.2866549, -0.0020342 ], [ 109.2866457, -0.00212 ], [ 109.2865973, -0.0025063 ], [ 109.2865915, -0.0030194 ], [ 109.2866054, -0.0034802 ], [ 109.2866148, -0.0034836 ], [ 109.2866105, -0.0035425 ], [ 109.2866234, -0.0036228 ], [ 109.2866174, -0.0036476 ], [ 109.2866467, -0.0040128 ], [ 109.286853, -0.0050632 ], [ 109.286854, -0.0050632 ], [ 109.2868582, -0.0050892 ], [ 109.2868877, -0.0052369 ], [ 109.2869361, -0.0055273 ], [ 109.2869387, -0.0055505 ], [ 109.2869414, -0.0055745 ], [ 109.2869545, -0.0056912 ], [ 109.2870108, -0.0060428 ], [ 109.2870945, -0.0062102 ], [ 109.2870725, -0.006263 ], [ 109.2870393, -0.0062207 ], [ 109.2870394, -0.006221 ], [ 109.2870721, -0.0062664 ], [ 109.2870609, -0.0063556 ], [ 109.2870576, -0.0063824 ], [ 109.287067, -0.0063936 ], [ 109.2870662, -0.0064133 ], [ 109.2870531, -0.0067233 ], [ 109.2870527, -0.0067327 ], [ 109.2870526, -0.0067327 ], [ 109.2869913, -0.0079685 ], [ 109.2869375, -0.0086006 ], [ 109.2868833, -0.0090424 ], [ 109.2865297, -0.0099641 ], [ 109.2856742, -0.0122306 ], [ 109.2859241, -0.0139149 ], [ 109.2853566, -0.0168109 ], [ 109.2856701, -0.0184124 ], [ 109.2820958, -0.0200956 ], [ 109.2799114, -0.0221686 ], [ 109.2761628, -0.0272187 ], [ 109.2793144, -0.0353186 ], [ 109.2833547, -0.0410777 ], [ 109.2836426, -0.0408631 ], [ 109.2839802, -0.040448 ], [ 109.2845923, -0.0398452 ], [ 109.2851272, -0.0406061 ], [ 109.2860567, -0.0397382 ], [ 109.2861421, -0.0398302 ], [ 109.2861423, -0.03983 ], [ 109.2860722, -0.0397533 ], [ 109.2860853, -0.0397408 ], [ 109.2863483, -0.0394722 ], [ 109.2872035, -0.0386619 ], [ 109.2873663, -0.0384816 ], [ 109.2881227, -0.0377277 ], [ 109.2883781, -0.0374823 ], [ 109.2893073, -0.0365631 ], [ 109.2896805, -0.036185 ], [ 109.2901989, -0.0356715 ], [ 109.2904844, -0.0353535 ], [ 109.2909828, -0.0348776 ], [ 109.2915013, -0.0343642 ], [ 109.2917668, -0.0341037 ], [ 109.2918992, -0.0339918 ], [ 109.2925787, -0.0332921 ], [ 109.2932164, -0.0328056 ], [ 109.2934648, -0.0325935 ], [ 109.2939557, -0.0321752 ], [ 109.2940459, -0.0321552 ], [ 109.2940784, -0.0321276 ], [ 109.294101, -0.0321151 ], [ 109.2941385, -0.032085 ], [ 109.2941486, -0.03204 ], [ 109.2941811, -0.0320049 ], [ 109.2942237, -0.0319748 ], [ 109.2942813, -0.0319273 ], [ 109.2943815, -0.0318722 ], [ 109.2944191, -0.0318171 ], [ 109.2944767, -0.0317645 ], [ 109.2949951, -0.0313863 ], [ 109.2953933, -0.0310757 ], [ 109.2958116, -0.0307652 ], [ 109.2960745, -0.0305598 ], [ 109.2969061, -0.0299612 ], [ 109.2970188, -0.029871 ], [ 109.297179, -0.0297734 ], [ 109.2971963, -0.0297691 ], [ 109.2976377, -0.0294323 ], [ 109.2982269, -0.029049 ], [ 109.298236, -0.029042 ], [ 109.2982961, -0.0289894 ], [ 109.2983462, -0.0289469 ], [ 109.2984313, -0.0288868 ], [ 109.2985014, -0.0288442 ], [ 109.2986091, -0.028764 ], [ 109.2988145, -0.0286488 ], [ 109.2988671, -0.0286163 ], [ 109.2988921, -0.0285812 ], [ 109.2989147, -0.0285436 ], [ 109.2989648, -0.0285211 ], [ 109.2990424, -0.0284785 ], [ 109.2990925, -0.0284685 ], [ 109.2991201, -0.0284435 ], [ 109.2991376, -0.0284084 ], [ 109.2991852, -0.0283909 ], [ 109.2993505, -0.0282757 ], [ 109.2993956, -0.0282406 ], [ 109.2995058, -0.028163 ], [ 109.2995759, -0.0281104 ], [ 109.299616, -0.0280803 ], [ 109.2996886, -0.0280703 ], [ 109.2997637, -0.0280152 ], [ 109.2997938, -0.0279876 ], [ 109.2998213, -0.0279801 ], [ 109.2998764, -0.0279601 ], [ 109.299909, -0.0279375 ], [ 109.2999315, -0.02791 ], [ 109.2999716, -0.0278799 ], [ 109.3000142, -0.0278799 ], [ 109.3000467, -0.0278599 ], [ 109.3001043, -0.0278173 ], [ 109.3001018, -0.0277798 ], [ 109.3001219, -0.0277522 ], [ 109.3002246, -0.0276896 ], [ 109.3002771, -0.0276646 ], [ 109.3003222, -0.0276495 ], [ 109.3003673, -0.027637 ], [ 109.3004074, -0.0276019 ], [ 109.3004449, -0.0275594 ], [ 109.3005101, -0.0275143 ], [ 109.3005627, -0.0274842 ], [ 109.3006253, -0.0274492 ], [ 109.3006779, -0.0274241 ], [ 109.300733, -0.0273815 ], [ 109.3008156, -0.0273515 ], [ 109.3009183, -0.0272713 ], [ 109.3011212, -0.0271311 ], [ 109.3015194, -0.0268907 ], [ 109.3020303, -0.0266051 ], [ 109.3025362, -0.0263497 ], [ 109.3030171, -0.0261193 ], [ 109.3031423, -0.0260992 ], [ 109.3031824, -0.0260842 ], [ 109.3032575, -0.0260541 ], [ 109.3032951, -0.025979 ], [ 109.3033377, -0.025964 ], [ 109.3044221, -0.0254731 ], [ 109.3054164, -0.0250248 ], [ 109.3063882, -0.024614 ], [ 109.3072498, -0.0242359 ], [ 109.3080437, -0.0239203 ], [ 109.3091206, -0.0235095 ], [ 109.3093636, -0.0234094 ], [ 109.3099221, -0.0231764 ], [ 109.3105507, -0.022916 ], [ 109.3110667, -0.0227231 ], [ 109.3116377, -0.0225152 ], [ 109.3119983, -0.0223975 ], [ 109.3122839, -0.0222898 ], [ 109.3127747, -0.0221471 ], [ 109.3134184, -0.0219567 ], [ 109.3137415, -0.0218841 ], [ 109.3139243, -0.0218315 ], [ 109.3141372, -0.0217764 ], [ 109.3143776, -0.0217013 ], [ 109.3145229, -0.0216562 ], [ 109.3147934, -0.021576 ], [ 109.3153769, -0.0214082 ], [ 109.3157376, -0.0213331 ], [ 109.3162686, -0.0211828 ], [ 109.3167444, -0.0210726 ], [ 109.3170049, -0.020995 ], [ 109.3176335, -0.0208422 ], [ 109.3178514, -0.0208047 ], [ 109.3182196, -0.0207295 ], [ 109.3184375, -0.0206694 ], [ 109.319021, -0.0205692 ], [ 109.3191738, -0.0205367 ], [ 109.3199477, -0.0203814 ], [ 109.3206365, -0.0202386 ], [ 109.3212504, -0.020139 ], [ 109.3219363, -0.0200007 ], [ 109.3228855, -0.0198104 ], [ 109.3235818, -0.0196876 ], [ 109.3241328, -0.0195799 ], [ 109.3244784, -0.0195173 ], [ 109.3253575, -0.0193696 ], [ 109.3255378, -0.0193445 ], [ 109.3258208, -0.0192869 ], [ 109.3260938, -0.0192468 ], [ 109.3264194, -0.0191867 ], [ 109.3266198, -0.0191442 ], [ 109.3270656, -0.0190565 ], [ 109.3275364, -0.0189889 ], [ 109.3277418, -0.0189613 ], [ 109.3279847, -0.0189012 ], [ 109.3281525, -0.0188812 ], [ 109.3287536, -0.0187785 ], [ 109.3290891, -0.0187151 ], [ 109.329495, -0.0186483 ], [ 109.3295926, -0.0186332 ], [ 109.3296653, -0.0186307 ], [ 109.3297479, -0.0186107 ], [ 109.3298782, -0.0185656 ], [ 109.3302088, -0.018518 ], [ 109.3303165, -0.0184955 ], [ 109.330364, -0.018483 ], [ 109.3311466, -0.0183065 ], [ 109.331436, -0.0182308 ], [ 109.3316408, -0.0181551 ], [ 109.3319035, -0.0180394 ], [ 109.3320949, -0.0179103 ], [ 109.3323131, -0.0177633 ], [ 109.3325536, -0.017603 ], [ 109.3326915, -0.017483 ], [ 109.3332755, -0.0166049 ], [ 109.3333283, -0.0164969 ], [ 109.3334392, -0.0163792 ], [ 109.3334995, -0.0164372 ], [ 109.3335011, -0.0164357 ] ] ] } }, +{ "type": "Feature", "properties": { "Id": 0, "Plan_Area": 113026328.1, "Ket": "Pontianak Kota" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 109.3447767, -0.0260924 ], [ 109.3447383, -0.0259853 ], [ 109.3446783, -0.0259008 ], [ 109.3446273, -0.025937 ], [ 109.3445044, -0.0257347 ], [ 109.3445074, -0.0257136 ], [ 109.3445164, -0.0257015 ], [ 109.3445314, -0.0256743 ], [ 109.3445314, -0.0256472 ], [ 109.3444624, -0.0255566 ], [ 109.3444384, -0.0255747 ], [ 109.3443365, -0.0253845 ], [ 109.3444517, -0.0253082 ], [ 109.3445464, -0.0252456 ], [ 109.3443335, -0.024995 ], [ 109.3442877, -0.0250253 ], [ 109.3442195, -0.0250705 ], [ 109.3441056, -0.0248984 ], [ 109.3438027, -0.0244667 ], [ 109.3437787, -0.0244727 ], [ 109.3437247, -0.0244788 ], [ 109.3436857, -0.0244305 ], [ 109.3436527, -0.0244395 ], [ 109.3436317, -0.0244093 ], [ 109.3436827, -0.0243671 ], [ 109.3436655, -0.0243042 ], [ 109.3435988, -0.0243701 ], [ 109.3434338, -0.0241678 ], [ 109.3434218, -0.0241255 ], [ 109.3434308, -0.0240923 ], [ 109.3434818, -0.0240561 ], [ 109.3432149, -0.0237542 ], [ 109.3432224, -0.0236994 ], [ 109.3431579, -0.023724 ], [ 109.343053, -0.0235942 ], [ 109.342987, -0.0236364 ], [ 109.3428461, -0.0235006 ], [ 109.34287, -0.0234764 ], [ 109.34287, -0.023407 ], [ 109.3428937, -0.0233669 ], [ 109.342918, -0.0233255 ], [ 109.3426358, -0.0231138 ], [ 109.3425165, -0.0230021 ], [ 109.342389, -0.0228846 ], [ 109.3423535, -0.0228554 ], [ 109.3423093, -0.0229028 ], [ 109.3420873, -0.0227005 ], [ 109.3420034, -0.0227398 ], [ 109.3419644, -0.0226915 ], [ 109.3419374, -0.0227035 ], [ 109.3419014, -0.0226794 ], [ 109.3418774, -0.0227126 ], [ 109.3418954, -0.0227398 ], [ 109.3417965, -0.0228213 ], [ 109.3417695, -0.0227941 ], [ 109.3417125, -0.0228122 ], [ 109.3416525, -0.0227669 ], [ 109.3416255, -0.0227639 ], [ 109.3416105, -0.0227282 ], [ 109.3416025, -0.0226718 ], [ 109.3412712, -0.022291 ], [ 109.3411181, -0.0221865 ], [ 109.3410131, -0.0221177 ], [ 109.3410042, -0.0220732 ], [ 109.3408837, -0.0220327 ], [ 109.3408676, -0.0220273 ], [ 109.340836, -0.0220209 ], [ 109.3408119, -0.0220273 ], [ 109.3407955, -0.02204 ], [ 109.3407892, -0.0220553 ], [ 109.3407904, -0.0220783 ], [ 109.3408006, -0.0221012 ], [ 109.3406416, -0.0222601 ], [ 109.3406158, -0.0222859 ], [ 109.3404764, -0.0222113 ], [ 109.3404172, -0.0222967 ], [ 109.3404145, -0.022294 ], [ 109.3402349, -0.0222624 ], [ 109.3402537, -0.0222244 ], [ 109.3402886, -0.0221767 ], [ 109.3403609, -0.0222247 ], [ 109.3404115, -0.022172 ], [ 109.3403558, -0.0221415 ], [ 109.3404486, -0.0220294 ], [ 109.3404178, -0.0220118 ], [ 109.340398, -0.0220005 ], [ 109.3405846, -0.0217545 ], [ 109.3406049, -0.0217636 ], [ 109.3406606, -0.0217094 ], [ 109.3406319, -0.02167 ], [ 109.3405275, -0.0216051 ], [ 109.3404932, -0.0216521 ], [ 109.3405127, -0.0216708 ], [ 109.3405017, -0.0216927 ], [ 109.340317, -0.0218972 ], [ 109.340236, -0.021904 ], [ 109.3400314, -0.022162 ], [ 109.3399799, -0.0221175 ], [ 109.3399519, -0.0221538 ], [ 109.3395825, -0.0218345 ], [ 109.3396, -0.0217897 ], [ 109.3396769, -0.0217173 ], [ 109.339515, -0.0215798 ], [ 109.3394425, -0.0215781 ], [ 109.3391928, -0.0213539 ], [ 109.3391844, -0.0212877 ], [ 109.3390029, -0.0211079 ], [ 109.3390518, -0.0210198 ], [ 109.3390039, -0.0209843 ], [ 109.3390094, -0.0209703 ], [ 109.3390132, -0.0209487 ], [ 109.3387209, -0.0207169 ], [ 109.3386741, -0.0207449 ], [ 109.3386488, -0.0207347 ], [ 109.3386148, -0.0207671 ], [ 109.3386007, -0.0207805 ], [ 109.3385224, -0.0207087 ], [ 109.3384982, -0.0207372 ], [ 109.3384578, -0.0207385 ], [ 109.33833, -0.0206264 ], [ 109.3384426, -0.0205118 ], [ 109.3384564, -0.0205257 ], [ 109.3385653, -0.0206226 ], [ 109.3386243, -0.0205884 ], [ 109.3382236, -0.0202791 ], [ 109.3382116, -0.0202626 ], [ 109.3381779, -0.0203034 ], [ 109.3383862, -0.0204618 ], [ 109.3383521, -0.0205305 ], [ 109.3383038, -0.0205661 ], [ 109.3379732, -0.020274 ], [ 109.338006, -0.0202218 ], [ 109.3379749, -0.0201961 ], [ 109.3379417, -0.02024 ], [ 109.3379102, -0.0202219 ], [ 109.337836, -0.0203374 ], [ 109.3372378, -0.0198709 ], [ 109.3373592, -0.0197237 ], [ 109.337773, -0.0200589 ], [ 109.3377803, -0.0200349 ], [ 109.3378355, -0.0199714 ], [ 109.3373837, -0.0196132 ], [ 109.336982, -0.019284 ], [ 109.3366279, -0.0189939 ], [ 109.336237, -0.0186703 ], [ 109.3357873, -0.0182993 ], [ 109.3354574, -0.0180216 ], [ 109.3350766, -0.0177046 ], [ 109.3342295, -0.0170102 ], [ 109.3335982, -0.0165 ], [ 109.3335761, -0.0165118 ], [ 109.3335738, -0.0165094 ], [ 109.3334122, -0.0166871 ], [ 109.3333661, -0.0167038 ], [ 109.333357, -0.016717 ], [ 109.3329503, -0.0173072 ], [ 109.3327307, -0.0176752 ], [ 109.3324041, -0.0179364 ], [ 109.3320123, -0.0181264 ], [ 109.3315493, -0.0183045 ], [ 109.3312524, -0.0183995 ], [ 109.3310803, -0.0184707 ], [ 109.3308844, -0.0185242 ], [ 109.3305104, -0.0185954 ], [ 109.3297089, -0.0187379 ], [ 109.3285928, -0.0189279 ], [ 109.3268356, -0.0192247 ], [ 109.3262835, -0.0193434 ], [ 109.325767, -0.0194265 ], [ 109.3246034, -0.0196106 ], [ 109.3221872, -0.0200796 ], [ 109.3211245, -0.0202577 ], [ 109.3208099, -0.0203289 ], [ 109.3196344, -0.0205664 ], [ 109.3182452, -0.0208276 ], [ 109.3177347, -0.0209463 ], [ 109.3171291, -0.0211007 ], [ 109.3167789, -0.0211779 ], [ 109.3159121, -0.0213975 ], [ 109.3153481, -0.0215578 ], [ 109.3142914, -0.0218546 ], [ 109.31349, -0.0220802 ], [ 109.3131991, -0.0221455 ], [ 109.3129675, -0.0222465 ], [ 109.3127301, -0.0222999 ], [ 109.3124035, -0.022383 ], [ 109.3120533, -0.0225195 ], [ 109.3118396, -0.0226027 ], [ 109.3111865, -0.0228461 ], [ 109.309732, -0.0233982 ], [ 109.3086991, -0.0237959 ], [ 109.308052, -0.0240749 ], [ 109.3078976, -0.0241521 ], [ 109.3074227, -0.024348 ], [ 109.3062354, -0.0248408 ], [ 109.3036885, -0.0259984 ], [ 109.3034095, -0.0261053 ], [ 109.3023765, -0.0266396 ], [ 109.3018541, -0.0269127 ], [ 109.3015929, -0.0270908 ], [ 109.3012842, -0.027257 ], [ 109.3010645, -0.027352 ], [ 109.3007736, -0.0275004 ], [ 109.2999247, -0.0280703 ], [ 109.2994498, -0.028379 ], [ 109.299331, -0.0284028 ], [ 109.2991826, -0.0284978 ], [ 109.2989986, -0.0286462 ], [ 109.2988502, -0.0287708 ], [ 109.2986364, -0.0289727 ], [ 109.2984702, -0.0290202 ], [ 109.298399, -0.0290974 ], [ 109.2982802, -0.0291805 ], [ 109.2980903, -0.029317 ], [ 109.2978765, -0.0294654 ], [ 109.2976866, -0.0296079 ], [ 109.2974016, -0.0297741 ], [ 109.2973244, -0.0298276 ], [ 109.2971998, -0.0299285 ], [ 109.2970395, -0.0299997 ], [ 109.2968911, -0.0300769 ], [ 109.2968139, -0.0301897 ], [ 109.2966417, -0.0303262 ], [ 109.2964933, -0.0304272 ], [ 109.2963983, -0.0304687 ], [ 109.2962499, -0.030534 ], [ 109.2961074, -0.030635 ], [ 109.2958284, -0.0309199 ], [ 109.2953238, -0.0312999 ], [ 109.2950151, -0.0315076 ], [ 109.2948548, -0.0316382 ], [ 109.2947539, -0.0317154 ], [ 109.2945045, -0.0319351 ], [ 109.2942433, -0.0321369 ], [ 109.2940533, -0.0322616 ], [ 109.2938871, -0.0324694 ], [ 109.2937743, -0.0325466 ], [ 109.2936259, -0.0326059 ], [ 109.2934537, -0.0327484 ], [ 109.2933053, -0.0328612 ], [ 109.2931806, -0.0329799 ], [ 109.2928838, -0.0333243 ], [ 109.2925276, -0.0336152 ], [ 109.2921417, -0.0339714 ], [ 109.2918152, -0.0342029 ], [ 109.2913225, -0.0347134 ], [ 109.2902004, -0.0358711 ], [ 109.2899214, -0.036156 ], [ 109.28893, -0.0371831 ], [ 109.2882687, -0.0378429 ], [ 109.2861496, -0.0398381 ], [ 109.2861423, -0.03983 ], [ 109.2861421, -0.0398302 ], [ 109.2867673, -0.0405035 ], [ 109.2939996, -0.0482917 ], [ 109.298769, -0.0534278 ], [ 109.3001938, -0.0549622 ], [ 109.3013357, -0.0569596 ], [ 109.3019301, -0.0596726 ], [ 109.3035808, -0.0612998 ], [ 109.3047008, -0.0623046 ], [ 109.3059248, -0.0611579 ], [ 109.3069923, -0.060036 ], [ 109.3080315, -0.0589924 ], [ 109.3088631, -0.0582134 ], [ 109.3092212, -0.0577928 ], [ 109.3101406, -0.0568693 ], [ 109.3109542, -0.0559101 ], [ 109.3120394, -0.0549893 ], [ 109.3141304, -0.0528482 ], [ 109.3164228, -0.0506347 ], [ 109.3172002, -0.0498481 ], [ 109.3179266, -0.0490781 ], [ 109.3189194, -0.0481395 ], [ 109.3195934, -0.0475023 ], [ 109.3209164, -0.0461114 ], [ 109.3219146, -0.0451524 ], [ 109.3227098, -0.0443885 ], [ 109.3237224, -0.0434157 ], [ 109.3244865, -0.0426193 ], [ 109.3250324, -0.0420502 ], [ 109.3267827, -0.040538 ], [ 109.3298122, -0.0379204 ], [ 109.3326, -0.0355117 ], [ 109.3339821, -0.0341435 ], [ 109.3366598, -0.0315638 ], [ 109.3378946, -0.0303876 ], [ 109.3381033, -0.0303335 ], [ 109.3386697, -0.029896 ], [ 109.3398953, -0.0290089 ], [ 109.3407319, -0.0284491 ], [ 109.3421049, -0.0276313 ], [ 109.3435626, -0.026695 ], [ 109.3447767, -0.0260924 ] ] ] } }, +{ "type": "Feature", "properties": { "Id": 0, "Plan_Area": 113026328.1, "Ket": "Pontianak Tenggara" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 109.3238928, -0.0805255 ], [ 109.3357703, -0.0917348 ], [ 109.3427456, -0.0983301 ], [ 109.3460646, -0.0939591 ], [ 109.3470101, -0.0922363 ], [ 109.3483892, -0.0900184 ], [ 109.3517316, -0.0848688 ], [ 109.355214, -0.0798133 ], [ 109.3582925, -0.0745903 ], [ 109.3591723, -0.0731272 ], [ 109.3591783, -0.0731264 ], [ 109.3604145, -0.0712527 ], [ 109.3604157, -0.0712483 ], [ 109.360418, -0.0712475 ], [ 109.3606496, -0.0708964 ], [ 109.3612911, -0.0699188 ], [ 109.3616731, -0.0692595 ], [ 109.3623865, -0.0679158 ], [ 109.3628299, -0.0670452 ], [ 109.3628366, -0.067032 ], [ 109.3628392, -0.0670269 ], [ 109.3628391, -0.0670267 ], [ 109.3659803, -0.0602666 ], [ 109.3678595, -0.0586759 ], [ 109.3677776, -0.0586131 ], [ 109.3677936, -0.058436 ], [ 109.3677816, -0.0583876 ], [ 109.3677416, -0.0583554 ], [ 109.3676937, -0.0583152 ], [ 109.3676657, -0.058279 ], [ 109.3676497, -0.0582105 ], [ 109.3676337, -0.058134 ], [ 109.3676097, -0.0580495 ], [ 109.3675897, -0.0579972 ], [ 109.3676137, -0.0579247 ], [ 109.3676177, -0.0578643 ], [ 109.3676177, -0.0577919 ], [ 109.3676057, -0.0577476 ], [ 109.3675697, -0.0576993 ], [ 109.3675177, -0.0576751 ], [ 109.3674338, -0.057659 ], [ 109.3673978, -0.0576389 ], [ 109.3672818, -0.0575141 ], [ 109.3672418, -0.0575342 ], [ 109.3671619, -0.0575503 ], [ 109.3670859, -0.0575382 ], [ 109.3669979, -0.057498 ], [ 109.366962, -0.0574698 ], [ 109.366958, -0.0574255 ], [ 109.366966, -0.0573772 ], [ 109.3671299, -0.0572766 ], [ 109.3671419, -0.0572967 ], [ 109.3671699, -0.0572766 ], [ 109.3670899, -0.0571719 ], [ 109.3670659, -0.057184 ], [ 109.3670819, -0.0572444 ], [ 109.3669979, -0.0572887 ], [ 109.3669859, -0.0572645 ], [ 109.366958, -0.0572524 ], [ 109.36691, -0.0572323 ], [ 109.366898, -0.057176 ], [ 109.366982, -0.0571236 ], [ 109.3668365, -0.0569015 ], [ 109.3667727, -0.0567957 ], [ 109.3667612, -0.0567521 ], [ 109.366874, -0.0566607 ], [ 109.366822, -0.0565963 ], [ 109.366782, -0.0566164 ], [ 109.3667291, -0.0565466 ], [ 109.3666141, -0.056395 ], [ 109.3663942, -0.0565117 ], [ 109.3663702, -0.0564755 ], [ 109.3665701, -0.0563266 ], [ 109.3665461, -0.0562702 ], [ 109.3665102, -0.0562259 ], [ 109.3664102, -0.0561172 ], [ 109.3663462, -0.0559924 ], [ 109.3663982, -0.0559884 ], [ 109.3662383, -0.0556883 ], [ 109.3661823, -0.0556986 ], [ 109.3660509, -0.055434 ], [ 109.3659504, -0.0552316 ], [ 109.3658952, -0.0552615 ], [ 109.3657944, -0.0553161 ], [ 109.3657864, -0.055292 ], [ 109.3656225, -0.0553644 ], [ 109.3655985, -0.0553 ], [ 109.3656025, -0.0552678 ], [ 109.3655705, -0.0552075 ], [ 109.3655345, -0.0551712 ], [ 109.3654986, -0.055143 ], [ 109.3654026, -0.054982 ], [ 109.3654506, -0.0549538 ], [ 109.3654666, -0.0549216 ], [ 109.3654386, -0.0549015 ], [ 109.3654066, -0.0548693 ], [ 109.3653586, -0.0548049 ], [ 109.3653226, -0.0547727 ], [ 109.3652866, -0.0547123 ], [ 109.3654266, -0.0546157 ], [ 109.3653666, -0.0545432 ], [ 109.3653146, -0.0545271 ], [ 109.3651987, -0.0544225 ], [ 109.365283, -0.0543278 ], [ 109.3652016, -0.0541721 ], [ 109.3651037, -0.0539867 ], [ 109.3650004, -0.0538293 ], [ 109.3649591, -0.0537597 ], [ 109.3648244, -0.0536148 ], [ 109.3646774, -0.0536752 ], [ 109.3645755, -0.053494 ], [ 109.3646474, -0.0534155 ], [ 109.3646294, -0.0533884 ], [ 109.3645335, -0.0534306 ], [ 109.3645215, -0.0534004 ], [ 109.3645365, -0.0533823 ], [ 109.3645065, -0.0533431 ], [ 109.3644525, -0.0533552 ], [ 109.3644255, -0.0532887 ], [ 109.3645635, -0.0532133 ], [ 109.3644945, -0.0530955 ], [ 109.3642285, -0.0526327 ], [ 109.3641886, -0.0526547 ], [ 109.3641406, -0.0525702 ], [ 109.3641256, -0.0525762 ], [ 109.3640747, -0.0525762 ], [ 109.3640027, -0.0526004 ], [ 109.3639787, -0.0525853 ], [ 109.3639187, -0.0525611 ], [ 109.3639037, -0.0525309 ], [ 109.3639037, -0.0524555 ], [ 109.3640625, -0.0523529 ], [ 109.3640105, -0.0522747 ], [ 109.3639459, -0.0521517 ], [ 109.3639382, -0.0521372 ], [ 109.3639967, -0.0520901 ], [ 109.3638228, -0.0518607 ], [ 109.3637907, -0.0518913 ], [ 109.3637628, -0.051918 ], [ 109.3637778, -0.0519422 ], [ 109.3637208, -0.0519814 ], [ 109.3636668, -0.052066 ], [ 109.3636038, -0.0521354 ], [ 109.3635888, -0.0521656 ], [ 109.3633765, -0.0523574 ], [ 109.3633369, -0.0523105 ], [ 109.3635229, -0.0521535 ], [ 109.3634899, -0.0521324 ], [ 109.3634719, -0.0521082 ], [ 109.3634899, -0.0520811 ], [ 109.3634539, -0.0520267 ], [ 109.3635019, -0.0519996 ], [ 109.3634869, -0.0519512 ], [ 109.3635469, -0.0518969 ], [ 109.3635049, -0.0518546 ], [ 109.3633729, -0.0519301 ], [ 109.363325, -0.0518546 ], [ 109.3633819, -0.0517943 ], [ 109.363331, -0.0517459 ], [ 109.363292, -0.0517792 ], [ 109.36325, -0.0516886 ], [ 109.3634569, -0.0515256 ], [ 109.3634449, -0.0515044 ], [ 109.3635035, -0.051462 ], [ 109.3634707, -0.0514101 ], [ 109.3633925, -0.0512935 ], [ 109.3633839, -0.0512806 ], [ 109.3632926, -0.0513436 ], [ 109.3632527, -0.0512993 ], [ 109.3631967, -0.0512792 ], [ 109.3631567, -0.0513073 ], [ 109.3631367, -0.0512631 ], [ 109.3631287, -0.0511745 ], [ 109.3630887, -0.0511181 ], [ 109.3629488, -0.0512389 ], [ 109.3628488, -0.0512671 ], [ 109.3628088, -0.0511906 ], [ 109.3630128, -0.0510135 ], [ 109.3629848, -0.0509652 ], [ 109.3629353, -0.0508585 ], [ 109.3628769, -0.0508114 ], [ 109.3627601, -0.0506921 ], [ 109.3626667, -0.0505899 ], [ 109.3626344, -0.0505546 ], [ 109.3625059, -0.0504144 ], [ 109.362373, -0.0502806 ], [ 109.3622472, -0.0501449 ], [ 109.3621215, -0.0499939 ], [ 109.3619786, -0.0498193 ], [ 109.3618322, -0.049633 ], [ 109.361684, -0.0494675 ], [ 109.3615385, -0.0493165 ], [ 109.3613939, -0.0491637 ], [ 109.361251, -0.0490126 ], [ 109.3611082, -0.0488643 ], [ 109.3609618, -0.0487359 ], [ 109.3608648, -0.0486427 ], [ 109.3608172, -0.0486075 ], [ 109.3608028, -0.0485957 ], [ 109.3607974, -0.0485803 ], [ 109.3607767, -0.0485487 ], [ 109.3607291, -0.0484908 ], [ 109.36066, -0.0484185 ], [ 109.3605809, -0.0483371 ], [ 109.3605037, -0.0482557 ], [ 109.3604282, -0.048177 ], [ 109.3603501, -0.0481001 ], [ 109.3602674, -0.0480187 ], [ 109.3601767, -0.0479391 ], [ 109.3600851, -0.0478704 ], [ 109.3600159, -0.0478071 ], [ 109.3599665, -0.047742 ], [ 109.3599153, -0.0476732 ], [ 109.3598578, -0.0476081 ], [ 109.3598003, -0.0475475 ], [ 109.3597365, -0.0474887 ], [ 109.3596718, -0.0474363 ], [ 109.3595461, -0.0473296 ], [ 109.3594832, -0.0472744 ], [ 109.3593566, -0.0471595 ], [ 109.3592191, -0.0470302 ], [ 109.3590898, -0.0469 ], [ 109.3589577, -0.046758 ], [ 109.3588086, -0.0466169 ], [ 109.3586514, -0.0464695 ], [ 109.3584915, -0.046332 ], [ 109.3583406, -0.0462163 ], [ 109.3582085, -0.0461078 ], [ 109.3580855, -0.0459965 ], [ 109.3580046, -0.0459124 ], [ 109.3579768, -0.045879 ], [ 109.3579705, -0.0458726 ], [ 109.357966, -0.0458663 ], [ 109.3579382, -0.0458428 ], [ 109.3578501, -0.0457668 ], [ 109.3577127, -0.0456384 ], [ 109.3575501, -0.0455018 ], [ 109.3573677, -0.0453625 ], [ 109.3571908, -0.0451952 ], [ 109.3570237, -0.0449981 ], [ 109.3568494, -0.0448118 ], [ 109.3566581, -0.0446427 ], [ 109.3564686, -0.0444672 ], [ 109.356297, -0.0442809 ], [ 109.3561254, -0.0441046 ], [ 109.3559368, -0.0439273 ], [ 109.3557373, -0.0437401 ], [ 109.3555532, -0.043533 ], [ 109.3553745, -0.0433422 ], [ 109.3551876, -0.0431595 ], [ 109.3550053, -0.0429632 ], [ 109.3548355, -0.0427525 ], [ 109.3546819, -0.0425671 ], [ 109.3545238, -0.0423808 ], [ 109.3543468, -0.0421846 ], [ 109.3543145, -0.0421484 ], [ 109.3542517, -0.0420783 ], [ 109.3533471, -0.0431052 ], [ 109.3517595, -0.0445354 ], [ 109.3519334, -0.0448751 ], [ 109.350875, -0.0460665 ], [ 109.349543, -0.0475118 ], [ 109.3485814, -0.0489641 ], [ 109.3472762, -0.0510047 ], [ 109.3454892, -0.0530227 ], [ 109.3417723, -0.0573011 ], [ 109.3382299, -0.0613103 ], [ 109.3350186, -0.0651322 ], [ 109.3324355, -0.0681877 ], [ 109.3304054, -0.0707841 ], [ 109.327746, -0.074815 ], [ 109.324635, -0.0794082 ], [ 109.3239384, -0.0804322 ], [ 109.3238928, -0.0805255 ] ] ] } } +] +} diff --git a/webgis-parsiltanah/config/koneksi.php b/webgis-parsiltanah/config/koneksi.php new file mode 100644 index 0000000..a288935 --- /dev/null +++ b/webgis-parsiltanah/config/koneksi.php @@ -0,0 +1,12 @@ + + + + + + WebGIS Jalan & Parsil Tanah + + + + + + + + + +
+ + + + + + + + + + + + \ No newline at end of file diff --git a/webgis-parsiltanah/jalan/hapus.php b/webgis-parsiltanah/jalan/hapus.php new file mode 100644 index 0000000..a88c6a4 --- /dev/null +++ b/webgis-parsiltanah/jalan/hapus.php @@ -0,0 +1,17 @@ + $query +]); \ No newline at end of file diff --git a/webgis-parsiltanah/jalan/index.php b/webgis-parsiltanah/jalan/index.php new file mode 100644 index 0000000..e69de29 diff --git a/webgis-parsiltanah/jalan/simpan.php b/webgis-parsiltanah/jalan/simpan.php new file mode 100644 index 0000000..63a329f --- /dev/null +++ b/webgis-parsiltanah/jalan/simpan.php @@ -0,0 +1,29 @@ + $query +]); \ No newline at end of file diff --git a/webgis-parsiltanah/jalan/tampil.php b/webgis-parsiltanah/jalan/tampil.php new file mode 100644 index 0000000..8d376a5 --- /dev/null +++ b/webgis-parsiltanah/jalan/tampil.php @@ -0,0 +1,20 @@ + $query +]); \ No newline at end of file diff --git a/webgis-parsiltanah/jalan/update_geom.php b/webgis-parsiltanah/jalan/update_geom.php new file mode 100644 index 0000000..4cb406b --- /dev/null +++ b/webgis-parsiltanah/jalan/update_geom.php @@ -0,0 +1,22 @@ + $query +]); \ No newline at end of file diff --git a/webgis-parsiltanah/koneksi.php b/webgis-parsiltanah/koneksi.php new file mode 100644 index 0000000..e69de29 diff --git a/webgis-parsiltanah/parsil/hapus.php b/webgis-parsiltanah/parsil/hapus.php new file mode 100644 index 0000000..2d53019 --- /dev/null +++ b/webgis-parsiltanah/parsil/hapus.php @@ -0,0 +1,17 @@ + $query +]); \ No newline at end of file diff --git a/webgis-parsiltanah/parsil/index.php b/webgis-parsiltanah/parsil/index.php new file mode 100644 index 0000000..e69de29 diff --git a/webgis-parsiltanah/parsil/simpan.php b/webgis-parsiltanah/parsil/simpan.php new file mode 100644 index 0000000..9a5c194 --- /dev/null +++ b/webgis-parsiltanah/parsil/simpan.php @@ -0,0 +1,29 @@ + $query +]); \ No newline at end of file diff --git a/webgis-parsiltanah/parsil/tampil.php b/webgis-parsiltanah/parsil/tampil.php new file mode 100644 index 0000000..652fd4d --- /dev/null +++ b/webgis-parsiltanah/parsil/tampil.php @@ -0,0 +1,20 @@ + $query +]); \ No newline at end of file diff --git a/webgis-parsiltanah/parsil/update_geom.php b/webgis-parsiltanah/parsil/update_geom.php new file mode 100644 index 0000000..7eba131 --- /dev/null +++ b/webgis-parsiltanah/parsil/update_geom.php @@ -0,0 +1,28 @@ + $query, + 'affected_rows' => mysqli_affected_rows($conn), + 'mysql_error' => mysqli_error($conn), + 'id' => $id +]); \ No newline at end of file diff --git a/webgis-poverty/README.md b/webgis-poverty/README.md new file mode 100644 index 0000000..ea38b0a --- /dev/null +++ b/webgis-poverty/README.md @@ -0,0 +1,518 @@ +# WebGIS Pengentasan Kemiskinan Kalimantan Barat + +Sistem Informasi Geografis (WebGIS) untuk Pelaporan, Validasi, dan Monitoring Bantuan Sosial Berbasis Lokasi di Kalimantan Barat. + +## Informasi Pengembang + +Nama : Clara Oxana Azalia + +NIM : D1041231051 + +Program Studi Informatika + +Universitas Tanjungpura + +--- + +# Deskripsi Sistem + +WebGIS Pengentasan Kemiskinan Kalimantan Barat merupakan sistem informasi geografis berbasis web yang digunakan untuk membantu proses pelaporan, validasi, penyaluran, dan monitoring bantuan sosial kepada masyarakat kurang mampu. + +Sistem menyediakan tiga jenis pengguna, yaitu: + +* Administrator +* Warga +* Customer Service (CS) Rumah Ibadah + +Selain itu sistem dilengkapi dengan peta GIS berbasis Leaflet yang digunakan untuk memvisualisasikan lokasi laporan kemiskinan. + +--- +# Fitur Utama + +- Login Multi Role (Admin, Warga, CS) +- Registrasi Warga +- Registrasi Customer Service (CS) +- Pelaporan Kemiskinan Berbasis Lokasi +- Upload Foto Laporan +- Validasi Laporan +- Assign Bantuan Sosial +- Monitoring Bantuan +- Upload Bukti Penyaluran Bantuan +- Dashboard Statistik +- Visualisasi GIS dengan Leaflet +- Marker Cluster +- Filter Status Laporan +- Integrasi Google Maps + + +# Teknologi yang Digunakan + +## Backend + +* PHP Native +* MySQL + +## Frontend + +* HTML +* CSS +* JavaScript +* Tailwind CSS + +## GIS + +* Leaflet JS +* OpenStreetMap +* Leaflet Marker Cluster + +## Visualisasi Data + +* Chart.js + +--- + +# Cara Menjalankan Sistem di Localhost + +## 1. Install XAMPP + +Download dan install XAMPP: + +https://www.apachefriends.org + +Aktifkan: + +* Apache +* MySQL + +--- + +## 2. Salin Project + +Letakkan folder project ke dalam: + +```text +xampp/htdocs/ +``` + +Contoh: + +```text +xampp/htdocs/webgis_poverty +``` + +--- + +## 3. Buat Database + +Buka browser: + +```text +http://localhost/phpmyadmin +``` + +Buat database baru: + +```sql +webgis_poverty +``` + +--- + +## 4. Import Database + +Pilih database: + +```text +webgis_poverty +``` + +Klik: + +```text +Import +``` + +Lalu pilih file: + +```text +database.sql +``` + +Kemudian klik: + +```text +Go +``` + +--- + +## 5. Konfigurasi Koneksi Database + +Edit file: + +```text +config/koneksi.php +``` + +Contoh konfigurasi: + +```php + +``` + +--- + +## 6. Jalankan Aplikasi + +Buka browser: + +```text +http://localhost/webgis_poverty +``` + +--- + +# Akun Login + +## Administrator + +```text +Username : admin +Password : admin +``` + +--- + +## Warga 1 + +```text +Username : andi +Password : 123456 +``` + +--- + +## Warga 2 + +```text +Username : siti +Password : 123456 +``` + +--- + +## Warga 3 + +```text +Username : rahmat +Password : 123456 +``` + +--- + +## Customer Service (CS) + +```text +Username : cs01 +Password : cs123 +``` + +```text +Username : cs02 +Password : cs123 +``` + +--- + +# Cara Penggunaan Sistem + +## Sebagai Warga + +### 1. Login + +Masukkan username dan password warga. + +### 2. Membuat Laporan + +Pilih menu: + +```text +Buat Laporan +``` + +Isi data: + +* Nama Warga +* Alamat +* Kondisi Warga +* Lokasi pada peta +* Foto kondisi warga + +Kemudian klik: + +```text +Kirim Laporan +``` + +Status awal laporan: + +```text +Pending +``` + +--- + +### 3. Melihat Status Laporan + +Pilih menu: + +```text +Status Laporan +``` + +Warga dapat melihat: + +* Foto laporan +* Tanggal laporan +* Status laporan + +Status yang tersedia: + +```text +Pending +Disetujui +Ditolak +Diproses +Selesai +``` + +--- + +# Sebagai Administrator + +### 1. Login + +Gunakan akun administrator. + +### 2. Dashboard + +Administrator dapat melihat: + +* Total laporan +* Statistik laporan +* Grafik laporan +* Data bantuan +* Data rumah ibadah +* Data CS + +--- + +### 3. Validasi Laporan + +Pilih menu: + +```text +Validasi Laporan +``` + +Administrator dapat: + +```text +Approve +Reject +``` + +Jika laporan disetujui maka status berubah menjadi: + +```text +Disetujui +``` + +--- + +### 4. Assign Bantuan + +Pilih tombol: + +```text +Assign Bantuan +``` + +Administrator menentukan: + +* Rumah Ibadah +* Customer Service +* Jenis Bantuan + +Status laporan berubah menjadi: + +```text +Diproses +``` + +--- + +### 5. Monitoring Bantuan + +Pilih menu: + +```text +Data Bantuan +``` + +Administrator dapat memantau: + +* Nama warga +* Rumah ibadah +* CS penyalur +* Jenis bantuan +* Status bantuan +* Bukti foto bantuan + +--- + +### 6. Kelola Rumah Ibadah + +Pilih menu: + +```text +Rumah Ibadah +``` + +Administrator dapat: + +* Menambah rumah ibadah +* Menghapus rumah ibadah +* Menentukan lokasi rumah ibadah melalui peta + +--- + +### 7. Peta GIS + +Pilih menu: + +```text +Peta GIS +``` + +Fitur yang tersedia: + +* Marker lokasi laporan +* Cluster marker +* Filter status laporan +* Popup detail laporan +* Link Google Maps + +Warna marker: + +```text +Orange = Pending +Green = Disetujui +Red = Ditolak +Blue = Diproses +Purple = Selesai +``` + +--- + +# Sebagai Customer Service Rumah Ibadah (CS) + +### 1. Login + +Masukkan akun CS. + +### 2. Lihat Tugas Bantuan + +Pilih menu: + +```text +Tugas Bantuan +``` + +CS dapat melihat: + +* Nama warga +* Alamat +* Jenis bantuan +* Status bantuan + +--- + +### 3. Lihat Lokasi Warga + +Klik: + +```text +Lihat Lokasi +``` + +Sistem akan membuka Google Maps berdasarkan koordinat laporan. + +--- + +### 4. Upload Bukti Bantuan + +Klik: + +```text +Upload Bukti +``` + +Kemudian: + +* Pilih foto dokumentasi bantuan +* Upload foto + +Status bantuan otomatis menjadi: + +```text +Selesai +``` + +Status laporan juga otomatis berubah menjadi: + +```text +Selesai +``` + +--- + +# Struktur Status Sistem + +## Status Laporan + +```text +Pending +Disetujui +Ditolak +Diproses +Selesai +``` + +## Status Bantuan + +```text +Proses +Selesai +``` + +--- + +# Penutup + +WebGIS Pengentasan Kemiskinan Kalimantan Barat dikembangkan untuk membantu proses identifikasi, validasi, penyaluran, dan monitoring bantuan sosial berbasis lokasi secara lebih efektif dan terintegrasi. + +© 2026 + +Clara Oxana Azalia + +D1041231051 diff --git a/webgis-poverty/admin/approve.php b/webgis-poverty/admin/approve.php new file mode 100644 index 0000000..ee2029a --- /dev/null +++ b/webgis-poverty/admin/approve.php @@ -0,0 +1,38 @@ + \ No newline at end of file diff --git a/webgis-poverty/admin/assign_bantuan.php b/webgis-poverty/admin/assign_bantuan.php new file mode 100644 index 0000000..d437235 --- /dev/null +++ b/webgis-poverty/admin/assign_bantuan.php @@ -0,0 +1,344 @@ +0){ + + echo " + + "; + + exit; +} +?> + + + + + + + Assign Bantuan + + + + + + + + + + + + + + +
+ + +
+ +

+ Assign Bantuan +

+ +

+ Tentukan rumah ibadah, CS penyalur, dan jenis bantuan untuk laporan yang telah disetujui. +

+ +
+ +
+ + + +
+ +
+ +
+ +

+ + + + Data Warga + +

+ +
+ +
+ +
+ + + +

+ +

+ +
+ +
+ + + +

+ +

+ +
+ +
+ + + +

+ +

+ +
+ + + + + + + +
+ +
+ +
+ + + +
+ +
+ +
+ +

+ + + + Form Penugasan Bantuan + +

+ +
+ +
+ + + +
+ + + + + +
+ +
+ + + + + +
+ +
+ + + + + +
+ +
+ + + + + + +
+ + +
+ + + + + + + + Kembali + + + +
+ +
+ +
+ +
+ +
+ + +
+ + + + + \ No newline at end of file diff --git a/webgis-poverty/admin/dashboard.php b/webgis-poverty/admin/dashboard.php new file mode 100644 index 0000000..683bd60 --- /dev/null +++ b/webgis-poverty/admin/dashboard.php @@ -0,0 +1,391 @@ + 0){ + + $persentase = round( + ($selesai / $total_laporan) * 100 + ); +} + +$cs_total = mysqli_num_rows( +mysqli_query( +$conn, +"SELECT * FROM cs_rumah_ibadah" +) +); + +$rumah_ibadah_total = mysqli_num_rows( +mysqli_query( +$conn, +"SELECT * FROM rumah_ibadah" +) +); + +?> + + + + + + + Dashboard Admin + + + + + + + + + + + + + + +
+ +
+ +

+ + Dashboard Administrator + +

+ +

+ + Selamat datang, + + +

+ +

+ + Monitoring laporan kemiskinan, + validasi bantuan sosial, + dan distribusi bantuan. + +

+ +

+ + laporan • + bantuan • + % selesai + +

+ +
+ +
+ +
+ + + +

Total Laporan

+ +

+ +
+ +
+ + + +

Pending

+ +

+ +
+ +
+ + + +

Disetujui

+ +

+ +
+ + +
+ + + +

Total Bantuan

+ +

+ +
+ +
+ + + +

Total CS

+ +

+ +
+ +
+ + + +

Rumah Ibadah

+ +

+ +
+ +
+ + + +

Diproses

+ +

+ +
+ +
+ + + +

Selesai

+ +

+ +
+ +
+ + + +

Ditolak

+ +

+ +
+ +
+ +
+ +

+ + Progress Penyelesaian Bantuan + +

+ +
+ +
+ +
+
+ +
+ +

+ + % + laporan telah selesai ditangani + +

+ +
+ +
+ +

Statistik Laporan

+ +
+ +
+ +
+ +
+ +
+ +

Ringkasan Sistem

+ +
+ +

+ Total laporan masuk: + +

+ +

+ Bantuan yang telah dibuat: + +

+ +

+ CS aktif: + +

+ +

+ Rumah ibadah terdaftar: + +

+ +
+
+ + + + + + + + + + \ No newline at end of file diff --git a/webgis-poverty/admin/data_bantuan.php b/webgis-poverty/admin/data_bantuan.php new file mode 100644 index 0000000..412be88 --- /dev/null +++ b/webgis-poverty/admin/data_bantuan.php @@ -0,0 +1,300 @@ + + + + + + + + Data Bantuan + + + + + + + + + + + + + +
+ + +
+ +

+ Data Bantuan +

+ +

+ Monitoring bantuan sosial yang sedang diproses dan telah selesai disalurkan. +

+ +
+ + + +
+ +
+ +
+ +
+

+ Total Bantuan +

+ +

+ +

+
+ + + +
+ +
+ +
+ +
+ +
+

+ Diproses +

+ +

+ +

+
+ + + +
+ +
+ +
+ +
+ +
+

+ Selesai +

+ +

+ +

+
+ + + +
+ +
+ +
+ +
+ +
+ +

+ Daftar Bantuan +

+ +
+ +
+ + + + + + + + + + + + + + + + + + + + + + 0){ + + while($row = mysqli_fetch_assoc($data)){ + + ?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NoNama WargaRumah IbadahCS PenyalurJenis BantuanStatusBukti
+ + + + + + + + + + + + + + + Diproses + + + + + + Selesai + + + + + + + + + + + + + + Belum Ada + + + + +
+ + + + Belum ada data bantuan + +
+ +
+ +
+ + +
+ + + + + \ No newline at end of file diff --git a/webgis-poverty/admin/delete.php b/webgis-poverty/admin/delete.php new file mode 100644 index 0000000..eb230f1 --- /dev/null +++ b/webgis-poverty/admin/delete.php @@ -0,0 +1,27 @@ + \ No newline at end of file diff --git a/webgis-poverty/admin/hapus_rumah_ibadah.php b/webgis-poverty/admin/hapus_rumah_ibadah.php new file mode 100644 index 0000000..af4134c --- /dev/null +++ b/webgis-poverty/admin/hapus_rumah_ibadah.php @@ -0,0 +1,27 @@ + \ No newline at end of file diff --git a/webgis-poverty/admin/layout/footer.php b/webgis-poverty/admin/layout/footer.php new file mode 100644 index 0000000..e69de29 diff --git a/webgis-poverty/admin/layout/navbar.php b/webgis-poverty/admin/layout/navbar.php new file mode 100644 index 0000000..8db2c72 --- /dev/null +++ b/webgis-poverty/admin/layout/navbar.php @@ -0,0 +1,29 @@ + \ No newline at end of file diff --git a/webgis-poverty/admin/layout/sidebar.php b/webgis-poverty/admin/layout/sidebar.php new file mode 100644 index 0000000..51522a0 --- /dev/null +++ b/webgis-poverty/admin/layout/sidebar.php @@ -0,0 +1,45 @@ + \ No newline at end of file diff --git a/webgis-poverty/admin/layout/style.php b/webgis-poverty/admin/layout/style.php new file mode 100644 index 0000000..a28cdb3 --- /dev/null +++ b/webgis-poverty/admin/layout/style.php @@ -0,0 +1,379 @@ + \ No newline at end of file diff --git a/webgis-poverty/admin/peta.php b/webgis-poverty/admin/peta.php new file mode 100644 index 0000000..344a2e3 --- /dev/null +++ b/webgis-poverty/admin/peta.php @@ -0,0 +1,380 @@ + + + + + + + + + + Peta Kemiskinan + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+ +

Peta Kemiskinan

+ +

+ Visualisasi lokasi laporan kemiskinan berdasarkan status laporan. +

+ +
+ +
+ +
+ +
+ +

Total Data Ditampilkan

+ +

+ +

+ +
+ +
+ + + + + + + + Reset + + + +
+ +
+ +
+ +
+ +
+ + Status Marker + +
+ + 🟡 Pending
+ 🟢 Disetujui
+ 🔴 Ditolak
+ 🔵 Diproses
+ 🟣 Selesai + +
+ +
+ + +
+ + + + + + + + + + \ No newline at end of file diff --git a/webgis-poverty/admin/proses_assign.php b/webgis-poverty/admin/proses_assign.php new file mode 100644 index 0000000..8277d7f --- /dev/null +++ b/webgis-poverty/admin/proses_assign.php @@ -0,0 +1,86 @@ + 0){ + + echo " + + "; + + exit; +} + +mysqli_query($conn, + +"INSERT INTO bantuan +(laporan_id,rumah_ibadah_id,cs_id,jenis_bantuan,status) + +VALUES + +( +'$laporan_id', +'$rumah_ibadah_id', +'$cs_id', +'$jenis_bantuan', +'proses' +)" + +); + +$cek_laporan = mysqli_query( +$conn, +"SELECT * FROM laporan +WHERE id='$laporan_id'" +); + +if(mysqli_num_rows($cek_laporan)==0){ + die("Laporan tidak ditemukan"); +} + +/* UPDATE STATUS */ + +mysqli_query($conn, + +"UPDATE laporan +SET status='diproses' +WHERE id='$laporan_id'" + +); + +header("Location: validasi.php"); + +?> \ No newline at end of file diff --git a/webgis-poverty/admin/reject.php b/webgis-poverty/admin/reject.php new file mode 100644 index 0000000..36d9ea6 --- /dev/null +++ b/webgis-poverty/admin/reject.php @@ -0,0 +1,38 @@ + \ No newline at end of file diff --git a/webgis-poverty/admin/rumah_ibadah.php b/webgis-poverty/admin/rumah_ibadah.php new file mode 100644 index 0000000..7e01adc --- /dev/null +++ b/webgis-poverty/admin/rumah_ibadah.php @@ -0,0 +1,227 @@ + + + + + + + + Rumah Ibadah + + + + + + + + + + + + + + +
+ + +
+ +
+ +

+ Data Rumah Ibadah +

+ +

+ Kelola data rumah ibadah yang berpartisipasi dalam program bantuan sosial. +

+ +
+ + + + + + Tambah Rumah Ibadah + + + +
+ + + +
+ +
+ +
+ +
+ +

+ Total Rumah Ibadah +

+ +

+ +

+ +
+ + + +
+ +
+ +
+ +
+ +
+ +

+ Daftar Rumah Ibadah +

+ +
+ +
+ + + + + + + + + + + + + + + + + + + + + 0){ + + while($row = mysqli_fetch_assoc($data)){ + + ?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NoNamaAlamatLatitudeLongitudeAksi
+ + + + + + + + + + + + + +
+ + + + Belum ada data rumah ibadah + +
+ +
+ +
+ + +
+ + + + + \ No newline at end of file diff --git a/webgis-poverty/admin/simpan_rumah_ibadah.php b/webgis-poverty/admin/simpan_rumah_ibadah.php new file mode 100644 index 0000000..cfa7362 --- /dev/null +++ b/webgis-poverty/admin/simpan_rumah_ibadah.php @@ -0,0 +1,47 @@ + \ No newline at end of file diff --git a/webgis-poverty/admin/tambah_rumah_ibadah.php b/webgis-poverty/admin/tambah_rumah_ibadah.php new file mode 100644 index 0000000..96554ae --- /dev/null +++ b/webgis-poverty/admin/tambah_rumah_ibadah.php @@ -0,0 +1,345 @@ + + + + + + + + + + + + + + Tambah Rumah Ibadah + + + + + + + + + + + + + + + + + + +
+ +
+ +

+ Tambah Rumah Ibadah +

+ +

+ Tambahkan data rumah ibadah yang akan menjadi mitra penyaluran bantuan sosial. +

+ +
+ +
+ +
+ +

+ + + + Form Rumah Ibadah + +

+ +
+ +
+ +
+ + + +
+ + + + + +
+ +
+ +
+ + + + + +
+ +
+ + + + + +
+ +
+ + + +
+
+ +
+ +
+ +
+ + + + + +
+ +
+ + + + + +
+ +
+ +
+ + + + + + + + Kembali + + + +
+ +
+ +
+ +
+ + + + + + + + + + + \ No newline at end of file diff --git a/webgis-poverty/admin/validasi.php b/webgis-poverty/admin/validasi.php new file mode 100644 index 0000000..8e92510 --- /dev/null +++ b/webgis-poverty/admin/validasi.php @@ -0,0 +1,230 @@ + + + + + + + + Validasi + + + + + + + + + + + + + +
+ + +
+

+ Validasi Laporan +

+

+ Kelola laporan kemiskinan yang masuk dari masyarakat. +

+
+ +
+ +
+

+ Data Laporan +

+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NoNamaAlamatFotoStatusAksi
+ + + + + + + + + + + + + + + Tidak ada foto + + + + + + + + Pending + '; + } + + elseif($row['status']=='disetujui'){ + + echo ' + Disetujui + '; + } + + elseif($row['status']=='ditolak'){ + + echo ' + Ditolak + '; + } + + elseif($row['status']=='diproses'){ + + echo ' + Diproses + '; + } + + elseif($row['status']=='selesai'){ + + echo ' + Selesai + '; + } + + ?> + + + + + +
+ +
+ +
+ + +
+ + + + + \ No newline at end of file diff --git a/webgis-poverty/assets/uploads/1781190070_webgis-spbu.png b/webgis-poverty/assets/uploads/1781190070_webgis-spbu.png new file mode 100644 index 0000000..e495dee Binary files /dev/null and b/webgis-poverty/assets/uploads/1781190070_webgis-spbu.png differ diff --git a/webgis-poverty/assets/uploads/1781194060_org1.jpg b/webgis-poverty/assets/uploads/1781194060_org1.jpg new file mode 100644 index 0000000..8756af9 Binary files /dev/null and b/webgis-poverty/assets/uploads/1781194060_org1.jpg differ diff --git a/webgis-poverty/assets/uploads/1781194671_org2.jpg b/webgis-poverty/assets/uploads/1781194671_org2.jpg new file mode 100644 index 0000000..db4d28e Binary files /dev/null and b/webgis-poverty/assets/uploads/1781194671_org2.jpg differ diff --git a/webgis-poverty/config/koneksi.php b/webgis-poverty/config/koneksi.php new file mode 100644 index 0000000..7d4adb7 --- /dev/null +++ b/webgis-poverty/config/koneksi.php @@ -0,0 +1,19 @@ + \ No newline at end of file diff --git a/webgis-poverty/cs/dashboard.php b/webgis-poverty/cs/dashboard.php new file mode 100644 index 0000000..0bf6292 --- /dev/null +++ b/webgis-poverty/cs/dashboard.php @@ -0,0 +1,223 @@ + 0){ + $persentase = round(($selesai / $total) * 100); +} +?> + + + + + + + Dashboard CS + + + + + + + + + + + + +
+ + +
+ +

+ Selamat Datang 👋 + +

+ +

+ Kelola tugas bantuan sosial yang telah diberikan oleh admin. +

+ + + +
+ + +
+ + +
+ + + +

+ Total Tugas +

+ +

+ +

+ +
+ + +
+ + + +

+ Diproses +

+ +

+ +

+ +
+ + +
+ + + +

+ Selesai +

+ +

+ +

+ +
+ +
+ +
+ +

+ Progress Penyelesaian Bantuan +

+ +
+ +
+
+ +
+ +

+ + % tugas bantuan telah selesai disalurkan + +

+ +
+ +
+ + + + + \ No newline at end of file diff --git a/webgis-poverty/cs/layout/style.php b/webgis-poverty/cs/layout/style.php new file mode 100644 index 0000000..052bdf3 --- /dev/null +++ b/webgis-poverty/cs/layout/style.php @@ -0,0 +1,106 @@ + \ No newline at end of file diff --git a/webgis-poverty/cs/proses_upload.php b/webgis-poverty/cs/proses_upload.php new file mode 100644 index 0000000..537dbed --- /dev/null +++ b/webgis-poverty/cs/proses_upload.php @@ -0,0 +1,158 @@ + \ No newline at end of file diff --git a/webgis-poverty/cs/tugas.php b/webgis-poverty/cs/tugas.php new file mode 100644 index 0000000..9741eee --- /dev/null +++ b/webgis-poverty/cs/tugas.php @@ -0,0 +1,249 @@ + + + + + + + + Tugas Bantuan + + + + + + +
+ + +
+ +
+ +

+ Tugas Bantuan Saya +

+ +

+ Daftar bantuan sosial yang harus disalurkan. +

+ +
+ + + + ← Dashboard + + + +
+ + +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NoNama WargaAlamatLokasiJenis BantuanStatusAksi
+ + Belum ada tugas bantuan + +
+ + + + + + + + + + Lihat Lokasi + + + + + + + + + + + + Diproses + + + + + + + + + + Selesai + + + + + + + + + + + + Upload Bukti + + + + + + + + ✓ Selesai + + + + + +
+ +
+ +
+ +
+ + + + \ No newline at end of file diff --git a/webgis-poverty/cs/upload_bukti.php b/webgis-poverty/cs/upload_bukti.php new file mode 100644 index 0000000..94f1818 --- /dev/null +++ b/webgis-poverty/cs/upload_bukti.php @@ -0,0 +1,209 @@ + + + + + + + + + + + Upload Bukti Bantuan + + + + + + + + + + + +
+ + + + + + Kembali + + + +
+ +
+ +

+ + + + Upload Bukti Bantuan + +

+ +

+ Upload dokumentasi penyaluran bantuan kepada warga. +

+ +
+ +
+ +
+ +
+ +

+ Nama Warga +

+ +

+ +

+ +
+ +
+ +

+ Alamat +

+ +

+ +

+ +
+ +
+ +
+ + + +
+ + + + + +
+ +
+ + + +
+ + + +
+ +
+ +
+ +
+ + + + + + + \ No newline at end of file diff --git a/webgis-poverty/database.sql b/webgis-poverty/database.sql new file mode 100644 index 0000000..f3b67be --- /dev/null +++ b/webgis-poverty/database.sql @@ -0,0 +1,122 @@ +CREATE DATABASE IF NOT EXISTS webgis_poverty +CHARACTER SET utf8mb4 +COLLATE utf8mb4_0900_ai_ci; + +USE webgis_poverty; + +DROP TABLE IF EXISTS bantuan; +DROP TABLE IF EXISTS cs_rumah_ibadah; +DROP TABLE IF EXISTS laporan; +DROP TABLE IF EXISTS rumah_ibadah; +DROP TABLE IF EXISTS users; + +CREATE TABLE users ( +id INT NOT NULL AUTO_INCREMENT, +nama VARCHAR(100), +username VARCHAR(50), +password VARCHAR(255), +role ENUM('admin','warga','cs'), +PRIMARY KEY (id) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; + +CREATE TABLE laporan ( +id INT NOT NULL AUTO_INCREMENT, +pelapor_id INT, +nama_warga VARCHAR(100), +alamat TEXT, +latitude DOUBLE, +longitude DOUBLE, +kondisi TEXT, +foto VARCHAR(255), +status ENUM( +'pending', +'disetujui', +'ditolak', +'diproses', +'selesai' +) DEFAULT 'pending', +created_at TIMESTAMP DEFAULT CURRENT_TIMESTAMP, +PRIMARY KEY (id) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; + +CREATE TABLE rumah_ibadah ( +id INT NOT NULL AUTO_INCREMENT, +nama VARCHAR(100), +alamat TEXT, +latitude DOUBLE, +longitude DOUBLE, +PRIMARY KEY (id) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; + +CREATE TABLE cs_rumah_ibadah ( +id INT NOT NULL AUTO_INCREMENT, +nama VARCHAR(100), +rumah_ibadah_id INT, +no_hp VARCHAR(20), +user_id INT, +PRIMARY KEY (id) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; + +CREATE TABLE bantuan ( +id INT NOT NULL AUTO_INCREMENT, +laporan_id INT, +cs_id INT, +jenis_bantuan VARCHAR(100), +status ENUM( +'belum', +'proses', +'selesai' +) DEFAULT 'belum', +bukti_foto VARCHAR(255), +tanggal TIMESTAMP DEFAULT CURRENT_TIMESTAMP, +rumah_ibadah_id INT, +PRIMARY KEY (id) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; + +INSERT INTO users +(nama, username, password, role) +VALUES +('Administrator','admin','0192023a7bbd73250516f069df18b500','admin'), +('Andi Saputra','andi','e10adc3949ba59abbe56e057f20f883e','warga'), +('Siti Nurhaliza','siti','e10adc3949ba59abbe56e057f20f883e','warga'), +('Rahmat Hidayat','rahmat','e10adc3949ba59abbe56e057f20f883e','warga'), +('Budi Santoso','cs01','8551e0027ff3a8de9662eb3b8a16c23e','cs'), +('Santoso','cs02','8551e0027ff3a8de9662eb3b8a16c23e','cs'); + +INSERT INTO rumah_ibadah +(nama, alamat, latitude, longitude) +VALUES +( +'Gereja Katolik Paroki Bunda Maria', +'Pontianak Barat, Kalimantan Barat', +-0.005640, +109.295179 +), +( +'Masjid Nurul Hamid', +'Pontianak Barat, Kalimantan Barat', +-0.008226, +109.296014 +), +( +'Masjid Jannatun Naim', +'Kendari, Sulawesi Tenggara', +-3.997242, +122.521983 +), +( +'GPIB Siloam Pontianak', +'Pontianak Kota, Kalimantan Barat', +-0.025091, +109.337375 +); + +INSERT INTO cs_rumah_ibadah +(nama, rumah_ibadah_id, no_hp, user_id) +VALUES +( +'Santoso', +1, +'081234567890', +6 +); diff --git a/webgis-poverty/index.php b/webgis-poverty/index.php new file mode 100644 index 0000000..fc4de78 --- /dev/null +++ b/webgis-poverty/index.php @@ -0,0 +1,116 @@ + + + + + + Login WebGIS + + + + + + + + + +
+ +
+ +

+ + WebGIS Kemiskinan + +

+ +

+ + Sistem Pengentasan Kemiskinan Kalimantan Barat + +

+ +
+ +
+ + + + + + + +
+ + + +
+ + + + \ No newline at end of file diff --git a/webgis-poverty/login.php b/webgis-poverty/login.php new file mode 100644 index 0000000..a489359 --- /dev/null +++ b/webgis-poverty/login.php @@ -0,0 +1,72 @@ + + + alert('Login gagal'); + + window.location='index.php'; + + + + "; +} +?> \ No newline at end of file diff --git a/webgis-poverty/logout.php b/webgis-poverty/logout.php new file mode 100644 index 0000000..7a4247b --- /dev/null +++ b/webgis-poverty/logout.php @@ -0,0 +1,9 @@ + \ No newline at end of file diff --git a/webgis-poverty/register.php b/webgis-poverty/register.php new file mode 100644 index 0000000..28459fc --- /dev/null +++ b/webgis-poverty/register.php @@ -0,0 +1,280 @@ + 0){ + + echo ""; + + exit; + } + + mysqli_query($conn, + + "INSERT INTO users + (nama,username,password,role) + + VALUES + + ( + '$nama', + '$username', + '$password', + 'warga' + )" + + ); + + header("Location: index.php"); + } + +?> + + + + + + + Register Warga + + + + + + + alert('Password minimal 6 karakter'); + window.location='register.php'; + + "; + + exit; + } + + if($password != $konfirmasi){ + + echo " + + "; + + exit; + } + + $cek = mysqli_query( + $conn, + "SELECT * FROM users WHERE username='$username'" + ); + + if(mysqli_num_rows($cek) > 0){ + + echo " + + "; + + exit; + } + + $password_hash = password_hash( + $password, + PASSWORD_DEFAULT + ); + + mysqli_query( + $conn, + "INSERT INTO users + ( + nama, + username, + password, + role + ) + VALUES + ( + '$nama', + '$username', + '$password_hash', + 'warga' + )" + ); + + echo " + + "; + + exit; +} + +?> + + + + + + + + + Register Warga + + + + + + + + + + + + + +
+ +
+ +
+ + + +

+ Register Warga +

+ +

+ Buat akun untuk mengirim laporan kemiskinan +

+ +
+ +
+ +
+ + + + + +
+ +
+ + + + + +
+ +
+ + + + + +
+ +
+ + + + + +
+ + + +
+ + + +
+ +
+ + + + + + + +?> \ No newline at end of file diff --git a/webgis-poverty/register_cs.php b/webgis-poverty/register_cs.php new file mode 100644 index 0000000..9f8d025 --- /dev/null +++ b/webgis-poverty/register_cs.php @@ -0,0 +1,390 @@ + 0){ + + echo ""; + + exit; + } + + /* INSERT USERS */ + + mysqli_query($conn, + + "INSERT INTO users + + ( + nama, + username, + password, + role + ) + + VALUES + + ( + '$nama', + '$username', + '$password', + 'cs' + )" + + ); + + /* AMBIL USER ID */ + + $user_id = mysqli_insert_id($conn); + + /* INSERT CS */ + + mysqli_query($conn, + + "INSERT INTO cs_rumah_ibadah + + ( + nama, + rumah_ibadah_id, + no_hp, + user_id + ) + + VALUES + + ( + '$nama', + '$rumah_ibadah_id', + '$no_hp', + '$user_id' + )" + + ); + + header("Location: index.php"); +} + +?> + + + + alert('Password minimal 6 karakter'); + window.location='register_cs.php'; + + "; + + exit; + } + + if($password != $konfirmasi){ + + echo " + + "; + + exit; + } + + $cek = mysqli_query( + $conn, + "SELECT * FROM users + WHERE username='$username'" + ); + + if(mysqli_num_rows($cek) > 0){ + + echo " + + "; + + exit; + } + + $password_hash = password_hash( + $password, + PASSWORD_DEFAULT + ); + + mysqli_query( + $conn, + "INSERT INTO users + ( + nama, + username, + password, + role + ) + VALUES + ( + '$nama', + '$username', + '$password_hash', + 'cs' + )" + ); + + $user_id = mysqli_insert_id($conn); + + mysqli_query( + $conn, + "INSERT INTO cs_rumah_ibadah + ( + nama, + rumah_ibadah_id, + no_hp, + user_id + ) + VALUES + ( + '$nama', + '$rumah_ibadah_id', + '$no_hp', + '$user_id' + )" + ); + + echo " + + "; + + exit; +} + +?> + + + + + + + + + Register CS Rumah Ibadah + + + + + + + + + + + + + +
+ +
+ +
+ + + +

+ Register CS +

+ +

+ Daftarkan Customer Service Rumah Ibadah +

+ +
+ +
+ +
+ + + + + +
+ +
+ + + + + +
+ +
+ + + + + +
+ +
+ + + + + +
+ +
+ + + + + +
+ +
+ + + + + +
+ + + +
+ + + +
+ +
+ + + + + \ No newline at end of file diff --git a/webgis-poverty/warga/dashboard.php b/webgis-poverty/warga/dashboard.php new file mode 100644 index 0000000..093e56e --- /dev/null +++ b/webgis-poverty/warga/dashboard.php @@ -0,0 +1,242 @@ + 0){ + $persentase = round(($selesai/$total)*100); +} +?> + + + + + + + Dashboard Warga + + + + + + + + + + + +
+ + +
+ +

+ Selamat Datang 👋 + +

+ +

+ Laporkan kondisi warga yang membutuhkan bantuan sosial + di sekitar lingkungan Anda. +

+ + +
+ +

+ Progress Bantuan +

+ +
+ +
+
+ +
+ +

+ % laporan telah selesai +

+ +
+ +
+ + +
+ + +
+ +

Total Laporan

+

+
+ + +
+ +

Pending

+

+
+ + +
+ +

Disetujui

+

+
+ + +
+ +

Diproses

+

+
+ + +
+ +

Selesai

+

+
+ + +
+ +

Ditolak

+

+
+ +
+ +
+ + + + \ No newline at end of file diff --git a/webgis-poverty/warga/laporan.php b/webgis-poverty/warga/laporan.php new file mode 100644 index 0000000..b6d376a --- /dev/null +++ b/webgis-poverty/warga/laporan.php @@ -0,0 +1,201 @@ + + + + + + + + Buat Laporan + + + + + + + + +
+ + + + ← Kembali ke Dashboard + + + +
+ +
+ +

+ Buat Laporan Warga +

+ +

+ Isi data warga yang membutuhkan bantuan sosial dan pilih lokasi pada peta. +

+ +
+ +
+ +
+ + + + + +
+ +
+ + + + + +
+ +
+ + + + + +
+ +
+ + + + + +
+ +
+ +
+ + + + + +
+ +
+ + + + + +
+ +
+ +
+ + + +

+ Klik pada peta untuk menentukan lokasi warga. +

+ +
+
+ + + + + +
+ + + +
+ +
+ +
+ + + + + \ No newline at end of file diff --git a/webgis-poverty/warga/layout/style.php b/webgis-poverty/warga/layout/style.php new file mode 100644 index 0000000..052bdf3 --- /dev/null +++ b/webgis-poverty/warga/layout/style.php @@ -0,0 +1,106 @@ + \ No newline at end of file diff --git a/webgis-poverty/warga/simpan_laporan.php b/webgis-poverty/warga/simpan_laporan.php new file mode 100644 index 0000000..59bdf05 --- /dev/null +++ b/webgis-poverty/warga/simpan_laporan.php @@ -0,0 +1,105 @@ + + alert('Format foto harus JPG, PNG, atau WEBP'); + history.back(); + + "; + + exit; +} + +if(!move_uploaded_file( + $tmp, + "../assets/uploads/".$foto +)){ + die("Upload foto gagal"); +} +/* INSERT */ + +mysqli_query($conn, + +"INSERT INTO laporan + +( +pelapor_id, +nama_warga, +alamat, +latitude, +longitude, +kondisi, +foto, +status +) + +VALUES + +( +'$pelapor_id', +'$nama_warga', +'$alamat', +'$latitude', +'$longitude', +'$kondisi', +'$foto', +'pending' +)" + +); + +echo " + +"; + +?> \ No newline at end of file diff --git a/webgis-poverty/warga/status.php b/webgis-poverty/warga/status.php new file mode 100644 index 0000000..493f38c --- /dev/null +++ b/webgis-poverty/warga/status.php @@ -0,0 +1,224 @@ + + + + + + + + Status Laporan + + + + + + + + +
+ + + + ← Kembali ke Dashboard + + + +
+ +
+ +

+ + Status Laporan Saya + +

+ +

+ + Pantau perkembangan laporan yang telah Anda kirim. + +

+ +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NoNama WargaFotoTanggalStatus
+ + Belum ada laporan + +
+ + + + + + + + + + + + + Tidak ada foto + + + + + + + + + + + Pending"; + } + + elseif($row['status']=='disetujui'){ + echo "Disetujui"; + } + + elseif($row['status']=='ditolak'){ + echo "Ditolak"; + } + + elseif($row['status']=='diproses'){ + echo "Diproses"; + } + + elseif($row['status']=='selesai'){ + echo "Selesai"; + } + + ?> + +
+ +
+ +
+ +
+ + + + + + \ No newline at end of file