[Manifold-l] Distance calculations

Bob Heitzman rheitzman at gmail.com
Fri Sep 15 18:13:31 CDT 2006


> Is there anyway to just input the lat long of the store as the second point?
> How do you insert a lat long in a query like this?


SELECT
Distance( [ID],  NewPointLatLon(-120,35),'mi')
FROM [A]

Note that NewPointLatLong should really be named NwePointLongLat since
the first param X is Latitiude.

Look around in help for parameter queries if you'd like to be prompted
for Long/Lat.


More information about the Manifold-l mailing list