[Opengeoscience-developers] OpenGeoscience branch, geo_mapsource-2, created. 82a0841d637851116b7bd0a1f130757cb212afe1

Aashish Chaudhary aashish.chaudhary at kitware.com
Fri Jun 28 23:09:16 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, geo_mapsource-2 has been created
        at  82a0841d637851116b7bd0a1f130757cb212afe1 (commit)

- Log -----------------------------------------------------------------
http://public.kitware.com/gitweb?p=OpenGeoscience/geoweb.git;a=commitdiff;h=82a0841d637851116b7bd0a1f130757cb212afe1
commit 82a0841d637851116b7bd0a1f130757cb212afe1
Author: Aashish Chaudhary <aashish.chaudhary at kitware.com>
Date:   Fri Jun 28 23:01:26 2013 -0400

    Restructuring layer code

 CMakeLists.txt               |    2 ++
 web/lib/geo/featureLayer.js  |   19 ++++++++++---------
 web/lib/geo/layer.js         |   29 +++++++++++++++++++++++++++++
 web/lib/geo/layerFeatures.js |   36 ++++++++++++++++++------------------
 web/lib/geo/map.js           |   31 ++++++++++++++-----------------
 5 files changed, 73 insertions(+), 44 deletions(-)

http://public.kitware.com/gitweb?p=OpenGeoscience/geoweb.git;a=commitdiff;h=6ab64dd002f7d00b24c3ebd45a4614631a0e0574
commit 6ab64dd002f7d00b24c3ebd45a4614631a0e0574
Author: Aashish Chaudhary <aashish.chaudhary at kitware.com>
Date:   Fri Jun 28 20:29:26 2013 -0400

    Added ability to set expired features of a layer

 web/lib/geo/layerFeatures.js |   52 +++++++++++++++++++++++++++++++----------
 1 files changed, 39 insertions(+), 13 deletions(-)

http://public.kitware.com/gitweb?p=OpenGeoscience/geoweb.git;a=commitdiff;h=956a5d394f3da89c31cb34f26b559a83e5d4705b
commit 956a5d394f3da89c31cb34f26b559a83e5d4705b
Author: Aashish Chaudhary <aashish.chaudhary at kitware.com>
Date:   Fri Jun 28 20:28:09 2013 -0400

    Removed unused code

 web/lib/geo/layer.js |   33 +++++----------------------------
 web/lib/geo/map.js   |   11 +++++------
 2 files changed, 10 insertions(+), 34 deletions(-)

http://public.kitware.com/gitweb?p=OpenGeoscience/geoweb.git;a=commitdiff;h=64aec68d5891659cb0e9669e2ee343f90743e651
commit 64aec68d5891659cb0e9669e2ee343f90743e651
Author: Aashish Chaudhary <aashish.chaudhary at kitware.com>
Date:   Fri Jun 28 20:01:49 2013 -0400

    Separated feature layer into its own file

 web/lib/geo/featureLayer.js |  109 ++++++++++++++++++++++++++++++++++++++
 web/lib/geo/layer.js        |  121 +------------------------------------------
 2 files changed, 110 insertions(+), 120 deletions(-)

http://public.kitware.com/gitweb?p=OpenGeoscience/geoweb.git;a=commitdiff;h=f3b1a4f1823262530bc6b8902ec6b86362b9e47f
commit f3b1a4f1823262530bc6b8902ec6b86362b9e47f
Author: Aashish Chaudhary <aashish.chaudhary at kitware.com>
Date:   Sat Jun 8 23:23:06 2013 -0400

    Implementing tile based rendering for geo

 web/lib/geo/mapSource.js |   44 +++++++++++++++++++++++++++++---------------
 1 files changed, 29 insertions(+), 15 deletions(-)

