ajout zone habitations et autres modifs espaces camp et parking

This commit is contained in:
Alice 2026-06-08 11:25:37 +02:00
parent 815710294a
commit 2bcee8050c
6 changed files with 13 additions and 5 deletions

View file

@ -3,7 +3,7 @@
"name": "badmington",
"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } },
"features": [
{ "type": "Feature", "properties": { "name": "badmington" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -2.091947854735301, 47.542390080907659 ], [ -2.091750719100601, 47.542378699463207 ], [ -2.091763688550252, 47.54229990477544 ], [ -2.091958230295023, 47.542313037235679 ], [ -2.091947854735301, 47.542390080907659 ] ] ] } },
{ "type": "Feature", "properties": { "name": "badminton" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -2.091947854735301, 47.542390080907659 ], [ -2.091750719100601, 47.542378699463207 ], [ -2.091763688550252, 47.54229990477544 ], [ -2.091958230295023, 47.542313037235679 ], [ -2.091947854735301, 47.542390080907659 ] ] ] } },
{ "type": "Feature", "properties": { "name": "badmington" }, "geometry": null }
]
}