GeoJSON configuration.

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

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.