new TileWMS
Stability: experimental
Parameters:
| Name | Type | Argument | Description |
|---|---|---|---|
options |
olx.source.TileWMSOptions |
<optional> |
Tile WMS options. |
- Source:
- tilewmssource.js, line 28
Methods
-
getGetFeatureInfoUrl
Stability: not documented -
Return the GetFeatureInfo URL for the passed coordinate, resolution, and projection. Return
undefinedif the GetFeatureInfo URL cannot be constructed.Parameters:
Name Type Description coordinateol.Coordinate Coordinate.
resolutionnumber Resolution.
projectionol.proj.Projection Projection.
paramsObject GetFeatureInfo params.
INFO_FORMATat least should be provided. IfQUERY_LAYERSis not provided then the layers specified in theLAYERSparameter will be used.VERSIONshould not be specified here.- Source:
- tilewmssource.js, line 128
Returns:
GetFeatureInfo URL.
- Type
- string | undefined
-
getParams
Stability: experimental -
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 210
Returns:
Params.
- Type
- Object
-
updateParams
Stability: experimental -
Update the user-provided params.
Parameters:
Name Type Description paramsObject Params.
- Source:
- tilewmssource.js, line 382
OpenLayers 3