forked from MapComplete/MapComplete
Quickfix: disable optimazation which blocks loading dynamic tiles
This commit is contained in:
parent
e67c3a2eec
commit
e530eba55a
3 changed files with 6 additions and 2 deletions
|
@ -46,7 +46,8 @@ export default class DynamicGeoJsonTileSource extends DynamicTileSource {
|
|||
if(whitelist !== undefined){
|
||||
const isWhiteListed = whitelist.get(zxy[1])?.has(zxy[2])
|
||||
if(!isWhiteListed){
|
||||
return undefined;
|
||||
console.log("Not whitelisted:",zxy, isWhiteListed, whitelist)
|
||||
// return undefined;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue