I am using the following GMap and Gmap Location settings:

Marker Manager

  • Jef Poskanzer's Clusterer

Marker Action:

  • Open info window

When clicking on a cluster, an Info window pops up as expected.

However, the node titles in the info window are not clickable.

The attached patch makes them clickable, by setting the link attribute unconditionally, rather than only in "Marker Action = Open link" mode.

Patch created using "cvs diff" command relative to today's HEAD checkout.

CommentFileSizeAuthor
gmap_location.diff727 bytespillarsdotnet

Comments

sol roth’s picture

Thanks, this is exactly what I I needed for the 7.X version as well, using the same clustering choice.

schloosh’s picture

This works in D7 on the default map/node display.

However, when I display a custom map through views the pop up window links are not clickable, all the other non-clustered pop ups work as expected.....

schloosh’s picture

#32 here solved my problem
http://drupal.org/node/329281

clustered pop up node titles are now clickable.

podarok’s picture

Version: 6.x-1.x-dev » 7.x-2.x-dev
Priority: Minor » Normal
Status: Needs review » Needs work

please, provide patch against latest dev