Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

15
votes
5answers
12k 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 ...
2
votes
1answer
188 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 ...
2
votes
1answer
2k 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 ...
1
vote
0answers
297 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 ...
1
vote
1answer
633 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 ...
1
vote
2answers
90 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: ...
0
votes
1answer
164 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
53 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 ...
0
votes
0answers
105 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
0answers
20 views

Fetching location-specific images

So we want to be able to pull (pretty large) local images from a specified area.. so far we've come across panoramio but were just wondering if anyone else knew of other similar services. Thanks!
0
votes
1answer
103 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. ...
0
votes
1answer
279 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 ...
0
votes
1answer
188 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 ...
0
votes
1answer
640 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 ...