-
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
consolidate functions #543
Conversation
exponential, linear, and min function types are removed stops function has a configurable exponential base
|
I'm not sure if we should remove |
@ansis it can be determined based on keys present. If |
@mourner ok, I'm having trouble figuring out how functions would be specified in the spec / validator without |
Needs a bit of massaging on the spec/lint. Will poke this a bit more to make sure all is well. |
@yhahn migration from @ansis https://gist.github.com/ansis/b490700d05b598a9f1af |
Conflicts: debug/style.json
Conflicts: debug/style.json
Test fails are unrelated -- captured here: #550 |
this avoids a division by 0 and removes the need for awkward 1.01 hacks refs #543 and mapbox/mapbox-gl-style-spec#96
* Add bvh implementation * Add new intersection tests * Add replacement source for landmark conflation * Parse footprint from b3dm tiles * Add landmark conflation * Implement landmark conflation for fill extrusions * Fix parsing of b3dm tiles without 'extensionUsed' field * Add landmark-landmark conflation * Add render tests * Replace BVH with grid index * review fixes
implements mapbox/mapbox-gl-style-spec#96