Skip to content

Latest commit

 

History

History
26 lines (13 loc) · 696 Bytes

README.md

File metadata and controls

26 lines (13 loc) · 696 Bytes

h2gis-geoserver

Is an extension to use H2GIS with Geoserver 2.15.1 .

Note that h2gis-geoserver uses the H2GIS Geotools driver available at https://github.com/orbisgis/h2gis-geotools

Install

In a terminal, run

$ mvn clean install
  • Go to your target folder, select the h2gis-gs-XX.jar and copy-paste it to the WEB-INF/lib directory of your GeoServer installation.
  • In your target folder, go to plugin-dep that contains all dependencies. Select all jars and copy-paste it to the WEB-INF/lib directory of your GeoServer installation.
  • Restart GeoServer

Use

Read the step by step tutorial available on the [WIKI page] (https://github.com/orbisgis/h2gis-gs/wiki)