rodrigueswilson / timemap

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

Add TimeMap.filters.none #56

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Right now, there's no easy way to choose not to filter the map. You should 
be able to say:

TimeMap.init({
  options: {
    mapFilter: "none"
  },
  // etc
});

All this would need is a function like:

TimeMap.filters.none = function(item) {return true}

I think. But will need to add and verify.

Original issue reported on code.google.com by nick.rab...@gmail.com on 13 Jan 2010 at 6:59

GoogleCodeExporter commented 9 years ago
Added in trunk.

Original comment by nick.rab...@gmail.com on 9 Mar 2010 at 8:29