From 40b98201e2fcff22e8781ed747c4f3ffa509696a Mon Sep 17 00:00:00 2001 From: Anson Bridges Date: Mon, 6 Nov 2023 13:27:52 -0500 Subject: begin work on dashboard (flask + leaflet) --- dashboard_website/static/img/marker-bike.png | Bin 0 -> 7511 bytes dashboard_website/static/img/marker-icon-black.png | Bin 0 -> 3183 bytes dashboard_website/static/img/marker-icon-blue.png | Bin 0 -> 4033 bytes dashboard_website/static/img/marker-icon-green.png | Bin 0 -> 4203 bytes dashboard_website/static/img/marker-icon-grey.png | Bin 0 -> 3534 bytes dashboard_website/static/img/marker-icon-orange.png | Bin 0 -> 4167 bytes dashboard_website/static/img/marker-icon-red.png | Bin 0 -> 4230 bytes dashboard_website/static/img/marker-icon-yellow.png | Bin 0 -> 4159 bytes dashboard_website/static/img/marker-shadow.png | Bin 0 -> 608 bytes 9 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 dashboard_website/static/img/marker-bike.png create mode 100644 dashboard_website/static/img/marker-icon-black.png create mode 100644 dashboard_website/static/img/marker-icon-blue.png create mode 100644 dashboard_website/static/img/marker-icon-green.png create mode 100644 dashboard_website/static/img/marker-icon-grey.png create mode 100644 dashboard_website/static/img/marker-icon-orange.png create mode 100644 dashboard_website/static/img/marker-icon-red.png create mode 100644 dashboard_website/static/img/marker-icon-yellow.png create mode 100644 dashboard_website/static/img/marker-shadow.png (limited to 'dashboard_website/static/img') diff --git a/dashboard_website/static/img/marker-bike.png b/dashboard_website/static/img/marker-bike.png new file mode 100644 index 0000000..48dbf96 Binary files /dev/null and b/dashboard_website/static/img/marker-bike.png differ diff --git a/dashboard_website/static/img/marker-icon-black.png b/dashboard_website/static/img/marker-icon-black.png new file mode 100644 index 0000000..23c94cf Binary files /dev/null and b/dashboard_website/static/img/marker-icon-black.png differ diff --git a/dashboard_website/static/img/marker-icon-blue.png b/dashboard_website/static/img/marker-icon-blue.png new file mode 100644 index 0000000..0015b64 Binary files /dev/null and b/dashboard_website/static/img/marker-icon-blue.png differ diff --git a/dashboard_website/static/img/marker-icon-green.png b/dashboard_website/static/img/marker-icon-green.png new file mode 100644 index 0000000..c359abb Binary files /dev/null and b/dashboard_website/static/img/marker-icon-green.png differ diff --git a/dashboard_website/static/img/marker-icon-grey.png b/dashboard_website/static/img/marker-icon-grey.png new file mode 100644 index 0000000..43b3eb4 Binary files /dev/null and b/dashboard_website/static/img/marker-icon-grey.png differ diff --git a/dashboard_website/static/img/marker-icon-orange.png b/dashboard_website/static/img/marker-icon-orange.png new file mode 100644 index 0000000..c3c8632 Binary files /dev/null and b/dashboard_website/static/img/marker-icon-orange.png differ diff --git a/dashboard_website/static/img/marker-icon-red.png b/dashboard_website/static/img/marker-icon-red.png new file mode 100644 index 0000000..1c26e9f Binary files /dev/null and b/dashboard_website/static/img/marker-icon-red.png differ diff --git a/dashboard_website/static/img/marker-icon-yellow.png b/dashboard_website/static/img/marker-icon-yellow.png new file mode 100644 index 0000000..8b677d9 Binary files /dev/null and b/dashboard_website/static/img/marker-icon-yellow.png differ diff --git a/dashboard_website/static/img/marker-shadow.png b/dashboard_website/static/img/marker-shadow.png new file mode 100644 index 0000000..84c5808 Binary files /dev/null and b/dashboard_website/static/img/marker-shadow.png differ -- cgit v1.2.3