File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 } ) ;
You can’t perform that action at this time.
0 commit comments