Does anyone know how to do a clone of panoramio using the current drupal modules?

Basicly I just want to make a photo map of all of my photos.

Can someone tell me how can this be done?

Comments

piotrdesign’s picture

That's the website: http://www.panoramio.com/map/

danielb’s picture

Hmm you can make a map of node locations, so you could make each picture in it's own node and give it a location using the location module and then display it in a view with the gmap module. Problem is the current way it works is to pick one picture for a content type, not for each node. Maybe you could change that.

martin.l’s picture