@versatiles/style
    Preparing search index...

    Type Alias OmtFeaturesOptions

    OpenMapTiles features: the OSM set minus landcover, which exists for the Shortbread low-zoom landcover extension and has no counterpart here. Leaving it out means omt({ features: { landcover: true } }) throws rather than silently doing nothing.

    type OmtFeaturesOptions = {
        buildings?: "flat" | "extruded";
        hillshade?: HillshadeOptions;
        terrain?: TerrainOptions;
    }
    Index
    buildings?: "flat" | "extruded"
    hillshade?: HillshadeOptions
    terrain?: TerrainOptions