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
evaluate the effort that will be needed to improve organization and maintainability of the code base, which in particular would unblock the main thread while performing time-consuming operations (fetching the data from the server, creating annotations, rendering)
could explore rendering of the polygons outside of OpenLayers and passing the result as overlay to OpenLayers (need to make sure we do not completely eliminate the possibility of allowing editing polygons in the future - we just need to be able to optimize for rendering in read-only)
look if there is something new in the latest OpenLayers (we are close to latest) - probably do this first, since the latest 1.7.0 release mentions some relevant improvements
would it help, would it be possible to reuse instances for the annotations?
Follow up on #330