Skip to content

[Bug]: Time Type = LOCAL GeoDataset is wrongly querying with time params #738

@tariqksoliman

Description

@tariqksoliman

The following gets queried for a time-enabled vector layer that is configured to point to a geodataset and has a time-type equal to LOCAL: /api/geodatasets/get?layer=my_geodataset&type=geojson&starttime=2020-03-04T14%3A01%3A00.000Z&endtime=2025-03-04T14%3A02%3A00.000Z

This is wrong because only the time-type of Requery should be querying based on time. A time-type of LOCAL should, for geodatasets, leave the time params off of the GET request so that it always pulls the entire geodataset (because the time filtering would now happen locally on the user's client)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions