Created
May 19, 2011 13:21
-
-
Save ajturner/980740 to your computer and use it in GitHub Desktop.
Example of GeoIQ setTimeFilter
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // 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