forked from MapComplete/MapComplete
Improvements to themes
This commit is contained in:
parent
516c3a10d7
commit
3e2c6a0f23
13 changed files with 108 additions and 131 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue