diff options
author | Jonas Smedegaard <dr@jones.dk> | 2016-02-20 18:46:43 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2016-02-20 18:46:57 +0100 |
commit | 8a9d2cadfed216401d3daa9cd2f0d11d0f1f7bd1 (patch) | |
tree | a1c083f8d3f25043dd592cb61d940462c3aee763 | |
parent | 5c2c2431351d14dbaebd5842dc3a981dd2f6753d (diff) |
Add test polygon.
-rw-r--r-- | test/kbh.mdwn | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/kbh.mdwn b/test/kbh.mdwn index 49a402cb..1ea8fccd 100644 --- a/test/kbh.mdwn +++ b/test/kbh.mdwn @@ -1,2 +1,10 @@ # København [[!template 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] +]).addTo(map); +</script> |