This commit is contained in:
EpicKiwi 2026-05-15 14:59:29 +02:00
parent 9d6710d094
commit a087de366f
Signed by: epickiwi
GPG key ID: C4B28FD2729941CE
5 changed files with 4 additions and 4 deletions

View file

@ -3,6 +3,6 @@
"name": "bac-a-sable",
"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } },
"features": [
{ "type": "Feature", "properties": { "name": "Bac a sable" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -2.09158483999147, 47.541952236440068 ], [ -2.09147984451366, 47.541945525203481 ], [ -2.091485664124439, 47.5419062398921 ], [ -2.091591387053597, 47.541912787496749 ], [ -2.09158483999147, 47.541952236440068 ] ] ] } }
{ "type": "Feature", "properties": { "name": "Bac a sable" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -2.091567373941563, 47.541953542551624 ], [ -2.091369863894863, 47.541940947498269 ], [ -2.091376265350998, 47.541893806682367 ], [ -2.091574502849046, 47.541906238103785 ], [ -2.091567373941563, 47.541953542551624 ] ] ] } }
]
}