feat: implement map visualization, layer management, and searching for poverty data records
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"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]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user