<!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">
Paul Ramsey wrote:
<blockquote cite="mid427B9561.1060303@refractions.net" type="cite">Yes,
PostGIS assumes all your units are the same. Which means that if you
are working in degrees, buffer will also work in degrees. Which is
probably not what you want. You will want to choose a planar projection
to work in that is suitable to your data.
  <br>
</blockquote>
Great!  But how do I go about doing this?  Like I said, I'm still very
new to PostGIS?  Let's say my full SQL is:<br>
    select AsText( Buffer( PointFromText( 'POINT(39.0 -83.4)' ),125.0 )
);<br>
What should I do to choose a planar projection so that PostGIS
understands that my POINT is given in lat/lon and that Buffer() is
using km?  And will I need the Proj4 module for this (in case I don't
already have it)?<br>
<br>
Mark<br>
</body>
</html>