Installing the GeoPackage Output Extension¶
-
Login, and navigate to About & Status > About GeoServer 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.
- 3.0.0 example: geopkg-output
- 3.0-SNAPSHOT example: geopkg-output
Verify that the version number in the filename corresponds to the version of GeoServer you are running (for example 3.0.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/ResultFormatsection -
Verify that
geopkg,geopackage, andgpkgare listed as a supported format
Note
You can also verify installation by looking for GeoPKG Output Extension on the server's Module Status Page.