-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Large circle disappears when center is outside of visible map area #3431
Comments
Can you provide a minimal JSFiddle test case for this? |
This is an unfortunate limitation of how vector tiles work and something we cannot fix in the near future. I do not recommend using a circle radius greater than the width of a tile. |
Yep, see https://jsfiddle.net/zhgp4vqf/ Just move the center of the circle away in any direction. With best regards, Edwin Boersma Fasterminds Phone: +46 (709) 726431 Webpage: www.fasterminds.com http://www.fasterminds.com This communication is intended for the person or entity to which it is This email has been virus checked by the latest virus checking software, On 21/10/2016 15:54, Vladimir Agafonkin wrote:
|
mapbox-gl-js version: 0.26.0
Steps to Trigger Behavior
Expected Behavior
The circle stays visible.
Actual Behavior
The circle suddenly disappears.
The text was updated successfully, but these errors were encountered: