summaryrefslogtreecommitdiff
path: root/test/kbh.mdwn
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2016-04-09 07:58:13 +0200
committerSiri Reiter <siri@jones.dk>2016-04-09 07:58:13 +0200
commit5644a0b35b3eda340e1a19c585009db882f6177c (patch)
treee01e728bcb0fa3a0e76ca5afda1140d970ec043a /test/kbh.mdwn
parentf6db1cbe24c1647f8739271fa0cd8a8132ae4c4c (diff)
Redraw Valby area.
Diffstat (limited to 'test/kbh.mdwn')
-rw-r--r--test/kbh.mdwn47
1 files changed, 30 insertions, 17 deletions
diff --git a/test/kbh.mdwn b/test/kbh.mdwn
index 7325615f..9546f315 100644
--- a/test/kbh.mdwn
+++ b/test/kbh.mdwn
@@ -289,23 +289,36 @@ polygon.bindPopup("<a href=../../norrebro/>Ture på Nørrebro</a>");
</script>
<script>
var polygon = L.polygon([
- [55.67243, 12.48867],
- [55.67202, 12.51811],
- [55.67071, 12.53102],
- [55.66764, 12.53016],
- [55.66623, 12.53892],
- [55.66318, 12.53729],
- [55.66234, 12.54154],
- [55.65561, 12.53798],
- [55.65343, 12.53858],
- [55.65028, 12.5281],
- [55.65059, 12.50793],
- [55.65268, 12.48841],
- [55.65515, 12.48618],
- [55.66246, 12.48283],
- [55.66466, 12.48334],
- [55.67015, 12.49021],
- [55.67166, 12.48867]
+ [55.67938, 12.49236],
+ [55.67734, 12.49227],
+ [55.67243, 12.49291],
+ [55.67231, 12.49519],
+ [55.6688, 12.49618],
+ [55.66984, 12.51107],
+ [55.6664, 12.52364],
+ [55.6673, 12.52823],
+ [55.66328, 12.53059],
+ [55.66321, 12.52772],
+ [55.66248, 12.5245],
+ [55.65164, 12.52755],
+ [55.65108, 12.52154],
+ [55.65219, 12.51596],
+ [55.64546, 12.52308],
+ [55.64386, 12.52223],
+ [55.64192, 12.52283],
+ [55.63967, 12.52184],
+ [55.63713, 12.52248],
+ [55.63737, 12.52094],
+ [55.63439, 12.50901],
+ [55.64667, 12.49068],
+ [55.65285, 12.48502],
+ [55.65725, 12.47785],
+ [55.67197, 12.47867],
+ [55.67219, 12.47433],
+ [55.67272, 12.47442],
+ [55.67282, 12.48176],
+ [55.67398, 12.48407],
+ [55.67584, 12.48446]
]).addTo(map);
polygon.bindPopup("<a href=../../valby/>Ture i Valby</a>");
</script>