Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting weird lines within circle at various zoom levels #91

Open
johndhancock opened this issue Dec 9, 2020 · 3 comments
Open

Getting weird lines within circle at various zoom levels #91

johndhancock opened this issue Dec 9, 2020 · 3 comments

Comments

@johndhancock
Copy link

I get some strange lines that span the circle at various points that shift based on zoom level. However, they seem to disappear above zoom level 16 or there abouts.

const areaCircle = new MapboxCircle({ lat: 42.2446, lng: -70.9623 }, 804, { strokeColor: '#ffffff', strokeWeight: 5, fillOpacity: 0, }).addTo(map);

Screen Shot 2020-12-08 at 9 11 14 PM

@johndhancock
Copy link
Author

Oddly enough, the lines only appear if I supply a strokeWeight property, and if that value is above 1.

@landworth
Copy link

I have this exact issue too and despite digging through code and trying a bunch of things, haven't managed to get rid of those vertical/horizontal lines at all.

@CRooi
Copy link

CRooi commented Oct 22, 2022

same problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants