Interface HonuaMapPackageStyleRef

A style reference carried inline on the package body.

interface HonuaMapPackageStyleRef {
    body?: HonuaStyleRefBody;
    label?: string;
    presetId?: string;
    styleId: string;
}

Properties

Inline body — MapLibre paint / layout overrides keyed by layer id. Draft-1 of honua-server#731 attaches bodies inline; when the server moves to out-of-band retrieval, callers supply resolveStyleRef on the loader instead.

label?: string
presetId?: string
styleId: string