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/scenes.geojson
Normal file
8
couches/scenes.geojson
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"type": "FeatureCollection",
|
||||
"name": "scenes",
|
||||
"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } },
|
||||
"features": [
|
||||
{ "type": "Feature", "properties": { "name": "Scene" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -2.091798606719249, 47.541706239561407 ], [ -2.091787299261638, 47.541766456498152 ], [ -2.091751701709899, 47.541764194830421 ], [ -2.091757146041341, 47.541727725424707 ], [ -2.091668463085351, 47.541721771408447 ], [ -2.091672524125122, 47.541697098643212 ], [ -2.091798606719249, 47.541706239561407 ] ] ] } }
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue