Milo van der Linden wrote: > Regarding the near by; this would mainly mean "select this and that > where searchterm="bla" and distance(the_geom, yourlocation) < x.
You know that "distance(the_geom, yourlocation) < x" is not optimised by spatial indexes I assume... Hence you should use ST_DWithin instead ;-) Tom -- Tom Hughes ([email protected]) http://www.compton.nu/ _______________________________________________ dev mailing list [email protected] http://lists.openstreetmap.org/listinfo/dev

