18 lines
272 B
JSON
18 lines
272 B
JSON
{
|
|
"type": "FeatureCollection",
|
|
"features": [
|
|
{
|
|
"type": "Feature",
|
|
"geometry": {
|
|
"type": "Point",
|
|
"coordinates": [
|
|
4.822159,
|
|
45.635079
|
|
]
|
|
},
|
|
"properties": {
|
|
"name": "Bob"
|
|
}
|
|
}
|
|
]
|
|
} |