mirror of
https://forge.chapril.org/tykayn/libre-charge-map
synced 2025-10-04 17:04:53 +02:00
add panoramax link, enable filter unknown, count displayed
This commit is contained in:
parent
c194a858b1
commit
984cac9884
5 changed files with 55 additions and 21 deletions
16
index.html
16
index.html
|
@ -61,6 +61,8 @@
|
|||
</svg>
|
||||
</div>
|
||||
</div>
|
||||
<div id='count_features_fond'>
|
||||
</div>
|
||||
<div id='map'>
|
||||
|
||||
<div class='leaflet-control-container'>
|
||||
|
@ -105,10 +107,10 @@
|
|||
href="https://openstreetmap.org">OpenStreetMap</a></p>
|
||||
|
||||
<form onclick="searchLocation()">
|
||||
<fieldset>
|
||||
<!-- <fieldset>-->
|
||||
<input type="text" id="searchLocation" placeholder="Rechercher un lieu" class="search-input">
|
||||
<button id="searchButton" class="rounded-button">🔍 Ville</button>
|
||||
</fieldset>
|
||||
<button id="searchButton" class="rounded-button">➤ Ville</button>
|
||||
<!-- </fieldset>-->
|
||||
</form>
|
||||
<button id="removeMarkers" class="rounded-button">
|
||||
🗑️ Effacer les marqueurs
|
||||
|
@ -135,12 +137,12 @@
|
|||
|
||||
<div id="filters">
|
||||
<h2>
|
||||
🔍 Filtres:
|
||||
⚙️ Filtres:
|
||||
</h2>
|
||||
<div class="filter-group">
|
||||
qualité
|
||||
<button id="filterUnkown">kW max inconnu</button>
|
||||
<button id="filterChelou">les valeurs chelou</button>
|
||||
<button id="filterUnkown">❓ kW max inconnu</button>
|
||||
<!-- <button id="filterChelou">les valeurs chelou</button>-->
|
||||
</div>
|
||||
<!-- TODO add more filters-->
|
||||
<!-- <div class="filter-group">-->
|
||||
|
@ -169,7 +171,7 @@
|
|||
<div id="statsChargingStation">
|
||||
|
||||
<h2 id="toggle-stats" style="cursor: pointer;">
|
||||
Puissances des stations: 🔽
|
||||
🚀 Puissances des stations: 🔽
|
||||
</h2>
|
||||
|
||||
<div id="found_charging_stations">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue