@ngyewch/leaflet-webcomponent
    Preparing search index...

    Interface GeoJSONConfiguration

    GeoJSON configuration.

    interface GeoJSONConfiguration {
        fitBounds?: boolean;
        id: string;
        kind: "GeoJSON";
        options?: GeoJSONOptions<any, Geometry>;
    }
    Index

    Properties

    fitBounds?: boolean

    Fit bounds on display/select.

    id: string

    ID of script element containing GeoJSON data.

    kind: "GeoJSON"

    Kind.

    options?: GeoJSONOptions<any, Geometry>

    Options.