Panoramio Integration Panoramio Integration
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

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 !