From e563f08021485ba0e9dfe6b045a3bccfbb72ba86 Mon Sep 17 00:00:00 2001 From: Tykayn Date: Mon, 20 Jun 2022 14:18:08 +0200 Subject: [PATCH] no override of query --- js/main.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/js/main.js b/js/main.js index dd899a2..bf04c90 100644 --- a/js/main.js +++ b/js/main.js @@ -870,7 +870,7 @@ const geoDataJsonMock = { }], }; -const overrideQuery = false; +const overrideQuery = true; const initialZoom = 14; const osmMention = '© OpenStreetMap contributors' @@ -884,9 +884,9 @@ L.tileLayer(tileServer, { attribution: osmMention, }).addTo(map); -if (overrideQuery) { - $('#overpass-api-controls').hide(); -} +// if (overrideQuery) { +// $('#overpass-api-controls').hide(); +// } function buildOverpassApiUrl(map, overpassQuery) {