Closed (duplicate)
Project:
GMap Module
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
4 Feb 2010 at 11:46 UTC
Updated:
18 Sep 2016 at 07:24 UTC
Jump to comment: Most recent
Comments
Comment #1
shyam541 commentedI am facing the same issue views2.8 and drupal 6.15.
Shyam
Comment #2
Anonymous (not verified) commentedI 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? ;)
Comment #3
shyam541 commentedI 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.
Comment #4
math_1048 commentedThank you very much,
Its gone fine with the latest dev versions - I upgrade Gmap and Location modules too to dev
best regards
Comment #5
Anonymous (not verified) commented@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
Comment #6
math_1048 commentedHi
@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
Comment #7
mikesir87 commentedSince 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.
Comment #8
hferree commentedSo 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
Comment #9
rooby commentedThis 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
Comment #10
michalsen commentedDRUPAL 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?
Comment #11
Don Allen commentedI'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.
Comment #12
narongwit12 commentedI 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
Comment #13
narongwit12 commentedComment # 1 in http://drupal.org/node/623234
solve the problem for me
Best regards