blob: dd9a127b7072cff3063df9fdf572f53b9c76a52d (
plain)
1
2
3
4
|
var spec = module.exports = require('../mapbox-gl-js/src/style-spec/reference/v8');
// Make temporary modifications here when Native doesn't have all features that JS has.
delete spec.paint_line['line-gradient'];
|