YSLD Extension Installation¶
Installing YSLD extension¶
The YSLD extension is listed on the GeoServer download page.
To install:
-
Download:
- {{ release }}
ysld - {{ version }}
ysld
Verify that the version number in the filename corresponds to the version of GeoServer you are running (for example {{ release }} above).
- {{ release }}
-
Extract the contents of the archive into the
WEB-INF/libdirectory in GeoServer. Make sure you do not create any sub-directories during the extraction process. -
Restart GeoServer.
-
To confirm successful installation, check for a new YSLD entry in the Styles editor.
Docker use of YSLD extension¶
-
The Docker image supports the use of YSLD extension
Release
text docker pull docker.osgeo.org/geoserver:{{ release }}Nightly Build
text docker pull docker.osgeo.org/geoserver:{{ version }}.x -
To run with YSLD extension:
Release
text docker run -it -p8080:8080 \ --env INSTALL_EXTENSIONS=true \ --env STABLE_EXTENSIONS="ysld" \ docker.osgeo.org/geoserver:{{ release }}Nightly Build
text docker run -it -p8080:8080 \ --env INSTALL_EXTENSIONS=true \ --env STABLE_EXTENSIONS="ysld" \ docker.osgeo.org/geoserver:{{ version }}.x -
To confirm successful installation, check for a new YSLD entry in the Styles editor.