When I'm logged in with the root account I can't see any markers on the maps, no matter whether they are user maps or node views maps. As an anonymous or authenticated user the markers show up properly! I've gone through the access control and can't figure out what could cause this.
I also have a question- just in case anyone can help?- I'm new to the module and loving it- I create gmap views by using longitude and latitude as the fields. But I don't actually want those fields to be displayed. Is there a way to prevent their display in the popups?
Comments
Comment #1
scott falconer commentedI'm seeing the same issue. No markers for Admin account, but they show up for anon.
Comment #2
scott falconer commentedThink I may have gotten to the bottom of it. Looks like the Devel module somehow interferes with the markers, uninstalling it corrects the problem. Not sure if the issue is on the gmap end or the devel end.
Here the output without the Devel Module:
and here is the output with the devel module activated:
Comment #3
jody lynnThank you. That explains it and I can live with that bug since it will go away when I'm ready to deactivate devel.
Comment #4
meximese@drupal.org commentedI just wanted to change the title to better reflect this issue, which, though isn't critical is rather annoying. Devel is pretty handy in the construction of a site, and it's just plain sad that these two don't work together.
In my case, adding markers meant needing to empty the cache, otherwise they wouldn't show in the select list. This simply caused a lot of turning on and off of modules. Hardly a problem, just an annoyance.
Comment #5
bdragon commentedI fixed this a while back. It turned out I wasn't sending the right content type, and devel thought it was an html page.