Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
volpino committed Aug 8, 2011
1 parent 5c84243 commit 7792b4e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.textile
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ h3. Basic Usage
@<script src="timeline.js" type="text/javascript"></script>@

* create a OpenLayers Timeline object
@timeline = new OpenLayers.Timeline({map: map,@
@ timeline: "#timeline",@
@ date_key: "when",@
@ format: OpenLayers.Format.GeoJSONTimeline});@
@timeline = new OpenLayers.Timeline({map: map,
timeline: "#timeline",
date_key: "when",
format: OpenLayers.Format.GeoJSONTimeline});@

* initialize Timeline and enjoy!
@timeline.initTimeline(data);@
Expand Down

0 comments on commit 7792b4e

Please sign in to comment.