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

0.29 data driven styling changed rendering? #3865

Closed
stackTom opened this issue Dec 27, 2016 · 3 comments
Closed

0.29 data driven styling changed rendering? #3865

stackTom opened this issue Dec 27, 2016 · 3 comments

Comments

@stackTom
Copy link

mapbox-gl-js version:

Steps to Trigger Behavior

  1. 0.29 uses different stops
  2. color interpolation seems broken

Expected Behavior

Actual Behavior

I just updated to 0.29. I load a large number of points in a layer utilizing mbtiles on a server. I have a jet color scale implemented with the appropriate stops and utilize data-driven styles. With the latest 0.29 update, the stops for circle radius seem to have changed. Now, my circles look smaller than with the same stops in previous versions of gl js. Also, I am getting some points to randomly be colored in black. The stops for the circle-color property contain no black values (just from red to blue as per a jet color scale). Any ideas as to how to fix this? Did something change in 0.29 with how data driven styles are rendered?

@stackTom stackTom changed the title 0.29 data driven styling 0.29 data driven styling changed rendering? Dec 27, 2016
@averas
Copy link
Contributor

averas commented Dec 27, 2016

Probably a dupe of #3838 and #3851. If you want to confirm you can try with master.

@stackTom
Copy link
Author

Thanks, I'm not sure how to install master as I am using simple script tags, but this seems like the issue. I can change my script tags to use 0.28, and it begins to work fine as usual.
Since I see the bug has been fixed, can I expect 0.30.0 to have these fixes included?

@averas
Copy link
Contributor

averas commented Dec 28, 2016

can I expect 0.30.0 to have these fixes included

Correct.

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

2 participants