Add worker loader to the examples

This commit is contained in:
Tim Schaub
2019-05-15 16:49:38 -06:00
parent e307410301
commit 05f13bb363
4 changed files with 71 additions and 1 deletions

10
examples/worker.html Normal file
View File

@@ -0,0 +1,10 @@
---
layout: example.html
title: Worker
shortdesc: This example should be deleted.
docs: >
When you move the map, a message is sent to a worker. In response, the woker sends a
message back with the version identifier.
tags: "worker"
---
<div id="map" class="map"></div>