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

removing the caching used in the osm plugin #1503

Closed
springmeyer opened this issue Sep 26, 2012 · 0 comments
Closed

removing the caching used in the osm plugin #1503

springmeyer opened this issue Sep 26, 2012 · 0 comments
Assignees

Comments

@springmeyer
Copy link
Member

The osm plugin uses global statics for caching data, which we should avoid - it's not good design and is not threadsafe.

We should consider adding a proper cache for featuresets that are desirable to be held in memory: #1502. This way any plugin could decide to hook into the cache.

Until #1502 is implemented we should remove the OSM caching and this issue will track it.

@ghost ghost assigned springmeyer May 9, 2013
@springmeyer springmeyer removed this from the Mapnik 3.x milestone Aug 12, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants