Class: AuthTileWMS

AuthTileWMS

Extends TileWMS to include authentication, method selection, and dynamic URL handling.

new AuthTileWMS()

Utils/ext-libs/ol/AuthTileWMS.ts, line 20

Extends

  • undefined

Methods

getRequestConfig(src){Object}

Utils/ext-libs/ol/AuthTileWMS.ts, line 54

Generates the request configuration including method selection, authentication, and URL adjustments.

Name Type Description
src string

The original tile URL.

Returns:
Type Description
Object
  • Axios request configuration.