interface RasterRequestLayerOptions {
    source: RasterLayerSourceOptions;
    srs: {
        id: 3857;
    };
}

Properties

Properties

srs: {
    id: 3857;
}