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

S2 'level' 0 should be allowed #337

Open
francois-baptiste opened this issue Oct 14, 2022 · 0 comments
Open

S2 'level' 0 should be allowed #337

francois-baptiste opened this issue Oct 14, 2022 · 0 comments

Comments

@francois-baptiste
Copy link
Contributor

Describe the bug
S2 'level' 0 should be allowed

To Reproduce
Steps to reproduce the behavior:

SELECT `carto-os.carto.S2_FROMLONGLAT`(0, 0, 0);
-- Error: 'level' is not a number between 1 and 30 (but it should be)

Expected behavior

SELECT `carto-os.carto.S2_FROMLONGLAT`(0, 0, 0);
-- Returns 1

Additional context
S2 Cell Statistics

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant