-
Notifications
You must be signed in to change notification settings - Fork 38
Drop constants and color-ops from v8 #308
Comments
Deep breath. Constants are gone from the editor. Do we want to drop them from the spec and renderers? |
Just had a good chat with @tmcw, @nickidlugash, and others about this. It sounds like there's a good case for removing constants and color ops from the v8 spec because
|
Ref #38 |
I think the right way forward is to remove both constants and color-ops from v8. We might want to work them into a future release. |
|
@jfirebaugh What is the reason for this change? Does that mean we have to start inlining a constant that is used in multiple places in the style.json? For e.g. it is better to refer to a constant like this via a meaningful name rather than inline it.
|
@mb12 We are keeping the style spec tightly focused around the core features needed by the renderers and by our online style editor (launching publicly soon). Constants don't fall into either of those categories. If you are editing styles by hand and want to use constants, you can use a preprocessing step with a tool like https://github.com/screee/screess. |
No description provided.
The text was updated successfully, but these errors were encountered: