chore: automated housekeeping...

This commit is contained in:
Pieter Vander Vennet 2025-06-16 14:46:12 +02:00
parent d3dc1ac4c0
commit b4efa38c06
96 changed files with 3045 additions and 2849 deletions

View file

@ -28,9 +28,10 @@
export let feature: Feature
export let layer: LayerConfig
export let highlighted: UIEventSource<string> = undefined
export let nearbyFeatures: Feature<Point, HotspotProperties>[] | Store<Feature<Point, HotspotProperties>[]> = []
export let nearbyFeatures:
| Feature<Point, HotspotProperties>[]
| Store<Feature<Point, HotspotProperties>[]> = []
export let linkable = true
let targetValue = Object.values(image.osmTags)[0]
let isLinked = new UIEventSource(Object.values(tags.data).some((v) => targetValue === v))