fgb-vt - v1.0.4
    Preparing search index...

    Interface Source

    A FlatGeobuf source descriptor.

    Binds a layer name and file path to optional tiling parameters. The path format is interpreted by the Connector:

    Connector Path format
    LocalConnector Filesystem path (./data/buildings.fgb)
    HttpConnector Full URL (https://cdn.example.com/roads.fgb)
    S3Connector S3 URI (s3://bucket/key.fgb)
    interface Source {
        name: string;
        options?: SourceOptions;
        path: string;
    }
    Index

    Properties

    Properties

    name: string

    Layer name in the output MVT. Must be unique within a tile request.

    options?: SourceOptions

    Per-source tiling option overrides.

    path: string

    Path to the FGB file, interpreted by the Connector.