diff --git a/assets/src/components/Print.js b/assets/src/components/Print.js index b0503b9e25..1765402acd 100644 --- a/assets/src/components/Print.js +++ b/assets/src/components/Print.js @@ -324,7 +324,10 @@ export default class Print extends HTMLElement { highlightGeom.push(circleString); } else { - highlightGeom.push(formatWKT.writeFeature(featureDrawn)); + highlightGeom.push(formatWKT.writeFeature(featureDrawn, { + featureProjection: mainLizmap.projection, + dataProjection: projectProjection + })); } highlightSymbol.push(mainLizmap.digitizing.getFeatureDrawnSLD(index));