new TileWMS
Parameters:
| Name | Type | Description |
|---|---|---|
options |
ol.source.TileWMSOptions | Tile WMS options. |
- Source:
- tilewmssource.js, line 24
Methods
-
getParams
-
Get the user-provided params, i.e. those passed to the constructor through the "params" option, and possibly updated using the updateParams method.
- Source:
- tilewmssource.js, line 127
Returns:
Params.
- Type
- Object
-
updateParams
-
Update the user-provided params.
Parameters:
Name Type Description paramsObject Params.
- Source:
- tilewmssource.js, line 172