Remove unneeded variable

This commit is contained in:
Pieter Vander Vennet 2024-06-14 16:21:27 +02:00
parent 6f91ca7f4d
commit 4dc48274dc

View file

@ -26,7 +26,6 @@ export default class LayoutSource extends FeatureSourceMerger {
private readonly supportsForceDownload: UpdatableFeatureSource[]
private readonly fromCache: Map<string, LocalStorageFeatureSource>
public static readonly fromCacheZoomLevel = 15
constructor(
layers: LayerConfig[],