Interface BasemapConversionResult

interface BasemapConversionResult {
    layers: HonuaLayerSpecification[];
    sources: Record<string, HonuaMapServiceSourceSpecification | {
        type: string;
        [key: string]: unknown;
    }>;
}

Properties

Properties

sources: Record<string, HonuaMapServiceSourceSpecification | {
    type: string;
    [key: string]: unknown;
}>