diff options
Diffstat (limited to 'dashboard_website/static/js/map.js')
| -rw-r--r-- | dashboard_website/static/js/map.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/dashboard_website/static/js/map.js b/dashboard_website/static/js/map.js new file mode 100644 index 0000000..35eb70a --- /dev/null +++ b/dashboard_website/static/js/map.js @@ -0,0 +1,6 @@ + +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 |
