diff options
author | Siri Reiter <siri@jones.dk> | 2016-02-21 22:33:24 +0100 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2016-02-21 22:33:24 +0100 |
commit | 43856a397ea13cf901dad34f2e07f5be9fdf6b82 (patch) | |
tree | b893696fa139c6ac84dfff41bb45a62c88ffa6c3 /test | |
parent | 610f1611f7423c0ff498576388f1ead58429f9a5 (diff) |
Remove Slotsholmen polygon (move to city) and add Østerbro. Add popup links to overview and to quarter map.
Diffstat (limited to 'test')
-rw-r--r-- | test/kbh.mdwn | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/test/kbh.mdwn b/test/kbh.mdwn index 3b27f662..508e31b2 100644 --- a/test/kbh.mdwn +++ b/test/kbh.mdwn @@ -2,9 +2,15 @@ [[!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.67579, 12.57598], - [55.67751, 12.57973], - [55.67526, 12.58741], - [55.67223, 12.58044] + [55.71662, 12.57231], + [55.71251, 12.58621], + [55.69607, 12.59308], + [55.69166, 12.58784], + [55.69558, 12.58038], + [55.69094, 12.57136], + [55.69621, 12.56149], + [55.70647, 12.56278], + [55.71415, 12.559] ]).addTo(map); +polygon.bindPopup("<a href=../osterbro/>Østerbro</a>"); </script> |