11 lines
152 B
JSON
11 lines
152 B
JSON
{
|
|
"type": "Feature",
|
|
"geometry": {
|
|
"type": "Point",
|
|
"coordinates": [125.6, 10.1]
|
|
},
|
|
"properties": {
|
|
"name": "Dinagat Islands"
|
|
}
|
|
}
|