File Index
| File | Overview |
|---|---|
| manipulation.js | Additional TimeMap manipulation functions. Functions in this file are used to manipulate a TimeMap, TimeMapDataset, or TimeMapItem after the initial load process. |
| param.js | This file defines the Param class, which is used to get, set, and serialize different fields on TimeMap and TimeMapItem objects. |
| state.js | Functions in this file are used to set the timemap state programmatically, either in a script or from the url hash. |
| json.js | JSON Loaders (JSONP, JSON String) |
| xml.js | XML Loader |
| flickr.js | Flickr Loader |
| georss.js | GeoRSS Loader |
| google_spreadsheet.js | Google Spreadsheet Loader |
| kml.js | KML Loader |
| metaweb.js | Metaweb Loader |
| progressive.js | Progressive loader |
| timemap.js |
Timemap.js is intended to sync a SIMILE Timeline with a web-based map. Thanks to Jorn Clausen (http://www.oe-files.de) for initial concept and code. Timemap.js is licensed under the MIT License (see LICENSE.txt). Depends on: jQuery, a customized version of Mapstraction 2.x, a map provider of your choice, SIMILE Timeline v1.2 - 2.3.1. Tested browsers: Firefox 3.x, Google Chrome, IE7, IE8 Tested map providers: Google v2, Google v3, OpenLayers, Bing Maps |