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

    Interface StringifiedClusterLayer

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

    interface StringifiedClusterLayer {
        clusterGuide: ClusterOptions;
        description?: string;
        extent: Extents;
        layerName: string;
        onFeature?: string;
        sourceName: string;
    }

    Hierarchy

    Index

    Properties

    clusterGuide: ClusterOptions

    If options are provided, the assumption is the point data is clustered

    description?: string

    Explain what the layer is

    extent: Extents

    Extent at which the layer is storing its data

    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.

    sourceName: string

    Name of the source