summaryrefslogtreecommitdiff
path: root/test/city-kvarter.mdwn
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2016-02-21 22:41:18 +0100
committerSiri Reiter <siri@jones.dk>2016-02-21 22:41:18 +0100
commit98e835981cfd971e27f8f3a67c2c769b1665b491 (patch)
tree1e08779574d0dab597467c72f55e770c03ea6b32 /test/city-kvarter.mdwn
parentdeff4cbdfc5e9def3ae87af45184ebd495164ada (diff)
Add quarter map. Add Slotsholmen polygon (from osterbro). Add popup links to tour description and tour map.
Diffstat (limited to 'test/city-kvarter.mdwn')
-rw-r--r--test/city-kvarter.mdwn11
1 files changed, 11 insertions, 0 deletions
diff --git a/test/city-kvarter.mdwn b/test/city-kvarter.mdwn
new file mode 100644
index 00000000..7aba4915
--- /dev/null
+++ b/test/city-kvarter.mdwn
@@ -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><a href=../test/offentlighedsloven-tur/>Gå til turkort</a>");
+</script>