fleaflet / flutter_map

A versatile mapping package for Flutter. Simple and easy to learn, yet completely customizable and configurable, it's the best choice for mapping in your Flutter app.
https://pub.dev/packages/flutter_map
BSD 3-Clause "New" or "Revised" License
2.76k stars 863 forks source link

[BUG] `CircleMarker.useRadiusInMeter` also applied to border stroke width #1970

Open JaffaKetchup opened 2 months ago

JaffaKetchup commented 2 months ago

What is the bug?

When CircleMarker.useRadiusInMeter is true, it's effect is also applied to the border width. Ideally, it should be a seperate property.

How can we reproduce it?

Set CircleMarker.useRadiusInMeter true and a border radius of non-zero thickness.

Do you have a potential solution?

Add a seperate property.

Platforms

All

Severity

Obtrusive: Prevents normal functioning but causes no errors in the console