Closed (duplicate)
Project:
Openlayers
Version:
7.x-2.x-dev
Component:
OpenLayers Views
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Feb 2011 at 00:45 UTC
Updated:
8 Mar 2011 at 16:43 UTC
Jump to comment: Most recent file
Comments
Comment #1
mhrabovcin commentedThis is just first version of patch, it has some hard-coded parts i.e. expecting Field API value to be stored under 'value' key, which works for Float field, might cause problems for other types of fields.
Comment #2
zzolo commented@mathiaz.sk. Thanks for the patch! A few things to note.
1) This does allow me to use float fields as other_latlon values in a Views data overlay.
2) There are some unnecessary formatting changes which makes reading the patch a bit hard (minor thing).
3) And finally, the end structure of the $features array seems a bit off. The following from a view that utilizes floats for lat and lon fields and title and body for popup data. There is only one feature in the array. One big thing is that the 'features' data is embeded in each feature.
Comment #3
zzolo commentedHey, similar work is being done here as well: http://drupal.org/node/1006652
Comment #4
mhrabovcin commentedYes we're targeting same problem so probably would be better to close this issue and I'll try to collaborate on the longer threat. Also this patch has been wrongly targeting another issue with popup behavior which hasn't upgraded javascript. I'll make a new issue and post a patch.
Martin
Comment #5
MichaelP commentedPosting to a closed, duplicate thread, but anyway:
@mathiaz.sk: I'm observing popup behavior issues, and I see you address this somewhat here. Did you manage to post the issue as of #4?
Thanks.
Comment #6
mhrabovcin commented@MichaelP I'll open new issue and post a patch there. Will do it today, thanks for reminder.
Comment #7
MichaelP commented@matiaz.sk, already started: #1085106: Popup Behaviour !!