When a last feature time is equal to the current min_time, the current logic leaves min_index set to null. This then sets the min_index to 0, and such the entire layer is erroneously displayed.
This change simply changes to check the feature time is greater than or equal to to the min time.
When a last feature time is equal to the current min_time, the current logic leaves min_index set to null. This then sets the min_index to 0, and such the entire layer is erroneously displayed.
This change simply changes to check the feature time is greater than or equal to to the min time.