Function getLayerContents

  • get the layer contents filtered by lens and extent of the provided bounds - all {z}/{x}/{y} tiles at zoomIn that intersect with bounds are used

    Parameters

    • layerName: string
    • applyLensFilter: boolean = false
    • Optionalbounds: FeatureCollection<Geometry, {
          [name: string]: any;
      }>
    • OptionalzoomIn: number
    • OptionaltilesIn: Tile[]

    Returns Promise<FeatureCollection>