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

I've seen quite a few other bug reports around this but not sure if it is a duplicate, some mention views, others don't. For the ones that do mention views, a suggested fix is to downgrade to Views v2.6, which I will try for the time being.

Comments

shyam541’s picture

I am facing the same issue views2.8 and drupal 6.15.

Shyam

Anonymous’s picture

I downgraded to Views 2.6 and that fixed the issue.

I'll raise this as an issue against the Location module also, since it's probably their bug and not gmap's, right? ;)

shyam541’s picture

I was using.

gmap1.1-rc1
location3.1-rc1
views2.8
drupal6.15

I was thinking trying with gmap dev version. As its fixed there #334846: Center Gmap on Node passed as argument in view.

math_1048’s picture

Thank you very much,
Its gone fine with the latest dev versions - I upgrade Gmap and Location modules too to dev
best regards

Anonymous’s picture

@math_1048: I don't believe you :) Which version of Views, gmap and location are you using?

I tested this out 12 hours ago and there hasn't been any new dev version of gmap or location since then.

I especially don't believe you since you posted this comment 5 minutes before this on this exact same bug report posted under a different module ...

http://drupal.org/node/704494#comment-2561362

math_1048’s picture

Hi
@Totosub, its true that I get them all works fine after upgrade to -dev(s) versions Location 6.x-3.x-dev,& GMap Module 6.x-1.x-dev with Views 2.8 stable version,
I do comments your 2 topics one before upgrade ,and left my upgrade test result (second one) here :) in 30min :P
PS: I use Acquia Drupal distribution, that may contain patched version of view module
goodluck and regards

mikesir87’s picture

Since I'm not sure if this directly applies to the other issues about this, and I have an idea, it might work for someone...

I've noticed that when I first create a node, it appears on the map just fine. However, once I edit the node, the marker's info bubble has nothing in it. Well, after working with the view for a little bit, I think I might have figured something out. I had copied the query from the view (without any of my own changes), and pasted it directly into phpMyAdmin. What I got back was interesting. There were many, many rows that contained NULL node_title and NULL node_nid fields, yet the same coordinates as a row that did contain a valid entry. So, what could be happening is either one of two things:

1) The marker is being displayed multiple times, and the one with the actual title is buried under the others. So, when you click on the marker, the "wrong" marker is clicked.
2) Only the first marker is actually outputted, which contains the NULL titles and nid.

To fix the situation, I added a filter to the view to prevent empty node titles from appearing. Once I did that, the map outputted the expected information.

hferree’s picture

Version: 7.x-1.x-dev » 6.x-1.x-dev

So glad this post was here. I was about ready to pull my hair out... All the tutorials say to do x, y, z and I couldn't figure out why it wasn't working. I guess having the modules that they were using (the ones that really work) is awesome (I only had to use the dev gmap and location, views was fine (so far)).

:D Holly

rooby’s picture

Status: Active » Closed (duplicate)

This problem has been fixed in the dev version.

Marking as duplicate of #623234: Views 2.7 - breaks field output - GMap marker info window (bubble) doesn't display fields correctly

michalsen’s picture

DRUPAL 6.16
CCK 6.x-3.x-dev (2010-Jan-25)
GMap Module 6.x-1.1-rc1
Location 6.x-3.1-rc1
Views 6.x-2.10

I'm getting good data populated in the bubbles, except for the first record returned.
I get the labels, but no data.

Thoughts?

Don Allen’s picture

I'm also getting the empty bubble, and when I upgraded to current Gmap-dev, all I got was a red Proximity overlay. That led me to returning back to stable
Gmap. Still looking for safe solution, will try #7.

update: Tried #7 without good results. Actually still nothing in the info bubble.

narongwit12’s picture

I am also experiencing the same problem: label without data

My experience is :

DRUPAL 6.16
CCK 6.x-2.6
GMap Module 6.x-1.0
Location 6.x-3
Views 6.x-2.10

Anyone would kindly give me any suggestions?

Best regards

narongwit12’s picture

Comment # 1 in http://drupal.org/node/623234

solve the problem for me

Best regards