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
Showing geodesic lines and polygons correctly requires a backend planar conversion, currently implemented by wrapping the user's SQL query. This has the side effect of breaking UDF queries (#3).
For some cases (e.g. point data) that conversion isn't necessary. The application can't tell automatically when that's the case, but we could perhaps offer an option to disable it, so the user's query will run verbatim.
The text was updated successfully, but these errors were encountered:
Showing geodesic lines and polygons correctly requires a backend planar conversion, currently implemented by wrapping the user's SQL query. This has the side effect of breaking UDF queries (#3).
For some cases (e.g. point data) that conversion isn't necessary. The application can't tell automatically when that's the case, but we could perhaps offer an option to disable it, so the user's query will run verbatim.
The text was updated successfully, but these errors were encountered: