id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc 4114,[patch]WMS mini driver and WMS driver CRS/SRS tag,Kyle Shannon,warmerdam,"The WMS Mini driver handles the different tag name depending on the version of WMS (>1.3 is CRS, previous versions are SRS), but the driver does not read or write the proper tag in the xml string: {{{ kyle@Lucky13:~/src/gdal/svn/trunk/gdal$ gdalinfo ""WMS:http://imselev.cr.usgs.gov:80/wmsconnector/com.esri.wms.Esrimap/USGS_EDC_Elev_NED?REQUEST=GetMap&VERSION=1.3.0&LAYERS=NED.CONUS_NED&CRS=EPSG:4326&FORMAT=image/tiff&BBOX=-113.0,44.5,-112.75,44.75&WIDTH=600&HEIGHT=600"" ERROR 1: GDALWMS, WMS mini-driver: WMS version 1.3 and above expects CRS however SRS was set instead. ERROR 1: GDALWMS: Failed to initialize minidriver. gdalinfo failed - unable to open 'WMS:http://imselev.cr.usgs.gov:80/wmsconnector/com.esri.wms.Esrimap/USGS_EDC_Elev_NED?REQUEST=GetMap&VERSION=1.3.0&LAYERS=NED.CONUS_NED&CRS=EPSG:4326&FORMAT=image/tiff&BBOX=-113.0,44.5,-112.75,44.75&WIDTH=600&HEIGHT=600'. }}} even though I explicitly used the CRS tag in the url. The patch reads the CRS tag, and uses it if the version is above 1.3. The version information was pulled from the minidriver. wms is definitely not my realm, so I will put this up for review.",defect,closed,normal,1.9.0,GDAL_Raster,svn-trunk,normal,fixed,"wms, wms minidriver",nowakpl