From 7a8aeaff0e39f128ad007a9c02914dcb7c5e1392 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sat, 8 Jun 2019 21:52:30 +0200 Subject: small bugs hackmap --- hackmap/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hackmap/index.html b/hackmap/index.html index c12e011..871a6ca 100644 --- a/hackmap/index.html +++ b/hackmap/index.html @@ -3,7 +3,7 @@ - + @@ -52,7 +52,7 @@ fillColor: 'orangered', fillOpacity: 1 , radius: 2 }).addTo(map); -circle.bindPopup(''); +circle.bindPopup(''); circle = L.circle([50.884365143500744, 4.3793392181396475], { color: 'orangered', -- cgit v1.2.3