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