-
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
Prevent step and interpolate expressions from having duplicate stops #4107
Milestone
Comments
lucaswoj
added
the
breaking change ⚠️
Requires a backwards-incompatible change to the API
label
Feb 1, 2017
1ec5
added
the
cross-platform 📺
Requires coordination with Mapbox GL Native (style specification, rendering tests, etc.)
label
Feb 3, 2017
We did this for expressions; for functions, we're more likely to just drop support for them entirely than make any other breaking change to them. |
We didn't actually do this for expressions, but we should. |
jfirebaugh
changed the title
Prevent functions from having duplicate stops
Prevent step and interpolate expressions from having duplicate stops
Nov 6, 2017
jfirebaugh
removed
breaking change ⚠️
Requires a backwards-incompatible change to the API
cross-platform 📺
Requires coordination with Mapbox GL Native (style specification, rendering tests, etc.)
labels
Nov 6, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
From @scothis on February 5, 2016 22:51
Restore mapbox/mapbox-gl-style-spec#397 with a migration for existing ramps similar to mapbox/mapbox-gl-style-spec#411 for v9.
This behavior was merge in v8 and removed because it was backwards incompatible. The idea is sound and should be part of v9
Copied from original issue: mapbox/mapbox-gl-style-spec#414
The text was updated successfully, but these errors were encountered: