Procházet zdrojové kódy

💄 disable the time-picker

...as it shows nonsense values anyway
jmacura před 3 roky
rodič
revize
79a7fc9fb7
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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,