Bug report #11709
Symbol disappears on zoom in
Status: | Closed | ||
---|---|---|---|
Priority: | Normal | ||
Assignee: | - | ||
Category: | - | ||
Affected QGIS version: | 2.6.0 | Regression?: | No |
Operating System: | Easy fix?: | No | |
Pull Request or Patch supplied: | No | Resolution: | invalid |
Crashes QGIS or corrupts data: | No | Copied to github as #: | 19949 |
Description
Open the attached project, you need http://www.naturalearthdata.com/http//www.naturalearthdata.com/download/110m/cultural/ne_110m_admin_0_tiny_countries.zip as data.
Zoom in. The symbol will disappear even if you zoomed in directly on it.
The project uses EPSG:25832 (UTM for eg Germany). The layer is WGS84.
QGIS version 2.6.0-Brighton
QGIS code revision a6650e4
Compiled against Qt 4.8.6
Running against Qt 4.8.6
Compiled against GDAL/OGR 1.11.1
Running against GDAL/OGR 1.11.1
Compiled against GEOS 3.4.2-CAPI-1.8.2
Running against GEOS 3.4.2-CAPI-1.8.2 r3921
PostgreSQL Client Version 9.3.5
SpatiaLite Version 4.2.0
QWT Version 6.1.1
PROJ.4 Version 480
QScintilla2 Version 2.8.4
History
#1 Updated by Giovanni Manghi about 10 years ago
- Resolution set to invalid
- Status changed from Open to Closed
EPSG:25832 is a projected CRS, and as UTM it cover 6 degrees of longitude. The data you are reprojecting covers the whole world, so it is expected that something will not show as expected. At least you could expect very high distortions, artifacts or as in this case features not showing at all.