<div dir="ltr"><div>Hi Richard</div><div><br></div><div>Thanks for testing it.</div><div>I don't know if it is an issue or a feature (not kidding. It could be a simplification to be faster, with a way to disable it somewhere in the settings). That's why I asked here in the mailing list, not in github.</div><div>I just want to know the reason.</div><div>My workaround is to reproject with ogr2ogr.</div><div><br></div><div>Please, let me know the issue number when you create it. I can add there any needed extra information.</div><div><br></div><div>Thanks,</div><div>Javier.</div></div><br><div class="gmail_quote gmail_quote_container"><div dir="ltr" class="gmail_attr">On Wed, 23 Jul 2025 at 14:44, Richard Duivenvoorde 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">Mmm, funny :-)<br>
<br>
I can reproduce this.<br>
<br>
So only with the 'Identify features' popup shown, the second line seems to be rendered???<br>
<br>
As if the rendering of the mapcanvas is different then the rendering of 'rubberband'...<br>
<br>
I would create an issue (with a small screencapture of the hovering, because it took me some time to figure out what you meant :-) )<br>
<br>
Regards,<br>
<br>
Richard Duivenvoorde<br>
<br>
<br>
<br>
On 22-07-2025 16:50, Javier Jimenez Shaw via QGIS-User wrote:<br>
> Hi<br>
> <br>
> I am trying to compare web-mercator (EPSG:3857) with Mercator (EPSG:3395) projections.<br>
> For that purpose I think that a straight line in EPSG:3395 (loxodromic) shouldn't be exactly straight in EPSG:3857.<br>
> <br>
> To show that, I created two linestrings in EPSG:3395, one with one segment, and the second with two segments co-linear (just adding a point in the middle). If I then select EPSG:3857 in QGIS, there should be a small difference... but I do not see it!<br>
> <br>
> Only if I use the "Identify features", click in the area (at the proper zoom level), and hover over "identify all" or "2p". Then a second line appears! But it disappears when I select anything. (see attached screenshot)<br>
> <br>
> The attached gpkg files are just the geometries as one segment (2p.gpkg) and 2 segments (3p.gpkg), both defined in EPSG:3395<br>
> <br>
> The coordinates of the line are (0,0) and (8e6, 10e6) Yes, a long line to make it more visible.<br>
> the midpoint in EPSG:3395 is (4e6, 5e6). That is easy.<br>
> <br>
> Reprojecting the two points into EPSG:3857 we have (0,0) and<br>
> <br>
> echo 8e6 10e6 | cs2cs EPSG:3395 EPSG:3857<br>
> 8000000.00 10039255.88 0.00<br>
> <br>
> The midpoint is<br>
> echo "scale=2; 8000000.00 / 2; 10039255.88 / 2" | bc<br>
> 4000000.00<br>
> 5019627.94<br>
> <br>
> The midpoint in EPSG:3395 and then projected to EPSG:3857 is this:<br>
> echo 4e6 5e6 | cs2cs EPSG:3395 EPSG:3857<br>
> 4000000.00 5028099.31 0.00<br>
> <br>
> The difference is about 8 km. But I cannot see it in QGIS.<br>
> <br>
> Jakub suggested that it could be the simplification. I disabled it in the settings. No difference.<br>
> <br>
> Is QGIS doing something strange? Can I disable it?<br>
> <br>
> If I select EPSG:4326 instead of EPSG:3857, then you can see clearly the two linestrings.<br>
> <br>
> Thanks,<br>
> Javier.<br>
> <br>
> <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>
<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>