gis-tools-ts - v0.6.0
    Preparing search index...

    Interface StringifiedRasterLayer

    Guide to building Raster layer data where the onFeature is stringified to ship to workers

    interface StringifiedRasterLayer {
        description?: string;
        layerName: string;
        onFeature?: string;
        outputType: ImageExtensions;
        rasterGuide: GridRasterOptions;
        sourceName: string;
    }

    Hierarchy

    Index

    Properties

    description?: string

    Explain what the layer is

    layerName: string

    Name of the layer

    onFeature?: string

    Stringified version of the onFeature used by the source so it can be shipped to a worker.

    outputType: ImageExtensions

    describes how the image will be stored

    rasterGuide: GridRasterOptions

    Raster clustering guide

    sourceName: string

    Name of the source