Panoramio Integration Panoramio Integration
 

News:

CPG Release 1.6.28
added submissions from {406man}
cleaned up a few PHP (8.4) deprecations
fixed PHP deprecation in calendar
removed security vulnerability
(please upgrade when possible)

Main Menu

Panoramio Integration

Started by nono240, December 27, 2006, 03:36:15 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

nono240

Hi all !

I've placed the panoramio plugin on my gallery 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 ?

Joachim Müller

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.

nono240

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 !