[web2py] Re: Finding all rows within x meters of a geoPoint

2015-11-14 Thread Boa
Thanks, Massimo - I believe the Field('loc', 'geometry()') or Field('loc', 'geography()') variant should be correct - that's what the web2py book suggests , and that

[web2py] Re: Finding all rows within x meters of a geoPoint

2015-11-11 Thread Massimo Di Pierro
I think it is Field('loc','geometry') and Field('loc','geography') without the (). On Wednesday, 11 November 2015 08:51:48 UTC-6, Boa wrote: > > I'd like to find all table entries within x meters of a certain location. > The DAL object in question uses the spatialite adapter (my system's > spa