diff --git a/HOW_TO_MAP.md b/HOW_TO_MAP.md new file mode 100644 index 0000000..7d25b7d --- /dev/null +++ b/HOW_TO_MAP.md @@ -0,0 +1,63 @@ +# Comment cartographier le camp ? + +Cette page documente les différents attributs qui permettent de donner du sens a une zone ou un point quand vous l'ajoutez sur la carte. + +## Attributs généralistes + +Ces attributs peuvent être associé a n'importe quel élément de la carte pour lui customizer sa place dans la carte. +Vous trouverez des attributs plus spécifique plus bas dans cette page. + +* **name** Le nom de l'espace ou du point sur la carte (texte) +* **id** Un identifiant interne qui doit être unique sur la couche que vous utilisez. Si il n'est pas défini il sera généré (texte) +* **color** Couleur générale de l'espace sur la carte (couleur CSS, texte) +* **show-on-empty-map** Si l'espace ou le marqueur doit être affiché quand rien n'est séléctionné sur la carte + +## Brazero + +* **brazero**=true (booleen) + +## Camping + +* **camping**=true (booleen) + +## Poubelle + +* **poubelle**=true (booleen) +* **tout-venant** Si on peut mettre n'importe quel type de dechets dans cette poubelle (booleen) +* **recyclage** Si on doit mettre uniquement les embalages recyclables dans cette poubelle (booleen) +* **compost caca** Si on doit mettre uniquement les dechets des toilettes seches dans cette poubelle (boolean) +* **compost vegetal** Si on doit mettre uniquement le compost organique comme les épluchures de légumes (booleen) + +## Camping + +* **parking**=true (booleen) +* **Depose-minute** Si ce parking n'est pas fait pour y rester plus de quelques minutes (booleen) +* **Camping-cars** Si ce camping est recommandé pour les camping cars, les camtars et autres engins roulant dans lesquel on peut aussi dormir (booleen) +* **capacite** Le nombre de place disponibles au maximum dans ce parking (entier) + +## Terrain de badminton + +* **badminton**=true (booleen) + +## Marabout + +* **marabout**=true (booleen) + +## Espace du camp + +Tout espace qui peut recevoir des intervetions, ateliers et autre evenements du camp + +* **pretalx-room-id** Identifiant de l'espace dans le pretalx du camp https://pretalx.lebib.org/camp-interhack-2026-2025/ +* **silence** Si l'espace est censé rester silencieux (booleen) + +## Mixité choisie + +Tout espace qui est en mixité choisie sans mec-cis + +* **mixite-choisie**=true + +## Badmington + +Les endroits oú l'on peut jouer au badmington + +* **badmington**=true (booleen) \ No newline at end of file diff --git a/couches/autogestion.geojson b/couches/autogestion.geojson index cba8f7f..90beb4f 100644 --- a/couches/autogestion.geojson +++ b/couches/autogestion.geojson @@ -3,7 +3,7 @@ "name": "autogestion", "crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } }, "features": [ -{ "type": "Feature", "properties": { "name": "Tableau de programmation" }, "geometry": { "type": "Point", "coordinates": [ -2.091304219258237, 47.541608316100941 ] } }, -{ "type": "Feature", "properties": { "name": "Tableau des shifts" }, "geometry": { "type": "Point", "coordinates": [ -2.091287983083753, 47.541680943841193 ] } } +{ "type": "Feature", "properties": { "name": "Tableau de programmation", "show-on-empty-map": true }, "geometry": { "type": "Point", "coordinates": [ -2.091304219258237, 47.541608316100941 ] } }, +{ "type": "Feature", "properties": { "name": "Tableau des shifts", "show-on-empty-map": true }, "geometry": { "type": "Point", "coordinates": [ -2.091287983083753, 47.541680943841193 ] } } ] } diff --git a/couches/badmington.geojson b/couches/badmington.geojson index 70607f7..da59f42 100644 --- a/couches/badmington.geojson +++ b/couches/badmington.geojson @@ -3,7 +3,6 @@ "name": "badmington", "crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } }, "features": [ -{ "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 } +{ "type": "Feature", "properties": { "badmington": true }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -2.091947854735301, 47.542390080907659 ], [ -2.091750719100601, 47.542378699463207 ], [ -2.091763688550252, 47.54229990477544 ], [ -2.091958230295023, 47.542313037235679 ], [ -2.091947854735301, 47.542390080907659 ] ] ] } } ] } diff --git a/couches/braseros.geojson b/couches/braseros.geojson index ed62cd5..7b55cf8 100644 --- a/couches/braseros.geojson +++ b/couches/braseros.geojson @@ -3,7 +3,7 @@ "name": "braseros", "crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } }, "features": [ -{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -2.091492669003518, 47.541663330367555 ] } }, -{ "type": "Feature", "properties": { }, "geometry": { "type": "Point", "coordinates": [ -2.091886914526623, 47.54197311732802 ] } } +{ "type": "Feature", "properties": { "brazero": true }, "geometry": { "type": "Point", "coordinates": [ -2.091492669003518, 47.541663330367555 ] } }, +{ "type": "Feature", "properties": { "brazero": true }, "geometry": { "type": "Point", "coordinates": [ -2.091886914526623, 47.54197311732802 ] } } ] } diff --git a/couches/camping.geojson b/couches/camping.geojson index 3a96661..b716515 100644 --- a/couches/camping.geojson +++ b/couches/camping.geojson @@ -3,8 +3,8 @@ "name": "camping", "crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } }, "features": [ -{ "type": "Feature", "properties": { "id": null, "name": "Camping 1" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -2.093246131644286, 47.542150538032537 ], [ -2.093288435259747, 47.542402502938018 ], [ -2.093277951209472, 47.542659640549736 ], [ -2.093165111679415, 47.542755678808589 ], [ -2.092577063547282, 47.542757443057077 ], [ -2.092320935916397, 47.54268863732166 ], [ -2.092272124629172, 47.542436719458884 ], [ -2.092313047951269, 47.542221589666227 ], [ -2.092365366219714, 47.542064088823778 ], [ -2.092597971925313, 47.54202880337585 ], [ -2.093054450316394, 47.542074379329804 ], [ -2.093246131644286, 47.542150538032537 ] ] ] ] } }, -{ "type": "Feature", "properties": { "id": null, "name": "Camping 2" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -2.092114073531635, 47.540504502700934 ], [ -2.091973041031376, 47.540584130016263 ], [ -2.091857650803891, 47.540701839739121 ], [ -2.091565328894263, 47.540663757210652 ], [ -2.0914473744395, 47.540516619908885 ], [ -2.091288392348298, 47.540424875264655 ], [ -2.091365319166622, 47.540256964839607 ], [ -2.091265314302801, 47.540076936570003 ], [ -2.091598663848869, 47.539979998014935 ], [ -2.091867907713001, 47.540031929406005 ], [ -2.092178179213571, 47.539981729062141 ], [ -2.092270491395559, 47.540161757658652 ], [ -2.092142280031687, 47.540269082104771 ], [ -2.092114073531635, 47.540504502700934 ] ] ] ] } }, -{ "type": "Feature", "properties": { "id": "", "name": "campinga" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -2.091227557864794, 47.541507498488023 ], [ -2.091254400182443, 47.541435018176685 ], [ -2.091195602724736, 47.541405680879322 ], [ -2.091204492832062, 47.541333784894825 ], [ -2.091258234799251, 47.541300411618337 ], [ -2.091256956593648, 47.541221028101383 ], [ -2.091077240682743, 47.541222375225971 ], [ -2.091016653940408, 47.541221028101383 ], [ -2.090957003142791, 47.54138704573662 ], [ -2.090954021865894, 47.541441921067779 ], [ -2.090983420594748, 47.541498869884791 ], [ -2.091227557864794, 47.541507498488023 ] ] ] ] } } +{ "type": "Feature", "properties": { "id": "1", "name": "Camping 1", "camping": true }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -2.093246131644286, 47.542150538032537 ], [ -2.093288435259747, 47.542402502938018 ], [ -2.093277951209472, 47.542659640549736 ], [ -2.093165111679415, 47.542755678808589 ], [ -2.092577063547282, 47.542757443057077 ], [ -2.092320935916397, 47.54268863732166 ], [ -2.092272124629172, 47.542436719458884 ], [ -2.092313047951269, 47.542221589666227 ], [ -2.092365366219714, 47.542064088823778 ], [ -2.092597971925313, 47.54202880337585 ], [ -2.093054450316394, 47.542074379329804 ], [ -2.093246131644286, 47.542150538032537 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": "2", "name": "Camping 2", "camping": true }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -2.092114073531635, 47.540504502700934 ], [ -2.091973041031376, 47.540584130016263 ], [ -2.091857650803891, 47.540701839739121 ], [ -2.091565328894263, 47.540663757210652 ], [ -2.0914473744395, 47.540516619908885 ], [ -2.091288392348298, 47.540424875264655 ], [ -2.091365319166622, 47.540256964839607 ], [ -2.091265314302801, 47.540076936570003 ], [ -2.091598663848869, 47.539979998014935 ], [ -2.091867907713001, 47.540031929406005 ], [ -2.092178179213571, 47.539981729062141 ], [ -2.092270491395559, 47.540161757658652 ], [ -2.092142280031687, 47.540269082104771 ], [ -2.092114073531635, 47.540504502700934 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": "a", "name": "campinga", "camping": true }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -2.091227557864794, 47.541507498488023 ], [ -2.091254400182443, 47.541435018176685 ], [ -2.091195602724736, 47.541405680879322 ], [ -2.091204492832062, 47.541333784894825 ], [ -2.091258234799251, 47.541300411618337 ], [ -2.091256956593648, 47.541221028101383 ], [ -2.091077240682743, 47.541222375225971 ], [ -2.091016653940408, 47.541221028101383 ], [ -2.090957003142791, 47.54138704573662 ], [ -2.090954021865894, 47.541441921067779 ], [ -2.090983420594748, 47.541498869884791 ], [ -2.091227557864794, 47.541507498488023 ] ] ] ] } } ] } diff --git a/couches/dons.geojson b/couches/dons.geojson index cb1f668..755ef84 100644 --- a/couches/dons.geojson +++ b/couches/dons.geojson @@ -3,6 +3,6 @@ "name": "dons", "crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } }, "features": [ -{ "type": "Feature", "properties": { "name": "Autel a dons", "dons": true }, "geometry": { "type": "Point", "coordinates": [ -2.091620623857878, 47.541649326798037 ] } } +{ "type": "Feature", "properties": { "name": "Autel a dons", "dons": true, "show-on-empty-map": true }, "geometry": { "type": "Point", "coordinates": [ -2.091620623857878, 47.541649326798037 ] } } ] } diff --git a/couches/espace-camp.geojson b/couches/espace-camp.geojson index 6ac5afc..953de6d 100644 --- a/couches/espace-camp.geojson +++ b/couches/espace-camp.geojson @@ -3,16 +3,16 @@ "name": "escape-camp", "crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } }, "features": [ -{ "type": "Feature", "properties": { "name": "Place du Camp", "pretalx-room-id": 79, "color": "#8800ff" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -2.091609191131781, 47.541807679507855 ], [ -2.091594499146932, 47.541906563515248 ], [ -2.091553156451422, 47.541903422232458 ], [ -2.091376599780969, 47.541892708997679 ], [ -2.091323814600769, 47.541884533609142 ], [ -2.091339812510054, 47.541809572975303 ], [ -2.091282408247325, 47.541733341712337 ], [ -2.091268292445015, 47.541731435929343 ], [ -2.091297465103123, 47.541543398333239 ], [ -2.091336989349592, 47.541486859870098 ], [ -2.091581663256304, 47.541507188313304 ], [ -2.091607071700462, 47.541560550439222 ], [ -2.091830101376965, 47.54158087885385 ], [ -2.091805040085028, 47.541701766596688 ], [ -2.091626820949413, 47.541687703975676 ], [ -2.091609191131781, 47.541807679507855 ] ] ] } }, -{ "type": "Feature", "properties": { "name": "Terrain de basket", "pretalx-room-id": 80, "color": "#ffbf3e" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -2.091187873844089, 47.541721147812432 ], [ -2.091091078898438, 47.541715022024484 ], [ -2.090980940350053, 47.541708703451881 ], [ -2.090846814128177, 47.541698601072575 ], [ -2.090858209256895, 47.541611275044822 ], [ -2.090878438257691, 47.541515685200345 ], [ -2.090921871198221, 47.541519979769028 ], [ -2.091149307107931, 47.541532269021332 ], [ -2.091292230894869, 47.541541968219065 ], [ -2.091282400158202, 47.54159607949984 ], [ -2.091270300789995, 47.541673162454302 ], [ -2.091264251105892, 47.541725231670661 ], [ -2.091187873844089, 47.541721147812432 ] ] ] } }, -{ "type": "Feature", "properties": { "name": "Antenne Paulette", "pretalx-room-id": 83, "color": "#ff4e00", "silence": false, "mixite-choisie": false }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -2.092263165738026, 47.54180664575258 ], [ -2.092179210322974, 47.541800128210419 ], [ -2.092185087202028, 47.541769524088551 ], [ -2.092268622840005, 47.541775758262965 ], [ -2.092263165738026, 47.54180664575258 ] ] ] } }, -{ "type": "Feature", "properties": { "name": "Salle Goldorak", "pretalx-room-id": 78, "color": "#FF0078" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -2.091766851410551, 47.54192390399043 ], [ -2.091929245214104, 47.541936986691603 ], [ -2.091966669300519, 47.54175563309461 ], [ -2.091924714694876, 47.541751926994642 ], [ -2.091858640775964, 47.541745343302658 ], [ -2.091845973068887, 47.541814288692464 ], [ -2.091786197326121, 47.541809745781975 ], [ -2.091766851410551, 47.54192390399043 ] ] ] } }, -{ "type": "Feature", "properties": { "name": "La Fôret", "pretalx-room-id": 81, "color": "#3cc605" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -2.092349711143398, 47.540842832579472 ], [ -2.090968447150105, 47.540790768342582 ], [ -2.090750733094199, 47.542102132942858 ], [ -2.091095228364962, 47.542216214408299 ], [ -2.091004229614195, 47.542606722160677 ], [ -2.090512707505975, 47.542759321423326 ], [ -2.089992021533556, 47.542661964841876 ], [ -2.0905331303104, 47.538672234098769 ], [ -2.093148351979373, 47.537087711796879 ], [ -2.093316295225915, 47.541708825236775 ], [ -2.093405253469433, 47.542984905311101 ], [ -2.092123723324023, 47.542924228818755 ], [ -2.092349711143398, 47.540842832579472 ] ] ] } }, -{ "type": "Feature", "properties": { "name": "Réfectoire", "pretalx-room-id": 82, "color": "#b605fc", "silence": false, "mixite-choisie": false, "capacity": 80 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -2.091769175094737, 47.541872544803859 ], [ -2.091701877900894, 47.541868536357896 ], [ -2.091707024156893, 47.541832994790333 ], [ -2.091614787414744, 47.541826848501763 ], [ -2.091634514639016, 47.541692277441832 ], [ -2.091798123763817, 47.541706012975553 ], [ -2.091769175094737, 47.541872544803859 ] ] ] } }, -{ "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.09200187684343, 47.541639744379545 ], [ -2.091898632717902, 47.541633770489327 ], [ -2.091893224692279, 47.54170744842105 ], [ -2.091981719657017, 47.541718400537192 ], [ -2.092017609281605, 47.541688531124137 ], [ -2.09200187684343, 47.541639744379545 ] ] ] } }, -{ "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": null }, -{ "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.092081643867355, 47.542000434165431 ], [ -2.092018213749857, 47.542018513073309 ], [ -2.091885715282194, 47.542011376663048 ], [ -2.091856114560696, 47.541993297752711 ], [ -2.091863162351528, 47.541964276330972 ], [ -2.091956897969609, 47.541964752092106 ], [ -2.091968879214025, 47.541867220967767 ], [ -2.092049224029522, 47.541863890633493 ], [ -2.092117617170763, 47.541869865819884 ] ] ] } } +{ "type": "Feature", "properties": { "name": "Place du Camp", "pretalx-room-id": 79, "color": "#8800ff", "show-on-empty-map": true }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -2.091609191131781, 47.541807679507855 ], [ -2.091594499146932, 47.541906563515248 ], [ -2.091553156451422, 47.541903422232458 ], [ -2.091376599780969, 47.541892708997679 ], [ -2.091323814600769, 47.541884533609142 ], [ -2.091339812510054, 47.541809572975303 ], [ -2.091282408247325, 47.541733341712337 ], [ -2.091268292445015, 47.541731435929343 ], [ -2.091297465103123, 47.541543398333239 ], [ -2.091336989349592, 47.541486859870098 ], [ -2.091581663256304, 47.541507188313304 ], [ -2.091607071700462, 47.541560550439222 ], [ -2.091830101376965, 47.54158087885385 ], [ -2.091805040085028, 47.541701766596688 ], [ -2.091626820949413, 47.541687703975676 ], [ -2.091609191131781, 47.541807679507855 ] ] ] } }, +{ "type": "Feature", "properties": { "name": "Terrain de basket", "pretalx-room-id": 80, "color": "#ffbf3e", "show-on-empty-map": true }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -2.091187873844089, 47.541721147812432 ], [ -2.091091078898438, 47.541715022024484 ], [ -2.090980940350053, 47.541708703451881 ], [ -2.090846814128177, 47.541698601072575 ], [ -2.090858209256895, 47.541611275044822 ], [ -2.090878438257691, 47.541515685200345 ], [ -2.090921871198221, 47.541519979769028 ], [ -2.091149307107931, 47.541532269021332 ], [ -2.091292230894869, 47.541541968219065 ], [ -2.091282400158202, 47.54159607949984 ], [ -2.091270300789995, 47.541673162454302 ], [ -2.091264251105892, 47.541725231670661 ], [ -2.091187873844089, 47.541721147812432 ] ] ] } }, +{ "type": "Feature", "properties": { "name": "Antenne Paulette", "pretalx-room-id": 83, "color": "#ff4e00", "silence": false, "mixite-choisie": false, "show-on-empty-map": true }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -2.092263165738026, 47.54180664575258 ], [ -2.092179210322974, 47.541800128210419 ], [ -2.092185087202028, 47.541769524088551 ], [ -2.092268622840005, 47.541775758262965 ], [ -2.092263165738026, 47.54180664575258 ] ] ] } }, +{ "type": "Feature", "properties": { "name": "Salle Goldorak", "pretalx-room-id": 78, "color": "#FF0078", "show-on-empty-map": true }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -2.091766851410551, 47.54192390399043 ], [ -2.091929245214104, 47.541936986691603 ], [ -2.091966669300519, 47.54175563309461 ], [ -2.091924714694876, 47.541751926994642 ], [ -2.091858640775964, 47.541745343302658 ], [ -2.091845973068887, 47.541814288692464 ], [ -2.091786197326121, 47.541809745781975 ], [ -2.091766851410551, 47.54192390399043 ] ] ] } }, +{ "type": "Feature", "properties": { "name": "La Fôret", "pretalx-room-id": 81, "color": "#3cc605", "show-on-empty-map": false }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -2.092349711143398, 47.540842832579472 ], [ -2.090968447150105, 47.540790768342582 ], [ -2.090750733094199, 47.542102132942858 ], [ -2.091095228364962, 47.542216214408299 ], [ -2.091004229614195, 47.542606722160677 ], [ -2.090512707505975, 47.542759321423326 ], [ -2.089992021533556, 47.542661964841876 ], [ -2.0905331303104, 47.538672234098769 ], [ -2.093148351979373, 47.537087711796879 ], [ -2.093316295225915, 47.541708825236775 ], [ -2.093405253469433, 47.542984905311101 ], [ -2.092123723324023, 47.542924228818755 ], [ -2.092349711143398, 47.540842832579472 ] ] ] } }, +{ "type": "Feature", "properties": { "name": "Réfectoire", "pretalx-room-id": 82, "color": "#b605fc", "silence": false, "mixite-choisie": false, "capacity": 80, "show-on-empty-map": true }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -2.091769175094737, 47.541872544803859 ], [ -2.091701877900894, 47.541868536357896 ], [ -2.091707024156893, 47.541832994790333 ], [ -2.091614787414744, 47.541826848501763 ], [ -2.091634514639016, 47.541692277441832 ], [ -2.091798123763817, 47.541706012975553 ], [ -2.091769175094737, 47.541872544803859 ] ] ] } }, +{ "type": "Feature", "properties": { "name": "Zone Chill", "pretalx-room-id": null, "color": "#0aaaaa", "silence": true, "mixite-choisie": false, "show-on-empty-map": true }, "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", "show-on-empty-map": true }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -2.09200187684343, 47.541639744379545 ], [ -2.091898632717902, 47.541633770489327 ], [ -2.091893224692279, 47.54170744842105 ], [ -2.091981719657017, 47.541718400537192 ], [ -2.092017609281605, 47.541688531124137 ], [ -2.09200187684343, 47.541639744379545 ] ] ] } }, +{ "type": "Feature", "properties": { "name": "Zone Chill", "pretalx-room-id": null, "color": "#0aaaaa", "silence": false, "mixite-choisie": false, "capacity": null, "show-on-empty-map": false }, "geometry": null }, +{ "type": "Feature", "properties": { "name": "Zone Chill", "pretalx-room-id": null, "color": "#0aaaaa", "silence": false, "mixite-choisie": false, "capacity": null, "show-on-empty-map": false }, "geometry": null }, +{ "type": "Feature", "properties": { "name": "Zone Chill", "pretalx-room-id": null, "color": "#0aaaaa", "silence": true, "mixite-choisie": false, "capacity": null, "show-on-empty-map": false }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -2.092117617170763, 47.541869865819884 ], [ -2.092129940544073, 47.54190965674109 ], [ -2.092109135071673, 47.541960217814818 ], [ -2.092081643867355, 47.542000434165431 ], [ -2.092018213749857, 47.542018513073309 ], [ -2.091885715282194, 47.542011376663048 ], [ -2.091856114560696, 47.541993297752711 ], [ -2.091863162351528, 47.541964276330972 ], [ -2.091956897969609, 47.541964752092106 ], [ -2.091968879214025, 47.541867220967767 ], [ -2.092049224029522, 47.541863890633493 ], [ -2.092117617170763, 47.541869865819884 ] ] ] } } ] } diff --git a/couches/marabouts.geojson b/couches/marabouts.geojson index 2fa28bc..ebb6636 100644 --- a/couches/marabouts.geojson +++ b/couches/marabouts.geojson @@ -3,10 +3,10 @@ "name": "marabouts", "crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } }, "features": [ -{ "type": "Feature", "properties": { "name": "maraBar" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -2.091786238521892, 47.541691405961714 ], [ -2.091646250361887, 47.541678620753281 ], [ -2.091655969267139, 47.541626832418238 ], [ -2.091796996785912, 47.541639674810739 ], [ -2.091786238521892, 47.541691405961714 ] ] ] } }, -{ "type": "Feature", "properties": { "name": "maraLogistique" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -2.091950025656714, 47.542061132586788 ], [ -2.091948284015849, 47.542105808884756 ], [ -2.091835948180016, 47.542104780154638 ], [ -2.091837472115773, 47.542059369047927 ], [ -2.091950025656714, 47.542061132586788 ] ] ] } }, -{ "type": "Feature", "properties": { "name": "maraBouffe" }, "geometry": null }, -{ "type": "Feature", "properties": { "name": "maraRDR" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -2.091999357592548, 47.541659442173049 ], [ -2.09192431351742, 47.541652088026254 ], [ -2.091914663964072, 47.541698081346681 ], [ -2.091988463655041, 47.5417050548402 ], [ -2.091999357592548, 47.541659442173049 ] ] ] } }, -{ "type": "Feature", "properties": { "name": "maraConfs/Ateliers" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -2.091779523655685, 47.542103529902931 ], [ -2.091644229100896, 47.542100268104427 ], [ -2.09164616188025, 47.542052645825351 ], [ -2.091782906019554, 47.54205623380679 ], [ -2.091779523655685, 47.542103529902931 ] ] ] } } +{ "type": "Feature", "properties": { "name": "maraBar", "marabout": true }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -2.091786238521892, 47.541691405961714 ], [ -2.091646250361887, 47.541678620753281 ], [ -2.091655969267139, 47.541626832418238 ], [ -2.091796996785912, 47.541639674810739 ], [ -2.091786238521892, 47.541691405961714 ] ] ] } }, +{ "type": "Feature", "properties": { "name": "maraLogistique", "marabout": true }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -2.091950025656714, 47.542061132586788 ], [ -2.091948284015849, 47.542105808884756 ], [ -2.091835948180016, 47.542104780154638 ], [ -2.091837472115773, 47.542059369047927 ], [ -2.091950025656714, 47.542061132586788 ] ] ] } }, +{ "type": "Feature", "properties": { "name": "maraBouffe", "marabout": true }, "geometry": null }, +{ "type": "Feature", "properties": { "name": "maraRDR", "marabout": true }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -2.091999357592548, 47.541659442173049 ], [ -2.09192431351742, 47.541652088026254 ], [ -2.091914663964072, 47.541698081346681 ], [ -2.091988463655041, 47.5417050548402 ], [ -2.091999357592548, 47.541659442173049 ] ] ] } }, +{ "type": "Feature", "properties": { "name": "maraConfs/Ateliers", "marabout": true }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -2.091779523655685, 47.542103529902931 ], [ -2.091644229100896, 47.542100268104427 ], [ -2.09164616188025, 47.542052645825351 ], [ -2.091782906019554, 47.54205623380679 ], [ -2.091779523655685, 47.542103529902931 ] ] ] } } ] } diff --git a/couches/poubelles.geojson b/couches/poubelles.geojson index 9cf9d2b..ac99b1f 100644 --- a/couches/poubelles.geojson +++ b/couches/poubelles.geojson @@ -3,9 +3,9 @@ "name": "poubelles", "crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } }, "features": [ -{ "type": "Feature", "properties": { "tout-venant": true, "recyclage": false, "compost caca": false, "compost vegetal": false }, "geometry": { "type": "Point", "coordinates": [ -2.091632273753862, 47.541964182561429 ] } }, -{ "type": "Feature", "properties": { "tout-venant": false, "recyclage": true, "compost caca": false, "compost vegetal": false }, "geometry": { "type": "Point", "coordinates": [ -2.091609674840965, 47.541963379645793 ] } }, -{ "type": "Feature", "properties": { "tout-venant": false, "recyclage": false, "compost caca": true, "compost vegetal": false }, "geometry": { "type": "Point", "coordinates": [ -2.091148822106654, 47.542307623733166 ] } }, -{ "type": "Feature", "properties": { "tout-venant": false, "recyclage": false, "compost caca": false, "compost vegetal": true }, "geometry": { "type": "Point", "coordinates": [ -2.091149910988561, 47.542277486881417 ] } } +{ "type": "Feature", "properties": { "tout-venant": true, "recyclage": false, "compost caca": false, "compost vegetal": false, "poubelle": true }, "geometry": { "type": "Point", "coordinates": [ -2.091632273753862, 47.541964182561429 ] } }, +{ "type": "Feature", "properties": { "tout-venant": false, "recyclage": true, "compost caca": false, "compost vegetal": false, "poubelle": true }, "geometry": { "type": "Point", "coordinates": [ -2.091609674840965, 47.541963379645793 ] } }, +{ "type": "Feature", "properties": { "tout-venant": false, "recyclage": false, "compost caca": true, "compost vegetal": false, "poubelle": true }, "geometry": { "type": "Point", "coordinates": [ -2.091148822106654, 47.542307623733166 ] } }, +{ "type": "Feature", "properties": { "tout-venant": false, "recyclage": false, "compost caca": false, "compost vegetal": true, "poubelle": false }, "geometry": { "type": "Point", "coordinates": [ -2.091149910988561, 47.542277486881417 ] } } ] } diff --git a/couches/zones-protegees.geojson b/couches/zones-protegees.geojson index 74dc9a1..3ddcd39 100644 --- a/couches/zones-protegees.geojson +++ b/couches/zones-protegees.geojson @@ -3,7 +3,7 @@ "name": "zones-protegees", "crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } }, "features": [ -{ "type": "Feature", "properties": { "name": "foret-jardin", "autorisee": false }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -2.091246158056328, 47.542215942324461 ], [ -2.091100048491368, 47.542202643788848 ], [ -2.090764928523822, 47.542098748540582 ], [ -2.090834714667705, 47.541702801219969 ], [ -2.091283825571846, 47.541733010704526 ], [ -2.091339265613396, 47.541810153367649 ], [ -2.091246158056328, 47.542215942324461 ] ] ] } }, -{ "type": "Feature", "properties": { "name": "prairie biodiversite", "autorisee": false }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -2.09222214969687, 47.541614161422828 ], [ -2.091608783825783, 47.541560138092635 ], [ -2.091582759813864, 47.541505353848656 ], [ -2.091691756447549, 47.540836132642191 ], [ -2.092101791402842, 47.540857155427858 ], [ -2.092327570144048, 47.540851899732232 ], [ -2.09222214969687, 47.541614161422828 ] ] ] } } +{ "type": "Feature", "properties": { "name": "Forêt-jardin", "autorisee": false, "id": "foret-jardin" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -2.091246158056328, 47.542215942324461 ], [ -2.091100048491368, 47.542202643788848 ], [ -2.090764928523822, 47.542098748540582 ], [ -2.090834714667705, 47.541702801219969 ], [ -2.091283825571846, 47.541733010704526 ], [ -2.091339265613396, 47.541810153367649 ], [ -2.091246158056328, 47.542215942324461 ] ] ] } }, +{ "type": "Feature", "properties": { "name": "Prairie biodiversité", "autorisee": false, "id": "prairie-biodiversite", "description-interdiction": "La prairie est un espace où se développe un espece de plante endemique (uniquement présente dans la région) en danger de disparition. Les personne de l'antenne essayent de la conserver pour qu'elle ne disparaisse pas. Veuillez ne pas circuler dans cette zone pour éviter d'abimer la biodiversité qui sý développe. Merci" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -2.09222214969687, 47.541614161422828 ], [ -2.091608783825783, 47.541560138092635 ], [ -2.091582759813864, 47.541505353848656 ], [ -2.091691756447549, 47.540836132642191 ], [ -2.092101791402842, 47.540857155427858 ], [ -2.092327570144048, 47.540851899732232 ], [ -2.09222214969687, 47.541614161422828 ] ] ] } } ] } diff --git a/map-light.qgz b/map-light.qgz index 43e9908..3c8f6da 100644 Binary files a/map-light.qgz and b/map-light.qgz differ