GeoLeaf Core API - v3.0.0
    Preparing search index...

    Vector tiles module (early-exit check + load).

    interface VectorTilesLike {
        shouldUseVectorTiles(def: unknown): boolean;
        loadVectorTileLayer(
            layerId: string,
            layerLabel: string,
            def: unknown,
            baseOptions: Record<string, unknown>,
        ): Promise<{ id: string; label: string; featureCount: number }>;
    }
    Index

    Methods

    • Parameters

      • layerId: string
      • layerLabel: string
      • def: unknown
      • baseOptions: Record<string, unknown>

      Returns Promise<{ id: string; label: string; featureCount: number }>