UNPKG

462 BHTMLView Raw
1---
2layout: example.html
3title: Image Vector Layer
4shortdesc: Example of an image vector layer.
5docs: >
6 <p>This example uses a <code>ol.source.ImageVector</code> source. That source gets vector features from the
7 <code>ol.source.Vector</code> it's configured with, and draw these features to an HTML5 canvas element that
8 is then used as the image of an image layer.</p>
9tags: "vector, image"
10---
11<div id="map" class="map"></div>
12<div id="info">&nbsp;</div>