<font size=2 face="sans-serif">I'm trying to draw using open layers a
collection of polygons and multipolygons that I retrieve using JSON that
represent the US county boundaries. </font>
<br><font size=2 face="sans-serif">I've used a smoothing algorithm to reduce
the number of points by about 80% when using IE. </font>
<br><font size=2 face="sans-serif">It displays in under a minute using
Firefox.  It takes about 6 minutes to display in IE.  </font>
<br>
<br><font size=2 face="sans-serif">I've created a refresh strategy and
set the update interval to 0.  So I shouldn't update the layer unless
I've just added the polygons. </font>
<br><font size=2 face="sans-serif">Which I draw using redraw.</font>
<br>
<br><font size=2 face="sans-serif">I have everything in the same projection.
 </font>
<br>
<br><font size=2 face="sans-serif">I've used a javascript and haven't discovered
anything unusual.  </font>
<br>
<br>
<br><font size=2 face="sans-serif">Does anyone else have any other suggestions?</font>
<br>
<br><font size=2 face="sans-serif">Doug</font>
<br><font size=2 face="sans-serif"><br>
</font>