Is it possible to display the geotag location map when viewing the full node? I see the correct map location when editing the photo node but haven't found a way to display to users on the node page. Views doesn't seem to recognize any picasa related fields in the node.
Comments
Comment #1
cyberswat commentedNone of the field definitions are in place for views integration. Right now all of the data is in place, as you have noticed, I just need to get around to letting it display better and integrate with views. Looking for patches if you'd like to take a hack at this.
Comment #2
maria_zk commentedIn the module files I can see a pretty handy picasa-album.tpl.php.
Is it possible to display the gmap there? Is a variable available that I could use?
Something like e.g. print $gphoto['google map'] ??
Thank you for the great module!