Skip to content

Commit

Permalink
Remove maximum from fill-extrusion-height
Browse files Browse the repository at this point in the history
The previous value was due to using a 16-bit unsigned integer for the attribute. In #4934, we switched to floats, removing the limitation.
  • Loading branch information
jfirebaugh committed Sep 18, 2017
1 parent 1cb1cff commit 86e62df
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/style-spec/reference/v8.json
Original file line number Diff line number Diff line change
Expand Up @@ -2410,7 +2410,6 @@
"property-function": true,
"default": 0,
"minimum": 0,
"maximum": 65535,
"units": "meters",
"doc": "The height with which to extrude this layer.",
"transition": true,
Expand Down

0 comments on commit 86e62df

Please sign in to comment.