<div dir="ltr"><div>I created an issue in github</div><div><a href="https://github.com/qgis/QGIS/issues/62654">https://github.com/qgis/QGIS/issues/62654</a></div><div><br></div><div><a class="gmail-f5 gmail-text-bold gmail-Link--primary gmail-no-underline" href="https://github.com/phidrho">phidrho</a> answered something that "solves" the problem: deselect "Clip features to canvas extent"</div><div><a href="https://download.qgis.org/qgisdata/QGIS-Documentation-3.10/live/html/en/docs/user_manual/style_library/symbol_selector.html#:~:text=Clip%20features%20to%20canvas%20extent">https://download.qgis.org/qgisdata/QGIS-Documentation-3.10/live/html/en/docs/user_manual/style_library/symbol_selector.html#:~:text=Clip%20features%20to%20canvas%20extent</a></div><div><br></div><div>I don't understand very well that this option is doing, but apparently impacts how geometries are reprojected in some cases.</div><div><br></div><div>Thanks</div></div><br><div class="gmail_quote gmail_quote_container"><div dir="ltr" class="gmail_attr">On Wed, 23 Jul 2025 at 17:34, Greg Troxel via QGIS-User <<a href="mailto:qgis-user@lists.osgeo.org">qgis-user@lists.osgeo.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Vedran Stojnović via QGIS-User <<a href="mailto:qgis-user@lists.osgeo.org" target="_blank">qgis-user@lists.osgeo.org</a>> writes:<br>
<br>
> QGIS should do on-the-fly reprojection, but you can count on only the<br>
> defined vertices of geometry as far as I know.<br>
<br>
Do you mean:<br>
<br>
  The meaning of a linestring is the points at vertices, and between<br>
  them, a straight line in whatever CRS the data is currently expressed<br>
  in?<br>
<br>
and that the points are transformed, and then the straight line between<br>
is straight in the sense of the target CRS?<br>
<br>
I think that's what Javier is trying to do: to take a line with two points in<br>
EPSG:3395, and a line *that is straight in 3395* with three points, and<br>
transform it all to 3857.<br>
<br>
That should result in a line (layer 2d) that is straight in 3857, and<br>
then two lines, each straight in 3857, that are from lower-left to<br>
middle and middle to upper-right, with each transformed. <br>
<br>
> You can execute "Densify by interval" or "Densify by count" on source<br>
> geometries in source CRS - you can use the "Edit features in place" option.<br>
> This will convert your "line" to "linestring" with many smaller segments.<br>
> Please check if this solves your problem?<br>
><br>
> I remember that there was an announcement for some QGIS 3.x version that<br>
> this "densification" of vertices is done automatically, but maybe it<br>
> stopped working or works for only certain source CRSs (maybe the ones<br>
> defined in Lat-Long) - it seems that it works for "Identify tool".<br>
<br>
Are you suggesting that when qgis transforms a linestring, it is doing<br>
some kind of densification to show a line in the target CRS which is the<br>
transform of e.g. the source-CRS line that fits in the canvas?<br>
_______________________________________________<br>
QGIS-User mailing list<br>
<a href="mailto:QGIS-User@lists.osgeo.org" target="_blank">QGIS-User@lists.osgeo.org</a><br>
List info: <a href="https://lists.osgeo.org/mailman/listinfo/qgis-user" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/qgis-user</a><br>
Unsubscribe: <a href="https://lists.osgeo.org/mailman/listinfo/qgis-user" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/qgis-user</a><br>
</blockquote></div>