Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: adjust column width, fix typo, adjust line spacing

...

A layer folder results in a layer of the same name withing the OWS representet by its parent service-layer folder. A layer has a human-readable title, an abstract and optional keywords – just like a scientific paper. These metadata can be specified in <label>/<service>/<layer>/owner.layer.toml. Additionally default and alternative styles (referencing SLD files in <label>/_styles/) and VEF resources can be specified. If desired the default mechanism of auto-deploying changes to the GeoServer (styles, metadata) and/or VEF (recoures) can be deactivated.

sectionkeyvalue typerequired/optional/defaultvalue description

titlestringyeshuman-readable title of the layer
abstract

string

yesabstract, describing the layer's content. VEF (Marine Data Viewer) supports Markdown URL representation (<http://www.marine-data.de>, [Marine Data](http://www.marine-data.de>)) and HTML (like <br><br>, <a></a>)
keywordsstring listno
SETTINGSstyle_default

string

yesname of the SLD file (including file extension) to use as default style. The filename
need
needs to match the actual style name. SLD files need to go here:
 
<label>/_styles/*.sld
style_alternativesstring listno

names of SLD files (including file extension) to use as alternative styles. The

filename

filenames need to match the actual style name. SLD files need to go here:

 

<label>/_styles/*.sld.

RESOURCESgallery_mappingstringno
(defaults to gallery.mapping.json)

name of gallery mapping file. Only required if deviating from gallery.mapping.json.


filter_mappingstringno
(defaults to filter.mapping.json)

name of gallery mapping file. Only required if deviating from filter.mapping.json.


popup

string

no
(defaults to popup.md)

name of popup metadata template file. Only required if deviating from popup.md.


sidebarstringno
(defaults to sidebar.md)

name of sidebar metadata template file. Only required if deviating from sidebar.md.

AUTODEPLOYresourcesbooleanno
(defaults to true)

whether to autodeploy (accepted merge requests will trigger instant updates in AWI-hosted VEF-based viewers, applying changes in resource files) changes for this layer to production.

If set to false, triggering updates otherwise is encouraged. Talk to your SDI admins!

 geoserver
booleanno
(defaults to true)

whether to autodeploy (accepted merge requests will trigger instant updates in O2A GeoServers, applying changes in styles, service/layer metadata) changes for this layer in production.

If set to false, triggering updates otherwise is encouraged. Talk to your SDI admins!

_other Folder

The _other subfolder is the place to store resources for services/layers which are not hosted in the GeoServer part of the O2A SDI to be used within VEF-based viewers. This subtree only contains resource files (see above for specs), owner.urls files but neither SLD nor any other configuration files.

...