From 18cd87617aac49a412245b18b0114ab38f079e19 Mon Sep 17 00:00:00 2001 From: Danilo Bretschneider Date: Fri, 5 Mar 2021 18:43:58 +0100 Subject: [PATCH] Fix broken link (to ArcGIS developers docs) of ImageArcGISRest documentation --- src/ol/source/ImageArcGISRest.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ol/source/ImageArcGISRest.js b/src/ol/source/ImageArcGISRest.js index 6d1940f820..1d682a9f57 100644 --- a/src/ol/source/ImageArcGISRest.js +++ b/src/ol/source/ImageArcGISRest.js @@ -25,7 +25,7 @@ import {containsExtent, getHeight, getWidth} from '../extent.js'; * defaults will be used for any fields not specified. `FORMAT` is `PNG32` by default. `F` is * `IMAGE` by default. `TRANSPARENT` is `true` by default. `BBOX`, `SIZE`, `BBOXSR`, and `IMAGESR` * will be set dynamically. Set `LAYERS` to override the default service layer visibility. See - * {@link https://developers.arcgis.com/rest/services-reference/export-map.htm} + * https://developers.arcgis.com/rest/services-reference/export-map.htm * for further reference. * @property {import("../proj.js").ProjectionLike} [projection] Projection. Default is the view projection. * @property {number} [ratio=1.5] Ratio. `1` means image requests are the size of the map viewport,