Preparatory steps to query OSM-api directly, add precise input to bench and waste basket, add waste types

This commit is contained in:
Pieter Vander Vennet 2021-09-10 01:18:51 +02:00
parent 3c51c28157
commit b39a2b2f6e
7 changed files with 108 additions and 14 deletions

View file

@ -38,6 +38,7 @@ import {LayoutConfigJson} from "./Models/ThemeConfig/Json/LayoutConfigJson";
import LayoutConfig from "./Models/ThemeConfig/LayoutConfig";
import LayerConfig from "./Models/ThemeConfig/LayerConfig";
import Minimap from "./UI/Base/Minimap";
import Constants from "./Models/Constants";
export class InitUiElements {
static InitAll(
@ -400,7 +401,8 @@ export class InitUiElements {
state.layoutToUse,
state.leafletMap,
state.overpassUrl,
state.overpassTimeout
state.overpassTimeout,
Constants.useOsmApiAt
);
State.state.layerUpdater = updater;