Closed (fixed)
Project:
Openlayers
Version:
6.x-1.x-dev
Component:
OpenLayers Views
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
5 Nov 2009 at 00:40 UTC
Updated:
16 May 2024 at 00:50 UTC
Jump to comment: Most recent file
Comments
Comment #1
wisu commentedI think Views 6.x-2.7 it also broke mine... as it was the previous action i did.. not sure on how to test...
before upgrade each marker will show the title and an image of the node... now its missing...
using OpenLayers 6.x-1.0-beta3... any pointers?
Comment #2
delykj commentedSame bug here.
Comment #3
jerdavisThis might help:
http://drupal.org/node/614292#comment-2225422
This patch corrects a similar problem with view driven node and user reference fields. I'd applied the patch to resolve those issues and my openlayers maps are working correctly.
Comment #4
jerdavisActually, I was seeing this problem too when rendering the entire row to the popup. Implementing the same code in that patch for CCK resolves this issue. Patch against 6.x-1.x CVS branch attached.
Comment #5
wisu commented@jerdavis - I confirm that the patch solves the issue...
Thanks!
Comment #6
phayes commentedThanks community!
Committed!
http://drupal.org/cvs?commit=284900
http://drupal.org/cvs?commit=284896
Comment #8
agileware commentedThe committed fix for this issue doesn't properly fix the problem.
Just incrementing a counter for the index doesn't keep the index in line with the current view row.
This means when I'm rendering the entire row as a popup the data in the popup is not necessarily from the same row as the lat/lon point.
This patch fixes this issue fully.
It's against 6.x-1.x-dev.
Comment #9
phayes commentedThanks! http://drupal.org/cvs?commit=326602