Skip to content

Commit 7e93ada

Browse files
committed
Document that an end-time attribute needs to be specified for the temporal dimension
1 parent a0859fb commit 7e93ada

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/topics/TimeManager.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,8 @@ To view and manage temporal layers in QWC, add a new time dimension, selecting a
88

99
For the time markers functionality in the Time Manager plugin to work correctly, you also need to [enable](../configuration/ServiceConfiguration.md#enabling-services) the [`qwc-feature-info-service`](https://github.com/qwc-services/qwc-feature-info-service).
1010

11-
*Note:* The QGIS Layer Properties → Temporal settings are ignored by QGIS Server and hence have no effect in QWC.
11+
*Note:*
12+
13+
- An end-time attribute must be specified, or else the QGIS Server won't render any feature even if the passed time dimension is greater than the start-time attribute. If your data does not have an end attribute, you can for instance create a view which adds an end attribute with value i.e. `now()` or a value far in the future.
14+
- The QGIS Layer Properties → Temporal settings are ignored by QGIS Server and hence have no effect in QWC.
1215

0 commit comments

Comments
 (0)