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
#623 handles growing collection extents for item changes. This is the easy version -- get the new extent represented by any changed items, union it with the existing extent, go home. However, in the case where items are deleted, or their extents are smaller, updating the collection extent requires re-evaluating the combined extent of every item in the collection. Probably that's reasonably fast with geom indices from PostGIS, but it should still probably be moved to a background task so that users don't
have to wait for us to recalculate collection extents when they make an item slightly smaller.
The text was updated successfully, but these errors were encountered:
jisantuc
changed the title
Recalculate collection extents on item updates /
Recalculate collection extents on item updates / deletes
Mar 23, 2021
Improvement
#623 handles growing collection extents for item changes. This is the easy version -- get the new extent represented by any changed items, union it with the existing extent, go home. However, in the case where items are deleted, or their extents are smaller, updating the collection extent requires re-evaluating the combined extent of every item in the collection. Probably that's reasonably fast with geom indices from PostGIS, but it should still probably be moved to a background task so that users don't
have to wait for us to recalculate collection extents when they make an item slightly smaller.
The text was updated successfully, but these errors were encountered: