Files
webgis_Ikbal/webgis-poverty-pontianak/test_miskin.geojson
T
2026-06-11 16:37:05 +07:00

30 lines
571 B
JSON

{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"nama": "Joko Widodo",
"kategori_bantuan": "Pemberdayaan",
"jumlah_jiwa": 2
},
"geometry": {
"type": "Point",
"coordinates": [109.343, -0.027]
}
},
{
"type": "Feature",
"properties": {
"nama": "Mega Wati",
"kategori_bantuan": "Makan",
"jumlah_jiwa": 6
},
"geometry": {
"type": "Point",
"coordinates": [109.344, -0.029]
}
}
]
}