Feature request #2592
There is no network progress indicator for WMS layer now.
Status: | Closed | ||
---|---|---|---|
Priority: | Low | ||
Assignee: | Marco Hugentobler | ||
Category: | Web Services clients/WMS | ||
Pull Request or Patch supplied: | Resolution: | fixed | |
Easy fix?: | No | Copied to github as #: | 12652 |
Description
Seems that network progress indicator in the status bar have been removed in recent versions of QGis. This is very annoying if you have slow network connection.
Associated revisions
fix #2592
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@13167 c8812cc2-4d05-0410-92ff-de0c093fc19c
fix #2592
git-svn-id: http://svn.osgeo.org/qgis/trunk@13167 c8812cc2-4d05-0410-92ff-de0c093fc19c
fix #2592
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@13694 c8812cc2-4d05-0410-92ff-de0c093fc19c
fix #2592
git-svn-id: http://svn.osgeo.org/qgis/trunk@13694 c8812cc2-4d05-0410-92ff-de0c093fc19c
History
#1 Updated by jekhor - over 14 years ago
- Status changed from Open to Closed
- Resolution set to invalid
Seems that WMS support is entirely broken. So, I will check for indicator later.
#2 Updated by jekhor - over 14 years ago
- Status changed from Closed to Feedback
- Resolution deleted (
invalid)
No, there is no indicator every when WMS works :)
#3 Updated by Jürgen Fischer over 14 years ago
That's also intentional. WMS request are now handled asynchronously and therefore there can be multiple ongoing requests - showing progress of multiple parallel requests in the status bar would probably be more annoying.
#4 Updated by jekhor - over 14 years ago
Yes, but simple text 'There are N pending WMS requests' or similar will make me happy :)
#5 Updated by Jürgen Fischer over 14 years ago
- Status changed from Feedback to Closed
- Resolution set to fixed
well, progress indication readded in c15058b9 (SVN r13168).
#6 Updated by Luca Casagrande over 14 years ago
- Status changed from Closed to Feedback
- Resolution deleted (
fixed)
Hello,
I can't see any message while waiting for a WMS layer, just a X of X byte downloaded when the data start to being downloaded. With big WMS layer or WMS with some latency, this can considered like the layer is not working.
I think that should be nice to have a sort of "Wait for WMS answer.." each time there's a WMS request pending.
Thank you
Luca
#7 Updated by Jürgen Fischer over 14 years ago
- Resolution set to fixed
- Status changed from Feedback to Closed
fixed in 037831b9 (SVN r13695).