Add cycle_highways theme, add configurable overpass backend as feature switch (settable via theme and URL)

This commit is contained in:
Pieter Vander Vennet 2021-08-23 15:48:42 +02:00
parent f4ea36de9a
commit ef0826ebb6
21 changed files with 377 additions and 48 deletions

View file

@ -393,7 +393,9 @@ export class InitUiElements {
const updater = new LoadFromOverpass(
state.locationControl,
state.layoutToUse,
state.leafletMap
state.leafletMap,
state.overpassUrl,
state.overpassTimeout
);
State.state.layerUpdater = updater;