Skip to content

Instantly share code, notes, and snippets.

@ajturner
Created May 19, 2011 13:21
Show Gist options
  • Select an option

  • Save ajturner/980740 to your computer and use it in GitHub Desktop.

Select an option

Save ajturner/980740 to your computer and use it in GitHub Desktop.
Example of GeoIQ setTimeFilter
// From May 5th 2010 to May 12 2010
mymap.setTimeFilter({begin:"2010-05-05T00:00:00Z", end: "2010-05-12T00:00:00Z"});
// From now until 1 week in the Future
mymap.setTimeFilter({begin:"now", period: "604800000"});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment