<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:verdana, helvetica, sans-serif;font-size:12pt"><div>Thanks a lot! The bbox works like a charm! My application in still in early stages of progress, but when there it is more improved, I will put it up on the Flashr site.</div><div><br></div><div>THanks!</div><div>Niels</div><div style="font-family:verdana, helvetica, sans-serif;font-size:12pt"><br><div style="font-family:arial, helvetica, sans-serif;font-size:13px"><font size="2" face="Tahoma"><hr size="1"><b><span style="font-weight: bold;">From:</span></b> Kelvin Luck <kelvin@kelvinluck.com><br><b><span style="font-weight: bold;">To:</span></b> flashr@osflash.org<br><b><span style="font-weight: bold;">Sent:</span></b> Thursday, 27 November, 2008 23:53:18<br><b><span style="font-weight: bold;">Subject:</span></b> Re: [Flashr] Flashr and geo locations<br></font><br>Hi Niels,<br><br>It looks like
Flickr's implementation of geo stuff has changed a bit since I last updated Flashr. When Flashr was last updated there was only bbox and accuracy parameters to flickr.photos.search... You should still be able to use those parameters if you want:<br><br>_flashr.photosSearch({tags:SEARCH_TAG, per_page:NUM_RESULTS, bbox:[minimum_longitude, minimum_latitude, maximum_longitude, maximum_latitude]});<br><br>Here you are defining a bounding box to search within...<br><br>You can also try using some of flickrs new search terms as described on their API page:<br><br><a href="http://www.flickr.com/services/api/flickr.photos.search.html" target="_blank">http://www.flickr.com/services/api/flickr.photos.search.html</a><br><br>That is what your example looks like it is doing:<br><br>_flashr.photosSearch({tags:SEARCH_TAG, per_page:NUM_RESULTS, lat:52, lon:5});<br><br>(I don't think the acuracy is necessary). That should search for photos matching your tag within a 5km
circle of the specified latitude and longitude...<br><br>If you still don't get any results for that then try it in the API Explorer on flickr and let me know if that works,<br><br>Cheers,<br><br>Kelvin :)<br><br>p.s. the extras:geo tells flickr to return geo information about each of the matching photos so it shouldn't effect what photos are found, just what data is provided for those photos...<br><br>On Thu, 27 Nov 2008 14:04:52 -0800, Flip Soeperman <<a ymailto="mailto:n_molenaar@yahoo.com" href="mailto:n_molenaar@yahoo.com">n_molenaar@yahoo.com</a>> wrote:<br><br>> Dear reader,<br>><br>> today I started playing around with Flashr, which is really simple and great! There is this thing I want to do, but can't figure out how.<br>> I am trying to search for a specific geo location.<br>> Flashr API is talking about GeoLocation and Longitude, Latitude and accuracy. Flickr is talking about long lat and accurancy. Then there is also the extras:geo. But I
can't figure out what to do to include in it the photosSearch.<br>> My latest try is<br>> _flashr.photosSearch({tags:SEARCH_TAG, per_page:NUM_RESULTS, accuracy:1, lat:52, lon:5}); but that doesn't give any answer, and I know there should be at least one photos applicable.<br>><br>> What am I doing wrong:)???<br>><br>> Thanks!<br>> Niels<br>><br>><br>><br>> <br><br><br><br><br>_______________________________________________<br>Flashr mailing list<br><a ymailto="mailto:Flashr@osflash.org" href="mailto:Flashr@osflash.org">Flashr@osflash.org</a><br><a href="http://osflash.org/mailman/listinfo/flashr_osflash.org" target="_blank">http://osflash.org/mailman/listinfo/flashr_osflash.org</a><br></div></div><div style="position:fixed"></div></div><br>
</body></html>