8 | | TimedPointTrack Addin is now avaialble: |
9 | | * http://trac.osgeo.org/openlayers/wiki/Addins/TimedPointTrack |
| 7 | Ideally the slider would be based on jQueryUI, as we use this widget already & it will be familiar to people: |
| 8 | * http://jqueryui.com/slider/#range |
| 9 | |
| 10 | GXP Widget could be a good approach: |
| 11 | * https://github.com/opengeo/gxp/blob/master/src/script/plugins/Timeline.js |
| 12 | * https://github.com/opengeo/gxp/blob/master/src/script/plugins/TimelineLayers.js |
| 13 | * Example Usage: |
| 14 | * https://github.com/opengeo/gxp/blob/master/examples/time-viewer.html |
| 15 | * https://github.com/opengeo/gxp/blob/master/examples/time-viewer.js |
| 16 | |
| 17 | This uses OpenLayers support from this repo: |
| 18 | * https://github.com/mpriour/TimeManager_OpenLayers-Addin |
| 19 | |
| 20 | |
| 21 | Old, alternative !OpenLayers support notes: |
| 22 | * http://trac.openlayers.org/ticket/1395 |
| 23 | * http://trac.osgeo.org/openlayers/wiki/Addins/TimedPointTrack |
| 24 | |