Hi,<br><br>If I have a linestring which is in srid = 4326, how can I compute the ST_Buffer so that I have 2m on each side of the line?<br>I mean SRID 4326 is in degrees, so how can I make the query return me a buffer around the linestring which has 2m radius?<br>
Do I first convert to geography and then compute the buffer? and then convert back to geometry?<br><br>Thanks,<br>Ed<br>