Ajout des zones interdites
This commit is contained in:
parent
972385cf22
commit
09077a24c9
2 changed files with 35 additions and 0 deletions
8
couches/zones-interdite.geojson
Normal file
8
couches/zones-interdite.geojson
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
{
|
||||||
|
"type": "FeatureCollection",
|
||||||
|
"name": "zones-interdite",
|
||||||
|
"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } },
|
||||||
|
"features": [
|
||||||
|
{ "type": "Feature", "properties": { "name": "zone humide", "zone-interdite": true }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -2.09239050515802, 47.541677917104344 ], [ -2.091736203447955, 47.541597276762758 ], [ -2.091820366738461, 47.541023627116807 ], [ -2.092189599238747, 47.540985139216183 ], [ -2.092765167548015, 47.54101263057666 ], [ -2.093213133449098, 47.541269215912543 ], [ -2.092985078081274, 47.541580782132151 ], [ -2.092865620507652, 47.541716404496384 ], [ -2.09239050515802, 47.541677917104344 ] ] ] } }
|
||||||
|
]
|
||||||
|
}
|
||||||
27
couches/zones-interdite.qmd
Normal file
27
couches/zones-interdite.qmd
Normal file
|
|
@ -0,0 +1,27 @@
|
||||||
|
<!DOCTYPE qgis PUBLIC 'http://mrcc.com/qgis.dtd' 'SYSTEM'>
|
||||||
|
<qgis version="3.44.7-Solothurn">
|
||||||
|
<identifier></identifier>
|
||||||
|
<parentidentifier></parentidentifier>
|
||||||
|
<language></language>
|
||||||
|
<type></type>
|
||||||
|
<title></title>
|
||||||
|
<abstract></abstract>
|
||||||
|
<links/>
|
||||||
|
<dates/>
|
||||||
|
<fees></fees>
|
||||||
|
<encoding></encoding>
|
||||||
|
<crs>
|
||||||
|
<spatialrefsys nativeFormat="Wkt">
|
||||||
|
<wkt></wkt>
|
||||||
|
<proj4></proj4>
|
||||||
|
<srsid>0</srsid>
|
||||||
|
<srid>0</srid>
|
||||||
|
<authid></authid>
|
||||||
|
<description></description>
|
||||||
|
<projectionacronym></projectionacronym>
|
||||||
|
<ellipsoidacronym></ellipsoidacronym>
|
||||||
|
<geographicflag>false</geographicflag>
|
||||||
|
</spatialrefsys>
|
||||||
|
</crs>
|
||||||
|
<extent/>
|
||||||
|
</qgis>
|
||||||
Loading…
Add table
Add a link
Reference in a new issue