I was able to figure out the jquery side of things and found a query that
suggests a way to do this. How can I do this below query in  DAL using
SQLite ;-)

*cheers

SELECT id, ( 3959 * acos( cos( radians(37) ) * cos( radians( lat ) ) *
cos( radians( lng ) - radians(-122) ) + sin( radians(37) ) * sin(
radians( lat ) ) ) ) AS distance FROM markers HAVING distance < 25
ORDER BY distance LIMIT 0 , 20;

-- 



Reply via email to