diff --git a/src/gdal/ogr_file_format.cpp b/src/gdal/ogr_file_format.cpp index fbe2037b1..e84ef9ec3 100644 --- a/src/gdal/ogr_file_format.cpp +++ b/src/gdal/ogr_file_format.cpp @@ -2188,6 +2188,7 @@ void OgrFileExport::setupQuirks(GDALDriverH po_driver) { "DGNv8", GeorefOptional }, { "DWG", GeorefOptional }, { "DXF", OgrQuirks() | GeorefOptional | SingleLayer | UseLayerField }, + { "GeoJSON", SingleLayer }, { "Geomedia", GeorefOptional }, { "GPX", NeedsWgs84 }, { "INGRES", GeorefOptional },