Fix note import layers

This commit is contained in:
Pieter Vander Vennet 2023-05-24 00:29:22 +02:00
parent 0a8164c378
commit 96dc751c8c
2 changed files with 16 additions and 1 deletions

View file

@ -71,7 +71,7 @@ export default class DynamicGeoJsonTileSource extends DynamicTileSource {
if (!isWhiteListed) {
console.debug(
"Not downloading tile",
zxy,
zxy,"for layer",layer.id,
"as it is not on the whitelist"
)
return undefined