HFTgeojson.geojson 317 Bytes
Newer Older
Patrick's avatar
Patrick committed
1
2
3
4
5
6
7
8
{
"type": "FeatureCollection",
"name": "data_point",
"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } },
"features": [
{ "type": "Feature", "properties": { "id": null, "name": "datapoint" }, "geometry": { "type": "Point", "coordinates": [ 9.1736143531331,48.78071533418364 ] } }
]
}