Explorar o código

💄 disable the time-picker

...as it shows nonsense values anyway
jmacura %!s(int64=3) %!d(string=hai) anos
pai
achega
79a7fc9fb7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/app/calculator/image-wms-t-layer.ts

+ 1 - 1
src/app/calculator/image-wms-t-layer.ts

@@ -14,7 +14,7 @@ export const imageWmsTLayer = new Tile({
     title: 'Vegetation Satellite Image',
     base: false,
     removable: false,
-    dimensions: {time: false},
+    dimensions: {time: {onlyInEditor: true}},
   },
   source: imageWmsTSource,
   visible: false,