diff options
Diffstat (limited to 'test/kbh.mdwn')
-rw-r--r-- | test/kbh.mdwn | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/test/kbh.mdwn b/test/kbh.mdwn deleted file mode 100644 index 00c9e28b..00000000 --- a/test/kbh.mdwn +++ /dev/null @@ -1,16 +0,0 @@ -# København -[[!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.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/>Ture på Østerbro</a><br><a href=../obro-kvarter/>Kort over Østerbro</a>"); -</script> |