Geomap: Fix default opacity for layers (#63426)

This commit is contained in:
Adela Almasan
2023-02-21 12:55:07 -06:00
committed by GitHub
parent 20591cc42b
commit 2240484935
2 changed files with 3 additions and 1 deletions

View File

@@ -102,7 +102,7 @@ export const dayNightLayer: MapLayerRegistryItem<DayNightConfig> = {
})
}),
});
// Sun circle
const sunFeature = new Feature({
geometry: new Point([]),