openlayers
Version:
Build tools and sources for developing OpenLayers based mapping applications
13 lines (12 loc) • 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"> </div>