Re: [Qgis-user] Unexpected comparison Web-Mercator vs Mercator

2025-07-24 Thread Javier Jimenez Shaw via QGIS-User
I created an issue in github https://github.com/qgis/QGIS/issues/62654 phidrho answered something that "solves" the problem: deselect "Clip features to canvas extent" https://download.qgis.org/qgisdata/QGIS-Documentation-3.10/live/html/en/docs/user_manual/style_library

Re: [Qgis-user] Unexpected comparison Web-Mercator vs Mercator

2025-07-23 Thread Kai Borgolte via QGIS-User
Am 23.07.2025 um 15:42 schrieb Vedran Stojnović via QGIS-User: I remember that there was an announcement for some QGIS 3.x version that this "densification" of vertices is done automatically, So I suspect we are seeing this "at work" here, causing unexpected results. Can someone find this ann

Re: [Qgis-user] Unexpected comparison Web-Mercator vs Mercator

2025-07-23 Thread Greg Troxel via QGIS-User
Vedran Stojnović via QGIS-User writes: > QGIS should do on-the-fly reprojection, but you can count on only the > defined vertices of geometry as far as I know. Do you mean: The meaning of a linestring is the points at vertices, and between them, a straight line in whatever CRS the data is c

Re: [Qgis-user] Unexpected comparison Web-Mercator vs Mercator

2025-07-23 Thread Vedran Stojnović via QGIS-User
Hi, QGIS should do on-the-fly reprojection, but you can count on only the defined vertices of geometry as far as I know. You can execute "Densify by interval" or "Densify by count" on source geometries in source CRS - you can use the "Edit features in place" option. This will convert your "line" t

Re: [Qgis-user] Unexpected comparison Web-Mercator vs Mercator

2025-07-23 Thread Javier Jimenez Shaw via QGIS-User
Hi Richard Thanks for testing it. 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. I just want to know the reason. My workaround is t

Re: [Qgis-user] Unexpected comparison Web-Mercator vs Mercator

2025-07-23 Thread Richard Duivenvoorde via QGIS-User
Mmm, funny :-) I can reproduce this. So only with the 'Identify features' popup shown, the second line seems to be rendered??? As if the rendering of the mapcanvas is different then the rendering of 'rubberband'... I would create an issue (with a small screencapture of the hovering, because

Re: [Qgis-user] Unexpected comparison Web-Mercator vs Mercator

2025-07-23 Thread Javier Jimenez Shaw via QGIS-User
Hi Vedran No, I do not want to change the SRS of the geometry. The geometries are defined in EPSG:3395. I want to do the reprojection on the fly with QGIS, and it is not doing what I would expect. If I do the reprojection with "ogr2ogr -t_srs EPSG:3857" for both files and open them in QGIS, then y

Re: [Qgis-user] Unexpected comparison Web-Mercator vs Mercator

2025-07-22 Thread Vedran Stojnović via QGIS-User
Hi Javier, if I understood properly what you are trying to achieve - you want overlap drawings (coordinates) from two coordinate systems as one image without transformation - then you need to override "Assigned coordinate system" (Right click on Layer -> Properties -> Source, and change Assigned C