From ff7b967503ed612f4533aac1e0876af245377345 Mon Sep 17 00:00:00 2001 From: epickiwi Date: Mon, 8 Jun 2026 08:16:04 +0000 Subject: [PATCH] Fix null geometry in espace camp --- couches/espace-camp.geojson | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/couches/espace-camp.geojson b/couches/espace-camp.geojson index 8c37840..a3fc1c3 100644 --- a/couches/espace-camp.geojson +++ b/couches/espace-camp.geojson @@ -12,7 +12,7 @@ { "type": "Feature", "properties": { "name": "Zone Chill", "pretalx-room-id": null, "color": "#0aaaaa", "silence": true, "mixite-choisie": false }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -2.091605256464399, 47.540902805544711 ], [ -2.09158880378109, 47.540980551747133 ], [ -2.091512073527968, 47.540990592486928 ], [ -2.091424949201197, 47.540972512918515 ], [ -2.091401605703161, 47.540951126612896 ], [ -2.091439681721413, 47.540855091905314 ], [ -2.09155500583311, 47.540846446149025 ], [ -2.091605256464399, 47.540902805544711 ] ] ] } }, { "type": "Feature", "properties": { "name": "Zone RDR", "pretalx-room-id": null, "color": "#bbf900" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -2.092030759767233, 47.541654948301883 ], [ -2.091926670934559, 47.54164533933217 ], [ -2.09191599515685, 47.541704794804005 ], [ -2.092018749517309, 47.54171500432269 ], [ -2.092030759767233, 47.541654948301883 ] ] ] } }, { "type": "Feature", "properties": { "name": "Zone Chill", "pretalx-room-id": null, "color": "#0aaaaa", "silence": false, "mixite-choisie": false, "capacity": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -2.092012182854578, 47.541742771763474 ], [ -2.092086426446367, 47.541688968212107 ], [ -2.09203412318319, 47.541612702547731 ], [ -2.091843055116086, 47.541637024743494 ], [ -2.09182548205758, 47.541704445951723 ], [ -2.092012182854578, 47.541742771763474 ] ] ] } }, -{ "type": "Feature", "properties": { "name": "Zone Chill", "pretalx-room-id": null, "color": "#0aaaaa", "silence": false, "mixite-choisie": false, "capacity": null }, "geometry": null }, +{ "type": "Feature", "properties": { "name": "Zone Chill", "pretalx-room-id": null, "color": "#0aaaaa", "silence": false, "mixite-choisie": false, "capacity": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -2.091233737020751, 47.541814431409279 ], [ -2.091097471052029, 47.541802433154466 ], [ -2.090848637543928, 47.541772437505415 ], [ -2.09084567524026, 47.541730443567928 ], [ -2.090931582046628, 47.541708446730098 ], [ -2.091127094088708, 47.541732443280004 ], [ -2.091213000895077, 47.541760439240981 ], [ -2.091233737020751, 47.541814431409279 ] ] ] } }, { "type": "Feature", "properties": { "name": "Zone Chill", "pretalx-room-id": null, "color": "#0aaaaa", "silence": true, "mixite-choisie": false, "capacity": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -2.092117617170763, 47.541869865819884 ], [ -2.092129940544073, 47.54190965674109 ], [ -2.092109135071673, 47.541960217814818 ], [ -2.092069604674113, 47.541995329642894 ], [ -2.091994704973472, 47.54199813858812 ], [ -2.091840744477711, 47.541993925170225 ], [ -2.091844905572191, 47.541953195446389 ], [ -2.091961416217632, 47.541946173077008 ], [ -2.091995247482533, 47.541853747610382 ], [ -2.092055040843432, 47.541845050853695 ], [ -2.092117617170763, 47.541869865819884 ] ] ] } } ] }