Ajout du projet QGis

This commit is contained in:
EpicKiwi 2026-02-15 11:51:38 +01:00
parent 8aac03e6df
commit 7c231c8338
Signed by: epickiwi
GPG key ID: C4B28FD2729941CE
47 changed files with 4518 additions and 0 deletions

8
couches/emprise.geojson Normal file
View 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 ] ] ] } }
]
}