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