FYI, I was having trouble getting GPS-encoded photos to display a gmap on on a test site and discovered that removing this module allowed a gmap to appear properly.

BTW, I did get the following recipe to work on a clean site, so it helped to locate the conflict:
http://www.geojune.org/doc/getting-started-mapping/drupal-mapping-cookbo...

Comments

gateway69’s picture

Im unable to see the map on my image, im running 6.19 and php 5.3... any thoughts?

michael.k’s picture

Same for me. There were changes to the Gmap + Geo module that are referenced on the project page:

Gmap_geo was written for an earlier iteration of the Geo module. It has not been updated to use recent Geo API changes. If you are interested in maintaining or helping to maintain this module, please contact bec.

http://drupal.org/project/gmap_geo

On a side note, I'd be wary of running PHP 5.3 with Drupal 6.x unless there's something you need in there. There are many 6.x modules that break with 5.3. I learned the hard way to stick with PHP 5.2.x, and when I reverted back to 5.2 it solved a lot of my errors. Unfortunately, reverting to 5.2 won't bring back the helpful geocoding function for images until someone has the time to update Gmap_geo to reflect the Geo API changes.