forked from MapComplete/MapComplete
chore: automated housekeeping...
This commit is contained in:
parent
d3dc1ac4c0
commit
b4efa38c06
96 changed files with 3045 additions and 2849 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue