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)
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)