Interface EnsurePmtilesProtocolDeps

Injectable dependencies for ensurePmtilesProtocol (test seams).

interface EnsurePmtilesProtocolDeps {
    maplibre?: MaplibreProtocolRegistrar;
    pmtilesModule?: PmtilesProtocolModuleLike;
    scheme?: string;
}

Properties

Override the lazily-imported MapLibre addProtocol registrar.

Override the lazily-imported pmtiles module.

scheme?: string

Protocol scheme to register. Defaults to "pmtiles".