mirror of
https://forge.chapril.org/tykayn/libre-charge-map
synced 2025-06-20 01:34:43 +02:00
bouton ville au hasard, chercher
This commit is contained in:
parent
18a18e58af
commit
8c3bdd5409
2 changed files with 14 additions and 4 deletions
|
@ -623,6 +623,10 @@ $(document).ready(function () {
|
|||
$('#chercherButton').on('click', function () {
|
||||
loadOverpassQuery()
|
||||
})
|
||||
$('#setRandomView').on('click', function () {
|
||||
setRandomView()
|
||||
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