coordinates - Get pictures from Panoramio accrording to bounding box -
unfortunatly new programming issues , need clarification regarding panoramio apis. have following generic link: http://www.panoramio.com/map/get_panoramas.php?set=7000000&from=0&to=10&minx=-180&miny=-90&maxx=180&maxy=90&size=mini_square
this allows me obtain set of metadata in txt-format related images appearing in specific panoramio bounding box. question: require specifc bounding box different minx, miny , maxx , maxy values. although changing values not provide different result. can tell me way through or make short example?
thanks explaination, daniel, italy
your request looks malformed. if read documentation in http://www.panoramio.com/api/data/api.html see accepted values "set" are:
- public (popular photos)
- full (all photos)
- user id number
so @ least have change "set" value 1 accepted. add coordinates of lower left , upper right corner of bounding box following guidelines in above mentioned web page: "the minx, miny, maxx, maxy define area show photos (minimum longitude, latitude, maximum longitude , latitude, respectively)."
Comments
Post a Comment