Panoramio is a geolocation-oriented photo sharing website.

learn more… | top users | synonyms

0
votes
0answers
9 views

Get pictures from Panoramio accrording to bounding box

Unfortunatly I am new to programming issues and need a clarification regarding panoramio APIs. I have the following generic link: ...
0
votes
0answers
56 views

Panoramio PHP Upload

I have been searching for a possible way of uploading photos from my web application straight to Panoramio using PHP, but not found any solution. On the Google Developers website I found this page ...
3
votes
1answer
146 views

Panoramio pictures on iOS without Google Maps

I'm developing a little iOS App which shows POIs on a standard MKMapKit map (from Apple). When the user select a POI, the app send a request to Panoramio to get a photo from the latitude and the ...
0
votes
1answer
139 views

Android: how to get a list of Panoramio/Google maps photos in ceratin?

I'm developing an application which includes processing of Panoramio/Google maps photos around user location. It uses images, coordinates and description of photos. What way is most convinient for ...
0
votes
0answers
83 views

Panoramio api for searching by tag

I am in developing web application to allow user search Panoramio images using a tag. Would be appreciate if someone has done previously and share how you do that to me.
2
votes
1answer
72 views

Mootools Breaking Panoramio Javascript API

I am trying to use Panoramio's JavaScript API but it fails to display when the MooTools framework is used. Using Chrome's inspect feature on this jsFiddle reveals this error with the included ...
0
votes
0answers
73 views

Test panoramio result

I`m using panoramio api to show some pictures about a destination. Unfortuanatly for some destinations they dont have any images. How could i test if panoramio doesnt have any results so i can ...
0
votes
1answer
91 views

panoramio layer

Apologies if I have missed this in the API docs, but it is stated there that: "The PanoramioLayer renders a layer of geotagged photo icons from Panoramio on the map as a series of large and small ...
0
votes
1answer
178 views

Need to fetch panoramio user info using google api php client library

I need to fetch panoramio user info using google api php client library. Can somebody guide me how it is possible using google api php client library? One more thing want to confirm that is panoramio ...
0
votes
0answers
156 views

Need to fetch panoramio photo details using photo id or photo url

I want the photo details such as title, description, latitude, longitude, photo_ownerid using photo url Eg. http://www.panoramio.com/photo/1289207 Or by using photo id. since i am passing photo url or ...
0
votes
0answers
238 views

Google Maps API + Panoramio API PhotoListWidget bad request

I've integrated the Panoramio API into my javascript-based Google Maps project so that it loads a photoListWidget alongside the map. But no matter what parameters I change or how I structure the ...
0
votes
1answer
269 views

why does images not show up using panoramio javascript api

I am trying to display a bunch of images of a city given its lat/long. I'm using panoramio's javascript api, however, I don't see any output. There are no errors on the chrome console. Here is the ...
0
votes
0answers
253 views

Google Maps API v3 and Panoramio Widget

I look through all forum (and panoramio too), search by different criteria, but don't get answer for my question. I'm using Google Maps v3, and use Panoramio Layer. All works fine. After that I try ...
1
vote
0answers
129 views

how to find pictures of landmarks from address/location(latitude and longitude)

I have a set of latitude and longitude of places like restaurants/landmarks etc. and even their addresses. i wanted to find out their pictures using these details i.e. LOCATION(lat/long) or the ...
1
vote
2answers
178 views

Fetching owner-uploaded or user-uploaded photos from Google Maps

I would like to fetch user-uploaded or owner-uploaded photos of locations using some Google API. For example: In this place: http://g.co/maps/pxbse , you can see an owner-uploaded photo of this ...
1
vote
0answers
182 views

Panoramio Data API Not Returning Photos Data

I tried to get JSON on this URL and it returns count = 4 but no photos array returned? No matter what values from and to are set. If count is 4 then from can be at most 3 right? (0, 1, 2, 3 that's 4 ...
6
votes
3answers
5k views

How to get a picture of a place from google maps or places API

I'm using Google Places API to retrieve data about places, but couldn't find how to get a picture of that place, Google Places API just provides icon which is not the same. I need the photo you get ...
0
votes
1answer
253 views

Panoramio JavaScript API and PHP - Conflict?

I have a problem with compatibility, I think... Following the Panoramio API Reference Guide I have set up a Panoramio box, and it works fine as long as I try to make it work in an html test page on my ...
2
votes
1answer
497 views

Google Maps streetview shows awesome panoramio photos in China - can we do this?

If you have a look at Google Maps and search for some place in China like Tiananmen Square for example, then drag out the little streetview man, he does not go on the roads like normal... instead ...
0
votes
0answers
371 views

Panoramio Layer - Not Displaying my Tag

Anyone familiar with Panaramio and Google Map API? I can't seem to get Panaramio to show photos from my tag name. I can display other tag names just fine, such as skiing below. Does Panaramio limit ...
0
votes
1answer
187 views

To/From Paging in Python

All, This may be a pretty novice question but I am stuck on how to do this in Python. What I need to do is, set the to and from params when requesting data from Panaramio. ...
1
vote
0answers
536 views

Panoramio REST API - how to get latitude and longitude?

I have been creating an implementation where I would want to get the latitude and longitude coordinate values per each of the returned image from Panoramio. I have seen an example where the REST call ...
0
votes
1answer
618 views

Panoramio API access using AJAX - error “Origin hxxp://foo.bar is not allowed by Access-Control-Allow-Origin.”

I am currently experiencing this issue, and am wondering why...? The error message is: "XMLHttpRequest cannot load ...
1
vote
1answer
1k views

Adding Panoramio Photos To An OpenLayers Map

I have a pretty well integrated OpenLayers map that I want to add photos from the Panoramio API to. Unfortunately, it seems both API's are under documented on this subject. I found one great ...
0
votes
1answer
421 views

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 ...
2
votes
1answer
4k views

OpenLayers Format JSON is Returning Empty responseText String

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 ...
2
votes
1answer
2k views

How to interact with the Panoramio API using services?

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 ...
1
vote
2answers
169 views

Free server solution for strict content photos with geotags

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: ...
27
votes
6answers
23k views

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 ...