diff options
-rw-r--r-- | test/kbh.mdwn | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/test/kbh.mdwn b/test/kbh.mdwn index 00c9e28b..542d4f02 100644 --- a/test/kbh.mdwn +++ b/test/kbh.mdwn @@ -14,3 +14,18 @@ var polygon = L.polygon([ ]).addTo(map); polygon.bindPopup("<a href=../../osterbro/>Ture på Østerbro</a><br><a href=../obro-kvarter/>Kort over Østerbro</a>"); </script> +<script> +var polygon = L.polygon([ + [55.69537, 12.58038], + [55.69147, 12.58801], + [55.68755, 12.59282], + [55.68806, 12.59917], + [55.67889, 12.59346], + [55.66786, 12.57304], + [55.67599, 12.56304], + [55.67853, 12.56488], + [55.68112, 12.56051], + [55.68658, 12.56591] +]).addTo(map); +polygon.bindPopup("<a href=../../city/>Ture i Indre By</a><br><a href=../city-kvarter/>Kort over Indre By</a>"); +</script> |