[Opengeoscience-developers] OpenGeoscience branch, master, updated. d2abe256f6bbfd3a88f000ecf7cae3038361715b

Aashish Chaudhary aashish.chaudhary at kitware.com
Wed Jun 5 19:23:54 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, master has been updated
       via  d2abe256f6bbfd3a88f000ecf7cae3038361715b (commit)
       via  ffe97d5ce44bb748600b48caeb9c3f02ee668a31 (commit)
       via  2edc8fd2e3d1655d71dafd6622265f1b33acf99e (commit)
       via  d84c2f72303e5aa016313fac423ebaa16507713e (commit)
       via  40561607aadfbd2ed8d4168bbbc36eb2e93c81c2 (commit)
       via  63fc5356284f9166f57102631a931b326c72089a (commit)
       via  9257e00b674be1f0f9a466759e955e8e42dfbbce (commit)
       via  151f0b944ae9f1bfc0ebad8b9e1396553f9f6b86 (commit)
       via  eb81cbab58e2886f4080bec453c64aaab16f853a (commit)
       via  cded69a3b806cbd32367aea82edae62fd306d8fc (commit)
       via  f1ac3d4fd076ffd5417173c44dc3ecdad48b447e (commit)
       via  8184baa70c8eb488e41aa7c9fc4a0a869c6c40c2 (commit)
       via  44e9bc446419e7b6f5170dd001d4a6e8c752dfcf (commit)
       via  52493aaa1317a292f873ac75940af0b7d702d221 (commit)
       via  bb51183c6875bd006a42b65ff3a6891b950930d6 (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  253d54ef8e041ce6e57330815dab05b64ed88a73 (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=d2abe256f6bbfd3a88f000ecf7cae3038361715b
commit d2abe256f6bbfd3a88f000ecf7cae3038361715b
Merge: 253d54e ffe97d5
Author: Aashish Chaudhary <aashish.chaudhary at kitware.com>
Date:   Wed Jun 5 19:23:45 2013 -0400

    Merge remote-tracking branch 'origin/support_for_animations'
    
    * origin/support_for_animations: (22 commits)
      Update as fas as possible for now
      Create chunks of triangles instead of individual ones.
      Removed unused code
      Fixed wrong end time bug
      Using single variable
      Updated filename in the cmake list
      Added missing code comments
      Better name for the class
      Allow time range for animations
      Trigger animate event when playing animation
      Optimizing code
      Fixing animations logic
      Fix selectable timestep
      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
      ...

 CMakeLists.txt                    |    8 +
 modules/vtk_reader.py             |    4 +-
 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/layerFeatures.js      |   83 ++++++++++
 web/lib/geo/layerSource.js        |   51 +++++++
 web/lib/geo/map.js                |  130 +++++++++++++++-
 web/lib/vgl/data.js               |   21 +++
 web/lib/vgl/geojsonReader.js      |   11 +-
 web/lib/vgl/geomData.js           |   46 ++++++-
 web/lib/vgl/groupNode.js          |    9 +
 web/lib/vgl/renderer.js           |   38 +++++-
 17 files changed, 840 insertions(+), 175 deletions(-)

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

Summary of changes:
 CMakeLists.txt                    |    8 +
 modules/vtk_reader.py             |    4 +-
 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/layerFeatures.js      |   83 ++++++++++
 web/lib/geo/layerSource.js        |   51 +++++++
 web/lib/geo/map.js                |  130 +++++++++++++++-
 web/lib/vgl/data.js               |   21 +++
 web/lib/vgl/geojsonReader.js      |   11 +-
 web/lib/vgl/geomData.js           |   46 ++++++-
 web/lib/vgl/groupNode.js          |    9 +
 web/lib/vgl/renderer.js           |   38 +++++-
 17 files changed, 840 insertions(+), 175 deletions(-)
 create mode 100644 web/common/js/tween.min.js
 create mode 100644 web/lib/geo/archiveLayerSource.js
 create mode 100644 web/lib/geo/layerFeatures.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