Classes
Type Definitions
-
Options{Object}
-
Properties:
Name Type Description attributionsAttributionLike | undefined Attributions.
crossOriginnull | string | undefined The
crossOriginattribute for loaded images. Note that you must provide acrossOriginvalue if you want to access pixel data with the Canvas renderer. See https://developer.mozilla.org/en-US/docs/Web/HTML/CORS_enabled_image for more detail.hidpiboolean
(defaults to true)Use the
ol/Map#pixelRatiovalue when requesting the image from the remote server.serverTypeServerType | undefined The type of the remote WMS server:
mapserver,geoserver,carmentaserver, orqgis. Only needed ifhidpiistrue.imageLoadFunctionLoadFunction | undefined Optional function to load an image given a URL.
interpolateboolean
(defaults to true)Use interpolated values when resampling. By default, linear interpolation is used when resampling. Set to false to use the nearest neighbor instead.
paramsObject.<string, *> | undefined WMS request parameters. At least a
LAYERSparam is required.STYLESis''by default.VERSIONis1.3.0by default.WIDTH,HEIGHT,BBOXandCRS(SRSfor WMS version < 1.3.0) will be set dynamically.projectionProjectionLike | undefined Projection. Default is the view projection.
rationumber
(defaults to 1.5)Ratio.
1means image requests are the size of the map viewport,2means twice the width and height of the map viewport, and so on. Must be1or higher.resolutionsArray.<number> | undefined Resolutions. If specified, requests will be made for these resolutions only.
urlstring | undefined WMS service URL.