-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
circles do not scale when map is pitched #2541
Comments
ansis
added a commit
that referenced
this issue
May 7, 2016
lucaswoj
pushed a commit
that referenced
this issue
May 9, 2016
lucaswoj
pushed a commit
that referenced
this issue
Dec 13, 2016
8 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
mapbox-gl-js version: all versions
Steps to Trigger Behavior
Create a circle layer, set pitch to anything besides zero.
Expected Behavior
Circles are scaled based on distance: closer circles should be larger.
Actual Behavior
Circles are unscaled:
It was also unexpected that circles wouldn't be oriented with the map when enabling pitch, but that is already tracked in #2420
The text was updated successfully, but these errors were encountered: