kalisio / kdk

The Kalisio Development Kit
https://kalisio.github.io/kdk/
MIT License
22 stars 2 forks source link

Optimize tiled feature layer #832

Open claustres opened 7 months ago

claustres commented 7 months ago

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:

cnouguier commented 1 week ago

Using PMTiles to render such features could solve the issue