Modifications des donnees en reunion

This commit is contained in:
EpicKiwi 2026-05-12 18:32:55 +02:00
parent 4a046a8254
commit 9d6710d094
Signed by: epickiwi
GPG key ID: C4B28FD2729941CE
12 changed files with 165 additions and 4 deletions

View file

@ -0,0 +1,10 @@
{
"type": "FeatureCollection",
"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.091590174634685, 47.541903620870173 ] } },
{ "type": "Feature", "properties": { "name": "Tableau des shifts" }, "geometry": { "type": "Point", "coordinates": [ -2.091595509277899, 47.541880540733729 ] } },
{ "type": "Feature", "properties": { "name": "Tableau des shifts" }, "geometry": null }
]
}

View file

@ -0,0 +1,8 @@
{
"type": "FeatureCollection",
"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 ] ] ] } }
]
}

View file

@ -4,7 +4,7 @@
"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } },
"features": [
{ "type": "Feature", "properties": { "id": 1, "nom": "Batiment A" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -2.091581996371882, 47.541032945940522 ], [ -2.09151399426637, 47.541497984433285 ], [ -2.091312011285422, 47.541481979469303 ], [ -2.091326034403365, 47.541400730704773 ], [ -2.091241014242576, 47.541394942672135 ], [ -2.091251030755392, 47.541319968658911 ], [ -2.091334848934643, 47.541327974547109 ], [ -2.091346067428997, 47.541254515067628 ], [ -2.091304879528295, 47.541251918559851 ], [ -2.091309046397626, 47.541206046901102 ], [ -2.091353038921917, 47.541207940189693 ], [ -2.091375035184063, 47.541061913344244 ], [ -2.091330882395567, 47.541059965956265 ], [ -2.091335990817103, 47.541026008366721 ], [ -2.091380744596368, 47.54102704967903 ], [ -2.091381966610932, 47.541019003174263 ], [ -2.091581996371882, 47.541032945940522 ] ] ] ] } },
{ "type": "Feature", "properties": { "id": 2, "nom": "Batiment B" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -2.091630987136071, 47.541689935433055 ], [ -2.091803321239079, 47.54170457447416 ], [ -2.091796950736927, 47.541739951576218 ], [ -2.092355992350255, 47.541780954364874 ], [ -2.092339965929748, 47.54185403445365 ], [ -2.091958937782201, 47.541822011214833 ], [ -2.09193297498098, 47.54193998862457 ], [ -2.091763976376737, 47.541926005529561 ], [ -2.091756003232534, 47.541964993201951 ], [ -2.091590991200393, 47.541954999486393 ], [ -2.091630987136071, 47.541689935433055 ] ] ] ] } },
{ "type": "Feature", "properties": { "id": 2, "nom": "Batiment B", "electricite-triphase": true }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -2.091630987136071, 47.541689935433055 ], [ -2.091803321239079, 47.54170457447416 ], [ -2.091796950736927, 47.541739951576218 ], [ -2.092355992350255, 47.541780954364874 ], [ -2.092339965929748, 47.54185403445365 ], [ -2.091958937782201, 47.541822011214833 ], [ -2.09193297498098, 47.54193998862457 ], [ -2.091763976376737, 47.541926005529561 ], [ -2.091756003232534, 47.541964993201951 ], [ -2.091590991200393, 47.541954999486393 ], [ -2.091630987136071, 47.541689935433055 ] ] ] ] } },
{ "type": "Feature", "properties": { "id": 10, "nom": "Toilettes sèches" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -2.091342607190285, 47.541484412003662 ], [ -2.091438001950184, 47.541492274863295 ], [ -2.09143324403292, 47.541516949622384 ], [ -2.09133755253389, 47.541508679404679 ], [ -2.091342607190285, 47.541484412003662 ] ] ] ] } }
]
}

8
couches/dons.geojson Normal file
View file

