Files
openlayers/examples/offscreen-canvas-tiles.html
2020-03-23 12:46:20 +01:00

10 lines
377 B
HTML

---
layout: example.html
title: Vector tiles rendered in an offscreen canvas
shortdesc: Example of a map that delegates rendering to a worker.
docs: >
The map in this example is rendered in a web worker, using `OffscreenCanvas`. **Note:** This is currently only supported in Chrome and Edge.
tags: "worker, offscreencanvas, vector-tiles"
---
<div id="map" class="map"></div>