mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-01 00:46:20 -05:00
Merge pull request #583 from ccrook/delimited_text_bug_fixes_3
Fixed bug processing URL parameters
This commit is contained in:
commit
639c5823db
@ -181,7 +181,7 @@ bool QgsDelimitedTextFile::setFromUrl( QUrl &url )
|
|||||||
}
|
}
|
||||||
if ( url.hasQueryItem( "skipEmptyFields" ) )
|
if ( url.hasQueryItem( "skipEmptyFields" ) )
|
||||||
{
|
{
|
||||||
mDiscardEmptyFields = ! url.queryItemValue( "useHeader" ).toUpper().startsWith( 'N' );;
|
mDiscardEmptyFields = ! url.queryItemValue( "skipEmptyFields" ).toUpper().startsWith( 'N' );;
|
||||||
}
|
}
|
||||||
if ( url.hasQueryItem( "trimFields" ) )
|
if ( url.hasQueryItem( "trimFields" ) )
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user