mirror of
https://forge.chapril.org/tykayn/libre-charge-map
synced 2025-06-20 01:34:43 +02:00
remove search points button
This commit is contained in:
parent
f92721131b
commit
8089d5c6a3
2 changed files with 11 additions and 8 deletions
16
index.html
16
index.html
|
@ -31,14 +31,14 @@
|
|||
|
||||
<div class='leaflet-control-container'>
|
||||
<div class='leaflet-top leaflet-right'>
|
||||
<div
|
||||
id='overpass-api-controls'
|
||||
class='leaflet-bar leaflet-control'>
|
||||
<input
|
||||
id='chercherButton'
|
||||
type='button'
|
||||
value='Chercher'>
|
||||
</div>
|
||||
<!-- <div-->
|
||||
<!-- id='overpass-api-controls'-->
|
||||
<!-- class='leaflet-bar leaflet-control'>-->
|
||||
<!-- <input-->
|
||||
<!-- id='chercherButton'-->
|
||||
<!-- type='button'-->
|
||||
<!-- value='Chercher'>-->
|
||||
<!-- </div>-->
|
||||
|
||||
<div class="research_display">
|
||||
<div id='spinning_icon'>
|
||||
|
|
|
@ -608,6 +608,9 @@ $(document).ready(function () {
|
|||
// filtres
|
||||
// boutons de toggle et de cycle de visibilité
|
||||
//
|
||||
$('#chercherButton').on('click', function () {
|
||||
loadOverpassQuery()
|
||||
})
|
||||
$('#filterUnkown').on('click', function () {
|
||||
console.log('filterUnkown', filterUnkown)
|
||||
display_unknown_max_power_station = cycleVariableState(display_unknown_max_power_station, '#filterUnkown')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue