LoadingStrategy: ((extent, resolution) => Extent[])

Type declaration

    • (extent, resolution): Extent[]
    • A function that takes an ol.Extent and a resolution as arguments, and returns an array of ol.Extent with the extents to load. Usually this is one of the standard ol.loadingstrategy strategies.

      Parameters

      • extent: Extent
      • resolution: number

      Returns Extent[]

Generated using TypeDoc