Skip to content

Commit

Permalink
Fix #10040 print arcgis layer with different projections (#10354)
Browse files Browse the repository at this point in the history
  • Loading branch information
allyoucanmap authored Jun 11, 2024
1 parent 5eb342b commit cc4d494
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion web/client/plugins/Print.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,8 @@ export default {
"wfs",
"vector",
"graticule",
"empty"
"empty",
"arcgis"
], layer.type) || layer.type === "wmts" && has(layer.allowedSRS, projection);
};
isAllowed = (layer, projection) => {
Expand Down

0 comments on commit cc4d494

Please sign in to comment.