summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/kbh.mdwn14
1 files changed, 10 insertions, 4 deletions
diff --git a/test/kbh.mdwn b/test/kbh.mdwn
index 3b27f662..508e31b2 100644
--- a/test/kbh.mdwn
+++ b/test/kbh.mdwn
@@ -2,9 +2,15 @@
[[!template stamen=toner-lite 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]
+ [55.71662, 12.57231],
+ [55.71251, 12.58621],
+ [55.69607, 12.59308],
+ [55.69166, 12.58784],
+ [55.69558, 12.58038],
+ [55.69094, 12.57136],
+ [55.69621, 12.56149],
+ [55.70647, 12.56278],
+ [55.71415, 12.559]
]).addTo(map);
+polygon.bindPopup("<a href=../osterbro/>Østerbro</a>");
</script>