<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#333399">
OK, I'm getting better, but still very green using PostGIS.<br>
<br>
Given the SQL excerpt construct:<br>
&nbsp;&nbsp;&nbsp; buffer(PointFromText('POINT(39.0 -83.4)'),125.0)<br>
How do I tell PostGIS that the (39.0 -83.4) represents latitude and
longtitude (instead of some arbitrary x,y), and that 125.0 represents
kilometers (instead of meters, or miles)?&nbsp; As given, PostGIS thinks all
values in the construct have the same units.<br>
<br>
Mark<br>
</body>
</html>