Skip to content

Commit

Permalink
Set smaller circle-stroke-width for continous point displays
Browse files Browse the repository at this point in the history
  • Loading branch information
underbluewaters committed Sep 4, 2024
1 parent c01b0b1 commit 374fed3
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -889,6 +889,7 @@ export function convertToVisualizationType(
}
layer.paint["circle-opacity"] = 0.7;
layer.paint["circle-radius"] = 5;
layer.paint["circle-stroke-width"] = 1.5;
layer.paint["circle-stroke-color"] = strokeExpression;
if (!layer.layout) {
layer.layout = {};
Expand All @@ -907,6 +908,7 @@ export function convertToVisualizationType(
"circle-opacity": 0.5,
"circle-radius": 5,
"circle-stroke-color": strokeExpression,
"circle-stroke-width": 1.5,
},
layout: {
visibility: "visible",
Expand Down

0 comments on commit 374fed3

Please sign in to comment.