enthought / tabs

Default Repo description from terraform module
0 stars 0 forks source link

Provide API call to map frame numbers to dates. #37

Open johntyree opened 9 years ago

johntyree commented 9 years ago

We really should store the dates on the MapView so we can update the TABSControl at will instead of doing it all zany-like inside of callbacks to layer renderers.

johntyree commented 9 years ago

Actually this is probably a bug. Having more than one renderer means trying to update the TABSControl from two places asynchronously.

I'm also not convinced that it's not possible to get the date/frame number to be wrong if things are lagging or the network connection is bad.