<html><body><div style="color:#000; background-color:#fff; font-family:arial, helvetica, sans-serif;font-size:10pt"><div><span>Thanks for the advice.</span></div><div><span><br></span></div><div><span>Unfortunately I donīt understand what you have just told me....half-brush? half-circle?</span></div><div><span><br></span></div><div><span>are these sld specifications?...I am delivering wms data using sldīs to style the data.</span></div><div><span><br></span></div><div><span>could you please clarify?</span></div><div><span><br></span></div><div><span>cheers,</span></div><div><span><br></span></div><div><span>Rob</span></div><div><br></div>  <div style="font-size: 10pt; font-family: arial, helvetica, sans-serif; "> <div style="font-size: 12pt; font-family: 'times new roman', 'new york', times, serif; "> <div dir="ltr"> <font size="2" face="Arial"> <hr size="1">  <b><span style="font-weight:bold;">Von:</span></b> Paul Ramsey
 <pramsey@opengeo.org><br> <b><span style="font-weight: bold;">An:</span></b> Robert Buckley <robertdbuckley@yahoo.com>; PostGIS Users Discussion <postgis-users@postgis.refractions.net> <br> <b><span style="font-weight: bold;">Gesendet:</span></b> 19:20 Dienstag, 28.Februar 2012<br> <b><span style="font-weight: bold;">Betreff:</span></b> Re: [postgis-users] how to create a hole in a polygon table?<br> </font> </div> <br>Rather than geometry processing, work on your rendering engine. You<br>can usually achieve an interior band (the classic National Geographic<br>political boundary, yes?) with a half-brush (rather than a full<br>circle, use a half-circle), and just ensuring your polygons are<br>consistently oriented.<br><br>P.<br><br>On Tue, Feb 28, 2012 at 10:04 AM, Robert Buckley<br><<a ymailto="mailto:robertdbuckley@yahoo.com" href="mailto:robertdbuckley@yahoo.com">robertdbuckley@yahoo.com</a>> wrote:<br>> Hi,<br>><br>>
 I am trying to create an inner buffer of a polygon geometry table.<br>> Unfortunately this is the only way I can think of which will enable me to<br>> make a certain symbol for a polyon layer. The SLD Filter "difference" might<br>> do it, but it needs to be nested and iīm not sure if this is possible.<br>><br>> anyway....My polygons need to be symbolized with a thin outline AND an<br>> inside Buffer of 3 mm(150m  at a scale of 1:50 000)....in essence just an<br>> inside ring.<br>><br>> This means I need to first buffer my polygon geometry and then substract the<br>> buffer from the original polygon. = ST_Difference (i think!?!)<br>><br>> my attempt created some geometries but not what I was expecting...<br>><br>> create view rrop08.rrop_01_13_innerbuffer AS<br>><br>> SELECT ST_Difference(a.st_buffer, b.the_geom)<br>><br>> FROM rrop08.rrop_01_13_buffer a, rrop08.rrop_01_f
 b;<br>><br>><br>> rrop08.rrop_01_f  = the original polyon<br>><br>> rrop08.rrop_01_13_buffer = the inner buffer<br>><br>><br>><br>><br>><br>> _______________________________________________<br>> postgis-users mailing list<br>> <a ymailto="mailto:postgis-users@postgis.refractions.net" href="mailto:postgis-users@postgis.refractions.net">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> </div> </div>  </div></body></html>