I initially raised this as a gmap bug but thinking about it I figured it's probably a Location CCK bug or a Views bug. I'm inclined to think it is a Views bug since reverting to Views 2.6 (from 2.8) fixes the issue.

I have a view using a CCK location field and gmap. The map and locations show up fine but the info windows/bubbles only show labels, but no text.

I am using:

Location: latest dev version
gmap: latest dev version
Views: latest stable v2.8

Downgrading to Views v2.6, which I will try for the time being.

Comments

math_1048’s picture

Hello,
I have the same problem
with latest stable versions of Location and Gmap modules + Views 2.8
please help
thanks

brokensanity’s picture

Same issue on three of my organizations' sites. Downgrading to views 2.6 did the trick.

Using Gmap 6.x-1.1-rc1
Using Location 6.x-3.1-rc1

Commenting to keep track of this issue.

Thanks,

~Andrew

sofyanr’s picture

I have same problem.

Anonymous’s picture

@sofyanr: did you try downgrading your Views?

sofyanr’s picture

Yes I did. Downgrade View to 2.6 fix the map problem. But I do not like this solution. After downgrade, I get new problem with md(5) function related with filter/filter.module. I don't know whats going on

sofyanr’s picture

After downgrade View to 2.6, I get new problem:
warning: md5() expects parameter 1 to be string, array given in XXX/modules/filter/filter.module on line 435.

mikesir87’s picture

I've run into the same issue. When I ran the query that was at the bottom of the View (for the gmap), I got a lot of rows in the table with NULL titles, yet the same latitude and longitude coordinates. So, I'm not sure if there are multiple markers on top of each other, and the one with the actual title window is buried, or only the first result is posted.

More info to come as I figure it out.

mikesir87’s picture

If you add a filter to the view to remove empty title fields, it works for me.

egbertb’s picture

had the same problem
This patch of ad4m solved it for me

http://drupal.org/files/issues/gmap_662390_42.patch

See also tread http://drupal.org/node/662390

drupalok’s picture

GMap Module 6.x-1.1-rc1 (March 3, 2009)
Location 6.x-3.x-dev (2010-Mär-29)
Views 6.x-2.8

bubbles are still empty... so not working for me... should i use the older dev version of gmap`?

Anonymous’s picture

@drupalok, read the previous comments. Downgrading *Views* can possibly fix the issue.

PawelPohl’s picture

Confirmed the same problem as everyone else's:

Views 2.8 + Gmap = missing field values in info windows in Gmap displays (field labels only appear)

Downgrading to 2.6 fixes the issue.
Will be much obliged if this could be fixed, it's a smudge on my otherwise pristine and minimal Drupal site configuration :)

yesct’s picture

rc2020’s picture

subscribing

jamesbenison’s picture

Upgraded to views 2.10 after notification that 2.9 was not secure. I'm having the same problem. The gmap module wasn;t installed until after the upgrade. The 3.x is still in alpha, so I'm reluctant to give it a shot. Anybody have experience with it?

jamesbenison’s picture

Fixed the problem by inserting the code from comment #1 here: http://drupal.org/node/623234.

yesct’s picture

Status: Active » Closed (duplicate)
Issue tags: -location bdragon check