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

Adding buffer to large geometry fails #11581

Open
bferguso opened this issue Oct 27, 2024 · 0 comments
Open

Adding buffer to large geometry fails #11581

bferguso opened this issue Oct 27, 2024 · 0 comments
Assignees
Labels
Type: Bug Something isn't working

Comments

@bferguso
Copy link
Contributor

When creating a buffer for an existing geometry, if the geometry is too big the call fails because the maximum URL length is exceeded because the server call is done as a GET.

The buffer creation call to the server should either always be done as a POST, or as a POST if the maximum URL length is exceeded.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Something isn't working
Projects
Status: No status
Development

No branches or pull requests

1 participant