mirror of
https://forge.chapril.org/tykayn/libre-charge-map
synced 2025-10-04 17:04:53 +02:00
up styles
This commit is contained in:
parent
217416234a
commit
7c80ac4576
9 changed files with 283 additions and 224 deletions
27
index.html
27
index.html
|
@ -46,15 +46,14 @@
|
|||
<main>
|
||||
|
||||
|
||||
<button id="toggleSidePanel">
|
||||
<!-- <button id="toggleSidePanel">
|
||||
☰
|
||||
</button>
|
||||
</button> -->
|
||||
<div id="zoomMessage">
|
||||
Zoomez pour voir les stations de recharge
|
||||
</div>
|
||||
|
||||
<div id='count_features_fond'>
|
||||
</div>
|
||||
|
||||
<div id='map'>
|
||||
|
||||
<div class='leaflet-control-container'>
|
||||
|
@ -102,7 +101,7 @@
|
|||
</span>
|
||||
</div>
|
||||
|
||||
<p>Cartes des stations de recharge pour véhicules électriques basée sur les données collaborative <a
|
||||
<p>Cartes des stations de recharge pour véhicules électriques basée sur les données collaboratives <a
|
||||
href="https://openstreetmap.org">OpenStreetMap</a></p>
|
||||
|
||||
|
||||
|
@ -131,8 +130,6 @@
|
|||
<div class="filter-sockets">
|
||||
|
||||
<h3>Types de prises</h3>
|
||||
<img class="icon-img" src="img/type2_connector_outline.svg" alt="type2">
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -144,7 +141,7 @@
|
|||
<label>
|
||||
<input type="checkbox" id="filterCCS">
|
||||
<span class="checkbox-custom"></span>
|
||||
<span>Prise CCS</span>
|
||||
<!-- <span>Prise CCS</span> -->
|
||||
<img class="icon-img" src="img/type2_combo.svg" alt="prise">
|
||||
|
||||
</label>
|
||||
|
@ -152,19 +149,19 @@
|
|||
<input type="checkbox" id="filterType2">
|
||||
<span class="checkbox-custom"></span>
|
||||
<img class="icon-img" src="img/Type2_socket.svg" alt="prise">
|
||||
<span>Prise Type 2</span>
|
||||
<!-- <span>Prise Type 2</span> -->
|
||||
</label>
|
||||
<label>
|
||||
<input type="checkbox" id="filterDomestic">
|
||||
<span class="checkbox-custom"></span>
|
||||
<img class="icon-img" src="img/socket_typee.svg" alt="prise">
|
||||
<span>Prise domestique</span>
|
||||
<!-- <span>Prise domestique</span> -->
|
||||
</label>
|
||||
<label>
|
||||
<input type="checkbox" id="filterChademo">
|
||||
<span class="checkbox-custom"></span>
|
||||
<img class="icon-img" src="img/chademo.svg" alt="prise">
|
||||
<span>Prise CHAdeMO</span>
|
||||
<!-- <span>Prise CHAdeMO</span> -->
|
||||
</label>
|
||||
<label>
|
||||
<input type="checkbox" id="filterType1">
|
||||
|
@ -179,11 +176,6 @@
|
|||
</div>
|
||||
<hr>
|
||||
<h3>Qualité des données</h3>
|
||||
<!-- <label>
|
||||
<input type="checkbox" id="filterQuality">
|
||||
<span class="checkbox-custom"></span>
|
||||
<span>Contrôle qualité</span>
|
||||
</label> -->
|
||||
<label>
|
||||
<input type="checkbox" id="filterUnkown">
|
||||
<span class="checkbox-custom"></span>
|
||||
|
@ -239,7 +231,8 @@
|
|||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id='count_features_fond'>
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue