Classes
Type Definitions
-
Options{Object}
-
Properties:
Name Type Argument Default Description attributionsmodule:ol/source/Source~AttributionLike <optional>
Attributions.
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.hidpiboolean <optional>
true Use the
ol/Map#pixelRatiovalue when requesting the image from the remote server.imageLoadFunctionmodule:ol/Image~LoadFunction <optional>
Optional function to load an image given a URL.
imageSmoothingboolean <optional>
true Enable image smoothing.
paramsObject.<string, *> <optional>
ArcGIS Rest parameters. This field is optional. Service defaults will be used for any fields not specified.
FORMATisPNG32by default.FisIMAGEby default.TRANSPARENTistrueby default.BBOX,SIZE,BBOXSR, andIMAGESRwill be set dynamically. SetLAYERSto override the default service layer visibility. Seehref="http://resources.arcgis.com/en/help/arcgis-rest-api/index.html#/Export%5C_Map/02r3000000v7000000/%7D">http://resources.arcgis.com/en/help/arcgis-rest-api/index.html#/Export\_Map/02r3000000v7000000/for further reference.projectionmodule:ol/proj~ProjectionLike <optional>
Projection. Default is the view projection.
rationumber <optional>
1.5 Ratio.
1means image requests are the size of the map viewport,2means twice the size of the map viewport, and so on.resolutionsArray.<number> <optional>
Resolutions. If specified, requests will be made for these resolutions only.
urlstring <optional>
ArcGIS Rest service URL for a Map Service or Image Service. The url should include /MapServer or /ImageServer.
OpenLayers