@versatiles/style
    Preparing search index...

    Type Alias ProtomapsOptions

    ProtomapsOptions: OsmOverlayOptions & {
        features?: ProtomapsFeaturesOptions;
        projection?: ProjectionOptions;
        sky?: boolean | SkyOptions;
        sun?: SunOptions;
        urls?: ProtomapsUrlsOptions;
    }

    Options for protomaps().

    The third schema, and the same story as the second. They differ in exactly one place, and the shared part — theme, colors, recolor, layout, text, layers, features, sun, sky, projection — is identical, because the option vocabulary names concepts rather than layers:

    • urls.protomaps replaces urls.osm, and has no default (see PROTOMAPS_PLACEHOLDER).

    The layers tree is the same tree: every group Shortbread controls is expressible here.