Skip to content

Commit 925986b

Browse files
added special balloon icons for PIE
1 parent b8bc662 commit 925986b

File tree

5 files changed

+2
-2
lines changed

5 files changed

+2
-2
lines changed

cache.manifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
CACHE MANIFEST
2-
# version 127
2+
# version 128
33

44
# gogole maps files
55
http://maps.google.com/maps/api/js?v=3.10&sensor=false&key=AIzaSyCOqkcNey4CCyG4X0X5qxHAhCgD8g5DwXg

img/markers/balloon-rpi.png

14.2 KB
Loading

img/markers/parachute-rpi.png

21.3 KB
Loading

img/markers/payload-rpi.png

2.43 KB
Loading

js/tracker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -642,7 +642,7 @@ function addPosition(position) {
642642
title: position.vehicle,
643643
});
644644
marker.shadow = marker_shadow;
645-
marker.balloonColor = balloon_colors_name[c];
645+
marker.balloonColor = (position.vehicle == "PIE") ? "rpi" : balloon_colors_name[c];
646646
marker.mode = 'balloon';
647647
marker.setMode = function(mode) {
648648
this.mode = mode;

0 commit comments

Comments
 (0)