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
When creating lvector.AGS with esriOptions: true, it starts an asynchronous AJAX query for layer options. If I call setMap() immediately after layer creation code, it causes _show() call on a partially initialized layer.
This doesn't occur if I pass the map as an option when creating a layer but such behavior seems to be unclear.
The text was updated successfully, but these errors were encountered:
When creating lvector.AGS with esriOptions: true, it starts an asynchronous AJAX query for layer options. If I call setMap() immediately after layer creation code, it causes _show() call on a partially initialized layer.
This doesn't occur if I pass the map as an option when creating a layer but such behavior seems to be unclear.
The text was updated successfully, but these errors were encountered: