diff options
Diffstat (limited to 'test/city-kvarter')
-rw-r--r-- | test/city-kvarter/index.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/test/city-kvarter/index.md b/test/city-kvarter/index.md new file mode 100644 index 00000000..df68fd6d --- /dev/null +++ b/test/city-kvarter/index.md @@ -0,0 +1,11 @@ +# City +[[!template id=map bounds-nw="55.69225, 12.56166" bounds-se="55.66819, 12.60321"]] +<script> +var polygon = L.polygon([ + [55.67579, 12.57598], + [55.67751, 12.57973], + [55.67526, 12.58741], + [55.67223, 12.58044] +]).addTo(map); +polygon.bindPopup("<a href=../offentlighedsloven/>Offentlig/ Hemmelig vandring på Slotsholmen</a><br><a href=../test/offentlighedsloven-tur/>Gå til turkort</a>"); +</script> |