Feature request #2702
Ask user if WMS GetMap URL should be different than GetCapabilities URL
Status: | Closed | ||
---|---|---|---|
Priority: | Low | ||
Assignee: | Jürgen Fischer | ||
Category: | Web Services clients/WMS | ||
Pull Request or Patch supplied: | Resolution: | fixed | |
Easy fix?: | No | Copied to github as #: | 12762 |
Description
In perfect world a well behaving WMS client should point GetMap requests to an URL that is announced by the well configured WMS server through the GetCapabilities document. However, in real life different GetCapabilities and GetMap URLs are often due to misconfigured server. Therefore it might be good if QGis could give users two alternatives when this situation is detected. The question might be:
"WMS server is advertising http://server.org/WMS/GetMap as GetMap URL. Would you like to use it?". If user answers No then GetCapabilities URL would be used also for GetMap.
History
#1 Updated by Jürgen Fischer over 14 years ago
- Resolution set to fixed
- Status changed from Open to Closed
implemented in a02b341b (SVN r13466).