Interface PmtilesProtocolExtensionExperimental

The protocol extension surface this plugin publishes: the ProtocolModule itself.

interface PmtilesProtocolExtension {
    id: string;
    kind: "protocol";
    module: ProtocolModule<"pmtiles", HonuaPmtilesArchive>;
}

Hierarchy (view full)

Properties

Properties

id: string
kind