Commit 941b22b4 authored by Daniel Friesel's avatar Daniel Friesel
Browse files

map: invert from/to colour

parent 240976e8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -112,7 +112,7 @@ sub route {
							lon   => $stop->{stop}{location}{longitude},
							lat   => $stop->{stop}{location}{latitude},
							title => $stop->{stop}{name},
							icon  => 'greenIcon',
							icon  => 'goldIcon',
						}
					);
				}
@@ -123,7 +123,7 @@ sub route {
							lon   => $stop->{stop}{location}{longitude},
							lat   => $stop->{stop}{location}{latitude},
							title => $stop->{stop}{name},
							icon  => 'goldIcon',
							icon  => 'greenIcon',
						}
					);
				}