http://public.kitware.com/gitweb?p=OpenGeoscience/geoweb.git;a=commitdiff;h=993a3cdc70b77df23c92ef4fefcbf2899a0c7d9b
commit 993a3cdc70b77df23c92ef4fefcbf2899a0c7d9b
Author: Chris Harris <chris.harris at kitware.com>
Date:   Thu Jun 27 18:07:47 2013 -0400

    Guard against datasets with empty varaible property
    
    This probably would only happen in test datasets.

 web/apps/archive/archive.js |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

http://public.kitware.com/gitweb?p=OpenGeoscience/geoweb.git;a=commitdiff;h=5d9631398318957fc3265e1f48615537bf0a5b6e
commit 5d9631398318957fc3265e1f48615537bf0a5b6e
Author: Chris Harris <chris.harris at kitware.com>
Date:   Thu Jun 27 17:51:53 2013 -0400

    Guard against datasets without temporalrange

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

http://public.kitware.com/gitweb?p=OpenGeoscience/geoweb.git;a=commitdiff;h=2a75f6e504de41af38b55cff94dd91c3634759fa
commit 2a75f6e504de41af38b55cff94dd91c3634759fa
Author: Chris Harris <chris.harris at kitware.com>
Date:   Thu Jun 27 17:45:14 2013 -0400

    Move query progress image to correct path

 .../apps/archive/ui-anim_basic_16x16.gif           |  Bin 1553 -> 1553 bytes
 1 files changed, 0 insertions(+), 0 deletions(-)

http://public.kitware.com/gitweb?p=OpenGeoscience/geoweb.git;a=commitdiff;h=42f07e4ce98d4caded61298de83527532245cf85
commit 42f07e4ce98d4caded61298de83527532245cf85
Author: Chris Harris <chris.harris at kitware.com>
Date:   Wed Jun 26 15:55:59 2013 -0400

    Add local copy of d3
    
    Also update JQuery references to use local copies.

 web/apps/archive/index.html |    7 +++----
 web/common/js/d3.v3.min.js  |    5 +++++
 2 files changed, 8 insertions(+), 4 deletions(-)

http://public.kitware.com/gitweb?p=OpenGeoscience/geoweb.git;a=commitdiff;h=256f186cf01666b63c561f581107d0bd350923ab
commit 256f186cf01666b63c561f581107d0bd350923ab
Author: Chris Harris <chris.harris at kitware.com>
Date:   Mon Jun 10 10:28:05 2013 -0400

    Add basic search interface
    
    Add interface to allow user to interactively search
    for documents in MongoDB. Search results are updated
    dynamically as search terms are typed. The user
    drags the row they are interesting in onto the map
    to add a layer.

 web/apps/archive/archive.js |  255 ++++++++++++++++++++++++++++++++++++-------
 web/apps/archive/index.html |   82 ++++++++++++++
 2 files changed, 296 insertions(+), 41 deletions(-)

http://public.kitware.com/gitweb?p=OpenGeoscience/geoweb.git;a=commitdiff;h=bf8eabd8aa36f2797bc727a30d8adf42ca1157d1
commit bf8eabd8aa36f2797bc727a30d8adf42ca1157d1
Author: Chris Harris <chris.harris at kitware.com>
Date:   Mon Jun 10 10:16:39 2013 -0400

    Only prevent default action on right mouse click
    
    Preventing all default actions in the viewer prevents
    standard widget actions from working. Instead check button
    clicked and only suppress default for right click.

 web/lib/vgl/viewer.js |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

http://public.kitware.com/gitweb?p=OpenGeoscience/geoweb.git;a=commitdiff;h=2ec59c463a00ae2635de06d2e5e7d61fc99d34c4
commit 2ec59c463a00ae2635de06d2e5e7d61fc99d34c4
Author: Chris Harris <chris.harris at kitware.com>
Date:   Wed Jun 26 09:16:42 2013 -0400

    Add missing image

 ui-anim_basic_16x16.gif |  Bin 0 -> 1553 bytes
 1 files changed, 0 insertions(+), 0 deletions(-)

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


hooks/post-receive
-- 
OpenGeoscience



More information about the Opengeoscience-developers mailing list