Skip to content

Commit

Permalink
circle radius a little smaller
Browse files Browse the repository at this point in the history
  • Loading branch information
westnordost committed Sep 5, 2024
1 parent e4a019a commit 5c90dad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ class PinsMapComponent(
.withProperties(
circleColor("white"),
circleStrokeColor("#aaaaaa"),
circleRadius(6f),
circleRadius(5f),
circleStrokeWidth(1f),
circleTranslate(arrayOf(0f, -8f)), // so that it hides behind the pin
circleTranslateAnchor(Property.CIRCLE_TRANSLATE_ANCHOR_VIEWPORT),
Expand Down

0 comments on commit 5c90dad

Please sign in to comment.