summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2016-04-07 23:00:54 +0200
committerSiri Reiter <siri@jones.dk>2016-04-07 23:00:54 +0200
commit6af667409814f639dcfe7dab13780130772c17c9 (patch)
tree703eb771d1ac04207361510bc569e31c1e59051e /test
parent3e3c432376ba391efcacea6bfc904978dc5c5ff5 (diff)
Improve borders of Bispebjerg.
Diffstat (limited to 'test')
-rw-r--r--test/kbh.mdwn67
1 files changed, 58 insertions, 9 deletions
diff --git a/test/kbh.mdwn b/test/kbh.mdwn
index 2f4cc566..c1cef655 100644
--- a/test/kbh.mdwn
+++ b/test/kbh.mdwn
@@ -69,15 +69,64 @@ polygon.bindPopup("<a href=../../amager/>Ture på Amager</a><br><a href=../amage
</script>
<script>
var polygon = L.polygon([
- [55.72307, 12.52918],
- [55.72269, 12.53956],
- [55.71319, 12.54617],
- [55.71038, 12.53789],
- [55.70816, 12.53961],
- [55.70402, 12.5378],
- [55.70978, 12.51587],
- [55.71077, 12.51562],
- [55.71673, 12.5215]
+ [55.72829, 12.52118],
+ [55.72784, 12.52198],
+ [55.72743, 12.52495],
+ [55.72665, 12.52552],
+ [55.72719, 12.52673],
+ [55.727, 12.5275],
+ [55.72713, 12.52962],
+ [55.72698, 12.5332],
+ [55.72714, 12.53514],
+ [55.72632, 12.53948],
+ [55.72421, 12.54104],
+ [55.72364, 12.5425],
+ [55.72355, 12.5442],
+ [55.72374, 12.54439],
+ [55.72384, 12.54553],
+ [55.72355, 12.54667],
+ [55.72375, 12.54875],
+ [55.72388, 12.54926],
+ [55.72371, 12.54958],
+ [55.7238, 12.55025],
+ [55.72351, 12.55173],
+ [55.72336, 12.55379],
+ [55.72257, 12.55426],
+ [55.72245, 12.5613],
+ [55.72188, 12.56345],
+ [55.71986, 12.56126],
+ [55.71982, 12.5619],
+ [55.71967, 12.56235],
+ [55.71982, 12.56261],
+ [55.71912, 12.56433],
+ [55.71137, 12.55327],
+ [55.70828, 12.54465],
+ [55.70662, 12.54184],
+ [55.70375, 12.53911],
+ [55.69807, 12.53669],
+ [55.69749, 12.53604],
+ [55.6973, 12.53214],
+ [55.69679, 12.53214],
+ [55.69684, 12.53016],
+ [55.69597, 12.52984],
+ [55.69558, 12.52759],
+ [55.69677, 12.52562],
+ [55.70186, 12.51952],
+ [55.70664, 12.51592],
+ [55.70842, 12.51175],
+ [55.70949, 12.51257],
+ [55.71043, 12.51272],
+ [55.71181, 12.51205],
+ [55.71385, 12.51568],
+ [55.71577, 12.51652],
+ [55.71712, 12.51645],
+ [55.71767, 12.51439],
+ [55.71771, 12.513],
+ [55.71887, 12.51323],
+ [55.71961, 12.51315],
+ [55.72276, 12.51484],
+ [55.72635, 12.51783],
+ [55.72756, 12.5195]
]).addTo(map);
polygon.bindPopup("<a href=../../bispebjerg/>Ture på Bispebjerg</a><br><a href=../bispebjerg-kvarter/>Kort over Bispebjerg</a>");
</script>