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
|
tagSource?.data
|
||||||
)
|
)
|
||||||
let name =
|
let name =
|
||||||
matchingLayer?.title?.GetRenderValue(tagSource.data)?.txt ??
|
matchingLayer?.title?.GetRenderValue(tagSource.data)?.Subs(tagSource.data)?.txt ??
|
||||||
tagSource.data?.name ??
|
tagSource.data?.name ??
|
||||||
"POI"
|
"POI"
|
||||||
if (name) {
|
if (name) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue