@camptocamp/inkmap
    Preparing search index...

    Interface ImageArcGISRest

    interface ImageArcGISRest {
        attribution?: string;
        hidpi?: boolean;
        interpolate?: boolean;
        legend?: boolean;
        opacity: number;
        params: any;
        ratio: number;
        type: "ImageArcGISRest";
        url: string;
    }
    Index

    Properties

    attribution?: string

    Attribution for the data used in the layer

    hidpi?: boolean

    Use the ol/Map#pixelRatio value when requesting the image from the remote server.

    interpolate?: boolean

    Use interpolated values when resampling. By default, linear interpolation is used when resampling. Set to false to use the nearest neighbor instead.

    legend?: boolean

    Whether a legend should be created for this layer.

    opacity: number

    Opacity, from 0 (hidden) to 1 (visible).

    params: any

    ArcGIS Rest parameters. This field is optional. Service defaults will be used for any fields not specified. FORMAT is PNG32 by default. F is IMAGE by default. TRANSPARENT is true by default. BBOX, SIZE, BBOXSR, and IMAGESR will be set dynamically. Set LAYERS to override the default service layer visibility. See https://developers.arcgis.com/rest/services-reference/export-map.htm for further reference.

    ratio: number

    Ratio. 1 means image requests are the size of the map viewport, 2 means twice the size of the map viewport, and so on. (defaults to 1.5)

    type: "ImageArcGISRest"
    url: string

    URL for the service.