diff --git a/WebContent/images/markers.pdf b/WebContent/images/markers.pdf index 9fdaea66b..94c2def87 100644 Binary files a/WebContent/images/markers.pdf and b/WebContent/images/markers.pdf differ diff --git a/WebContent/images/round-about-9.png b/WebContent/images/round-about-9.png deleted file mode 100644 index ae5ee6fcb..000000000 Binary files a/WebContent/images/round-about-9.png and /dev/null differ diff --git a/WebContent/images/round-about-big.png b/WebContent/images/round-about-big.png new file mode 100644 index 000000000..e342a99cf Binary files /dev/null and b/WebContent/images/round-about-big.png differ diff --git a/WebContent/images/round-about.png b/WebContent/images/round-about.png new file mode 100644 index 000000000..f18d9ad3d Binary files /dev/null and b/WebContent/images/round-about.png differ diff --git a/WebContent/main.html b/WebContent/main.html index f16194161..3e48509c6 100644 --- a/WebContent/main.html +++ b/WebContent/main.html @@ -23,7 +23,7 @@ - + @@ -67,14 +67,14 @@ - + - + diff --git a/WebContent/routing.js b/WebContent/routing.js index d4da9be89..fb6575898 100644 --- a/WebContent/routing.js +++ b/WebContent/routing.js @@ -380,17 +380,17 @@ function getDirectionIcon(name) { "Turn slight right":"slight-right.png", "Turn sharp left":"sharp-left.png", "Turn sharp right":"sharp-right.png", - "Enter round-about and leave at first exit":"round-about-9.png", - "Enter round-about and leave at second exit":"round-about-9.png", - "Enter round-about and leave at third exit":"round-about-9.png", - "Enter round-about and leave at forth exit":"round-about-9.png", - "Enter round-about and leave at fifth exit":"round-about-9.png", - "Enter round-about and leave at sixth exit":"round-about-9.png", - "Enter round-about and leave at seventh exit":"round-about-9.png", - "Enter round-about and leave at eighth exit":"round-about-9.png", - "Enter round-about and leave at nineth exit":"round-about-9.png", - "Enter round-about and leave at tenth exit":"round-about-9.png", - "Enter round-about and leave at one of the too many exit":"round-about-9.png", + "Enter round-about and leave at first exit":"round-about.png", + "Enter round-about and leave at second exit":"round-about.png", + "Enter round-about and leave at third exit":"round-about.png", + "Enter round-about and leave at forth exit":"round-about.png", + "Enter round-about and leave at fifth exit":"round-about.png", + "Enter round-about and leave at sixth exit":"round-about.png", + "Enter round-about and leave at seventh exit":"round-about.png", + "Enter round-about and leave at eighth exit":"round-about.png", + "Enter round-about and leave at nineth exit":"round-about.png", + "Enter round-about and leave at tenth exit":"round-about.png", + "Enter round-about and leave at one of the too many exit":"round-about.png", }; if( directions[name] )
Start: Suchen
Ende: Suchen