Extended ol.source.WMTS.

ol.source.WMTSExtended

Options

Hierarchy (View Summary)

Constructors

Methods

Constructors

Methods

  • Return the GetFeatureInfo URL for the passed coordinate, resolution, and projection. Return undefined if the GetFeatureInfo URL cannot be constructed.

    Parameters

    • coordinate: Coordinate

      Coordinate.

    • resolution: number

      Resolution.

    • projection: Projection

      Projection.

    • params: any

      GetFeatureInfo params. INFOFORMAT at least should be provided.

    Returns undefined | string

    GetFeatureInfo URL.