소스 검색

💄 change ortho-photo layer

jmacura 3 년 전
부모
커밋
0d6f6c91b2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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',
   },
 });