Closed (fixed)
Project:
GMap Module
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
14 Aug 2009 at 10:13 UTC
Updated:
10 Apr 2013 at 10:30 UTC
Jump to comment: Most recent file
If you use "Use marker field" and for some rows that field is empty, the markers defaults to the marker of the last non-empty row instead of the default marker. The $markername variable in gmap_style_plugin_gmap->render() is only reset before the foreach() loop. This patch simply moves the reset inside the foreach() loop.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | gmap_549086_2_markertype.patch | 971 bytes | johnv |
| gmap_marker_reset.patch | 1012 bytes | floretan |
Comments
Comment #1
podarokplease, provide patch against latest dev
Comment #2
johnva fresh patch.
Comment #3
podarok#2 commited pushed to 7.x-2.x
thanks!!!