We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0c58f7 commit 3633294Copy full SHA for 3633294
cache.manifest
@@ -1,5 +1,5 @@
1
CACHE MANIFEST
2
-# version 143
+# version 144
3
4
# gogole maps files
5
http://maps.google.com/maps/api/js?v=3.10&sensor=false&key=AIzaSyCOqkcNey4CCyG4X0X5qxHAhCgD8g5DwXg
js/tracker.js
@@ -621,7 +621,7 @@ function addPosition(position) {
621
color_index = balloon_index++;
622
var c = color_index % balloon_colors.length;
623
624
- image_src = host_url + markers_url + "balloon-" + balloon_colors_name[c] + ".png";
+ image_src = host_url + markers_url + "balloon-" + ((position.vehicle == "PIE") ? "rpi" : balloon_colors_name[c]) + ".png";
625
marker_shadow = new google.maps.Marker({
626
map: map,
627
zIndex: Z_SHADOW,
0 commit comments