Make external map example work

This commit is contained in:
Maximilian Krög
2021-10-14 21:56:42 +02:00
parent 7a74ba606a
commit 86801d1151
6 changed files with 76 additions and 80 deletions

View File

@@ -0,0 +1,11 @@
---
layout: example.html
title: External map
shortdesc: Show a map in a separate window.
docs: >
tags: "external, window"
resources:
---
<div id="map" class="map"></div>
<input id="extMap" type="button" value="Open external map"></input>