show flood areas as areas

This commit is contained in:
Mateusz Konieczny 2022-11-08 15:40:44 +01:00
parent 669ec659fa
commit b6d4037226

View File

@ -16,7 +16,7 @@ export function FloodBoundaryLayer({enablement}: {enablement: FloodEnablementSta
return boundaryGeojson &&
<GeoJSON
data={boundaryGeojson}
style={{color: '#00f', fill: false, weight: 1}}
style={{color: '#00f', fill: true, weight: 1, opacity: 0.6}}
/>;
} else if (enablement == "disabled") {
return <div></div>