9 lines
421 B
JSON
9 lines
421 B
JSON
{
|
|
"type": "FeatureCollection",
|
|
"name": "braseros",
|
|
"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } },
|
|
"features": [
|
|
{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -2.091492669003518, 47.541663330367555 ] } },
|
|
{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -2.091886914526623, 47.54197311732802 ] } }
|
|
]
|
|
}
|