Updated measure plugin (better open/close panel)

pull/746/head
Piero Toffanin 2019-11-06 11:53:07 -05:00
rodzic 223033b784
commit 344c421eb2
2 zmienionych plików z 1 dodań i 2 usunięć

Wyświetl plik

@ -142,7 +142,6 @@ class Tiles(TaskNestedView):
if tile_type == 'orthophoto':
expr = '(b2-b1)/(b2+b1-b3)'
rescale = "0.02,0.1"
#color_formula = 'b1'
color_map = 'rdylgn'
if nodata is not None:

Wyświetl plik

@ -9,6 +9,6 @@
"author": "",
"license": "ISC",
"dependencies": {
"leaflet-measure-ex": "^3.0.4"
"leaflet-measure-ex": "^3.0.5"
}
}