Update zoom levels for Stamen source

This commit is contained in:
bartvde
2019-03-11 08:50:28 +01:00
parent 7002053678
commit 9ad2924f00

View File

@@ -74,7 +74,7 @@ const LayerConfig = {
*/ */
const ProviderConfig = { const ProviderConfig = {
'terrain': { 'terrain': {
minZoom: 4, minZoom: 0,
maxZoom: 18 maxZoom: 18
}, },
'toner': { 'toner': {
@@ -82,8 +82,8 @@ const ProviderConfig = {
maxZoom: 20 maxZoom: 20
}, },
'watercolor': { 'watercolor': {
minZoom: 1, minZoom: 0,
maxZoom: 16 maxZoom: 18
} }
}; };