qgis / QGIS

QGIS is a free, open source, cross platform (lin/win/mac) geographical information system (GIS)
https://qgis.org
GNU General Public License v2.0
9.81k stars 2.89k forks source link

Tiny, micro geometry freezes QGIS #57048

Open seidlmic opened 2 months ago

seidlmic commented 2 months ago

What is the bug or the crash?

Trying to load micro geometry makes QGIS to freeze.

Steps to reproduce the issue

Unpack zip file and try to open SHP file in QGIS. It freezes. The SHP file was created from enclosed GeoJson with ogr2ogr command ogr2ogr -f "ESRI Shapefile" dataset.shp mikro.geojson -a_srs EPSG:5514 --debug on -nlt POLYGON The same happens when you try to load the original WKT geometry with WKT plugin. Because of problem with SHP file it should not a problem of WKT plugin. The WKT comes from Postgresql/Postgis POLYGON((-774347.4297668554 -1179458.0010849624,-774347.4297668554 -1179458.0010849626,-774347.4297668556 -1179458.0010849629,-774347.4297668554 -1179458.0010849624))

Versions

QGIS 3.22.4, Linux Mint 21

Supported QGIS version

New profile

Additional context

No response

seidlmic commented 2 months ago

micro_geometry.zip Here are test data

agiudiceandrea commented 2 months ago

@seidlmic, thanks for reporting. QGIS 3.22 is no longer supported. Please try if the issue occurs also running a currently supported QGIS version according to the roadmap and using a new QGIS user profile. The issue doesn't occur using QGIS 3.34 on Windows.

github-actions[bot] commented 2 months ago

The QGIS project highly values your report and would love to see it addressed. However, this issue has been left in feedback mode for the last 14 days and is being automatically marked as "stale". If you would like to continue with this issue, please provide any missing information or answer any open questions. If you could resolve the issue yourself meanwhile, please leave a note for future readers with the same problem and close the issue. In case you should have any uncertainty, please leave a comment and we will be happy to help you proceed with this issue. If there is no further activity on this issue, it will be closed in a week.

github-actions[bot] commented 1 month ago

While we hate to see this happen, this issue has been automatically closed because it has not had any activity in the last 42 days despite being marked as feedback. If this issue should be reconsidered, please follow the guidelines in the previous comment and reopen this issue. Or, if you have any further questions, there are also further support channels that can help you.

seidlmic commented 1 month ago

There is no newer version of Linux Mint with newer QGIS right now. I will check again while be upgraded. Thanks

agiudiceandrea commented 1 month ago

@seidlmic, QGIS.org offers the latest currently supported QGIS versions for Ubuntu 22.04 which Linux Mint 21 is based on. Please see https://qgis.org/en/site/forusers/alldownloads.html#debian-ubuntu.

seidlmic commented 1 month ago

Hello, I have updated QGIS by instructions mentioned above. Mint 21(based Ubuntu Jammy) QGIS now at version 3.36. Situation changed but still like a bug. If the enclosed SHP is opened in empty new project with EPGS set to 5514 it is still not possible to zoom to layer extent from context menu. Also if I firstly insert through WKT plugin data POINT(-774347.4297668554 -1179458.0010849624) zoom to point and then try to add SHP file. Now SHP is visible but after trying use "Zoom to layer extent" the rendering and window move-zooming functionality breaks again.

image

agiudiceandrea commented 1 month ago

Thanks for checking.