From a7adcacd04f3c40e48b8693f19d90b0c1a430a4c Mon Sep 17 00:00:00 2001 From: Thomas Pointhuber Date: Sun, 28 Dec 2014 15:10:42 +0100 Subject: [enh] add new marker-icons for map fetched from https://github.com/pointhi/leaflet-color-markers --- searx/static/oscar/img/map/marker-icon-2x-green.png | Bin 0 -> 4203 bytes searx/static/oscar/img/map/marker-icon-2x-orange.png | Bin 0 -> 4167 bytes searx/static/oscar/img/map/marker-icon-2x-red.png | Bin 0 -> 4230 bytes searx/static/oscar/img/map/marker-icon-green.png | Bin 0 -> 1822 bytes searx/static/oscar/img/map/marker-icon-orange.png | Bin 0 -> 1862 bytes searx/static/oscar/img/map/marker-icon-red.png | Bin 0 -> 1870 bytes 6 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 searx/static/oscar/img/map/marker-icon-2x-green.png create mode 100644 searx/static/oscar/img/map/marker-icon-2x-orange.png create mode 100644 searx/static/oscar/img/map/marker-icon-2x-red.png create mode 100644 searx/static/oscar/img/map/marker-icon-green.png create mode 100644 searx/static/oscar/img/map/marker-icon-orange.png create mode 100644 searx/static/oscar/img/map/marker-icon-red.png diff --git a/searx/static/oscar/img/map/marker-icon-2x-green.png b/searx/static/oscar/img/map/marker-icon-2x-green.png new file mode 100644 index 000000000..c359abb6c Binary files /dev/null and b/searx/static/oscar/img/map/marker-icon-2x-green.png differ diff --git a/searx/static/oscar/img/map/marker-icon-2x-orange.png b/searx/static/oscar/img/map/marker-icon-2x-orange.png new file mode 100644 index 000000000..c3c863211 Binary files /dev/null and b/searx/static/oscar/img/map/marker-icon-2x-orange.png differ diff --git a/searx/static/oscar/img/map/marker-icon-2x-red.png b/searx/static/oscar/img/map/marker-icon-2x-red.png new file mode 100644 index 000000000..1c26e9fc2 Binary files /dev/null and b/searx/static/oscar/img/map/marker-icon-2x-red.png differ diff --git a/searx/static/oscar/img/map/marker-icon-green.png b/searx/static/oscar/img/map/marker-icon-green.png new file mode 100644 index 000000000..56db5ea9f Binary files /dev/null and b/searx/static/oscar/img/map/marker-icon-green.png differ diff --git a/searx/static/oscar/img/map/marker-icon-orange.png b/searx/static/oscar/img/map/marker-icon-orange.png new file mode 100644 index 000000000..fbbce7b2a Binary files /dev/null and b/searx/static/oscar/img/map/marker-icon-orange.png differ diff --git a/searx/static/oscar/img/map/marker-icon-red.png b/searx/static/oscar/img/map/marker-icon-red.png new file mode 100644 index 000000000..3e64e06d1 Binary files /dev/null and b/searx/static/oscar/img/map/marker-icon-red.png differ -- cgit v1.2.3