Improvements to themes

This commit is contained in:
Pieter Vander Vennet 2022-02-04 02:48:31 +01:00
parent 516c3a10d7
commit 3e2c6a0f23
13 changed files with 108 additions and 131 deletions

View file

@ -102,7 +102,9 @@ export default class AvailableBaseLayersImplementation implements AvailableBaseL
feature: null,
id: id,
name: name,
layer: () => L.tileLayer.provider(id, undefined),
layer: () => L.tileLayer.provider(id, {
maxNativeZoom: layer.opttions.maxZoom
}),
min_zoom: 1,
max_zoom: layer.options.maxZoom,
category: "osmbasedmap",