|
|
@@ -19,7 +19,7 @@ import {imageWmsTLayer, imageWmsTSource} from './image-wms-t-layer';
|
|
|
/**
|
|
|
* Set of precalculated indices
|
|
|
*/
|
|
|
-const INDICES_PRE_FLIGHT = ['EVI', 'NDVI', 'RVI4S1'] as const;
|
|
|
+const INDICES_PRE_FLIGHT = ['EVI', 'NDVI'] as const; //FIXME: , 'RVI4S1'
|
|
|
/**
|
|
|
* Set of indices which are calculated on the fly
|
|
|
*/
|