Add more goals

This commit is contained in:
Maximilian Ammann 2022-03-01 10:54:07 +01:00
parent 637d90816f
commit dcefe9afed

View File

@ -1 +1,20 @@
# Developer Resources
# Developer Resources
## Next Major Goals
* Improve buffer_pool eviction rules
* Input-handling via events and functional pipelines
* Show old tiles until new tile is ready
* Map feeling:
* Wrap world around in x direction
* Limit panning in y direction
* Nicer default map style
## Future Goals
* Very simple text rendering
* Cache tesselation results
* We have three "caches": downloaded tiles, tessellated tiles, gpu tiles
* Handle missing tiles
* Support different tile raster addressing
* Support multiple projections?