Rename example

This commit is contained in:
Andreas Hocevar
2020-03-23 12:58:41 +01:00
parent 0e1af6836f
commit 5113d70701
4 changed files with 2 additions and 2 deletions

View File

@@ -0,0 +1,10 @@
---
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"
experimental: true
---
<div id="map" class="map"></div>