-
A group affiliated with QGIS has produced a draft Geopackage extension to include context and styling. They see this extension as a strong enabler to transfer a full mapping project between GIS applic…
-
A mix of PNG and JPEG image tiles within a GeoPackage provides both transparency and good compression across a zoom level's map coverage. Partial map tiles, e.g., those containing a border of the map…
-
I found that GeoPackages in the wild were failing [/opt/features/vector_features/data/feature_table_integer_primary_key](http://www.geopackage.org/spec/#_data_26) because the primary key did not have …
-
_Note:_ I opened and closed this issue a few weeks ago thinking it was something on my end. I have been able to avoid the issue by writing shapefiles using the osgeo api but I want to use fiona for wr…
-
The qgis_geopackage_extension defines a table qgis_layer_styles which seems not created by the current qgis plugin. The layer_styles table has a field styleSLD and a field styleQML. The idea is when …
-
when writing the project to geopackage I get an error
Traceback (most recent call last):
File ".qgis2/python/plugins\QgisGeopackage\qgis_geopackage.py", line 112, in write
gpkg.write(projec…
-
The OGC GeoPackage specification outlines in great detail the extension mechanism. In order for an application to determine what extensions are currently available, it must open the GeoPackage and que…
-
https://github.com/pka/qgpkg/blob/master/qgisgpkg/qgpkg.py#L207 assumes that the gpkg_extensions table always exists, but this is an optional table per http://www.geopackage.org/spec/#_extensions Requ…
-
The SWG has determined that these extensions are fundamentally not interoperable and should be removed from the document.
- [x] http://www.geopackage.org/spec/#extension_geometry_encoding
- [x] http:/…
-
The [specification](https://github.com/pka/qgpkg/blob/master/qgis_geopackage_extension.md) should be finalized with the following goals:
1. Spec for storing all needed resources used in a QGIS proj…