@ -0,0 +1,8 @@
{
"type": "FeatureCollection",
"name": "dons",
"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } },
"features": [
{ "type": "Feature", "properties": { "name": "Hotel a dons", "dons": true }, "geometry": { "type": "Point", "coordinates": [ -2.091598419083289, 47.541865317659443 ] } }
]
}

27
couches/dons.qmd Normal file
View file

@ -0,0 +1,27 @@
<!DOCTYPE qgis PUBLIC 'http://mrcc.com/qgis.dtd' 'SYSTEM'>
<qgis version="4.0.0-Norrköping">
<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>

View file

@ -5,7 +5,11 @@
"features": [
{ "type": "Feature", "properties": { "name": "Place du Camp", "pretalx-room-id": 79, "color": "#8800ff" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -2.09158410554007, 47.541811417560503 ], [ -2.091563418968945, 47.541944778473315 ], [ -2.091521011498141, 47.541990162999774 ], [ -2.091352975686668, 47.542005628304238 ], [ -2.091249345601687, 47.541941406879971 ], [ -2.091265532344759, 47.541877748948615 ], [ -2.091275123131505, 47.541750587177461 ], [ -2.091304836829894, 47.541566339815219 ], [ -2.091377239828828, 47.541587286675828 ], [ -2.091626513010874, 47.541598458331393 ], [ -2.091593414497075, 47.541685038581356 ], [ -2.09158410554007, 47.541811417560503 ] ] ] } },
{ "type": "Feature", "properties": { "name": "Terrain de basket", "pretalx-room-id": 80, "color": "#ffbf3e" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -2.091210195767032, 47.541726932199346 ], [ -2.091096936790096, 47.541712269436871 ], [ -2.09098419497747, 47.541712269436871 ], [ -2.090817668079922, 47.541699701351469 ], [ -2.090773191952005, 47.541679452763098 ], [ -2.090806807630129, 47.541562848670971 ], [ -2.090796981508797, 47.541514670856579 ], [ -2.090921618099863, 47.541511179708898 ], [ -2.091149170382219, 47.541541901800578 ], [ -2.091278461451739, 47.541535617737843 ], [ -2.091283633094519, 47.54160474238661 ], [ -2.091257774880615, 47.541676659853728 ], [ -2.091257774880615, 47.541710174756162 ], [ -2.091210195767032, 47.541726932199346 ] ] ] } },
{ "type": "Feature", "properties": { "name": "L'antenne Paulette", "pretalx-room-id": 83, "color": "#ff4e00" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -2.091929571277841, 47.541937272567075 ], [ -2.091880182089283, 47.541930639439727 ], [ -2.091771319008743, 47.541924006311561 ], [ -2.091768216023074, 47.541910914608742 ], [ -2.09177752498008, 47.541872337705435 ], [ -2.09178011080147, 47.541844059595391 ], [ -2.091900092913991, 47.541858896877251 ], [ -2.091946896281158, 47.541859071433478 ], [ -2.09193810448843, 47.541869544806353 ], [ -2.091929571277841, 47.541937272567075 ] ] ] } },
{ "type": "Feature", "properties": { "name": "Salle Goldorak", "pretalx-room-id": 78, "color": "#FF0078" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -2.091965255613029, 47.541818050702922 ], [ -2.092002491441051, 47.541814210462668 ], [ -2.092046967568966, 47.54182468384451 ], [ -2.092333993743301, 47.541848423502252 ], [ -2.092348474343087, 47.541784186756487 ], [ -2.092308652693675, 47.541785583208316 ], [ -2.092251247458808, 47.541776506270743 ], [ -2.091976116062869, 47.54175765416462 ], [ -2.091965255613029, 47.541818050702922 ] ] ] } }
{ "type": "Feature", "properties": { "name": "L'antenne Paulette", "pretalx-room-id": 83, "color": "#ff4e00" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -2.092335654565176, 47.541850130040089 ], [ -2.092177402296078, 47.541836863784575 ], [ -2.092186588124952, 47.541772344785763 ], [ -2.092351689270346, 47.541784048568324 ], [ -2.092335654565176, 47.541850130040089 ] ] ] } },
{ "type": "Feature", "properties": { "name": "Salle Goldorak", "pretalx-room-id": 78, "color": "#FF0078" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -2.091773015811222, 47.541922138645482 ], [ -2.091809584217379, 47.541923950575061 ], [ -2.091854727767159, 47.54192877178707 ], [ -2.091923944153707, 47.541934350107077 ], [ -2.091963364462452, 47.541755497358636 ], [ -2.091924714694876, 47.541751926994642 ], [ -2.09186093366905, 47.54174849510062 ], [ -2.091848422001213, 47.541816104584271 ], [ -2.09179110039306, 47.541815413815883 ], [ -2.091773015811222, 47.541922138645482 ] ] ] } },
{ "type": "Feature", "properties": { "name": "La Fôret", "pretalx-room-id": 81, "color": "#3cc605" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -2.092555244035836, 47.542034337683745 ], [ -2.092350420187967, 47.542019084119332 ], [ -2.092464130224506, 47.541396144438714 ], [ -2.093026849123278, 47.541562951287375 ], [ -2.092869404457301, 47.542077638100501 ], [ -2.092555244035836, 47.542034337683745 ] ] ] } },
{ "type": "Feature", "properties": { "name": "Réfectoire", "pretalx-room-id": 82, "color": "#b605fc", "silence": false, "mixite-choisie": false, "capacity": 80 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -2.091776711057531, 47.541833747662025 ], [ -2.09169490649513, 47.541831224813912 ], [ -2.091615593442246, 47.541822815319271 ], [ -2.091634514639016, 47.541692277441832 ], [ -2.091798123763817, 47.541706012975553 ], [ -2.091776711057531, 47.541833747662025 ] ] ] } },
{ "type": "Feature", "properties": { "name": "Zone Chill", "pretalx-room-id": null, "color": "#0aaaaa", "silence": true, "mixite-choisie": false }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -2.091690683609735, 47.540806334523957 ], [ -2.091685566658091, 47.540864673352651 ], [ -2.091549114614247, 47.540906124586229 ], [ -2.091375706808527, 47.540843563915544 ], [ -2.091515001603285, 47.54076872129734 ], [ -2.091588145866979, 47.540744126275676 ], [ -2.091690683609735, 47.540806334523957 ] ] ] } },
{ "type": "Feature", "properties": { "name": "Zone RDR", "pretalx-room-id": null, "color": "#bbf900" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -2.09198464044314, 47.541748859748033 ], [ -2.091900476298401, 47.541742466216562 ], [ -2.09190626819508, 47.541709147619059 ], [ -2.091990180518224, 47.541715541152904 ], [ -2.09198464044314, 47.541748859748033 ] ] ] } }
]
}

