Skip to content

Commit 6473f2e

Browse files
committed
Fix bugs in TimeIntervalCollection.
* Undid extraction of local variable for intervals[index] in `removeInterval` which was not done correctly. * Several places compared JulianDates incorrectly using TimeInterval.equals. I also made the structure of the code match our original C# source as closely as possible, given the language differences. Both of the above errors were a result of the code diverging, in an attempt to clean it up. I also added another unit test ported from our original source, and kept the new unit tests added in #6398 (after fixing them to be correct).
1 parent 59dbb4a commit 6473f2e

File tree

3 files changed

+566
-126
lines changed

3 files changed

+566
-126
lines changed

CHANGES.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Change Log
22
==========
33

4+
### 1.45 - 2018-05-01
5+
6+
##### Fixes :wrench:
7+
* Fixed bugs in `TimeIntervalCollection.removeInterval`. [#6418](https://github.com/AnalyticalGraphicsInc/cesium/pull/6418).
8+
49
### 1.44 - 2018-04-02
510

611
##### Highlights :sparkler:

0 commit comments

Comments
 (0)