Skip to content

Commit 212a958

Browse files
authored
Merge pull request projecthorus#94 from LukePrior/testing
launch site colour
2 parents b4fa44f + deef9dc commit 212a958

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
@@ -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);

0 commit comments

Comments
 (0)