kopia lustrzana https://github.com/OpenDroneMap/WebODM
Fix rescale issue that discarded crop
rodzic
2e51a0307a
commit
4cb2432ed6
|
@ -288,7 +288,8 @@ export default class LayersControlLayer extends React.Component {
|
|||
bands,
|
||||
hillshade,
|
||||
rescale: this.rescale,
|
||||
size: 512
|
||||
size: 512,
|
||||
crop: 1
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue