Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Author
Technical Contacts

Media workflow: Christopher Krämmer

GeoServer: Peter Konopatzky Andreas Walter 

Viewer: Robin Heß 

Version

1.01

DateJanuary March 2024

Content
Table of Contents

...

Query ParameterQuery ValueRequiredNote
sitegallery✔️fixed query value
ows<ows_uri>✔️

identifier used to find the gallery configuration in the catalogue (i.e., https://marine-data.de/rest/search/) via the resources.uri field.

Example: https://maps.awi.de/services/common/media/wfs

layer<layer_name>✔️depend on the name of the layer in the GeoServer database
filter<cql-filter>✔️

required to select a subset of the layer table, i.e., based on dataset, event, author etc.

CQL and ECQL syntax can be are used (more infos)

shareID<persistent_identifier>if the persistent_identifier field is blank or does not exist in the gallery mapping file, the name field serves as the identifier, or if not present, a combination of location and time is used

Example:

https://marine-data.de/?site=gallery&ows=https://maps.awi.de/services/common/media/wfs&layer=photos&filter=event='PS81/268-2'&shareID=7940784348543460

Gallery mapping 

A gallery mapping file needs to be present to enable flexible data structures and provide full functionality inside the gallery. It maps the dataset vocabulary (values in mapping dict) to the gallery vocabulary (keys in mapping dict) and is required for each GeoServer media layer.

...