mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-01 00:46:20 -05:00
Add GeoPackage/GPKG writable driver support
This commit is contained in:
parent
0df62b7aad
commit
fb107f1d4f
@ -2270,6 +2270,13 @@ bool QgsVectorFileWriter::driverMetadata( QString driverName, QString &longName,
|
||||
glob = "*.geojson";
|
||||
ext = "geojson";
|
||||
}
|
||||
else if ( driverName.startsWith( "GPKG" ) )
|
||||
{
|
||||
longName = "GeoPackage";
|
||||
trLongName = QObject::tr( "GeoPackage" );
|
||||
glob = "*.gpkg";
|
||||
ext = "gpkg";
|
||||
}
|
||||
else if ( driverName.startsWith( "GeoRSS" ) )
|
||||
{
|
||||
longName = "GeoRSS";
|
||||
|
Loading…
x
Reference in New Issue
Block a user