<div>Hi,</div>
<div> </div>
<div>I have polygon features in PostgreSQL database. How can i make</div>
<div>a query to find all polygons that are within a distance of say 1m from</div>
<div>polygon id = 100. Query should not select polygons that are within polygon</div>
<div>id = 100.</div>
<div>I used ST_WIthindistance, but it selcted all insidepolygons too. Please</div>
<div>help me if you have any sample code or clue.</div>
<div> </div>
<div>Thanks in advance,</div>
<div> </div>
<div>Sanjeewa.</div>