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
VM12705:1885 Uncaught TypeError: Cannot read property 'getBounds' of null
at NewClass.removeMarker (<anonymous>:1885:42)
at NewClass.removeLayer (<anonymous>:1873:18)
at <anonymous>:20331:21
at Array.forEach (<anonymous>)
at Object.removePortal (<anonymous>:20330:27)
at window.Render.deletePortalEntity (<anonymous>:19154:22)
at window.Render.clearPortalsOutsideBounds (<anonymous>:18974:12)
at window.Render.startRenderPass (<anonymous>:18959:8)
at window.MapDataRequest.refresh (<anonymous>:19710:15)
at <anonymous>:19634:76
The text was updated successfully, but these errors were encountered:
It's because we trying to process markers when ornaments layer is not on the map.
I'm not sure if adding/removal should be processed in this case.
If it should than perhaps we need keep _map property even when ornaments layer is turned off (possibly backing it up in mapToAdd property).
The text was updated successfully, but these errors were encountered: