summaryrefslogtreecommitdiff
path: root/test/kbh.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'test/kbh.mdwn')
-rw-r--r--test/kbh.mdwn31
1 files changed, 0 insertions, 31 deletions
diff --git a/test/kbh.mdwn b/test/kbh.mdwn
deleted file mode 100644
index 542d4f02..00000000
--- a/test/kbh.mdwn
+++ /dev/null
@@ -1,31 +0,0 @@
-# København
-[[!template stamen=toner-lite id=map bounds-nw="55.76846,12.45369" bounds-se="55.54883,12.67891" positionpopup=1]]
-<script>
-var polygon = L.polygon([
- [55.71662, 12.57231],
- [55.71251, 12.58621],
- [55.69607, 12.59308],
- [55.69166, 12.58784],
- [55.69558, 12.58038],
- [55.69094, 12.57136],
- [55.69621, 12.56149],
- [55.70647, 12.56278],
- [55.71415, 12.559]
-]).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>