summaryrefslogtreecommitdiff
path: root/scripts/style-spec.js
blob: 19b7378cf81b618f964f76a940c6f8d83efe8c70 (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.layout_symbol['symbol-sort-key'];