summaryrefslogtreecommitdiff
path: root/test/kbh.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'test/kbh.mdwn')
-rw-r--r--test/kbh.mdwn8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/kbh.mdwn b/test/kbh.mdwn
index 49a402cb..1ea8fccd 100644
--- a/test/kbh.mdwn
+++ b/test/kbh.mdwn
@@ -1,2 +1,10 @@
# København
[[!template id=map bounds-nw="55.76846,12.45369" bounds-se="55.54883,12.67891" positionpopup=1]]
+<script>
+var polygon = L.polygon([
+ [55.67579, 12.57598],
+ [55.67751, 12.57973],
+ [55.67526, 12.58741],
+ [55.67223, 12.58044]
+]).addTo(map);
+</script>