smithmicro / mapbox-gl-circle

A *google.maps.Circle* replacement for Mapbox GL JS
https://smithmicro.github.io/mapbox-gl-circle/
ISC License
55 stars 26 forks source link

Expose minRadius #40

Closed ghost closed 6 years ago

ghost commented 6 years ago

minRadius and maxRadius are hardcoded in v. 1.4.2; lines 161-162.

It would be better to expose these as constructor options, alongside fillColor, strokeOpacity and friends.