30 lines
571 B
JSON
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]
|
|
}
|
|
}
|
|
]
|
|
}
|