From e9ea11c5332668af16c0497bf2b578433b05b32f Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Wed, 28 Oct 2020 16:19:38 +0000 Subject: List by country and added to map --- bh20simplewebuploader/static/main.js | 8 -------- bh20simplewebuploader/static/map.js | 4 ++-- 2 files changed, 2 insertions(+), 10 deletions(-) (limited to 'bh20simplewebuploader/static') diff --git a/bh20simplewebuploader/static/main.js b/bh20simplewebuploader/static/main.js index 6e63ed3..89bc603 100644 --- a/bh20simplewebuploader/static/main.js +++ b/bh20simplewebuploader/static/main.js @@ -66,13 +66,6 @@ function fetchHTMLTable(apiEndPoint) { .then(data => { console.log(data) htmlString="
"+data[i]["label"]+" | "+data[i]["count"]+" | "
- }
- */
for (var i=0; i " + "SARS-CoV-2 sequences: " +fastaCount); + marker.bindPopup("" + label + " " + "SARS-CoV-2 sequences: " +fastaCount + ""); markers.addLayer(marker); } } -- cgit v1.2.3 |