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 initialZoom = 14;
|
||||||
const osmMention = '© <a href="https://openstreetmap.org/copyright">OpenStreetMap</a> contributors'
|
const osmMention = '© <a href="https://openstreetmap.org/copyright">OpenStreetMap</a> contributors'
|
||||||
|
|
||||||
@ -884,9 +884,9 @@ L.tileLayer(tileServer, {
|
|||||||
attribution: osmMention,
|
attribution: osmMention,
|
||||||
}).addTo(map);
|
}).addTo(map);
|
||||||
|
|
||||||
if (overrideQuery) {
|
// if (overrideQuery) {
|
||||||
$('#overpass-api-controls').hide();
|
// $('#overpass-api-controls').hide();
|
||||||
}
|
// }
|
||||||
|
|
||||||
function buildOverpassApiUrl(map, overpassQuery) {
|
function buildOverpassApiUrl(map, overpassQuery) {
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user