Explorar el Código

💄 change ortho-photo layer

jmacura hace 3 años
padre
commit
0d6f6c91b2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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',
   },
 });