Needs work
Project:
GMap Module
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Sep 2009 at 19:36 UTC
Updated:
27 Jul 2016 at 10:34 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
danielnolde commentedpatch file attached
Comment #2
Breakerandi commentedreally cool!!
With this i can make a gmap with nodes and users in one map based just on locations and the markers are based on nodes and fallback on default marker for the users :-)
Comment #3
amelfe commented+1
passing it to dev version. It's still a problem there too.
The second part of the patch is also solving the case where we have multiple markers per view result : when a result doesn't have a marker, the one of the result before is affected to it.
Comment #4
podarokplease, provide patch against latest dev
Comment #5
socialform commentedI have 6.x-2.0-beta5 installed and have the same bug. It has been some years since the last post... surprised this hasn't been an issue for more. Has anyone a patch for 6 to share? thank you
same as comment #56 in https://drupal.org/comment/7406976#comment-7406976
Comment #6
l0keThe issue history starts from #549086: Markers not reset but then marker reset was moved to the loop on
$sets, while it has one more loop inside on$records, and that is the place where$markernameshould be reset.