8
couches/medic.geojson Normal file
View file

@ -0,0 +1,8 @@
{
"type": "FeatureCollection",
"name": "medic",
"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } },
"features": [
{ "type": "Feature", "properties": { "name": "Infirmerie" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -2.090830130827245, 47.54170422526127 ], [ -2.090877098001438, 47.541707286467364 ], [ -2.090872563239791, 47.541741178380072 ], [ -2.090826243888691, 47.541737898518512 ], [ -2.090830130827245, 47.54170422526127 ] ] ] } }
]
}

44
couches/medic.qmd Normal file
View file

@ -0,0 +1,44 @@
<!DOCTYPE qgis PUBLIC 'http://mrcc.com/qgis.dtd' 'SYSTEM'>
<qgis version="4.0.0-Norrköping">
<identifier></identifier>
<parentidentifier></parentidentifier>
<language></language>
<type></type>
<title></title>
<abstract></abstract>
<contact>
<name></name>
<organization></organization>
<position></position>
<voice></voice>
<fax></fax>
<email></email>
<role></role>
</contact>
<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>
<spatial crs="" dimensions="2" maxx="-179769313486231570814527423731704356798070567525844996598917476803157260780028538760589558632766878171540458953514382464234321326889464182768467546703537516986049910576551282076245490090389328944075868508455133942304583236903222948165808559332123348274797826204144723168738177180919299881250404026184124858368" maxy="-179769313486231570814527423731704356798070567525844996598917476803157260780028538760589558632766878171540458953514382464234321326889464182768467546703537516986049910576551282076245490090389328944075868508455133942304583236903222948165808559332123348274797826204144723168738177180919299881250404026184124858368" maxz="0" minx="179769313486231570814527423731704356798070567525844996598917476803157260780028538760589558632766878171540458953514382464234321326889464182768467546703537516986049910576551282076245490090389328944075868508455133942304583236903222948165808559332123348274797826204144723168738177180919299881250404026184124858368" miny="179769313486231570814527423731704356798070567525844996598917476803157260780028538760589558632766878171540458953514382464234321326889464182768467546703537516986049910576551282076245490090389328944075868508455133942304583236903222948165808559332123348274797826204144723168738177180919299881250404026184124858368" minz="0"/>
<temporal>
<period>
<start></start>
<end></end>
</period>
</temporal>
</extent>
</qgis>

