[Opengeoscience-developers] OpenGeoscience branch, 77-show-mouse-info, created. 013cfdfdf8cfda9fc9c96e4276e05b3623c4f795

Aashish Chaudhary aashish.chaudhary at kitware.com
Tue Jul 30 21:42:57 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, 77-show-mouse-info has been created
        at  013cfdfdf8cfda9fc9c96e4276e05b3623c4f795 (commit)

- Log -----------------------------------------------------------------
http://public.kitware.com/gitweb?p=OpenGeoscience/geoweb.git;a=commitdiff;h=013cfdfdf8cfda9fc9c96e4276e05b3623c4f795
commit 013cfdfdf8cfda9fc9c96e4276e05b3623c4f795
Author: Aashish Chaudhary <aashish.chaudhary at kitware.com>
Date:   Tue Jul 30 21:42:26 2013 -0400

    Fixed logic for setting defaults via option

 web/lib/geo/layer.js |   12 ++++++++++--
 1 files changed, 10 insertions(+), 2 deletions(-)

http://public.kitware.com/gitweb?p=OpenGeoscience/geoweb.git;a=commitdiff;h=c9cc6f25e8e5b05740c4bdc221f7799b4208113c
commit c9cc6f25e8e5b05740c4bdc221f7799b4208113c
Author: Aashish Chaudhary <aashish.chaudhary at kitware.com>
Date:   Tue Jul 30 21:28:03 2013 -0400

    Fixed long indentation

 web/apps/archive/archive.js |   10 ++++------
 1 files changed, 4 insertions(+), 6 deletions(-)

http://public.kitware.com/gitweb?p=OpenGeoscience/geoweb.git;a=commitdiff;h=c07589dbc8f953d5f2ab1f79382dc65e2113fc42
commit c07589dbc8f953d5f2ab1f79382dc65e2113fc42
Author: Daniel K. O <dkosmari at gmail.com>
Date:   Tue Jul 30 15:56:34 2013 -0400

    fixed places where event.page{X,Y} were needed

 web/apps/archive/archive.js |    8 ++++----
 web/apps/archive/index.html |    2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

http://public.kitware.com/gitweb?p=OpenGeoscience/geoweb.git;a=commitdiff;h=e8bd045b7031223b8d5c37982d8433a890d9a036
commit e8bd045b7031223b8d5c37982d8433a890d9a036
Author: Daniel K. O <dkosmari at gmail.com>
Date:   Tue Jul 30 14:26:01 2013 -0400

    Final touches on the mouse info / location querying.
    
    - renamed mouse-to-world method to displayToMap()
    - mouse coords are obtained through canvas.relMuoseCoords()
    - map positions are now type-less XY tuples
    - coordinate system conversions are not hard-coded anymore
      (although the OSM map itself is hardcoded)

 web/apps/archive/archive.js       |   48 ++++++++++++--------
 web/lib/geo/layer.js              |    5 ++
 web/lib/geo/map.js                |   91 +++++++++++++++++++++----------------
 web/lib/geo/mapInteractorStyle.js |    5 ++
 web/lib/geo/openStreetMapLayer.js |   17 +++++--
 5 files changed, 102 insertions(+), 64 deletions(-)

http://public.kitware.com/gitweb?p=OpenGeoscience/geoweb.git;a=commitdiff;h=83dbbdeeef264789e943f742c46b6b4efca465c5
commit 83dbbdeeef264789e943f742c46b6b4efca465c5
Author: Daniel K. O <dkosmari at gmail.com>
Date:   Fri Jul 26 13:30:34 2013 -0400

    removed debug messages

 web/lib/geo/map.js                |    1 -
 web/lib/geo/openStreetMapLayer.js |    2 --
 2 files changed, 0 insertions(+), 3 deletions(-)

http://public.kitware.com/gitweb?p=OpenGeoscience/geoweb.git;a=commitdiff;h=a9ab471497a7861d348b2f79d21d9446b6631fa4
commit a9ab471497a7861d348b2f79d21d9446b6631fa4
Author: Daniel K. O <dkosmari at gmail.com>
Date:   Fri Jul 26 13:29:25 2013 -0400

    respond to map queries through events

 web/apps/archive/archive.js       |   13 +++++++++----
 web/lib/geo/command.js            |    1 +
 web/lib/geo/layer.js              |    4 +---
 web/lib/geo/map.js                |   13 +++++++++----
 web/lib/geo/openStreetMapLayer.js |   16 +++++++++++++++-
 5 files changed, 35 insertions(+), 12 deletions(-)

http://public.kitware.com/gitweb?p=OpenGeoscience/geoweb.git;a=commitdiff;h=b4ea8d5306c08d9ea6fd2716a8901ca1f834ce3d
commit b4ea8d5306c08d9ea6fd2716a8901ca1f834ce3d
Author: Daniel K. O <dkosmari at gmail.com>
Date:   Tue Jul 23 14:50:56 2013 -0400

    fixed mouse up/down mixup

 web/lib/geo/mapInteractorStyle.js       |    6 ------
 web/lib/vgl/command.js                  |    1 +
 web/lib/vgl/interactorStyle.js          |    2 +-
 web/lib/vgl/trackballInteractorStyle.js |    6 ------
 web/lib/vgl/viewer.js                   |    2 +-
 5 files changed, 3 insertions(+), 14 deletions(-)

http://public.kitware.com/gitweb?p=OpenGeoscience/geoweb.git;a=commitdiff;h=8d9caf0e34224e2eebf33a31ba41612e1baa2e88
commit 8d9caf0e34224e2eebf33a31ba41612e1baa2e88
Author: Daniel K. O <dkosmari at gmail.com>
Date:   Tue Jul 23 03:23:53 2013 -0400

    layers now can implement the queryLocation method

 web/apps/archive/archive.js       |   22 +++++++++++---
 web/apps/archive/index.html       |    2 +-
 web/lib/geo/layer.js              |   24 ++++++++++++++--
 web/lib/geo/map.js                |   56 +++++++++++++++++++++++++++---------
 web/lib/geo/openStreetMapLayer.js |    2 +
 5 files changed, 83 insertions(+), 23 deletions(-)

http://public.kitware.com/gitweb?p=OpenGeoscience/geoweb.git;a=commitdiff;h=34722a1fb8c0a028c29b215bd23c34d4f8d53cb0
commit 34722a1fb8c0a028c29b215bd23c34d4f8d53cb0
Author: Daniel K. O <dkosmari at gmail.com>
Date:   Mon Jul 15 20:32:10 2013 -0400

    showing overlay info at mouse position

 web/apps/archive/archive.js       |   12 ++++++++++++
 web/apps/archive/index.html       |   14 ++++++++------
 web/lib/geo/map.js                |   21 +++++++++++++++++++++
 web/lib/geo/mapInteractorStyle.js |    6 +++---
 4 files changed, 44 insertions(+), 9 deletions(-)

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


hooks/post-receive
-- 
OpenGeoscience



More information about the Opengeoscience-developers mailing list