<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
I built a GML Renderer as part OWS4 last year, which used the original
development of vector rendering. Since then, I've noticed a tweaks have
made it back into the codebase which should make it faster.<br>
<br>
Below is a table measuring seconds to load GML lines/polygons.<br>
Approx 85% of the time was spent parsing GML. 15% rendering.<br>
<br>
<table x:str="" style="border-collapse: collapse; width: 288pt;"
 border="0" cellpadding="0" cellspacing="0" width="384">
  <col style="width: 48pt;" span="6" width="64"> <tbody>
    <tr style="height: 12.75pt;" height="17">
      <td style="height: 12.75pt; width: 48pt;" height="17" width="64">Num
Features</td>
      <td style="width: 48pt;" x:num="" align="right" width="64">15</td>
      <td style="width: 48pt;" x:num="" align="right" width="64">180</td>
      <td style="width: 48pt;" x:num="" align="right" width="64">255</td>
      <td style="width: 48pt;" x:num="" align="right" width="64">1500</td>
      <td style="width: 48pt;" x:num="" align="right" width="64">3500</td>
    </tr>
    <tr style="height: 12.75pt;" height="17">
      <td style="height: 12.75pt;" height="17">IE6 secs<br>
      </td>
      <td x:num="" align="right">3</td>
      <td x:num="" align="right">6</td>
      <td x:num="" align="right">280</td>
      <td x:num="" align="right">230</td>
      <td>-</td>
    </tr>
    <tr style="height: 12.75pt;" height="17">
      <td style="height: 12.75pt;" height="17">Firefox 1.5 secs<br>
      </td>
      <td x:num="" align="right">2</td>
      <td x:num="" align="right">5</td>
      <td x:num="" align="right">10</td>
      <td x:num="" align="right">12</td>
      <td x:num="" align="right">90</td>
    </tr>
  </tbody>
</table>
<br>
Erik, I'll send you the presentation directly. It is too large to send
to the list.<br>
<br>
Erik Uzureau wrote:
<blockquote
 cite="mid:6ae3fb590710251716k559d42a1nb24993ec75bd7a28@mail.gmail.com"
 type="cite">
  <pre wrap="">Dear users, dev,

Someone asked me today what the max number of coordinates could be
drawn for a geometry with the OL Vector Layer and I did not know how
to really answer. I asked cr5 and he gave me some off the cuff
estimates, which I have added to the FAQ here:

<a class="moz-txt-link-freetext" href="http://trac.openlayers.org/wiki/FrequentlyAskedQuestions#WhatisthemaximumnumberofCoordinatesFeaturesIcandrawwithaVectorlayer">http://trac.openlayers.org/wiki/FrequentlyAskedQuestions#WhatisthemaximumnumberofCoordinatesFeaturesIcandrawwithaVectorlayer</a>


Basically, he has suggested the following as upper bounds of reasonable use:

    * ~2500 Coordinates
    * ~100-200 Features (Since each geometry is rendered as a separate
DOM object, dragging and the like get seriously slowed down the more
features you have on the map.)


If you've been using the vector layers in different browsers or with
different limits... please let us know by either replying to this
email... or just going right in and directly ediitng the wiki itself.
The more input we have the better we know our own limits.

Thanks for anyone who can chime in
--Erik
_______________________________________________
Dev mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Dev@openlayers.org">Dev@openlayers.org</a>
<a class="moz-txt-link-freetext" href="http://openlayers.org/mailman/listinfo/dev">http://openlayers.org/mailman/listinfo/dev</a>

  </pre>
</blockquote>
<br>
<br>
<pre class="moz-signature" cols="72">-- 
Cameron Shorter
Geospatial Systems Architect
Tel: +61 (0)2 8570 5050
Mob: +61 (0)419 142 254

Think Globally, Fix Locally
Commercial Support for Geospatial Open Source Software
<a class="moz-txt-link-freetext" href="http://www.lisasoft.com/LISAsoft/SupportedProducts.html">http://www.lisasoft.com/LISAsoft/SupportedProducts.html</a>
</pre>
</body>
</html>