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-control-container'>
|
||||||
<div class='leaflet-top leaflet-right'>
|
<div class='leaflet-top leaflet-right'>
|
||||||
<div
|
<!-- <div-->
|
||||||
id='overpass-api-controls'
|
<!-- id='overpass-api-controls'-->
|
||||||
class='leaflet-bar leaflet-control'>
|
<!-- class='leaflet-bar leaflet-control'>-->
|
||||||
<input
|
<!-- <input-->
|
||||||
id='chercherButton'
|
<!-- id='chercherButton'-->
|
||||||
type='button'
|
<!-- type='button'-->
|
||||||
value='Chercher'>
|
<!-- value='Chercher'>-->
|
||||||
</div>
|
<!-- </div>-->
|
||||||
|
|
||||||
<div class="research_display">
|
<div class="research_display">
|
||||||
<div id='spinning_icon'>
|
<div id='spinning_icon'>
|
||||||
|
|
|
@ -608,6 +608,9 @@ $(document).ready(function () {
|
||||||
// filtres
|
// filtres
|
||||||
// boutons de toggle et de cycle de visibilité
|
// boutons de toggle et de cycle de visibilité
|
||||||
//
|
//
|
||||||
|
$('#chercherButton').on('click', function () {
|
||||||
|
loadOverpassQuery()
|
||||||
|
})
|
||||||
$('#filterUnkown').on('click', function () {
|
$('#filterUnkown').on('click', function () {
|
||||||
console.log('filterUnkown', filterUnkown)
|
console.log('filterUnkown', filterUnkown)
|
||||||
display_unknown_max_power_station = cycleVariableState(display_unknown_max_power_station, '#filterUnkown')
|
display_unknown_max_power_station = cycleVariableState(display_unknown_max_power_station, '#filterUnkown')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue