search for: geometryfromtext

Displaying 2 results from an estimated 2 matches for "geometryfromtext".

2006 Jul 19
0
Custom paginator?
I have the following query I need to paginate. Looks like I need a custom paginator for this. Am I right? SELECT full_name, address1, address2, city, state, zip, abms_certification, X(geom) AS X, Y(geom) AS Y FROM physicians where address_status = 1 and geom && Expand(GeometryFromText(''POINT(47.651443 -117.411025)'',4326),1) AND Distance(geom,GeometryFromText(''POINT(47.651443 -117.411025)'',4326)) < .362
2006 Jul 11
18
Zip Code Ranges
Does anyone have any recommendations for working with zip code distance ranges? I need to calculate the distances between US zip codes. Thanks! -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060711/f133d7de/attachment-0001.html