mirror of
https://forge.chapril.org/tykayn/libre-charge-map
synced 2025-10-04 17:04:53 +02:00
display details in panel
This commit is contained in:
parent
7c80ac4576
commit
d34b753d53
6 changed files with 1220 additions and 56 deletions
11
index.html
11
index.html
|
@ -75,7 +75,7 @@
|
|||
<select id="searchResults" class="search-results" size="5" style="display: none;"></select>
|
||||
<!-- </fieldset>-->
|
||||
</form>
|
||||
|
||||
<div id="current_station_infos"></div>
|
||||
<div id="round_power_legend">
|
||||
<br>
|
||||
<span class="marker-demo">
|
||||
|
@ -107,11 +107,10 @@
|
|||
|
||||
|
||||
|
||||
<div id="current_station_infos"></div>
|
||||
<!-- <div id="infos_carte"></div> -->
|
||||
|
||||
<div id="filters">
|
||||
<h2>
|
||||
<h2 id="toggleFilter">
|
||||
⚙️ Filtres:
|
||||
</h2>
|
||||
<div class="filter-group">
|
||||
|
@ -186,6 +185,12 @@
|
|||
|
||||
<div id="statsChargingStation">
|
||||
|
||||
<button id="setRandomView" title="Afficher une ville aléatoire">
|
||||
<span class="icon-img">🎲</span>
|
||||
</button>
|
||||
<button id="removeMarkers" title="Supprimer les points de charge">
|
||||
<span class="icon-img">🗑️</span>
|
||||
</button>
|
||||
<h2 id="toggle-stats" style="cursor: pointer;">
|
||||
🚀 Puissances des stations: 🔽
|
||||
</h2>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue