Bug report #15572

Some WMS service are displayed as empties because of bad SRS and view scale interpretation (msWMSLoadGetMapParams(): WMS server error. Unsupported SRS namespace (only EPSG and AUTO currently supported).)

Added by geo julien over 7 years ago. Updated about 5 years ago.

Status:Closed
Priority:Normal
Assignee:-
Category:Web Services clients/WMS
Affected QGIS version:2.8.9 Regression?:No
Operating System:Windows Easy fix?:No
Pull Request or Patch supplied:No Resolution:end of life
Crashes QGIS or corrupts data:No Copied to github as #:23496

Description

Working on our plugin, I encountered this strange behavior: a WMS layer is displayed in the layers list with its legend but there is nothing in the map canvas.

To reproduce:

  1. open WMS client and add this WMS url: http://ws.carmencarto.fr/WMS/105/ONF_Forets
  2. when you press the "Connect" button, the list is displayed
  3. selecting the layer "Parcelles_Forestieres" the "Add" button is disabled and status bar displays "No CRS selected"
  4. select another layer and select back the layer, now "Add" button is enabled and CRS Lambert RGF93 (EPSG:2154) is set
  5. clicking "Add" produces an empty mapcanvas but a legend present because the minimum scale visibility is not read from the server

=> there are messages in the log window, WMS tab (see screenshot)

Notice that:
  • the others layers from the same WMS service are okay (I unchecked on the screenshot but you can try)

StackTrace:

2016-09-16T15:12:40 1 Erreur de requête de carte (Statut : 200; Réponse :
<!DOCTYPE ServiceExceptionReport SYSTEM "http://schemas.opengis.net/wms/1.1.1/exception_1_1_1.dtd">
<ServiceExceptionReport version="1.1.1">
<ServiceException code="InvalidSRS">
msWMSLoadGetMapParams(): WMS server error. Unsupported SRS namespace (only EPSG and AUTO currently supported).
</ServiceException>
</ServiceExceptionReport>
; Type : application/vnd.ogc.se_xml; charset=ISO-8859-1; URL : http://ws.carmencarto.fr/WMS/105/ONF_Forets?language=fre&&SERVICE=WMS&VERSION=1.1.1&REQUEST=GetMap&BBOX=-5.58549999999999969,40.92079999999999984,10.75499999999999901,51.44619999999999749&SRS=CRS:84&WIDTH=916&HEIGHT=590&LAYERS=Parcelles_Forestieres&STYLES=&FORMAT=image/jpeg&DPI=96&MAP_RESOLUTION=96&FORMAT_OPTIONS=dpi:96)

Spotted on:

  • QGIS 2.8.9 on Win10 AU (with OSGeo4W) in French
  • and QGIS 2.14.6 on Win10 AU (with OSGeo4W) in English.

Related to
I looked into the issues archives but I just found out this very old issue: #1166.

qgis_wms_no_CRSselected.PNG - at the first click, CRS no selected (29.6 KB) geo julien, 2016-09-16 07:35 AM

qgis_wms_no_CRSok.PNG - after a while or another click ok (31.4 KB) geo julien, 2016-09-16 07:35 AM

qgis_wms_nthing_mapcanvas.PNG - empty map canvas (104 KB) geo julien, 2016-09-16 07:35 AM

qgis_wms_scale_ok.PNG - scale visibility (321 KB) geo julien, 2016-09-16 07:35 AM

History

#1 Updated by Giovanni Manghi almost 7 years ago

  • Easy fix? set to No
  • Regression? set to No

#2 Updated by Giovanni Manghi about 5 years ago

  • Resolution set to end of life
  • Status changed from Open to Closed

Also available in: Atom PDF