Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Freezing when zooming into WMS with scroll wheel #22581

Closed
qgib opened this issue Apr 4, 2016 · 6 comments
Closed

Freezing when zooming into WMS with scroll wheel #22581

qgib opened this issue Apr 4, 2016 · 6 comments
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter! Data Provider Related to specific vector, raster or mesh data providers

Comments

@qgib
Copy link
Contributor

qgib commented Apr 4, 2016

Author Name: David McDermott (David McDermott)
Original Redmine Issue: 14615
Affected QGIS version: 2.14.0
Redmine category:web_services_clients/wms


Good day QGIS'ers,

I have been having trouble with using the scroll wheel to zoom into WMS layer. This is only a problem when trying to zoom in two or more zoom factors at once. It doesn't produce a minidump, it just freezes meaning to you have to force quit. This is not a problem with other web plugins like QuickMapService and OpenLayers.

Thanks,

@qgib
Copy link
Contributor Author

qgib commented Apr 9, 2016

Author Name: Giovanni Manghi (@gioman)


Please provide a WMS server URL and layer/s name/s.


  • category_id was configured as Web Services clients/WMS
  • status_id was changed from Open to Feedback

@qgib
Copy link
Contributor Author

qgib commented Apr 11, 2016

Author Name: David McDermott (David McDermott)


Hi Giovanni,

Here are two different WMS feeds that produce the same problem:

http://environment.data.gov.uk/ds/wms?SERVICE=WMS&INTERFACE=ENVIRONMENT--6f51a299-351f-4e30-a5a3-2511da9688f7&request=GetCapabilities

http://t0.ads.astuntechnology.com/open/osopen/service?REQUEST=GetCapabilities

@qgib
Copy link
Contributor Author

qgib commented Apr 11, 2016

Author Name: Giovanni Manghi (@gioman)


do they work as expected on QGIS 2.8.* ?

@qgib
Copy link
Contributor Author

qgib commented Apr 11, 2016

Author Name: Jukka Rahkonen (Jukka Rahkonen)


I would first check if each wheel click creates a new GetMap request. If it does it may freeze the WMS server. Right thing to do is to wait a while and listen if the wheel is still scrolled. I am remembering that about 0.2 seconds wait was implemented into OpenJUMP.

@qgib
Copy link
Contributor Author

qgib commented Apr 12, 2016

Author Name: David McDermott (David McDermott)


Thank you for your responses. I investigated further using Fiddler to look at the web traffic. I found that a 407 error appears shortly before it froze. After speaking with my IT department they placed me outside the proxy and I disabled the settings in QGIS and the problem seems to have disappeared. I don't know anything about how this stuff works but my thinking is that the WMS server was unable to authenticate the request before receiving the next one which caused it to time out.

The removal of the proxy worked for me but it not a solution for all the users in our organisation who cannot be outside the proxy. Therefore, is this a problem for the WMS provider or QGIS? Can QGIS cache the GetMap requests and decelerate them.

Thanks.

@qgib
Copy link
Contributor Author

qgib commented Apr 13, 2016

Author Name: Giovanni Manghi (@gioman)


The removal of the proxy worked for me but it not a solution for all the users in our organisation who cannot be outside the proxy. Therefore, is this a problem for the WMS provider or QGIS? Can QGIS cache the GetMap requests and decelerate them.

I don't think that the is any QGSI bug in this case. It maybe be improved for this specific situations, but this is best suited for a feature request.


  • resolution was changed from to invalid
  • status_id was changed from Feedback to Closed

@qgib qgib added Bug Either a bug report, or a bug fix. Let's hope for the latter! Data Provider Related to specific vector, raster or mesh data providers labels May 25, 2019
@qgib qgib closed this as completed May 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter! Data Provider Related to specific vector, raster or mesh data providers
Projects
None yet
Development

No branches or pull requests

1 participant