rodrigueswilson / timemap

Automatically exported from code.google.com/p/timemap
MIT License
0 stars 0 forks source link

Rather than hidePastFuture or showMomentOnly, use mapFilter #38

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
just a tweak I don't have time for right now - the API for specifying map 
filters should take a string or a function, rather than specifying specific 
filters as attributes.

Original issue reported on code.google.com by nick.rab...@gmail.com on 18 Feb 2009 at 7:10

GoogleCodeExporter commented 9 years ago
Fixed in trunk - TimeMap objects now take a mapFilter parameter, which can be 
set to
a string (e.g. 'showMomentOnly') or an actual function.

Original comment by nick.rab...@gmail.com on 15 Jul 2009 at 1:21