forked from MapComplete/MapComplete
Fix: substitute name
This commit is contained in:
parent
7c0d339976
commit
408e782626
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ export class ShareLinkViz implements SpecialVisualization {
|
|||
tagSource?.data
|
||||
)
|
||||
let name =
|
||||
matchingLayer?.title?.GetRenderValue(tagSource.data)?.txt ??
|
||||
matchingLayer?.title?.GetRenderValue(tagSource.data)?.Subs(tagSource.data)?.txt ??
|
||||
tagSource.data?.name ??
|
||||
"POI"
|
||||
if (name) {
|
||||
|
|
Loading…
Reference in a new issue