Opened 13 years ago

Closed 13 years ago

#4080 closed defect (fixed)

WMS driver URL doesn't expose SERVICE parameter

Reported by: guillaume Owned by: warmerdam
Priority: high Milestone: 1.9.0
Component: default Version: svn-trunk
Severity: normal Keywords: WMS
Cc:

Description

Using WMS minidriver, I found out that the request sent to the server does not contain the SERVICE=WMS parameter which is yet mandatory. Proposed fix : Add URLAppend(url, "&service=WMS"); on line 154 of minidriver_wms.cpp (function GDALWMSMiniDriver_WMS::ImageRequest), but I don't know if this function is used elsewhere.

Change History (1)

comment:1 by Even Rouault, 13 years ago

Resolution: fixed
Status: newclosed

r22366 /trunk/gdal/frmts/wms/minidriver_wms.cpp: WMS: add service=WMS parameter if not already provided in <ServerUrl> (#4080)

Note: See TracTickets for help on using tickets.