Implementation of getTag of the current user
documentation of getTag Adding map for test of getTag
This commit is contained in:
parent
96545c618a
commit
2f9cc393a7
9 changed files with 354 additions and 3 deletions
|
@ -903,6 +903,13 @@ ${escapedMessage}
|
|||
iframeListener.sendDataLayerEvent({data: this.gameMap.getMap()});
|
||||
}))
|
||||
|
||||
this.iframeSubscriptionList.push(iframeListener.tagListStream.subscribe(()=> {
|
||||
if (this.connection === undefined) {
|
||||
return;
|
||||
}
|
||||
iframeListener.sendUserTagList({list: this.connection.getAllTag()});
|
||||
}))
|
||||
|
||||
}
|
||||
|
||||
private setPropertyLayer(layerName: string, propertyName: string, propertyValue: string | number | boolean | undefined): void {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue