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

Large geometry sizes are slow #349

Open
ThomasThelen opened this issue Jun 16, 2023 · 0 comments
Open

Large geometry sizes are slow #349

ThomasThelen opened this issue Jun 16, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@ThomasThelen
Copy link
Member

Some place types only have multi line geometries, but we show them as points on the map. To do this, we retrieve the full geometry, find the center point, which we then put on the map. This works, but geometries can be quite large which results in slow query return times. On the 'Place' tab, we retrieve nearly 1mb per 20 results. We may be able to simplify the geometries with the simplify geosparql function.

@ThomasThelen ThomasThelen added the enhancement New feature or request label Jun 16, 2023
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