[Opengeoscience-developers] OpenGeoscience branch, fix_zoom, created. a0100f10a9a57e18bea540af81dd13c57a3b1057
Aashish Chaudhary
aashish.chaudhary at kitware.com
Fri Aug 23 00:45:49 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, fix_zoom has been created
at a0100f10a9a57e18bea540af81dd13c57a3b1057 (commit)
- Log -----------------------------------------------------------------
http://public.kitware.com/gitweb?p=OpenGeoscience/geoweb.git;a=commitdiff;h=a0100f10a9a57e18bea540af81dd13c57a3b1057
commit a0100f10a9a57e18bea540af81dd13c57a3b1057
Author: Aashish Chaudhary <aashish.chaudhary at kitware.com>
Date: Fri Aug 23 00:18:47 2013 -0400
Fixed tiles not covering the entire region
The problem was related to the fact was that we were using depth
from focal point, the z value of the camera, and not really the
depth of the tile for computing the display point from which we ultimately
compute the corner points in the world coordinate.
web/lib/geo/map.js | 30 ++++++++++--------------------
web/lib/geo/mercator.js | 2 +-
web/lib/geo/openStreetMapLayer.js | 21 +++------------------
3 files changed, 14 insertions(+), 39 deletions(-)
http://public.kitware.com/gitweb?p=OpenGeoscience/geoweb.git;a=commitdiff;h=e5a113332caea6ecd96a7face9b91c7cbed5a5b8
commit e5a113332caea6ecd96a7face9b91c7cbed5a5b8
Author: Aashish Chaudhary <aashish.chaudhary at kitware.com>
Date: Thu Aug 22 21:40:13 2013 -0400
Fixing tiles not covering the entire viewport at high zoom
web/lib/geo/map.js | 36 +++++++++++++++++++++++++++---------
web/lib/geo/mercator.js | 4 ++--
web/lib/geo/openStreetMapLayer.js | 9 ++++-----
3 files changed, 33 insertions(+), 16 deletions(-)
http://public.kitware.com/gitweb?p=OpenGeoscience/geoweb.git;a=commitdiff;h=c13f7ba4993e45c78a75707f47067e896bff8578
commit c13f7ba4993e45c78a75707f47067e896bff8578
Author: Aashish Chaudhary <aashish.chaudhary at kitware.com>
Date: Thu Aug 22 16:47:47 2013 -0400
Fixed zoom not behaving properly
modules/mongoimp.py | 3 +-
web/lib/geo/mapInteractorStyle.js | 13 +++-
web/lib/vgl/camera.js | 163 ++++++++++++++++++++++---------------
3 files changed, 108 insertions(+), 71 deletions(-)
http://public.kitware.com/gitweb?p=OpenGeoscience/geoweb.git;a=commitdiff;h=09384daae04141097e6e956351c1fe52c62384ec
commit 09384daae04141097e6e956351c1fe52c62384ec
Merge: 7e81366 d86f783
Author: Aashish Chaudhary <aashish.chaudhary at kitware.com>
Date: Thu Aug 22 15:00:11 2013 -0400
Merge remote-tracking branch 'origin/runtime_import' into fix_zoom
* origin/runtime_import:
Check if the file metadata exists before adding it to the database
Fixed bug where opacity was not maintained between animation steps
Fixed bad merge resolution
Time fixes
Fixed various issues with logic and style
Initial work on run time import
Relocated import script
Reorganized import script to import on file basis
keep start date around too for completeness
record enough time info to compare datasets
put array ranges over all time into database
modules/mongoimp.py | 209 +++++++++++++++++++++++++++++++++++++++++++
modules/reader.py | 33 ++++++--
modules/standardtime.py | 10 +-
modules/vtk_reader.py | 6 +-
scripts/mongoimp.py | 108 ----------------------
web/lib/geo/featureLayer.js | 6 +-
web/lib/geo/layer.js | 7 +-
7 files changed, 250 insertions(+), 129 deletions(-)
-----------------------------------------------------------------------
hooks/post-receive
--
OpenGeoscience
More information about the Opengeoscience-developers
mailing list