error TS2307: Cannot find module 'ol/source/WMSServerType' or its corresponding type declarations.
FarmMaps.Develop/FarmMapsLib/pipeline/head There was a failure building this commit Details

develop
Peter Bastiani 2024-04-09 15:05:26 +02:00
parent 4a685d675d
commit 023048a5bb
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ import { ProjectionLike } from 'ol/proj';
import { AttributionLike } from 'ol/source/Source';
import { LoadFunction } from 'ol/Image';
import { ImageSourceEvent } from 'ol/source/Image';
import { ServerType } from 'ol/source/WMSServerType';
import { ServerType } from 'ol/source/wms';
@Component({
selector: 'aol-source-imagewms',

View File

@ -4,7 +4,7 @@ import { SourceComponent } from './source.component';
import { TileWMS } from 'ol/source';
import TileGrid from 'ol/tilegrid/TileGrid';
import { LoadFunction } from 'ol/Tile';
import { ServerType } from 'ol/source/WMSServerType';
import { ServerType } from 'ol/source/wms';
@Component({
selector: 'aol-source-tilewms',