Update zoom levels for Stamen source
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user