16 lines
243 B
JSON
16 lines
243 B
JSON
{
|
|
"type": "FeatureCollection",
|
|
"features": [
|
|
{
|
|
"type": "Feature",
|
|
"geometry": {
|
|
"type": "Point",
|
|
"coordinates": [
|
|
4.822159,
|
|
45.635079
|
|
]
|
|
},
|
|
"properties": {}
|
|
}
|
|
]
|
|
} |