|
@@ -15,7 +15,7 @@ export class TilesRendererBase {
|
|
|
|
|
|
fetchOptions : Object;
|
|
fetchOptions : Object;
|
|
/** function to preprocess the url for each individual tile */
|
|
/** function to preprocess the url for each individual tile */
|
|
- onPreprocessURL : (uri: string | URL) => URL | string | null;
|
|
|
|
|
|
+ onPreprocessURL : ((uri: string | URL) => URL) | null;
|
|
|
|
|
|
lruCache : LRUCache;
|
|
lruCache : LRUCache;
|
|
parseQueue : PriorityQueue;
|
|
parseQueue : PriorityQueue;
|