8 lines
320 B
JSON
8 lines
320 B
JSON
{
|
|
"type": "FeatureCollection",
|
|
"name": "dons",
|
|
"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } },
|
|
"features": [
|
|
{ "type": "Feature", "properties": { "name": "Autel a dons", "dons": true }, "geometry": { "type": "Point", "coordinates": [ -2.091606632631394, 47.54171339860428 ] } }
|
|
]
|
|
}
|