Files
openlayers/examples/image-vector-layer.html

11 lines
366 B
HTML

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