From 23ba830bc87519059396acebdc501d07a24f165c Mon Sep 17 00:00:00 2001 From: Andrea Giudiceandrea Date: Tue, 17 Sep 2024 08:54:38 +0200 Subject: [PATCH] Fix GeoJSONSeq exported extension --- src/core/qgsvectorfilewriter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/qgsvectorfilewriter.cpp b/src/core/qgsvectorfilewriter.cpp index 5c7a7cdd9bbc..fa51ae39c877 100644 --- a/src/core/qgsvectorfilewriter.cpp +++ b/src/core/qgsvectorfilewriter.cpp @@ -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" )