***Note from Migration:***
Original Title was: GeoPackage-writer registers the proper geometry type in GPKG_GEOMETRY_COLUMNS for tables with features of a single geometry-type
Feature tables in GeoPackage are registered in the GPKG_GEOMETRY_COLUMNS table with their geometry column, SRS and geometry type. Right now FME registers all tables with the common geometry type GEOMETRY. For tables that contains features with only one single geometry type FME should register this geometry type in the GPKG_GEOMETRY_COLUMNS table
as defined in the GeoPackage-specification. For example, a table with only point features (geopackage_type: wkb_point) should be registered as a POINT geometry type instead of the GEOMETRY geometry type. This will help other applications (like QGIS, for example) to better understand the contents of the GeoPackage table.


