summaryrefslogtreecommitdiff
path: root/un_moteur_a_bukavu/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'un_moteur_a_bukavu/index.html')
-rw-r--r--un_moteur_a_bukavu/index.html14
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">&hellip;</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>');
-