TimedPointTrack
Description
The TimedPointTrack addin provides OpenLayers.Layer.TimedPointTrack, an extension to OpenLayers.Layer.PointTrack, which makes point-based tracks from GeoRSS time aware.
In addition, it provides two controls for marking a position on the track that represents a specific point in time:
- OpenLayers.Control.TimeSlider
- OpenLayers.Control.TimeSliderBar
For displaying the current time, which can be set on the map, it provides OpenLayers.Control.TimeDisplay.
Compatibility
| Addin Version | OpenLayers Version |
| trunk | master > 5f2a6d4 |
Examples
- timed-point-track-markers.html - Using the TimedPointTrack layer
- time-select-control.html - Using the TimeSelect control
Installation and Use
- Use subversion to check out the TimedPointTrack addin.
- Follow the instructions in INSTALL.txt
- Look at the examples above to see how to use the new layer and controls.
