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

Optimize tiled feature layer #832

Open
claustres opened this issue Mar 12, 2024 · 1 comment
Open

Optimize tiled feature layer #832

claustres opened this issue Mar 12, 2024 · 1 comment
Labels
bug enhancement map Issue affecting map module

Comments

@claustres
Copy link
Member

claustres commented Mar 12, 2024

Notably relevent for large polygon geometries, e.g. countries, if a polygon matches a lot of visible tiles when navigating it will be duplicated for each tile leading to a larger transfered data volume than required and a performance bottleneck.

Possible solutions:

  • send IDs of alreay loaded features to avoid duplicating
  • debounce requests to only send it when move stops
@claustres claustres added enhancement map Issue affecting map module labels Mar 12, 2024
@claustres claustres added this to the v2.2.x milestone Mar 12, 2024
@claustres claustres added the bug label Mar 13, 2024
robinbourianes-kalisio added a commit that referenced this issue Mar 19, 2024
robinbourianes-kalisio added a commit that referenced this issue Mar 20, 2024
@claustres claustres moved this to Bugs in KDK Roadmap Aug 16, 2024
@cnouguier
Copy link
Contributor

Using PMTiles to render such features could solve the issue

@cnouguier cnouguier removed this from the v2.2.x milestone Oct 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug enhancement map Issue affecting map module
Projects
Status: Bugs
Development

No branches or pull requests

2 participants