Navigation Menu

Skip to content

Commit

Permalink
Fix Interlis 2 extension in vector file writer
Browse files Browse the repository at this point in the history
  • Loading branch information
gacarrillor authored and m-kuhn committed May 1, 2017
1 parent 20a1f43 commit 1711a41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/qgsvectorfilewriter.cpp
Expand Up @@ -1222,7 +1222,7 @@ QMap<QString, QgsVectorFileWriter::MetaData> QgsVectorFileWriter::initMetaData()
MetaData(
QStringLiteral( "INTERLIS 2" ),
QObject::tr( "INTERLIS 2" ),
QStringLiteral( "*.itf *.xml *.ili" ),
QStringLiteral( "*.xtf *.xml *.ili" ),
QStringLiteral( "ili" ),
datasetOptions,
layerOptions
Expand Down

0 comments on commit 1711a41

Please sign in to comment.