I have set a Location field on a content type to only show street, city, state, zip, and map link. When I view a node with a map, it's showing the location name, street, city, state, zip, and coordinates.
I have set a Location field on a content type to only show street, city, state, zip, and map link. When I view a node with a map, it's showing the location name, street, city, state, zip, and coordinates.
Comments
Comment #1
michaelb commentedHello,
I know this issue is 4 years old but it is actually the something I encounter on the current stable release and I can't find any other issue mentioning that.
I am using the gmap module in a file attach display of a view, master view is a table listing some nodes.
I applied the patch #18 here https://www.drupal.org/node/2445429#comment-10314603
I'm tryng to display a popup bubble of a specific field (actually, none of the fields I tried works), but the content of the bubble is not what I asked for, and actually always is the same thing, which look like the content of my master display.
Another strange thing is that when I uncheck the display bubble on the views gmap parameter, bubble is still display, even after refreshing caches.
Sorry for bumping this old issue back to the top, I assumed that it was the thing to do has It looks like my problem.
Best regards,
Comment #2
denial commentedI had the same issue with 7.x-2.10, download the latest beta at https://www.drupal.org/node/2646636, this fixed the problem for me.