From cc4d4948c1b32e7325b2957974e86418e1852e40 Mon Sep 17 00:00:00 2001 From: stefano bovio Date: Tue, 11 Jun 2024 12:15:02 +0200 Subject: [PATCH] Fix #10040 print arcgis layer with different projections (#10354) --- web/client/plugins/Print.jsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web/client/plugins/Print.jsx b/web/client/plugins/Print.jsx index 937c75c5c4..d87e7dd276 100644 --- a/web/client/plugins/Print.jsx +++ b/web/client/plugins/Print.jsx @@ -531,7 +531,8 @@ export default { "wfs", "vector", "graticule", - "empty" + "empty", + "arcgis" ], layer.type) || layer.type === "wmts" && has(layer.allowedSRS, projection); }; isAllowed = (layer, projection) => {