Skip to content

Commit

Permalink
Fix GeoJSONSeq exported extension
Browse files Browse the repository at this point in the history
  • Loading branch information
agiudiceandrea authored Sep 17, 2024
1 parent 2ef3cde commit 23ba830
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/qgsvectorfilewriter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1342,7 +1342,7 @@ class QgsVectorFileWriterMetadataContainer
QStringLiteral( "GeoJSON - Newline Delimited" ),
QObject::tr( "GeoJSON - Newline Delimited" ),
QStringLiteral( "*.geojsonl *.geojsons *.json" ),
QStringLiteral( "json" ), // add json for now
QStringLiteral( "geojsonl geojsons json" ),
datasetOptions,
layerOptions,
QStringLiteral( "UTF-8" )
Expand Down

0 comments on commit 23ba830

Please sign in to comment.