Skip to content

Commit

Permalink
chore: set maxZoom for eodc s1 layer
Browse files Browse the repository at this point in the history
  • Loading branch information
lubojr committed Oct 25, 2023
1 parent 152590d commit a6d2157
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/config/layers.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,15 +142,15 @@ export const baseLayers = Object.freeze({
url: '//s1map.eodc.eu/vv/{z}/{x}/{-y}.png',
attribution: `Bauer-Marschallinger, B., Cao, S., Navacchi, C., Freeman, V., Reuß, F., Geudtner, D., Rommen, B., Vega, F. C., Snoeij, P., Attema, E., Reimer, C., & Wagner, W. (2021). The Sentinel-1 Global Backscatter Model (S1GBM) - Mapping Earth's Land Surface with C-Band Microwaves (1.0) [Data set]. TU Wien. https://doi.org/10.48436/n2d1v-gqb91`,
visible: false,
maxZoom: 17,
maxZoom: 13,
protocol: 'xyz',
},
s1EodcBackscattervh: {
name: 'EODC Sentinel 1 VH Polarisation',
url: '//s1map.eodc.eu/vh/{z}/{x}/{-y}.png',
attribution: `Bauer-Marschallinger, B., Cao, S., Navacchi, C., Freeman, V., Reuß, F., Geudtner, D., Rommen, B., Vega, F. C., Snoeij, P., Attema, E., Reimer, C., & Wagner, W. (2021). The Sentinel-1 Global Backscatter Model (S1GBM) - Mapping Earth's Land Surface with C-Band Microwaves (1.0) [Data set]. TU Wien. https://doi.org/10.48436/n2d1v-gqb91`,
visible: false,
maxZoom: 17,
maxZoom: 13,
protocol: 'xyz',
},
});
Expand Down

0 comments on commit a6d2157

Please sign in to comment.