@abi-software/flatmap-viewer - v4.2.5
    Preparing search index...

    Type Alias MapDescriptionOptions

    MapDescriptionOptions: FlatMapOptions & {
        bounds: [number, number, number, number];
        images?: { id: string; options: object; url: string }[];
        separateLayers: boolean;
        style: string;
    }