Changes between Version 2 and Version 3 of BluePrint/GIS/TimePlay


Ignore:
Timestamp:
10/18/12 08:23:38 (12 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrint/GIS/TimePlay

    v2 v3  
    1 Playback a map over a time series.
     1Playback a map over a time series (like http://haiti.ushahidi.com/main).
    22
    33Incorporate a manual slider & a 'Play' button.
    44
    5 Needs support in !OpenLayers:
    6  * http://trac.openlayers.org/ticket/1395
     5This should work with both external WMS sources & internal Feature layers (tieing into [wiki:S3Tracking S3Tracking] and showing Projects with start/end dates).
    76
    8 TimedPointTrack Addin is now avaialble:
    9  * http://trac.osgeo.org/openlayers/wiki/Addins/TimedPointTrack
     7Ideally 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
     10GXP 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
     17This uses OpenLayers support from this repo:
     18* https://github.com/mpriour/TimeManager_OpenLayers-Addin
     19
     20
     21Old, alternative !OpenLayers support notes:
     22* http://trac.openlayers.org/ticket/1395
     23* http://trac.osgeo.org/openlayers/wiki/Addins/TimedPointTrack
     24
    1025
    1126----
    12 [wiki:BluePrintGeographicInformationSystems GIS BluePrints]
     27wiki:BluePrint/GIS