Re-enable osm source in all cases, fix #1798

This commit is contained in:
Pieter Vander Vennet 2024-02-24 21:05:46 +01:00
parent c6a69b35cd
commit 760276922d
3 changed files with 24 additions and 24 deletions

View file

@ -87,6 +87,7 @@
if (snapToLayers?.length > 0) {
const snapSources: FeatureSource[] = []
for (const layerId of snapToLayers ?? []) {
// We assume that the layer contains the data, as the OSM-API-Feature-source should have loaded them, even though the layer might not be displayed
const layer: FeatureSourceForLayer = state.perLayer.get(layerId)
snapSources.push(layer)
if (layer.features === undefined) {

View file

@ -66,7 +66,7 @@
if (!rangeIsShown) {
new ShowDataLayer(map, {
layer: new LayerConfig(boundsdisplay),
layer: new LayerConfig(<any> boundsdisplay),
features: new StaticFeatureSource([
turf.circle(c, maxDistanceInMeters, {
units: "meters",