Files
openlayers/examples_src/symbol-atlas-webgl.html
Björn Harrtell 9880a860a3 Converted examples
2015-04-02 19:10:19 +02:00

19 lines
720 B
HTML

---
template: "example.html"
title: "Symbols with WebGL example"
shortdesc: "Using symbols in an atlas with WebGL."
docs: >
<p>When using symbol styles with WebGL, OpenLayers would render the symbol
on a temporary image and would create a WebGL texture for each image. For a
better performance, it is recommended to use atlas images (similar to
image sprites with CSS), so that the number of textures is reduced. OpenLayers
provides an <code>AtlasManager</code>, which when passed to the constructor
of a symbol style, will create atlases for the symbols.</p>
tags: "webgl, symbol, atlas, vector, point"
---
<div class="row-fluid">
<div class="span12">
<div id="map" class="map"></div>
</div>
</div>