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 ec5095b commit 26c4a85Copy full SHA for 26c4a85
js/tracker.js
@@ -1690,7 +1690,7 @@ function addPosition(position) {
1690
size: image_src_size,
1691
scaledSize: image_src_size,
1692
},
1693
- title: vcallsign,
+ title: position.type + ' ' + vcallsign,
1694
});
1695
1696
google.maps.event.addDomListener(marker, 'click', function() {
0 commit comments