summaryrefslogtreecommitdiff
path: root/test/kbh.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'test/kbh.mdwn')
-rw-r--r--test/kbh.mdwn24
1 files changed, 14 insertions, 10 deletions
diff --git a/test/kbh.mdwn b/test/kbh.mdwn
index fad30be4..f0ac7065 100644
--- a/test/kbh.mdwn
+++ b/test/kbh.mdwn
@@ -45,16 +45,20 @@ polygon.bindPopup("<a href=../../osterbro/>Ture på Ø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]
+ [55.69916, 12.59171],
+ [55.69505, 12.59359],
+ [55.69505, 12.6002],
+ [55.68808, 12.59952],
+ [55.67899, 12.59351],
+ [55.66727, 12.57162],
+ [55.66824, 12.57188],
+ [55.67454, 12.56424],
+ [55.67458, 12.56021],
+ [55.67434, 12.55815],
+ [55.68068, 12.56021],
+ [55.68629, 12.56467],
+ [55.69094, 12.57162],
+ [55.69616, 12.57986]
]).addTo(map);
polygon.bindPopup("<a href=../../city/>Ture i Indre By</a>");
</script>