its basically the panoramio url
given here
http://www.panoramio.com/api/
sample query :
http://www.panoramio.com/map/get_panoramas.php?order=popularity&set=public&from=0&to=20&minx=-180&miny=-90&maxx=180&maxy=90&size=medium
--
View this message in context:
http://www.nabble.com/jQuery.getJ
the remoteServer is returning JSON data.
--
View this message in context:
http://www.nabble.com/jQuery.getJSON-Current-Url-Prefixed-tp21201707s27240p21203328.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.
hi am using jQuery.getJSON to request a cross-domain page using the following
code
jQuery.getJSON(crossDomainUrl, function(result) {
processResult(result);
});
but i never reach the cross domain url as the current url is always prefixed
to it, like so
Current Page Url : http://l
3 matches
Mail list logo