You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 8, 2023. It is now read-only.
Is your feature request related to a problem? Please describe.
See issue: #1369 Adding something to a MapAnchor requires a separate call to update the object. It should be possible to do some reflection on the objects in the MapAnchors and update them if they have this method.
Describe alternatives you've considered
The alternative is to have some sort of method:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Is your feature request related to a problem? Please describe.
See issue: #1369 Adding something to a MapAnchor requires a separate call to update the object. It should be possible to do some reflection on the objects in the MapAnchors and update them if they have this method.
Describe alternatives you've considered
The alternative is to have some sort of method:
map.addEventListener(MapViewEventNames.Render, () => { box.update(); });
The text was updated successfully, but these errors were encountered: