The branch "ansel-map" has been updated. The following is a summary of the commits.
from: f667371389f5b1b63a25e14d765877445747ca81 abe5e81 Fix click handler to properly use Horde.popup 18b65fc fix existence check 54328f5 minimum zoomlevel of 1 for google maps 86d5050 ws c543969 allow passing a pointRadius config dad2bfd More additions to AnselMap fa7cefd This method now lives in AnselMap 30866e0 fix parameter name 5cbffd1 Always return a precision value 8b05bd1 ws, other cleanup 8c1d859 fix parameter name 1e011df add precision value even if we have it cached fd1e5a7 move this inside the loop c7474de ws e2380eb use each() in place of for loop 773e5ff First round refactor for manual geotagging page d209ca6 ws 2d8fd08 viewType is not needed in the main AnselMap class a19b561 comments/doc 7ef74e9 tab depth 4013977 center/zoom when placing marker from geocode search also ----------------------------------------------------------------------- commit abe5e81964e3d159969e6ede5c4d853a4d34ceaf Author: Michael J Rubinsky <[email protected]> Date: Wed Sep 21 13:21:16 2011 -0400 Fix click handler to properly use Horde.popup ansel/js/widgets/geotag.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/abe5e81964e3d159969e6ede5c4d853a4d34ceaf ----------------------------------------------------------------------- commit 18b65fc8af849c3771a3747aea8f1ea6c660e4bf Author: Michael J Rubinsky <[email protected]> Date: Thu Sep 22 10:08:58 2011 -0400 fix existence check horde/js/map/yahoo.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/18b65fc8af849c3771a3747aea8f1ea6c660e4bf ----------------------------------------------------------------------- commit 54328f501000a8fdbb3e7ff5d009c42788816d75 Author: Michael J Rubinsky <[email protected]> Date: Thu Sep 22 10:09:25 2011 -0400 minimum zoomlevel of 1 for google maps horde/js/map/google.js | 16 ++++++++++++---- 1 files changed, 12 insertions(+), 4 deletions(-) http://git.horde.org/horde-git/-/commit/54328f501000a8fdbb3e7ff5d009c42788816d75 ----------------------------------------------------------------------- commit 86d5050a2395a5e9bdef366d1979317f049715f8 Author: Michael J Rubinsky <[email protected]> Date: Thu Sep 22 10:10:48 2011 -0400 ws horde/js/map/OpenLayers.js | 30 ++-- horde/js/map/bing.js | 34 ++-- horde/js/map/google.js | 378 ++++++++++++++++++++++---------------------- horde/js/map/ve.js | 150 +++++++++--------- horde/js/map/yahoo.js | 186 +++++++++++----------- 5 files changed, 389 insertions(+), 389 deletions(-) http://git.horde.org/horde-git/-/commit/86d5050a2395a5e9bdef366d1979317f049715f8 ----------------------------------------------------------------------- commit c5439691970ca2eec2b6b7c1b31d9a1989ee4211 Author: Michael J Rubinsky <[email protected]> Date: Thu Sep 22 10:12:58 2011 -0400 allow passing a pointRadius config horde/js/map/horde.js | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/c5439691970ca2eec2b6b7c1b31d9a1989ee4211 ----------------------------------------------------------------------- commit dad2bfddeebb99e9226057498232151355ff0e67 Author: Michael J Rubinsky <[email protected]> Date: Thu Sep 22 10:19:10 2011 -0400 More additions to AnselMap * Pass a mapClick handler * Pass option for making features draggable * Pass feature drag handler * Always explicitly pass a StyleMap * Add new editmap initialization code ansel/js/map.js | 65 +++++++++++++++++++++++++++++++++++++++++++++++++------ 1 files changed, 58 insertions(+), 7 deletions(-) http://git.horde.org/horde-git/-/commit/dad2bfddeebb99e9226057498232151355ff0e67 ----------------------------------------------------------------------- commit fa7cefd9a80b2b703b02256131eb3e2104eace0a Author: Michael J Rubinsky <[email protected]> Date: Thu Sep 22 10:20:34 2011 -0400 This method now lives in AnselMap ansel/js/widgets/geotag.js | 16 +--------------- 1 files changed, 1 insertions(+), 15 deletions(-) http://git.horde.org/horde-git/-/commit/fa7cefd9a80b2b703b02256131eb3e2104eace0a ----------------------------------------------------------------------- commit 30866e0a5e639eac779790409fc8b6a600fb014d Author: Michael J Rubinsky <[email protected]> Date: Thu Sep 22 10:21:03 2011 -0400 fix parameter name ansel/lib/Ansel.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/30866e0a5e639eac779790409fc8b6a600fb014d ----------------------------------------------------------------------- commit 5cbffd175e61b0d126bf57146d8d510679e8df2e Author: Michael J Rubinsky <[email protected]> Date: Thu Sep 22 10:55:22 2011 -0400 Always return a precision value For Horde, we (try) to normalize these to three levels: 0 - No precision (just returns the lat/lon pair) 1 - Location (we have some textual location data) 2 - Stree Address (we have detailed enough data to resolve an individual address) horde/js/map/google.js | 9 ++++++++- horde/js/map/null.js | 2 +- horde/js/map/yahoo.js | 6 ++---- 3 files changed, 11 insertions(+), 6 deletions(-) http://git.horde.org/horde-git/-/commit/5cbffd175e61b0d126bf57146d8d510679e8df2e ----------------------------------------------------------------------- commit 8b05bd1c726d3bcaffa4f629ce852f949eacab6a Author: Michael J Rubinsky <[email protected]> Date: Thu Sep 22 11:32:28 2011 -0400 ws, other cleanup ansel/js/widgets/geotag.js | 10 ++++------ 1 files changed, 4 insertions(+), 6 deletions(-) http://git.horde.org/horde-git/-/commit/8b05bd1c726d3bcaffa4f629ce852f949eacab6a ----------------------------------------------------------------------- commit 8c1d8592cae6dba780fc62ccb6327f376db6ad67 Author: Michael J Rubinsky <[email protected]> Date: Thu Sep 22 11:32:45 2011 -0400 fix parameter name ansel/js/widgets/geotag.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/8c1d8592cae6dba780fc62ccb6327f376db6ad67 ----------------------------------------------------------------------- commit 1e011dfd2d5aebacc8d6d57cf335ea678fba1309 Author: Michael J Rubinsky <[email protected]> Date: Thu Sep 22 11:33:01 2011 -0400 add precision value even if we have it cached ansel/js/widgets/geotag.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/1e011dfd2d5aebacc8d6d57cf335ea678fba1309 ----------------------------------------------------------------------- commit fd1e5a7c1b8add5b3b8afe79ae5f451d7aa04211 Author: Michael J Rubinsky <[email protected]> Date: Thu Sep 22 11:33:28 2011 -0400 move this inside the loop ansel/js/widgets/geotag.js | 49 +++++++++++++++++++++++-------------------- 1 files changed, 26 insertions(+), 23 deletions(-) http://git.horde.org/horde-git/-/commit/fd1e5a7c1b8add5b3b8afe79ae5f451d7aa04211 ----------------------------------------------------------------------- commit c7474dea31d093768254eea2963a5bd3a6336f81 Author: Michael J Rubinsky <[email protected]> Date: Thu Sep 22 11:33:52 2011 -0400 ws horde/js/map/bing.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/c7474dea31d093768254eea2963a5bd3a6336f81 ----------------------------------------------------------------------- commit e2380ebd45b605538e1aee7150a12394c957c2d0 Author: Michael J Rubinsky <[email protected]> Date: Thu Sep 22 13:50:45 2011 -0400 use each() in place of for loop ansel/js/widgets/geotag.js | 52 ++++++++++++++++++++++--------------------- 1 files changed, 27 insertions(+), 25 deletions(-) http://git.horde.org/horde-git/-/commit/e2380ebd45b605538e1aee7150a12394c957c2d0 ----------------------------------------------------------------------- commit 773e5ff82060fe1f3749e5ce8914d63f60302d03 Author: Michael J Rubinsky <[email protected]> Date: Thu Sep 22 13:51:27 2011 -0400 First round refactor for manual geotagging page ansel/js/map_edit.js | 118 ++++++++++++++++++++++++++++++++++++++++++++++++++ ansel/map_edit.php | 92 +++++++++++++++++++++------------------ 2 files changed, 167 insertions(+), 43 deletions(-) create mode 100644 ansel/js/map_edit.js http://git.horde.org/horde-git/-/commit/773e5ff82060fe1f3749e5ce8914d63f60302d03 ----------------------------------------------------------------------- commit d209ca618e997abb6583c3faac62c3f8a269ff12 Author: Michael J Rubinsky <[email protected]> Date: Thu Sep 22 13:51:51 2011 -0400 ws horde/js/map/horde.js | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/d209ca618e997abb6583c3faac62c3f8a269ff12 ----------------------------------------------------------------------- commit 2d8fd0844ca1be40a16c916fecfb2012e6d6d40d Author: Michael J Rubinsky <[email protected]> Date: Thu Sep 22 13:55:09 2011 -0400 viewType is not needed in the main AnselMap class ansel/js/map.js | 4 ++-- ansel/js/widgets/geotag.js | 5 +---- 2 files changed, 3 insertions(+), 6 deletions(-) http://git.horde.org/horde-git/-/commit/2d8fd0844ca1be40a16c916fecfb2012e6d6d40d ----------------------------------------------------------------------- commit a19b5619d2f9e7ce33008fbc7ca9d8ff02afdd67 Author: Michael J Rubinsky <[email protected]> Date: Thu Sep 22 14:05:23 2011 -0400 comments/doc ansel/js/map.js | 47 +++++++++++++++++++++++++++++++++++++++++++++-- 1 files changed, 45 insertions(+), 2 deletions(-) http://git.horde.org/horde-git/-/commit/a19b5619d2f9e7ce33008fbc7ca9d8ff02afdd67 ----------------------------------------------------------------------- commit 7ef74e9a76f8e96f7201a6d39cfebd4265e46e51 Author: Michael J Rubinsky <[email protected]> Date: Thu Sep 22 14:06:27 2011 -0400 tab depth horde/js/map/horde.js | 50 ++++++++++++++++++++++++------------------------ 1 files changed, 25 insertions(+), 25 deletions(-) http://git.horde.org/horde-git/-/commit/7ef74e9a76f8e96f7201a6d39cfebd4265e46e51 ----------------------------------------------------------------------- commit 4013977ef3c516355403a2c523e64a2633dc9360 Author: Michael J Rubinsky <[email protected]> Date: Thu Sep 22 14:16:07 2011 -0400 center/zoom when placing marker from geocode search also ansel/js/map.js | 19 ++++++++++++++----- ansel/js/map_edit.js | 40 +++++++++++++++++++++++++++++++++------- 2 files changed, 47 insertions(+), 12 deletions(-) http://git.horde.org/horde-git/-/commit/4013977ef3c516355403a2c523e64a2633dc9360 __ commits mailing list Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [email protected]
