summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2016-04-07 22:21:28 +0200
committerSiri Reiter <siri@jones.dk>2016-04-07 22:21:28 +0200
commit3e3c432376ba391efcacea6bfc904978dc5c5ff5 (patch)
treeea851274815fee04187466a9656213e882eea5ac /test
parentf4b9179df6934901bad3b8806477c35d9a5f0b93 (diff)
Improve borders of Osterbro.
Diffstat (limited to 'test')
-rw-r--r--test/kbh.mdwn25
1 files changed, 23 insertions, 2 deletions
diff --git a/test/kbh.mdwn b/test/kbh.mdwn
index 08496c9a..2f4cc566 100644
--- a/test/kbh.mdwn
+++ b/test/kbh.mdwn
@@ -10,7 +10,16 @@ else="""
[[!template stamen=toner-lite id=map bounds-nw="55.76846,12.45369" bounds-se="55.54883,12.67891" positionpopup=1]]
<script>
var polygon = L.polygon([
- [55.71662, 12.57231],
+ [55.73275, 12.56572],
+ [55.73247, 12.56692],
+ [55.73054, 12.56748],
+ [55.73009, 12.56836],
+ [55.72909, 12.57631],
+ [55.72954, 12.57648],
+ [55.72776, 12.57587],
+ [55.72289, 12.57769],
+ [55.72165, 12.57746],
+ [55.72165, 12.58291],
[55.71251, 12.58621],
[55.69607, 12.59308],
[55.69166, 12.58784],
@@ -18,7 +27,19 @@ var polygon = L.polygon([
[55.69094, 12.57136],
[55.69621, 12.56149],
[55.70647, 12.56278],
- [55.71415, 12.559]
+ [55.70352, 12.5584],
+ [55.71009, 12.55497],
+ [55.71106, 12.55325],
+ [55.71466, 12.55879],
+ [55.71913, 12.56437],
+ [55.71986, 12.56261],
+ [55.71986, 12.5613],
+ [55.72191, 12.56355],
+ [55.72242, 12.56136],
+ [55.72533, 12.56162],
+ [55.73127, 12.56357],
+ [55.73131, 12.56424],
+ [55.73124, 12.566]
]).addTo(map);
polygon.bindPopup("<a href=../../osterbro/>Ture på Østerbro</a><br><a href=../obro-kvarter/>Kort over Østerbro</a>");
</script>