Hi,
I can simply setup a script and fill property of a component by that.
For Example:
self.getSibling("Map").props.layers.ui.view = {
"path": "Templates/Map/Markup/Wellhead",
"params": {
"Label": "West Franklin"
},
"lat": 13.3,
"lng": 24.57,
"transparentBackground": True,
"shadow": False
}
but I wonder how I can create a tag binding on property by script. For example how I can bind a tag binding to ‘lat’ member of ebove example.
I know i should put something like this:
{
"type": "tag",
"config": {
"mode": "direct",
"tagPath": "[default]GIS/B212/lat",
"fallbackDelay": 2.5
}
}