Skip to content

Commit 3d91638

Browse files
a few small tweaks to some car/antenna icons
1 parent 735dcfb commit 3d91638

File tree

7 files changed

+6
-5
lines changed

7 files changed

+6
-5
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 220
2+
# version 226
33

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

img/markers/antenna-green.png

23 Bytes
Loading

img/markers/car-blue.png

177 Bytes
Loading

img/markers/car-green.png

58 Bytes
Loading

img/markers/car-red.png

98 Bytes
Loading

img/markers/car-yellow.png

227 Bytes
Loading

js/tracker.js

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -614,7 +614,8 @@ function addPosition(position) {
614614
icon: {
615615
url: image_src,
616616
size: new google.maps.Size(55,25),
617-
scaledSize: new google.maps.Size(55,25)
617+
scaledSize: new google.maps.Size(55,25),
618+
anchor: new google.maps.Point(27,22)
618619
},
619620
zIndex: Z_CAR,
620621
position: point,
@@ -1083,9 +1084,9 @@ function updateReceiverMarker(receiver) {
10831084
receiver.marker = new google.maps.Marker({
10841085
icon: {
10851086
url: host_url + markers_url + "antenna-green.png",
1086-
size: new google.maps.Size(26,32),
1087-
scaledSize: new google.maps.Size(26,32),
1088-
anchor: new google.maps.Point(13,30),
1087+
size: new google.maps.Size(26,34),
1088+
scaledSize: new google.maps.Size(26,34),
1089+
anchor: new google.maps.Point(13,34),
10891090
},
10901091
zIndex: Z_STATION,
10911092
position: latlng,

0 commit comments

Comments
 (0)