panoramio

How to calculate the bounding box for a given lat/lng location?

I have given a location defined by latitude and longitude. Now i want to calculate a bounding box within e.g. 10 kilometers of that point. The bounding box should be defined as latmin, lngmin and latmax, lngmax. I need this stuff in order to use the panoramio API: http://www.panoramio.com/api/ Does someone know the formula of how to g...

API for Posting Photos to Panoramio

Hi! Is there any api that able to post photo on Panoramio? ...

Free server solution for strict content photos with geotags

Hi! I would like to create some kind of open free "group" posting of photos with geotags First I thought about Panoramio, but seems there is no API for photos upload. By now I can see only two ways: Flickr - there are groups but you have to approve group membership anyway, or use tags for grouping which is bad for maintenance Cust...

How to interact with the Panoramio API using services?

Hi guys, I'm writing a location base client and would love to integrate Panoramio with my client, now the problem is that I can't find a way to interact with the Panoramio using a ~REST-like service. I know they do have an API but it's mostly for embedding the content into a website and not as to interact thru me code (at least from doc...

OpenLayers Format JSON is Returning Empty responseText String

Hello StackOverflow, After a week of posting at the OpenLayers forum and not receiving responses to my questions, I have decided to look here. I have Googled and Googled and Googled and even found a wonderful tutorial concerning this topic, in Spanish, but so well written that Google translate was able to translate it perfectly. gis...

Panoramio API - No Images returned?

I'm using the Panoramio API to create a little photo widget like the one you see here at this link. My code sets some options up for retrieving photos, namely by creating a bounding box around a lat/long pair and then returning all photos w/in those bounds. However, sometimes (depending on the coordinates), no photos are returned and m...