diff --git a/UI/Popup/ShareLinkViz.ts b/UI/Popup/ShareLinkViz.ts index 23d19bb92..3e1c33b84 100644 --- a/UI/Popup/ShareLinkViz.ts +++ b/UI/Popup/ShareLinkViz.ts @@ -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) {