Hello,

I installed location, and gmap module, and they work great. I noticed that when I type in the address for a location, the map doesn't show up for that node (I added the location map block to the bottom of node). This happens on the Dev server (which is Rackspace). I installed the same site with same database on my local server, and when I add the address the map shows up perfectly. What could be the issue? It's the same files, and database.

Thanks in advance,

Comments

alejandrovk’s picture

Hey there,

I'd like to know if you managed to solve this, since I have a very similar issue, described here: http://drupal.org/node/1231758

Although I'm using drupal 7 and gmap 7.x.1.x-dev

Regards,
Alex

allentian’s picture

I met the same issue in drupal 7.
I found if you disable 'Aggregate JavaScript files' after going to
Configuration --> Development --> Performance page, then the missing map will come out. Hope it can help you.

joos’s picture

Issue summary: View changes

Disable 'Aggregate JavaScript files' helped me too. You should see an js-error in the browser when you inspect the page load if this is the problem.
"The Google Maps JavaScript API must be downloaded directly from Google's servers. Learn more: https://developers.google.com/maps/documentation/javascript/tutorial#Loa..."