We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef841fa commit fbd2e47Copy full SHA for fbd2e47
1 file changed
map/crop/crop.js
@@ -8,7 +8,7 @@ import {CropLegendControl} from "./CropLegendControl";
8
9
const CROP_ATTRIBUTE = "hcat:code";
10
const fieldStyle = {
11
- "stroke-color": 'rgb(88, 88, 88, 88)',
+ "stroke-color": 'rgba(88, 88, 88, 88)',
12
"stroke-width": 0.5,
13
"fill-color": ['get', 'color']
14
}
0 commit comments