error TS2307: Cannot find module 'ol/source/WMSServerType' or its corresponding type declarations.
Some checks failed
FarmMaps.Develop/FarmMapsLib/pipeline/head There was a failure building this commit
Some checks failed
FarmMaps.Develop/FarmMapsLib/pipeline/head There was a failure building this commit
This commit is contained in:
parent
4a685d675d
commit
023048a5bb
@ -16,7 +16,7 @@ import { ProjectionLike } from 'ol/proj';
|
|||||||
import { AttributionLike } from 'ol/source/Source';
|
import { AttributionLike } from 'ol/source/Source';
|
||||||
import { LoadFunction } from 'ol/Image';
|
import { LoadFunction } from 'ol/Image';
|
||||||
import { ImageSourceEvent } from 'ol/source/Image';
|
import { ImageSourceEvent } from 'ol/source/Image';
|
||||||
import { ServerType } from 'ol/source/WMSServerType';
|
import { ServerType } from 'ol/source/wms';
|
||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
selector: 'aol-source-imagewms',
|
selector: 'aol-source-imagewms',
|
||||||
|
@ -4,7 +4,7 @@ import { SourceComponent } from './source.component';
|
|||||||
import { TileWMS } from 'ol/source';
|
import { TileWMS } from 'ol/source';
|
||||||
import TileGrid from 'ol/tilegrid/TileGrid';
|
import TileGrid from 'ol/tilegrid/TileGrid';
|
||||||
import { LoadFunction } from 'ol/Tile';
|
import { LoadFunction } from 'ol/Tile';
|
||||||
import { ServerType } from 'ol/source/WMSServerType';
|
import { ServerType } from 'ol/source/wms';
|
||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
selector: 'aol-source-tilewms',
|
selector: 'aol-source-tilewms',
|
||||||
|
Loading…
Reference in New Issue
Block a user