[Opengeoscience-developers] OpenGeoscience branch, wip_render_servers_data_experiments, updated. 36860411601cdc468b4ab9ab4092d7fc4071b23f

Dave DeMarle dave.demarle at kitware.com
Thu Mar 14 17:50:42 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, wip_render_servers_data_experiments has been updated
       via  36860411601cdc468b4ab9ab4092d7fc4071b23f (commit)
      from  4fbe97e1318f1fe4c851f96b8604b6b0b82cc6ff (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/opengeoscience.git;a=commitdiff;h=36860411601cdc468b4ab9ab4092d7fc4071b23f
commit 36860411601cdc468b4ab9ab4092d7fc4071b23f
Author: Dave DeMarle <dave.demarle at kitware.com>
Date:   Thu Mar 14 17:42:36 2013 -0400

    Clean up and fill in missing portions of vtk adapter
    
    Fleshed out lines and points rendering modes and added colors.
    Removed testing of normals since points won't render with that.
    Removed older demonstration stubs I started with and gave the
    remaining three better names.
    Removed the hardocoded vtk string in sphere.js in favor
    of making the server produce it witin the python script.
    
    To use:
    add a python wrapped vtk to your appropriate paths
    start up ogs
    point browser at one of the following
    http://localhost:8080/vtk/?which=GJ1 #depends on presence of vtkGeoJSONWriter
    http://localhost:8080/vtk/?which=GJ2 #depends on presence of vtkGeoJSONWriter
    http://localhost:8080/vtk/?which=VTK&datasetString=points
    http://localhost:8080/vtk/?which=VTK&datasetString=lines
    http://localhost:8080/vtk/?which=VTK&datasetString=mesh

 CMakeLists.txt           |    2 -
 ogsvtk.py                |  156 ++++++--------------------
 web/lib/sphere.js        |    1 -
 web/lib/vgl/geomData.js  |   22 ++++
 web/lib/vgl/vtkUnpack.js |  287 ++++++++++++++++++++++++----------------------
 5 files changed, 206 insertions(+), 262 deletions(-)

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

Summary of changes:
 CMakeLists.txt           |    2 -
 ogsvtk.py                |  156 ++++++--------------------
 web/lib/sphere.js        |    1 -
 web/lib/vgl/geomData.js  |   22 ++++
 web/lib/vgl/vtkUnpack.js |  287 ++++++++++++++++++++++++----------------------
 5 files changed, 206 insertions(+), 262 deletions(-)
 delete mode 100644 web/lib/sphere.js


hooks/post-receive
-- 
OpenGeoscience



More information about the Opengeoscience-developers mailing list