Fix typo
This commit is contained in:
parent
8cb6a18478
commit
9ff4323ec6
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ export default class AvailableBaseLayersImplementation implements AvailableBaseL
|
|||
id: id,
|
||||
name: name,
|
||||
layer: () => L.tileLayer.provider(id, {
|
||||
maxNativeZoom: layer.opttions.maxZoom
|
||||
maxNativeZoom: layer.options?.maxZoom
|
||||
}),
|
||||
min_zoom: 1,
|
||||
max_zoom: layer.options.maxZoom,
|
||||
|
|
Loading…
Reference in a new issue