Also consider lower resolution tiles as used tiles

This commit is contained in:
ahocevar
2019-01-21 22:34:01 +01:00
parent 2078b5d355
commit a5d93117ed
4 changed files with 8 additions and 17 deletions

View File

@@ -47,7 +47,7 @@ import {create as createTransform, apply as applyTransform} from './transform.js
* @property {import("./size.js").Size} size
* @property {!Object<string, boolean>} skippedFeatureUids
* @property {TileQueue} tileQueue
* @property {Object<string, Object<string, import("./TileRange.js").default>>} usedTiles
* @property {!Object<string, Object<string, boolean>>} usedTiles
* @property {Array<number>} viewHints
* @property {!Object<string, Object<string, boolean>>} wantedTiles
*/