Fix rescale issue that discarded crop

pull/1677/head
Piero Toffanin 2025-05-17 14:04:12 -04:00
rodzic 2e51a0307a
commit 4cb2432ed6
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -288,7 +288,8 @@ export default class LayersControlLayer extends React.Component {
bands, bands,
hillshade, hillshade,
rescale: this.rescale, rescale: this.rescale,
size: 512 size: 512,
crop: 1
}; };
} }