Skip to content

Commit 26c4a85

Browse files
committed
Add type to marker labels
1 parent ec5095b commit 26c4a85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/tracker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1690,7 +1690,7 @@ function addPosition(position) {
16901690
size: image_src_size,
16911691
scaledSize: image_src_size,
16921692
},
1693-
title: vcallsign,
1693+
title: position.type + ' ' + vcallsign,
16941694
});
16951695

16961696
google.maps.event.addDomListener(marker, 'click', function() {

0 commit comments

Comments
 (0)