Hi all,<div><br></div><div>What is the most efficient way to load a group of postgis polygons into a google map api for display? It's possible to just iterate through all of the point in the polygon's boundary data to draw the regions, but this doesn't seem very efficient. Would it be better to utilize the ST_AsKML or ST_AsSVG functions and dynamically stitch together a KML or SVG file to be loaded? Or some other method?</div>

<div><br></div><div>-Jeremy H</div>