10 lines
619 B
JSON
10 lines
619 B
JSON
{
|
|
"type": "FeatureCollection",
|
|
"name": "eau-potable",
|
|
"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } },
|
|
"features": [
|
|
{ "type": "Feature", "properties": { "eau potable": true }, "geometry": { "type": "Point", "coordinates": [ -2.091733930361334, 47.541921483668091 ] } },
|
|
{ "type": "Feature", "properties": { "eau potable": true }, "geometry": { "type": "Point", "coordinates": [ -2.091224226491597, 47.541401907620823 ] } },
|
|
{ "type": "Feature", "properties": { "eau potable": true }, "geometry": { "type": "Point", "coordinates": [ -2.091918430116742, 47.542137867331149 ] } }
|
|
]
|
|
}
|