8
couches/scenes.geojson Normal file
View file

@ -0,0 +1,8 @@
{
"type": "FeatureCollection",
"name": "scenes",
"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } },
"features": [
{ "type": "Feature", "properties": { "name": "Scene" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -2.091798606719249, 47.541706239561407 ], [ -2.091787299261638, 47.541766456498152 ], [ -2.091751701709899, 47.541764194830421 ], [ -2.091757146041341, 47.541727725424707 ], [ -2.091668463085351, 47.541721771408447 ], [ -2.091672524125122, 47.541697098643212 ], [ -2.091798606719249, 47.541706239561407 ] ] ] } }
]
}

44
couches/scenes.qmd Normal file
View file

@ -0,0 +1,44 @@
<!DOCTYPE qgis PUBLIC 'http://mrcc.com/qgis.dtd' 'SYSTEM'>
<qgis version="4.0.0-Norrköping">
<identifier></identifier>
<parentidentifier></parentidentifier>
<language></language>
<type></type>
<title></title>
<abstract></abstract>
<contact>
<name></name>
<organization></organization>
<position></position>
<voice></voice>
<fax></fax>
<email></email>
<role></role>
</contact>
<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>
<spatial crs="" dimensions="2" maxx="-179769313486231570814527423731704356798070567525844996598917476803157260780028538760589558632766878171540458953514382464234321326889464182768467546703537516986049910576551282076245490090389328944075868508455133942304583236903222948165808559332123348274797826204144723168738177180919299881250404026184124858368" maxy="-179769313486231570814527423731704356798070567525844996598917476803157260780028538760589558632766878171540458953514382464234321326889464182768467546703537516986049910576551282076245490090389328944075868508455133942304583236903222948165808559332123348274797826204144723168738177180919299881250404026184124858368" maxz="0" minx="179769313486231570814527423731704356798070567525844996598917476803157260780028538760589558632766878171540458953514382464234321326889464182768467546703537516986049910576551282076245490090389328944075868508455133942304583236903222948165808559332123348274797826204144723168738177180919299881250404026184124858368" miny="179769313486231570814527423731704356798070567525844996598917476803157260780028538760589558632766878171540458953514382464234321326889464182768467546703537516986049910576551282076245490090389328944075868508455133942304583236903222948165808559332123348274797826204144723168738177180919299881250404026184124858368" minz="0"/>
<temporal>
<period>
<start></start>
<end></end>
</period>
</temporal>
</extent>
</qgis>

View file

@ -3,6 +3,6 @@
"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, "zone-humide": 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 ] ] ] } }
{ "type": "Feature", "properties": { "name": "zone humide", "zone-interdite": true, "zone-humide": true }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -2.092211937483146, 47.541638627944799 ], [ -2.091729957102467, 47.541603861333797 ], [ -2.091831989239506, 47.540923611872067 ], [ -2.092313969620186, 47.540940011432546 ], [ -2.092211937483146, 47.541638627944799 ] ] ] } }
]
}

Binary file not shown.