summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2016-02-24 00:56:40 +0100
committerSiri Reiter <siri@jones.dk>2016-02-24 00:56:40 +0100
commitc67d4f806ab90d5d19b9543ba632576d1629522d (patch)
tree24556379badf4818d2b5a77d9e9b521b96ad4455 /test
parent1f3efac7c72c54add3f5f7bd9455f2e1b682952a (diff)
Add city-kvarter polygon and links.
Diffstat (limited to 'test')
-rw-r--r--test/kbh.mdwn15
1 files changed, 15 insertions, 0 deletions
diff --git a/test/kbh.mdwn b/test/kbh.mdwn
index 00c9e28b..542d4f02 100644
--- a/test/kbh.mdwn
+++ b/test/kbh.mdwn
@@ -14,3 +14,18 @@ var polygon = L.polygon([
]).addTo(map);
polygon.bindPopup("<a href=../../osterbro/>Ture på Østerbro</a><br><a href=../obro-kvarter/>Kort over Østerbro</a>");
</script>
+<script>
+var polygon = L.polygon([
+ [55.69537, 12.58038],
+ [55.69147, 12.58801],
+ [55.68755, 12.59282],
+ [55.68806, 12.59917],
+ [55.67889, 12.59346],
+ [55.66786, 12.57304],
+ [55.67599, 12.56304],
+ [55.67853, 12.56488],
+ [55.68112, 12.56051],
+ [55.68658, 12.56591]
+]).addTo(map);
+polygon.bindPopup("<a href=../../city/>Ture i Indre By</a><br><a href=../city-kvarter/>Kort over Indre By</a>");
+</script>