summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2018-05-11 13:14:01 +0200
committerSiri Reiter <siri@jones.dk>2018-05-11 13:14:59 +0200
commitb436d18ab90ac96662da63ce5a647ef721dd0636 (patch)
treeb939ac0e4e2586d821b79a62976474dac7ada450 /test
parentd6c445acec836cb4286387a8dfd41147b35bf88e (diff)
Add stamen layer. Add polygons with osterbro, norrebro and vesterbro.
Diffstat (limited to 'test')
-rw-r--r--test/broer.mdwn97
1 files changed, 95 insertions, 2 deletions
diff --git a/test/broer.mdwn b/test/broer.mdwn
index 7fbe1a7c..e9881049 100644
--- a/test/broer.mdwn
+++ b/test/broer.mdwn
@@ -1,2 +1,95 @@
-# Broerne
-[[!template id=map bounds-nw="55.70845,12.53386" bounds-se="55.66239,12.59703"]]
+# Brokvartererne
+[[!template stamen=toner-lite id=map bounds-nw="55.70845,12.53386" bounds-se="55.66239,12.59703"]]
+<script>
+var polygon = L.polygon([
+ [55.73275, 12.56572],
+ [55.73247, 12.56692],
+ [55.73054, 12.56748],
+ [55.73009, 12.56836],
+ [55.72909, 12.57631],
+ [55.72954, 12.57648],
+ [55.72776, 12.57587],
+ [55.72289, 12.57769],
+ [55.72165, 12.57746],
+ [55.72165, 12.58291],
+ [55.71251, 12.58621],
+ [55.69607, 12.59308],
+ [55.7011, 12.59643],
+ [55.6951, 12.59359],
+ [55.69916, 12.59153],
+ [55.69607, 12.5796],
+ [55.69094, 12.57136],
+ [55.69621, 12.56149],
+ [55.70647, 12.56278],
+ [55.70352, 12.5584],
+ [55.71009, 12.55497],
+ [55.71106, 12.55325],
+ [55.71466, 12.55879],
+ [55.71913, 12.56437],
+ [55.71986, 12.56261],
+ [55.71986, 12.5613],
+ [55.72191, 12.56355],
+ [55.72242, 12.56136],
+ [55.72533, 12.56162],
+ [55.73127, 12.56357],
+ [55.73131, 12.56424],
+ [55.73124, 12.566]
+]).addTo(map);
+polygon.bindPopup("<a href=../../osterbro/>Ture på Østerbro</a>");
+</script>
+<script>
+var polygon = L.polygon([
+ [55.67466, 12.5642],
+ [55.66819, 12.57196],
+ [55.66776, 12.57111],
+ [55.6673, 12.57154],
+ [55.66381, 12.56441],
+ [55.66209, 12.5657],
+ [55.65311, 12.55866],
+ [55.65454, 12.55261],
+ [55.65541, 12.5533],
+ [55.65704, 12.5527],
+ [55.65408, 12.53849],
+ [55.65529, 12.53767],
+ [55.66248, 12.54154],
+ [55.66326, 12.53068],
+ [55.66723, 12.52828],
+ [55.67015, 12.53806],
+ [55.67308, 12.54823],
+ [55.67267, 12.54999],
+ [55.67451, 12.54986],
+ [55.67352, 12.55411],
+ [55.67456, 12.56021],
+ [55.67352, 12.56115]
+]).addTo(map);
+polygon.bindPopup("<a href=../../vesterbro/>Ture på Vesterbro</a>");
+</script>
+<script>
+var polygon = L.polygon([
+ [55.69379, 12.536],
+ [55.69447, 12.53549],
+ [55.69524, 12.53446],
+ [55.6966, 12.53566],
+ [55.69713, 12.53557],
+ [55.69807, 12.53673],
+ [55.70103, 12.53785],
+ [55.70376, 12.53909],
+ [55.70659, 12.54192],
+ [55.70826, 12.54463],
+ [55.7113, 12.55334],
+ [55.71004, 12.55506],
+ [55.70361, 12.55772],
+ [55.70313, 12.55875],
+ [55.70642, 12.56252],
+ [55.69636, 12.56166],
+ [55.69171, 12.56948],
+ [55.68726, 12.56278],
+ [55.68208, 12.5578],
+ [55.68475, 12.55385],
+ [55.68538, 12.5469],
+ [55.6876, 12.54141],
+ [55.69108, 12.53643],
+ [55.69287, 12.53557]
+]).addTo(map);
+polygon.bindPopup("<a href=../../norrebro/>Ture på Nørrebro</a>");
+</script>