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.
2 parents 81cd8b3 + 79a1177 commit 706af8fCopy full SHA for 706af8f
js/tracker.js
@@ -488,7 +488,7 @@ function load() {
488
if(currentPosition) updateCurrentPosition(currentPosition.lat, currentPosition.lon);
489
490
//Receiver canvas
491
- receiverCanvas = new L.markerGroup();
+ receiverCanvas = new L.LayerGroup();
492
receiverCanvas.addTo(map);
493
494
// initalize nite overlay
@@ -611,7 +611,7 @@ function setTimeValue() {
611
612
function showLaunchSites() {
613
if (!launches) {
614
- launches = new new L.markerGroup();
+ launches = new L.LayerGroup();
615
$.getJSON("launchSites.json", function(json) {
616
for (var key in json) {
617
if (json.hasOwnProperty(key)) {
0 commit comments