summaryrefslogtreecommitdiff
path: root/misc/openlayers/tests/speed/vector-renderers.html
blob: 4d88dfc009cb135661ef1088c6f1b3539d2d0145 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!DOCTYPE html>
<html>
  <head>
    <title>Vector Features Performance Test</title>
    <script type="text/javascript" src="https://getfirebug.com/firebug-lite.js#startOpened=true"></script>
    <link rel="stylesheet" href="../../theme/default/style.css" type="text/css" />
    <link rel="stylesheet" href="../../examples/style.css" type="text/css" />
  </head>
  <body>
    <h1 id="title">Vector Rendering Performance</h1>
    <div id="map" class="smallmap"></div>
    <p>
    This is a benchmark for vector rendering performance. Test results are
    written to the debug console.
    Select a renderer here:
    <br/>
    <select id="renderers"></select>
    </p><p>
    The benchmark shows the time needed to render the features, and how long a
    move (drag or zoom) takes. Drag and zoom around to produce move results.
    </p>
    <script src="../../lib/OpenLayers.js"></script>
    <script src="vector-renderers.js"></script>
  </body>
</html>