@versatiles/style
    Preparing search index...

    Type Alias OmtLayer

    The OpenMapTiles schema as OpenFreeMap actually serves it — unmodified OpenMapTiles, no API key, no request limits, commercial use allowed. Prose specification: https://openmaptiles.org/schema/

    Attribution required by the tileset: "OpenFreeMap © OpenMapTiles Data from OpenStreetMap".

    Generated from https://tiles.openfreemap.org/planet v3.16.0 by npm run vendor-schema. Do not edit by hand; re-run the script instead, and use npm run vendor-schema -- <name> --check to find out whether this file has gone stale.

    type OmtLayer = {
        fields: readonly string[];
        maxzoom: number;
        minzoom: number;
    }
    Index
    fields: readonly string[]
    maxzoom: number
    minzoom: number