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

Aashish Chaudhary aashish.chaudhary at kitware.com
Wed Jul 31 00:59:17 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  b2bae288df4fd1672713786ef8a269286d916ac1 (commit)
       via  7e7d0810c4c628ad0082fdfa281230721fdeadbe (commit)
       via  53d8567e54057459a9902f6fa56752f1bc53d8ed (commit)
       via  80a1679830f7960432ccf12fd8864298fe3c2859 (commit)
       via  d50d1bff98ee9323dc8d633a0a02a4b48fb48658 (commit)
       via  5b65812d3f24b17a40f7f43347a3188dea73ae4e (commit)
       via  af677b68dc26d4080cf2addf2d64270f1d79503a (commit)
       via  013cfdfdf8cfda9fc9c96e4276e05b3623c4f795 (commit)
       via  c9cc6f25e8e5b05740c4bdc221f7799b4208113c (commit)
       via  c07589dbc8f953d5f2ab1f79382dc65e2113fc42 (commit)
       via  e8bd045b7031223b8d5c37982d8433a890d9a036 (commit)
       via  83dbbdeeef264789e943f742c46b6b4efca465c5 (commit)
       via  a9ab471497a7861d348b2f79d21d9446b6631fa4 (commit)
       via  b4ea8d5306c08d9ea6fd2716a8901ca1f834ce3d (commit)
       via  8d9caf0e34224e2eebf33a31ba41612e1baa2e88 (commit)
       via  34722a1fb8c0a028c29b215bd23c34d4f8d53cb0 (commit)
      from  ace32326f8746a21c4d94387679af1234d9601c1 (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=b2bae288df4fd1672713786ef8a269286d916ac1
commit b2bae288df4fd1672713786ef8a269286d916ac1
Merge: ace3232 7e7d081
Author: Aashish Chaudhary <aashish.chaudhary at kitware.com>
Date:   Wed Jul 31 00:58:24 2013 -0400

    Merge remote-tracking branch 'origin/77-show-mouse-info' into next
    
    * origin/77-show-mouse-info:
      Got locations pretty close to google maps
      Display to map should return coordinates in display gcs
      Fixed document
      Using added proj4 mercator methods for conversions
      Added methods to convert between latlon to merc vv
      Fixing very minor style issues
      Fixed logic for setting defaults via option
      Fixed long indentation
      fixed places where event.page{X,Y} were needed
      Final touches on the mouse info / location querying.
      removed debug messages
      respond to map queries through events
      fixed mouse up/down mixup
      layers now can implement the queryLocation method
      showing overlay info at mouse position

 web/apps/archive/archive.js             |   49 ++++++++++++--
 web/apps/archive/index.html             |   14 ++--
 web/lib/geo/command.js                  |    1 +
 web/lib/geo/layer.js                    |   35 +++++++++-
 web/lib/geo/map.js                      |   69 +++++++++++++++++++
 web/lib/geo/mapInteractorStyle.js       |   17 ++---
 web/lib/geo/mercator.js                 |  114 ++++++++++++++++++++++++++++++-
 web/lib/geo/openStreetMapLayer.js       |   23 ++++++-
 web/lib/vgl/command.js                  |    1 +
 web/lib/vgl/interactorStyle.js          |    2 +-
 web/lib/vgl/trackballInteractorStyle.js |    6 --
 web/lib/vgl/viewer.js                   |    2 +-
 12 files changed, 297 insertions(+), 36 deletions(-)

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

Summary of changes:
 web/apps/archive/archive.js             |   49 ++++++++++++--
 web/apps/archive/index.html             |   14 ++--
 web/lib/geo/command.js                  |    1 +
 web/lib/geo/layer.js                    |   35 +++++++++-
 web/lib/geo/map.js                      |   69 +++++++++++++++++++
 web/lib/geo/mapInteractorStyle.js       |   17 ++---
 web/lib/geo/mercator.js                 |  114 ++++++++++++++++++++++++++++++-
 web/lib/geo/openStreetMapLayer.js       |   23 ++++++-
 web/lib/vgl/command.js                  |    1 +
 web/lib/vgl/interactorStyle.js          |    2 +-
 web/lib/vgl/trackballInteractorStyle.js |    6 --
 web/lib/vgl/viewer.js                   |    2 +-
 12 files changed, 297 insertions(+), 36 deletions(-)


hooks/post-receive
-- 
OpenGeoscience



More information about the Opengeoscience-developers mailing list