10 lines
374 B
JSON
10 lines
374 B
JSON
{
|
|
"type": "FeatureCollection",
|
|
"bbox": [0, 5, 10, 10],
|
|
"features": [
|
|
{"type": "Feature", "properties": {}, "geometry": {"type": "Point", "coordinates": [10, 10]}},
|
|
{"type": "Feature", "properties": {}, "geometry": {"type": "Point", "coordinates": [5, 5]}},
|
|
{"type": "Feature", "properties": {}, "geometry": {"type": "Point", "coordinates": [0, 10]}}
|
|
]
|
|
}
|