We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent d35b8b3 commit 20a1f43Copy full SHA for 20a1f43
src/providers/ogr/qgsogrprovider.cpp
@@ -2280,8 +2280,8 @@ QString createFilters( const QString &type )
2280
}
2281
else if ( driverName.startsWith( QLatin1String( "Interlis 2" ) ) )
2282
{
2283
- sFileFilters += createFileFilter_( QObject::tr( "INTERLIS 2" ), QStringLiteral( "*.itf *.xml *.ili" ) );
2284
- sExtensions << QStringLiteral( "itf" ) << QStringLiteral( "xml" ) << QStringLiteral( "ili" );
+ sFileFilters += createFileFilter_( QObject::tr( "INTERLIS 2" ), QStringLiteral( "*.xtf *.xml *.ili" ) );
+ sExtensions << QStringLiteral( "xtf" ) << QStringLiteral( "xml" ) << QStringLiteral( "ili" );
2285
2286
else if ( driverName.startsWith( QLatin1String( "Ingres" ) ) )
2287
0 commit comments