If the Node ID argument of the view accepts multiple values then "Center on node argument" and "Highlight marker for node argument" won't work anymore. And that's because the argument will be a list of NodeIDs, separated with "," or "+", something like "1+2+3" or "1,2,3".

Attached you'll find a patch (for 6.x-1.x-dev) that fixes this issue by using the first node in the list for the center/highlight.

CommentFileSizeAuthor
gmap_plugin_style_gmap.inc_.patch983 bytesdandu

Comments

johnv’s picture

Category: bug » feature
Status: Active » Needs review
podarok’s picture

Version: 6.x-1.x-dev » 7.x-2.x-dev
Status: Needs review » Needs work

You should create all feature requests against latest dev and after that backport it to previous branch