The branch "master" has been updated. The following is a summary of the commits.
from: dd1551f6bd9081929f2f1e23b14d15b3885fdfdf 1d96608 Take two with attempting to allow toggling image layer 79ae984 Extract methods for creating SelectFeature controls. 5ac4724 Return the control object, remove some no longer used variables cc06f28 allow passing a layer object when removing a marker object 8a04227 Put image thubmails on a second vector layer when in image view. ----------------------------------------------------------------------- commit 1d96608501c5ff9600a9f71b7d264942467ee22c Author: Michael J Rubinsky <[email protected]> Date: Mon Sep 26 14:01:07 2011 -0400 Take two with attempting to allow toggling image layer Revert "Revert "Experiment with using 2 layers for image view."" This reverts commit f335ac5321fc27bb1c9aad635206925a5aa1eb2e. Conflicts: ansel/js/widgets/geotag.js ansel/js/map.js | 45 +++++++++++++++++++++++++++++++++++-------- ansel/js/widgets/geotag.js | 37 +++++++++++++++++++++++++++++++++-- 2 files changed, 70 insertions(+), 12 deletions(-) http://git.horde.org/horde-git/-/commit/1d96608501c5ff9600a9f71b7d264942467ee22c ----------------------------------------------------------------------- commit 79ae984e1dc915ad15fc8bf6e59e0f3eac1e508d Author: Michael J Rubinsky <[email protected]> Date: Mon Sep 26 20:08:53 2011 -0400 Extract methods for creating SelectFeature controls. Allows client code to customize controls to e.g., add multiple layers to each control. Still provide the existing default behaviour suitable for simple maps. horde/js/map/horde.js | 87 +++++++++++++++++++++++++++++++++---------------- 1 files changed, 59 insertions(+), 28 deletions(-) http://git.horde.org/horde-git/-/commit/79ae984e1dc915ad15fc8bf6e59e0f3eac1e508d ----------------------------------------------------------------------- commit 5ac4724cd59a02f2fa5a2a1ab148769e54b0e420 Author: Michael J Rubinsky <[email protected]> Date: Mon Sep 26 21:05:52 2011 -0400 Return the control object, remove some no longer used variables horde/js/map/horde.js | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) http://git.horde.org/horde-git/-/commit/5ac4724cd59a02f2fa5a2a1ab148769e54b0e420 ----------------------------------------------------------------------- commit cc06f28c31b422a2023634b6c100f9bc7bd8bf33 Author: Michael J Rubinsky <[email protected]> Date: Mon Sep 26 21:07:45 2011 -0400 allow passing a layer object when removing a marker object horde/js/map/horde.js | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) http://git.horde.org/horde-git/-/commit/cc06f28c31b422a2023634b6c100f9bc7bd8bf33 ----------------------------------------------------------------------- commit 8a042276fae9e30f211877c6d5ab8173bbf62ada Author: Michael J Rubinsky <[email protected]> Date: Mon Sep 26 21:09:23 2011 -0400 Put image thubmails on a second vector layer when in image view. Use two vector layers (one for the "marker" image and one for the image thubnails of other images in the gallery). This gives the user the ability to switch off/on the thumbnails to declutter the map. Useful when a gallery has large number of images from the same geograhic location. Fixes the problems with the previous attempt at this by adding both layers to the same SelectFeature control. ansel/js/map.js | 41 ++++++++++++++++++++++++++++------------- ansel/js/widgets/geotag.js | 29 ++++++++++------------------- ansel/lib/Widget/Geotag.php | 5 ++++- 3 files changed, 42 insertions(+), 33 deletions(-) http://git.horde.org/horde-git/-/commit/8a042276fae9e30f211877c6d5ab8173bbf62ada __ commits mailing list Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [email protected]
