Bug report #6952
raster "save as..." dialog creates incomplete output when using the " create VRT" option
Status: | Closed | ||
---|---|---|---|
Priority: | Severe/Regression | ||
Assignee: | - | ||
Category: | Rasters | ||
Affected QGIS version: | master | Regression?: | No |
Operating System: | Easy fix?: | No | |
Pull Request or Patch supplied: | No | Resolution: | fixed |
Crashes QGIS or corrupts data: | No | Copied to github as #: | 16062 |
Description
Open the attached project,
in the (only) WMS layer click the "save as..." option.
Leave the "create VRT" option checked and in the CRS dropdown choose EPSG 3763. Then choose to save the "map view extent" and choose as resolution "5".
The resulting output VRT will miss a few vertical strips. See attached image.
Related issues
History
#1 Updated by Radim Blazek over 11 years ago
- Status changed from Open to Feedback
The server is giving Internal server error:
http://data1.geoposer.com:443/server/services/request.php?jname=/wms.img&&SERVICE=WMS&VERSION=1.1.1&REQUEST=GetMap&BBOX=-8.3253071840480519,38.5151373813695059,-8.0875913241040838,38.6766480462664717&SRS=EPSG:4326&WIDTH=1264&HEIGHT=860&LAYERS=Virtual%20Earth&STYLES=&FORMAT=image/jpeg&DPI=85&MAP_RESOLUTION=85&FORMAT_OPTIONS=dpi:85
I tried with another WMS server and it worked OK. Could you test again and if it still fails for you, please send a working WMS URL or project file.
#2 Updated by Giovanni Manghi over 11 years ago
- Status changed from Feedback to Open
- File teste_wms.qgs added
Radim Blazek wrote:
The server is giving Internal server error:
http://data1.geoposer.com:443/server/services/request.php?jname=/wms.img&&SERVICE=WMS&VERSION=1.1.1&REQUEST=GetMap&BBOX=-8.3253071840480519,38.5151373813695059,-8.0875913241040838,38.6766480462664717&SRS=EPSG:4326&WIDTH=1264&HEIGHT=860&LAYERS=Virtual%20Earth&STYLES=&FORMAT=image/jpeg&DPI=85&MAP_RESOLUTION=85&FORMAT_OPTIONS=dpi:85I tried with another WMS server and it worked OK. Could you test again and if it still fails for you, please send a working WMS URL or project file.
I attached a new project you can try.
The output changed, now it is completely empty.
cheers!
PS
issue #6951 is not duplicate of this one.
6951 is about that the user cannot choose the name of the output vrt.
#3 Updated by Giovanni Manghi over 11 years ago
see also #6982
#4 Updated by Radim Blazek over 11 years ago
You have probably minscale limit set on server, this is empty:
this is OK:
Save as from QGIS works for me if I set higher number of rows and columns.
#5 Updated by Giovanni Manghi over 11 years ago
Radim Blazek wrote:
You have probably minscale limit set on server, this is empty:
this is OK:
Save as from QGIS works for me if I set higher number of rows and columns.
I personally keep getting empty vrt and garbled tif with any wms server/layer
#6 Updated by Giovanni Manghi over 11 years ago
- Resolution set to fixed
- Status changed from Open to Closed