summaryrefslogtreecommitdiff
path: root/scripts/style-spec.js
blob: 00daee70d01e1cfea2731030a84cc88b0bae7523 (plain)
1
2
3
4
5
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.layer.type.values.heatmap;