Installing the GeoServer MBTiles extension¶
Warning
Make sure to match the version of the extension to the version of the GeoServer instance!
Download the extensions from the nightly GeoServer community module builds.
Download the
mbtiles-store-plugin
from geoserver-2.24.x-mbtiles-store-plugin.zip if you simply want to read MBTiles files.Download the
mbtiles-plugin
from geoserver-2.24.x-mbtiles-plugin.zip if you also want to use the WMS output format generaring MBTiles and the WPS process doing the same. Make sure to install corresponding WPS extension for GeoServer instance before installing this plugin, or GeoServer won’t start.
Extract the contents of the archive into the
WEB-INF/lib
directory of the GeoServer installation.
Previous: MBTiles Extension