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
Comment #1
gateway69 commentedIm unable to see the map on my image, im running 6.19 and php 5.3... any thoughts?
Comment #2
michael.k commentedSame for me. There were changes to the Gmap + Geo module that are referenced on the project page:
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.