Installing the GeoPackage Output Extension¶
Login, and navigate to and check Build Information to determine the exact version of GeoServer you are running.
Visit the website download page, change the Archive tab, and locate your release.
From the list of Output Formats extensions download GeoPkg.
2.28.0 example: geoserver-2.28.0-geopkg-output-plugin.zip
3.0-SNAPSHOT example: geoserver-3.0-SNAPSHOT-geopkg-output-plugin.zip
Verify that the version number in the filename corresponds to the version of GeoServer you are running (for example 2.28.0 above).
Extract the archive and copy the contents into the GeoServer
WEB-INF/libdirectory.Restart GeoServer.
Verify Installation¶
To verify that the extension was installed successfully:
Request the WFS 1.0.0 GetCapabilities document from your server.
Inside the resulting WFS 1.0.0 XML GetCapabilities document, find the
WFS_Capabilities/Capability/GetFeature/ResultFormatsectionVerify that geopkg, geopackage, and gpkg are listed as a supported format
<GetFeature> <ResultFormat> <GML2/> <GML3/> <SHAPE-ZIP/> <CSV/> <JSON/> <KML/> <geopackage/> <geopkg/> <gpkg/> </ResultFormat> </GetFeature>
Note
You can also verify installation by looking for GeoPKG Output Extension on the server’s Module Status Page.