no override of query
This commit is contained in:
parent
6399637df7
commit
e563f08021
@ -870,7 +870,7 @@ const geoDataJsonMock = {
|
||||
}],
|
||||
};
|
||||
|
||||
const overrideQuery = false;
|
||||
const overrideQuery = true;
|
||||
const initialZoom = 14;
|
||||
const osmMention = '© <a href="https://openstreetmap.org/copyright">OpenStreetMap</a> 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) {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user