Browse Source

💄 change ortho-photo layer

jmacura 3 years ago
parent
commit
0d6f6c91b2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/app/calculator/image-wms-t-layer.ts

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

@@ -4,7 +4,7 @@ import {TileWMS} from 'ol/source';
 export const imageWmsTSource = new TileWMS({
   url: 'http://gis.lesprojekt.cz/cgi-bin/mapserv?map=/home/dima/maps/veg_indexy.map&SERVICE=WMS',
   params: {
-    LAYERS: 'evi',
+    LAYERS: 'tci',
     time: '20200111',
   },
 });