Interface MapLibreRendererFactoryOptions

interface MapLibreRendererFactoryOptions {
    pmtiles?: PmtilesProtocolModuleLike;
}

Properties

Properties

Inject PMTiles only when PMTiles sources are expected; no package is loaded implicitly.