[Opengeoscience-developers] OpenGeoscience branch, add_vgl_tests, created. 137544c19bb74820504ccc3013b9eff91766a774

Aashish Chaudhary aashish.chaudhary at kitware.com
Fri Apr 12 14:53:10 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, add_vgl_tests has been created
        at  137544c19bb74820504ccc3013b9eff91766a774 (commit)

- Log -----------------------------------------------------------------
http://public.kitware.com/gitweb?p=OpenGeoscience/geoweb.git;a=commitdiff;h=137544c19bb74820504ccc3013b9eff91766a774
commit 137544c19bb74820504ccc3013b9eff91766a774
Author: Aashish Chaudhary <aashish.chaudhary at kitware.com>
Date:   Thu Apr 11 02:27:22 2013 -0400

    Implementing compute bounds for mapper and actor

 web/lib/vgl/actor.js          |   50 ++++++++++++++--
 web/lib/vgl/boundingObject.js |   57 +++++++++++------
 web/lib/vgl/geomData.js       |  133 ++++++++++++++++++++++++++++++++++++-----
 web/lib/vgl/mapper.js         |   23 ++++++-
 web/lib/vgl/node.js           |   19 ++----
 5 files changed, 226 insertions(+), 56 deletions(-)

http://public.kitware.com/gitweb?p=OpenGeoscience/geoweb.git;a=commitdiff;h=d7264e27f9998eb381c16398251bfc55eb1fb628
commit d7264e27f9998eb381c16398251bfc55eb1fb628
Author: Aashish Chaudhary <aashish.chaudhary at kitware.com>
Date:   Wed Apr 10 21:44:04 2013 -0400

    Fixing various issues

 web/lib/vgl/mapper.js               |    2 +-
 web/lib/vgl/renderer.js             |   26 ++++++++++++++++++++++++--
 web/lib/vgl/shaderProgram.js        |    9 ++++-----
 web/lib/vgl/testing/drawSphere.html |    6 ++++++
 4 files changed, 35 insertions(+), 8 deletions(-)

http://public.kitware.com/gitweb?p=OpenGeoscience/geoweb.git;a=commitdiff;h=b384a1bb1c70f03af6ab8f402948a3e8bd512ec7
commit b384a1bb1c70f03af6ab8f402948a3e8bd512ec7
Author: Aashish Chaudhary <aashish.chaudhary at kitware.com>
Date:   Wed Apr 10 20:50:27 2013 -0400

    Adding simple test for VGL

 web/lib/vgl/testing/drawSphere.html |   41 ++++++++++++++++++++--------------
 web/lib/vgl/testing/sample.json     |   33 ++++++++++++++++++++++++++++
 2 files changed, 57 insertions(+), 17 deletions(-)

http://public.kitware.com/gitweb?p=OpenGeoscience/geoweb.git;a=commitdiff;h=7f146397d95b06a30ba017f3160b4732a804277f
commit 7f146397d95b06a30ba017f3160b4732a804277f
Author: Aashish Chaudhary <aashish.chaudhary at kitware.com>
Date:   Wed Apr 10 20:04:58 2013 -0400

    Adding tests for VGL

 web/lib/vgl/testing/drawSphere.html |   36 +++++++++++++++++++++++++++++++++++
 1 files changed, 36 insertions(+), 0 deletions(-)

http://public.kitware.com/gitweb?p=OpenGeoscience/geoweb.git;a=commitdiff;h=a267d382b40e959041feaa4025588fc9eed1a172
commit a267d382b40e959041feaa4025588fc9eed1a172
Merge: 09a1734 5cc319b
Author: Aashish Chaudhary <aashish.chaudhary at kitware.com>
Date:   Wed Apr 10 19:53:15 2013 -0400

    Merge remote-tracking branch 'origin/ui_enh_vis_controls'
    
    * origin/ui_enh_vis_controls: (25 commits)
      Implemented triggers for map and used them for UI
      Clean up the code some
      Move creation of controls from application to library
      For now do not create an entry for the center or the source
      Found a workaround for not getting mouse up events on scroll bar
      Fixed style
      Fixing how we handle mouse events
      Removed the padding from the control pannel
      Fixed styling
      Added missing file
      Use table layout fixed
      Got some of the view-controls working
      Adding support to set center of map via UI
      Added useful API to query state of boundries visibility
      Implemented multi-geometry feature and got toggle country boundries working
      Added UI to toggle country boundries
      Fixed zoom not respecting camera's current position
      Added option to zoom via UI
      Various UI improvements
      Added country boundries to the map
      ...

 CMakeLists.txt                    |    4 +
 web/apps/archive/archive.js       |   62 ++--
 web/apps/archive/index.html       |  142 +++++-----
 web/lib/geo/command.js            |    4 +-
 web/lib/geo/data.js               |  579 +++++++++++++++++++++++++++++++++++++
 web/lib/geo/feature.js            |   32 ++-
 web/lib/geo/layer.js              |   14 +-
 web/lib/geo/map.js                |  142 +++++++--
 web/lib/geo/mapInteractorStyle.js |   48 +++-
 web/lib/ui/gis.js                 |  188 ++++++++++++-
 web/lib/vgl/camera.js             |    4 +-
 web/lib/vgl/geojsonReader.js      |   32 +-
 web/lib/vgl/groupMapper.js        |   92 ++++++
 web/lib/vgl/mapper.js             |   23 ++-
 web/lib/vgl/shader.js             |    6 +-
 15 files changed, 1199 insertions(+), 173 deletions(-)

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


hooks/post-receive
-- 
OpenGeoscience



More information about the Opengeoscience-developers mailing list