POPUPs position not updating when Feature UPDATES

403
1
06-30-2021 03:37 AM
MichaelK1
New Contributor III

After calling applyEdits (updateFeatures based on ObjectId.. and geometry gets changed)
I expect the popup to change the position (following the feature). But that's not the default behaviour? 
How to fix this? (work around maybe?)

Thanks!

0 Kudos
1 Reply
TommyBramble
New Contributor III

Does it correct the position after you close and re-open the popup?

If so, maybe you can programmatically close the popup before the edits are applied and re-open it after the successful call to applyEdits.

 

0 Kudos