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

remove FAT_TILE_INDEX #700

Merged
merged 13 commits into from
Apr 1, 2024
Prev Previous commit
Next Next commit
remove todo
  • Loading branch information
cldellow committed Mar 26, 2024
commit 6939c741165ed467964ae26cc013f8ed18e9e14a
4 changes: 0 additions & 4 deletions include/clip_cache.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ class TileBbox;
template <class T>
class ClipCache {
public:
// Consider: `baseZoom` is a poor name; it's actually the zoom at which we'll
// stop caching clips (and prefer clips from lower zooms). The caller of this
// code caps it to z14, even if the map's real basezoom is lower.
// Maybe this should be renamed `maxZoomForCaching`?
ClipCache(size_t threadNum, unsigned int baseZoom):
baseZoom(baseZoom),
clipCache(threadNum * 16),
Expand Down