Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Time lists in WMS GetCapabilities #259

Closed
jfbourgon opened this issue May 20, 2020 · 0 comments · Fixed by #279
Closed

Support for Time lists in WMS GetCapabilities #259

jfbourgon opened this issue May 20, 2020 · 0 comments · Fixed by #279
Assignees

Comments

@jfbourgon
Copy link

GeoTrellis-Server is currently providing information about the available Time dimension of a temporal layer using only a Time interval syntax but the OGC WMS 1.3.0 specifications (Annex D) also allows to display time dimension using a Time list syntax.

For instance, the following Time dimension could be displayed as :

<Dimension default="2014-07-01T12:00Z" units="ISO8601" name="time">2014-07-01T12:00:00Z,2015-07-01T12:00:00Z,2016-07-01T12:00:00Z</Dimension>

instead of only

<Dimension default="2014-07-01T12:00Z" units="ISO8601" name="time">2014-07-01T12:00:00Z/2016-07-01T12:00:00Z</Dimension>

Ideally, the service administrator could have a way to select the preferable syntax.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants