8 lines
175 B
JSON
8 lines
175 B
JSON
{
|
|
"type": "FeatureCollection",
|
|
"bbox": [1, 2, 1, 2],
|
|
"features": [
|
|
{"type": "Feature", "properties": {}, "geometry": {"type": "Point", "coordinates": [1, 2]}}
|
|
]
|
|
}
|