Closed (fixed)
Project:
Geofield
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
25 Jul 2011 at 19:37 UTC
Updated:
19 Feb 2012 at 01:30 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
Brandonian commentedThanks for the bug report, but I can't replicate on my system. I fixed an issue with the field code that might be related, but if you still see the same issue, please reopen.
Comment #2
arrowI also receive this error... Line 181 of geofield.formatters.inc in 8/20 dev release.
I receive it when setting the format as "OpenLayers" in the field display settings for my content type.
*Changed title to be more descriptive
Comment #3
arrowScratch that...
Updating to the latest dev version of OpenLayers fixed the issue.
Comment #4
zoltán balogh commentedThe latest dev version of the OpenLayers is not fixing this issue, see in the attachment. The notice is not shown on the Teaser tab, only on the Default tab.
Comment #5
Anonymous (not verified) commentedSame issue here. Latest dev versions of both modules since the "stable" versions wouldn't work either.
I'm also getting lots of "Undefined property: stdClass::$name in openlayers_layer_sanity_check()"
I need a sanity check right about now!
Comment #6
phayes commentedOkay, I've managed to replicate this. I think it's because we are not filling in the default openlayers map in the formatter settings. Assigning to me to be fixed.
Comment #7
phayes commentedComment #8
phayes commentedSo it looks like this commit (http://drupal.org/commitlog/commit/19248/3b65b06031d4c4ff48c78ebfd6ccdc6...) accidentally deleted our formatter map. I will add it back in
Comment #9
phayes commentedThis has been fixed
Comment #11
drzraf commentedNotice: Undefined index: in geofield_field_formatter_settings_summary() (line 181 of /modules/geofield/geofield.formatters.inc).can reproduce with geofield 7.x-1.x, openlayers 7.x-2.x, happens when switching the display format of a geofield from WKT to Openlayers.
thus probably related to instance and view_mode, let me know if you want to me to
var_dumpsomething somewhere else.Comment #12
Brandonian commentedThanks for the bug report, @drzraf! I've committed a fix for this issue.
http://drupal.org/commitlog/commit/19248/deec4d2c38dc0cbee28d687b42eb094...