{ "type": "FeatureCollection", "crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } }, "features": [ { "type": "Feature", "properties": { "id": 1, "localisati": "Tours" }, "geometry": { "type": "Point", "coordinates": [ 0.68502383824815, 47.397671233952494 ] } }, { "type": "Feature", "properties": { "id": 2, "localisati": "Bergerac" }, "geometry": { "type": "Point", "coordinates": [ 0.476284331451879, 44.854743064652581 ] } } ] }