When using the grouping option in openlayers_views_style_data, result items may not show up. map_features() assumes that the key of a $record is 0, while it may be any other number (or even a string, I do not know).

Patch coming.

CommentFileSizeAuthor
#1 630976-1_grouping.patch843 bytesalex_b
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

alex_b’s picture

Assigned: alex_b » Unassigned
Status: Active » Needs review
FileSize
843 bytes

Replaces $record[0] with current($record).

yhahn’s picture

Status: Needs review » Reviewed & tested by the community

Looks good. Do it.

tmcw’s picture

Version: 6.x-0.1-alpha5 » 6.x-2.x-dev

Committed in 288306, moving to 2.x to apply there.

tmcw’s picture

Status: Reviewed & tested by the community » Fixed

Applied to 2.x in 288308, closing.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.