We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It seems to use a lot of memory. Things to consider: ol tile cache size? some memory leak?
Refactor layers-features-geotrip storage: Try to put everything into indexedDB and do not hold all in memory.
layers/base: [id1, id2, id3] layers/layers: [id4, id5] map/layers/id1 map/layers/id2 map/layers/id5 map/layers/id5/features: [id1, id2] map/features/id1 map/features/id2 geocache/trip: []
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It seems to use a lot of memory.
Things to consider:
ol tile cache size?
some memory leak?
Refactor layers-features-geotrip storage:
Try to put everything into indexedDB and do not hold all in memory.
layers/base: [id1, id2, id3]
layers/layers: [id4, id5]
map/layers/id1
map/layers/id2
map/layers/id5
map/layers/id5/features: [id1, id2]
map/features/id1
map/features/id2
geocache/trip: []
The text was updated successfully, but these errors were encountered: