You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to get a WMS-T compliant time dimension working on the Mapcache WMS/WMTS server.
I'd prefer not to have to set up a ES, PG, or SQLite db alongside the mapcache.xml file in order to use a time dimension.
I'd like to specify a OCG-compatible ISO8601 Time period, like this:
However passing any real time string for "time" dimension understandably results in "Failed to validate requested value for dimension", because it doesn't match the given value string.
I kind-of got around this, by setting it up as a regex:
I'm trying to get a WMS-T compliant time dimension working on the Mapcache WMS/WMTS server.
I'd prefer not to have to set up a ES, PG, or SQLite db alongside the mapcache.xml file in order to use a time dimension.
I'd like to specify a OCG-compatible ISO8601 Time period, like this:
Doing it this way, it does enable a time dimension, and include the correct XML in the GetCapabilities:
However passing any real time string for "time" dimension understandably results in "Failed to validate requested value for dimension", because it doesn't match the given value string.
I kind-of got around this, by setting it up as a regex:
That now works, and allows ISO Time strings to be passed in the query. However it breaks the GetCapabilities response:
That confuses the WMS clients.
So this feature request is for a simple ISO8601 time dimension, specified by a time period string, that does not use a db to lookup the values.
The text was updated successfully, but these errors were encountered: