Files
openlayers/examples/image-vector-layer.html
Andreas Hocevar dde81d8585 Add renderMode option to ol.layer.Vector
This also deprecates ol.source.ImageVector.
2017-11-27 09:48:52 +01:00

11 lines
389 B
HTML

---
layout: example.html
title: Image Vector Layer
shortdesc: Example of an image vector layer.
docs: >
<p>This example uses <code>ol.layer.Vector</code> with `renderMode: 'image'`. This mode results in faster rendering during interaction and animations, at the cost of less accurate rendeering.</p>
tags: "vector, image"
---
<div id="map" class="map"></div>
<div id="info">&nbsp;</div>