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

Aashish Chaudhary aashish.chaudhary at kitware.com
Wed Apr 10 10:57:24 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  aaa7cfac18a73ea1a4fa6b86a2d9b2a7f885afcb (commit)
       via  6aaddbd8b65f0072f7043a476c3ea758bd9bc67b (commit)
       via  ce6650134e8986735f191d0eb17559ac99c2f10d (commit)
       via  0b7a2535dd06557869aedfc6ffa03b9912f4dae1 (commit)
       via  17a55bf079bedcad14acb3ae412eb9b948535345 (commit)
       via  ee1df04a58c0da4575cbd38315399c8606964e09 (commit)
       via  a9dbfa20c646d826b68e6e92bac52320e04150ab (commit)
       via  43d6dcacd00daede0f03b192121228bea8747c5a (commit)
       via  7fbbec5957c4a6ab24ffa024ac8c692cce231fc1 (commit)
       via  69b493a428824da3555e51d8e7ce4c0109eb3478 (commit)
       via  84e66629d75a559a018100bb428b4a11d467ee8a (commit)
       via  bb9d6720335bd7e8886d837b575b1cd8c5adf30f (commit)
       via  a15b5a9b2e462478e310b36b69c9ec21885f68cf (commit)
       via  8d1a01fc576d4951b3b85b219d34390447d8e202 (commit)
       via  2630fd67fd4bfc65172ac29c8f1a0e97e8b2daae (commit)
       via  61a4cc680ec4e7f7f0307ea0abaf5dec08ad6fb0 (commit)
       via  2a2d819f4a3f1e33c7bc85a1a004589e04c469f0 (commit)
       via  b030d0677c17c0960706bab9ad6c962ba3a9c837 (commit)
       via  54975f17df952c3ac68525a04f5bc1862e4422ed (commit)
       via  780ee822e9c7a0bf443c87317f2c4e3b67ee88f7 (commit)
       via  b5d55e20c5e78bc66d5d859097ac35a77a574d9c (commit)
       via  824f3c81a9dddf0c9ff00609d658a404408a7479 (commit)
       via  09a17349353e5a8626cf7796e1ab97da04ee52bc (commit)
      from  f03b8a802e72c8cdb078f058c03d9e9ebef82e05 (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=aaa7cfac18a73ea1a4fa6b86a2d9b2a7f885afcb
commit aaa7cfac18a73ea1a4fa6b86a2d9b2a7f885afcb
Merge: f03b8a8 6aaddbd
Author: Aashish Chaudhary <aashish.chaudhary at kitware.com>
Date:   Wed Apr 10 10:57:04 2013 -0400

    Merge remote-tracking branch 'origin/ui_enh_vis_controls' into next
    
    * origin/ui_enh_vis_controls: (21 commits)
      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
      Fixed naming convention
      Made options a JSON object
      Consistent naming convention
      Minor fixes
      ...

 CMakeLists.txt                    |    4 +
 web/apps/archive/archive.js       |   54 +++--
 web/apps/archive/index.html       |  130 +++++----
 web/lib/geo/data.js               |  579 +++++++++++++++++++++++++++++++++++++
 web/lib/geo/feature.js            |   32 ++-
 web/lib/geo/layer.js              |   14 +-
 web/lib/geo/map.js                |  129 +++++++--
 web/lib/geo/mapInteractorStyle.js |   48 +++-
 web/lib/ui/gis.js                 |  132 ++++++++-
 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 +-
 14 files changed, 1133 insertions(+), 146 deletions(-)

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

Summary of changes:
 CMakeLists.txt                    |    4 +
 web/apps/archive/archive.js       |   54 +++--
 web/apps/archive/index.html       |  130 +++++----
 web/lib/geo/data.js               |  579 +++++++++++++++++++++++++++++++++++++
 web/lib/geo/feature.js            |   32 ++-
 web/lib/geo/layer.js              |   14 +-
 web/lib/geo/map.js                |  129 +++++++--
 web/lib/geo/mapInteractorStyle.js |   48 +++-
 web/lib/ui/gis.js                 |  132 ++++++++-
 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 +-
 14 files changed, 1133 insertions(+), 146 deletions(-)
 create mode 100644 web/lib/geo/data.js
 create mode 100644 web/lib/vgl/groupMapper.js


hooks/post-receive
-- 
OpenGeoscience



More information about the Opengeoscience-developers mailing list