<div dir="ltr"><div>Hi</div><div><br></div><div>I am trying to compare web-mercator (EPSG:3857) with Mercator (EPSG:3395) projections.</div><div>For that purpose I think that a straight line in EPSG:3395 (loxodromic) shouldn't be exactly straight in EPSG:3857.</div><div><br></div><div>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!</div><div><br></div><div>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)</div><div><br></div><div>The attached gpkg files are just the geometries as one segment (2p.gpkg) and 2 segments (3p.gpkg), both defined in EPSG:3395</div><div><br></div><div>The coordinates of the line are (0,0) and (8e6, 10e6) Yes, a long line to make it more visible.</div><div>the midpoint in EPSG:3395 is (4e6, 5e6). That is easy.</div><div><br></div><div>Reprojecting the two points into EPSG:3857 we have (0,0) and</div><div><br></div><div><span style="font-family:monospace">echo 8e6 10e6 | cs2cs EPSG:3395 EPSG:3857<br>8000000.00        10039255.88 0.00</span></div><div><br></div><div>The midpoint is</div><div></div><div><span style="font-family:monospace">echo "scale=2; 8000000.00 / 2; 10039255.88 / 2" | bc <br>4000000.00<br>5019627.94<br></span></div><div><br></div><div>The midpoint in EPSG:3395 and then projected to EPSG:3857 is this:</div><div><span style="font-family:monospace">echo 4e6 5e6 | cs2cs EPSG:3395 EPSG:3857<br>4000000.00   5028099.31 0.00</span></div><div><br></div><div>The difference is about 8 km. But I cannot see it in QGIS.</div><div><br></div><div>Jakub suggested that it could be the simplification. I disabled it in the settings. No difference.</div><div><br></div><div>Is QGIS doing something strange? Can I disable it?</div><div><br></div><div>If I select EPSG:4326 instead of EPSG:3857, then you can see clearly the two linestrings.</div><div><br></div><div>Thanks,</div><div>Javier.</div><div><br></div></div>