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 algorithm pulls candidate edges from within a distance, but this is designed for a projection in meters. If the projection is in degrees, almost every edge will be assessed, and memory will run out fast.
Add user warning if projection is in degrees (or feet)
The algorithm pulls candidate edges from within a distance, but this is designed for a projection in meters. If the projection is in degrees, almost every edge will be assessed, and memory will run out fast.
Add user warning if projection is in degrees (or feet)
Add user warning if spatial indexes are missing