Interface PmtilesProtocolModuleLike
interface PmtilesProtocolModuleLike { Protocol: (new (options?: { errorOnMissingTile?: boolean; metadata?: boolean; }) => PmtilesProtocolLike); } Properties
Protocol
Protocol: (new (options?: { errorOnMissingTile?: boolean; metadata?: boolean; }) => PmtilesProtocolLike)
The minimal slice of
typeof import("pmtiles")registration needs.