summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/kbh.mdwn18
1 files changed, 18 insertions, 0 deletions
diff --git a/test/kbh.mdwn b/test/kbh.mdwn
index 12fdb9d7..82cbff5b 100644
--- a/test/kbh.mdwn
+++ b/test/kbh.mdwn
@@ -190,6 +190,24 @@ var polygon = L.polygon([
]).addTo(map);
polygon.bindPopup("<a href=../../valby/>Ture i Valby</a><br><a href=../valby-kvarter/>Kort over Valby</a>");
</script>
+<script>
+var polygon = L.polygon([
+ [55.69602, 12.5796],
+ [55.69164, 12.58797],
+ [55.69522, 12.59407],
+ [55.69517, 12.60029],
+ [55.68825, 12.59934],
+ [55.68731, 12.59046],
+ [55.6892, 12.58205],
+ [55.68746, 12.57844],
+ [55.6846, 12.57364],
+ [55.67865, 12.56505],
+ [55.68109, 12.56038],
+ [55.68671, 12.56553],
+ [55.69295, 12.5748]
+]).addTo(map);
+polygon.bindPopup("<a href=../../voldkvarter/>Ture i Københavns voldkvarterer</a><br><a href=../voldkvarter-kvarter/>Kort over voldkvartererne</a>");
+</script>
"""]]
[[!tag forside ]]