Topic: Add a Google Map image in caption to show GPS image position
Hi,
Mainly of my photos have their GPS positions in EXIF. I would like to add a Google map image in caption to show where the photo was taken.
It seems that <img> is only supported in Pro version, but before to purchase this version I would like to know if it's possible in free version or to be sure it will work on pro version.
In fact the xml will look like:
<image imageURL="images/wide.jpg" thumbURL="thumbs/wide.jpg" linkURL="" linkTarget="" >
<caption><img src="http://maps.google.com/maps/api/staticmap?center=45.4736,5.973&zoom=14&size=256x256&maptype=roadmap&markers=color:blue|label:S|45.4736,5.973&sensor=false" /></caption>
</image>
Any possibility to do that in free version ? Does it work in pro version ?
I have my own perl script to generate xml files and to extract GPS data from EXIF.
For the first version, this is a static map, because this is easy, but probably in the future I would like to do with a dynamic map, it will be done with javascript.
Do you have exemples of this kind of integration (simpleviewer + Google Map) ?
Thanks in advance for your help
Regards
Nicolas