Radio sonde
This commit is contained in:
@@ -380,6 +380,9 @@ function restoreOverlayState() {
|
||||
if (activeOverlays.value.has('satellites')) sats.show();
|
||||
else sats.hide();
|
||||
|
||||
if (activeOverlays.value.has('sondes')) sondes.show();
|
||||
else sondes.hide();
|
||||
|
||||
if (activeOverlays.value.has('aurora')) aurora.show();
|
||||
else aurora.hide();
|
||||
|
||||
|
||||
@@ -176,7 +176,7 @@ export class SondesLayer {
|
||||
marker.setStyle(new Style({
|
||||
image: new Icon({
|
||||
src: '/sonde.png',
|
||||
scale: 0.1,
|
||||
scale: 0.15,
|
||||
anchor: [0.5, 0.5],
|
||||
}),
|
||||
}));
|
||||
|
||||
Reference in New Issue
Block a user