Closed jerstlouis closed 1 year ago
Could the datetime parameter be supported for the temporal geometry and temporal properties requests?
datetime
GET /collections/{collectionId}/items/{mFeatureId}/tgeometries
GET /collections/{collectionId}/items/{mFeatureId}/tproperties
This would allow to request these for a time interval of interest.
A related use case would be to request these for only the past or predicted future (related to #25).
Sorry I missed this, it is already specified by requirement 28 B for temporal geometries and 40 B for temporal properties.
Could the
datetime
parameter be supported for the temporal geometry and temporal properties requests?GET /collections/{collectionId}/items/{mFeatureId}/tgeometries
GET /collections/{collectionId}/items/{mFeatureId}/tproperties
This would allow to request these for a time interval of interest.
A related use case would be to request these for only the past or predicted future (related to #25).