From 5e432d44568b5ec6c39c07718fcabe924f7e4bed Mon Sep 17 00:00:00 2001 From: Anson Bridges Date: Mon, 6 Nov 2023 22:21:33 -0500 Subject: Dashboard progress: layout, map, route drawing --- dashboard_website/static/js/map.js | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 dashboard_website/static/js/map.js (limited to 'dashboard_website/static/js/map.js') diff --git a/dashboard_website/static/js/map.js b/dashboard_website/static/js/map.js deleted file mode 100644 index 35eb70a..0000000 --- a/dashboard_website/static/js/map.js +++ /dev/null @@ -1,6 +0,0 @@ - -var all_clues = L.layerGroup([]); // all clues -var unvisited_clues = L.layerGroup([]); // subset of all clues - unvisited clues -var destination_clues = L.layerGroup([]); // clues bikers are currently destined for - -document.onload() \ No newline at end of file -- cgit v1.2.3