Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option to disable planar conversion #7

Open
donmccurdy opened this issue Aug 7, 2019 · 0 comments
Open

Add option to disable planar conversion #7

donmccurdy opened this issue Aug 7, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@donmccurdy
Copy link
Contributor

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.

@donmccurdy donmccurdy added the enhancement New feature or request label Aug 7, 2019
hormati added a commit that referenced this issue Jan 27, 2020
Making sure we do not fetch the query text for jobs that are not simple
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant