From 740594a4b73952ad3f5fa52dd1bb939c73dcc7c2 Mon Sep 17 00:00:00 2001 From: Thomas Pointhuber Date: Sun, 2 Nov 2014 13:00:28 +0100 Subject: [enh] oscar_template: initial osm-map support for map results * TODO: remove leaflet.min.css if not required --- searx/static/oscar/img/map/layers-2x.png | Bin 0 -> 2898 bytes searx/static/oscar/img/map/layers.png | Bin 0 -> 1502 bytes searx/static/oscar/img/map/marker-icon-2x.png | Bin 0 -> 4033 bytes searx/static/oscar/img/map/marker-icon.png | Bin 0 -> 1747 bytes searx/static/oscar/img/map/marker-shadow.png | Bin 0 -> 797 bytes 5 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 searx/static/oscar/img/map/layers-2x.png create mode 100644 searx/static/oscar/img/map/layers.png create mode 100644 searx/static/oscar/img/map/marker-icon-2x.png create mode 100644 searx/static/oscar/img/map/marker-icon.png create mode 100644 searx/static/oscar/img/map/marker-shadow.png (limited to 'searx/static/oscar/img/map') diff --git a/searx/static/oscar/img/map/layers-2x.png b/searx/static/oscar/img/map/layers-2x.png new file mode 100644 index 000000000..a2cf7f9ef Binary files /dev/null and b/searx/static/oscar/img/map/layers-2x.png differ diff --git a/searx/static/oscar/img/map/layers.png b/searx/static/oscar/img/map/layers.png new file mode 100644 index 000000000..bca0a0e42 Binary files /dev/null and b/searx/static/oscar/img/map/layers.png differ diff --git a/searx/static/oscar/img/map/marker-icon-2x.png b/searx/static/oscar/img/map/marker-icon-2x.png new file mode 100644 index 000000000..0015b6495 Binary files /dev/null and b/searx/static/oscar/img/map/marker-icon-2x.png differ diff --git a/searx/static/oscar/img/map/marker-icon.png b/searx/static/oscar/img/map/marker-icon.png new file mode 100644 index 000000000..e2e9f757f Binary files /dev/null and b/searx/static/oscar/img/map/marker-icon.png differ diff --git a/searx/static/oscar/img/map/marker-shadow.png b/searx/static/oscar/img/map/marker-shadow.png new file mode 100644 index 000000000..d1e773c71 Binary files /dev/null and b/searx/static/oscar/img/map/marker-shadow.png differ -- cgit v1.2.3