[postgis-users] ST_distance in meters
lomarod
lomarodpostgis at hotmail.com
Fri Jan 22 03:17:40 PST 2010
Hi,
I have a table "tableA" with the column "colB" and "colC" type geometry.
tableA.colB = geometryfromtext('POINT('-19.922488 -43.9367')',4326)
tableA.colC = geometryfromtext('POINT('-19.926357 -43.934223')',4326)
Using google earth or google maps, a have the distance between this two
points in 500 meters.
When I execute the query
select st_distance(tableA.colB, tableA.colC) from tableA my result is
0,004593984...
How can I have the same result as google maps ?
What am I doing wrong ?
--
View this message in context: http://old.nabble.com/ST_distance-in-meters-tp27271750p27271750.html
Sent from the PostGIS - User mailing list archive at Nabble.com.
More information about the postgis-users
mailing list