Opened 12 years ago
Closed 12 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.
Note:
See TracTickets
for help on using tickets.
r22366 /trunk/gdal/frmts/wms/minidriver_wms.cpp: WMS: add service=WMS parameter if not already provided in <ServerUrl> (#4080)