<div dir="ltr">Hi Devs,<div><br></div><div>Is that a supported use case to apply updateFromString on an existing item or it should only be used only on a newly created item?</div><div><br></div><div>For example when I use layerObj.updateFromString on an existing layer I get the following error</div><div><br></div><div><span style="color:rgb(0,0,0);font-family:Consolas,Courier,monospace,serif,EmojiFont;font-size:13.3333px">loadProjection(): General error message. Projection is already initialized. Multiple projection definitions are not allowed in this object. (line 10)</span><br></div><div><span style="color:rgb(0,0,0);font-family:Consolas,Courier,monospace,serif,EmojiFont;font-size:13.3333px"><br></span></div><div>This is because we don't have a proper cleanup code on the existing layer before calling loadLayer on it. The same applies to the other object types.</div><div><br></div>Thanks,<br><br>Tamas</div>