Skip to content

Commit deef9dc

Browse files
committed
launch site colour
1 parent 79a1177 commit deef9dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

js/tracker.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -638,7 +638,7 @@ function showLaunchSites() {
638638
sondes = sondes.replace(new RegExp("\\b77\\b"), "M10 (possible to track)");
639639
sondes = sondes.replace(new RegExp("\\b82\\b"), "LMS6-1680 (possible to track)");
640640
sondes = sondes.replace(new RegExp("\\b84\\b"), "iMet-54 (possible to track)");
641-
var marker = new L.circleMarker(latlon, {color: 'black', radius: 8});
641+
var marker = new L.circleMarker(latlon, {color: '#696969', fillColor: "white", radius: 8});
642642
var popup = new L.popup({ autoClose: false, closeOnClick: false }).setContent("<font style='font-size: 13px'>" + json[key].station_name + "</font><br><br><b>Sondes launched:</b> " + sondes);
643643
marker.bindPopup(popup);
644644
launches.addLayer(marker);
@@ -3344,7 +3344,7 @@ function updateReceiverMarker(receiver) {
33443344
};
33453345
} else {
33463346
receiver.marker = new L.CircleMarker(latlng, {
3347-
radius: 8,
3347+
radius: 6,
33483348
fillOpacity: 0.6,
33493349
color: "#008000",
33503350
});

0 commit comments

Comments
 (0)