Hi,

Can somebody explain, if there is a problem when GeoPackage is being
added as writable driver (see also this feature request [1])?

I'm not sure but it seems that it's mainly inserting following snippet
to "core/qgsvectorfilewriter.cpp", specifially
"QgsVectorFileWriter::driverMetadata", after line 2272 [2]:

  else if ( driverName.startsWith( "GeoPackage" ) )
  {
    longName = "GeoPackage";
    trLongName = QObject::tr( "GeoPackage" );
    glob = "*.gpkg";
    ext = "gpkg";
  }

Yours, S.

[1] https://hub.qgis.org/issues/12187
_______________________________________________
Qgis-developer mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/qgis-developer

Reply via email to