Ajout du projet QGis
This commit is contained in:
parent
8aac03e6df
commit
7c231c8338
47 changed files with 4518 additions and 0 deletions
8
couches/emprise.geojson
Normal file
8
couches/emprise.geojson
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"type": "FeatureCollection",
|
||||
"name": "emprise",
|
||||
"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } },
|
||||
"features": [
|
||||
{ "type": "Feature", "properties": { }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -2.090248546030343, 47.542612768866348 ], [ -2.09069548769606, 47.539611803161009 ], [ -2.093991682480719, 47.539794990909655 ], [ -2.093568684118523, 47.542801333686185 ], [ -2.090248546030343, 47.542612768866348 ] ] ] } }
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue