File Index
File | Overview |
---|---|
export.js |
TimeMap Export Functions
Functions in this file allow TimeMap, TimeMapDataset, and TimeMapItem objects to be serialized to a JSON string suitable for loading back into TimeMap.init(). This allows for a range of server-side options for data persistence and management. |
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. |
flickr.js | Flickr Loader |
georss.js | GeoRSS Loader |
google_spreadsheet.js | Google Spreadsheet Loader |
json.js | JSON Loaders (JSONP, JSON String) |
kml.js | KML Loader |
metaweb.js | Metaweb Loader |
progressive.js | Progressive loader |
xml.js | XML Loader |
timemap.js |
Timemap.js is intended to sync a SIMILE Timeline with a Google Map. Depends on: Google Maps API v2, SIMILE Timeline v1.2 - 2.3.1. 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). |