diff options
author | Siri Reiter <siri@jones.dk> | 2018-05-12 12:52:42 +0200 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2018-05-12 12:52:42 +0200 |
commit | 29386cf951516b442a0219d63630c12ff6c7fe07 (patch) | |
tree | 42bc7f40c1bc98e919d4fdfc434a423744429ce2 /test | |
parent | 180f97bd9c8e609c5c3112fdd41bf0c43edc4c4f (diff) |
Put marker with popup.
Diffstat (limited to 'test')
-rw-r--r-- | test/osterbro-attraktion-tur.mdwn | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/osterbro-attraktion-tur.mdwn b/test/osterbro-attraktion-tur.mdwn index 5c2a5dec..4dcae232 100644 --- a/test/osterbro-attraktion-tur.mdwn +++ b/test/osterbro-attraktion-tur.mdwn @@ -1,3 +1,7 @@ [[!meta title="Østerbros attraktioner"]] # [[Østerbros attraktioner|/osterbro-attraktion]] [[!template id=map bounds-nw="55.709, 12.56261" bounds-se="55.6965, 12.5911"]] +<script> +var waypoint = L.marker([55.6992, 12.5772]).addTo(map); +waypoint.bindPopup("<a href=../../osterbro-attraktion/>Østerbros Attraktioner</a><br><a href=../osterbro-attraktion/>Gå til turbeskrivelsen</a>"); +</script> |