-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Description
CachedOsmTileRetriever has multiple issues:
- CacheThread has an indefinite while loop. The
deactivate()which is supposed to break the while loop is never called. - In Osm license #52,
CachedOsmTileRetrieveris being updated to a non-static class. This will lead to having different instances of CacheThread writing to the same cache directory. If the PR is merged, this needs to be fixed as well.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels