Currently, when a timeslider is applied to vector tile layer with a ESSearchSource source, the timeslice is displayed by changing the vector tile URL for the new time slice. This requires the map to reload the vector tiles. Instead, vector tilelayer should implement getUpdateDueToTimeslice and support client side masking when the vector tile contains complete data and the time slice data is already present on the client.
Currently, when a timeslider is applied to vector tile layer with a ESSearchSource source, the timeslice is displayed by changing the vector tile URL for the new time slice. This requires the map to reload the vector tiles. Instead, vector tilelayer should implement
getUpdateDueToTimeslice
and support client side masking when the vector tile contains complete data and the time slice data is already present on the client.