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!!!