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
Currently the file /static/portal/ocean_story/wrapper/index_wrapper.js calls /data_manager/get_json to get ALL layers from DB, rather that just the handful it needs. This is SUPER ineffecient as the total number of layers scales up.
The text was updated successfully, but these errors were encountered:
Currently the file /static/portal/ocean_story/wrapper/index_wrapper.js calls
/data_manager/get_json
to get ALL layers from DB, rather that just the handful it needs. This is SUPER ineffecient as the total number of layers scales up.The text was updated successfully, but these errors were encountered: