Closed (fixed)
Project:
Mapstraction
Version:
6.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
16 Dec 2009 at 15:30 UTC
Updated:
16 Mar 2010 at 22:20 UTC
Super cool module - great work! The path to icon is a very powerful (and clever) feature, but unless I'm missing something, there doesn't seem to be a way to have the marker link to the node. Unfortunately, this is essential for what I'm trying to do - any suggestions would be greatly appreciated... thanks!
Comments
Comment #1
neuronomicon commentedIf I understand your question correctly, you can select the "Title" along with the Latitude and Longitude under views... if you set the title to the Node:Title field in Fields, and set the Node:Title field to "Link this field to its node" by ticking the checkbox, each marker will give you a bubble when clicked which will contain the Title as a link to the node. Worked for me :-)
Comment #2
bcobin commentedThanks, neuronomicon - as you described is how it's working now. What I'm looking for is different behavior: clicking on the icon directly to take you to the node and seeing the title when the icon is hovered over.
If I could find the .tpl file that's being used and potential candidate names for .tpl replacement, I could perhaps wrap the icon in a $node
<a>tag, but Mapstraction doesn't seem to play nice with Theme Developer.I hope this clarifies things a bit - any help would be greatly appreciated... thanks!
Comment #3
levelos commentedYou could do this by leveraging the Mapstraction event API, but I believe that's the only way.