Skip to content
This repository has been archived by the owner on Apr 10, 2018. It is now read-only.

Eliminate fill-extrusion-base's special case "requires" value #617

Merged
merged 1 commit into from
Dec 8, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions reference/v8.json
Original file line number Diff line number Diff line change
Expand Up @@ -1902,12 +1902,10 @@
"default": 0,
"minimum": 0,
"units": "meters",
"doc": "The height with which to extrude the base of this layer.",
"doc": "The height with which to extrude the base of this layer. Must be less than or equal to `fill-extrusion-height`.",
"transition": true,
"requires": [
{
"<=": "fill-extrusion-height"
}
"fill-extrusion-height"
],
"sdk-support": {
"basic functionality": {
Expand Down