Hi, I am facing a problem with geopkg that I am not able to understand. Given the documentation I can insert features like this:
FeatureEntry entry = new FeatureEntry(); geopkg.add(entry, featureCollection); To define the table name, I tried to set it in the FeatureEntry before passing it in with the featurecollection. Thing is, that the name of the table is taken from the fc schema and it is not possible to change that. So my first question is: am I doing something wrong? Is there a way to set the table name. And my second: is there a way change the fc name without rewriting the features? Thanks for any hint. Cheers, Andrea _______________________________________________ GeoTools-Devel mailing list GeoTools-Devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/geotools-devel