dasmoth / dalliance

Interactive web-based genome browser.
http://www.biodalliance.org/
BSD 2-Clause "Simplified" License
226 stars 68 forks source link

Using raw viewStart and viewEnd to improve unit base location tracking b... #117

Closed dlrice closed 9 years ago

dlrice commented 9 years ago

...y adding these as two additional parameters provided to viewListeners.

I noticed some disagreement between unit base location and its corresponding advertisted location. The issue has been using min and max locations that have floored in notifyLocation. Added these as two new unfloored (fractional) parameters to preserve viewListeners API.