Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • WMS

Index

Constructors

Methods

Constructors

constructor

  • Instantiates a WMS tile layer object given a base URL of the WMS service and a WMS parameters/options object.

    Parameters

    Returns WMS

Methods

setParams

  • setParams(params: WMS, noRedraw?: boolean): WMS
  • Merges an object with the new parameters and re-requests tiles on the current screen (unless noRedraw was set to true).

    Parameters

    • params: WMS
    • Optional noRedraw: boolean

    Returns WMS