8 lines
192 B
JSON
8 lines
192 B
JSON
{
|
|
"type": "FeatureCollection",
|
|
"bbox": [3, 4, 3, 4],
|
|
"features": [
|
|
{"type": "Feature", "properties": {"name": "México"}, "geometry": {"type": "Point", "coordinates": [3, 4]}}
|
|
]
|
|
}
|