UNPKG

mapbox-gl

Version:
10 lines (7 loc) 279 B
// @flow import {createLayout} from '../../util/struct_array.js'; const dashAttributes = createLayout([ {name: 'a_dash_to', components: 4, type: 'Uint16'}, // [x, y, width, unused] {name: 'a_dash_from', components: 4, type: 'Uint16'} ]); export default dashAttributes;