jsymonkj / pwi

Automatically exported from code.google.com/p/pwi
0 stars 0 forks source link

Add map support #43

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open a gallery/album/picture
2. Try to look for the place where it was taken
3.

What is the expected output?
You can see on a map where the gallery/album/picture was taken (like
http://bonstio.net/google-gadgets/picasa-map-gadget.html). 

What do you see instead?
No information

What version of the product are you using? On what browser and version and
operating system?
1.2

Please provide any additional information below.
It would be nice if visitors could see where a picture was taken

Original issue reported on code.google.com by F.Nieder...@gmail.com on 14 Feb 2010 at 9:46

GoogleCodeExporter commented 9 years ago
would be nice, maybe in some future version.
But I do not have the intention to put it in right now.

Original comment by jdiderik on 24 Feb 2010 at 8:53

GoogleCodeExporter commented 9 years ago
An interface to maps has been implemented in version 204 of the jquery.pwi.js 
file (the latest can be found here: 
http://pwi.googlecode.com/svn/trunk/jquery.pwi/js/jquery.pwi.js). Change the 
following new settings:
        showPhotoLocation: true
        mapIconLocation: "<location to image>"
mapIconLocation should contain the name of an image that will be shown below 
the photo.

When set a popup will be shown with the map. Note that this only works with 
fancybox, as slimbox only supports images.

No demo available yet.

Original comment by borkh...@gmail.com on 23 Oct 2011 at 9:33