OGC API - Styles¶
A OGC Styles API based on the early draft of this specification.
This service describes, retrieves and updates the styles present on the server. Styles are cross linked with their associated collections in both the Features and Tiles API.
OGC API - Styles Implementation status¶
Version |
Implementation status |
|
|---|---|---|
Part 1: Core |
Implementation based on early specification draft. |
Installing the GeoServer OGC API - Styles module¶
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 Development tab, and locate the nightly release that corresponds to the GeoServer you are running.
Follow the Community Modules link and download
ogcapi-styleszip archive.3.0-SNAPSHOT example: geoserver-3.0-SNAPSHOT-ogcapi-styles-plugin.zip
The website lists active nightly builds to provide feedback to developers, you may also browse for earlier branches.
Extract the contents of the archive into the
WEB-INF/libdirectory in GeoServer.Warning
Verify that the version number in the filename corresponds to the version of GeoServer you are running (for example geoserver-3.0-SNAPSHOT-ogcapi-styles-plugin.zip above).
Restart GeoServer.
On restart the services are listed at http://localhost:8080/geoserver
Configuration of OGC API - Styles module¶
At the time of writing the module has no configuration, it’s simply exposing all available GeoServer styles.