pull/1067/head
Piero Toffanin 2021-10-06 12:17:58 -04:00
rodzic db642e327e
commit 3d8d5a705f
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -295,6 +295,8 @@ class Tiles(TaskNestedView):
if tile_type in ['dsm', 'dtm'] and rescale is None:
rescale = "0,1000"
if tile_type == 'orthophoto' and rescale is None:
rescale = "0,255"
if tile_type in ['dsm', 'dtm'] and color_map is None:
color_map = "gray"