Files
openlayers/examples/image-vector-layer.html
2015-11-18 09:56:15 -07:00

13 lines
462 B
HTML

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