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