summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/kbh.mdwn22
1 files changed, 22 insertions, 0 deletions
diff --git a/test/kbh.mdwn b/test/kbh.mdwn
index 759e9bdc..32c5cb51 100644
--- a/test/kbh.mdwn
+++ b/test/kbh.mdwn
@@ -146,6 +146,28 @@ var polygon = L.polygon([
]).addTo(map);
polygon.bindPopup("<a href=../../vesterbro/>Ture på Vesterbro</a><br><a href=../vesterbro-kvarter/>Kort over Vesterbro</a>");
</script>
+<script>
+var polygon = L.polygon([
+ [55.70787, 12.53986],
+ [55.69902, 12.55428],
+ [55.69645, 12.56149],
+ [55.69065, 12.57154],
+ [55.68629, 12.56493],
+ [55.68121, 12.56021],
+ [55.68475, 12.55385],
+ [55.68538, 12.5469],
+ [55.6876, 12.54141],
+ [55.69108, 12.53643],
+ [55.69287, 12.53557],
+ [55.69365, 12.53317],
+ [55.69655, 12.52613],
+ [55.70182, 12.51952],
+ [55.70685, 12.5221],
+ [55.70758, 12.52338],
+ [55.70376, 12.53806]
+]).addTo(map);
+polygon.bindPopup("<a href=../../norrebro/>Ture på Nørrebro</a><br><a href=../norrebro-kvarter/>Kort over Nørrebro</a>");
+</script>
"""]]
[[!tag forside ]]