Skip to content

Commit

Permalink
Rename extrusion attribs (#3523)
Browse files Browse the repository at this point in the history
* Rename a_minH to a_base and a_maxH to a_height

* Update shaders SHA
  • Loading branch information
Lauren Budorick authored and mourner committed Nov 3, 2016
1 parent 74077d7 commit 740654f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions js/data/bucket/fill_extrusion_bucket.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const fillExtrusionInterface = {
elementArrayType: createElementArrayType(3),

paintAttributes: [{
name: 'a_minH',
name: 'a_base',
components: 1,
type: 'Uint16',
getValue: (layer, globalProperties, featureProperties) => {
Expand All @@ -36,7 +36,7 @@ const fillExtrusionInterface = {
multiplier: 1,
paintProperty: 'fill-extrusion-base'
}, {
name: 'a_maxH',
name: 'a_height',
components: 1,
type: 'Uint16',
getValue: (layer, globalProperties, featureProperties) => {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"gl-matrix": "^2.3.1",
"grid-index": "^1.0.0",
"mapbox-gl-function": "mapbox/mapbox-gl-function#41c6724e2bbd7bd1eb5991451bbf118b7d02b525",
"mapbox-gl-shaders": "mapbox/mapbox-gl-shaders#830540b26078141f4e38a62dcce1353a2538b1df",
"mapbox-gl-shaders": "mapbox/mapbox-gl-shaders#abd16b9e8b5da8efbbcad7a83f08491db4777c11",
"mapbox-gl-style-spec": "mapbox/mapbox-gl-style-spec#7fd0b3107e747745f14162a5b07202a8b74b3a43",
"mapbox-gl-supported": "^1.2.0",
"package-json-versionify": "^1.0.2",
Expand Down

0 comments on commit 740654f

Please sign in to comment.