[Opengeoscience-developers] OpenGeoscience branch, next, updated. d52238a8329cf34f3362e1e2a31373a4c8d78ded

Aashish Chaudhary aashish.chaudhary at kitware.com
Wed Jun 5 01:13:50 EDT 2013


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "OpenGeoscience".

The branch, next has been updated
       via  d52238a8329cf34f3362e1e2a31373a4c8d78ded (commit)
       via  cded69a3b806cbd32367aea82edae62fd306d8fc (commit)
       via  f1ac3d4fd076ffd5417173c44dc3ecdad48b447e (commit)
       via  8184baa70c8eb488e41aa7c9fc4a0a869c6c40c2 (commit)
       via  44e9bc446419e7b6f5170dd001d4a6e8c752dfcf (commit)
       via  52493aaa1317a292f873ac75940af0b7d702d221 (commit)
       via  65093dd709b479b982eee08e3da547b66d9ae871 (commit)
       via  4216f4aa53adaa53729de32d109aea11c19a17be (commit)
       via  61ac05795e6d870a081feb72b00f0a32ae2b1b16 (commit)
       via  9230c6147a306171db3aebfd771ef0f6be85500e (commit)
       via  578a754726550933b2556392f7c0208208b11f5c (commit)
       via  b878a03e7cd064fb02c63d5f606d1fa771504c45 (commit)
       via  49636c284602912bbad0cf80dca8c44ab12bcaed (commit)
       via  095e61f4be459e2c353750005c949e8d8a2e594f (commit)
       via  03d463ea902328b0ba0654d27de98aa05d6087ea (commit)
      from  1bc179cdbb26fd886f916f7670e673330139ded4 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://public.kitware.com/gitweb?p=OpenGeoscience/geoweb.git;a=commitdiff;h=d52238a8329cf34f3362e1e2a31373a4c8d78ded
commit d52238a8329cf34f3362e1e2a31373a4c8d78ded
Merge: 1bc179c cded69a
Author: Aashish Chaudhary <aashish.chaudhary at kitware.com>
Date:   Wed Jun 5 01:13:30 2013 -0400

    Merge remote-tracking branch 'origin/support_for_animations' into next
    
    * origin/support_for_animations:
      Allow time range for animations
      Trigger animate event when playing animation
      Optimizing code
      Fixing animations logic
      Work in progress to get the animations running
      Added missing file
      For now push base layer in z direction
      Adding missing base layer
      Updating code in response to previous changes
      Fixing archive layer source
      Improving code to support dynamic data updates for animations
      Adding foundation for animations
      Added tween library

 CMakeLists.txt                    |    8 +
 web/apps/archive/archive.js       |  143 +++++++-----------
 web/apps/archive/index.html       |    2 +
 web/common/js/tween.min.js        |   13 ++
 web/lib/geo/archiveLayerSource.js |  119 +++++++++++++++
 web/lib/geo/command.js            |    2 +
 web/lib/geo/feature.js            |   36 ++++-
 web/lib/geo/layer.js              |  299 +++++++++++++++++++++++++++++--------
 web/lib/geo/layerDrawables.js     |   65 ++++++++
 web/lib/geo/layerSource.js        |   51 +++++++
 web/lib/geo/map.js                |  135 ++++++++++++++++-
 web/lib/vgl/data.js               |   21 +++
 web/lib/vgl/geomData.js           |   46 ++++++-
 web/lib/vgl/groupNode.js          |    9 +
 web/lib/vgl/renderer.js           |   38 +++++-
 15 files changed, 818 insertions(+), 169 deletions(-)

-----------------------------------------------------------------------

Summary of changes:
 CMakeLists.txt                    |    8 +
 web/apps/archive/archive.js       |  143 +++++++-----------
 web/apps/archive/index.html       |    2 +
 web/common/js/tween.min.js        |   13 ++
 web/lib/geo/archiveLayerSource.js |  119 +++++++++++++++
 web/lib/geo/command.js            |    2 +
 web/lib/geo/feature.js            |   36 ++++-
 web/lib/geo/layer.js              |  299 +++++++++++++++++++++++++++++--------
 web/lib/geo/layerDrawables.js     |   65 ++++++++
 web/lib/geo/layerSource.js        |   51 +++++++
 web/lib/geo/map.js                |  135 ++++++++++++++++-
 web/lib/vgl/data.js               |   21 +++
 web/lib/vgl/geomData.js           |   46 ++++++-
 web/lib/vgl/groupNode.js          |    9 +
 web/lib/vgl/renderer.js           |   38 +++++-
 15 files changed, 818 insertions(+), 169 deletions(-)
 create mode 100644 web/common/js/tween.min.js
 create mode 100644 web/lib/geo/archiveLayerSource.js
 create mode 100644 web/lib/geo/layerDrawables.js
 create mode 100644 web/lib/geo/layerSource.js
 create mode 100644 web/lib/vgl/data.js


hooks/post-receive
-- 
OpenGeoscience



More information about the Opengeoscience-developers mailing list