diff --git a/index.html b/index.html index bf1e57f..8bebfa2 100644 --- a/index.html +++ b/index.html @@ -31,14 +31,14 @@
-
- -
+ + + + + + + +
diff --git a/js/main.js b/js/main.js index 4d50a07..868f1f2 100644 --- a/js/main.js +++ b/js/main.js @@ -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')