diff options
author | Your Name <you@example.com> | 2019-06-18 11:51:38 +0200 |
---|---|---|
committer | Your Name <you@example.com> | 2019-06-18 11:51:38 +0200 |
commit | 240c87e810ea31e19217aa1c9c8f06d6344e5172 (patch) | |
tree | 3b3e2f0705f7b0694f222c4fa630f4dc0c2dbbee /un_moteur_a_bukavu | |
parent | 30f32e4804172092673710c41e1d4082f703b573 (diff) | |
download | hacklab.brussels-240c87e810ea31e19217aa1c9c8f06d6344e5172.tar.gz |
storymap & microf
Diffstat (limited to 'un_moteur_a_bukavu')
-rw-r--r-- | un_moteur_a_bukavu/index.html | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/un_moteur_a_bukavu/index.html b/un_moteur_a_bukavu/index.html index cdd9c13..b49468b 100644 --- a/un_moteur_a_bukavu/index.html +++ b/un_moteur_a_bukavu/index.html @@ -3,7 +3,7 @@ <head> <meta charset="utf-8"> <title></title> - <link rel="stylesheet" href="hackmap.css"> + <link rel="stylesheet" href="/hackmap.css"> <link rel="stylesheet" href="https://unpkg.com/leaflet@1.4.0/dist/leaflet.css" integrity="sha512-puBpdR0798OZvTTbP4A8Ix/l+A4dHDD0DGqYW6RQ+9jxkRFclaxxQb/SJAWZfWAkuyeQUytO7+7N4QKrDh+drA==" crossorigin=""/> @@ -17,7 +17,9 @@ </div> <div id="story" style=""> -<p>mercury 6pk, coming from buratinas, stored in rue loquenghien (jan van loquenghien), repaired at hacklab <loc position="50.87286710651607, 4.377062022686005"> , maybe sold off and transported to bukavu <loc position="-2.5106, 28.8439">, to do the rounds on the lakes there.</p> +<p><a href="/un_moteur_a_bukavu">…</a></p> + +<p>mercury 6pk, coming from buratinas, stored in rue <a href="https://nl.wikipedia.org/wiki/Jan_van_Locquenghien">loquenghien</a>, repaired at hacklab <loc position="50.87286710651607, 4.377062022686005"> , maybe sold off and transported to bukavu <loc position="-2.5106, 28.8439">, to do the rounds on the lakes there.</p> </div> @@ -106,14 +108,6 @@ for(var i=0;i<locationLength; i++) { var bounds = L.latLngBounds(markerArray); map.fitBounds(bounds, {padding: L.point(20, 20)}); -var circle = L.circle([50.87286710651607, 4.377062022686005], { -color: 'orangered', -fillColor: 'orangered', -fillOpacity: 1 , -radius: 2 -}).addTo(map); -circle.bindPopup('<iframe src="https://hacklab.brussels"></iframe>'); - |