@camptocamp/inkmap
    Preparing search index...

    Interface XyzLayer

    interface XyzLayer {
        attribution?: string;
        legend?: boolean;
        opacity: number;
        type: "XYZ";
        url: string;
    }
    Index

    Properties

    attribution?: string

    Attribution for the data used in the layer

    legend?: boolean

    Whether a legend should be created for this layer.

    opacity: number

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

    type: "XYZ"
    url: string

    URL or URL template for the layer; can contain the following tokens: {a-d} for randomly choosing a letter, {x}, {y} and {z}. Note: tile grids are expected to have their x=0,y=0 point at the top left corner; for tile grids where it is at the bottom left corner, use the {-y} placeholder.