Hi Chris,<br><br>I don't think it's a linestring.  I checked the sql load file I made, and the table is defined in it as a MULTIPOLYGON:<br><br>SELECT AddGeometryColumn('','coastlines','the_geom','-1','MULTIPOLYGON',2);<br>

<br>Not really sure how else to test though.<br>--<br><br><br><div class="gmail_quote">On Wed, Mar 25, 2009 at 8:46 PM, Chris Hermansen <span dir="ltr"><<a href="mailto:chris.hermansen@timberline.ca" target="_blank">chris.hermansen@timberline.ca</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">This sounds to me like you might be buffering a linestring and not a<br>
polygon.  Is that possible?  Ie are the countries represented as<br>
outlines (linestrings) rather than polygons?<br>
<div><div></div><div><br>
Roger André wrote:<br>
> Hi All,<br>
><br>
> I'm having some problems with features that are being returned from an<br>
> ST_Buffer operation in PostGIS.  When I try to buffer the extents of<br>
> Papua New Guinea, a large region in the middle of its extents is<br>
> omitted.  You can see a visual representation of this at<br>
> <a href="http://lagerratrobe.blogspot.com/2009/03/problem-with-postgis-stbuffer.html" target="_blank">http://lagerratrobe.blogspot.com/2009/03/problem-with-postgis-stbuffer.html</a><br>
><br>
> If I just select the country itself, I get back all of the features<br>
> that I'm expecting.  In the image I've posted above, the black area<br>
> indicates the results of that query.<br>
><br>
> I am using postgresql-8.3.5, and postgis-1.3.3.  My select statements<br>
> is as follows:<br>
>     select name, Buffer(the_geom, .12) from coastlines where<br>
> iso_3_code = 'PNG';<br>
><br>
> I've tried this using both a free countries shapefile, as well as an<br>
> ESRI one, and get the same results.  I'm a bit baffled, and unsure if<br>
> I have a problem with both data sets, or in my query, or...?  If<br>
> someone else has had a similar problem in the past, and can shed some<br>
> light on it, I'd greatly appreciate it.<br>
><br>
> Thanks in advance,<br>
><br>
> Roger<br>
> --<br>
</div></div>> ------------------------------------------------------------------------<br>
><br>
> _______________________________________________<br>
> postgis-users mailing list<br>
> <a href="mailto:postgis-users@postgis.refractions.net" target="_blank">postgis-users@postgis.refractions.net</a><br>
> <a href="http://postgis.refractions.net/mailman/listinfo/postgis-users" target="_blank">http://postgis.refractions.net/mailman/listinfo/postgis-users</a><br>
><br>
<br>
<br>
--<br>
Regards,<br>
<br>
Chris Hermansen         mailto:<a href="mailto:chris.hermansen@timberline.ca" target="_blank">chris.hermansen@timberline.ca</a><br>
tel+1.604.714.2878 · fax+1.604.733.0631 · mob+1.778.232.0644<br>
Timberline Natural Resource Group · <a href="http://www.timberline.ca" target="_blank">http://www.timberline.ca</a><br>
401 · 958 West 8th Avenue  · Vancouver BC · Canada · V5Z 1E5<br>
<br>
_______________________________________________<br>
postgis-users mailing list<br>
<a href="mailto:postgis-users@postgis.refractions.net" target="_blank">postgis-users@postgis.refractions.net</a><br>
<a href="http://postgis.refractions.net/mailman/listinfo/postgis-users" target="_blank">http://postgis.refractions.net/mailman/listinfo/postgis-users</a><br>
</blockquote></div><br>