@@ -29,7 +29,7 @@ module.exports = function ({ wmtsUrl, tmsUrl, wmsUrl, wcsUrl, k2Url, s3Url }) {
2929 legend : [ {
3030 type : 'symbols' ,
3131 label : 'Layers.POPULATION_DESCRIPTION_1km' ,
32- maxZoom : 12 ,
32+ maxZoom : 13 ,
3333 content : {
3434 symbols : [
3535 { symbol : { 'media/KShape' : { options : { shape : 'rect' , color : '#FFFFB2' } } } , label : '1 - 400' } ,
@@ -44,7 +44,7 @@ module.exports = function ({ wmtsUrl, tmsUrl, wmsUrl, wcsUrl, k2Url, s3Url }) {
4444 } , {
4545 type : 'symbols' ,
4646 label : 'Layers.POPULATION_DESCRIPTION_200m' ,
47- minZoom : 12 ,
47+ minZoom : 13 ,
4848 content : {
4949 symbols : [
5050 { symbol : { 'media/KShape' : { options : { shape : 'rect' , color : '#FFFFB2' } } } , label : '1 - 30' } ,
@@ -95,7 +95,7 @@ module.exports = function ({ wmtsUrl, tmsUrl, wmsUrl, wcsUrl, k2Url, s3Url }) {
9595 legend : [ {
9696 type : 'symbols' ,
9797 label : 'Layers.POPULATION_DENSITY_DESCRIPTION' ,
98- maxZoom : 12 ,
98+ maxZoom : 13 ,
9999 content : {
100100 symbols : [
101101 { symbol : { 'media/KShape' : { options : { shape : 'rect' , color : '#FFFFB2' } } } , label : '1 - 400' } ,
@@ -110,7 +110,7 @@ module.exports = function ({ wmtsUrl, tmsUrl, wmsUrl, wcsUrl, k2Url, s3Url }) {
110110 } , {
111111 type : 'symbols' ,
112112 label : 'Layers.POPULATION_DENSITY_DESCRIPTION_200' ,
113- minZoom : 12 ,
113+ minZoom : 13 ,
114114 content : {
115115 symbols : [
116116 { symbol : { 'media/KShape' : { options : { shape : 'rect' , color : '#FFFFB2' } } } , label : '1 - 700' } ,
0 commit comments