Interface ParseWebMapResult

interface ParseWebMapResult {
    bookmarks: WebMapBookmark[];
    popups: Record<string, HonuaPopupConfig>;
    style: HonuaStyleSpecification;
    warnings: WebMapWarning[];
}

Properties

bookmarks: WebMapBookmark[]

Bookmarks from the WebMap, if any.

popups: Record<string, HonuaPopupConfig>

Popup configurations keyed by layer ID.

The converted style specification.

warnings: WebMapWarning[]

Non-fatal warnings encountered during conversion.