Closed (fixed)
Project:
Openlayers
Version:
7.x-2.x-dev
Component:
OL Views
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
9 Dec 2011 at 07:20 UTC
Updated:
15 Dec 2011 at 13:34 UTC
Jump to comment: Most recent file
Comments
Comment #1
polPatch for 7.x-2.x attached.
Comment #2
polScreenshot
Comment #2.0
polSyntax
Comment #3
polUpdated.
Comment #4
zzolo commentedThanks for the patch, Pol.
You were missing some logic around where to put the rendered object. So, I added a bit to it. Commit is here:
http://drupalcode.org/project/openlayers.git/commit/ffd35ee
Please test this out when you have a chance.
Comment #5
polHello @zollo,
Your patch breaks Openlayers, I'm looking for a solution.edit: sorry forget what I just say, it was because of something in Display Suite.
Comment #6
polIt's working good ;)
Comment #7
zzolo commentedAwesome. Thanks again, Pol. Closing...
Comment #8
polI got a weird behavior with this and maybe we should think to another way of working and probably a new patch.
If your location is a node_reference, the rendered node will be the referenced node instead of the node.
Comment #9
polOk this is fixed by adding the Content:'nid' of the original node.
Comment #9.0
polUpdates.