-
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
Layout properties for icon behaves strange #2092
Comments
Any intuition on this @ansis? |
@lucaswoj That was neat, I was lazy to write a fiddle. |
This bug blames to b21b4c3 |
I think we're not properly enabling and disabling the stencil test. |
@ansis Exactly. I already submitted a PR for your 👀 |
lucaswoj
pushed a commit
that referenced
this issue
Feb 9, 2016
lucaswoj
pushed a commit
that referenced
this issue
Feb 9, 2016
lucaswoj
pushed a commit
that referenced
this issue
Feb 9, 2016
lucaswoj
pushed a commit
that referenced
this issue
Feb 9, 2016
lucaswoj
pushed a commit
that referenced
this issue
Feb 9, 2016
lucaswoj
pushed a commit
that referenced
this issue
Feb 9, 2016
lucaswoj
pushed a commit
that referenced
this issue
Feb 9, 2016
the fix for this bug was just released in v0.14.1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
On switching to the latest version 0.14.0, I have observed that the style breaks on
icon-allow-overlap
andicon-ignore-placement
.On commenting those properties, the map looks like this (expected)
![screen shot 2016-02-09 at 5 53 02 pm](https://cloud.githubusercontent.com/assets/5391059/12916239/d5271842-cf56-11e5-932c-fe25cd5d2cfc.png)
And on adding those properties, the map renders like this
![screen shot 2016-02-09 at 5 53 34 pm](https://cloud.githubusercontent.com/assets/5391059/12916250/e7acd894-cf56-11e5-82b3-1022a3e229f1.png)
P.S.: I am using the style 'bright-v8'. And this is also the case with
text-allow-overlap
andtext-ignore-placement
The text was updated successfully, but these errors were encountered: