geoview-core - v2.2.0
    Preparing search index...

    Type Alias CRSOverride

    Defines the CRS override used to request WMS images in a different projection.

    type CRSOverride = {
        layerProjection: string;
        mapProjection: string;
    }
    Index

    Properties

    layerProjection: string
    mapProjection: string