[commits] Horde branch ansel-map updated. 6b64c8f4f52eea47a46bdc19ded5d428bf5b09fa

Michael J. Rubinsky mrubinsk at horde.org
Tue Sep 13 06:20:10 UTC 2011


The branch "ansel-map" has been updated.
The following is a summary of the commits.

from: 7b0be1e0c6dfa01e4a5a9a6d03409302e27f7af6

ba58cf0 comment,ws
92052e3 Add support for Symbolizers and Filters in OL
867b969 Completely rework feature hover handling
36f2da6 remove debug line
cb6cbc7 fix option name, bind to the object
767f28a tweak styling for hover handler
b7fa9e3 fix method name, and add new method for unselecting a marker
b55f095 add event handler to trigger feature selection on imagetiles too
a7b12bf CS
47927d5 Add support for a separate click handler for the markerLayer
32e0b84 Navigate to image view when clicking on map thumbnails
f11c98c Fix option name.
0cbf0b5 Actually pass the image_link attribute
14ec8bc Only attach these event handlers in GalleryView.
6b64c8f Call OpenLayers.Control.SelectControl#[highlight|unhiglight] methods.

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

commit ba58cf0b618ace9a36922c58a86dea8a808016e7
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon Sep 12 09:24:09 2011 -0400

    comment,ws

 ansel/js/map.js            |    2 +-
 ansel/js/widgets/geotag.js |   23 ++++++++++++++---------
 horde/js/map/horde.js      |   14 ++++++--------
 3 files changed, 21 insertions(+), 18 deletions(-)

http://git.horde.org/horde-git/-/commit/ba58cf0b618ace9a36922c58a86dea8a808016e7

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

commit 92052e3d6a51e4fbee6841af78707d3fe7f00157
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon Sep 12 19:19:11 2011 -0400

    Add support for Symbolizers and Filters in OL

 horde/js/map/OpenLayers-debug.js | 1089 +++++++++++++++++++++++
 horde/js/map/OpenLayers.js       | 1804 +++++++++++++-------------------------
 2 files changed, 1717 insertions(+), 1176 deletions(-)

http://git.horde.org/horde-git/-/commit/92052e3d6a51e4fbee6841af78707d3fe7f00157

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

commit 867b969f73e882b99a2a1b1eaf1cb84f3bf42fde
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon Sep 12 19:22:04 2011 -0400

    Completely rework feature hover handling
    
    Use Symbolizers and StyleMaps on the Layer to implement custom
    icon markers instead of passing a StyleHash for each marker. Besides
    being more efficient, it's needed in order to place multiple markers
    with differing style properties on the same layer. (If a feature has
    it's own explicit StyleHash, it seems to override the Layer's StyleMap,
    even for a different intent).

 ansel/js/map.js            |  121 ++++++++++++++++++++++++++++++++------------
 ansel/js/widgets/geotag.js |   72 +++++++++++++++++---------
 horde/js/map/horde.js      |   91 ++++++++++++++++++++++-----------
 3 files changed, 198 insertions(+), 86 deletions(-)

http://git.horde.org/horde-git/-/commit/867b969f73e882b99a2a1b1eaf1cb84f3bf42fde

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

commit 36f2da6e4292ba4b9f23811d64ab7b19667d2be7
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon Sep 12 19:56:34 2011 -0400

    remove debug line

 horde/js/map/horde.js |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/36f2da6e4292ba4b9f23811d64ab7b19667d2be7

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

commit cb6cbc7f2243266fb8f69c716daeb3fe12474e25
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon Sep 12 19:58:18 2011 -0400

    fix option name, bind to the object

 ansel/js/widgets/geotag.js |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

http://git.horde.org/horde-git/-/commit/cb6cbc7f2243266fb8f69c716daeb3fe12474e25

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

commit 767f28a723d61dcf90b4629bf1119d03b3b767c5
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon Sep 12 19:58:53 2011 -0400

    tweak styling for hover handler

 ansel/js/map.js                 |    4 +---
 ansel/js/widgets/geotag.js      |    4 ++--
 ansel/themes/default/screen.css |    3 +--
 3 files changed, 4 insertions(+), 7 deletions(-)

http://git.horde.org/horde-git/-/commit/767f28a723d61dcf90b4629bf1119d03b3b767c5

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

commit b7fa9e38f5251c9cc8aee23c3c7dd4014a3a8c28
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon Sep 12 20:10:01 2011 -0400

    fix method name, and add new method for unselecting a marker

 ansel/js/map.js |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/b7fa9e38f5251c9cc8aee23c3c7dd4014a3a8c28

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

commit b55f095676fa09fb3ea046b2b363dd6f9858cbe2
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon Sep 12 20:12:15 2011 -0400

    add event handler to trigger feature selection on imagetiles too

 ansel/js/widgets/geotag.js |   18 ++++++++++++++++++
 1 files changed, 18 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/b55f095676fa09fb3ea046b2b363dd6f9858cbe2

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

commit a7b12bf4194d88fcc33d453b880c6197d00fd92a
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Tue Sep 13 02:11:41 2011 -0400

    CS

 ansel/js/map.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/a7b12bf4194d88fcc33d453b880c6197d00fd92a

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

commit 47927d55751f00c1205173b5d3b09c9ba309fe3c
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Tue Sep 13 02:13:16 2011 -0400

    Add support for a separate click handler for the markerLayer

 ansel/js/map.js       |    9 ++++++++-
 horde/js/map/horde.js |   23 ++++++++++++++++++++++-
 2 files changed, 30 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/47927d55751f00c1205173b5d3b09c9ba309fe3c

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

commit 32e0b84fa8cf241127ea969ef4c212158942eb26
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Tue Sep 13 02:15:12 2011 -0400

    Navigate to image view when clicking on map thumbnails
    
    Not sure how to handle lightbox views, but this was broken in the
    native Google map support anyway.

 ansel/js/widgets/geotag.js |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/32e0b84fa8cf241127ea969ef4c212158942eb26

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

commit f11c98ce8584183c238540c7bdf21accb02c5bf1
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Tue Sep 13 02:17:24 2011 -0400

    Fix option name.

 ansel/js/widgets/geotag.js |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

http://git.horde.org/horde-git/-/commit/f11c98ce8584183c238540c7bdf21accb02c5bf1

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

commit 0cbf0b5f2a33dd4d6bb235162040446e582aa41a
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Tue Sep 13 02:17:51 2011 -0400

    Actually pass the image_link attribute

 ansel/js/widgets/geotag.js |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/0cbf0b5f2a33dd4d6bb235162040446e582aa41a

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

commit 14ec8bc6511d17e2e0816b6c38f924e6825b7e24
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Tue Sep 13 02:18:14 2011 -0400

    Only attach these event handlers in GalleryView.

 ansel/js/widgets/geotag.js |   34 ++++++++++++++++++----------------
 1 files changed, 18 insertions(+), 16 deletions(-)

http://git.horde.org/horde-git/-/commit/14ec8bc6511d17e2e0816b6c38f924e6825b7e24

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

commit 6b64c8f4f52eea47a46bdc19ded5d428bf5b09fa
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Tue Sep 13 02:18:42 2011 -0400

    Call OpenLayers.Control.SelectControl#[highlight|unhiglight] methods.
    
    Can't use select/unselect since that will also trigger the click handler.

 ansel/js/map.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/6b64c8f4f52eea47a46bdc19ded5d428bf5b09fa




More information about the commits mailing list