@camptocamp/inkmap
    Preparing search index...

    Interface GeoJSONLayer

    interface GeoJSONLayer {
        attribution?: string;
        geojson: any;
        legend?: boolean;
        opacity: number;
        style: any;
        type: "GeoJSON";
    }
    Index

    Properties

    attribution?: string

    Attribution for the data used in the layer

    geojson: any

    Feature collection in GeoJSON format; coordinates are expected to be in the print job reference system

    legend?: boolean

    Whether a legend should be created for this layer.

    opacity: number

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

    style: any

    JSON object in geostyler notation, defining the layer style.

    type: "GeoJSON"