diff --git a/app/static/app/js/components/LayersControlLayer.jsx b/app/static/app/js/components/LayersControlLayer.jsx index 2de17de0..f19e6d9b 100644 --- a/app/static/app/js/components/LayersControlLayer.jsx +++ b/app/static/app/js/components/LayersControlLayer.jsx @@ -288,7 +288,8 @@ export default class LayersControlLayer extends React.Component { bands, hillshade, rescale: this.rescale, - size: 512 + size: 512, + crop: 1 }; }