mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-07 00:15:48 -04:00
Fix for WMS servers running on other than port 80 (needs testing with more servers).
Fix for build error in grass plugin. git-svn-id: http://svn.osgeo.org/qgis/trunk@9537 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
e1b3c93e6a
commit
eca978f12d
@ -113,8 +113,11 @@ bool QgsHttpTransaction::getSynchronously( QByteArray &respondedContent, int red
|
||||
// includes the scheme, host and port (the
|
||||
// http://www.address.bit:80), so remove that from the url before
|
||||
// executing an http GET.
|
||||
QString pathAndQuery = httpurl.remove( 0,
|
||||
httpurl.indexOf( qurl.path() ) );
|
||||
//
|
||||
// gsherman 2008-10-24 - Not sure if the above still holds true. Commenting
|
||||
// out the removal for testing purposes
|
||||
QString pathAndQuery = httpurl;//.remove( 0,
|
||||
// httpurl.indexOf( qurl.path() ) );
|
||||
|
||||
|
||||
if ( !postData ) //do request with HTTP GET
|
||||
|
@ -114,6 +114,7 @@ TARGET_LINK_LIBRARIES(grassplugin
|
||||
qgis_core
|
||||
qgis_gui
|
||||
qgisgrass
|
||||
${QT_QTSQL_LIBRARY}
|
||||
${QT_QT3SUPPORT_LIBRARY}
|
||||
${GRASS_LIBRARIES}
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user