forum.coppermine-gallery.net

No Support => Feature requests => Topic started by: nono240 on December 27, 2006, 03:36:15 pm

Title: Panoramio Integration
Post by: nono240 on December 27, 2006, 03:36:15 pm
Hi all !

I've placed the panoramio plugin on my gallery http://www.toutsimplement.org (http://www.toutsimplement.org), and it will be great if we could have some possibility to interact with from Coppermine :

- Auto zoom on the area where the picture were taken using additionnal fields (or directly by retrieving coordinates into EXIF)

and much more..

Comments ?
Title: Re: Panoramio Integration
Post by: Joachim Müller on December 27, 2006, 04:17:41 pm
panoramio appears to be a commercial webhost - support can't be built into coppermine. There are map mods that interact well with coppermine though, search the board. After all it's the Google API as far as I can see.
Yours it not a valid feature request (see sticky thread on this sub-board), marking thread accordingly.
Title: Re: Panoramio Integration
Post by: nono240 on December 27, 2006, 04:44:39 pm
Yep, it's a commercial implementation, but its possible to set the area viewed in map (latitude, longitude, & zoom) using the plugin src field from iframe :

<iframe id='map' src='http://www.panoramio.com/plugin/?lt=43.4&ln=5.52&z=8&user=49749&k=2' width='600px' height='300px'></iframe>

A simple echo function may display the correct area depending on EXIF/user fields !