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
Auto-bounds detection could be a relatively slow process. We may want to introduce some way to skip it.
martin --ignore-bounds postgres://...
In config, we have the option of specifying the bounds, but we don't want to force users to always supply them as [-180.0, -90.0, 180.0, 90.0]. Instead, we may want to allow max keyword.
Skipping bounds param in a config would always cause auto-detection. We may want to add another connection-wide config parameter to skip detection.
The text was updated successfully, but these errors were encountered:
Auto-bounds detection could be a relatively slow process. We may want to introduce some way to skip it.
In config, we have the option of specifying the bounds, but we don't want to force users to always supply them as
[-180.0, -90.0, 180.0, 90.0]
. Instead, we may want to allowmax
keyword.Skipping bounds param in a config would always cause auto-detection. We may want to add another connection-wide config parameter to skip detection.
The text was updated successfully, but these errors were encountered: