Classes
Type Definitions
- 
    
Options{Object}
 - 
Properties:
Name Type Argument Default Description urlstring <optional> 
The mapagent url.
crossOriginnull | string <optional> 
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.displayDpinumber <optional> 
96 The display resolution.
metersPerUnitnumber <optional> 
1 The meters-per-unit value.
hidpiboolean <optional> 
true Use the
ol/Map#pixelRatiovalue when requesting the image from the remote server.useOverlayboolean <optional> 
If
true, will useGETDYNAMICMAPOVERLAYIMAGE.projectionProjectionLike <optional> 
Projection. Default is the view projection.
rationumber <optional> 
1 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> <optional> 
Resolutions. If specified, requests will be made for these resolutions only.
imageLoadFunctionLoadFunction <optional> 
Optional function to load an image given a URL.
interpolateboolean <optional> 
true Use interpolated values when resampling. By default, linear interpolation is used when resampling. Set to false to use the nearest neighbor instead.
paramsObject <optional> 
Additional parameters.