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
The javascript rendering engine may not be trying to simplify the polygons. You might try simplifying on the R side before handing the polygons to Shiny/javascript. Perhaps sf::st_simplify() is with a shake. It's hard to know a priori how long simplification will take. So, we might want to precompute and save simplified MPAs and read from those.
The text was updated successfully, but these errors were encountered: