I have a map through views that is displaying all the nodes of that particluad taxonomy term. The map is on a taxonomy term page and is using the argument term id.
I then have a nodereference in references to the node with the actual coordinates and in fields, I have the title field referencing nothing and the coordinates referencing the nodereference..
When I pull a view, i get all the events and the coordinates for the referenced node, just as I expected.. The probelm is when I make it a gmap I get the map to display all the coordiantes properly, but instead of showing multiple events on each bubble, It only displays the first event in the bubble.
In essence, if a node has more that one node with the exact same coordinates, its only showing one node in the bubble.
Is this the intended solution? I really would like the bubble to show multiple nodes at one location. Is that possible?
Thanks!
Comments
Comment #1
bewhy commentedI'm no expert myself, but the line of thinking that I would suggest is that you have to use "relationships" to link the 'events' and the 'location' content types/nodes. Then, you group by the 'location' content type and perhaps you'll get something a little closer.
Comment #2
lhernon commentedsub
Comment #3
eiland commentedIts a bit related to #284481: GMap Views - show distinct markers or links for places with same lat/long
Comment #4
jp2020 commentedsubscribing.
Comment #5
johnvWe better close this, since #284481: GMap Views - show distinct markers or links for places with same lat/long, is older, has more attendance, and has patches.