You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RangeFamilyAt was rewritten in PR #99 and its behavior fundamentally changed. Previously, it returned:
The tile itself, plus
If zoom is less than the tile's zoom, all tiles ancestors at the specified zoom,
If zoom is greater than the tile's zoom, all tile's descendants at the specified zoom.
After PR #99 it returns only (3). In addition, floating point error introduced by FromNative and ToNative cause the function's output to be unpredictable and therefore difficult to test (see #127).
Problem
RangeFamilyAt was rewritten in PR #99 and its behavior fundamentally changed. Previously, it returned:
After PR #99 it returns only (3). In addition, floating point error introduced by
FromNative
andToNative
cause the function's output to be unpredictable and therefore difficult to test (see #127).PR #99 commented out the failing test: d04b99a#diff-e7c11f2955e26a4cf0f286e7b5eb5da15c1e475bf3fb386ad134449680f31354R56
Solution
Unknown. I don't know the background of this function, but Tegola's tests expect it to function the old way, not the new way.
The text was updated successfully, but these errors were encountered: