Modifications des donnees en reunion
This commit is contained in:
parent
4a046a8254
commit
9d6710d094
12 changed files with 165 additions and 4 deletions
8
couches/bac-a-sable.geojson
Normal file
8
couches/bac-a-sable.geojson
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"type": "FeatureCollection",
|
||||
"name": "bac-a-sable",
|
||||
"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } },
|
||||
"features": [
|
||||
{ "type": "Feature", "properties": { "name": "Bac a sable" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -2.09158483999147, 47.541952236440068 ], [ -2.09147984451366, 47.541945525203481 ], [ -2.091485664124439, 47.5419062398921 ], [ -2.091591387053597, 47.541912787496749 ], [ -2.09158483999147, 47.541952236440068 ] ] ] } }
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue