Closed pesekon2 closed 8 months ago
I am sorry, but the current implementation only supports the PostGIS
table might not work from geopackage. Looks like we need another PR for uploading the geopackage.
Not sure but the geo.create_shp_datastore
might also work to create the geopackage datastore. Can you check and verify that?
I am sorry, but the current implementation only supports the PostGIS table might not work from geopackage. Looks like we need another PR for uploading the geopackage.
Pity as we work solely with geopackages. But nice work otherwise!
Not sure but the
geo.create_shp_datastore
might also work to create the geopackage datastore. Can you check and verify that?
If I zip the geopackage, I am able to create the datastore, but it is (as expected) defined as a shapefile datastore.
Thus, I am not able to add any layer to that as the layers are not found (it is probably searching only for shapefiles). The same applies to the web interface. If I create a datastore based on geopackage using the web interface, I can see my layers there.
This issue is solved by #143. I will soon release the new version.
Great, thanks.
I believe that the type of the store is not correctly set when trying to create a datastore based on a GeoPackage. I get the warning icon in GeoServer web interface. And if I try to publish the datastore with
geo.publish_featurestore
, I get the following error: