diff --git a/WebContent/images/head.png b/WebContent/images/head.png new file mode 100644 index 000000000..5d1d791a9 Binary files /dev/null and b/WebContent/images/head.png differ diff --git a/WebContent/images/raw/continue.png b/WebContent/images/raw/continue.png deleted file mode 100644 index 50a54e0b9..000000000 Binary files a/WebContent/images/raw/continue.png and /dev/null differ diff --git a/WebContent/images/raw/default.png b/WebContent/images/raw/default.png deleted file mode 100644 index 7e162eb62..000000000 Binary files a/WebContent/images/raw/default.png and /dev/null differ diff --git a/WebContent/images/raw/markers.pdf b/WebContent/images/raw/markers.pdf index 4cf60451a..6cfc6a90a 100644 Binary files a/WebContent/images/raw/markers.pdf and b/WebContent/images/raw/markers.pdf differ diff --git a/WebContent/images/raw/round-about.png b/WebContent/images/raw/round-about.png deleted file mode 100644 index e342a99cf..000000000 Binary files a/WebContent/images/raw/round-about.png and /dev/null differ diff --git a/WebContent/images/raw/sharp-left.png b/WebContent/images/raw/sharp-left.png deleted file mode 100644 index 18d2ff962..000000000 Binary files a/WebContent/images/raw/sharp-left.png and /dev/null differ diff --git a/WebContent/images/raw/sharp-right.png b/WebContent/images/raw/sharp-right.png deleted file mode 100644 index 11cffa6f0..000000000 Binary files a/WebContent/images/raw/sharp-right.png and /dev/null differ diff --git a/WebContent/images/raw/slight-left.png b/WebContent/images/raw/slight-left.png deleted file mode 100644 index 2a3b41c29..000000000 Binary files a/WebContent/images/raw/slight-left.png and /dev/null differ diff --git a/WebContent/images/raw/slight-right.png b/WebContent/images/raw/slight-right.png deleted file mode 100644 index dba4064b1..000000000 Binary files a/WebContent/images/raw/slight-right.png and /dev/null differ diff --git a/WebContent/images/raw/target.png b/WebContent/images/raw/target.png deleted file mode 100644 index 3bcb3b732..000000000 Binary files a/WebContent/images/raw/target.png and /dev/null differ diff --git a/WebContent/images/raw/turn-left.png b/WebContent/images/raw/turn-left.png deleted file mode 100644 index 12f96787e..000000000 Binary files a/WebContent/images/raw/turn-left.png and /dev/null differ diff --git a/WebContent/images/raw/turn-right.png b/WebContent/images/raw/turn-right.png deleted file mode 100644 index fc759cf83..000000000 Binary files a/WebContent/images/raw/turn-right.png and /dev/null differ diff --git a/WebContent/images/raw/u-turn.png b/WebContent/images/raw/u-turn.png deleted file mode 100644 index a2e0e7888..000000000 Binary files a/WebContent/images/raw/u-turn.png and /dev/null differ diff --git a/WebContent/images/small/continue.png b/WebContent/images/small/continue.png deleted file mode 100644 index 11784c269..000000000 Binary files a/WebContent/images/small/continue.png and /dev/null differ diff --git a/WebContent/images/small/default.png b/WebContent/images/small/default.png deleted file mode 100644 index caa54d295..000000000 Binary files a/WebContent/images/small/default.png and /dev/null differ diff --git a/WebContent/images/small/round-about.png b/WebContent/images/small/round-about.png deleted file mode 100644 index 9641c26e2..000000000 Binary files a/WebContent/images/small/round-about.png and /dev/null differ diff --git a/WebContent/images/small/sharp-left.png b/WebContent/images/small/sharp-left.png deleted file mode 100644 index 3961e8d46..000000000 Binary files a/WebContent/images/small/sharp-left.png and /dev/null differ diff --git a/WebContent/images/small/sharp-right.png b/WebContent/images/small/sharp-right.png deleted file mode 100644 index 7ff55fa56..000000000 Binary files a/WebContent/images/small/sharp-right.png and /dev/null differ diff --git a/WebContent/images/small/slight-left.png b/WebContent/images/small/slight-left.png deleted file mode 100644 index 81596f5bc..000000000 Binary files a/WebContent/images/small/slight-left.png and /dev/null differ diff --git a/WebContent/images/small/slight-right.png b/WebContent/images/small/slight-right.png deleted file mode 100644 index 1060453ab..000000000 Binary files a/WebContent/images/small/slight-right.png and /dev/null differ diff --git a/WebContent/images/small/target.png b/WebContent/images/small/target.png deleted file mode 100644 index 25607006d..000000000 Binary files a/WebContent/images/small/target.png and /dev/null differ diff --git a/WebContent/images/small/turn-left.png b/WebContent/images/small/turn-left.png deleted file mode 100644 index 9e2d7b468..000000000 Binary files a/WebContent/images/small/turn-left.png and /dev/null differ diff --git a/WebContent/images/small/turn-right.png b/WebContent/images/small/turn-right.png deleted file mode 100644 index f56af46eb..000000000 Binary files a/WebContent/images/small/turn-right.png and /dev/null differ diff --git a/WebContent/images/small/u-turn.png b/WebContent/images/small/u-turn.png deleted file mode 100644 index cf7c37b46..000000000 Binary files a/WebContent/images/small/u-turn.png and /dev/null differ diff --git a/WebContent/main.js b/WebContent/main.js index 233075b5b..0631c3743 100644 --- a/WebContent/main.js +++ b/WebContent/main.js @@ -71,6 +71,7 @@ OSRM.prefetchImages = function() { {id:'direction_6', url:'images/slight-left.png'}, {id:'direction_7', url:'images/turn-left.png'}, {id:'direction_8', url:'images/sharp-left.png'}, + {id:'direction_10', url:'images/head.png'}, {id:'direction_11', url:'images/round-about.png'}, {id:'direction_15', url:'images/target.png'} ];