@terrestris/ol-util
    Preparing search index...

    Interface InkmapGeoJsonLayer

    interface InkmapGeoJsonLayer {
        attribution?: string;
        geojson: any;
        layerName?: string;
        legendUrl?: string;
        style: any;
        type: "GeoJSON";
    }
    Index

    Properties

    attribution?: string
    geojson: any
    layerName?: string
    legendUrl?: string
    style: any
    type: "GeoJSON"