Skip to content

Commit

Permalink
Merge pull request #58776 from agiudiceandrea/fix-58772-exporting-geo…
Browse files Browse the repository at this point in the history
…jsonseg

Fix exporting layer to GeoJSONSeq format using the correct extension
  • Loading branch information
rouault authored Sep 17, 2024
2 parents 2ef3cde + 23ba830 commit 3bd4ea9
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 3bd4ea9

Please sign in to comment.