Hello,
I try to write to application with flicktr and the photo.search-Method.
For that, I need to search the flickr-db with a given Boundingbox.
In the api-documentation it is said, that the boundingbox is given
through the lower-left and upper-right point. Latitude -90 to +90,
Longitude -180 to +180.
In my opinion the longitude is
-180 ......-1...0...1.....179...180...-179......-1...0...1.......179
and so on.
How do I write my bbox if I am at the longitude-coordinate -179 and I
want my bbox 4 degree in width?
In my opinion I would be 179, lat1, -177, lat2. But for this, I got an
error message, wrong bbox paramter or something like that.
The other option is just to count on like
-181, lat1, -177, lat2 but I get an error message too
.